@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');
.bodoni {
	font-family: 'Playfair Display', serif;
}
/* ========================================================
	base.css => 共通基本CSS
======================================================== */

/* reset
============================================================================================================ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
}
table {
	font-size: 100%;
	font-family: inherit;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: middle;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
select, input, textarea {
	font-size: 100%;
}
header, footer, nav, section, article, figure, aside {
	display: block;
}
input, select, button, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: none;
	padding: 0;
	outline: none;
	border: none;
}
button, select {
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}
/* ClearFix
============================================================================================================ */

.clearfix, .row {
	zoom: 1;
}
.clearfix:after, .row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	overflow: hidden;
}
/* float
============================================================================================================ */

.fl {
	float: left;
}
.fr {
	float: right;
}
/* text-align
============================================================================================================ */

.tal {
	text-align: left;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
/* margin
============================================================================================================ */

.m00 {
	margin: 0 !important;
}
.mb {
	margin-bottom: 1.5em !important;
}
.mb00 {
	margin-bottom: 0 !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb08 {
	margin-bottom: 8px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mt {
	margin-top: 1.5em !important;
}
.mt00 {
	margin-top: 0 !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt08 {
	margin-top: 8px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
/* padding
============================================================================================================ */

.p00 {
	padding: 0 !important;
}
.pb {
	padding-bottom: 1.3em !important;
}
.pb00 {
	padding-bottom: 0 !important;
}
.pb05 {
	padding-bottom: 5px !important;
}
.pb08 {
	padding-bottom: 8px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb45 {
	padding-bottom: 45px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pt00 {
	padding-top: 0 !important;
}
.pt05 {
	padding-top: 5px !important;
}
.pt08 {
	padding-top: 8px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pt50 {
	padding-top: 50px !important;
}
/* font size
============================================================================================================ */

.fz10 {
	font-size: 10px;
	font-size: 1.0rem;
}
.fz11 {
	font-size: 11px;
	font-size: 1.1rem;
}
.fz12 {
	font-size: 12px;
	font-size: 1.2rem;
}
.fz13 {
	font-size: 13px;
	font-size: 1.3rem;
}
.fz14 {
	font-size: 14px;
	font-size: 1.4rem;
}
.fz15 {
	font-size: 15px;
	font-size: 1.5rem;
}
.fz16 {
	font-size: 16px;
	font-size: 1.6rem;
}
.fz17 {
	font-size: 17px;
	font-size: 1.7rem;
}
.fz18 {
	font-size: 18px;
	font-size: 1.8rem;
}
.fz19 {
	font-size: 19px;
	font-size: 1.9rem;
}
.fz20 {
	font-size: 20px;
	font-size: 2.0rem;
}
.no-touchevents .hover01 {
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
.no-touchevents.cssfilters .hover01:hover {
	-webkit-filter: brightness(1.2);
	-moz-filter: brightness(1.2);
	-ms-filter: brightness(1.2);
	-o-filter: brightness(1.2);
	filter: brightness(1.2);
}
.no-touchevents.no-cssfilters .hover01:hover {
	opacity: 0.7;
}
/* 961px以上 */

@media screen and (min-width: 961px) {
	[data-sc-tab_sp] {
		display: none !important;
	}
	[data-sc-onlyTab] {
		display: none !important;
	}
	[data-sc-tab] {
		display: none !important;
	}
}
/* 641px以上 */

@media print, screen and (min-width: 641px) {
	[data-sc-sp] {
		display: none !important;
	}
}
/* 960px以下 */

@media screen and (max-width: 960px) {
	[data-sc-onlyPc] {
		display: none !important;
	}
}
/* 640px以下 */

@media screen and (max-width: 640px) {
	[data-sc-pc] {
		display: none !important;
	}
	[data-sc-onlyTab] {
		display: none !important;
	}
	[data-sc-tab] {
		display: none !important;
	}
	img {
		height: auto;
	}
}

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */

html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.7;
	color: #000;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.7;
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	-o-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
}
a:hover {
	/* text-decoration: underline; */
}
label {
	cursor: pointer;
}
input, select, textarea, button {
	margin: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
button {
	cursor: pointer;
}
iframe {
	vertical-align: middle;
}
@media screen and (max-width: 680px) {
	img {
		max-width: 100%;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	iframe {
		max-width: 100%;
	}
}
/*  data-inviewaction */

[data-inviewaction] {
	position: relative;
}
[data-inviewaction] [data-inviewaction-inview] {
	pointer-events: none;
	position: absolute;
	left: 0;
	width: 100%;
	top: 50vh;
	bottom: 49vh;
}
/*
	wrap
*****************************************/

#wrap {
	background-color: #f1f1ef;
}
/*
	pc.sp
*****************************************/

.sp {
	display: none;
}
@media only screen and (max-width: 680px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.sp_box_link {
		display: block;
		margin-top: 0;
		padding: 10px;
		background: #c3a229 url(../../img/arrow_sp.png) no-repeat 100%;
		-webkit-background-size: 24px;
		background-size: 24px;
		color: #fff;
		text-align: center;
		text-decoration: none;
		font-size: 1.4rem;
	}
}
/*
	pagetop
*****************************************/

#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 50;
}
@media only screen and (max-width: 680px) {
	#pagetop {
		bottom: 60px;
	}
}
/*
	content
*****************************************/

#content {
	min-width: 880px;
	/*margin-left: 260px;*/
	background-color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
}
@media only screen and (max-width: 680px) {
	#content {
		min-width: 0;
		margin-left: 0;
	}
}
/*
	footer
*****************************************/

#footer {
	padding-top: 30px;
	text-align: center;
	line-height: 1.6;
	background-color: #1E2028;
	color: #B8B9BA;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#footer .logo {
	margin-bottom: 25px;
}
#footer .txt {
	margin-bottom: 22px;
	font-size: 15px;
	font-size: 1.5rem;
}
#footer .txt .address {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
}
#footer .txt .parking:nth-of-type(2) {
	margin-top: 22px;
	display: inline-block;
}
#footer .txt .parking:nth-of-type(4) {
	margin-bottom: 22px;
	display: block;
}
#footer .txt .note {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
}
#footer .tel_title {
	margin-bottom: 5px;
	color: #b8b9ba;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#footer .week {
	margin-bottom: 14px;
	color: #b8b9ba;
	font-size: 13px;
	font-size: 1.3rem;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align: center;
}
#footer .time {
	margin-bottom: 5px;
	color: #b8b9ba;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#footer .f_otherlink {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 4rem;
    margin-bottom: 4rem;
}
#footer .f_otherlink a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.2rem 0;
	font-family: 'Playfair Display';
	/* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif; */
	font-size: 1.7rem;
	color: #b8b9ba;
	border-bottom: 1px solid #b8b9ba;
}
#footer .f_otherlink a img {
	width: 1.3rem;
	margin-left: 1rem;
}
#footer .f_sns {
	padding: 1rem 0 1.5rem;
	text-align: center;
}
#footer .f_sns a {
	padding: 0 1rem;
}
#footer .tel {
	height: 24px;
	margin-bottom: 25px;
	background: no-repeat 50%;
	background-image: url(../../img/footer_tel_sp.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
}
#footer .tel.type02 {
	background-image: url(../../img/footer_tel_sp01.png);
}
#footer .tel a {
	display: none;
}
#footer .tel.type02 {
	position: relative;
}
#footer .tel.type02:after {
	content: '';
	display: block;
	width: 230px;
	border-bottom: 1px dotted #B8B9BA;
	position: absolute;
	bottom: -13px;
	left: 0;
	right: 0;
	margin: auto;
}
#footer .formLnk {
	margin-bottom: 30px;
}
#footer .copyright {
	text-align: left;
	background-color: #1E2028;
}
.googlemap {
	height: 430px;
	margin-top: 40px;
	position: relative;
}
.googlemap #map_canvas ,
.googlemap iframe {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 680px) {
	#footer {
		padding: 60px 0 0;
		text-align: left;
		overflow: hidden;
	}
	#footer .logo {
		text-align: center;
	}
	#footer .logo img {
		width: 211px;
	}
	#footer .txt {
		margin-bottom: 20px;
		font-size: 1.3rem;
		padding: 0 5%;
	}
	#footer .txt .address {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	#footer .txt .parking {
		/* display: block; */
	}
	#footer .txt .parking:nth-of-type(2) {
		margin-top: 0;
	}
	#footer .txt .parking:nth-of-type(4) {
		margin-bottom: 20px;
	}
	#footer .txt .note {
		margin-top: 5px;
	}
	#footer .tel_title {
		text-align: center;
	}
	#footer .tel {
		margin-bottom: 12%;
		height: auto;
		background: none;
		padding: 0 5%;
	}
	#footer .tel a {
		display: block;
	}
	#footer .tel a img {
		max-width: 65%;
		margin-left: -6%;
	}
	#footer .time {
		padding: 1rem 0 0;
		text-align: center;
		font-size: 4.8vw;
	}
	#footer .time img {
		display: none;
	}
	#footer .copyright {
		margin: 0;
		padding-left: 5%;
		background-color: #1e2028;
	}
	#footer .copyright:before {
		content: attr(data-label);
		color: #fff;
		font-size: 1.1rem;
		line-height: 40px;
	}
	#footer .copyright img {
		display: none;
	}
	.googlemap {
		height: 300px;
		margin-top: 20px;
	}
	#footer .tel.type02:after {
		width: 100%;
		bottom: -42%;
	}
	#footer .formLnk {
		margin-bottom: 20px;
		padding: 0 5%;
	}
	#footer .formLnk img {
		width: 100%;
		height: auto;
	}
}
#footer .f_link {
	width: 100%;
	padding: 50px 0;
	background-color: #F0F0EF;
}
#footer .f_link .in {
	width: 1000px;
	margin: 0 auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#footer .f_link .in .formlink+.formlink {
	margin-left: 31px;
}
#footer .f_link .in .bnr_ssl {
	margin-left: 78px;
}
@media only screen and (max-width: 680px) {}
/*
	section
*****************************************/

.section {
	margin: 0 auto;
	padding-top: 45px;
}
.section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	overflow: hidden;
}
#about, #course, .section .in {
	width: 860px;
}
.section .in {
	margin: 0 auto;
}
.section>h1, .section>.cap {
	text-align: center;
}

