@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;
	}
}
/* perfect-scrollbar v0.6.8 */

.ps-container {
	-ms-touch-action: none;
	overflow: hidden !important;
}
.ps-container.ps-active-x>.ps-scrollbar-x-rail, .ps-container.ps-active-y>.ps-scrollbar-y-rail {
	display: block;
}
.ps-container.ps-in-scrolling {
	pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
	background-color: #eee;
	opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	background-color: #eee;
	opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: #999;
}
.ps-container>.ps-scrollbar-x-rail {
	display: none;
	position: absolute;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	-moz-transition: background-color 0.2s linear, opacity 0.2s linear;
	-o-transition: background-color 0.2s linear, opacity 0.2s linear;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	bottom: 3px;
	height: 8px;
}
.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	position: absolute;
	background-color: #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	bottom: 0;
	height: 8px;
}
.ps-container>.ps-scrollbar-y-rail {
	display: none;
	position: absolute;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	-moz-transition: background-color 0.2s linear, opacity 0.2s linear;
	-o-transition: background-color 0.2s linear, opacity 0.2s linear;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	right: 3px;
	width: 8px;
}
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	position: absolute;
	background-color: #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	right: 0;
	width: 8px;
}
.ps-container:hover.ps-in-scrolling {
	pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
	background-color: #eee;
	opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
	background-color: #999;
}
.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
	background-color: #eee;
	opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
	background-color: #999;
}
.ps-container:hover>.ps-scrollbar-x-rail, .ps-container:hover>.ps-scrollbar-y-rail {
	opacity: 0.6;
}
.ps-container:hover>.ps-scrollbar-x-rail:hover {
	background-color: #eee;
	opacity: 0.9;
}
.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
	background-color: #999;
}
.ps-container:hover>.ps-scrollbar-y-rail:hover {
	background-color: #eee;
	opacity: 0.9;
}
.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
	background-color: #999;
}
/* ========================================================
	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;
}
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;
	}
}
/*
	course_btn
*****************************************/

.course_btn {
	position: fixed;
	top: 100px;
	right: 0;
	z-index: 100;
}
@media only screen and (max-width: 680px) {
	.course_btn {
		display: none;
	}
}
.line_btn {
	position: fixed;
	top: 250px;
	right: 0;
	z-index: 100;
	font-size: 0;
}
.line_btn:hover .link {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.line_btn .link {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 1.0s;
	-o-transition: 1.0s;
	transition: 1.0s;
}
.line_btn .link>img {
	display: block;
}
.line_btn .ph {
	display: block;
	position: relative;
}
@media only screen and (max-width: 680px) {
	.line_btn {
		display: none;
	}
}
/*
	pagetop
*****************************************/

#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 50;
}
@media only screen and (max-width: 680px) {
	#pagetop {
		bottom: 60px;
	}
}
/*
	header
*****************************************/

