@charset "UTF-8";

body{
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin: 0;
	/* font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",Arial; */
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: url(../img/bg.jpg) repeat center top;
}

.gothic{
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",Arial;
}

/* default */

div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,
th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
.aligncenter{text-align:center;}
img{vertical-align: bottom;line-height: 1;}


/* common item ---------------------------------------*/

.clearfix:after,
.inner:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.sp{display: none;}
.spbr{display: none;}


/* layout ---------------------------------------*/

header{
	position:fixed;
	height:79px;
	background: url(../img/bg_header.png) no-repeat center top;
	left:0px;
	top:0px;
	width:100%;
	z-index:10;
}

#container{
	background: url(../img/bg_top.png) repeat-x center top;
	width:980px;
	margin:0 auto;
}

.inner{
	width:980px;
	margin:0 auto;
}


/* header ---------------------------------------*/

header .headerInner{
	width:980px;
	margin:0 auto;
	position: relative;
}

header #headLogo{
	background: url(../img/logo.png) no-repeat left top;
	width:191px;
	height:30px;
	position: absolute;
	left:20px;
	top:20px;
	overflow: hidden;
	text-indent: -99em
}


/* global nav ---------------------------------------*/

header nav{
	position: absolute;
	width:480px;
	left:245px;
	top:30px;
}

header a{
	color:#fff;
	text-decoration: none;
}

header nav ul li{
	float: left;
	line-height: 1.0;
}

header nav ul li a{
	display:block;
	text-decoration: none;
	font-size:16px;
	position: relative;
	padding:0 18px 0 13px;
}

header nav ul li a:before{
	content:'';
	width:8px;
	height:8px;
	border-radius:100%;
	position: absolute;
	left:0;
	top:5px;
	background: #CFB69A;
}

.headerMenu{
	position: absolute;
	width:220px;
	left:680px;
	top:28px;
	line-height: 1.3;
	overflow: hidden;
}

.headerMenu ul{overflow: hidden;}

.headerMenu ul li{
	float: left;
	margin-left: 20px;
}

.headerMenu ul li a{
	display: inline-block;
	border-bottom:1px solid #444;
	padding-bottom: 2px;
}

.headerSns{
	position: absolute;
	width:120px;
	right:10px;
	top:25px;
	line-height: 1.0;
}

.headerSns ul{overflow: hidden;}

.headerSns ul li{
	float: left;
	margin-left: 10px;
}

.headerSns ul li a{
	display: block;
	width:26px;
	height:26px;
}


/* keyvisual ---------------------------------------*/

#topKeyvisual{
	background: url(../img/kv.png) no-repeat center top;
	width:980px;
	background-size: 100%;
	height:0;
	padding-bottom:59%;
	margin:0px auto 0;
	position: relative;
}

#topKeyvisual .topMovie{
	width:261px;
	height:170px;
	padding:53px 27px 0;
	position: absolute;
	left:30px;
	bottom:30px;
	background: url(../img/bg_movie.png) no-repeat left top;
}

#topKeyvisual .topMovie video{
	width:260px;
}

#topKeyvisual .miyage{
	width:150px;
	position: absolute;
	left:680px;
	bottom:-30px;
	z-index:10;
}

/* shopList ---------------------------------------*/

.shopList{
	margin-bottom: 60px;
	position: relative;
}

.shopList ul{
	overflow: hidden;
	position: absolute;
	left:22px;
	top:85px;
}

.shopList ul li{
	float: left;
	margin-left:9px;
}

/* title ---------------------------------------*/

.sectionTitle{
	text-align: center;
	margin-bottom: 35px;
}

/* floormap ---------------------------------------*/

#floormap{
	padding:0 30px;
	margin-bottom: 80px;
}

#floormap .openTime{
	width:600px;
	margin:0 0 30px 230px;
	overflow: hidden;
}

#floormap .openTime dt{
	width:120px;
	float: left;
	font-size: 25px;
}

#floormap .openTime dd{
	font-size: 17px;
	line-height: 1.4;
}

#floormap .mapList{}
#floormap .mapList ul{overflow: hidden;}
#floormap .mapList ul li{float: left;}

#floormap .mapList ul li:first-child{margin-right: 18px;}

#floormap .opentime_notice{
	max-width:600px;
	margin:-30px auto 30px;
	padding-left:100px;
	font-size: 16px;"
}

