@charset "utf-8";
/* CSS Document */

/* ------------------------------------------  
movie
------------------------------------------ */
#first_movie{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	background-color:rgba(66, 56, 50, 0.7);
	top:0;
	left:0;
	z-index:20;
}

#first_movie.access{display:block;}

#first_movie > div{
	max-width:1000px;
	width:80%;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#first_movie > div:before {
	font-family: "Font Awesome 5 Free";
	content:"\f410";
	font-weight:900;
	position:absolute;
	font-size:50px;
	color:#ccc;
	top:-45px;
}

#first_movie > div > div{
	padding-top:60%;
	background:#000;
}

#first_movie iframe{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}

/* ------------------------------------------  
eye
------------------------------------------ */
.top-eyecatch{
	width:100%;
	height:400px;
	/*background:url(../images/top-eyecatch2.jpg) #d8f1ee no-repeat center /auto 100%;}*/
	/*background:url(../images/top-eyecatch2.jpg) #FEE0F8 no-repeat center /auto 100%;}*/
	background:url(../images/top-eyecatch3.jpg) #011724 no-repeat center /auto 100%;}
	

@media screen and (max-width: 768px) {
.top-eyecatch{
	height:auto;
	padding-bottom:35%;
}
}

@media screen and (max-width: 640px) {
.top-eyecatch{
	margin:-20px 0 20px;
	min-height:180px;
	/*background-image:url(../../uploads/2020/03/top-eyecatch-1200x420.jpg);*/
	background-image:url(../images/top-eyecatch3.jpg);
}
}

/* ------------------------------------------  
title
------------------------------------------ */
h2{
	clear:both;
	width:100%;
	font-size: 150%;
	margin-bottom: 15px;
}

/* ------------------------------------------  
slider
------------------------------------------ */
.slider_bn_box{
	width:65%;
	float:left;
}

.slider_shop_box{
	width:33%;
	float:right;
}



.slider_shop_box{
	/*overflow:hidden;*/
}

#slider_bn,
#slider_shop{
	position:absolute;
	top:0;
	width:100%;
}

#slider_shop img {
	margin-bottom:0;
	width: 100%;
	height: 100%;
	object-fit:cover;
	font-family: 'object-fit: cover';
	/* position:absolute; */
	vertical-align: middle;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	z-index: 50;
}

.slider_shop_box span{
	z-index:100;
	position:absolute;
	color:#fff;
	width:100%;
	/* left:0; */
	bottom:0;
	padding:12px 10px 10px;
	background-color:rgba(0, 0, 0, 0.6);
	font-size:90%;
	text-align: center;
}

.slider_shop_box span strong{font-size:120%;}

.slider_shop_box span.p-name{
	position:relative;
	top:-3px;
	padding:0px 1.3em;
	background-color:#fff;
	color:#3a3a3a;
	font-weight:700;
	display:inline;
	border-radius:20px;
}

.home .slider_shop_box{
	display:block;
	position:relative;
	margin-bottom:40px;
	padding-top:33%;
}

.slider_shop_box{
	padding-top:100%;
	margin-bottom:20px;
}

.slider_bn_box{
	display:block;
	position:relative;
	padding-top:50.769%;
	margin-bottom:10px;
}

.home .slider_bn_box{padding-top:33%;}

#slider_bn i,
#slider_shop i{
	position:absolute;
	z-index:100;
	width:30px;
	color:rgba(255,255,255,0.8);
}

#slider_bn i{color:rgba(80,80,80,0.6);}

#slider_bn .fa-chevron-circle-left{margin:23% auto auto 5px;}
#slider_bn .fa-chevron-circle-right{margin:23% 5px auto auto;}

#slider_shop .fa-chevron-circle-left{margin:45% auto auto 5px;}
#slider_shop .fa-chevron-circle-right{margin:45% 5px auto auto;}

/* ------------------------------------------  
特集
------------------------------------------ */
.index_feature{
	width:65%;
	float:left;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position:relative;
}

.index_feature>a{
	display:block;
	width:100%;
	height:100%;
	z-index:10;
}

.index_feature:hover{
	opacity:.7;
}

