body {
	font-size: 100%;
	line-height: 2.1;
	font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", Honoka, Meiryo, "メイリオ", serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #f0f3f3;
	background-size: cover;
}
/*-------------------------- Container --------------------------*/
.container {
	width: 100vw;
	height: 100vh;
}
/*------------- wrap-top-------------*/
#wrap-top{
	position:relative;
	padding-top:0;
}

/*--------------------------shop--------------------------*/
#wrap-top #shop-top{
	margin-top:0;
	width:100%;
	height:600px;
	position:relative;
}
#wrap-top #shop-top .photo-box{
	position: absolute;
	right:0;
	top:0;
	width:70%;
	height:600px;
	background:url(../img/shop_main.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	opacity:0;
}
#wrap-top #shop-top .photo-box p{
	position: absolute;
	right:20px;
	bottom:10px;
	color:#bbb;
	font-size:0.8em;
}
#wrap-top #shop-top .text-erea{
	position: absolute;
	left:0;
	top:0;
	width:30%;
	height:600px;
	overflow:hidden;
	z-index:10;
	background:#333a44;
	opacity:0;
}
#wrap-top #shop-top .text-erea h2{
	width:20%;
	float:left;
	height:600px;
	background:#000;
	position:relative;
}
#wrap-top #shop-top .text-erea h2 span{
	text-indent:-100000px;
	background:url(../img/title_main.svg) no-repeat;
	display:block;
	background-size:17px 54px;
	width:17px;
	height:54px;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
#wrap-top #shop-top .text-erea .text{
	height:600px;
	width:80%;
	float:right;
	position:relative;
}
#wrap-top #shop-top .text-erea .text ul{
	position:absolute;
	overflow:hidden;
	display:table;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	color:#fff;
	width:100%;
}
#wrap-top #shop-top .text-erea .text h1{
	font-size:1.4em;
	letter-spacing:5px;
	font-weight:500;
}
#wrap-top #shop-top .text-erea .text li{
	color:#ddd;
	padding:0 5em;
}
#wrap-top #shop-top .text-erea .text li a{
	color:#AA7E19;
}
#wrap-top #shop-top .text-erea .text li.adress{
	margin-top:40px;
}
#wrap-top #shop-top .text-erea .text li.time br{
	display:none;
}
/*--------------------------WRAP-CNT--------------------------*/
#wrap-cnt{
	width:100%;
	overflow:hidden;
	opacity:0;
}
#wrap-top,
#footer-main{
	opacity:0;
}

/*-------------cnt-main-------------*/
#cnt-main{
	position:relative;
	width:100%;
	background:#fff;
	overflow:hidden;
	padding:120px 0;
}
#cnt-main .text-box{
	margin:0 auto;
	text-align:center;
}
#cnt-main .text-box h1 br{
	display:none;
}
#cnt-main .text-box .line{
	border-bottom:1px solid #777;
	width:50px;
	margin:70px auto;
}
#cnt-main h1{
	font-size:2em;
	font-weight:500;
	line-height:1.4em;
}

/*-------------cnt-image-------------*/
#cnt-image{
	width:100%;
	background:#fff;
}
#cnt-image .image-box{
	width:1000px;
	margin:0 auto;
}
#cnt-image .l-box{
	float:left;
	width:300px;
	height:500px;
	margin-right:1px;
	text-indent:-100000px;
	background:url(../img/shop_image1.jpg) no-repeat center right;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#cnt-image .r-box{
	float:right;
	width:699px;
	height:500px;
	text-indent:-100000px;
	background:url(../img/shop_image2.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*-------------cnt-map-------------*/
#cnt-map{
	width:100%;
	padding:260px 0 50px;
	background: #dfdfdf;
	margin:-250px auto 0;
}
#map{
	width:1000px;
	height:500px;
	margin:0 auto;
	position:relative;
	display:block;
}
#map::before{
	content:"\009577\0062bc\003057\003067\005730\0056f3\00306e\0064cd\004f5c\0053ef\0080fd";
	/*「長押しすると地図の操作が可能」と生成*/
	display:block;
	z-index:100;
	color:#125f62;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	margin:-0.5em 0 0 0;
	line-height:1;
	text-align:center;
	font-weight:bold;
	text-shadow:1px 1px 0 #fff;
}
#map::after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.5);
}
#map.release::before,
#map.release::after{
	display:none !important;
}
#map > iframe,
#map > div{
	/* レスポンシブデザイン想定 */
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#map::before,
#map::after{
	display:none;
}
#cnt-map .link-map-box{
	width:1000px;
	height:65px;
	position:relative;
	margin:10px auto 0;
}
#cnt-map .link-map-box .text{
	position: absolute;
	top: 0;
	left: 5px;
	color:#333;
	font-size:0.9em;
	line-height:1.7;
}
#cnt-map .link-map-box .text br.sp{
	display:none;
}
#cnt-map .link-map-box .link-map{
	position: absolute;
	top: 0;
	right: 5px;
}
#cnt-map .link-map-box .link-map p.link{
	font-size: 1em;
}
#cnt-map .link-map-box .link-map p.link a{
	margin-top:0;
	padding:5px 10px;
}
#cnt-map .link-map-box .link-map p.link a span{
	padding-right:25px;
	background:url(../../img/icn_newwindow_333.svg) no-repeat right;
	background-size:15px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#cnt-map .link-map-box .link-map p.link a:hover span{
	background:url(../../img/icn_newwindow_333_w.svg) no-repeat right;
	opacity:0.7;
	background-size:15px;
}
/*----------------------SP ----------------------*/
@media screen and (max-width: 1800px) , (max-device-width : 1800px) {
	#wrap-top #shop-top .photo-box{
		width:65%;
	}
	#wrap-top #shop-top .text-erea{
		width:35%;
	}
}
@media screen and (max-width: 1550px) , (max-device-width : 1550px) {
	#wrap-top #shop-top .photo-box{
		width:60%;
	}
	#wrap-top #shop-top .text-erea{
		width:40%;
	}
	#wrap-top #shop-top .text-erea .text li{
		padding:0 2em;
	}
	#wrap-top #shop-top,
	#wrap-top #shop-top .photo-box,
	#wrap-top #shop-top .text-erea,
	#wrap-top #shop-top .text-erea h2,
	#wrap-top #shop-top .text-erea .text{
		height:500px;
	}
}
@media screen and (max-width: 1100px) , (max-device-width : 1100px) {
	#wrap-top #shop-top .text-erea .text li.time br{
		display:block;
	}
	#cnt-main .text-box{
		width:80%;
	}
	#cnt-main .text-box p br{
		display:none;
	}
	#cnt-main .text-box p{
		text-align:left;
	}
	#cnt-image .image-box,
	#map,
	#cnt-map .link-map-box{
		width:80%;
	}
	#cnt-image .l-box{
		width:40%;
		margin-right:0;
	}
	#cnt-image .r-box{
		width:60%;
	}
}