@media only screen and (max-width: 680px) {
	body {
		padding-bottom: 60px;
	}
	.flowcontent {
		background-color: #C3A229;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60px;
		display: table;
		text-align: center;
		z-index: 50;
	}
	.flowcontent a {
		vertical-align: middle;
		display: table-cell;
		width: 50%;
		position: relative;
	}
	.flowcontent a.tel {
		width: 38%;
	}
	.flowcontent a.yoyaku {
		width: 31%;
	}
	.flowcontent a.line {
		width: 31%;
		background-color: #00B900;
	}
	.flowcontent a+a:after {
		content: '';
		display: block;
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #fff;
	}
	.flowcontent a img {
		height: 41px;
		width: auto;
	}
}
/* 180725追加 */

.eos_area .txt_wrap {
	margin: 0 auto;
	background-color: #ffffff;
	color: #1E2028;
	box-sizing: border-box;
	font-feature-settings: "palt";
	width: 100%;
	box-sizing: border-box;
	padding-left: 80px;
}
.eos_area .txt_wrap+.txt_wrap {
	margin-top: 20px;
}
@media screen and (max-width:640px) {
	.eos_area .txt_wrap+.txt_wrap {
		margin-top: 10px;
	}
}
.eos_area .txt_wrap dt {
	margin-bottom: 12px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif;
	font-size: 16px;
	letter-spacing: .1em;
}
.eos_area .txt_wrap .txt {
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif;
	font-size: 17px;
	letter-spacing: .1em;
	line-height: 1.4;
	position: relative;
}
.eos_area .txt_wrap .txt:before {
	content: 'Information';
	font-size: 14px;
	color: #FFF;
	background-color: #1E2028;
	width: 100px;
	height: 100%;
	position: absolute;
	left: -100px;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif;
	letter-spacing: 0;
}
.eos_area .txt_wrap .txt a {
	text-align: center;
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 9px 30px 8px 0;
}
.eos_area .txt_wrap .txt a:hover {
	text-decoration: underline;
}
.eos_area .txt_wrap .txt a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 10px;
	height: 10px;
	margin: auto;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	transform: rotate(45deg);
}
.eos_area .txt_wrap .txt span {
	display: inline-block;
	margin-left: 8px;
	font-size: 13px;
}
.eos_area .txt_wrap dd {
	font-size: 11px;
	line-height: 1.9;
}
@media screen and (min-width:641px) {
	.eos_area .txt_wrap {
		width: 900px;
		box-sizing: border-box;
		padding-left: 100px;
	}
}
@media screen and (max-width:640px) {
	.eos_area .txt_wrap dt {
		margin-bottom: 8px;
		font-size: 18px;
		line-height: 1.5;
		font-weight: 500;
	}
	.eos_area .txt_wrap dt span {
		font-size: 16px;
	}
	.eos_area .txt_wrap dd {
		font-size: 12px;
		text-align: justify;
	}
	.eos_area .txt_wrap .txt {
		font-size: 14px;
	}
	.eos_area .txt_wrap .txt:before {
		content: 'Information';
		font-size: 2.4vw;
		color: #FFF;
		background-color: #1E2028;
		width: 60px;
		height: 100%;
		position: absolute;
		left: -70px;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif;
		letter-spacing: 0;
	}
	.eos_area .txt_wrap .txt span {
		font-size: 11px;
	}
}