#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	/*260px*/
	height: 80px;
	/*100%*/
	text-align: center;
	background-color: #F0F0EF;
	z-index: 10;
	display: flex;
	justify-content: space-between;
}
#header .lang_box {
	margin: 0 auto 10px;
	border: 1px solid #24252C;
	max-width: 199px;
}
#header .lang_box dt {
	border-bottom: 9px solid #24252C;
	padding: 10px 0;
	background-image: -webkit-linear-gradient(45deg, #CCCDC8 25%, transparent 25%, transparent 75%, #CCCDC8 75%, #CCCDC8), -webkit-linear-gradient(45deg, #CCCDC8 25%, transparent 25%, transparent 75%, #CCCDC8 75%, #CCCDC8);
	background-image: -o-linear-gradient(45deg, #CCCDC8 25%, transparent 25%, transparent 75%, #CCCDC8 75%, #CCCDC8), -o-linear-gradient(45deg, #CCCDC8 25%, transparent 25%, transparent 75%, #CCCDC8 75%, #CCCDC8);
	background-image: linear-gradient(45deg, #CCCDC8 25%, transparent 25%, transparent 75%, #CCCDC8 75%, #CCCDC8), linear-gradient(45deg, #CCCDC8 25%, transparent 25%, transparent 75%, #CCCDC8 75%, #CCCDC8);
	background-position: 0 0, 1px 1px;
	background-size: 2px 2px;
	cursor: pointer;
	position: relative;
	-webkit-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
}
#header .lang_box dt:hover {
	background-color: #CCCDC8;
}
#header .lang_box dt:after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: 3px solid #fff;
	border-bottom: 0 solid #fff;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	-webkit-transition: border .3s;
	-o-transition: border .3s;
	transition: border .3s;
}
#header .lang_box dd {
	display: none;
	margin-top: 0;
}
#Logo {
	/* width: 260px; */
	margin-left: 44px;
}
@media screen and (max-width: 680px) {
	#Logo {
		margin-left: 20px;
	}
	#Logo a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 60px;
		padding: 0 0px;
	}
	#Logo a img {
		width: auto;
		height: 34px;
	}
	#header {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		/*260px*/
		height: 80px;
		/*100%*/
		text-align: center;
		background-color: #F0F0EF;
		z-index: 10;
		display: block;
		justify-content: space-between;
	}
	#header .lang_box dd {
		position: relative;
	}
	#header .lang_box dd:before, #header .lang_box dd:after {
		content: "";
		display: block;
		margin: auto;
		background-color: #E0DECD;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		opacity: 0;
		-webkit-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
	}
	#header .lang_box dd:before {
		width: 100%;
		height: 1px;
	}
	#header .lang_box dd:after {
		width: 1px;
		height: 100%;
	}
}
#header .lang_box dd ul {
	margin-bottom: 0;
	border: 0;
}
#header .lang_box dd ul li {
	width: 50%;
	float: left;
	border-top: 0;
}
#header .lang_box dd ul li:nth-child(2n+1) {
	clear: both;
}
#header .lang_box dd ul li a {
	background-color: #fff;
	border-left-color: #fff;
	display: block;
}
@media screen and (max-width: 680px) {
	#header .lang_box dd ul li a {
		padding: 10px 0;
	}
}
#header .lang_box dd ul:after {
	content: "";
	display: block;
	clear: both;
}
#header h1 a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	/*padding-top: 12px;*/
	/* background-color: #1e2028; */
}
.no-touchevents #header h1 a img {
	-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 #header h1 a:hover img {
	-webkit-filter: drop-shadow(0 0 5px #fff);
	-moz-filter: drop-shadow(0 0 5px #fff);
	-ms-filter: drop-shadow(0 0 5px #fff);
	-o-filter: drop-shadow(0 0 5px #fff);
	filter: drop-shadow(0 0 5px #fff);
}
#header .navScroll {
	position: relative;
	height: 80px!important;
	display: flex;
	align-items: center;
}
#header ul {
	/*margin-bottom: 20px;*/
	margin-right: 21px;
	text-align: left;
}
#header li {
	/*border-top: 1px solid #fff;*/
	display: inline-block;
}
#header li a {
	display: block;
	padding: 3px 0px 3px 21px;
	/*border-left: 4px solid #cecec9;
	background-color: #cecec9;*/
	font-size: 20px;
	font-weight: 500;
	font-family: 'Playfair Display', serif;
}
.no-touchevents #header li a:hover, #header li a.current {
	border-left-color: #c3a229;
	background-color: #f1f1ef;
}
#header dd {
	margin-top: 7px;
}
#header dd.telWrap {
	padding-bottom: 15px;
	margin-bottom: 14px;
	position: relative;
}
#header dd.telWrap:after {
	content: '';
	display: block;
	width: 184px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-bottom: 1px dotted #CECECE;
}
#header dl {
	margin-bottom: 20px;
}
#header .formlink a {
	margin-right: 21px;
}
#header .stylesLink {
	padding-bottom: 30px;
}
@media only screen and (max-width: 680px) {
	#header {
		position: fixed;
		width: 100%;
		/* background-color: #1e2028; */
		z-index: 100;
		height: auto;
	}
	#header .navScroll {
		height: auto !important;
	}
	#header h1 a {
		/* display: block; */
		width: 182px;
		height: 60px;
		/* padding-top: 6px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; */
	}
	#header h1 a img {
		width: 182px;
	}
	#header .sp_nav {
		position: absolute;
		right: 0;
		top: 0;
		background-color: #c3a229;
	}
	#header .menuBtn {
		width: 60px;
		height: 60px;
		position: absolute;
		z-index: 1000;
		right: 0;
		top: 0;
		background-color: #C3A229;
		-webkit-transition: background-color 0.4s;
		-moz-transition: background-color 0.4s;
		-ms-transition: background-color 0.4s;
		-o-transition: background-color 0.4s;
		transition: background-color 0.4s;
	}
	#header .menuBtn.on {
		background-color: #1E2028;
	}
	#header .menuBtn.on:after {
		background-color: #3C3C3C;
	}
	#header .menuBtn .open>* {
		height: 3px;
		background-color: #FFF;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 30px;
		-webkit-transition: width 0.4s;
		-moz-transition: width 0.4s;
		-ms-transition: width 0.4s;
		-o-transition: width 0.4s;
		transition: width 0.4s;
	}
	#header .menuBtn.on .open>* {
		width: 0;
	}
	#header .menuBtn .open .bar1 {
		top: -22px;
	}
	#header .menuBtn .open .bar3 {
		top: 22px;
	}
	#header .menuBtn .close>* {
		height: 3px;
		background-color: #FFF;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		-webkit-transition: width 0.4s;
		-moz-transition: width 0.4s;
		-ms-transition: width 0.4s;
		-o-transition: width 0.4s;
		transition: width 0.4s;
	}
	#header .menuBtn .close .bar1 {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#header .menuBtn .close .bar2 {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#header .menuBtn.on .close>* {
		width: 30px;
	}
	#header .menuBtn .close>* {
		width: 0;
	}
	#header .navScroll {
		padding-bottom: 9%;
		position: fixed;
		bottom: 0;
		top: 60px;
		left: 0;
		right: 0;
		overflow-y: auto;
		height: auto !important;
		-webkit-overflow-scrolling: touch;
		background-color: #F0F0EF;
		opacity: 0;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: 0.6s;
		-moz-transition: 0.6s;
		-ms-transition: 0.6s;
		-o-transition: 0.6s;
		transition: 0.6s;
		display: block;
	}
	.csspointerevents #header .navScroll {
		pointer-events: none;
	}
	.no-csspointerevents #header .navScroll {
		display: none;
	}
	#header .navScroll.on {
		opacity: 1;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
	.csspointerevents #header .navScroll.on {
		pointer-events: auto;
	}
	.no-csspointerevents #header .navScroll.on {
		display: block;
	}
	#header ul {
		/*margin-bottom: 20px;*/
		margin: 0 5% 0;
		text-align: center;
	}
	#header li {
		display: block;
	}
	#header li a {
		padding: 1rem 0;
		border-bottom: solid 2px #F0F0EF;
		;
	}
	#header .navScroll nav {
		width: 100%;
		background-color: #FFF;
	}
	#header .navScroll .tel_title {
		background-color: #FFF;
		padding: 2rem 0 1rem;
		font-size: 4vw;
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	}
	#header .navScroll .tel {
		width: 100%;
		box-sizing: border-box;
		background-color: #FFF;
		padding: 0 5% 2rem;
	}
	#header .navScroll .tel a {}
	#header .navScroll .f_link {
		padding: 2rem 0 0;
	}
	#header .formlink a {
		margin-right: 0px;
	}
	#header .navScroll .f_link .formlink {
		margin-bottom: 1rem;
	}
	#header .navScroll .f_link .stylesLink {
		margin-bottom: 1rem;
		padding: 0;
	}
	.area_reserve, .area_sns {
		/* background-color: #FFF; */
		/* padding: 0 0 2rem; */
	}
	.area_reserve img {
		width: 90%;
	}
	.area_sns a {
		padding: 0 1rem;
	}
}
/*
	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 .traffic_txt {
	margin-top: 22px;
	display: block;
}
#footer .txt .parking:nth-of-type(3) {
	margin-top: 22px;
	display: inline-block;
}
#footer .txt .parking:nth-of-type(5) {
	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 .tel_title.tel_title_reserve {
	color: #c3a229;
}
#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: 25px;
	margin-bottom: 25px;
	background: no-repeat 50%;
	background-image: url(../../img/footer_tel_spw_02.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain;
}
#footer .tel.tel_reserve {
	background-image: url(../../img/footer_tel_reserve_sp.png);
	width: 260px;
	margin: 0 auto 36px auto;
	position: relative;
}
#footer .tel.tel_reserve::before {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 100%;
	border-bottom: 1px dotted #cecec9;
}
#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: 123px;
	}
	#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(3) {
		margin-top: 0;
	}
	#footer .txt .parking:nth-of-type(5) {
		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.tel_reserve {
		background: none;
		width: auto;
		margin: 0 auto 30px auto;
	}
	#footer .tel.tel_reserve::before {
		display: none;
	}
	#footer .tel a {
		display: block;
	}
	#footer .tel a img {
		max-width: 85%;
		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;
}

#footer .formLnk.soudan{
	display: flex;
	flex-wrap: wrap;
	width: 480px;
	margin: 0 auto 30px; 
	gap: 14px;
}

@media only screen and (max-width: 680px) {
	#footer .formLnk.soudan{
		width: 90%;
		margin: 0 auto 20px; 
	}
	#footer .formLnk.soudan .bnr img{
		/*width: 100%;*/
	}
	#footer .formLnk.soudan .bnr{
		width: calc(50% - 7px);
	}
}