/* shop section common ---------------------------------------*/

.sectionShop{
	margin-bottom: 100px;
}

.shopMain{position: relative;}

.shopMain .lead{
	position: absolute;
	width:510px;
	line-height: 1.8;
}

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

.shopKodawari p{
	line-height: 1.7;
}

.shopStep{
	margin-bottom: 50px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",Arial;
}

.shopStep ul{
	overflow: hidden;
	padding:0 0 0 10px;
}

.shopStep ul li{
	float: left;
	width:305px;
	margin-left: 10px;
	position: relative;
}

.shopStep ul li:nth-child(3){
	margin-left: 20px;
}

.shopStep ul li:before{
	content:'';
	background: url(../img/icon_step.png) no-repeat left top;
	position: absolute;
	left:-10px;
	top:120px;
	width:13px;
	height:25px;
	color:#CFB69A;
	font-size: 30px;
}

.shopStep ul li:first-child:before{
	display: none;
}

.shopStep ul li .stepImage{
	display: block;
	margin-bottom: 10px;
}

.shopStep ul li p{
	font-size: 12px;
	line-height: 1.75;
	width:275px;
	margin:0 0 0 23px;
}

.shopStep ul li:nth-child(2) p{
	margin-left: 30px;
}

.shopOmiya{
	position: relative;
	width:456px;
	padding:25px 20px 0 445px;
	margin: 0 auto 30px;
}

.shopOmiya h4{
	display: inline-block;
	color:#982025;
	border-bottom:1px solid #982025;
	line-height: 1.0;
	padding-bottom: 5px;
	font-size: 21px;
	margin-bottom: 15px;
}

.shopOmiya .lead{
	line-height: 1.6;
	font-size: 17px;
}

.shopOmiya .itemName{
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 471px;
	text-align: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5;
}

.shopOmiya .itemName .iconCool{
	background: url(../img/icon_cool.png) no-repeat left center;
	padding-left:110px;
	display: inline-block;
}

.shopOmiya .itemName .price{
	color:#982025;
	font-size: 32px;
}

.shopOmiya .itemName .price span{
	font-size:22px;
}

.shopData{
	position: relative;
	width:550px;
	padding:48px 10px 0 375px;
	color:#fff;
	margin-left: 15px;
}

.shopData h4{
	font-size: 21px;
	line-height: 1.0;
	margin-bottom: 22px;
	letter-spacing: 3px;
}

.shopData p.shopDataText1{
	font-size: 11px;
	line-height: 1.8;
	margin-bottom: 20px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",Arial;
	padding-right: 30px;
}


.shopData p.shopDataText2,
.shopData p.shopDataText3,
.shopData p.shopDataText4{
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 17px;
	letter-spacing: 1px;
}

.shopData .shopWebsite{
	width:50%;
	text-align: right;
	position: absolute;
	right:30px;
	bottom:15px;
}

.shopData .shopWebsite small{
	display: block;
	font-size: 11px;
	padding-top: 5px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",Arial;
}


/* だるま 個別設定 ---------------------------------------*/

#daruma .shopMain .lead{
	right:20px;
	top:500px;
}

#daruma .shopOmiya{
	background: url(../img/title_omiya.png) 15px top no-repeat, url(../img/omiya_daruma.png) 75px 20px no-repeat;
	background-color: rgba(251,237,192,0.65);
	height:240px;
}

#daruma .shopData{
	background: url(../img/bg_daruma_shop.png) no-repeat left top;
	height:320px;
}

#daruma .shopData .shopDataTextLeft{
	width:250px;
	float: left;
}

#daruma .shopData p.shopDataText2{margin-bottom: 25px;}


/* やまもと 個別設定 ---------------------------------------*/

#yamamoto .shopMain .lead{
	left:33px;
	top:495px;
	width:560px;
}

#yamamoto .shopOmiya{
	background:url(../img/title_omiya.png) 15px top no-repeat, url(../img/omiya_yamamoto2024.png) 75px 20px no-repeat;
	/*background: url(../img/title_omiya.png) 15px top no-repeat, url(../img/omiya_yamamoto.png) 75px 20px no-repeat;*/
	background-color: rgba(251,237,192,0.65);
	height:240px;
    width: 436px;
    padding: 25px 20px 0 465px;
}

