
/*-----------------------------------------------------
  clearfix　
-----------------------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*-----------------------------------------------------
  ******　
-----------------------------------------------------*/

.bigTit {
	margin-bottom: -20px;
}

.bigTit span {
	font-size: 24px;
}

.columnsBox {
	margin-bottom: 20px;
}

.gourmetTit{
    font-size: 1.6em;
    font-weight: bold;
}

.gourmetTit span {
	font-size: 22px;
}

dl{
    width: 300px;
	margin: 6px auto 0 !important;
}

dl dt{
    width: 30%;
    float: left;
}

dl dd{
    width: 70%;
    float: left;
	text-align: left;
}

#movieAreaPc{
    width: 100%;
    display: block;
	margin-bottom: 20px;
}

#movieAreaPc img{
    width: 100%;
}

#movieAreaSp{
    width: 90%;
    display: none;
}

#movieAreaSp img{
    width: 100%;
	text-align: center;
}

#gourmetBox{
    width: 70%;
    margin: 0 auto;
}

.spBr {
	display: none;
}

@media only screen and (max-width: 40em) {
	
  .bigTit {
	line-height: 1.3 !important;
	margin-bottom: 20px;
  }

  .gourmetTit {
    font-size: 17px;
	line-height: 25px;
  }
  
  dl{
    width: 100%;
  }

  dl dt{
    width: 100%;
	text-align: center;
  }

  dl dd{
	width: 100%;
	text-align: center;
  }
  
  #movieAreaPc{
    width: 100%;
    display: none;
  }

  #movieAreaPc img{
    width: 100%;
  }

  #movieAreaSp{
    width: 100%;
    display: block;
	text-align: center;
	margin-bottom: 15px;
  }

  #movieAreaSp img{
    width: 90%;
  }
  #gourmetBox{
    width: 100%;
    margin: 0 auto;
  }
  .spBr {
	display: block;
  }
}

/*追加--------------------------------------------*/

.section_tit {
	margin-bottom: -20px;
}

.section_tit img {
	width: 20% !important;
	height: auto;
}

.bnrnabe {
	text-align:center;
	margin-bottom: -30px;
}

.bnrnabe a:hover {
	opacity: 0.8;
}

.bnrnabe img {
	width: 71%;
}

@media only screen and (max-width: 40em) {
  .bnrnabe img {
    width: 100%;
	margin-bottom: 10px;
  }
}

.bnrramen {
	text-align:center;
	margin-bottom: -30px;
}

.bnrramen a:hover {
	opacity: 0.8;
}

.bnrramen img {
	width: 71%;
}

@media only screen and (max-width: 40em) {
  .bnrramen img {
    width: 100%;
	margin-bottom: 10px;
  }
}

.bnrGourmet {
	text-align:center;
	margin-bottom: -50px;
}

.bnrGourmet a:hover {
	opacity: 0.8;
}

.bigTit {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

@media only screen and (max-width: 40em) {
  .bigTit {
    font-size: 17px;
  }
}

.txtBr {
	display: none;
}

@media only screen and (max-width: 40em) {
  .txtBr {
	  display: block;
  }
}

@media only screen and (max-width: 40em) {
  .pcBr {
	  display: none;
  }
}