/* ------------------------------------------  
選択エリア
------------------------------------------ */
.index_select{
	clear:both;
	width:100%;
}

.index_select{
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/* -webkit-align-items: flex-start;   Safari etc. */
	/*-ms-align-items    : flex-start;    IE10        
	align-items        : flex-start;*/
	flex-wrap: wrap;
	/*margin:  0 auto 40px;*/
	margin:  0 auto;
	/*
	border-top:1px solid #594e46;
	border-left:1px solid #594e46;
	*/
	border-top:solid 2px #eae5df;
	border-left:solid 2px #eae5df;
}

.index_select > div{
	/*width:50%;*/
	width:100%;
	font-weight:700;
	font-size:110%;
/*
	border-bottom:1px solid #594e46;
	border-right:1px solid #594e46;
*/
/*	border-bottom:solid 2px #eae5df;*/
	border-bottom:none;
	border-right:solid 2px #eae5df;

	position:relative;
	background-color:#ff8f8b;
	/*#f1f1f1;*/
}

.index_select dt:last-of-type{
	padding:0;
}

.index_select span a{
	display:block;
	color:#3a3a3a;
	padding:1em 1em 1em 120px;
}

.index_select > div:hover{
	background-color:#ffc1c1;
	/*#ffeaf4 #fafafa;*/
}
.dropdown span:hover{opacity:.8;}

.dropdown span,
.index_select span{
	display:block;
	background-repeat:no-repeat;
	background-position:top left;
	background-size:100px;
	height:100%;
}

.dropdown span{
	padding:1em 1em 1em 120px;
	cursor:pointer;
}

.s_btn_shop{background-image:url(../images/select_shop.jpg);}
.s_btn_cast{background-image:url(../images/select_cast.jpg);}

/*
.s_btn3{background-image:url(../../../img/select_food.jpg);}
.s_btn4{background-image:url(../../../img/select_scene.jpg);}
.s_btn5{background-image:url(../../../img/select_facility.jpg);}
.s_btn6{background-image:url(../../../img/select_d-other.jpg);}
.s_btn7{background-image:url(../../../img/select_budget.jpg);}
.s_btn8{background-image:url(../../../img/select_foreigners.jpg);}
*/
.index_select span a:after{
	display: inline-block;
	float:right;
	font-family:"Font Awesome 5 Free";
	padding:0 5px 0 0;
	content:"\f105";
	font-weight:900;
	font-size:170%;
}