/* トップページ */
.sec_info {
	padding: 128px 0 96px;
	position: relative;
}
.sec_info:before {
	content: '';
	width: 1px;
	height: 40px;
	background-color: #1E2028;
	position: absolute;
	left: 50%;
	top: 50px;
}
.sec_info:after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #1E2028;
	position: absolute;
	left: calc(50% - 4px);
	top: 86px;
}
.sec_info .tit {
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif;
	font-size: 22px;
	letter-spacing: .1em;
	line-height: 2.0;
	color: #1E2028;
	margin-bottom: 40px;
}
.sec_info .read {
	text-align: center;
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 2.0;
	color: #1E2028;
}
.eos_area {
	width: 940px;
	margin: 0 auto 0;
	padding: 0 0 50px;
}
.sec_info .chef_txt_wrap {
	width: 980px;
	margin: 70px auto 0 auto;
	padding: 48px 58px;
	border: 2px solid #b6b6b6;
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sec_info .chef_txt_wrap::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 21px);
	height: calc(100% - 21px);
	border: 1px solid #b6b6b6;
	pointer-events: none;
}
.sec_info .chef_txt_wrap .chef_txt_box {
	width: calc(100% - 329px - 40px);
}
.sec_info .chef_txt_wrap .chef_txt_box .chef_txt_01 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
}
.sec_info .chef_txt_wrap .chef_txt_box .chef_txt_02 {
	margin-top: 10px;
}
.sec_info .chef_txt_wrap .chef_txt_box .chef_txt_02 .ja {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
}
.sec_info .chef_txt_wrap .chef_txt_box .chef_txt_02 .en {
	font-family: amiri,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.1em;
	display: inline-block;
	margin-left: 12px;
}
.sec_info .chef_txt_wrap .chef_txt_box .chef_txt_03 {
	font-size: 14px;
	line-height: 1.857;
	letter-spacing: 0.05em;
	margin-top: 12px;
}
@media only screen and (max-width: 640px) {
	.sec_info {
		padding: 128px 0 5rem;
		position: relative;
	}
	.sec_info .tit {
		font-size: 4vw;
		margin-bottom: 2rem;
	}
	.sec_info .read {
		font-size: 3.0vw;
	}
	.eos_area {
		width: 100%;
		margin: 0 auto 0;
		padding: 0 0 40px 0;
	}
	.eos_area .txt_wrap {
		padding: 0 0 0 70px;
		box-sizing: border-box;
	}
	.eos_area .txt_wrap .txt {
		font-size: 3.0vw;
	}
	.eos_area .txt_wrap .txt a {
		text-align: left;
	}
	.sec_info .chef_txt_wrap {
		width: 90%;
		margin: 65px auto 0 auto;
		padding: 24px 0;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.sec_info .chef_txt_wrap::before {
		top: 8px;
		left: 8px;
		width: calc(100% - 17px);
		height: calc(100% - 17px);
	}
	.sec_info .chef_txt_wrap .chef_img {
		width: 84%;
	}
	.sec_info .chef_txt_wrap .chef_img img {
		width: 100%;
	}
	.sec_info .chef_txt_wrap .chef_txt_box {
		width: 84%;
		margin-top: 20px;
	}
	.sec_info .chef_txt_wrap .chef_txt_box .chef_txt_01 {
		font-size: 10px;
		letter-spacing: 0.05em;
	}
	.sec_info .chef_txt_wrap .chef_txt_box .chef_txt_02 .ja {
		font-size: 18px;
		letter-spacing: 0.05em;
	}
	.sec_info .chef_txt_wrap .chef_txt_box .chef_txt_02 .en {
		font-size: 13px;
		letter-spacing: 0.05em;
		margin-left: 6px;
	}
	.sec_info .chef_txt_wrap .chef_txt_box .chef_txt_03 {
		font-size: 13px;
		line-height: 1.769
	}
}
.topslideArea {
	padding: 100px 4% 75px;
	overflow: hidden;
	background: #F0F0EF;
}
@media only screen and (max-width: 640px) {
	.topslideArea {
		padding: 6rem 20px 50px;
	}
}
.topslideArea .contantWrapper {
	position: relative;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.topslideArea .contantWrap {
	max-width: 930px;
	width: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
}
.topslideArea .title_head {
	text-align: center;
	margin-bottom: 56px;
}
@media only screen and (max-width: 640px) {
	.topslideArea .title_head {
		margin-bottom: 40px;
	}
	.topslideArea .title_head img {
		width: auto;
		height: 60px;
	}
}
.topslideArea .btns01 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 100%;
}
.topslideArea .btns01 button {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 70px;
	height: 70px;
	z-index: 1;
	-webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 640px) {
	.topslideArea.btns01 button {
		width: 60px;
		height: 90px;
	}
}
.topslideArea .btns01 button:before, .topslideArea .btns01 button:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.topslideArea.btns01 button:before {
	width: 40px;
	height: 40px;
	background-color: #FFF;
	border-radius: 50%;
}
.topslideArea .btns01 button:after {
	width: 16px;
	height: 30px;
	transition: 0.2s;
}
.topslideArea .btns01 button.next {
	right: -40px;
}
@media only screen and (max-width: 640px) {
	.topslideArea .btns01 button.next {
		right: -20px;
	}
}
.topslideArea .btns01 button.next:after {
	/* border-bottom: transparent !important;
	border-left: transparent !important;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 3px; */
	background: url('../../img/icon_next.png');
	background-size: cover;
}
.topslideArea .btns01 button.prev {
	left: -40px;
}
@media only screen and (max-width: 640px) {
	.topslideArea .btns01 button.prev {
		left: -20px;
	}
}
.topslideArea .btns01 button.prev:after {
	/* border-bottom: transparent !important;
	border-right: transparent !important;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: -3px; */
	background: url('../../img/icon_prev.png');
	background-size: cover;
}
.no-touchevents .topslideArea .btns01 button:hover:after {
	filter: brightness(4);
}
.topslideArea .contantWrap .contentWrapIn {
	/* padding: 0 37.5%; */
	padding: 0 75% 0 0;
}
@media (max-width: 800px) {
	.topslideArea .contantWrap .contentWrapIn {
		padding: 0 20%;
	}
}
@media only screen and (min-width: 641px) {
	.topslideArea .contantWrap.type01 .contentWrapIn {
		padding: 0 !important;
		font-size: 0;
	}
	.topslideArea .contantWrap.type01 .contentWrapIn .content {
		display: block;
		text-align: center;
		width: auto !important;
	}
	.topslideArea .contantWrap.type01 .contentWrapIn .content .link {
		vertical-align: top;
		display: inline-block;
		width: 24.8%!important;
		text-align: left;
	}
}
@media only screen and (max-width: 640px) {
	.topslideArea .contantWrap .contentWrapIn {
		padding: 0;
	}
}
.topslideArea .contantWrap .contentWrapIn .content {
	position: relative;
	display: table;
}
@media only screen and (max-width: 640px) {
	.topslideArea .contantWrap .contentWrapIn .content {
		transition: none !important;
		width: 100% !important;
		left: 0 !important;
	}
}
.topslideArea .contantWrap .contentWrapIn .content.disableTrs {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.topslideArea .contantWrap .contentWrapIn .content .link {
	display: table-cell;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	cursor: pointer;
}
@media only screen and (max-width: 640px) {
	.topslideArea .contantWrap .contentWrapIn .content .link {
		display: block;
		width: 100% !important;
	}
	.topslideArea .contantWrap .contentWrapIn .content .link.sphideitem {
		position: absolute;
		pointer-events: none;
		opacity: 0;
	}
	.topslideArea .contantWrap .contentWrapIn .content .link.sphideitem.active {
		position: relative;
		pointer-events: auto;
		opacity: 1;
		transition: opacity 1.0s;
	}
	.topslideArea .contantWrap .contentWrapIn .content .link.dammy {
		display: none;
	}
	.topslideArea .contantWrap .contentWrapIn .content .link+.link {
		margin-top: 25px;
	}
}
.topslideArea .contantWrap .contentWrapIn .content .link>.in {
	margin: 0 5%;
	position: relative;
}
@media only screen and (max-width: 640px) {
	.topslideArea .contantWrap .contentWrapIn .content .link>.in {
		margin: 0;
		display: flex;
		justify-content: space-between;
	}
}
.topslideArea .contantWrap .contentWrapIn .content .link>.in .wrapLink {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 1;
}
.topslideArea .contantWrap .contentWrapIn .content .link>.in .wrapLink[href]~.box .title {
	text-decoration: underline;
}
.topslideArea .contantWrap .contentWrapIn .content .link>.in .wrapLink:hover~.box .title {
	text-decoration: none;
}
.no-touchevents .topslideArea .contantWrap .contentWrapIn .content .link>.in .wrapLink~figure .ph, .no-touchevents .topslideArea .contantWrap .contentWrapIn .content .link>.in .wrapLink~.box {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.no-touchevents .topslideArea .contantWrap .contentWrapIn .content .link>.in .wrapLink:hover~figure .ph, .no-touchevents .topslideArea .contantWrap .contentWrapIn .content .link>.in .wrapLink:hover~.box {
	opacity: 0.7;
}
.topslideArea .contantWrap .contentWrapIn .content .link>.in figure .ph {
	height: 120px;
	background-size: cover;
	background-position: center center;
}
@media only screen and (max-width: 640px) {
	.topslideArea .contantWrap .contentWrapIn .content .link>.in figure {
		width: 30%;
	}
	.topslideArea .contantWrap .contentWrapIn .content .link>.in .box {
		width: 64%;
	}
	.topslideArea .contantWrap .contentWrapIn .content .link>.in figure .ph {
		height: auto;
		padding-top: 100%;
	}
}
.topslideArea .contantWrap .contentWrapIn .content .link>.in .cat_tit {
	margin: 10px 0;
}
@media only screen and (min-width: 641px) {
	.topslideArea .contantWrap .contentWrapIn .content .link>.in .cat_tit img {
		width: auto;
	}
}
@media only screen and (max-width: 640px) {
	.topslideArea .contantWrap .contentWrapIn .content .link>.in .cat_tit {
		margin: 0 0 10px 0;
	}
}
.topslideArea .contantWrap .contentWrapIn .content .link>.in .txt_box {
	color: #1E2028;
}
.topslideArea .contantWrap .contentWrapIn .content .link>.in .txt_box .title {
	font-size: 1.6rem;
	line-height: 1.5625;
	letter-spacing: .04em;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media only screen and (max-width: 640px) {
	.topslideArea .contantWrap .contentWrapIn .content .link>.in .txt_box .title {
		font-size: 1.3rem;
		line-height: 1.538;
		min-height: auto;
		height: auto!important;
		margin-bottom: 10px;
	}
}
.topslideArea .contantWrap .contentWrapIn .content .link>.in .txt_box .detail {
	position: relative;
}
.topslideArea .contantWrap .contentWrapIn .content .link>.in .txt_box .detail .txt {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	font-size: 1.3rem;
	line-height: 1.69;
	margin-top: 10px;
}
.topslideArea .contantWrap .contentWrapIn .content .link>.in .txt_box .detail .txt.nowrap {
	display: none;
    -webkit-line-clamp: 100;
}
@media only screen and (max-width: 640px) {
	.topslideArea .contantWrap .contentWrapIn .content .link>.in .txt_box .detail .txt {
		font-size: 1.15rem;
		line-height: 1.5;
		margin-top: 5px;
	}
}
.topslideArea .contantWrap .pager {
	text-align: center;
	display: none;
}
.topslideArea .contantWrap .pager button {
	width: 40px;
	height: 40px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
@media only screen and (max-width: 640px) {
	.topslideArea .contantWrap .pager button {
		width: 60px;
		height: 90px;
	}
}
.topslideArea .contantWrap .pager button:after, .topslideArea .contantWrap .pager button:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
@media only screen and (max-width: 640px) {
	.topslideArea .contantWrap .pager button:after, .topslideArea .contantWrap .pager button:before {
		width: 6px;
		height: 6px;
	}
	.topslideArea .contantWrap .more {
		border: 1px solid #C3A229;
		background-color: #C3A229;
		height: 40px;
		line-height: 40px;
		text-align: center;
		width: 83%;
		margin: 40px auto 0;
		display: none;
	}
	.topslideArea .contantWrap .more.active {
		display: block;
	}
	.topslideArea .contantWrap .more a {
		color: #FFF;
		display: block;
		font-size: 1.3rem;
		letter-spacing: .05em;
		transition: all .3s;
		position: relative;
	}
	.topslideArea .contantWrap .more a:hover {
		opacity: .7;
		text-decoration: none;
	}
	.topslideArea .contantWrap .more a:after {
		content: '';
		height: 11px;
		width: 11px;
		position: absolute;
		top: 42%;
		transform: translateY(-50%) rotate(-135deg);
		right: 11px;
		border: 1px solid #FFF;
		border-top: transparent !important;
		border-right: transparent !important;
	}
	.topslideArea .contantWrap .open {
		border: 1px solid #C3A229;
		height: 40px;
		line-height: 40px;
		text-align: center;
		width: 83%;
		margin: 40px auto 0;
		display: none;
	}
	.topslideArea .contantWrap .open.active {
		display: block;
	}
	.topslideArea .contantWrap .open span {
		color: #C3A229;
		display: block;
		font-size: 1.3rem;
		letter-spacing: .05em;
		transition: all .3s;
		position: relative;
	}
	.topslideArea .contantWrap .open span:hover {
		opacity: .7;
		text-decoration: none;
	}
	.topslideArea .contantWrap .open span:after {
		content: '';
		height: 11px;
		width: 11px;
		position: absolute;
		top: 42%;
		transform: translateY(-50%) rotate(-45deg);
		right: 11px;
		border: 1px solid #C3A229;
		border-top: transparent !important;
		border-right: transparent !important;
	}
}
.topslideArea .contantWrap .pager button:after {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.no-touchevents .topslideArea .contantWrap .pager button:hover:after, .topslideArea .contantWrap .pager button.active:after {
	background-color: #000;
}
.topslideArea .contantWrap .pager button.active {
	cursor: default;
	pointer-events: none;
}
#menu {
	padding: 150px 0 50px;
	margin-top: -100px;
}
#menu .tit {
	font-size: 22px;
	text-align: center;
	padding: 56px 0 40px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#menu .cap {
	font-size: 14px;
	line-height: 2.0;
	margin-bottom: 88px;
}
#menu .flex_box {
	width: 1080px;
	margin: 0 auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#menu .flex_box .col {
	width: 480px;
	margin-bottom: 80px;
}
#menu .flex_box .col .ph {
	width: 100%;
	height: 320px;
	overflow: hidden;
}
#menu .flex_box .col .ph img {
	object-fit: cover;
	max-width: 100%;
}
#menu .flex_box .col .menutit {
	display: flex;
	align-items: center;
	font-weight: 500;
	margin-bottom: 32px;
	margin-top: 10px;
}
#menu .flex_box .col .menutit b {
	font-weight: normal;
	font-size: 24px;
	font-family: 'Playfair Display', serif;
	padding-bottom: 3px;
	line-height: 1.4;
}
#menu .flex_box .col .menutit span {
	margin-left: 27px;
	padding-left: 24px;
	border-left: solid 1px #1E2028;
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
}
#menu .flex_box .col .btn_more {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
#menu .flex_box .col .btn_more a {
	display: block;
	padding: 13px 0;
	font-size: 19px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align: center;
	border: solid 2px #1E2028;
	position: relative;
}
#menu .flex_box .col .btn_more a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 10px;
	height: 10px;
	margin: auto;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	transform: rotate(45deg);
}
#menu .flex_box .col .btn_more a span {}
@media only screen and (max-width: 640px) {
	#menu {
		padding: 60px 0 50px;
		margin-top: 0;
	}
	#menu .tit {
		font-size: 22px;
		text-align: center;
		padding: 56px 0 40px;
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	}
	#menu .cap {
		font-size: 14px;
		line-height: 2.0;
		margin-bottom: 3rem;
	}
	#menu .flex_box {
		width: 90%;
		margin: 0 auto 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#menu .flex_box .col {
		width: 100%;
		margin-bottom: 4rem;
	}
	#menu .flex_box .col .ph {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	#menu .flex_box .col .ph img {
		object-fit: cover;
		max-width: 100%;
	}
	#menu .flex_box .col .menutit {
		font-size: 4.8vw;
		font-weight: 500;
		font-family: 'Playfair Display', serif;
		margin-bottom: 2rem;
		display: flex;
		align-items: center;
		padding-top: 0.5rem;
	}
	#menu .flex_box .col .menutit b {
		font-size: 4.8vw;
		font-family: 'Playfair Display', serif;
		line-height: 1.3;
	}
	#menu .flex_box .col .menutit span {
		margin-left: 1rem;
		padding-left: 1rem;
		border-left: solid 1px #1E2028;
		font-size: 3.2vw;
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
	}
	#menu .flex_box .col .btn_more {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
	#menu .flex_box .col .btn_more a {
		display: block;
		padding: 0.5rem 0;
		font-size: 4.8vw;
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		text-align: center;
		border: solid 2px #1E2028;
		position: relative;
	}
	#menu .flex_box .col .btn_more a:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 20px;
		width: 10px;
		height: 10px;
		margin: auto;
		border-right: 1px solid #000;
		border-top: 1px solid #000;
		transform: rotate(45deg);
	}
	#menu .flex_box .col .btn_more a span {}
}
/* 一覧ページ */