/*
	section
*****************************************/

.section {
	margin: 0 auto;
	padding-top: 45px;
}
.section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	overflow: hidden;
}
.section .in {
	width: 860px;
}
.section .in {
	margin: 0 auto;
}
.section>h1, .section>.cap {
	text-align: center;
}
@media only screen and (max-width: 680px) {
	.section {
		padding-top: 20px;
	}
	#information, .section .in {
		width: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#information {
		padding-right: 30px;
		padding-left: 30px;
	}
	.section .in {
		padding-right: 20px;
		padding-left: 20px;
	}
	.section .txt {
		font-size: 13px;
		font-size: 1.3rem;
	}
}

@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;
	}
}
.c_cal .tab .next span {
	position: relative;
	padding-right: 20px;
}
.c_cal .tab .next span:after {
	content: "";
	display: block;
	margin: auto 0;
	border-width: 10px 3px 3px 10px;
	border-style: solid;
	border-color: transparent #bd9a4f #bd9a4f transparent;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}
.no-touchevents .c_cal .tab .next span:hover:after, .c_cal .tab .next .no-touchevents span:hover:after {
	-webkit-transform: rotate(-45deg) translate(3px, 3px);
	transform: rotate(-45deg) translate(3px, 3px);
}
.c_cal .tab .last span {
	position: relative;
	padding-left: 20px;
}
.c_cal .tab .last span:after {
	content: "";
	display: block;
	margin: auto 0;
	border-width: 10px 3px 3px 10px;
	border-style: solid;
	border-color: transparent #bd9a4f #bd9a4f transparent;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}
.c_cal .calWrap .resBox>dt {
	padding-left: 1em;
}
.c_cal .calWrap .resBox>dt:before {
	content: '';
	display: inline-block;
	background-color: #bd9a4f;
	width: 9px;
	height: 9px;
	margin-left: -1em;
	margin-right: 5px;
	margin-top: -3px;
	border-radius: 50%;
}
@media screen and (max-width: 420px) {
	.c_cal .calWrap .resBox>dt:before {
		margin-right: 5px;
		width: 7px;
		height: 7px;
	}
}
.c_cal .calWrap thead th, .c_cal .tab span, .sec_concept .txt_box .time {
	letter-spacing: 0.08em;
}
.c_cal .tab span {
	font-weight: 500;
}
.c_cal #next {
	display: none;
}
.c_cal>.contentWrap {
	max-width: 1240px;
	min-width: 980px;
	width: 86%;
	margin: 85px auto 0;
	position: relative;
}
@media screen and (max-width: 420px) {
	.c_cal>.contentWrap {
		min-width: 0;
		width: 100%;
	}
}
.c_cal .title {
	display: block;
	height: 80px;
	width: 100%;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: auto 80px;
	margin-bottom: 30px;
	text-align: center;
	margin-top: -10px;
}
@media screen and (max-width: 420px) {
	.c_cal .title {
		height: 50px;
		background-size: auto 50px;
		margin-top: -100px;
		margin-bottom: 90px;
	}
}
.c_cal .desc {
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 420px) {
	.c_cal .desc {
		position: relative;
		top: 30px;
		width: 86%;
		margin: 0 auto;
	}
}
.c_cal .desc li {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	position: relative;
	padding-left: 65px;
}
@media screen and (max-width: 420px) {
	.c_cal .desc li {
		padding-left: 35px;
		font-size: 9px;
		font-size: 0.9rem;
		line-height: 1.8;
		min-width: 80px;
	}
}
.c_cal .desc li:before, .c_cal .desc li:after {
	content: '';
	display: block;
	position: absolute;
	vertical-align: middle;
}
.c_cal .desc li:before {
	width: 36px;
	height: 18px;
	left: 0;
	top: 0;
	background-color: #fff;
}
@media screen and (max-width: 420px) {
	.c_cal .desc li:before {
		width: 15px;
		height: 15px;
	}
}
.c_cal .desc li:after {
	background-image: linear-gradient(to left, #3c3c3c, #3c3c3c 50%, transparent 50%, transparent 100%);
	background-size: 4px 4px;
	height: 2px;
	border: none;
	width: 18px;
	top: 8px;
	left: 44px;
}
@media screen and (max-width: 420px) {
	.c_cal .desc li:after {
		top: 6px;
		width: 13px;
		left: 20px;
	}
}
.c_cal .desc li span:before {
	content: "　";
}
.c_cal .desc .all:before {
	background-color: #bed6d8;
}
.c_cal .desc .res:before {
	background-color: #f0e7c8;
}
.c_cal .desc .hol:before {
	background-color: #cccccc;
}
@media screen and (max-width: 420px) {
	.c_cal .calWrap {
		width: 92%;
		margin: 0 auto;
	}
}
.c_cal .calWrap table {
	width: 100%;
	table-layout: fixed;
	margin-left: -6px;
	margin-right: -6px;
	border-collapse: separate;
	border-spacing: 6px;
}
@media screen and (max-width: 420px) {
	.c_cal .calWrap table {
		border-spacing: 1px;
		margin-left: 0;
		margin-right: 0;
	}
}
.c_cal .calWrap thead th {
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
}
@media screen and (max-width: 420px) {
	.c_cal .calWrap thead th {
		font-size: 13px;
		font-size: 1.3rem;
	}
}
.c_cal .calWrap th, .c_cal .calWrap td {
	height: 50px;
	vertical-align: middle;
	padding: 0 15px;
}
@media screen and (max-width: 420px) {
	.c_cal .calWrap th, .c_cal .calWrap td {
		height: 30px;
		padding: 0;
	}
}
.c_cal .calWrap th {
	background-color: #1f1f29;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
}
@media screen and (max-width: 420px) {
	.c_cal .calWrap th {
		font-size: 11px;
		font-size: 1.1rem;
	}
	.c_cal .calWrap th span {
		display: none;
	}
}
.c_cal .calWrap th:nth-child(6), .c_cal .calWrap th:nth-child(7) {
	background-color: #c2a229;
}
.c_cal .calWrap td {
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
}
@media screen and (max-width: 420px) {
	.c_cal .calWrap td {
		text-align: center;
		padding: 2px;
	}
}
.c_cal .calWrap td .date {
	font-size: 22px;
	font-size: 2.2rem;
	padding-right: 15px;
}
@media screen and (max-width: 420px) {
	.c_cal .calWrap td .date {
		font-weight: 500;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1px;
		padding-right: 0;
	}
}
.c_cal .calWrap td .time {
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	top: -3px;
	display: block;
}
@media screen and (max-width: 1400px) {
	.c_cal .calWrap td .time {
		display: block;
		padding-left: 0;
	}
}
@media screen and (max-width: 420px) {
	.c_cal .calWrap td .time {
		display: none;
	}
}
.c_cal .calWrap td.today {
	border: 5px solid #bd9a4f;
}
@media screen and (max-width: 420px) {
	.c_cal .calWrap td.today {
		border: 3px solid #bd9a4f;
	}
}
.c_cal .calWrap td.all .date:after, .c_cal .calWrap td.res .date:after, .c_cal .calWrap td.hol .date:after {
	display: inline-block;
	margin: 0 auto;
	width: 24px;
	position: absolute;
	left: 0;
	right: -10%;
}
@media screen and (max-width: 420px) {
	.c_cal .calWrap td.all .date:after, .c_cal .calWrap td.res .date:after, .c_cal .calWrap td.hol .date:after {
		display: block;
		line-height: 1;
		width: 12px;
		position: static;
	}
}
.c_cal .calWrap td.all {
	background-color: #bed6d8;
}
.c_cal .calWrap td.all .date:after {
	content: "○";
}
.c_cal .calWrap td.res {
	background-color: #f0e7c8;
}
.c_cal .calWrap td.res .date:after {
	content: "△";
}
.c_cal .calWrap td.hol {
	background-color: #cccccc;
}
.c_cal .calWrap td.hol .date:after {
	content: "×";
}
.c_cal .calWrap .resBox {
	margin-top: 30px;
}
.c_cal .calWrap .resBox>dt {
	font-size: 11px;
	font-size: 1.1rem;
}
.c_cal .calWrap .resBox>dd {
	margin-top: 10px;
}
.c_cal .calWrap .resBox .detail {
	display: table;
	width: 100%;
}
.c_cal .calWrap .resBox .detail+.detail {
	margin-top: 1px;
}
.c_cal .calWrap .resBox .detail>dt, .c_cal .calWrap .resBox .detail>dd {
	display: table-cell;
	height: 30px;
	vertical-align: middle;
}
.c_cal .calWrap .resBox .detail>dt {
	text-align: center;
	background-color: #f9f9c7;
	width: 55px;
}
.c_cal .calWrap .resBox .detail>dd {
	background-color: #fff;
	padding: 0 15px;
}
.c_cal .tab {
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: right;
}
@media screen and (max-width: 420px) {
	.c_cal .tab {
		position: relative;
		width: 90.6%;
		margin: 0 auto;
		right: 0;
		left: 0;
	}
	.c_cal .tab:after {
		content: '';
		display: block;
		clear: both;
	}
}
.c_cal .tab li {
	text-align: center;
	cursor: pointer;
	background-color: #585656;
	padding: 0 15px;
	position: relative;
	height: 36px;
	width: 125px;
	transition: 0.3s;
}
@media screen and (max-width: 420px) {
	.c_cal .tab li {
		width: 110px;
		height: 30px;
	}
}
.c_cal .tab li:before {
	border-style: solid;
	border-width: 0 18px 18px;
	border-color: #585656 transparent;
	content: '';
	top: -18px;
	left: 18px;
	position: absolute;
	background-color: transparent;
}
@media screen and (max-width: 420px) {
	.c_cal .tab li:before {
		border-width: 0 15px 15px;
		top: -15px;
		left: 15px;
	}
}
.c_cal .tab li.current {
	display: none;
}
.c_cal .tab span {
	display: inline-block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
}
@media screen and (max-width: 420px) {
	.c_cal .tab span {
		font-size: 14px;
		font-size: 1.4rem;
	}
}
.c_cal .tab .last {
	right: -10px;
	padding-left: 0;
}
@media screen and (max-width: 420px) {
	.c_cal .tab .last {
		right: 0;
		float: right;
	}
}
.c_cal .tab .last:before {
	border-color: transparent #585656;
	border-width: 18px 10px 18px 0;
	top: 0;
	left: -10px;
}
@media screen and (max-width: 420px) {
	.c_cal .tab .last:before {
		border-width: 15px 7px 15px 0;
		left: -7px;
	}
}
.c_cal .tab .last span:after {
	border-width: 7px 2px 2px 7px;
	border-color: transparent #fff #fff transparent;
}
.c_cal .tab .next {
	padding-right: 0;
}
@media screen and (max-width: 420px) {
	.c_cal .tab .next {
		right: 7px;
		float: right;
	}
}
.c_cal .tab .next:before {
	border-color: transparent #585656;
	border-width: 18px 0 18px 10px;
	top: 0;
	left: auto;
	right: -10px;
}
@media screen and (max-width: 420px) {
	.c_cal .tab .next:before {
		border-width: 15px 0 15px 7px;
		right: -7px;
	}
}
.c_cal .tab .next span:after {
	border-width: 7px 2px 2px 7px;
	border-color: transparent #fff #fff transparent;
}
div.Brooklyn {
	width: 860px;
	margin: 20px auto 0;
}
div.Brooklyn img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 420px) {
	div.Brooklyn {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
/*
====== Brooklyn modal ======
*/

/* inlineModalPop */
.inlineModalPop {
	max-width: 860px;
	width: 100%;
	background-color: #FFF;
	text-align: center;
	position: relative;
	margin: auto;
	min-height: 610px;
	padding-bottom: 30px;
}
.inlineModalPop .closebtnTopRight {
	position: absolute;
	bottom: 100%;
	right: 0;
	width: 40px;
	height: 40px;
	top: -50px;
}
.inlineModalPop .closebtnTopRight:after, .inlineModalPop .closebtnTopRight:before {
	content: "";
	display: block;
	width: 35px;
	height: 4px;
	background-color: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.inlineModalPop .closebtnTopRight:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.inlineModalPop .closebtnTopRight:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.inlineModalPop .pager {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.inlineModalPop .pager:after {
	content: "";
	display: block;
	position: absolute;
	width: 28px;
	height: 28px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-top: 2px solid #FFF;
}
@media (max-width: 640px) {
	.inlineModalPop .pager:after {
		width: 1.4rem;
		height: 1.4rem;
	}
}
.inlineModalPop .pager.prev {
	right: 100%;
}
@media (max-width: 640px) {
	.inlineModalPop .pager.prev {
		right: 87%;
	}
}
.inlineModalPop .pager.prev:after {
	border-left: 2px solid #FFF;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media (max-width: 640px) {
	.inlineModalPop .pager.prev:after {
		right: auto;
		left: 0.7rem;
	}
}
.inlineModalPop .pager.next {
	left: 100%;
}
@media (max-width: 640px) {
	.inlineModalPop .pager.next {
		left: 87%;
	}
}
.inlineModalPop .pager.next:after {
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (max-width: 640px) {
	.inlineModalPop .pager.next:after {
		left: auto;
		right: 0.7rem;
	}
}
.inlineModalPop .mfp-close {
	display: block;
}
.shousai_text .formLnk {
	margin-top: 30px;
}
/*
====== 3d unfold ======
*/

.mfp-3d-unfold {
	/* start state */
	/* animate in */
	/* animate out */
}
.mfp-3d-unfold.mfp-wrap {
	perspective: 2000px;
}
.mfp-3d-unfold .mfp-container {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform-style: preserve-3d;
	transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
	opacity: 0;
	transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-container {
	opacity: 1;
	transform: rotateY(0deg);
	padding-top: 50px;
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-container {
	transform: rotateY(60deg);
	opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
	opacity: 0;
}
/* Magnific Popup CSS */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #CCC;
}
.mfp-preloader a:hover {
	color: #FFF;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
/* Main image in popup */

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */

.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
/* トップページ */

.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: 18px;
		text-align: center;
		padding: 56px 0 20px;
		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-weight: 500;
		margin-bottom: 2rem;
		padding-top: 0.5rem;
		display: flex;
		align-items: center;
	}
	#menu .flex_box .col .menutit b {
		font-weight: normal;
		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:420px) {
	.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:420px) {
	.entry_content>h2 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.6
	}
}
@media screen and (max-width:420px) {
	.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:420px) {
	.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:420px) {
	.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:420px) {
	.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:420px) {
	.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:420px) {
	.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:420px) {
	.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:420px) {
	.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:420px) {
	.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:420px) {
	.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:420px) {
	.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:420px) {
	.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:421px) {
	.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:420px) {
	.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:420px) {
	.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:420px) {
	.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:420px) {
	.entry_content .img_place_3columns>li {
		width: 100%;
		margin-bottom: 20px
	}
}
@media screen and (max-width:420px) {
	.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:420px) {
	.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:420px) {
	.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:420px) {
	.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:421px) {
	.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:420px) {
	.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:420px) {
	.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;
	}
}

/*
トップページの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;
		bottom: 10rem;
	}
}
.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: 2.8rem;
		letter-spacing: 0.1rem;
	}
}
.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(217, 217, 217, 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;
	}
 }

 /*221121*/
@media only screen and (max-width: 640px) {
	.globalSpmenu{
		background-color: #fff;
	}
	.lang .type{
		text-align: center;
		margin-top: 1.4rem;
	}
	.lang .type a{
		display: block;
		background-color: #ffffff;
		padding: 0 0 0 0;
		width: 40px;
		text-align: center;
		font-size: 15px;
		color: #a5a6a9;
	}
	.lang .type a.active{
		display: block;
		background-color: #1e2028;
		color: #ffffff;
	}
	.lang .type a:hover{
		background-color: #1e2028;
		color: #ffffff;
		text-decoration: none;
	}
	.lang .type .btn:first-child{
		margin-right: 10px;
	}
	ul.type{
		margin: 0 0 0;
		padding-bottom: 20px;
	}
	.lang .type{
		background-color: #ffffff;
	}
	ul.type .btn{
		display: inline-block;
	}
	.lang .type a{
		background-color: #f0efef;
	}
}