#yamamoto .shopData{
	background: url(../img/bg_yamamoto_shop.png) no-repeat left top;
	height:301px;
    width: 500px;
    padding: 58px 10px 0 425px;
    position: relative;
}

#yamamoto .shopData p.shopDataText1{
	position: absolute;
	left:40px;
	top:255px;
	width:350px;
}

#yamamoto .shopData h4{margin-bottom: 40px;}



/* 今井 個別設定 ---------------------------------------*/

#imai .shopMain .lead{
	left:430px;
	top:490px;
	width:520px;
}

#imai .shopOmiya{
	background: url(../img/title_omiya.png) 15px top no-repeat, url(../img/omiya_imai.png) 75px 20px no-repeat;
	background-color: rgba(251,237,192,0.65);
	height:250px;
    width: 456px;
    padding: 20px 20px 0 455px;
}

#imai .shopData{
	background: url(../img/bg_imai_shop.png) no-repeat left top;
	height:310px;
    width: 500px;
    padding: 48px 10px 0 425px;
}

#imai .shopData p.shopDataText1{
	position: absolute;
	left:40px;
	top:275px;
	width:340px;
}

#imai .shopData h4{margin:10px 0 30px 100px;}


/* YOKOO 個別設定 ---------------------------------------*/

#yokoo .shopMain .lead{
	left:30px;
	top:490px;
	width:570px;
}

#yokoo .shopMain{margin-bottom: 30px;}

#yokoo .shopStep{
	margin-bottom: 20px;
}

#yokoo .shopOmiya{
	background:url(../img/title_omiya.png) 15px top no-repeat, url(../img/omiya_yokoo2026.png) 75px 20px no-repeat;
	/*background: url(../img/title_omiya.png) 15px top no-repeat, url(../img/omiya_yokoo.png) 75px 20px no-repeat;*/
	background-color: rgba(251,237,192,0.65);
	height:240px;
    width: 450px;
    padding: 25px 10px 0 465px;
}

#yokoo .shopData{
	background: url(../img/bg_yokoo_shop.png) no-repeat left top;
	height:320px;
    width: 505px;
    padding: 40px 10px 0 420px;
}

#yokoo .shopData h4{margin-bottom: 30px;}

#yokoo .shopData p.shopDataText1{
	letter-spacing: -0.3px;
	padding-right: 10px;
}

#yokoo .shopData .shopDataTextLeft{
	width:250px;
	float: left;
}


/* くくる 個別設定 ---------------------------------------*/

#kukuru .shopMain{margin-bottom: 30px;}

#kukuru .shopMain .lead{
	left:450px;
	top:510px;
	width:500px;
}

#kukuru .shopOmiya{
	background: url(../img/title_omiya.png) 15px top no-repeat, url(../img/omiya_kukuru2024.png) 75px 20px no-repeat;
	background-color: rgba(251,237,192,0.65);
	height:240px;
    width: 460px;
    padding: 25px 20px 0 440px;
}

#kukuru .shopData{
	background: url(../img/bg_kukuru_shop.png) no-repeat left top;
	height:325px;
    width: 500px;
    padding: 48px 10px 0 425px;
}

#kukuru .shopData h4{
	margin:20px 0 30px 90px;
}

#kukuru .shopData p.shopDataText1{
	margin-bottom: 5px;
}

#kukuru .shopData .shopDataTextLeft{
	width:285px;
	float: left;
}


/* 季節のおすすめ土産 ---------------------------------------*/

#omiyage5aniversery{
	margin:0 0 20px 0px;
}

.miyageImage img{
	width:100%;
}


/* footer ---------------------------------------*/

footer{
	background: #000;
	color:#fff;
	padding:30px 0;
}

.footerInner{
	width:980px;
	margin:0 auto;
	position:relative;
}


footer .copyright{
	display: block;
	text-align: right;
	padding-right: 20px;
}


.gotop{
	width:22px;
	position:fixed;
	right:10px;
	bottom:15px;
	z-index:100;
	opacity:0;
}

.gotop a img{width:100%;}