.informationList {
	background: #1E2028;
	/* margin-left: 260px; */
}
.informationList .content {
	max-width: 860px;
	margin: 0 auto;
	padding: 130px 0 97px 0;
}
.informationList .content>.ttl {
	text-align: center;
	margin-bottom: 50px;
}
.informationContent {
	display: flex;
}
.informationContent .in1 {
	/* margin-right: 50px; */
	width: 100%;
}
.informationContent .in1>.ttl {
	text-align: center;
	margin-bottom: 15px;
}
.informationContent .in1 .list {
	color: #fff;
	padding-bottom: 15px;
}
.informationContent .in1 .list .item {
	display: flex;
	padding: 25px 20px;
	box-sizing: border-box;
	background: #32323C;
}
.informationContent .in1 .list .item+.item {
	margin-top: 10px;
}
.informationContent .in1 .list .item .img {
	margin-right: 25px;
	width: 40%;
}
.informationContent .in1 .list .item .img img {
	width: 100%;
	height: 145px;
	object-fit: cover;
}
.informationContent .in1 .list .item .caption {
	padding-top: 8px;
	width: 60%;
	position: relative;
}
.informationContent .in1 .list .item .caption .date {
	font-size: 14px;
	margin-bottom: 5px;
}
.informationContent .in1 .list .item .caption .date span {
	font-size: 13px;
	margin-left: 11px;
	width: 60px;
	line-height: 20px;
	background: #C3A229;
	color: #32323C;
	display: inline-block;
	text-align: center;
}
.informationContent .in1 .list .item .caption .ttl {
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 5px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.informationContent .in1 .list .item .caption .txt {
	font-size: 14px;
	line-height: 1.7;
}
.informationContent .in1 .list .item .caption .btnMore {
	text-align: right;
	font-size: 13px;
	line-height: 1;
	padding-right: 10px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	position: absolute;
	bottom: -10px;
	right: 0;
}
.informationContent .in1 .list .item .caption .btnMore a {
	color: #79670D;
	position: relative;
	display: inline-block;
	padding: 10px 0 10px 10px;
}
.informationContent .in1 .list .item .caption .btnMore a::after {
	bottom: 0;
	content: '';
	position: absolute;
	top: 50%;
	transform: translate( 0, -50%) rotate(-45deg);
	right: -10px;
	border-width: 6px 2px 2px 6px;
	border-style: solid;
	border-color: transparent #7A6907 #7A6907 transparent;
	height: 0;
	width: 0;
	transition: all .3s;
}
.informationContent .in1 .list .item .caption .btnMore a:hover:after {
	right: -15px;
}
.informationContent .in1 .paging .listNumber {
	display: flex;
	justify-content: center;
}
.informationContent .in1 .paging .listNumber .item {
	height: 26px;
	text-align: center;
	width: 26px;
	border: 1px solid #C3A229;
	margin: 0 2.5px;
}
.informationContent .in1 .paging .listNumber .item>a {
	color: #79670D;
	display: block;
	font-size: 21px;
	line-height: 28px;
}
.informationContent .in1 .paging .listNumber .item>a:hover {
	text-decoration: none;
	background: #79670D;
	color: #1E2028;
	height: 26px;
	width: 26px;
	line-height: 28px;
	border: 0;
}
.informationContent .in1 .paging .listNumber .active>a:hover {
	background: #C3A229;
	color: #1E2028;
}
.informationContent .in1 .paging .listNumber .active {
	background: #C3A229;
}
.informationContent .in1 .paging .listNumber .active>a {
	color: #1E2028;
}
.informationContent .in2 {
	width: 210px;
}
.informationContent .in2 .item+.item {
	margin-top: 36px;
}
.informationContent .in2 .item .img {
	border-bottom: 2px solid #79670D;
	margin: 0;
	padding: 0 0 8px 10px;
}
.informationContent .in2 .item .summary .ttl {
	border-bottom: 1px dotted #4D4D4D;
	border-top: none;
	padding: 0;
	text-align: left;
	line-height: 1;
}
.informationContent .in2 .item .summary .ttl a {
	color: #fff;
	font-size: 14px;
	line-height: 1;
	display: block;
	letter-spacing: 0.7px;
	padding: 18px 10px;
	position: relative;
	transition: all .3s;
}
.informationContent .in2 .item .summary .ttl a:hover {
	text-decoration: none;
	opacity: .7;
}
.informationContent .detail .groupArea {
	background: #F0F0EF;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 18px;
}
.informationContent .detail .group {
	color: #000;
	padding: 45px 30px 29px;
	box-sizing: border-box;
}
.informationContent .detail .group .date {
	font-size: 14px;
	margin-bottom: 20px;
}
.informationContent .detail .group .date span {
	font-size: 13px;
	margin-left: 12px;
	width: 60px;
	line-height: 20px;
	background: #C3A229;
	color: #32323C;
	display: inline-block;
	text-align: center;
}
.informationContent .detail .group .ttl {
	font-size: 18px;
	color: #000;
	line-height: 1;
	margin-bottom: 12px;
	letter-spacing: 0.08em;
	border-bottom: 1px solid #79670D;
	padding-bottom: 18px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.informationContent .detail .group .listTag {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.informationContent .detail .group .note {
	margin-top: 56px;
}
.informationContent .detail .group .listTag .tag {
	background: #606060;
	padding: 9px 32.5px;
	margin-right: 5px;
	border-radius: 2px;
	margin-top: 7px;
	color: #fff;
	font-size: 14px;
}
.informationContent .detail .group .listTag .tag:hover {
	opacity: .7;
	text-decoration: none;
}
.informationContent .detail .group .caption .img {
	max-width: 255px;
	margin: 0 20px 8px 0;
	float: left;
	width: 51%;
}
.informationContent .detail .group .caption .img img {
	width: 100%;
}
.informationContent .detail .group .caption .txt {
	font-size: 14px;
	line-height: 2.08;
}
.informationContent .detail .detail_pager {
	position: relative;
}
.informationContent .detail .detail_pager .infolist {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Playfair Display', serif;
}
.informationContent .detail .btns02 {
	display: flex;
}
.informationContent .detail .btns02 .item {
	width: 50%;
}
.informationContent .detail .btns02 .item.nextArea {
	margin-left: auto;
}
.informationContent .detail .btns02 .item .prev {
	padding: 0 0 0 22px;
	display: block;
}
.informationContent .detail .btns02 .item .next {
	padding: 0 22px 0 0;
	text-align: right;
	display: block;
}
.informationContent .detail .btns02 .item .prev, .informationContent .detail .btns02 .item .next {
	position: relative;
}
.informationContent .detail .btns02 .item .prev img, .informationContent .detail .btns02 .item .next img {
	filter: brightness(0);
}
.informationContent .detail .btns02 .item .prev:before {
	bottom: 0;
	content: '';
	position: absolute;
	top: 50%;
	transform: translate( 0, -50%) rotate(135deg);
	left: 10px;
	border-width: 8px 2px 2px 8px;
	border-style: solid;
	border-color: transparent #000 #000 transparent;
	height: 0;
	width: 0;
	transition: all .3s;
}
.informationContent .detail .btns02 .item .next:after {
	bottom: 0;
	content: '';
	position: absolute;
	top: 50%;
	transform: translate( 0, -50%) rotate(-45deg);
	right: 10px;
	border-width: 8px 2px 2px 8px;
	border-style: solid;
	border-color: transparent #000 #000 transparent;
	height: 0;
	width: 0;
	transition: all .3s;
}
.informationContent .detail .btns02 .item a:hover:after {
	right: 0;
}
.informationContent .detail .btns02 .item a:hover:before {
	left: 0;
}
@media only screen and (max-width: 800px) {
	.informationContent .in1 .list .item {
		padding: 10px;
	}
	.informationContent .in1 .list .item .caption {
		padding-top: 10px;
	}
	.informationContent .in1 .list .item .img {
		margin-right: 20px;
	}
	.informationContent .in2 .item .summary .ttl a {
		padding: 10px 5px;
		font-size: 13px;
	}
	.informationContent .in1 .list .item .caption .txt {
		font-size: 13px;
	}
	.informationContent .in1 .list .item .caption .ttl {
		font-size: 16px;
	}
	.informationContent .in1 .paging .listNumber .item>a {
		font-size: 19px;
	}
}
@media only screen and (max-width: 640px) {
	.informationList {
		margin-left: 0;
		margin-top: 60px;
	}
	.informationList .content {
		max-width: 100%;
		padding-bottom: 0;
		padding: 30px 20px 50px;
		box-sizing: border-box;
	}
	.informationList .content>.ttl {
		margin-bottom: 28px;
	}
	.informationList .content .ttl img {
		height: 60px;
		width: 171px;
	}
	.informationContent {
		flex-direction: column;
	}
	.informationContent .in1 {
		margin-right: 0;
		width: 100%;
	}
	.informationContent .in1>.ttl {
		display: none;
	}
	.informationContent .in1 .list {
		padding-bottom: 19px;
	}
	.informationContent .in1 .list .item {
		padding: 13px;
		min-height: 150px;
	}
	.informationContent .in1 .list .item .img {
		margin-right: 15px;
		max-width: 120px;
	}
	.informationContent .in1 .list .item .img img {
		height: auto;
		min-height: 120px;
		object-fit: cover;
	}
	.informationContent .in1 .list .item .caption {
		padding-top: 4px;
		padding-bottom: 20px;
	}
	.informationContent .in1 .list .item .caption .date {
		font-size: 12px;
		margin-bottom: 2px;
	}
	.informationContent .in1 .list .item .caption .date span {
		font-size: 11px;
		margin-left: 8px;
		width: 49px;
		line-height: 16px;
	}
	.informationContent .in1 .list .item .caption .ttl {
		font-size: 13px;
		letter-spacing: 1.5px;
		margin-bottom: 2px;
	}
	.informationContent .in1 .list .item .caption .txt {
		font-size: 12px;
		line-height: 2;
	}
	.informationContent .in1 .list .item .caption .btnMore {
		font-size: 12px;
		padding-right: 10px;
	}
	.informationContent .in1 .list .item .caption .btnMore a::after {
		right: -10px;
	}
	.informationContent .in1 .paging .listNumber {
		margin-top: 28px;
	}
	.informationContent .in1 .paging .listNumber .item {
		height: 24px;
		text-align: center;
		width: 24px;
		margin: 0 5px;
	}
	.informationContent .in1 .paging .listNumber .item>a {
		font-size: 18px;
		line-height: 26px;
	}
	.informationContent .in1 .paging .listNumber .item>a:hover {
		height: 24px;
		width: 24px;
		line-height: 26px;
	}
	.informationContent .in2 {
		width: 100%;
		margin-top: 50px;
	}
	.informationContent .in2 .item+.item {
		margin-top: 35px;
	}
	.informationContent .in2 .item .img {
		border-bottom: 1px solid #79670D;
		padding: 0 0 6px 0;
		text-align: center;
	}
	.informationContent .in2 .item .summary .ttl a {
		font-size: 13px;
		letter-spacing: 0.7px;
		padding: 16px 21px;
	}
	.informationDetail .content .ttl img {
		height: 60px;
		width: 171px;
	}
	.informationContent .detail .groupArea {
		margin-bottom: 19px;
	}
	.informationContent .detail .group {
		padding: 23px 10px 15px;
	}
	.informationContent .detail .group .date {
		font-size: 12px;
		margin-bottom: 12px;
	}
	.informationContent .detail .group .date span {
		font-size: 12px;
		line-height: 15px;
		width: 50px;
		margin-left: 8px;
		color: #fff;
	}
	.informationContent .detail .group .ttl {
		font-size: 16px;
		line-height: 1.65;
		margin-bottom: 10px;
		padding-bottom: 16px;
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	}
	.informationContent .detail .group .listTag {
		margin-bottom: 25px;
	}
	.informationContent .detail .group .caption .img {
		float: initial;
		margin: 0 0 20px 0;
		width: 100%;
		max-width: none;
	}
	.informationContent .detail .group .caption .txt {
		font-size: 12px;
		line-height: 1.75;
	}
	.informationContent .detail .group .note {
		margin-top: 25px;
	}
	.informationContent .detail .btns02 .item .prev {
		padding: 0 0 0 45px;
	}
	.informationContent .detail .btns02 .item .next {
		padding: 0 45px 0 0;
	}
	.informationContent .detail .btns02 .item .prev:before {
		border-width: 6px 2px 2px 6px;
		left: 35px;
	}
	.informationContent .detail .btns02 .item a:hover:before {
		left: 20px;
	}
	.informationContent .detail .btns02 .item .next:after {
		border-width: 6px 2px 2px 6px;
		right: 35px;
	}
	.informationContent .detail .btns02 .item a:hover:after {
		right: 20px;
	}
}
@media only screen and (max-width: 350px) {
	.informationContent .detail .btns02 .item .prev {
		padding: 0 0 0 30px;
	}
	.informationContent .detail .btns02 .item .prev:before {
		left: 25px;
	}
	.informationContent .detail .btns02 .item .next:after {
		right: 25px;
	}
	.informationContent .detail .btns02 .item .next {
		padding: 0 30px 0 0;
	}
}
/* 詳細ページ */

.informationDetail {
	background: #fff;
	/*margin-left: 260px;*/
}
@media only screen and (max-width: 640px) {
	.informationDetail {
		margin: 60px 0 0 0;
		padding: 0 14px;
	}
}
.informationDetail .content {
	max-width: 1000px;
	margin: 0 auto;
	padding: 130px 0 97px 0;
}
@media only screen and (max-width: 640px) {
	.informationDetail .content {
		padding: 30px 0 50px;
	}
}
.informationDetail .content>.ttl {
	text-align: center;
	margin-bottom: 50px;
}
.informationDetail .content>.ttl .title_head_en {
	font-family: la-bohemienne, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 50px;
	line-height: 1;
	letter-spacing: 0.02em;
	text-align: center;
}
.informationDetail .content>.ttl .title_head_ja {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.02em;
	text-align: center;
	display: block;
	margin-top: 24px;
}
@media only screen and (max-width: 640px) {
	.informationDetail .content>.ttl {
		margin-bottom: 27px;
	}
	.informationDetail .content>.ttl .title_head_en {
		font-size: 35px;
	}
	.informationDetail .content>.ttl .title_head_ja {
		font-size: 12px;
		margin-top: 15px;
	}
}
.entry_content {
	font-size: 13px;
	font-size: 1.3rem
}
.entry_content img {
	width: 100%;
	height: auto
}
.entry_content>p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2;
	padding: 0 5px;
	margin-bottom: 30px;
	word-break: break-all
}
@media screen and (max-width:640px) {
	.entry_content>p {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.8
	}
}
.entry_content>p img {
	width: 100%;
	height: auto
}
.entry_content>h2 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0;
	padding: 15px 5px 12px;
	background: url(/dining/img/archives/line_deco01.png) no-repeat scroll center 0, transparent url(/dining/img/archives/line_deco01.png) no-repeat scroll center bottom;
	background-size: 100% auto;
	margin-bottom: 20px
}
@media screen and (max-width:640px) {
	.entry_content>h2 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.6
	}
}
@media screen and (max-width:640px) {
	.entry_content>h2 {
		line-height: 1.6;
		background: url(/dining/img/archives/line_deco02_sp.png) no-repeat scroll center 0, transparent url(/dining/img/archives/line_deco02_sp.png) no-repeat scroll center bottom;
		background-size: 100% auto
	}
}
.entry_content>h3 {
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: 30px;
	margin: 0 0 5px
}
@media screen and (max-width:640px) {
	.entry_content>h3 {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.8;
		padding-left: 18px;
		margin-bottom: 10px
	}
}
.entry_content>h3:before {
	content: '';
	display: inline-block;
	height: 24px;
	width: 40px;
	margin-left: -40px;
	margin-top: -3px;
	vertical-align: middle;
	background-image: url(/dining/img/archives/title_deco02.png);
	background-position: center center;
	background-size: 22px auto;
	background-repeat: no-repeat
}
@media screen and (max-width:640px) {
	.entry_content>h3:before {
		height: 14px;
		width: 18px;
		margin-left: -18px;
		background-size: 12px auto
	}
}
.entry_content>ul {
	padding-left: 20px;
	margin-bottom: 30px
}
@media screen and (max-width:640px) {
	.entry_content>ul {
		padding-left: 17px
	}
}
.entry_content>ul>li {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 0;
	padding-left: 13px
}
.entry_content>ul>li:before {
	content: '';
	display: inline-block;
	background-color: #bd9a4f;
	width: 6px;
	height: 6px;
	margin-left: -13px;
	margin-right: 10px;
	border-radius: 50%;
	position: relative;
	top: -2px
}
@media screen and (max-width:640px) {
	.entry_content>ul>li {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.8
	}
	.entry_content>ul>li:before {
		margin-right: 7px
	}
}
.entry_content>ol {
	counter-reset: num;
	padding-left: 20px;
	margin-bottom: 30px
}
@media screen and (max-width:640px) {
	.entry_content>ol {
		padding-left: 17px
	}
}
.entry_content>ol>li {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 0;
	padding-left: 13px
}
.entry_content>ol>li:before {
	font-weight: 700;
	counter-increment: num;
	content: counter(num);
	display: inline-block;
	color: #bd9a4f;
	margin-left: -13px;
	margin-right: 10px
}
@media screen and (max-width:640px) {
	.entry_content>ol>li {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.8
	}
	.entry_content>ol>li:before {
		margin-right: 5px
	}
}
.entry_content>hr {
	margin: 30px 0;
	height: 7px;
	line-height: 1;
	border: none;
	position: relative;
	margin-bottom: 40px
}
.entry_content>hr:after, .entry_content>hr:before {
	position: absolute;
	content: '';
	display: block;
	left: 0
}
.entry_content>hr:before {
	bottom: 0;
	width: 100%;
	height: 7px;
	z-index: 1;
	background-image: url(/dining/img/archives/line_deco02_lft.png), url(/dining/img/archives/line_deco02_ctr.png), url(/dining/img/archives/line_deco02_rgt.png);
	background-size: 12px 7px, 44px 7px, 12px 7px;
	background-position: left center, center center, right center;
	background-repeat: no-repeat, no-repeat, no-repeat
}
@media screen and (max-width:640px) {
	.entry_content>hr:before {
		background-size: auto 5px, auto 5px, auto 5px
	}
}
.entry_content>hr:after {
	bottom: 3px;
	width: 100%;
	height: 1px;
	background-color: #bd9a4f;
	z-index: 0
}
.entry_content>blockquote {
	background-color: #f1ede1;
	margin: 0;
	position: relative;
	padding: 30px
}
@media screen and (max-width:640px) {
	.entry_content>blockquote {
		margin: 0 5px;
		padding: 25px 16px
	}
}
.entry_content>blockquote:after, .entry_content>blockquote:before {
	content: '';
	display: block;
	width: 42px;
	height: 42px;
	background: transparent url(/dining/img/archives/bg_quotation.png) no-repeat scroll 0 0;
	background-size: 100% auto
}
@media screen and (max-width:640px) {
	.entry_content>blockquote:after, .entry_content>blockquote:before {
		width: 28px;
		height: 28px
	}
}
.entry_content>blockquote:before {
	position: absolute;
	top: 5px;
	left: 5px
}
.entry_content>blockquote:after {
	position: absolute;
	bottom: 5px;
	right: 5px;
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg)
}
.entry_content>blockquote p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2;
	margin-bottom: 10px
}
.entry_content>blockquote p:last-of-type {
	margin-bottom: 0
}
@media screen and (max-width:640px) {
	.entry_content>blockquote p {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.8;
		margin-bottom: 10px
	}
}
.entry_content .entry_content_block {
	clear: both
}
.entry_content .entry_content_block p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2;
	padding: 0 5px;
	margin-bottom: 30px
}
@media screen and (max-width:640px) {
	.entry_content .entry_content_block p {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.8
	}
}
.entry_content .img_place_left {
	float: left;
	clear: both;
	width: 48%;
	margin: 0 20px 30px 0
}
@media screen and (min-width:641px) {
	.entry_content .entry_content_block .img_link {
		transition: 0.3s ease;
	}
	.entry_content .entry_content_block .img_link:hover {
		filter: brightness(1.4);
	}
}
@media screen and (max-width:640px) {
	.entry_content .img_place_left {
		float: none;
		width: calc(100% - 10px);
		margin: 0 0 8px 0!important
	}
}
.entry_content .img_place_right {
	float: right;
	clear: both;
	width: 48%;
	margin: 0 0 20px 30px
}
@media screen and (max-width:640px) {
	.entry_content .img_place_right {
		float: none;
		width: calc(100% - 10px);
		margin: 0 0 8px 0!important
	}
}
.entry_content .img_place_3columns {
	padding: 0!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	padding: 0;
	clear: both
}
@media screen and (max-width:640px) {
	.entry_content .img_place_3columns {
		display: block
	}
}
.entry_content .img_place_3columns>li {
	width: 200px;
	padding: 0 10px!important;
	box-sizing: border-box;
}
.entry_content .img_place_3columns>li:before {
	content: none!important
}
@media screen and (max-width:640px) {
	.entry_content .img_place_3columns>li {
		width: 100%;
		margin-bottom: 20px
	}
}
@media screen and (max-width:640px) {
	.entry_content .img_place_3columns>li figure {
		display: block;
	}
}
.entry_content .img_place_3columns>li figure span {
	display: block;
	width: 100%;
	height: 204px;
	overflow: hidden;
	position: relative
}
@media screen and (max-width:640px) {
	.entry_content .img_place_3columns>li figure span {
		width: 100%;
		height: auto;
		background-color: #ccc
	}
}
.entry_content .img_place_3columns>li figure span img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width:640px) {
	.entry_content .img_place_3columns>li figure span img {
		position: static;
		width: 100%;
		height: auto;
	}
}
.entry_content .img_place_3columns>li figure figcaption {
	padding-top: 8px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.8
}
@media screen and (max-width:640px) {
	.entry_content .img_place_3columns>li figure figcaption {
		width: 100%;
	}
}
.entry_content>p>a {
	color: #C3A229;
	text-decoration: underline;
}
.entry_content>p>a:hover {
	text-decoration: none;
}
.entry_content_block.btn_link_content {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.entry_content_block.btn_link_content .btn_link {
	background-color: #c89e00;
	min-width: 260px;
	padding: 15px 40px 11px 40px;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
.entry_content_block.btn_link_content .btn_link > span {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .05em;
	color: #fff;
	position: relative;
}
.entry_content_block.btn_link_content .btn_link > span::before {
	content: ">";
	position: absolute;
	top: 50%;
	right: -21px;
	transform: translateY(-50%);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .05em;
	color: #fff;
}
@media screen and (min-width:641px) {
	.entry_content_block.btn_link_content .btn_link {
		transition: 0.3s ease;
	}
	.entry_content_block.btn_link_content .btn_link:hover {
		filter: brightness(1.4);
	}
}
@media screen and (max-width:640px) {
	.entry_content_block.btn_link_content .btn_link {
		max-width: 100%;
		padding: 10px 30px 6px 30px;
	}
	.entry_content_block.btn_link_content .btn_link > span {
		font-size: 13px;
		display: inline-block;
		max-width: 100%;
	}
	.entry_content_block.btn_link_content .btn_link > span::before {
		right: -20px;
		font-size: 13px;
	}
}
.entry_content_block.img_place_3columns_menu {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.entry_content_block.img_place_3columns_menu .img_place_3columns_menu_content {
	width: calc(100% / 3 - 100px / 3);
}
.entry_content_block.img_place_3columns_menu .img_place_3columns_menu_content:not(:nth-of-type(3n+1)) {
	margin-left: 50px;
}
.entry_content_block.img_place_3columns_menu .img_place_3columns_menu_content:nth-of-type(n + 4) {
	margin-top: 50px;
}
.entry_content_block.img_place_3columns_menu .img_place_3columns_menu_content .img_place_3columns_menu_img {
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.entry_content_block.img_place_3columns_menu .img_place_3columns_menu_content .img_place_3columns_menu_name {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.625;
	letter-spacing: .05em;
	text-align: center;
	padding: 0;
	margin-bottom: 0;
	margin-top: 14px;
}
.entry_content_block.img_place_3columns_menu .img_place_3columns_menu_content .img_place_3columns_menu_sub {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6153;
	letter-spacing: .05em;
	text-align: center;
	padding: 0;
	margin-bottom: 0;
	margin-top: 4px;
}
.entry_content_block.img_place_3columns_menu .img_place_3columns_menu_content .img_place_3columns_menu_desc {
	font-size: 14px;
	line-height: 1.857;
	letter-spacing: .05em;
	padding: 0;
	margin-bottom: 0;
	margin-top: 4px;
}
@media screen and (max-width:640px) {
	.entry_content_block.img_place_3columns_menu {
		flex-direction: column;
	}
	.entry_content_block.img_place_3columns_menu .img_place_3columns_menu_content {
		width: 100%;
	}
	.entry_content_block.img_place_3columns_menu .img_place_3columns_menu_content:not(:nth-of-type(3n+1)) {
		margin-left: 0;
	}
	.entry_content_block.img_place_3columns_menu .img_place_3columns_menu_content:nth-of-type(n + 4) {
		margin-top: 0;
	}
	.entry_content_block.img_place_3columns_menu .img_place_3columns_menu_content:nth-of-type(n + 2) {
		margin-top: 35px;
	}
	.entry_content_block.img_place_3columns_menu .img_place_3columns_menu_content .img_place_3columns_menu_name {
		font-size: 18px;
		line-height: 1.388;
		margin-top: 20px;
	}
	.entry_content_block.img_place_3columns_menu .img_place_3columns_menu_content .img_place_3columns_menu_sub {
		font-size: 11px;
		line-height: 1.818;
		margin-top: 14px;
	}
	.entry_content_block.img_place_3columns_menu .img_place_3columns_menu_content .img_place_3columns_menu_desc {
		font-size: 13px;
		line-height: 1.769;
		margin-top: 14px;
	}
}
.social-area-syncer {
	position: relative;
	z-index: 1
}
.social-area-syncer .social-button-syncer {
	margin: 20px 0;
	padding: 0 5px
}
.social-area-syncer .social-button-syncer li {
	display: inline-block;
	vertical-align: top;
	line-height: 12px
}
#header .bnr_ssl {
	padding-bottom: 30px;
}
@media screen and (max-width:460px) {
	#header .bnr_ssl {}
}
.title_head {
	text-align: center;
}
.title_head .title_head_en {
	font-family: la-bohemienne, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 50px;
	line-height: 1;
	letter-spacing: 0.02em;
	text-align: center;
}
.title_head .title_head_ja {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.02em;
	text-align: center;
	display: block;
	margin-top: 24px;
}
@media only screen and (max-width: 640px) {
	.title_head .title_head_en {
		font-size: 35px;
	}
	.title_head .title_head_ja {
		font-size: 12px;
		margin-top: 15px;
	}
}

/*221114*/
#header .area_soudan .bnr{
	margin-right: 4px;
}
#header .area_soudan p:first-child{
	margin-bottom: 4px;
}
#header .formlink.area_reserve a {
	margin-right: 4px;
}
#footer .formLnk.soudan{
	display: flex;
	flex-wrap: wrap;
	width: 480px;
	margin: 0 auto 30px; 
	gap: 14px;
}