@media screen and (max-width: 1000px) , (max-device-width : 1000px) {
	#wrap-top{
		padding-top:50px;
	}
	#wrap-top #shop-top .text-erea .text li{
		font-size:0.9em;
	}
	#cnt-main .text-box h1 br{
		display:block;
	}
	#cnt-main .text-box .line{
		margin:60px auto;
	}
	#cnt-image .l-box,
	#cnt-image .r-box,
	#map{
		height:400px;
	}
	#cnt-map{
		padding:210px 0 50px;
		margin:-200px auto 0;
	}
}
@media screen and (max-width: 950px) , (max-device-width : 950px) {
	#cnt-map .link-map-box{
		height:145px;
	}
	#cnt-map .link-map-box .link-map{
		position: relative;
		top: 0;
		right: 0;
		text-align:center;
	}
	#cnt-map .link-map-box .text{
		position: absolute;
		display:table;
		bottom: 0%;
		top:auto;
		left: 50%;
		-webkit-transform: translate(-50%, -0%); /* Safari用 */
		transform: translate(-50%, -0%);
	}
}
@media screen and (max-width: 800px) , (max-device-width : 800px) {
	#wrap-top #shop-top{
		height: auto;
	}
	#wrap-top #shop-top .photo-box{
		width:100%;
		height:400px;
		position:relative;
	}
	#wrap-top #shop-top .photo-box p{
		width:100%;
		right:0;
		text-align:center;
	}
	#wrap-top #shop-top .text-erea{
		width:100%;
		height: auto;
		position:relative;
	}
	#wrap-top #shop-top .text-erea h2{
		width:100%;
		float:none;
		height: auto;
		padding:10px 0;
		font-size:1em;
		letter-spacing:10px;
		color:#fff;
	}
	#wrap-top #shop-top .text-erea h2 span{
		text-indent:0;
		text-align:center;
		background:none;
		width:auto;
		height:auto;
		position: relative;
		top: 0%;
		left: 0%;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
	}
	#wrap-top #shop-top .text-erea .text{
		height: auto;
		width:100%;
		float:none;
		padding:30px 0 40px;
	}
	#wrap-top #shop-top .text-erea .text ul{
		position: relative;
		overflow:hidden;
		text-align:center;
		display:block;
		top: 0%;
		left: 0%;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		color:#fff;
	}
	#wrap-top #shop-top .text-erea .text li{
		padding:0 2em;
	}
	#wrap-top #shop-top .text-erea .text li.adress{
		margin-top:15px;
	}
	#wrap-top #shop-top .text-erea .text li.time br{
		display:none;
	}
	#cnt-main{
		padding:100px 0;
	}
	#cnt-main .text-box .line{
		margin:50px auto;
	}
	
}
@media screen and (max-width: 750px) , (max-device-width : 750px) {
	#cnt-image .l-box,
	#cnt-image .r-box,
	#map{
		height:300px;
	}
	#cnt-map{
		padding:160px 0 50px;
		margin:-120px auto 0;
	}
	#cnt-main h1{
		font-size:1.7em;
	}
	#cnt-map .link-map-box .text{
		font-size:0.8em;
	}
}
@media screen and (max-width: 500px) , (max-device-width : 500px){
	#wrap-top #shop-top .photo-box{
		width:100%;
		height:300px;
		position:relative;
	}
	#cnt-main{
		padding:70px 0;
	}
	#cnt-main .text-box .line{
		width:22px;
	}
	#cnt-image .l-box,
	#cnt-image .r-box{
		height:250px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#map{
		display:none;
	}
	#cnt-map .link-map-box{
		height:185px;
	}
	#cnt-map .link-map-box .text{
		text-align:center;
	}
	#cnt-map .link-map-box .text br.sp{
		display:block;
	}
}
@media screen and (max-width: 480px) , (max-device-width : 480px){
	body{
		font-size:0.9rem;
	}
	#cnt-main h1{
		font-size:1.4em;
	}
	#cnt-main .text-box .line{
		margin:40px auto;
	}
}
@media screen and (max-width: 350px) , (max-device-width : 350px){
	#cnt-main h1{
		font-size:1.3em;
	}
}