.dropdown span:after{
	display: inline-block;
	float:right;
	font-family:"Font Awesome 5 Free";
	padding:0 5px 0 0;
	content:"\f107";
	font-weight:900;
	font-size:170%;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.dropdown span.active:after{
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.index_select ul{
	width:100%;
	line-height:1.4em;
	display:none;
	padding:10px;
	font-weight:500;
	font-size:80%;
	position:absolute;
	z-index:100;
	background:#ffffff;
	border:10px solid #f1f1f1;
}

.index_select li{
	color:#3a3a3a;
	display:inline-block;
	margin:4px 1em 4px 0;

}

.dropdown a:before{
	font-family: "Font Awesome 5 Free";
	vertical-align: baseline;
	padding:0 2px 0 0;
	content:"\f105";
	font-weight:900;
}



/* ------------------------------------------  
新着情報
------------------------------------------ */
.top_news{
	position:relative;
	margin-bottom:30px;
}

.top_news .bx-wrapper {
	overflow:visible;
}

.index_news{
	border:1px solid #8cc7c1;
	text-align:left;
	/*margin-right:20px;*/
	margin-right:40px;
	margin-left:40px;
	transition:.3s;
	/*background:url(../../../img/arrow.svg) no-repeat right 10px center;
	background-size:12px;*/
}

.index_news h2{
	color:#594e46;
	font-weight:500;
	font-size:130%;
	background-image: linear-gradient(to left,#e4f4f2 70%,#fff 30%);
	background-size: 3px 3px;
	padding:0.5em 20px;
	border:none;
	margin-bottom:0;
}

.index_news > a{
	display:block;
	padding:20px 40px 20px 20px;
	transition:.3s
}

.index_news:hover{
	box-shadow:0px 0px 7px 10px #eef9f8 inset;
	transition:.3s;
	/*border-bottom:4px solid #8cc7c1;
	background-color:#fcfcfc;*/
}

.index_news:hover > a{
	background-size:16px;
}

.index_news img{
	width:22%;
	float:left;
	margin-right:20px;
}

.index_news h3{
	background-image:none;
	padding:0;
	margin:0 0 10px !important;
	font-weight:700;
	font-size:110%;
}

.index_news span{
	color:#cfc0b6;
	display:block;
	font-size:90%;
	font-weight:500;
	margin-right:1em;
	margin-bottom:10px;
}

.index_news p{
	color:#3a3a3a;
}

a.btn{
	display:block;
	margin:0 auto 40px;
	width:200px;
	text-align:center;
	background:#b9b9b9;
	color:#fff;
	font-weight:400;
	letter-spacing:0.05em;
	padding:0.5em 1em;
}

a.btn:hover{
	background:#99c6c1;
}






/* ------------------------------------------  
ギャラリー（blocksit）
------------------------------------------ */
.index_gallary{
	margin-bottom:40px;
	position:relative;
	clear:both;
	background: #ffffff;
	border:solid 2px #eae5df;
	padding:20px 20px 0;
	
	overflow: auto;
	position: relative;
	width: 1100px;
	margin: 20px auto;
}
/*
.index_gallary:after, .index_gallary:before {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.index_gallary:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 25px;
	margin-left: -25px;
}
.index_gallary:before {
	border-color: rgba(234, 229, 223, 0);
	border-bottom-color: #eae5df;
	border-width: 28px;
	margin-left: -28px;
}

.index_gallary > p{margin-bottom:10px;}

.index_gallary a{
	color:#3a3a3a;
	font-weight:700;
	min-height:100px;
}

.index_gallary a:hover{
	color:#2f9389;
}

.index_gallary a img{
	margin-bottom:5px;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.index_gallary a span{
	font-weight:400;
}
*/



/* ------------------------------------------  
ピックアップ店舗
------------------------------------------ */
.index_pickup{
	margin-bottom:40px;
	position:relative;
	clear:both;
	background: #ffffff;
	border:solid 2px #eae5df;
	padding:20px 20px 0;
}

.index_pickup:after, .index_pickup:before {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
/*
.index_pickup:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 25px;
	margin-left: -25px;
}
.index_pickup:before {
	border-color: rgba(234, 229, 223, 0);
	border-bottom-color: #eae5df;
	border-width: 28px;
	margin-left: -28px;
}
*/
.index_pickup > p{margin-bottom:10px;}

.index_pickup a{
	color:#3a3a3a;
	font-weight:700;
	min-height:100px;
}

.index_pickup a:hover{
	color:#2f9389;
}

.index_pickup a img{
	margin-bottom:5px;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.index_pickup a span{
	font-weight:400;
}

.swiper-button-next, .swiper-button-prev{
	background:rgba(0, 0, 0, 0.7);
	z-index:100;
	height:50px;
	width:50px;
	text-align:center;
}

.swiper-button-next:before,.swiper-button-prev:before{
	display: inline-block;
	font-family:"Font Awesome 5 Free";
	color:#fff;
	font-weight:900;
	font-size:200%;
	line-height:50px;
}

.swiper-button-next{right:0px;}
.swiper-button-prev{left:0;}

.swiper-button-next:before{content:"\f105";}
.swiper-button-prev:before{content:"\f104";}

.pickup_slider{overflow:hidden;}

.index_pickup > div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;}

.index_pickup > div > a{
	width:19%;
	margin:0 0.5% 20px;}

@media screen and (max-width: 768px) {
.index_pickup > div > a{
	width:31.333%;
	margin:0 1% 20px;}
}

@media screen and (max-width: 640px) {
.index_pickup > div > a{
	width:47%;
	margin:0 1.5% 20px;}
}

@media screen and (min-width: 1000px) {
	/*.pickup_slider{min-height:500px;}*/
	.pickup_slider a{min-height:240px;}
}


/* ------------------------------------------  
店舗からのお知らせ
------------------------------------------ */
.shopnews {
	display:block;
	width:65%;
	float:left;
	margin-bottom:30px;
}

.shopnews dl{
	margin-bottom:15px;
}

.shopnews dl dt{
	clear:both;
	display:block;
	float:left;
	width:150px;
	font-size:90%;
	padding:0 1em;
	line-height:1.7em;
	background-color:#e4f4f2;
	margin-right:1em;
}

.shopnews dl dd{
	display:block;
	margin:0 0 15px;
	padding-top:0.15em;
	font-size:90%;
	font-weight:400;
	line-height:1.3em;
	/*margin-top:-1px;*/
}

.shopnews dl dd span{
	color:#cfc0b6;
	font-size:90%;
	font-weight:700;
	margin-right:1em;
}

.shopnews dl dd a{
	color:#3a3a3a;
}

.shopnews dl dd a:hover{
	color:#2f9389;
}

/* ------------------------------------------  
鍛冶町とは
------------------------------------------ */
.top_kajimachi {
	display:block;
	width:32.5%;
	float:right;
	margin-bottom: 40px;
}

/* googlemap */
.mapicon{
	margin-bottom:20px;
}

.mapicon img{
	width:25px;
	height:25px;
	margin-right:5px;
	vertical-align:text-top;
}

/*.ggmap{
margin-bottom:40px;
border-bottom:solid 1px #99c6c1;}*/

.ggmap iframe{margin-bottom:20px;}

.ggmap a.btn{
	display:block;
	margin:0 auto 40px;
	width:auto;
	text-align:center;
	background:#eae5df;
	color:#626061;
	font-weight:500;
	letter-spacing:0.05em;
	padding:0.8em 1em;
	font-size:110%;
	border:solid 4px #a8cfca;
}

.ggmap a.btn:hover{
	background:#a8cfca;
}

.ggmap a.btn:before{
	font-family: "Font Awesome 5 Free";
	vertical-align: baseline;
	padding:0 5px 0 0;
	content:"\f3c5";
	font-weight:900;
}

.index_ad{margin-bottom:20px;}

.jmh{
	position:relative;
	overflow:hidden;
}

.top_banner{
	width:97%;
	max-width:1045px;
	margin:0 auto;
	text-align:center;
}

.top_banner > a{
	display:inline-block;
	width:30.333%;
	margin:0 1% 20px;
}

img.event_bn {
	display: inline-block;
	width: 30.333%;
	margin: 0 1% 20px;
}

.top-sns{
	max-width:1010px;
	margin:0 auto;}

.top-sns > *{
	width:48.5%;
	max-width:500px;
	min-height:346px;
	margin:0 auto 20px;}

.twitter-timeline{
	border:#dae7f2 solid 1px !important;}

div a.banner:last-child{
	margin-bottom:0;
}

/* ------------------------------------------  
base
------------------------------------------ */
.index_ad > a{
	float: left;
	display: block;
	margin: 0 1.5% 20px 0;
	width:18.8%;
}

.index_ad > a:nth-of-type(5n){
	margin-right:0;
}	

@media screen and (max-width: 800px) {
	.dropdown span,
	.index_select span a{
		font-size:90%;
		padding:0.8em 1em 0.8em 90px;
	}

	.dropdown span,
	.index_select span{
		background-size:80px;
	}
}


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

	/* -----ピックアップ店舗----- */
	.pickup_slider{
		/*margin-left:50%;*/
	}

	.index_pickup .bx-wrapper{
		position:relative;
		margin:0 auto;
	}

	.index_pickup .bx-wrapper img {
		width: 100%;
		height: auto;
		position:relative;
		top:0;
		left:0;
		right:0;
		bottom:0;
		margin:auto;
	}

.top-sns > *{
	width:100%;}

}



@media screen and (max-width: 640px) {
	/* -----選択エリア----- */
	.index_select{
		margin-top: -40px;}

	.index_select > div{
		width:100%;}

	.index_select ul{
		font-size:90%;
		position:relative;}

	.index_select li{
		margin:6px 1em 6px 0;}

	.dropdown span,
	.index_select span{
		height: auto;
	}

	.dropdown span,
	.index_select span a{
		padding:0.8em 1em 0.8em 100px;
	}
}

@media screen and (max-width: 540px) {
	.top_news,
	.top_kajimachi,
	.shopnews dl,
	.ggmap,
	.index_ad{
		display:block;
		width:94%;
		margin:0 auto 40px;
		float:none;
	}

	.index_select .box_gray{
		display:none;
	}

	.top_news{
		margin-bottom:20px;
	}

	#order_box{
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex !important;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;}

	.index_feature{
		float:none;
		width:100%;
		margin-bottom:20px;
		-webkit-box-ordinal-group:1;
		-ms-flex-order:1;
		-webkit-order:1;
		order:1;}

	.index_feature div{
		width:100%;
		max-width:100%;
		top:100%;
		text-align:center;
		background:#f1f1f1;
		position:relative;}

	.index_feature div h2{
		display:inline;
		line-height: 2;
		font-size: 150%;}

	.index_feature div p{
		margin-top:20px;}
	.index_feature .feature-more {
		float: none;
		margin-top: 20px;}
	.index_pickup{
		width:100%;
		margin-bottom:0;
		padding:20px 5px;
		border:none;
		-webkit-box-ordinal-group:2;
		-ms-flex-order:2;
		-webkit-order:2;
		order:2;
	}

	.index_pickup:after, .index_pickup:before {
		content: none;
		border:none;}

	.index_pickup p{
		padding:0 15px;
		text-align:center;}

	.side_slider{
		float:none;
		width:100%;
		-webkit-box-ordinal-group:3;
		-ms-flex-order:3;
		-webkit-order:3;
		order:3;}

	/* -----slider----- */
	.slider_bn_box,.slider_shop_box{
		width:100%;
		float:none;
	}
	.home .slider_bn_box{padding-top: 50%;}

	.home .slider_shop_box{
		padding-top: 100%;
		margin-bottom:20px;}

	#slider_shop i{
		color:#808080;}

	#slider_shop .fa-chevron-circle-left{margin:45% auto auto -40px;}
	#slider_shop .fa-chevron-circle-right{margin:45% -40px auto auto;}

	.slider_shop_box li a{
		display:block;
		padding-bottom:calc(100% + 60px);}

	.slider_shop_box li a img{
		padding-bottom:60px;}

	.slider_shop_box span{
		position:absolute;
		display:block;
		bottom:0;
		background-color:#fff;
		border-bottom: 2px solid #cee4e2;
		color:#3a3a3a;
		z-index:100;
		font-size:80%;}

	.slider_shop_box span.p-name{
		background-color:#3a3a3a;
		color:#fff;
		font-size:90%;
		border-bottom: none;}

	/* -----新着情報----- */
	.index_news img{
		width:40%;}

	/* -----店舗からのお知らせ----- */
	.shopnews {
		width:100%;
		float:none;}

	.shopnews dl{
		margin-bottom:15px;}

	.shopnews dl dt,
	.shopnews dl dd{
		float:none;}


	/* -----広告----- */
	.index_ad > a{
		float: left;
		display: block;
		margin: 0 4% 20px 0;
		width:48%;}

	.index_ad > a:nth-of-type(5n){margin-right:4%;}
	.index_ad > a:nth-of-type(2n){margin-right:0;}

	.half.grid0 > div{
		width:100%;
		margin:0 0 20px;
		float:none;}

	.top_banner{
		width:94%;}

	.top_banner > a,img.event_bn{
		display:block;
		width:100%;
		margin:0 0 20px;}

	.fb-page{
		position: relative;
		height:300px;}

}

/*===CLEARFIX===*/
.index_pickup:before,
.pickup_slider:before,
.shopnews:before,
.index_select ul:before,
.index_news div:before {
	display: table;
	content: " ";
}
.index_pickup:after,
.pickup_slider:after,
.shopnews:after,
.index_select ul:after,
.index_news div:after {
	display: table;
	content: " ";
	clear: both;
}
/* Localized */


/*Kosaka extended*/
.green{color:#009966;}	/*#228b22*/
.red{color:#ff8f8b;}