@media only screen and (max-width: 680px) {
	#header .area_soudan{
		display: flex;
		/*width: 90%;*/
		padding: 0 5% 20px;
		margin: 0 auto 0;
		gap: 14px;
		background-color: #fff;
	}
	#footer .formLnk.soudan{
		width: 90%;
		margin: 0 auto 20px; 
	}
	#footer .formLnk.soudan .bnr img{
		/*width: 100%;*/
	}
	#footer .formLnk.soudan .bnr{
		width: calc(50% - 7px);
	}
}


/*
トップページのMV
*/
.top_mv {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	height: 100lvh;
	clip-path: inset(0 0 0 0);
	z-index: 1000;
}
.top_mv .phbox {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media print, screen and (min-width: 641px) {
	.top_mv .phbox {
	}
}
@media only screen and (max-width: 640px) {
	.top_mv .phbox {
	}
}
.top_mv .phboxin {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media print, screen and (min-width: 641px) {
	.top_mv .phboxin {
	}
}
@media only screen and (max-width: 640px) {
	.top_mv .phboxin {
	}
}
.top_mv .phbox .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top_mv .maku {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1F3347;
	z-index: 1000;
	pointer-events: none;
}
@media print, screen and (min-width: 641px) {
	.top_mv .maku {
	}
}
@media only screen and (max-width: 640px) {
	.top_mv .maku {
	}
}
.top_mv .scrollbtn {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: absolute;
	padding: 1rem 1rem 0;
	bottom: 0;
	z-index: 999;
	cursor: pointer;
}
@media print, screen and (min-width: 641px) {
	.top_mv .scrollbtn {
		right: 15vw;
	}
}
@media only screen and (max-width: 640px) {
	.top_mv .scrollbtn {
		right: 2rem;
	}
}
.top_mv .scrollbtn span {
	font-weight: 400;
	font-family: 'Playfair Display', serif;
	writing-mode: vertical-rl;
	color: #FFF;
}
@media print, screen and (min-width: 641px) {
	.top_mv .scrollbtn span {
		font-size: 1.5rem;
		letter-spacing: 0.2rem;
	}
}
@media only screen and (max-width: 640px) {
	.top_mv .scrollbtn span {
	}
}
.top_mv .scrollbtn b {
	position: relative;
	display: block;
	background-color: #b4b4b4;
	width: 1px;
}
@media print, screen and (min-width: 641px) {
	.top_mv .scrollbtn b {
		height: 9rem;
		margin-top: 1rem;
	}
}
@media only screen and (max-width: 640px) {
	.top_mv .scrollbtn b {
		height: 9rem;
	}
}
.top_mv .scrollbtn strong {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	/*線がループでclip-pathでアニメーションする*/
	animation: top_mv_line 2s infinite ease-in-out;
}
/*線がループでclip-pathでアニメーションする*/
@keyframes top_mv_line {
	0% {
		clip-path: inset(0% 0% 100% 0%);
	}
	40% {
		clip-path: inset(0% 0% 0% 0%);
	}
	80% {
		clip-path: inset(100% 0% 0% 0%);
	}
	100% {
		clip-path: inset(100% 0% 0% 0%);
	}
}
@media print, screen and (min-width: 641px) {
	.top_mv .scrollbtn strong {
	}
}
@media only screen and (max-width: 640px) {
	.top_mv .scrollbtn strong {
	}
}
.top_mv .txtbox {
	position: absolute;
	z-index: 1000;
	pointer-events: none;

	opacity: 0;
}
@media print, screen and (min-width: 641px) {
	.top_mv .txtbox {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
}
@media only screen and (max-width: 640px) {
	.top_mv .txtbox {
		left: 3rem;
		top: 14rem;
	}
}
.top_mv .txtbox .txttitle {
	color: #FFF;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif;
}
@media print, screen and (min-width: 641px) {
	.top_mv .txtbox .txttitle {
		font-size: 3.4rem;
		letter-spacing: 0.2rem;
	}
}
@media only screen and (max-width: 640px) {
	.top_mv .txtbox .txttitle {
		font-size: 3.5rem;
	}
}
.top_mv .txtbox .txtdesc {
	color: #DDDDDD;
	opacity: 0.8;
	font-weight: 400;
	font-family: 'Playfair Display', serif;
}
@media print, screen and (min-width: 641px) {
	.top_mv .txtbox .txtdesc {
		font-size: 2.1rem;
		letter-spacing: 0.3rem;
	}
}
@media only screen and (max-width: 640px) {
	.top_mv .txtbox .txtdesc {
		font-size: 2.0rem;
		letter-spacing: 0.1rem;
	}
}
@media print, screen and (min-width: 641px) {
	.top_mv .langbox {
		display: flex;
		align-items: center;
		position: absolute;
		top: 130px;
		right: 20px;
	}
}
@media print, screen and (min-width: 641px) {
	.top_mv .langbox a {
		position: relative;
		display: block;
		font-family: 'Playfair Display', serif;
		color: #989898;
		font-size: 18px;
	}
	.top_mv .langbox a.active {
		color: #FFF;
	}
	.top_mv .langbox a + a {
		margin-left: 26px;
	}
	.top_mv .langbox a + a:before {
		content: "";
		display: block;
		background-color: #989898;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -12px;
		width: 1px;
		height: 22px;
		margin: auto;
		transform: rotate(20deg);
	}
}
@media only screen and (max-width: 640px) {
	.top_mv .langbox {
		display: none;
	}
}

/*
グローバルナビ
*/
.globalnav {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	backdrop-filter: blur(10px);
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 1000;
}
.top_mv .globalnav {
	background-color: rgba(255, 255, 255, 0.2);
}
@media print, screen and (min-width: 641px) {
	.globalnav {
		height: 10rem;
	}
}
@media only screen and (max-width: 640px) {
	.globalnav {
		height: 7rem;
		border-bottom: 1px solid #FFF;
		transition: 0.2s;
	}
}
@media only screen and (max-width: 640px) {
	.spmenuopen .globalnav {
		background-color: rgba(255, 255, 255, 1.0);
		z-index: 10000;
	}
}
.globalnav .center {
}
@media print, screen and (min-width: 641px) {
	.globalnav .center {
		display: flex;
		align-items: center;
		height: 100%;
	}
}
.globalnav .center img {
	filter: brightness(0.5);
}
.top_mv .globalnav .center img {
	filter: none;
}
@media only screen and (max-width: 640px) {
	.globalnav .center img {
		width: 14rem;
	}
}
.globalnav .center a {
	display: block;
}
@media print, screen and (min-width: 641px) {
	.globalnav .center a img {
		transition: 0.2s;
	}
}
@media print, screen and (min-width: 641px) {
	.no-touchevents .globalnav .center a:hover img {
		opacity: 0.5;
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .left {
		position: absolute;
		top: 0;
		left: 0;
		width: calc(50% - 5rem);
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .leftUl {
		display: flex;
		align-items: center;
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .leftLi {
		margin: 0 1.4rem;
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .leftLi a {
		color: #262626;
		display: block;
		position: relative;
		font-weight: 400;
		font-family: 'Playfair Display', serif;
		padding: 1rem 0;
		font-size: 1.8rem;
		letter-spacing: 0.2rem;
		line-height: 1;
	}
}
@media print, screen and (min-width: 641px) {
	.top_mv .globalnav .leftLi a {
		color: #FFF;
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .leftLi a:before ,
	.globalnav .leftLi a:after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0.3rem;
		left: 0;
		width: 100%;
		height: 1px;
		opacity: 0.5;
		background-color: #262626;
	}
}
@media print, screen and (min-width: 641px) {
	.top_mv .globalnav .leftLi a:before ,
	.top_mv .globalnav .leftLi a:after {
		background-color: #fff;
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .leftLi a:after {
		opacity: 1;
	}
}
@media print, screen and (min-width: 641px) {
	.no-touchevents .globalnav .leftLi a:after {
		animation: leftlilineanimationEnd 0.2s ease-in-out forwards;
	}
	@keyframes leftlilineanimationEnd {
		0% {
			clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		}
		100% {
			clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
		}
	}
	.no-touchevents .globalnav .leftLi a:hover:after {
		animation: leftlilineanimationStart 0.2s ease-in-out forwards;
	}
	@keyframes leftlilineanimationStart {
		0% {
			clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
		}
		100% {
			clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		}
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .right {
		position: absolute;
		top: 0;
		right: 0;
		width: calc(50% - 5rem);
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .rightIn {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .rightTop {
		display: flex;
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .rightTopLi {
		margin-left: 1.2rem;
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .rightTopLi a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 2.3rem;
		padding: 0 0.7rem;

		border: 1px solid rgba(0, 0, 0, 0.3);
		transition: 0.2s;
	}
}
@media print, screen and (min-width: 641px) {
	.top_mv .globalnav .rightTopLi a {
		border: 1px solid rgba(255, 255, 255, 0.3);
	}
}
@media print, screen and (min-width: 641px) {
	.no-touchevents .globalnav .rightTopLi a:hover {
		border: 1px solid rgba(255, 255, 255, 1.0);
	}
}
@media print, screen and (min-width: 641px) {
	.no-touchevents .top_mv .globalnav .rightTopLi a:hover {
		border: 1px solid rgba(0, 0, 0, 1.0);
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .rightTopLi a:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;

		animation: righttoplineanimationEnd 0.2s ease-in-out forwards;
	}
	@keyframes righttoplineanimationEnd {
		0% {
			clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		}
		100% {
			clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
		}
	}
}
@media print, screen and (min-width: 641px) {
	.top_mv .globalnav .rightTopLi a:before {
		background-color: #fff;
	}
}
@media print, screen and (min-width: 641px) {
	.no-touchevents .globalnav .rightTopLi a:hover:before {
		animation: righttoplineanimationStart 0.2s ease-in-out forwards;
	}
	@keyframes righttoplineanimationStart {
		0% {
			clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
		}
		100% {
			clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		}
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .rightTopLi a span {
		display: block;
		position: relative;
		color: #000;
		font-weight: normal;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif;
		font-size: 1.3rem;
		letter-spacing: 0.1rem;
		
		transition: 0.2s;
	}
}
@media print, screen and (min-width: 641px) {
	.top_mv .globalnav .rightTopLi a span {
		color: #FFF;
	}
}
@media print, screen and (min-width: 641px) {
	.no-touchevents .globalnav .rightTopLi a:hover span {
		color: #FFF;
	}
}
@media print, screen and (min-width: 641px) {
	.no-touchevents .top_mv .globalnav .rightTopLi a:hover span {
		color: #000;
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .rightBottom {
		display: flex;
		align-items: center;
		justify-content: right;
		width: 100%;
		margin-top: 1rem;
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .rightBottomSns {
		display: block;
		padding: 0.5rem;
		transition: 0.2s;
	}
}
@media print, screen and (min-width: 641px) {
	.no-touchevents .globalnav .rightBottomSns:hover {
		opacity: 0.5;
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .rightBottomSns img {
		filter: brightness(0.2);
	}
}
@media print, screen and (min-width: 641px) {
	.top_mv .globalnav .rightBottomSns img {
		filter: none;
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .rightBottomReserve {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 14.0rem;
		height: 3.5rem;
		margin-left: 1.5rem;
		background-color: #BDAB79;
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .rightBottomReserve img {
		display: block;
		margin-right: 0.5rem;
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .rightBottomReserve span {
		font-size: 1.4rem;
		color: #FFF;
		font-weight: normal;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif;
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .rightBottomReserve div {
		background-color: #8e6801!important;
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .rightBottomLink01 {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 11.5rem;
		height: 3.5rem;
		margin-left: 1.5rem;
		background-color: rgba(255, 255, 255, 0.2);
		border: 1px solid #999999;
	}
}
@media print, screen and (min-width: 641px) {
	.top_mv .globalnav .rightBottomLink01 {
		border: 1px solid #FFF;
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .rightBottomLink01 img {
		display: block;
		margin-right: 1rem;
		filter: brightness(0.2);
	}
}
@media print, screen and (min-width: 641px) {
	.top_mv .globalnav .rightBottomLink01 img {
		filter: none;
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .rightBottomLink01 span {
		font-size: 1.4rem;
		color: #262626;
		font-weight: normal;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif;
	}
}
@media print, screen and (min-width: 641px) {
	.top_mv .globalnav .rightBottomLink01 span {
		color: #FFF;
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .rightBottomLink01 div {
		background-color: #262626!important;
	}
}
@media print, screen and (min-width: 641px) {
	.top_mv .globalnav .rightBottomLink01 div {
		background-color: #fff!important;
	}
}
@media only screen and (max-width: 640px) {
	.globalnav .menubtn {
		position: fixed;
		top: 0;
		right: 0;
		width: 7rem;
		height: 7rem;
		z-index: 1000;
	}
}
@media only screen and (max-width: 640px) {
	.globalnav .menubtn .menubtnOpen {
		position: absolute;
		margin: auto;
		background-color: #000;
		height: 1px;

		transition: 0.2s;
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
}
@media only screen and (max-width: 640px) {
	.top_mv .globalnav .menubtn .menubtnOpen {
		background-color: #fff;
	}
}
@media only screen and (max-width: 640px) {
	.globalnav .menubtn .menubtnOpen.bar01 {
		width: 3rem;
		top: 3rem;
		right: 2rem;
	}
}
@media only screen and (max-width: 640px) {
	.globalnav .menubtn .menubtnOpen.bar02 {
		width: 2rem;
		top: 4rem;
		right: 2rem;
	}
}
@media only screen and (max-width: 640px) {
	.spmenuopen .globalnav .menubtn .menubtnOpen {
		clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
	}
}
@media only screen and (max-width: 640px) {
	.globalnav .menubtn .menubtnClose {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		background-color: #000;
		width: 3rem;
		height: 1px;

		transition: 0.2s;
		clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
	}
}
@media only screen and (max-width: 640px) {
	.globalnav .menubtn .menubtnClose.bar01 {
		transform: rotate(45deg);
	}
}
@media only screen and (max-width: 640px) {
	.globalnav .menubtn .menubtnClose.bar02 {
		transform: rotate(-45deg);
	}
}
@media only screen and (max-width: 640px) {
	.spmenuopen .globalnav .menubtn .menubtnClose {
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
}

/*
グローバルナビ
*/
@media only screen and (max-width: 640px) {
	.globalSpmenu {
		position: fixed;
		top: 7rem;
		left: 0;
		width: 100%;
		height: calc(100% - 7rem);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		background-color: #F0F0EF;
		z-index: 10000;
		
		opacity: 0;
		transform: translateX(100%);
		transition: 0.6s;
		pointer-events: none;
	}
}
@media only screen and (max-width: 640px) {
	.spmenuopen .globalSpmenu {
		opacity: 1;
		transform: none;
		pointer-events: auto;
	}
}
@media only screen and (max-width: 640px) {
	.globalSpmenu .pagelink {
		margin: 0 2rem;
	}
}
@media only screen and (max-width: 640px) {
	.globalSpmenu .pagelink a {
		display: flex;
		justify-content: center;
		padding: 0.7rem 0;
		font-size: 2.2rem;
		font-weight: 400;
		font-family: 'Playfair Display', serif;
		border-bottom: 1px solid #b1b1b1;
	}
}
@media only screen and (max-width: 640px) {
	.globalSpmenu .tel_title {
		font-size: 1.8rem;
		text-align: center;
		font-weight: normal;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif;
		margin-top: 3rem;
	}
}
@media only screen and (max-width: 640px) {
	.globalSpmenu .tel {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 2rem;
		margin: 2rem 2rem 0;
		background-color: #C5B270;
		color: #FFF;
		height: 5.5rem;
		font-size: 2.8rem;
		letter-spacing: 0.2rem;
		line-height: 1;
		font-weight: normal;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif;
	}
}
@media only screen and (max-width: 640px) {
	.globalSpmenu .tel:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 1.5rem;
		margin: auto;
		width: 1rem;
		height: 1rem;
		transform: rotate(45deg);
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
	}
}
@media only screen and (max-width: 640px) {
	.globalSpmenu .area_reserve {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 2rem;
		margin: 2rem 2rem 0;
		background-color: #C5B270;
		color: #FFF;
		height: 5.5rem;
	}
}
@media only screen and (max-width: 640px) {
	.globalSpmenu .area_reserve:after {
		content: "";
		display: block;
		position: absolute;
		top: 4px;
		left: 4px;
		right: 4px;
		bottom: 4px;
		border: 1px solid #FFF;
		opacity: 0.7;
	}
}
@media only screen and (max-width: 640px) {
	.globalSpmenu .area_reserve img {
		display: block;
		width: 2.5rem;
	}
}
@media only screen and (max-width: 640px) {
	.globalSpmenu .area_reserve b {
		font-size: 2rem;
		color: #FFF;
		font-weight: 400;
		font-family: 'Playfair Display', serif;
		line-height: 1;
		letter-spacing: 0.1rem;
		margin-left: 2rem;
	}
}
@media only screen and (max-width: 640px) {
	.globalSpmenu .area_reserve span {
		position: relative;
		top: 0.2rem;
		color: #FFF;
		font-size: 1.6rem;
		line-height: 1;
		font-weight: normal;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif;
		margin-left: 1rem;
	}
}
@media only screen and (max-width: 640px) {
	.globalSpmenu .area_soudan {
		margin-top: 2.5rem;
		margin-left: 2rem;
		margin-right: 2rem;
		padding-top: 2.5rem;
		border-top: 1px solid #C5B270;
		display: flex;
		justify-content: space-between;
	}
}
@media only screen and (max-width: 640px) {
	.globalSpmenu .area_soudan a {
		display: block;
		width: 47%;
	}
}
@media only screen and (max-width: 640px) {
	.globalSpmenu .area_sns {
		margin-top: 2rem;
		display: flex;
		justify-content: center;
	}
}
@media only screen and (max-width: 640px) {
	.globalSpmenu .area_sns a {
		display: block;
		padding: 1rem 2rem;
	}
}
@media only screen and (max-width: 640px) {
	.globalSpmenu .otherlink {
		margin-left: 2rem;
		margin-right: 2rem;
		margin-top: 2rem;
	}
}
@media only screen and (max-width: 640px) {
	.globalSpmenu .otherlink a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 1.2rem 0;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif;
		font-size: 1.6rem;
		border-bottom: 1px solid #898989;
	}
}
@media only screen and (max-width: 640px) {
	.globalSpmenu .otherlink a img {
		width: 1.3rem;
		margin-left: 1rem;
	}
}
@media only screen and (max-width: 640px) {
	.globalSpmenu .f_link {
		margin-top: 5rem;
		background-color: rgba(0, 0, 0, 0.1);
		padding: 3rem 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
@media only screen and (max-width: 640px) {
	.globalSpmenu .f_link .formlink {
		margin-bottom: 1rem;
	}
}

/*
レビュー
*/
.reviewArea {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	background-color: #F0F0EF;
}
@media print, screen and (min-width: 641px) {
	.reviewArea {
		margin: 80px auto 100px;
		padding: 56px 0;
		width: 1000px;
	}
}
@media only screen and (max-width: 640px) {
	.reviewArea {
		margin: 100px auto 60px;
		padding: 60px 0;
	}
}
.reviewArea .deco {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
@media print, screen and (min-width: 641px) {
	.reviewArea .deco {
		top: -20px;
	}
}
@media only screen and (max-width: 640px) {
	.reviewArea .deco {
		top: -20px;
	}
}
.reviewArea .reviewtitle {
	border-bottom: 1px solid #737373;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif;
}
@media print, screen and (min-width: 641px) {
	.reviewArea .reviewtitle {
		padding: 0 16px;
		font-size: 2.4rem;
		letter-spacing: 3px;
	}
}
@media only screen and (max-width: 640px) {
	.reviewArea .reviewtitle {
		font-size: 2.2rem;
		letter-spacing: 3px;
		padding: 0 10px;
	}
}
.reviewArea .poweredbygoogle {
	display: block;
}
@media print, screen and (min-width: 641px) {
	.reviewArea .poweredbygoogle {
		margin-top: 10px;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 640px) {
	.reviewArea .poweredbygoogle {
		margin-top: 10px;
		margin-bottom: 15px;
		width: 200px;
		height: auto;
	}
}
.reviewArea .btnwrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #BDAB79;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", source-han-serif-japanese, serif;
	color: #FFF;
	transition: 0.2s;
}
@media print, screen and (min-width: 641px) {
	.reviewArea .btnwrap {
		margin-top: 40px;
		width: 340px;
		height: 64px;
		font-size: 1.8rem;
	}
}
.no-touchevents .reviewArea .btnwrap:hover {
	opacity: 0.8;
}
@media only screen and (max-width: 640px) {
	.reviewArea .btnwrap {
		margin-top: 40px;
		width: 280px;
		height: 56px;
		font-size: 1.6rem;
	}
}
.reviewArea .btnwrap:after {
	content: "";
	position: absolute;
	border: 1px solid #FFF;
}
@media print, screen and (min-width: 641px) {
	.reviewArea .btnwrap:after {
		top: 4px;
		left: 4px;
		right: 4px;
		bottom: 4px;
	}
}
@media only screen and (max-width: 640px) {
	.reviewArea .btnwrap:after {
		top: 3px;
		left: 3px;
		right: 3px;
		bottom: 3px;
	}
}
.reviewArea .btnwrap:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: rotate(45deg);
}
@media print, screen and (min-width: 641px) {
	.reviewArea .btnwrap:before {
		right: 30px;
		width: 9px;
		height: 9px;
	}
}
@media only screen and (max-width: 640px) {
	.reviewArea .btnwrap:before {
		right: 20px;
		width: 9px;
		height: 9px;
	}
}
.wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	border: 1px solid #FFF1CC;
}
@media print, screen and (min-width: 641px) {
	.reviewArea .wp-gr {
		width: 115%!important;
	}
}
@media only screen and (max-width: 640px) {
	.reviewArea .wp-gr {
		width: 90%!important;
	}
}
.reviewArea .allview {
	display: flex;
	align-items: center;
}
@media print, screen and (min-width: 641px) {
	.reviewArea .allview {
	}
}
@media only screen and (max-width: 640px) {
	.reviewArea .allview {
	}
}
.reviewArea .allview a {
	display: block;
	text-decoration: underline;
}
.no-touchevents .reviewArea .allview a:hover {
	text-decoration: none;
}
@media print, screen and (min-width: 641px) {
	.reviewArea .allview a {
	}
}
@media only screen and (max-width: 640px) {
	.reviewArea .allview a {
	}
}
.reviewArea .wp-google-name {
	pointer-events: none;
}

@media print, screen and (min-width: 641px) {
	.globalnav .leftBottomLink01 {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 1.8rem;
		height: 3.5rem;
		margin-left: 1.2rem;
	}
	.globalnav .leftBottomLink01 img{
		transition: 0.5s;
	}
	.globalnav .leftBottomLink01 img:hover{
		opacity: 0.6;
	}
}
@media print, screen and (min-width: 641px) {
	.globalnav .leftBottomLink01 img {
		filter: brightness(0.2);
	}
}
@media print, screen and (min-width: 641px) {
	.top_mv .globalnav .leftBottomLink01 img {
		filter: none;
	}
}

@media (max-width: 1400px) and (min-width: 641px) {
	/* 1400px以下～640px以上の場合 */
	.globalnav .leftLi{
		margin: 0 1rem;
	}
	.globalnav .leftLi a{
		font-size: 1.4rem;
	}
	.globalnav .rightBottomReserve span{
		font-size: 1.2rem;
	}
	.globalnav .rightBottomReserve{
		width: 12rem;
	}
	.globalnav .center img{
		width: 120px;
		height: auto;
	}
 }