/*//////////////////////////////////////////////////////////////

  スペシャルイベント
	
//////////////////////////////////////////////////////////////*/



/* ヘッダ周辺スタイル
------------------------------- */
body {
	background-image: url("img/back2017-2.png") ;
}

.container {
	background: none;
}




/* Youtube
------------------------------- */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#youtube p {
	margin-top: 10px;
}







.title-shop {
	width: 100%;
}
.title-shop li {
	width: 100%;
	margin: 5px 0 10px 0;
	display: block;
	color: #000;
	box-sizing: content-box;
	box-sizing: border-box;
}






.text {
	width:		100%;
	font-size:	150%;
	line-height:	120%;
	text-align:	center;
	bottom:		30px;
	margin:		0;
	padding:	0;
	color:		#dd0000;
	position:	absolute; /* 絶対位置指定 */
}

.text a {
	text-decoration: underline;
}









/* スポンサー
------------------------------- */
.list-sponsor {
	width: 100%;
	margin-bottom: 5px;
}
.list-sponsor li {
	width: 48%;
	margin: 1%;
	float: left;
	
}

.list-sponsor li img {
	width: 100%;
}


/*=======================================================

	店舗詳細
	
=======================================================*/
.body-iframe {
	background: #FFF;
}
.wrapper-iframe {
}

.box_num {
	padding: 5px 20px;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	line-height: 1.3;
	background: #E72E0D;
	box-sizing: border-box;
}

.wrapper-iframe .shop-name {
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
	background: #000;
}
.wrapper-iframe .shop-menu {
	margin-bottom: 10px;
	padding: 10px;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #000;
}


.detail-iframe {
	padding: 15px;
}

.detail-iframe .box-photo {
	box-sizing: border-box;
}
.detail-iframe .box-photo img {
	width: 100%;
	padding: 5px;
}

.detail-iframe .box-txt {
	width: 100%;
	float: left;
}

.detail-iframe .caption {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #C7000A;
}

.detail-iframe dl {
	margin-top: 15px;
	padding: 10px;
	background: #FDECD2;
}
.detail-iframe dt {
	font-weight: bold;
	font-size: 15px;
}

.detail-iframe dd {
	font-size: 14px;
}

.detail-iframe dd img{
	width: 100%;
}



/********************************************************************************************* 

 スマホレイアウト 

*********************************************************************************************/  
	
@media only screen and (max-width: 640px) {

.none {
	width: 0%;
	margin: 0 auto;
	padding-top: 0px;
	display: none;
}



.youtube {
	margin: 0px 0px 20px 0px;
}

}








/*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************

 PCレイアウト 

*********************************************************************************************/  
@media print, screen and (min-width: 641px) {


/* ＰYoutube
------------------------------- */
.youtube {
	width: 560px;
	margin: 0px 0px 20px 0px;
}

.youtube {
	position: relative;
	width: 100%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#youtube p {
	margin-top: 10px;
}


/* Ｐ　ＢＯＸ
------------------------------- */

/* BOX
------------------------------- */

.title-shop li {
	width: 100%;
	margin: 0 0 10px 0;
}


.none {
	width: 0%;
	margin: 0 auto;
	padding-top: 0px;
	display: inline;
}




/* ＰFacebook
------------------------------- */
#facebook {
	width: 390px;
	padding-right: 10px;
	float: left;
}


/* Ｐスポンサー
------------------------------- */
.list-sponsor li {
	width: 184px;
	margin: 4px;
}
.list-sponsor.special{
	width: 185px;
        text-align:center;
}
.list-sponsor.special li{
  display: inline-block;
  /display: inline;
  /zoom: 1;
}




/* Ｐ店舗詳細
------------------------------- */
.body-iframe {
	background: #FFF;
}

.wrapper-iframe {
	width: 100%;
}

.box_num {
	padding: 25px 20px;
	position: absolute;
	top: 15px;
	left: 10px;
	font-size: 25px;
	text-align: center;
	line-height: 1.3;
	border: 5px solid #F39700;
}
.box_num small {
	display: block;
}

.wrapper-iframe .shop-name {
	padding-left: 180px !important;
	font-size: 30px;
}
.wrapper-iframe .shop-menu {
	padding-left: 130px !important;
	font-size: 25px;
}

.detail-iframe {
	padding: 15px;
}

.detail-iframe .box-photo {
	width: 50%;
	float: right;
}

.detail-iframe .box-photo img {
	width: 400px;
	margin: 0 0 0 40px;
}

.detail-iframe .box-txt {
	width: 50%;
	float: left;
}

.detail-iframe .caption {
	font-size: 20px;
	line-height: 1.3
}


}