@media screen and (max-width: 768px){

	/* fast to do
	・width:がはいっているものはすべて100%
	・mmin-width:がはいっているものはすべて0
	・floatはすべてnone

	*/

	/* default */
	img{max-width:100%;}
	*{box-sizing:border-box;max-width:100%;}

	/* common item */
	.sp{display: block;}
	.pc{display: none;}
	.spbr{display: block;}
	.pcbr{display: none;}

	.headerInner,
	.footerInner,
	.inner{
		min-width:0;
		width:100%;
	}
	
	body{
		background: url(../img/bg.jpg) repeat center top;
		background-size: 200%;
	}


	/* layout ---------------------------------------*/


	header{
		width: 100%;
		height: auto;
		background: none;
	}

	#container{
		width: 100%;
		overflow: hidden;
	    background: url(../img/bg_top.png) repeat-x center top;
	    background-size:100%;
	}

	.inner{
		width: 100%;
	}


	/* header ---------------------------------------*/

	header:before {
		content: "";
		display: block;
		padding-top: calc(252 / 751 * 100%); 
	}

	header .headerInner{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background-image: url(../img/bg_header_sp.png);
		background-size: cover;
	}

	header #headLogo{
		background-image: url(../img/logo.png);
		background-size: contain;
		width: 30%;
		height: 18%;
		left: 3%;
		top: 10%;
	}

	/* global nav ---------------------------------------*/

	header nav{
		top: 39%;
		left: 0;
		width: 100%;
		height: 57%;
	}

	header nav ul{
		height: 100%;
	}

	header nav ul li{
		width: 20%;
		height: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 90% 90%;
	}

	header nav ul li:nth-child(1){background-image: url(../img/head_menu_daruma_sp.png);}
	header nav ul li:nth-child(2){background-image: url(../img/head_menu_yamamoto_sp.png);}
	header nav ul li:nth-child(3){background-image: url(../img/head_menu_imai_sp.png);}
	header nav ul li:nth-child(4){background-image: url(../img/head_menu_yokoo_sp.png);}
	header nav ul li:nth-child(5){background-image: url(../img/head_menu_kukuru_sp_2026.png);}

	header nav ul li a{
		overflow: hidden;
		text-indent: -99em;
		width: 100%;
		height: 100%;
	}

	header nav ul li a:before{display: none;}

	.headerMenu{
		width: 38%;
		left:40%;
		top:10%;
	}

	.headerMenu ul li{
		margin-left: 7%;
		line-height: 1;
	}
	.headerMenu ul li a{font-size: 2.5vw; line-height: 1;}

	.headerSns{
		font-size: 4vw;
		width: 20%;
		right: 3%;
		top: 10%;
	}

	.headerSns ul li{
		margin-left: 8%;
		width: 25%;
	}

	.headerSns ul li a{
		width: 100%;
		height: 100%;
	}

	.headerSns ul li a img {width: 100%;}

	/* keyvisual ---------------------------------------*/

	#topKeyvisual{
		background: url(../img/kv_sp.png) no-repeat center;
		background-size: 88% 69%;
		width:100%;
		height:0;
		padding-bottom:159%; 
	}

	#topKeyvisual .topMovie{
		width: 64.1%;
		height: 27%;
		padding: 3% 1%;
		left: calc(35.5 / 740 * 100%);
		bottom: 5%;
		background: url(../img/bg_movie_sp.png) no-repeat left bottom;
		background-size: contain;
		background-color: #2A0000;
		overflow: hidden;
	}

	#topKeyvisual .topMovie video{
		width: 98.99%;
		position: relative;
		top: -4%;
	}

	#topKeyvisual .miyage{
		width:21.5%;
		position: absolute;
		left:75%;
		bottom:4%;
	}

	/* shopList ---------------------------------------*/

	.shopList{
		display: none;
	}

	/* title ---------------------------------------*/

	.sectionTitle{
		font-size: 4.5vw;
		line-height: 1.0;
		text-align: center;
		margin: 1em auto;
		width: 50%;
	}

	/* floormap ---------------------------------------*/

	#floormap{
		padding:0 20px;
		margin-bottom: 30px;
	}

	#floormap .openTime{
		width:100%;
		margin:0 auto 1em;
	}

	#floormap .openTime dt{
		width:25%;
		font-size: 3.1vw;
		line-height: 2.5;
		text-align: center;
		
	}

	#floormap .openTime dd{
		font-size: 2.65vw;
		line-height: 1.4;
	}
	
	#floormap .mapList ul li{
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}

	#floormap .mapList ul li img{width:100%;}
	#floormap .mapList ul li:first-child{margin-right: 0px;}

	#floormap .opentime_notice{
		max-width:100%;
		padding:0;
		margin:0 auto 30px;
		font-size: 2.65vw;
	}

	/* shop section common ---------------------------------------*/

	.sectionShop{margin-bottom: 20px;}

	.shopMain .lead{
		position: static;
		width:100%;
		padding:5.0% 5.0% 0;
		font-size: 3vw;
		line-height: 1.7;

	}

	.shopKodawari{margin-bottom: 10px;}
	.shopKodawari h4{margin-bottom: 10px;}
	.shopKodawari h4 img{width: 58%;}

	.shopKodawari p{
		font-size: 3vw;
		padding:0 5.0%;
		line-height: 1.7;
		text-align: left;
		letter-spacing: -0.05em;
	}

	.shopStep{margin-bottom: 10px;}

	.shopStep ul{
		padding:0 0 0 10px;
	}

	.shopStep ul li{
		float: left;
		width:33.33%;
		margin-left: 0px;
		position: relative;
	}

	.shopStep ul li:nth-child(3){margin-left: 0px;}
	.shopStep ul li:before{display: none;}
	.shopStep ul li:first-child:before{display: none;}
	.shopStep ul li .stepImage{margin-bottom: 5px;}

	.shopStep ul li p{
		font-size: 2vw;
		line-height: 1.5;
		width:100%;
		margin:0 0 0 0px;
		padding:0 0 0 6%;
	}

	.shopStep ul li:nth-child(2) p{margin-left: 0px;}

	.shopOmiya{
		position: relative;
		width:95%;
		padding: 0 1% 4%;
		margin: 0 auto 10px;
	}
	.shopOmiya:after {
		content: '';
		display: block;
		position: absolute;
		width: 48%;
		height: 0;
		padding-bottom: 38%;
		top: 20%;
		left: 15%;
	}

	.shopOmiya h4{
		display: inline-block;
		padding: 3.4% 0 0;
		font-size: 3.5vw;
		margin: 0 1% 0.5em 15%;
	}

	.shopOmiya .lead{
		line-height: 1.4;
		font-size: 2.5vw;
		padding: 0 0 0% 65%;
		margin-bottom: 1em;
	}

	.shopOmiya .itemName{
		position: static;
		width: auto;
		text-align: right;
		font-size: 3vw;
		font-weight: bold;
		line-height: 1.1;
		letter-spacing: -0.1px;
	}

	.shopOmiya .itemName .iconCool{
		background: url(../img/icon_cool.png) no-repeat right top;
		background-size: 15%;
		padding: 5% 0 0 63%;
		display: inline-block;
	}

	.shopOmiya .itemName .price{font-size: 4vw;}

	.shopOmiya .itemName .price span{
		font-size:3vw;
	}

	.shopData{
		position: relative;
		width:97.75%;
		padding:7% 0 0 53%;
		margin-left: 0px;
	}

	.shopData h4{
		font-size: 3.25vw;
		line-height: 1.5;
		margin-bottom: 1em;
		letter-spacing: 1px;
	}

	.shopData p.shopDataText1{
		position: absolute;
		top: 63%;
		left: 5%;
		width: 54%;
		font-size: 2vw;
		line-height: 1.5;
	}

	.shopData p.shopDataText2,
	.shopData p.shopDataText3,
	.shopData p.shopDataText4{
		margin-bottom: 0.5em;
		line-height: 1.5;
		font-size: 2vw;
		letter-spacing: 1px;
	}
	.shopData p small {font-size: 1.5vw;}

	.shopData .shopWebsite{
		width:50%;
		text-align: right;
		position: absolute;
		right:2%;
		bottom:12%;
	}

	.shopData .shopWebsite img{width:50%;}

	.shopData .shopWebsite small{
		font-size: 1.5vw;
		padding-top: 1px;
	}

	/* だるま 個別設定 ---------------------------------------*/

	#daruma .shopMain .lead{
		margin-bottom: 2em;
		width:auto;
	}

	#daruma .shopOmiya{
		background-size: 8%, 0%;
		height: auto;
	}
	#daruma .shopOmiya:after {
		background: url(../img/omiya_daruma.png) no-repeat;
		background-size: contain;
	}

	#daruma .shopData{
		background: url(../img/bg_daruma_shop_sp.png) no-repeat left top;
		background-size: contain;
		height: 0;
		padding-bottom: 65%;
	}

	#daruma .shopData p.shopDataText2{margin-bottom: 0.5em;}

	#daruma .shopData .shopDataTextLeft,
	#yokoo .shopData .shopDataTextLeft,
	#kukuru .shopData .shopDataTextLeft{
		width:auto;
		float:none;
	}

	/* やまもと 個別設定 ---------------------------------------*/

	#yamamoto .shopMain .lead{
		margin-bottom: 2em;
		width:auto;
	}

	#yamamoto .shopOmiya{
		background-size: 8%, 0%;
		height: auto;
		width:95%;
		padding: 0 1% 4%;
	}

	#yamamoto .shopOmiya:after {
		background: url(../img/omiya_yamamoto2024.png) no-repeat;
		background-size: contain;
	}

	#yamamoto .shopData{
		position: relative;
		
		width:97.75%;
		padding:8% 0 0 53%;

		background: url(../img/bg_yamamoto_shop_sp.png) no-repeat left top;
		background-size: contain;
		height: 0;
		padding-bottom: 65%;
	}

	#yamamoto .shopData p.shopDataText1{
		position: absolute;
		top: 63%;
		left: 5%;
		width: 54%;
	}

	#yamamoto .shopData h4{margin-bottom: 1em; line-height: 1.8;}



	/* 今井 個別設定 ---------------------------------------*/

	#imai .shopMain .lead{
		margin-bottom: 2em;
		width:auto;
	}

	#imai .shopOmiya{
		background-size: 8%, 0%;
		height: auto;
		width:95%;
		padding: 0 1% 4%;
	}
	#imai .shopOmiya:after {
		background: url(../img/omiya_imai.png) no-repeat;
		background-size: contain;
	}


	#imai .shopData{
		position: relative;
		width:97.75%;
		padding:8% 0 0 53%;
		background: url(../img/bg_imai_shop_sp.png) no-repeat left top;
		background-size: contain;
		height: 0;
		padding-bottom: 61%;
	}

	#imai .shopData p.shopDataText1{
		position: absolute;
		top: 67%;
		left: 5%;
		width: 54%;
	}

	#imai .shopData h4{margin: 0 0 1em 0; line-height: 1.8;}


	/* YOKOO 個別設定 ---------------------------------------*/

	#yokoo .shopMain .lead{
		width:auto;
	}

	#yokoo .shopOmiya{
		background-size: 8%, 0%;
		height: auto;
		width:95%;
		padding: 0 1% 4%;
	}
	#yokoo .shopOmiya:after {
		background: url(../img/omiya_yokoo2024.png) no-repeat;
		background-size: contain;
	}

	#yokoo .shopData{
		position: relative;
		
		width:97.75%;
		padding:8% 0 0 53%;

		background: url(../img/bg_yokoo_shop_sp.png) no-repeat left top;
		background-size: contain;
		height: 0;
		padding-bottom: 65%;
	}

	#yokoo .shopData p.shopDataText1{
		position: absolute;
		top: 60%;
		left: 5%;
		width: 50%;
	}

	#yokoo .shopData h4{margin: 0 0 1em 0; line-height: 1.8;}

	/* くくる 個別設定 ---------------------------------------*/

	#kukuru .shopMain .lead{
		width:auto;
	}

	#kukuru .shopKodawari p{
		letter-spacing: -0.075em;
	}

	#kukuru .shopOmiya{
		background-size: 8%, 0%;
		height: auto;
		width:95%;
		padding: 0 1% 4%;
	}
	#kukuru .shopOmiya:after {
		background: url(../img/omiya_kukuru.png) no-repeat;
		background-size: contain;
	}

	#kukuru .shopData{
		position: relative;
		width:97.75%;
		padding:8% 0 0 53%;
		background: url(../img/bg_kukuru_shop_sp.png) no-repeat left top;
		background-size: contain;
		height: 0;
		padding-bottom: 62%;
	}

	#kukuru .shopData p.shopDataText1{
		position: absolute;
		top: 67%;
		left: 5%;
		width: 54%;
	}

	#kukuru .shopData h4{margin: 0 0 1em 0; line-height: 1.8;}


	/* 季節のおすすめ土産 ---------------------------------------*/

	#omiyage5aniversery{
		margin:0 2% 2em;
	}


	/* footer ---------------------------------------*/

	footer{
		padding:0.75em 0;
		font-size: 2vw;
	}



}


@media screen and (max-width: 768px){
	.sp_only{
		display:block !important;
	}
}