@charset "utf-8";
/* ========================================================
	store.css
======================================================== */
/* store_section
============================================================================================================ */
.store_section + .store_section {
	margin-top: 80px;
}
.store_section > h2 {
	margin-bottom: 15px;
	font-size: 2.8rem;
	line-height: 1.5;
}
.store_section .ph {
	margin-bottom: 25px;
}
.store_section .ph img {
	max-width: 100%;
	height: auto;
}
.store_section .info dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
}
.store_section .info dl + dl {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #dbdcdc;
}
.store_section .info dl dt {
	width: 6em;
	font-weight: bold;
}
.store_section .info dl dd {
	width: calc(100% - 6em);
}
.store_section .gmap {
	margin-top: 25px;
}
.store_section .gmap iframe {
	width: 100%;
	height: 300px;
}
@media screen and (min-width: 769px), print {
	.store_section .contents {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: box;
		display: flex;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-o-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.store_section .contents .summary {
		width: 400px;
		font-size: 1.7rem;
	}
	.store_section .contents .info {
		width: 400px;
	}
}
@media screen and (max-width: 768px) {
	.store_section + .store_section {
		margin-top: 40px;
	}
	.store_section > h2 {
		margin-bottom: 12px;
		font-size: 2rem;
	}
	.store_section .ph {
		margin-bottom: 15px;
	}
	.store_section .contents .summary {
		margin-bottom: 15px;
	}
}
#container.mw {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
@media screen and (min-width: 769px) {
	#container.mw::before {
		width: 1200px;
		margin: auto;
	}
}
#container.mw .top_section {
	padding-right: 20px;
	padding-left: 20px;
}
.store_wrap + .store_wrap {
	margin-top: 80px;
}
@media screen and (max-width: 768px) {
	.store_wrap + .store_wrap {
		margin-top: 40px;
	}
}
.visual_store .title_store {
	background-color: #be9756;
	text-align: center;
	color: #fff;
	font-size: 3rem;
	line-height: 1;
	padding: 1em;
}
.visual_store .photo {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
}
.visual_store .photo img {
	width: 100%;
}
.visual_store .photo .left {
	width: 68.41176470588235%;
	margin-right: 20px;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
}
.visual_store .photo .left img {
	object-fit: cover;
	height: 100%;
	font-family: 'object-fit: cover;';
}
.visual_store .photo .right {
	width: 30.411764705882355%;
}
.visual_store .photo .right div + div {
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.visual_store .title_store {
		font-size: 1.8rem;
	}
	.visual_store .photo {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-o-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.visual_store .photo .left {
		width: 100%;
		margin-right: 0;
	}
	.visual_store .photo .right {
		width: 100%;
		margin-top: 10px;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: box;
		display: flex;
	}
	.visual_store .photo .right > div {
		width: calc(50% - 5px);
	}
	.visual_store .photo .right div + div {
		margin-top: 0;
		margin-left: 10px;
	}
}
.store_contents {
	margin-top: 100px;
}
@media screen and (max-width: 768px) {
	.store_contents {
		margin-top: 50px;
	}
}
.news_list {
	border-bottom: 1px solid #f9f6f1;
	margin-bottom: 80px;
	padding-bottom: 80px;
}
.news_list .flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.news_list .list {
	width: 246px;
	margin-right: 51px;
}
.news_list .list:nth-of-type(3n) {
	margin-right: 0;
}
.news_list .list a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
.news_list .list a:hover {
	text-decoration: underline;
}
.news_list .photo {
	padding-top: 65%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.news_list .text {
	margin-top: 1em;
}
.news_list .text b {
	display: block;
}
.news_list .more {
	text-align: center;
	margin-top: 4em;
}
.news_list .more a {
	background-color: #be9756;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	padding: 1em 3em;
	font-size: 1.2em;
	font-weight: bold;
}
.news_list .more a::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 10px;
	position: relative;
	top: -1px;
	margin-left: -5px;
}
@media screen and (max-width: 768px) {
	.news_list {
		margin-bottom: 50px;
		padding-bottom: 50px;
	}
	.news_list .list {
		width: 100%;
		margin-right: 0;
	}
	.news_list .list + .list {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #dbdcdc;
	}
	.news_list .list img {
		width: 100%;
	}
	.news_list .text {
		margin-top: 1em;
	}
	.news_list .text b {
		display: block;
	}
}
.store_detail .contents {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	margin-bottom: 80px;
}
.store_detail .summary {
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
	margin-right: 50px;
	width: 37.38095238095238%;
}
.store_detail .menu {
	position: relative;
	width: 100%;
	margin-top: 50px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.store_detail .menu:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
.store_detail .menu::after {
	content: "";
	background-color: #f0e6d0;
	width: 100%;
	height: 110px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.store_detail .menu a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-weight: bold;
}
.store_detail .menu .flex {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-o-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: end;
	-moz-box-align: end;
	-o-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	padding: 0 1em 1em;
}
.store_detail .menu .photo {
	width: 40%;
	margin-right: 1em;
}
.store_detail .menu .photo img {
	width: 100%;
}
.store_detail .menu .click {
	text-align: right;
}
.store_detail .info {
	width: 476px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.store_detail .info dl {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	width: 100%;
}
.store_detail .info dl + dl {
	margin-top: 10px;
}
.store_detail .info dt {
	background-color: #f0e6d0;
	width: 152px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-o-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-weight: bold;
}
.store_detail .info dd {
	margin-left: 10px;
	width: 65.96638655462185%;
	background-color: #f9f6f1;
	padding: 1em;
}
.store_detail .gmap {
	width: 100%;
}
.store_detail .gmap iframe {
	width: 100%;
	height: 450px;
}
@media screen and (max-width: 768px) {
	.store_detail .contents {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		-o-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	.store_detail .summary {
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
		margin-right: 0;
		margin-bottom: 50px;
		width: 100%;
	}
	.store_detail .menu {
		margin-top: 20px;
		text-align: center;
	}
	.store_detail .menu::after {
		content: "";
		background-color: #f0e6d0;
		width: 100%;
		height: 110px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.store_detail .menu .flex {
		display: block;
		padding: 0 1em 1em;
	}
	.store_detail .menu .photo {
		width: 70%;
		margin: 0 auto 1em;
	}
	.store_detail .menu .click {
		text-align: center;
	}
	.store_detail .info {
		width: 100%;
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
		-o-box-flex: 0;
		-ms-box-flex: 0;
		box-flex: 0;
		-webkit-flex-grow: 0;
		flex-grow: 0;
		font-size: 1.3rem;
	}
	.store_detail .info dl + dl {
		margin-top: 5px;
	}
	.store_detail .info dt {
		width: 30%;
	}
	.store_detail .info dd {
		margin-left: 5px;
		width: calc(70% - 5px);
		padding: 1em;
	}
	.store_detail .gmap iframe {
		height: 70vw;
	}
}
