@charset "utf-8";

/* ================================================================================
	Additional
================================================================================ */
.box {
	margin-bottom: 30px;
}
.box::after {
	content: '';
	display: block;
	clear: both;
}

.box_left {
	float: left;
	margin: 0 35px 35px 0;
}

.box_right {
	float: right;
	margin: 0 0 35px 35px;
}

.box_text {
	overflow: hidden;
}

.box_color {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 30px 35px;
	background: #f5f5f5;
}

.box_color_success {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 30px 35px;
	background: #d4edda;
}

.box_border {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 30px 35px;
	border: 2px solid #bca55a;
}

.color_green {
	color: #28a745;
}

.color_red {
	color: #dc3545;
}

.img_frame {
	overflow: hidden;
	padding: 2px;
	border: 2px solid #ddd;
	vertical-align: top;
}

.reset_ttl {
}


/* =============================================== */
/** Project */
/* =============================================== */

.map_wrap iframe {
	width: 100%;
	height: 450px;
	vertical-align: top;
}

.img_shadow img {
	box-shadow: 10px 10px #fafac5;
}

.tbl_underline th,
.tbl_underline td {
	padding: 15px !important;
}
.tbl_underline th {
	width: 20% !important;
	border-bottom: 2px solid #bca55a !important;
	font-weight: bold;
}
.tbl_underline td {
	border-bottom: 1px solid #bbb !important;
}

.contents_ttl {
	margin: 80px;
	line-height: 1;
	color: #4cb0af;
	text-align: center;
}
.contents_ttl_en {
	display: block;
	margin-bottom: 20px;
	font-family: 'BaskervilleBT';
	font-size: 65px;
}
.contents_ttl_ja {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	font-family: 'Yu Gothic', 'YuGothic', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
	font-size: 18px !important;
	font-weight: bold !important;
	letter-spacing: 0.05em !important;
}

.contents_sub_ttl {
	margin: 50px 0 35px !important;
	padding: 0 !important;
	background: none !important;
	font-size: 33px !important;
	text-align: center;
}

.section_inner {
	width: 1200px;
	margin: 0 auto;
}
.bg_wrap {
	position: relative;
	margin: 150px 0;
	padding: 180px 0 200px;
	background: #f7f4ea;
}
.bg_wrap :first-child {
	margin-top: 0 !important;
}
.bg_wrap :last-child {
	margin-bottom: 0 !important;
}
.bg_wrap_mask {
	position: absolute;
	width: calc(100% + 2px);
	aspect-ratio: 1700 / 73; /* 元の比率維持 */

	inset: auto -1px -1px;
}
.bg_wrap_mask.-top {
	position: absolute;

	inset: -1px -1px auto;
}
.bg_wrap_mask use {
	fill: #fff;
}

.contnets_message {
}
.contnets_message .box {
	margin-bottom: 100px !important;
}
.contnets_message .box_left {
	margin: 0 70px 0 0 !important;
}
.contnets_message .box_left.-fixed {
	margin: 0 70px 0 -20px !important;
}
.contnets_message .box_right {
	margin: 0 0 0 70px !important;
}
.contnets_message .box_text {
	padding-top: 25px;
	font-size: 16px;
}
.contnets_message .box_text h3 {
	margin: 0 0 25px !important;
	padding: 0 !important;
	background: none !important;
	font-size: 35px !important;
}

.contents_summary {
	line-height: 1.6;
	font-family: 'Shippori Mincho', serif;
	font-size: 35px !important;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.05em;
}

.contents_feature {
	margin-bottom: 100px;
}
.contents_feature_list {
}
.contents_feature_list_item {
	display: flex;
	margin-bottom: 70px;
	background: #fff;
}
.contents_feature_list_item:nth-child(odd) {
	flex-direction: row-reverse;
}
.contents_feature_list_item:last-child {
	margin: 0;
}
.contents_feature_list_txt {
	width: 50%;
	padding: 50px;
}
.contents_feature_list_txt h3 {
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
	background: none !important;
	font-size: 25px !important;
}
.contents_feature_list_map,
.contents_feature_list_img {
	width: 50%;
}
.contents_feature_list_map iframe {
	width: 100%;
	height: 100%;
}
.contents_feature_list_img img {
	width: 100%;
	height: 100%;

	object-fit: cover;
}
.contents_feature_list .list_check {
	margin: 0 0 15px !important;
}

.contents_btn {
	text-align: center;
}
.contents_btn a {
	display: inline-block;
	width: 290px;
	height: 55px;
	border-radius: 5px;
	background: #4ec0cf;
	line-height: 55px;
	color: #fff;
	font-weight: bold;
}


/* =============================================== */
/** Page */
/* =============================================== */

/* コンセプト */
.page-concept .l-content_inner {
	width: auto;
	padding: 0 0 120px;
}
.page-concept .box_border {
	padding: 45px 50px 30px;
}
.page-concept .box_border .list_check li {
	margin-bottom: 10px !important;
}
.contents_event {
	overflow: hidden;
	position: relative;
	height: 325px;
	border-radius: 15px;
	background: #7cccd7;
}
.contents_event_detail {
	float: left;
	padding: 35px 0 0 65px;
	color: #fff;
}
.contents_event_ttl {
	margin: 0 0 12px -5px !important;
	font-family: 'Shippori Mincho', serif !important;
	font-size: 55px !important;
	font-weight: 600 !important;
	padding: 0 !important;
	border: none !important;
}
.contents_event_ttl::before {
	display: none;
}
.contents_event_txt {
}
.contents_event_txt strong {
	font-size: 21px;
	letter-spacing: 0;
	color: #fff;
}
.contents_event_txt p {
	margin-bottom: 10px;
}
.contents_event_txt :last-child {
	margin-bottom: 0;
}
.contents_event_img {
	float: right;
	width: 655px;
}
.contents_event_add {
	position: absolute;
	top: 22px;
	right: 28px;
}

/* 店舗案内＆アクセス */
.page-access .l-content_inner {
	width: auto;
	padding: 0 0 120px;
}

/* よくあるご質問 */
.contnets_faq {
}
.contnets_faq_item {
	margin-bottom: 35px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.contnets_faq_ttl {
	position: relative;
	font-size: 24px;
	background: none !important;
	padding: 8px 0 0 60px !important;
	margin: 0 0 20px !important;
}
.contnets_faq_ttl::before {
	content: 'Q';
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'BaskervilleBT';
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 46px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	background: #cfb047;
}

/* お客様の声 */
.voice_list {
}
.page-voice .voice_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px;
}
.page-voice .row .voice_list_item {
	display: flex;
	flex: 0 0 50%;
	flex-direction: column;
	padding: 0 30px 60px;
}
.voice_list_img {
}
.voice_list_img img {
	width: 100%;
	border-radius: 285px 285px 0 0;
}
.voice_list_text {
	flex: 1;
	padding: 40px;
	background: #f7f4ea;
}
.voice_list_text h3 {
	display: flex;
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
	background: none !important;
	font-size: 22px !important;
}
