@charset "UTF-8";

/* =============================================
 SHOP CSS
============================================= */

/* ================ page main image ================ */

.page_main_img {
	background-color: #EEE;
	background-image: url(../img/main_img.jpg);
	background-position: top;
}

/* ================ 店舗一覧 ================ */

h1.contents_title {
	color: #886b3d;
	font-size: 24px;
	margin-bottom: 20px;
}

.shop_box h2 {
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.shop_box > article {
	border: 1px solid #EEE;
	margin-bottom: 30px;
	background-color: #FFF;
}

.shop_box > article > div {
	padding: 15px;
	line-height: 1.8;
}

.shop_box .float_box_md {
	margin-bottom: 0;
}

.shop_box .float_box_md span {
	font-size: 80%;
	display: block;
}

.tel {
	font-size: 130%;
}

.shop_box ul.flex_box li:first-child {
	background-color: #FFF;
	color: #886c3d;
}

.shop_box ul.flex_box li:first-child a::after {
	border-left-color: #886c3d;
}

h1[id^="ID_SHOPLIST_"]{
	display: block!important;
	padding-top: 100px!important;
	margin-top: -70px!important;
}

/* ======== 店舗スライダー ======== */

.shop_images {
	max-width: 860px;
}

.shop_layout {
	padding-bottom: 100px;
}

.shop_layout .slick-dots {
	margin-top: 5px;
	display: flex;
	justify-content: center;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	bottom: auto;
	max-width: 960px;
}

.shop_layout .slick-dots li {
	list-style: none;
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0;
}

.shop_layout .slick-dots li img {
	opacity: 0.5;
	width: 100%;
	height: auto;
}

.shop_layout .slick-dots li .slick-active img {
	opacity: 1;
}

/* ============================ SP ============================ */

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

	.shop_box ul.flex_box {
		display: block;
	}

}

/* ============================ MD ============================ */

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

	h1.contents_title {
		font-size: 30px;
		margin-top: 60px;
	}

	.shop_box ul.flex_box li {
		margin-right: 1rem;
	}
		/* ================	================ */

}
/* ============================ PC ============================ */

@media only screen and (min-width: 1024px) {

	/* ================	================ */
	.shop_box ul.flex_box li:first-child:hover {
		background-color: #886c3d;
		color: #FFF;
	}

	.shop_box ul.flex_box li:first-child:hover a:after {
		border-left-color: #FFF;
	}
}

/* =============================================
 SHOP COMMON CSS
============================================= */

.shop_bg {
	background-image: url(../img/shop_bg.gif);
}

.shop_top {
	padding-top: 40px;
	padding-bottom: 20px;
}

.shop_title h1.contents_title {
	text-align: center;
}

.shop_title h1.contents_title span {
	margin-bottom: 1em;
}

.shop_btn {
	max-width: 300px;
	margin: 10px auto 0;
}

.shop_btn .btn {
	margin-bottom: 0;
}

.shop_btn .btn_s {
	margin-top: 5px;
}

.shop_btn > .btn_s:nth-of-type(2) {
	width: 48%;
	float: right;
}

/* ================	================ */
.shop_info {
	border: 4px solid #f8f0ec;
	text-align: center;
	line-height: 2;
	padding: 15px;
	margin: 15px;
	max-width: 800px;
	border-radius: 10px;
	background-color: #FFF;
}

.shop_info .tel strong {
	font-size: 150%;
	color: #320706;
}

.shop_info h2.contents_title {
	font-size: 180%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}

.shop_info h2.contents_title:after {
	content: "";
	border-bottom: dashed 1px #DDD;
	position: absolute;
	width: 100px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.shop_info span {
	font-size: 80%;
}

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

.thumbnail {
	max-width: 800px;
	margin: 0 auto 5px;
	padding: 0;
}

.thumbnail img,
.thumbnail-nav img {
	width: 100%;
}

.thumbnail-thumb {
	max-width: 800px;
	margin: 0 auto;
}

.thumbnail-thumb li {
	margin: 5px;
}

.thumbnial-thumb .slick-next {
	right: 20px;
	z-index: 100;
}

.thumbnail-thumb .slick-prev {
	left: 15px;
	z-index: 100;
}

.thumbnail-thumb
.slick-current {
	opacity: 0.5;
}

.thumbnail-thumb div div div {
	cursor: pointer;
}

.shop_images {
	margin-top: 30px;
}

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

.info_banner {
	max-width: 800px;
	margin: 0 auto;
}

.info_banner li {
	margin-bottom: 20px;
}

/* ================ LINE ================ */

.line {
	background-color: #f4f0e4;
}

.line .contents_inner {
	max-width: 800px;
}

.line h2.contents_title b {
	color: #4caf50;
	display: inline;
}

.line h3 {
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.line li {
	text-align: center;
}

.line_btn {
	background-color: #4caf50;
	color: #FFF;
	font-weight: bold;
	border-color: #4caf50;
	margin-left: auto;
	margin-right: auto;
}

.line_btn.btn_l a::after {
	border-left-color: #FFF;
}

@media only screen and (max-width: 767px) {
	.line ul {
		display: block;
	}
}

/* ================ アクセス情報 ================ */

.access ul li {
	text-align: center;
	line-height: 2;
}

.access ul li h3 {
	margin-bottom: 1rem;
	font-size: 130%;
	background-color: #FFF;
	position: relative;
	color: #ceb287;
}

.access ul li h3::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	background-color: #ceb287;
	left: 90%;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.access ul li h3::after {
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	background-color: #ceb287;
	right: 90%;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

h4 {
	margin-top: 10px;
	font-weight: bold;
}

.access ul li i {
	color: #ceb287;
	font-size: 30px;
	margin: 7px;
}

.access ul li:nth-of-type(2) {
	margin-top: 40px;
}

.container.access {
	padding-bottom: 0;
}

/* -----------------MAP----------------- */
#map {
	width: 100%;
	height: 270px;
	margin-top: 40px;
}

/* ============================ MD ============================ */

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

	.shop_btn {
		margin-top: 30px;
	}

	.shop_info {
		padding: 40px;
		margin: 0 auto;
	}

	/* ================ LINE ================ */

	.line li .qr {
		border-left: 1px solid #DDD;
		width: 260px;
		text-align: center;
		margin-left: 20px;
	}

	.line li {
		text-align: left;
	}

	.qr img {
		max-width: 150px;
	}

	/* ================ アクセス情報 ================ */

	.access ul li:nth-of-type(2) {
		margin-top: auto;
		border-left: 1px solid #DDD;
	}

	#map {
		height: 400px;
		margin-top: 60px;
	}

	/* ================ 【追加】撮影シーン ================ */

	.page_main_img　{
		background-size: contain;
		background-position: left;
	}

}

@media only screen and (min-width: 1023px) {

	/* ================ LINE ================ */

	.line .contents_inner {
		padding: 30px 20px;
		border: 3px solid #FFF;
	}

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

	.access ul li h3::before {
		left: 80%;
	}

	.access ul li h3::after {
		right: 80%;
	}

}

/* ============================ PC ============================ */

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

	/* ================ products space ================ */
	.products_main {
		margin-top: 150px;
	}

}
/* ============================ MD ============================ */

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

	/* ================ products space ================ */
	.products_main {
		margin-top: 100px;
	}

}