@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Cinzel");

.mod_wrap01 {
	margin: 0 auto;
	padding-left: 22px;
	padding-right: 22px;
}
@media (min-width: 461px) {
	.mod_wrap01 {
		width: 980px;
	}
}
@media screen and (max-width: 460px) {
	.mod_wrap01 {
		width: auto;
		min-width: 0;
		padding-left: 16px;
		padding-right: 16px;
	}
}
.fontbold {
	font-weight: bold;
}
@media screen and (max-width: 460px) {
	.fontbold {
		font-weight: normal;
		-webkit-text-stroke: 0.4px;
	}
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.vertmiddle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.vertmiddle>* {
	display: inline-block;
	vertical-align: middle;
}
.rightarr {
	position: relative;
}
.rightarr:after {
	content: "";
	display: block;
	margin: auto 0;
	border-top: 2px solid;
	border-right: 2px solid;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	-webkit-transform: rotate(45deg) skew(8deg, 8deg);
	-ms-transform: rotate(45deg) skew(8deg, 8deg);
	transform: rotate(45deg) skew(8deg, 8deg);
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	-o-transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s, -webkit-transform .5s;
}
.no-touchevents .rightarr:hover:after {
	-webkit-transform: rotate(45deg) translate(3px, -3px);
	-ms-transform: rotate(45deg) translate(3px, -3px);
	transform: rotate(45deg) translate(3px, -3px);
}
.ph {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
html {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	color: #505050;
}
html:not(.safari) {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
html.safari {
	-webkit-font-smoothing: antialiased;
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
}
body {
	position: relative;
	margin: 0;
	padding: 0;
}
@media (min-width: 461px) {
	body {
		min-width: 1024px;
	}
}
@media screen and (max-width: 460px) {
	body {}
}
.touchevents * {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.chrome body {
	image-rendering: -webkit-optimize-contrast;
}
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, td, th, figure, input, select, button, textarea {
	margin: 0;
	padding: 0;
}
article, aside, footer, header, main, nav, section, figcaption, figure {
	display: block;
}
img {
	-ms-interpolation-mode: bicubic;
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	height: 0;
	overflow: visible;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
b, strong {
	font-weight: inherit;
	font-weight: bolder;
}
a {
	outline: 0;
	text-decoration: none;
	color: inherit;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
li {
	list-style: none;
}
sub, sup {
	position: relative;
	vertical-align: baseline;
	line-height: 0;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
audio, video {
	display: inline-block;
}
summary {
	display: list-item;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
canvas {
	display: inline-block;
}
input, button, textarea {
	font-family: inherit;
	appearance: none;
	background: none;
	border: none;
	outline: 0;
	margin: 0;
	padding: 0;
}
button, input {
	overflow: visible;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
button:-moz-focusring, input:-moz-focusring {
	outline: 1px dotted ButtonText;
}
button, select {
	cursor: pointer;
	text-transform: none;
}
[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
	border: none;
}
select::-ms-expand {
	display: none;
}
@media screen and (max-width: 460px) {
	[data-sc-pc] {
		display: none !important;
	}
}
@media (min-width: 461px) {
	[data-sc-sp] {
		display: none !important;
	}
}
.mod_main {
	overflow: hidden;
}
.ph {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.device-tablet .mod_main {
	width: calc(100% + 1px);
}
[data-lf] {
	opacity: 0;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
[data-lf][style], [data-lf][src] {
	opacity: 1;
}
[data-lf].load_view {
	opacity: 1;
}
/* ---------------------------------------------------------

_configをクラス化

--------------------------------------------------------- */

/*
margin:0;版をデフォルト化

html例）
<ul class="col_3 col_base">
	<li></li>
	<li></li>
	<li></li>
</ul>
*/

@media (min-width: 461px) {
	@supports (display: flow-root) {
		.col_base.col_1 {
			display: flow-root;
		}
	}
	@supports not (display: flow-root) {
		.col_base.col_1 {
			display: block;
		}
		.col_base.col_1:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .col_base.col_1 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .col_base.col_1:after {
		content: '';
		display: block;
		clear: both;
	}
	.col_base.col_1>* {
		margin: 0px 0 0 0px;
		width: calc(100% / 1 - 0px);
		float: left;
	}
	.ie .col_base.col_1>* {
		width: calc(calc(100% - 1px) / 1 - 0px);
	}
	.col_base.col_1>*:nth-child(1n+1) {
		margin-left: 0;
	}
	.col_base.col_1>*:nth-child(-n+1) {
		margin-top: 0;
	}
}
@media (min-width: 461px) {
	@supports (display: flow-root) {
		.col_base.col_2 {
			display: flow-root;
		}
	}
	@supports not (display: flow-root) {
		.col_base.col_2 {
			display: block;
		}
		.col_base.col_2:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .col_base.col_2 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .col_base.col_2:after {
		content: '';
		display: block;
		clear: both;
	}
	.col_base.col_2>* {
		margin: 0px 0 0 0px;
		width: calc(100% / 2 - 0px);
		float: left;
	}
	.ie .col_base.col_2>* {
		width: calc(calc(100% - 1px) / 2 - 0px);
	}
	.col_base.col_2>*:nth-child(2n+1) {
		margin-left: 0;
	}
	.col_base.col_2>*:nth-child(-n+2) {
		margin-top: 0;
	}
}
@media (min-width: 461px) {
	@supports (display: flow-root) {
		.col_base.col_3 {
			display: flow-root;
		}
	}
	@supports not (display: flow-root) {
		.col_base.col_3 {
			display: block;
		}
		.col_base.col_3:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .col_base.col_3 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .col_base.col_3:after {
		content: '';
		display: block;
		clear: both;
	}
	.col_base.col_3>* {
		margin: 0px 0 0 0px;
		width: calc(100% / 3 - 0px);
		float: left;
	}
	.ie .col_base.col_3>* {
		width: calc(calc(100% - 1px) / 3 - 0px);
	}
	.col_base.col_3>*:nth-child(3n+1) {
		margin-left: 0;
	}
	.col_base.col_3>*:nth-child(-n+3) {
		margin-top: 0;
	}
}
@media (min-width: 461px) {
	@supports (display: flow-root) {
		.col_base.col_4 {
			display: flow-root;
		}
	}
	@supports not (display: flow-root) {
		.col_base.col_4 {
			display: block;
		}
		.col_base.col_4:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .col_base.col_4 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .col_base.col_4:after {
		content: '';
		display: block;
		clear: both;
	}
	.col_base.col_4>* {
		margin: 0px 0 0 0px;
		width: calc(100% / 4 - 0px);
		float: left;
	}
	.ie .col_base.col_4>* {
		width: calc(calc(100% - 1px) / 4 - 0px);
	}
	.col_base.col_4>*:nth-child(4n+1) {
		margin-left: 0;
	}
	.col_base.col_4>*:nth-child(-n+4) {
		margin-top: 0;
	}
}
@media (min-width: 461px) {
	@supports (display: flow-root) {
		.col_base.col_5 {
			display: flow-root;
		}
	}
	@supports not (display: flow-root) {
		.col_base.col_5 {
			display: block;
		}
		.col_base.col_5:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .col_base.col_5 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .col_base.col_5:after {
		content: '';
		display: block;
		clear: both;
	}
	.col_base.col_5>* {
		margin: 0px 0 0 0px;
		width: calc(100% / 5 - 0px);
		float: left;
	}
	.ie .col_base.col_5>* {
		width: calc(calc(100% - 1px) / 5 - 0px);
	}
	.col_base.col_5>*:nth-child(5n+1) {
		margin-left: 0;
	}
	.col_base.col_5>*:nth-child(-n+5) {
		margin-top: 0;
	}
}
/* -----------------------------------------------------------------------------

共通パーツ

----------------------------------------------------------------------------- */

/* -----------------------------------------------------------------------------

共通レイアウト

----------------------------------------------------------------------------- */

.mod_header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.mod_header img {
	width: 260px;
	height: auto;
}
@media screen and (max-width: 460px) {
	.mod_header img {
		width: 180px;
	}
}
/*
カラム制御：デフォルトで1～5カラムまで対応
PC用floatによるカラム制御

html：col_1～5まで対応
例）3列で折り返し
<ul class="col_3">
	<li></li>
	<li></li>
	<li></li>
</ul>

scss：mixinでカラム設定を自動処理化

.col_3 {
	@include colmg(30);
}

数値設定はアイテム間余白（デフォルトは20）;
※縦、横ともに外側への約は発生しない

*/

/* ==================================================

変数設定
・色
・フォントサイズ

================================================== */

/* =================================================================================

コンテンツ包括

================================================================================= */

/* --------------------------------------------------
コンテンツブロック
-------------------------------------------------- */

.content_block {
	padding: 90px 0;
}
@media screen and (max-width: 460px) {
	.content_block {
		padding: 40px 0;
	}
}
/* --------------------------------------------------
コンテンツ幅の設定
-------------------------------------------------- */

.module {
	margin: 0 auto;
}
@media (min-width: 461px) {
	.module {
		width: 1140px;
	}
}
@media screen and (max-width: 460px) {
	.module {
		padding: 0 16px;
	}
}
.module+.module {
	margin-top: 80px;
}
@media screen and (max-width: 460px) {
	.module+.module {
		margin-top: 24px;
	}
}
.module:last-child {
	padding-bottom: 100px;
}
@media screen and (max-width: 460px) {
	.module:last-child {
		padding-bottom: 50px;
	}
}
.module.wide {
	padding: 0;
}
@media screen and (max-width: 460px) {
	.module.wide {
		margin-top: 18px;
	}
}
@media (min-width: 461px) {
	.module.wide {
		width: 100%;
		min-width: 980px;
	}
}
@media screen and (max-width: 460px) {
	.module.bg_beige {
		padding: 0 16px;
	}
}
/* 清水 */

.kyt .bg_beige {
	margin: 0;
	padding: 60px 16px;
	background-color: #bbaa8d;
}
.kyt .bg_white {
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}
@media screen and (max-width: 460px) {
	.kyt .bg_white {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
/* =================================================================================

ページ内基本情報

================================================================================= */

/* --------------------------------------------------
メインビジュアル
-------------------------------------------------- */

.mv_wrap {
	position: relative;
}
.mv_wrap .ph {
	width: 100%;
	height: 100vh;
}
@media screen and (max-width: 460px) {
	.mv_wrap .ph {
		height: 90vw;
	}
}
.mv_wrap .ttl_box {
	padding: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	bottom: 40px;
	left: 40px;
	width: 486px;
	height: auto;
	color: #fff;
	background-color: rgba(0, 55, 100, 0.9);
}
@media screen and (max-width: 460px) {
	.mv_wrap .ttl_box {
		position: relative;
		padding: 30px 10px;
		bottom: 0;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: -50px;
		left: 0;
		width: auto;
		height: auto;
	}
}
.mv_wrap .ttl_box .ttl_en {
	line-height: 1;
	color: #c0a97c;
	font-family: Cinzel, serif;
	font-size: 2.6rem;
	text-align: center;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 460px) {
	.mv_wrap .ttl_box .ttl_en {
		font-size: 1.8rem;
	}
}
.mv_wrap .ttl_box .ttl_en span {
	display: inline-block;
	position: relative;
	padding: 0 90px;
}
.mv_wrap .ttl_box .ttl_en span .new {}
.mv_wrap .ttl_box .ttl {
	margin: 15px 0;
	font-family: ryo-display-plusn, serif;
	font-size: 3rem;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.075em;
	width: 110%;
	margin-left: -5%;
}
.mv_wrap .ttl_box .ttl span {
	display: block;
}
@media screen and (max-width: 460px) {
	.mv_wrap .ttl_box .ttl {
		font-size: 2.1rem;
		line-height: 1.5;
	}
}
@media screen and (max-width: 320px) {
	.mv_wrap .ttl_box .ttl {
		font-size: 1.9rem;
		letter-spacing: 0;
	}
}
.mv_wrap .ttl_box .schedule {
	font-family: ryo-display-plusn, serif;
	text-align: center;
	letter-spacing: 0.075em;
}
.mv_wrap .ttl_box .schedule .year {
	font-size: 1.6rem;
}
@media screen and (max-width: 460px) {
	.mv_wrap .ttl_box .schedule .year {
		font-size: 1.2rem;
	}
}
.mv_wrap .ttl_box .schedule .date {
	font-size: 2.4rem;
}
@media screen and (max-width: 460px) {
	.mv_wrap .ttl_box .schedule .date {
		font-size: 1.8rem;
	}
}
.mv_wrap .ttl_box .mv_txt {
	margin: 15px 0 0 0;
	line-height: 1.85;
	font-size: 1.4rem;
}
@media screen and (max-width: 460px) {
	.mv_wrap .ttl_box .mv_txt {
		padding: 0 15px;
	}
}
.mv_wrap .scroll {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 80px;
	height: 70px;
	display: block;
	z-index: 100;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.no-touchevents .mv_wrap .scroll:hover {
	opacity: 0.5;
}
@media screen and (max-width: 460px) {
	.mv_wrap .scroll {
		display: none;
	}
}
.mv_wrap .scroll .obj00 {
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	border-radius: 15px;
	margin: auto;
	width: 22px;
	height: 48px;
	border: 1px solid;
	background-color: #FFF;
}
.oky .mv_wrap .scroll .obj00 {
	border-color: #003764;
}
.kyt .mv_wrap .scroll .obj00 {
	border-color: #000;
}
.lgn .mv_wrap .scroll .obj00 {
	border-color: #152906;
}
.mv_wrap .scroll .obj01:after, .mv_wrap .scroll .obj01:before {
	content: "";
	position: absolute;
	display: block;
}
.oky .mv_wrap .scroll .obj01:after, .oky .mv_wrap .scroll .obj01:before {
	background-color: #003764;
}
.kyt .mv_wrap .scroll .obj01:after, .kyt .mv_wrap .scroll .obj01:before {
	background-color: #000;
}
.lgn .mv_wrap .scroll .obj01:after, .lgn .mv_wrap .scroll .obj01:before {
	background-color: #152906;
}
.mv_wrap .scroll .obj01:after {
	width: 7px;
	height: 7px;
	top: 5px;
	left: 37px;
	border-radius: 50%;
	-webkit-animation: cmnBtn02Obj01AfterAnim 2.4s ease infinite;
	animation: cmnBtn02Obj01AfterAnim 2.4s ease infinite;
}
@-webkit-keyframes cmnBtn02Obj01AfterAnim {
	0% {
		top: 20px;
		-webkit-transform: scale(0) translate3d(0, 0, 0);
		transform: scale(0) translate3d(0, 0, 0);
	}
	15% {
		top: 20px;
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		transform: scale(1) translate3d(0, 0, 0);
	}
	70% {
		top: 45px;
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		transform: scale(1) translate3d(0, 0, 0);
	}
	90% {
		top: 45px;
		-webkit-transform: scale(0) translate3d(0, 0, 0);
		transform: scale(0) translate3d(0, 0, 0);
	}
	100% {
		top: 45px;
		-webkit-transform: scale(0) translate3d(0, 0, 0);
		transform: scale(0) translate3d(0, 0, 0);
	}
}
@keyframes cmnBtn02Obj01AfterAnim {
	0% {
		top: 20px;
		-webkit-transform: scale(0) translate3d(0, 0, 0);
		transform: scale(0) translate3d(0, 0, 0);
	}
	15% {
		top: 20px;
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		transform: scale(1) translate3d(0, 0, 0);
	}
	70% {
		top: 45px;
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		transform: scale(1) translate3d(0, 0, 0);
	}
	90% {
		top: 45px;
		-webkit-transform: scale(0) translate3d(0, 0, 0);
		transform: scale(0) translate3d(0, 0, 0);
	}
	100% {
		top: 45px;
		-webkit-transform: scale(0) translate3d(0, 0, 0);
		transform: scale(0) translate3d(0, 0, 0);
	}
}
.mv_wrap .scroll .obj02:after, .mv_wrap .scroll .obj02:before {
	content: "";
	position: absolute;
	display: block;
}
.mv_wrap .scroll .obj02:after {
	width: 15px;
	height: 15px;
	top: 40px;
	left: 32px;
	border: 1px solid;
	border-radius: 50%;
	-webkit-animation: cmnBtn02Obj02AfterAnim 2.4s ease infinite;
	animation: cmnBtn02Obj02AfterAnim 2.4s ease infinite;
}
.oky .mv_wrap .scroll .obj02:after {
	border-color: #003764;
}
.kyt .mv_wrap .scroll .obj02:after {
	border-color: #000;
}
.lgn .mv_wrap .scroll .obj02:after {
	border-color: #152906;
}
@-webkit-keyframes cmnBtn02Obj02AfterAnim {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translate3d(0, 0, 0);
		transform: scale(0) translate3d(0, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(0) translate3d(0, 0, 0);
		transform: scale(0) translate3d(0, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2) translate3d(0, 0, 0);
		transform: scale(2) translate3d(0, 0, 0);
	}
}
@keyframes cmnBtn02Obj02AfterAnim {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translate3d(0, 0, 0);
		transform: scale(0) translate3d(0, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(0) translate3d(0, 0, 0);
		transform: scale(0) translate3d(0, 0, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2) translate3d(0, 0, 0);
		transform: scale(2) translate3d(0, 0, 0);
	}
}
/* 清水 */

.kyt .mv_wrap .ttl_box {
	background-color: rgba(23, 23, 23, 0.9);
}
.kyt .mv_wrap .ttl_en {
	color: #997529;
	font-family: Playfair Display, serif;
	letter-spacing: 0.2em;
}
/* 名古屋 */

.lgn .mv_wrap .ttl_box {
	background-color: rgba(21, 41, 6, 0.9);
}
.lgn .mv_wrap .ttl_en {
	color: #c2a129;
	font-family: Suranna, serif;
	letter-spacing: 0.1em;
}
/* --------------------------------------------------
キャッチコピー
-------------------------------------------------- */

.catch_box {
	margin: 60px auto 75px auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1140px;
	text-align: center;
}
@media screen and (max-width: 460px) {
	.catch_box {
		margin: 60px auto;
	}
}
.catch_box .ttl {
	font-family: ryo-display-plusn, serif;
	font-size: 3rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 460px) {
	.catch_box .ttl {
		line-height: 1.5;
		font-size: 2.1rem;
	}
}
@media screen and (max-width: 460px) {
	.catch_box .ttl span {
		display: block;
	}
}
.catch_box .ttl+.txt {
	margin-top: 20px;
}
@media screen and (max-width: 460px) {
	.catch_box .ttl+.txt {
		margin-top: 15px;
	}
}
.catch_box .txt {
	line-height: 2.1;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 460px) {
	.catch_box .txt {
		line-height: 1.7;
		font-size: 1.4rem;
		text-align: left;
	}
}
/* @media screen and (max-width: 460px) {
	.catch_box .txt br {
		display: none;
	}
} */

/* --------------------------------------------------
お電話でのお問い合わせ
-------------------------------------------------- */

.tel_box {
	margin: 50px 0 0 0;
}
@media screen and (max-width: 460px) {
	.tel_box {
		margin: 30px 0 0 0;
	}
}
.tel_box .ttl_contact {
	font-family: ryo-display-plusn, serif;
	font-size: 2.2rem;
	letter-spacing: 0.15em;
}
@media screen and (max-width: 460px) {
	.tel_box .ttl_contact {
		font-size: 1.6rem;
	}
}
.tel_box .tel {
	margin: 12px 0 8px 0;
	line-height: 1;
	font-family: Cinzel, serif;
	font-size: 5.4rem;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 460px) {
	.tel_box .tel {
		margin: 12px 0;
		padding: 16px 0;
		-webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		width: 100%;
		height: 60px;
		font-size: 2.6rem;
		letter-spacing: 0;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#9a7c3e), to(#6e592d));
		background-image: -webkit-linear-gradient(top, #9a7c3e 0%, #6e592d 100%);
		background-image: -o-linear-gradient(top, #9a7c3e 0%, #6e592d 100%);
		background-image: linear-gradient(to bottom, #9a7c3e 0%, #6e592d 100%);
		-webkit-clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
		clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
	}
	.tel_box .tel:after {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%) rotate(45deg);
		-ms-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
		width: 6px;
		height: 6px;
		content: "";
	}
	.tel_box .tel a {
		color: #fff;
	}
}
.tel_box .business_hours {
	font-size: 1.4rem;
}
@media screen and (max-width: 460px) {
	.tel_box .business_hours {
		font-size: 1.3rem;
	}
}
/* 清水 */

.kyt .tel {
	font-family: Playfair Display, serif;
}
@media screen and (max-width: 460px) {
	.kyt .tel {
		padding: 14px 0;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#c09f28), to(#8a721d));
		background-image: -webkit-linear-gradient(top, #c09f28 0%, #8a721d 100%);
		background-image: -o-linear-gradient(top, #c09f28 0%, #8a721d 100%);
		background-image: linear-gradient(to bottom, #c09f28 0%, #8a721d 100%);
	}
}
/* 名古屋 */

.lgn .tel {
	font-family: Suranna, serif;
}
@media screen and (max-width: 460px) {
	.lgn .tel {
		background-image: -webkit-gradient(linear, left top, left bottom, from(#c2a129), to(#ae9125));
		background-image: -webkit-linear-gradient(top, #c2a129 0%, #ae9125 100%);
		background-image: -o-linear-gradient(top, #c2a129 0%, #ae9125 100%);
		background-image: linear-gradient(to bottom, #c2a129 0%, #ae9125 100%);
		letter-spacing: 0.1em;
	}
}
/* --------------------------------------------------
footer_area
-------------------------------------------------- */

.footer_area {
	padding: 40px 20px 20px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	color: #fff;
	background-color: #003764;
	font-size: 1.4rem;
	text-align: center;
}
@media screen and (max-width: 460px) {
	.footer_area {
		padding: 15px 15px 60px 15px;
		font-size: 1.2rem;
	}
}
.footer_area .link_list {
	margin: 0 auto 30px auto;
	display: table;
}
.footer_area .link_list .li {
	display: inline-block;
	letter-spacing: -0.05em;
}
.footer_area .link_list .li:after {
	margin: 0 10px;
	content: "｜";
}
@media screen and (max-width: 460px) {
	.footer_area .link_list .li:after {
		margin: 0 2px;
	}
}
.footer_area .link_list .li:last-child:after {
	display: none;
}
.footer_area .pagetop {
	padding: 28px 0 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 74px;
	height: 74px;
	color: #fff;
	background-image: url("../../img/polygon.png");
	background-size: cover;
	text-align: center;
}
@media screen and (max-width: 460px) {
	.footer_area .pagetop {
		padding: 18px 0 0 0;
		right: 15px;
		bottom: 60px;
		width: 55px;
		height: 55px;
	}
}
.footer_area .pagetop:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 18px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
	width: 6px;
	height: 6px;
	content: "";
}
@media screen and (max-width: 460px) {
	.footer_area .pagetop:after {
		top: 12px;
		width: 4px;
		height: 4px;
	}
}
/* 清水 */

.kyt .footer_area {
	background-color: #1e1e1e;
}
.kyt .footer_area .pagetop {
	background-image: url("../../img/polygon_kyt.png");
}
/* 名古屋 */

.lgn .footer_area {
	background-color: #152906;
}
.lgn .footer_area .pagetop {
	background-image: url("../../img/polygon_lgn.png");
}
/* --------------------------------------------------
fixed_btn
-------------------------------------------------- */

.fixed_btn {
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 3000;
	width: 100%;
	background-color: #fff;
}
.fixed_btn .btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 50px;
	line-height: 1;
	color: #fff;
	text-align: center;
}
.fixed_btn .tel, .fixed_btn .mail {
	padding: 0;
	width: 50%;
}
.fixed_btn .btn {}
.fixed_btn .tel .btn {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#977b3f), to(#645843));
	background-image: -webkit-linear-gradient(top, #977b3f 0%, #645843 100%);
	background-image: -o-linear-gradient(top, #977b3f 0%, #645843 100%);
	background-image: linear-gradient(to bottom, #977b3f 0%, #645843 100%);
	font-family: Cinzel, serif;
	font-size: 1.8rem;
	letter-spacing: 0.07em;
	padding-top: 18px;
}
.fixed_btn .mail .btn {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c1c0bf), to(#7f7a76));
	background-image: -webkit-linear-gradient(top, #c1c0bf 0%, #7f7a76 100%);
	background-image: -o-linear-gradient(top, #c1c0bf 0%, #7f7a76 100%);
	background-image: linear-gradient(to bottom, #c1c0bf 0%, #7f7a76 100%);
	font-family: Cinzel, serif;
	font-size: 1.9rem;
	letter-spacing: 0.07em;
	padding-top: 17px;
}
.fixed_btn .btn .ic {
	padding: 0 0 0 38px;
	position: relative;
}
.fixed_btn .btn .ic:before {
	content: "";
	position: absolute;
	left: 0;
	width: 25px;
	height: 25px;
	background-image: url("../../img/ic_tel.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	top: -3px;
}
.fixed_btn .mail .btn .ic:before {
	background-image: url("../../img/ic_mail.png");
	top: -1px;
}
/* 清水 */

.kyt .fixed_btn .tel .btn {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b99b2f), to(#7a6735));
	background-image: -webkit-linear-gradient(top, #b99b2f, #7a6735 100%);
	background-image: -o-linear-gradient(top, #b99b2f, #7a6735 100%);
	background-image: linear-gradient(to bottom, #b99b2f, #7a6735 100%);
	font-family: Playfair Display, serif;
}
.lgn .fixed_btn .tel .btn {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b99b2f), to(#7a6735));
	background-image: -webkit-linear-gradient(top, #b99b2f, #7a6735 100%);
	background-image: -o-linear-gradient(top, #b99b2f, #7a6735 100%);
	background-image: linear-gradient(to bottom, #b99b2f, #7a6735 100%);
	font-family: Suranna, serif;
}
@media screen and (max-width: 340px) {
	.fixed_btn .tel .btn {
		font-size: 1.4rem;
	}
	.fixed_btn .mail .btn {
		font-size: 1.4rem;
	}
	.fixed_btn .tel .btn .ic:before {
		top: -4px;
	}
	.fixed_btn .mail .btn .ic:before {
		top: -2px;
	}
}
/* 名古屋 */

/* =================================================================================

飾り

================================================================================= */

/* --------------------------------------------------
枠
-------------------------------------------------- */

.rim_t, .rim_b {
	position: absolute;
	left: 23px;
	width: calc(100% - 46px);
	height: 1px;
	content: "";
	background-color: #ba9e6b;
}
@media screen and (max-width: 460px) {
	.rim_t, .rim_b {
		left: 16px;
		width: calc(100% - 32px);
	}
}
.rim_t {
	top: 8px;
}
@media screen and (max-width: 460px) {
	.rim_t {
		top: 5px;
	}
}
.rim_b {
	bottom: 8px;
}
@media screen and (max-width: 460px) {
	.rim_b {
		bottom: 5px;
	}
}
.rim_r, .rim_l {
	position: absolute;
	top: 23px;
	width: 1px;
	height: calc(100% - 46px);
	content: "";
	background-color: #ba9e6b;
}
@media screen and (max-width: 460px) {
	.rim_r, .rim_l {
		top: 16px;
		height: calc(100% - 32px);
	}
}
.rim_r {
	right: 8px;
}
@media screen and (max-width: 460px) {
	.rim_r {
		right: 5px;
	}
}
.rim_l {
	left: 8px;
}
@media screen and (max-width: 460px) {
	.rim_l {
		left: 5px;
	}
}
.rim_lt, .rim_rt, .rim_lb, .rim_rb {
	position: absolute;
	width: 15px;
	height: 15px;
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 460px) {
	.rim_lt, .rim_rt, .rim_lb, .rim_rb {
		width: 11px;
		height: 11px;
	}
}
.rim_lt {
	top: 8px;
	left: 8px;
	background-image: url("../../img/rim_lt.png");
}
@media screen and (max-width: 460px) {
	.rim_lt {
		top: 5px;
		left: 5px;
	}
}
.rim_rt {
	top: 8px;
	right: 8px;
	background-image: url("../../img/rim_rt.png");
}
@media screen and (max-width: 460px) {
	.rim_rt {
		top: 5px;
		right: 5px;
	}
}
.rim_lb {
	bottom: 8px;
	left: 8px;
	background-image: url("../../img/rim_lb.png");
}
@media screen and (max-width: 460px) {
	.rim_lb {
		bottom: 5px;
		left: 5px;
	}
}
.rim_rb {
	bottom: 8px;
	right: 8px;
	background-image: url("../../img/rim_rb.png");
}
@media screen and (max-width: 460px) {
	.rim_rb {
		bottom: 5px;
		right: 5px;
	}
}
/* 清水 */

.kyt .rim_t, .kyt .rim_b, .kyt .rim_r, .kyt .rim_l {
	background-color: #997529;
}
.kyt .rim_lt {
	background-image: url("../../img/rim_lt_kyt.png");
}
.kyt .rim_rt {
	background-image: url("../../img/rim_rt_kyt.png");
}
.kyt .rim_lb {
	background-image: url("../../img/rim_lb_kyt.png");
}
.kyt .rim_rb {
	background-image: url("../../img/rim_rb_kyt.png");
}
/* 名古屋 */

.lgn .rim_t, .lgn .rim_b, .lgn .rim_r, .lgn .rim_l {
	background-color: #c2a129;
}
.lgn .rim_lt {
	background-image: url("../../img/rim_lt_lgn.png");
}
.lgn .rim_rt {
	background-image: url("../../img/rim_rt_lgn.png");
}
.lgn .rim_lb {
	background-image: url("../../img/rim_lb_lgn.png");
}
.lgn .rim_rb {
	background-image: url("../../img/rim_rb_lgn.png");
}
/* --------------------------------------------------
透過背景 4分の1円処理
-------------------------------------------------- */

.circle_lt, .circle_rt, .circle_lb, .circle_rb {
	position: absolute;
	width: 15px;
	height: 15px;
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 460px) {
	.circle_lt, .circle_rt, .circle_lb, .circle_rb {
		width: 11px;
		height: 11px;
	}
}
.circle_lt {
	top: 0;
	left: 0;
	background-image: url("../../img/circle_lt.png");
}
.circle_rt {
	top: 0;
	right: 0;
	background-image: url("../../img/circle_rt.png");
}
.circle_lb {
	bottom: 0;
	left: 0;
	background-image: url("../../img/circle_lb.png");
}
.circle_rb {
	bottom: 0;
	right: 0;
	background-image: url("../../img/circle_rb.png");
}
/* 清水 */

.kyt .circle_lt {
	background-image: url("../../img/circle_lt_kyt.png");
}
.kyt .circle_rt {
	background-image: url("../../img/circle_rt_kyt.png");
}
.kyt .circle_lb {
	background-image: url("../../img/circle_lb_kyt.png");
}
.kyt .circle_rb {
	background-image: url("../../img/circle_rb_kyt.png");
}
/* 名古屋 */

.lgn .circle_lt {
	background-image: url("../../img/circle_lt_lgn.png");
}
.lgn .circle_rt {
	background-image: url("../../img/circle_rt_lgn.png");
}
.lgn .circle_lb {
	background-image: url("../../img/circle_lb_lgn.png");
}
.lgn .circle_rb {
	background-image: url("../../img/circle_rb_lgn.png");
}
/* --------------------------------------------------
NEW
-------------------------------------------------- */

.new {
	position: absolute;
	top: -35px;
	left: 30px;
	z-index: 100;
	width: 74px;
	height: 104px;
	line-height: 1;
	content: "";
	color: #fff;
	background-image: url("../../img/new_beige.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: Cinzel, serif;
	font-size: 1.8rem;
}
@media screen and (max-width: 460px) {
	.new {
		top: -30px;
		left: 5px;
		width: 60px;
		height: 85px;
		font-size: 1.5rem;
	}
}
.new span {
	position: absolute;
	top: 28px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media screen and (max-width: 460px) {
	.new span {
		top: 23px;
	}
}
/* 清水 */

.kyt .new {
	background-image: url("../../img/new_kyt.png");
	font-family: Playfair Display, serif;
	letter-spacing: 0.1em;
}
/* 名古屋 */

.lgn .new {
	background-image: url("../../img/new_lgn.png");
	font-family: Suranna, serif;
	letter-spacing: 0.1em;
}
/* =================================================================================

リピートフィールドモジュール

================================================================================= */

.desc {
	background-image: url("../../img/bg_beige.jpg");
	background-position: center;
	background-repeat: repeat;
	background-size: 100px;
}
@media screen and (max-width: 460px) {
	.desc {
	}
}
/* 清水 */

.kyt .desc {
	background-image: none;
	background-color: #594808;
}
/* 名古屋 */

.lgn .desc {
	background-image: none;
	background-color: #f1eee2;
}
/* =================================================================================

フェア

================================================================================= */

/* --------------------------------------------------
共通
-------------------------------------------------- */

.layout_fair {
	margin: auto;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	color: #fff;
	background-image: url("../../img/bg_brown.jpg");
	text-align: center;
}
@media screen and (max-width: 460px) {
	.layout_fair {
		padding: 30px 10px;
	}
}
.layout_fair:before, .layout_fair:after {
	position: absolute;
	width: 132px;
	height: 132px;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media screen and (max-width: 460px) {
	.layout_fair:before, .layout_fair:after {
		width: 65px;
		height: 65px;
	}
}
.layout_fair:before {
	top: -6px;
	left: -6px;
	background-image: url("../../img/ribbon_lt.png");
}
@media screen and (max-width: 460px) {
	.layout_fair:before {
		top: -3px;
		left: -3px;
	}
}
.layout_fair:after {
	right: -6px;
	bottom: -6px;
	background-image: url("../../img/ribbon_rb.png");
}
@media screen and (max-width: 460px) {
	.layout_fair:after {
		bottom: -3px;
		right: -3px;
	}
}
.layout_fair .fair_list {
	padding: 25px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 1px solid #ba9e6b;
	outline-offset: -8px;
	color: #3c3c3c;
	background-color: #fff;
	text-align: left;
}
@media screen and (max-width: 460px) {
	.layout_fair .fair_list {
		padding: 35px 15px;
		outline-offset: -5px;
	}
}
.layout_fair .list {
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #e7e7e7;
}
.layout_fair .list:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
.layout_fair .list .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.layout_fair .list .row .date {
	width: 80%;
	font-family: ryo-display-plusn, serif;
	font-size: 2rem;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 460px) {
	.layout_fair .list .row .date {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 320px) {
	.layout_fair .list .row .date {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
}
.layout_fair .list .row .reservation {
	width: 100px;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 0.16em;
}
@media screen and (max-width: 460px) {
	.layout_fair .list .row .reservation {
		width: 75px;
		font-size: 1.2rem;
	}
}
.layout_fair .list .row .reservation .btn {
	padding: 9px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	height: 40px;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#81cddf), to(#74b8c8));
	background-image: -webkit-linear-gradient(top, #81cddf 0%, #74b8c8 100%);
	background-image: -o-linear-gradient(top, #81cddf 0%, #74b8c8 100%);
	background-image: linear-gradient(to bottom, #81cddf 0%, #74b8c8 100%);
}
@media screen and (max-width: 460px) {
	.layout_fair .list .row .reservation .btn {
		padding: 5px;
		height: 30px;
	}
}
@media screen and (max-width: 460px) {
	.os-android .layout_fair .list .row .reservation .btn {
		padding: 8px;
		padding-bottom: 0;
	}
}
.layout_fair .list .row .reservation .btn:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
	height: 6px;
	content: "";
}
@media screen and (max-width: 460px) {
	.layout_fair .list .row .reservation .btn:after {
		right: 8px;
	}
}
/* 清水 */

.kyt .layout_fair {
	color: #333;
	background-image: none;
	background-color: #e6e3dc;
}
.kyt .layout_fair:before {
	background-image: url("../../img/ribbon_lt_kyt.png");
}
.kyt .layout_fair:after {
	background-image: url("../../img/ribbon_rb_kyt.png");
}
.kyt .fair_list {
	outline: 1px solid #997529;
}
.kyt .fair_list .list .row .reservation .btn {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c09f28), to(#8a721d));
	background-image: -webkit-linear-gradient(top, #c09f28 0%, #8a721d 100%);
	background-image: -o-linear-gradient(top, #c09f28 0%, #8a721d 100%);
	background-image: linear-gradient(to bottom, #c09f28 0%, #8a721d 100%);
}
/* 名古屋 */

.lgn .layout_fair {
	background-image: none;
	background-color: #152906;
}
.lgn .layout_fair:before {
	background-image: url("../../img/ribbon_lt_lgn.png");
}
.lgn .layout_fair:after {
	background-image: url("../../img/ribbon_rb_lgn.png");
}
.lgn .fair_list {
	outline: 1px solid #c2a129;
}
.lgn .fair_list .list .row .reservation .btn {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c2a129), to(#ae9125));
	background-image: -webkit-linear-gradient(top, #c2a129 0%, #ae9125 100%);
	background-image: -o-linear-gradient(top, #c2a129 0%, #ae9125 100%);
	background-image: linear-gradient(to bottom, #c2a129 0%, #ae9125 100%);
}
/* --------------------------------------------------
レイアウト01
-------------------------------------------------- */

.layout_fair01 {
	padding: 50px 20px;
}
@media screen and (max-width: 460px) {
	.layout_fair01 {
		padding: 30px 10px;
	}
}
.layout_fair01 .ttl_en {
	margin: 0 0 15px 0;
	line-height: 1;
	font-family: Cinzel, serif;
	font-size: 4.6rem;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 460px) {
	.layout_fair01 .ttl_en {
		margin: 0 0 12px 0;
		font-size: 3.2rem;
	}
}
.layout_fair01 .ttl {
	font-family: ryo-display-plusn, serif;
	font-size: 2rem;
	letter-spacing: 0.15em;
}
@media screen and (max-width: 460px) {
	.layout_fair01 .ttl {
		font-size: 1.5rem;
	}
}
.layout_fair01 .row_l_r {
	margin: 50px 0 50px 50px;
	color: #3c3c3c;
}
.layout_fair01 .row_l_r:after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (max-width: 460px) {
	.layout_fair01 .row_l_r {
		margin: 25px 0 30px 0;
		display: inherit;
	}
}
.layout_fair01 .row_l_r .l {
	float: left;
	margin: 0 40px 0 0;
	padding: 40px 40px 250px;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 486px;
	min-height: 545px;
	background-color: #fff;
	font-size: 1.6rem;
}
@media screen and (max-width: 460px) {
	.layout_fair01 .row_l_r .l {
		margin: 0 0 20px 0;
		padding: 30px 20px 0;
		width: 100%;
		height: auto;
		min-height: 0;
		font-size: 1.4rem;
	}
}
.layout_fair01 .row_l_r .l .new {
	left: -35px;
	background-image: url("../../img/new_blue.png");
}
@media screen and (max-width: 460px) {
	.layout_fair01 .row_l_r .l .new {
		left: -30px;
	}
}
.layout_fair01 .row_l_r .l .fair_ttl {
	font-family: ryo-display-plusn, serif;
	font-size: 3rem;
	letter-spacing: 0.075em;
	line-height: 1.3;
}
@media screen and (max-width: 460px) {
	.layout_fair01 .row_l_r .l .fair_ttl {
		font-size: 2.1rem;
		line-height: 1.3;
	}
}
@media screen and (max-width: 320px) {
	.layout_fair01 .row_l_r .l .fair_ttl {
		letter-spacing: 0;
		font-size: 1.9rem;
	}
}
.layout_fair01 .row_l_r .l .fair_ttl span {
	display: block;
}
.layout_fair01 .row_l_r .l .schedule {
	margin: 15px 0;
	font-family: ryo-display-plusn, serif;
}
.layout_fair01 .row_l_r .l .schedule .date {
	font-size: 2.4rem;
}
@media screen and (max-width: 460px) {
	.layout_fair01 .row_l_r .l .schedule .date {
		font-size: 1.8rem;
	}
}
.layout_fair01 .row_l_r .l .fair_txt {
	line-height: 1.8;
	text-align: left;
	padding-bottom: 10px;
}
.layout_fair01 .row_l_r .l .ph {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 250px;
}
@media screen and (max-width: 460px) {
	.layout_fair01 .row_l_r .l .ph {
		height: 43vw;
		position: static;
		height: auto;
	}
}
.layout_fair01 .row_l_r .l .ph img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 461px) {
	.layout_fair01 .row_l_r .l .ph img {
		-o-object-fit: cover;
		object-fit: cover;
	}
}
@media screen and (max-width: 460px) {
	.layout_fair01 .row_l_r .l .ph img {
		position: relative;
		height: auto;
		left: -20px;
		width: calc(100% + 40px);
		display: block;
	}
}
.layout_fair01 .row_l_r .l:after {
	outline: 1px solid #ba9e6b;
	outline-offset: -8px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}
@media screen and (max-width: 460px) {
	.layout_fair01 .row_l_r .l:after {
		outline-offset: -5px;
	}
}
.layout_fair01 .row_l_r .r {
	float: right;
	position: relative;
	width: 514px;
	height: auto;
	overflow-y: hidden;
}
.layout_fair01 .row_l_r .r#scrollbar {
	max-height: 545px;
}
@media screen and (max-width: 460px) {
	.layout_fair01 .row_l_r .r {
		width: 100%;
		height: 100%;
	}
}
.layout_fair01 .row_l_r .r .fair_list {
	width: 486px;
}
@media screen and (max-width: 460px) {
	.layout_fair01 .row_l_r .r .fair_list {
		width: 100%;
	}
}
/* faircalender */

.faircalender {
	position: relative;
	width: 514px;
	height: 545px;
	overflow-y: hidden;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	color: #000;
}
@media screen and (max-width: 460px) {
	.faircalender {
		width: 100%;
		height: auto;
		padding: 0;
		background-color: transparent;
	}
}
.faircalender .content_cal {
	width: 100%;
	/* border: 1px solid #626262; */
}
@media screen and (max-width: 460px) {
	.faircalender .content_cal {
		background-color: #fff;
		margin-bottom: 5%;
	}
}
.faircalender>.tablewrap>.info {
	text-align: center;
	margin: 10px 0;
	font-size: 1.6rem;
}
.content_cal thead tr th {
	background-color: #f4ece1;
	color: #4f4f4f;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.2em;
	border-right: 1px solid #E7E5E1;
	padding: 16px 0;
	width: 14.28%;
	border-top: 1px solid #E7E5E1;
	border-bottom: 1px solid #E7E5E1;
	font-weight: bold;
}
.content_cal thead tr th:nth-child(6) {
	background-color: #5dc7d8;
	color: #fff;
}
.content_cal thead tr th:nth-child(7) {
	background-color: #e2819b;
	border-right: 0;
	color: #fff;
}
@media screen and (max-width: 640px) {
	.content_cal thead tr th {
		text-align: center;
		font-weight: bold;
		font-size: 14px;
		letter-spacing: 0.2em;
		border-right: 1px solid #E7E5E1;
		padding: 6px 0;
		width: 14.28%;
	}
}
.content_cal tbody tr td {
	background-color: #fff;
	border-right: 1px solid #E7E5E1;
	border-bottom: 1px solid #E7E5E1;
	padding: 4px;
	vertical-align: top;
	width: 14.28%;
	position: relative;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
@media screen and (max-width: 460px) {
	.content_cal tbody tr td {
		background-color: #fff;
		border-right: 1px solid #E7E5E1;
		border-bottom: 1px solid #E7E5E1;
		padding: 4px 4px 8.5% 4px;
		width: 14.28%;
		text-align: center;
		position: relative;
		vertical-align: middle;
		position: relative;
		font-size: 0;
		-webkit-transition: background-color 0.3s;
		-o-transition: background-color 0.3s;
		transition: background-color 0.3s;
	}
	.content_cal tbody tr td:first-child {
		border-left: 0;
	}
}
.content_cal tbody tr td .hide {
	background-color: rgba(120, 120, 120, 0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
@media screen and (max-width: 460px) {
	.content_cal tbody tr td .hide {
		background-color: rgba(120, 120, 120, 0.2);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}
}
.content_cal tbody tr td>p {
	color: #323232;
	font-size: 17px;
	letter-spacing: 0.05em;
	display: block;
	position: relative;
	top: -3px;
	/* padding: 4px 0 10px 4px; */
	padding: 4px 0 16px 4px;
}
.content_cal tbody tr td:nth-child(6)>p {
	color: #5dc7d8;
}
.content_cal tbody tr td.holyday>p, .content_cal tbody tr td:nth-child(7)>p {
	color: #e2819b;
}
@media screen and (max-width: 460px) {
	.content_cal tbody tr td>p {
		display: inline;
		color: #323232;
		font-size: 12px;
		letter-spacing: 0.1em;
		position: relative;
		top: 0;
		z-index: 1;
		pointer-events: none;
		padding: 4px 0 10px 4px;
	}
	.content_cal tbody tr td.holyday>p, .content_cal tbody tr td:nth-child(6)>p, .content_cal tbody tr td:nth-child(7)>p {
		color: #323232;
	}
	.content_cal tbody tr td>p.small {
		font-size: 12px;
	}
}
.content_cal tbody tr td .fairgroup {
	/* min-height: 140px; */
}
@media screen and (max-width: 460px) {
	.content_cal tbody tr td .fairgroup {
		min-height: 140px;
		display: block;
		margin: auto;
		min-height: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}
.content_cal tbody tr td .fairgroup>a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 3px 3px 3px 5px;
	transition: 0.2s;
	background-color: rgba(243, 168, 186, 0.2);
	border: 2px solid transparent;
}
.content_cal tbody tr td .fairgroup>a.active {
	border: 2px solid rgba(243, 168, 186, 1.0);
}
.no-touchevents .content_cal tbody tr td .fairgroup>a:hover {
	-webkit-filter: saturate(210%) brightness(90%);
	filter: saturate(210%) brightness(90%);
}
/* TODO: SP用 */

.content_cal tbody tr td .fairgroup>a {
	display: block;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 80%;
	height: 80%;
	font-size: 0;
}
.content_cal tbody tr td .fairgroup>a>span {
	display: block;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	font-size: 12px;
}
.calenderWaiting {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url(../img/loading_white.gif);
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1000000;
	opacity: 0;
	pointer-events: none;
	display: none;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
.calenderWaiting.active {
	opacity: 1;
	display: block;
}

.faircalender .contentDetail {
	margin-top: 40px;
}
.faircalender .contentDetail .title {
	margin-bottom: 5px;
	text-align: center;
	font-weight: normal;
	font-size: 2rem;
	line-height: 1.5;
}
.faircalender .contentDetail .select {
	margin-bottom: 7%;
	background-color: #fff;
}
.layout_fair02 .faircalender .contentDetail .select {
	display: flex;
	flex-wrap: wrap;
}
.faircalender .contentDetail .attention {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 5%;
	text-align: center;
}
.faircalender .contentDetail .fairDetail {
	display: block;
	border: 1px solid #cacaca;
	padding: 16px 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	position: relative;
}
.layout_fair01 .faircalender .contentDetail .fairDetail:nth-child(n + 2) {
	border-top: none;
}
@media screen and (min-width: 461px) {
	.layout_fair02 .faircalender .contentDetail .fairDetail {
		width: 49.5%;
		border-bottom: 1px solid #cacaca;
	}
	.layout_fair02 .faircalender .contentDetail .fairDetail:nth-child(even) {
		border-left: none;
	}
	.layout_fair02 .faircalender .contentDetail .fairDetail:nth-child(1),
	.layout_fair02 .faircalender .contentDetail .fairDetail:nth-child(2) {
	}
	.layout_fair02 .faircalender .contentDetail .fairDetail:nth-child(n + 3) {
		border-top: none;
	}
}
@media screen and (max-width: 460px) {
	.faircalender .contentDetail .fairDetail:nth-child(n + 2) {
		border-top: none!important;
	}
}
.faircalender .contentDetail .fairDetail .ph {
	display: inline-block;
	margin: auto 0;
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.faircalender .contentDetail .fairDetail .txt {
	display: inline-block;
	margin: 0;
	text-align: left;
	white-space: normal;
	vertical-align: top;
	width: calc(100% - 150px);
	margin-left: 12px;
	margin-right: 18px;
}
.faircalender .contentDetail .fairDetail .subcaption {
	padding: 0 0 0 10px;
	font-size: 1.4rem;
	text-align: left;
	font-weight: bold;
	margin-top: 14px;
	line-height: 1.4;
}
.oky .faircalender .contentDetail .fairDetail .subcaption {
	color: #997529;
}
.kyt .faircalender .contentDetail .fairDetail .subcaption {
	color: #997529;
}
.lgn .faircalender .contentDetail .fairDetail .subcaption {
	color: #997529;
}
.faircalender .contentDetail .fairDetail .btnarea {
	text-align: left;
	margin-left: 1%;
}
@media screen and (max-width: 460px) {
	.faircalender .contentDetail .fairDetail .btnarea {
		margin-left: 2.5%;
	}
}
.faircalender .contentDetail .fairDetail .inqform {
	display: inline-block;
	width: 23.3%;
	margin-top: 1%;
	margin-left: 1.0%;
	position: relative;
}
@media screen and (max-width: 460px) {
	.faircalender .contentDetail .fairDetail .inqform {
		width: 47%;
	}
}
.faircalender .contentDetail .fairDetail .inqform:after {
	content: "";
	display: block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%) rotate(45deg);
	width: 4px;
	height: 4px;
}

.faircalender .contentDetail .fairDetail .inqbtn {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#977b3f), to(#645843));
	background-image: -webkit-linear-gradient(top, #977b3f 0%, #645843 100%);
	background-image: -o-linear-gradient(top, #977b3f 0%, #645843 100%);
	background-image: linear-gradient(to bottom, #977b3f 0%, #645843 100%);
	display: block;
	text-align: left;
	box-sizing: border-box;
	padding-left: 7px;
}
.kyt .faircalender .contentDetail .fairDetail .inqbtn {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b99b2f), to(#7a6735));
	background-image: -webkit-linear-gradient(top, #b99b2f, #7a6735 100%);
	background-image: -o-linear-gradient(top, #b99b2f, #7a6735 100%);
	background-image: linear-gradient(to bottom, #b99b2f, #7a6735 100%);
}
.lgn .faircalender .contentDetail .fairDetail .inqbtn {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b99b2f), to(#7a6735));
	background-image: -webkit-linear-gradient(top, #b99b2f, #7a6735 100%);
	background-image: -o-linear-gradient(top, #b99b2f, #7a6735 100%);
	background-image: linear-gradient(to bottom, #b99b2f, #7a6735 100%);
}
.faircalender .contentDetail .fairDetail .inqbtn input {
	font-size: 13px;
	letter-spacing: 0.07em;
	color: #FFF;
	padding: 10px 0;
	cursor: pointer;
}
@media screen and (max-width: 460px) {
	.faircalender .contentDetail .fairDetail .inqbtn input {
		font-size: 4.5vw;
		padding: 10px 0 9px 0;
	}
}

.faircalender .contentDetail .fairDetail .date {
	margin-bottom: 2%;
	font-size: 14px;
	line-height: 1.8rem;
	word-break: break-all;
}
.faircalender .contentDetail .fairDetail .title {
	margin-bottom: 3%;
	text-align: center;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
}
.layout_fair01 .faircalender .contentDetail .fairDetail .fairDetailImg ,
.layout_fair01 .faircalender .contentDetail .fairDetail .fairDetailTitle {
	display: none;
}
.faircalender .contentDetail .fairDetailWaku {
	position: relative;
	min-height: 100px;
	border: 1px solid #cacaca;
	padding: 16px 0;
}
.faircalender .contentDetail .fairDetailWaku .ph {
	display: block;
	margin: auto 0;
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	padding-left: 10px;
}
.faircalender .contentDetail .fairDetailWaku .ph>img {
	width: 100%;
}
.faircalender .contentDetail .fairDetailWaku .txt {
	margin: 0 20px 0 120px;
	text-align: left;
	color: #313131;
}
.faircalender .contentDetail .fairDetailWaku .txt .title {
	margin-bottom: 0;
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
}
.faircalender .contentDetail .help_text {
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 16px;
	text-align: center;
	border-top: 1px solid #cacaca;
	background-color: #e6e3dc;
}

/* perfect scroll */
.ps__thumb-y {
	right: 0;
	width: 10px;
	background-color: #003764;
}
.ps__rail-y {
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 10px;
	background-color: #fff !important;
	opacity: 1 !important;
}
/* 清水 */

.kyt .layout_fair01 .ttl_en {
	font-family: Playfair Display, serif;
}
.kyt .layout_fair01 .row_l_r .l .new {
	background-image: url("../../img/new_kyt.png");
}
.kyt .layout_fair01 .row_l_r .l:after {
	outline: 1px solid #997529;
}
.kyt .layout_fair01 .ps__thumb-y {
	background-color: #997529;
}
/* 名古屋 */

.lgn .layout_fair01 .ttl_en {
	font-family: Suranna, serif;
}
.lgn .layout_fair01 .row_l_r .l .new {
	background-image: url("../../img/new_lgn.png");
}
.lgn .layout_fair01 .row_l_r .l:after {
	outline: 1px solid #c2a129;
}
.lgn .layout_fair01 .ps__thumb-y {
	background-color: #c2a129;
}
/* --------------------------------------------------
レイアウト02
-------------------------------------------------- */

.layout_fair02 {
	padding: 50px 70px;
}
@media screen and (max-width: 460px) {
	.layout_fair02 {
		padding: 50px 10px;
	}
}
.layout_fair02 [data-faircalender] {
	width: 100%;
	height: auto;
}
.layout_fair02 .tablewrap {
	/* width: 48%; */
	width: 100%;
	display: inline-block;
}
@media screen and (max-width: 460px) {
	.layout_fair02 .tablewrap {
		width: 100%;
		display: block;
	}
}
.layout_fair02 .tablewrap+.tablewrap {
	margin-left: 3%;
}
@media screen and (max-width: 460px) {
	.layout_fair02 .tablewrap+.tablewrap {
		margin-left: 0%;
	}
}
.layout_fair02 .ttl img {
	max-width: 192px;
}
.layout_fair02 .fair_ttl {
	margin: 40px 0;
	font-family: ryo-display-plusn, serif;
	font-size: 3.4rem;
	letter-spacing: 0.075em;
}
.layout_fair02 .fair_ttl span {
	display: block;
}
@media screen and (max-width: 460px) {
	.layout_fair02 .fair_ttl {
		margin: 20px 0;
		font-size: 1.9rem;
		line-height: 1.4;
	}
}
@media screen and (max-width: 460px) {
	.layout_fair02 .fair_list {
		display: inherit;
	}
}
.layout_fair02 .fair_list:after {
	content: "";
	display: block;
	clear: both;
}
.layout_fair02 .fair_list .list {
	width: 48%;
}
@media screen and (max-width: 460px) {
	.layout_fair02 .fair_list .list {
		width: 100%;
	}
}
@media (min-width: 461px) {
	.layout_fair02 .fair_list .list.lastChild {
		margin: 0;
		padding: 0;
		border: none;
	}
}
.layout_fair02 .fair_list .list:nth-child(odd) {
	float: left;
}
.layout_fair02 .fair_list .list:nth-child(even) {
	float: right;
}
/* 清水 */

.kyt .layout_fair02 .ttl img {
	max-width: 136px;
}
/* --------------------------------------------------
特典
-------------------------------------------------- */

.layout_privilege {
	padding: 65px 60px;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
	position: relative;
	background-color: #fff;
}
@media screen and (max-width: 460px) {
	.layout_privilege {
		padding: 40px 20px;
	}
}
.layout_privilege .ttl {
	margin: 0 0 40px 0;
	color: #ba9e6b;
	font-family: ryo-display-plusn, serif;
	font-size: 3rem;
	text-align: center;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 460px) {
	.layout_privilege .ttl {
		margin: 0 0 20px 0;
		font-size: 2.1rem;
	}
}
.layout_privilege .ol .li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e7e7e7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.layout_privilege .ol .li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
.layout_privilege .ol .li .numb {
	margin: 0 30px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 72px;
	min-width: 72px;
	max-width: 72px;
	height: 72px;
	color: #fff;
	background-image: url("../../img/polygon.png");
	background-size: cover;
	font-family: Cinzel, serif;
	font-size: 2.6rem;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 460px) {
	.layout_privilege .ol .li .numb {
		margin: 0 12px 0 0;
		width: 40px;
		min-width: 40px;
		max-width: 40px;
		height: 40px;
		font-size: 1.5rem;
	}
}
.layout_privilege .ol .li .inner {
	width: 90%;
}
.layout_privilege .ol .li .inner .det {
	line-height: 1.6;
	font-family: ryo-display-plusn, serif;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 460px) {
	.layout_privilege .ol .li .inner .det {
		line-height: 1.5;
		font-size: 1.4rem;
	}
}
.layout_privilege .ol .li .inner .anno {
	margin: 5px 0 0 0;
	font-size: 1.4rem;
}
@media screen and (max-width: 460px) {
	.layout_privilege .ol .li .inner .anno {
		margin: 10px 0 0 0;
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 460px) {
	.layout_privilege .tokutenbtn {
		display: block;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
		width: 100%;
		box-sizing: border-box;
		border: 1px solid #c2a129;
		padding: 10px 0;
		margin-top: 0px;
	}
	.layout_privilege .tokutenbtn.active {
		margin-top: 30px;
	}
	.layout_privilege .tokutenbtn span {
		opacity: .7;
	}
}
@media screen and (max-width: 460px) {
	.layout_privilege .tokutenbtn:after {
		content: "";
		display: inline-block;
		width: 6px;
		height: 6px;
		margin-left: 6px;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
		transform: translateY(-4px) rotate(45deg);
		transition: 0.4s;
	}
}
@media screen and (max-width: 460px) {
	.layout_privilege .tokutenbtn.active:after {
		transform: translateY(0px) rotate(-135deg);
	}
}
/* 清水 */

.kyt .layout_privilege .ttl {
	color: #997529;
}
.kyt .layout_privilege .ol .li .numb {
	background-image: url("../../img/polygon_kyt.png");
	font-family: Playfair Display, serif;
}
@media screen and (max-width: 460px) {
	.kyt .layout_privilege .tokutenbtn {
		border-color: #997529;
	}
}
/* 名古屋 */

.lgn .layout_privilege .ttl {
	color: #c2a129;
}
.lgn .layout_privilege .ol .li .numb {
	background-image: url("../../img/polygon_lgn.png");
	font-family: Suranna, serif;
}
@media screen and (max-width: 460px) {
	.lgn .layout_privilege .tokutenbtn {
		border-color: #c2a129;
	}
}
/* =================================================================================

画像・テキスト

================================================================================= */

/* --------------------------------------------------
リンク画像
-------------------------------------------------- */
.moduleLinkPh img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}
.moduleLinkPh {
	text-align: center;
}
.moduleLinkPh a {
}

/* --------------------------------------------------
画像のみ
-------------------------------------------------- */

.modulePH+.modulePH {
	margin-top: 6px;
}
.layout_img {
	width: 100%;
	height: auto;
	pointer-events: none;
}
@media (min-width: 461px) and (min-width: 461px) {
	@supports (display: flow-root) {
		.layout_img.col_1 {
			display: flow-root;
		}
	}
	@supports not (display: flow-root) {
		.layout_img.col_1 {
			display: block;
		}
		.layout_img.col_1:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .layout_img.col_1 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .layout_img.col_1:after {
		content: '';
		display: block;
		clear: both;
	}
	.layout_img.col_1>* {
		margin: 0px 0 0 0px;
		width: calc(100% / 1 - 0px);
		float: left;
	}
	.ie .layout_img.col_1>* {
		width: calc(calc(100% - 1px) / 1 - 0px);
	}
	.layout_img.col_1>*:nth-child(1n+1) {
		margin-left: 0;
	}
	.layout_img.col_1>*:nth-child(-n+1) {
		margin-top: 0;
	}
}
@media (min-width: 461px) and (min-width: 461px) {
	@supports (display: flow-root) {
		.layout_img.col_2 {
			display: flow-root;
		}
	}
	@supports not (display: flow-root) {
		.layout_img.col_2 {
			display: block;
		}
		.layout_img.col_2:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .layout_img.col_2 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .layout_img.col_2:after {
		content: '';
		display: block;
		clear: both;
	}
	.layout_img.col_2>* {
		margin: 0px 0 0 0px;
		width: calc(100% / 2 - 0px);
		float: left;
	}
	.ie .layout_img.col_2>* {
		width: calc(calc(100% - 1px) / 2 - 0px);
	}
	.layout_img.col_2>*:nth-child(2n+1) {
		margin-left: 0;
	}
	.layout_img.col_2>*:nth-child(-n+2) {
		margin-top: 0;
	}
}
@media (min-width: 461px) and (min-width: 461px) {
	@supports (display: flow-root) {
		.layout_img.col_3 {
			display: flow-root;
		}
	}
	@supports not (display: flow-root) {
		.layout_img.col_3 {
			display: block;
		}
		.layout_img.col_3:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .layout_img.col_3 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .layout_img.col_3:after {
		content: '';
		display: block;
		clear: both;
	}
	.layout_img.col_3>* {
		margin: 0px 0 0 0px;
		width: calc(100% / 3 - 0px);
		float: left;
	}
	.ie .layout_img.col_3>* {
		width: calc(calc(100% - 1px) / 3 - 0px);
	}
	.layout_img.col_3>*:nth-child(3n+1) {
		margin-left: 0;
	}
	.layout_img.col_3>*:nth-child(-n+3) {
		margin-top: 0;
	}
}
@media (min-width: 461px) and (min-width: 461px) {
	@supports (display: flow-root) {
		.layout_img.col_4 {
			display: flow-root;
		}
	}
	@supports not (display: flow-root) {
		.layout_img.col_4 {
			display: block;
		}
		.layout_img.col_4:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .layout_img.col_4 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .layout_img.col_4:after {
		content: '';
		display: block;
		clear: both;
	}
	.layout_img.col_4>* {
		margin: 0px 0 0 0px;
		width: calc(100% / 4 - 0px);
		float: left;
	}
	.ie .layout_img.col_4>* {
		width: calc(calc(100% - 1px) / 4 - 0px);
	}
	.layout_img.col_4>*:nth-child(4n+1) {
		margin-left: 0;
	}
	.layout_img.col_4>*:nth-child(-n+4) {
		margin-top: 0;
	}
}
@media (min-width: 461px) and (min-width: 461px) {
	@supports (display: flow-root) {
		.layout_img.col_5 {
			display: flow-root;
		}
	}
	@supports not (display: flow-root) {
		.layout_img.col_5 {
			display: block;
		}
		.layout_img.col_5:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .layout_img.col_5 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .layout_img.col_5:after {
		content: '';
		display: block;
		clear: both;
	}
	.layout_img.col_5>* {
		margin: 0px 0 0 0px;
		width: calc(100% / 5 - 0px);
		float: left;
	}
	.ie .layout_img.col_5>* {
		width: calc(calc(100% - 1px) / 5 - 0px);
	}
	.layout_img.col_5>*:nth-child(5n+1) {
		margin-left: 0;
	}
	.layout_img.col_5>*:nth-child(-n+5) {
		margin-top: 0;
	}
}
@media screen and (max-width: 460px) {
	.layout_img .ph {
		width: 100%;
		height: auto;
		display: block;
	}
}
@media (min-width: 461px) {
	.layout_img.col_1 .ph {
		width: 100%;
		height: 60vw;
		object-fit: cover;
		display: block;
	}
}
@media screen and (max-width: 460px) {
	.layout_img.col_2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (min-width: 461px) {
	.layout_img.col_2 .ph {
		padding-bottom: 40%;
	}
}
@media screen and (max-width: 460px) {
	.layout_img.col_2 .ph {
		width: 50%;
		padding-bottom: 40%;
	}
}
@media screen and (max-width: 460px) {
	.layout_img.col_3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (min-width: 461px) {
	.layout_img.col_3 .ph {
		padding-bottom: 20%;
	}
}
@media screen and (max-width: 460px) {
	.layout_img.col_3 .ph {
		padding-bottom: 25%;
		width: 33.33%;
		background-position: top;
	}
}
/* --------------------------------------------------
テキストブロック
-------------------------------------------------- */

.kyt .textblockwrap {
	margin-top: 0 !important;
}
.layout_textblock {
	margin: 0 auto;
	padding: 0 16px;
	max-width: 1140px;
	line-height: 1.8;
	text-align: center;
}
@media screen and (max-width: 460px) {
	.layout_textblock {
		margin: 0;
		padding: 40px 16px;
	}
}
.layout_textblock .ttl {
	margin: 0 0 20px 0;
	font-family: ryo-display-plusn, serif;
	font-size: 3rem;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 460px) {
	.layout_textblock .ttl {
		line-height: 1.5;
		font-size: 1.9rem;
	}
}
.layout_textblock .ttl span {
	display: block;
}
.layout_textblock .txt {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 460px) {
	.layout_textblock .txt {
		line-height: 1.6;
		font-size: 1.4rem;
		text-align: left;
	}
}
/* --------------------------------------------------
画像+テキスト
-------------------------------------------------- */

.layout_lr {
	margin: auto;
	padding: 80px 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	max-width: 1130px;
	line-height: 2.2;
	background-color: rgba(186, 158, 107, 0.1);
	font-size: 1.6rem;
}
@media screen and (max-width: 460px) {
	.layout_lr {
		padding: 30px 20px;
		line-height: 1.7;
		font-size: 1.4rem;
	}
}
.layout_lr .rim_t, .layout_lr .rim_b {
	left: 14px;
	width: calc(100% - 28px);
}
@media screen and (max-width: 460px) {
	.layout_lr .rim_t, .layout_lr .rim_b {
		left: 11px !important;
		width: calc(100% - 22px) !important;
	}
}
.layout_lr .rim_t {
	top: 0;
}
.layout_lr .rim_b {
	bottom: 0;
}
.layout_lr .rim_r, .layout_lr .rim_l {
	top: 14px;
	height: calc(100% - 28px);
}
@media screen and (max-width: 460px) {
	.layout_lr .rim_r, .layout_lr .rim_l {
		top: 11px !important;
		height: calc(100% - 22px) !important;
	}
}
.layout_lr .rim_r {
	right: 0;
}
.layout_lr .rim_l {
	left: 0;
}
.layout_lr .rim_lt {
	top: 0;
	left: 0;
}
.layout_lr .rim_rt {
	top: 0;
	right: 0;
}
.layout_lr .rim_lb {
	bottom: 0;
	left: 0;
}
.layout_lr .rim_rb {
	bottom: 0;
	right: 0;
}
.layout_lr .box {
	padding: 0 2px;
}
@media screen and (max-width: 460px) {
	.layout_lr .box+.box {
		padding-top: 40px;
	}
}
.layout_lr .ph {
	display: block;
	margin-top: -80px;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
	width: 540px;
	height: 360px;
}
@media screen and (min-width: 461px) {
	.layout_lr .ph {
		object-fit: cover;
	}
}
@media screen and (max-width: 460px) {
	.layout_lr .ph {
		margin: 0;
		width: 100%;
		height: auto;
	}
}
.layout_lr .txtwrap {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}
@media (min-width: 461px) {
	.layout_lr .txtwrap {
		padding: 40px;
		position: relative;
		width: calc(100% - 480px);
	}
}
.layout_lr .title {
	font-family: ryo-display-plusn, serif;
	font-weight: bold;
}
@media (min-width: 461px) {
	.layout_lr .title {
		font-size: 2.2rem;
		line-height: 1.8;
		letter-spacing: 0.1rem;
	}
}
@media screen and (max-width: 460px) {
	.layout_lr .title {
		font-size: 1.7rem;
		line-height: 1.4;
		padding: 20px;
	}
}
.layout_lr .title span {
	display: block;
}
/* @media screen and (max-width: 460px) {
	.layout_lr .title br {
		display: none;
	}
} */

@media (min-width: 461px) {
	.layout_lr .title+.txt {
		margin-top: 20px;
	}
}
@media screen and (max-width: 460px) {
	.layout_lr .title+.txt {
		margin-top: 0;
		padding-top: 0;
	}
}
@media (min-width: 461px) {
	.layout_lr .txt {
		font-size: 1.4rem;
		line-height: 2;
	}
}
@media screen and (max-width: 460px) {
	.layout_lr .txt {
		font-size: 1.4rem;
		line-height: 1.7;
		padding: 20px;
	}
}
/* @media screen and (max-width: 460px) {
	.layout_lr .txt br {
		display: none;
	}
} */

@media (min-width: 461px) {
	.layout_lr .box:after {
		content: "";
		display: block;
		clear: both;
	}
	.layout_lr .ph_l, .layout_lr .ph_r {
		margin: 80px 0 140px 0;
	}
	.layout_lr .ph_l .ph {
		float: left;
	}
	.layout_lr .ph_l .txtwrap {
		margin-left: 480px;
	}
	.layout_lr .ph_r .ph {
		float: right;
	}
}
/* 清水 */

.kyt .layout_lr {
	background-color: #e6e3dc;
}
.kyt .layout_lr .rim_t, .kyt .layout_lr .rim_b, .kyt .layout_lr .rim_r, .kyt .layout_lr .rim_l {
	background-color: #c2a129;
}
.kyt .layout_lr .rim_lt {
	background-image: url("../../img/rim_lt_kyt02.png");
}
.kyt .layout_lr .rim_rt {
	background-image: url("../../img/rim_rt_kyt02.png");
}
.kyt .layout_lr .rim_lb {
	background-image: url("../../img/rim_lb_kyt02.png");
}
.kyt .layout_lr .rim_rb {
	background-image: url("../../img/rim_rb_kyt02.png");
}
/* --------------------------------------------------
画像+キャプション
-------------------------------------------------- */

.layout_col_block {
	margin: auto;
	max-width: 1140px;
}
@media screen and (max-width: 460px) {
	.layout_col_block {
		padding: 0 20px;
	}
}
.layout_col_block .li {
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
	background-color: #fff;
}
.layout_col_block.col_2 .ph {
	padding-bottom: 70%;
}
.layout_col_block.col_3 .ph {
	padding-bottom: 60%;
}
.layout_col_block .link {
	display: block;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.no-touchevents .layout_col_block .link:hover {
	opacity: .6;
}
.layout_col_block .ph {
	padding-bottom: 93.025%;
}
@media (min-width: 461px) and (min-width: 461px) {
	@supports (display: flow-root) {
		.layout_col_block.col_1 {
			display: flow-root;
		}
	}
	@supports not (display: flow-root) {
		.layout_col_block.col_1 {
			display: block;
		}
		.layout_col_block.col_1:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .layout_col_block.col_1 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .layout_col_block.col_1:after {
		content: '';
		display: block;
		clear: both;
	}
	.layout_col_block.col_1>* {
		margin: 40px 0 0 40px;
		width: calc(100% / 1 - 0px);
		float: left;
	}
	.ie .layout_col_block.col_1>* {
		width: calc(calc(100% - 1px) / 1 - 0px);
	}
	.layout_col_block.col_1>*:nth-child(1n+1) {
		margin-left: 0;
	}
	.layout_col_block.col_1>*:nth-child(-n+1) {
		margin-top: 0;
	}
}
@media (min-width: 461px) and (min-width: 461px) {
	@supports (display: flow-root) {
		.layout_col_block.col_2 {
			display: flow-root;
		}
	}
	@supports not (display: flow-root) {
		.layout_col_block.col_2 {
			display: block;
		}
		.layout_col_block.col_2:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .layout_col_block.col_2 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .layout_col_block.col_2:after {
		content: '';
		display: block;
		clear: both;
	}
	.layout_col_block.col_2>* {
		margin: 40px 0 0 40px;
		width: calc(100% / 2 - 20px);
		float: left;
	}
	.ie .layout_col_block.col_2>* {
		width: calc(calc(100% - 1px) / 2 - 20px);
	}
	.layout_col_block.col_2>*:nth-child(2n+1) {
		margin-left: 0;
	}
	.layout_col_block.col_2>*:nth-child(-n+2) {
		margin-top: 0;
	}
}
@media (min-width: 461px) and (min-width: 461px) {
	@supports (display: flow-root) {
		.layout_col_block.col_3 {
			display: flow-root;
		}
	}
	@supports not (display: flow-root) {
		.layout_col_block.col_3 {
			display: block;
		}
		.layout_col_block.col_3:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .layout_col_block.col_3 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .layout_col_block.col_3:after {
		content: '';
		display: block;
		clear: both;
	}
	.layout_col_block.col_3>* {
		margin: 40px 0 0 40px;
		width: calc(100% / 3 - 26.66667px);
		float: left;
	}
	.ie .layout_col_block.col_3>* {
		width: calc(calc(100% - 1px) / 3 - 26.66667px);
	}
	.layout_col_block.col_3>*:nth-child(3n+1) {
		margin-left: 0;
	}
	.layout_col_block.col_3>*:nth-child(-n+3) {
		margin-top: 0;
	}
}
@media (min-width: 461px) and (min-width: 461px) {
	@supports (display: flow-root) {
		.layout_col_block.col_4 {
			display: flow-root;
		}
	}
	@supports not (display: flow-root) {
		.layout_col_block.col_4 {
			display: block;
		}
		.layout_col_block.col_4:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .layout_col_block.col_4 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .layout_col_block.col_4:after {
		content: '';
		display: block;
		clear: both;
	}
	.layout_col_block.col_4>* {
		margin: 40px 0 0 40px;
		width: calc(100% / 4 - 30px);
		float: left;
	}
	.ie .layout_col_block.col_4>* {
		width: calc(calc(100% - 1px) / 4 - 30px);
	}
	.layout_col_block.col_4>*:nth-child(4n+1) {
		margin-left: 0;
	}
	.layout_col_block.col_4>*:nth-child(-n+4) {
		margin-top: 0;
	}
}
@media (min-width: 461px) and (min-width: 461px) {
	@supports (display: flow-root) {
		.layout_col_block.col_5 {
			display: flow-root;
		}
	}
	@supports not (display: flow-root) {
		.layout_col_block.col_5 {
			display: block;
		}
		.layout_col_block.col_5:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .layout_col_block.col_5 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .layout_col_block.col_5:after {
		content: '';
		display: block;
		clear: both;
	}
	.layout_col_block.col_5>* {
		margin: 40px 0 0 40px;
		width: calc(100% / 5 - 32px);
		float: left;
	}
	.ie .layout_col_block.col_5>* {
		width: calc(calc(100% - 1px) / 5 - 32px);
	}
	.layout_col_block.col_5>*:nth-child(5n+1) {
		margin-left: 0;
	}
	.layout_col_block.col_5>*:nth-child(-n+5) {
		margin-top: 0;
	}
}
.layout_col_block .title span {
	display: block;
}
@media (min-width: 461px) {
	.layout_col_block:after {
		content: "";
		display: block;
		clear: both;
	}
	.layout_col_block .li {
		-webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
		float: left;
		background-color: #fff;
	}
	.layout_col_block .li .title {
		font-family: ryo-display-plusn, serif;
		font-weight: bold;
		font-size: 2.2rem;
		line-height: 1.8;
		letter-spacing: 0.1rem;
		padding: 20px;
	}
}
@media (min-width: 461px) and (min-width: 461px) {
	.layout_col_block .li .title+.txt {
		margin-top: 0;
		padding-top: 0;
	}
}
@media screen and (min-width: 461px) and (max-width: 460px) {
	.layout_col_block .li .title+.txt {
		margin-top: 0;
		padding-top: 0;
	}
}
@media (min-width: 461px) {
	.layout_col_block .li .txt {
		padding: 20px;
		line-height: 2;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
	}
	.layout_col_block.col_3 .title {
		font-size: 1.6rem;
		line-height: 1.8;
	}
}
@media (min-width: 461px) and (min-width: 461px) {
	.layout_col_block.col_3 .title+.txt {
		margin-top: 0;
		padding-top: 0;
	}
}
@media screen and (min-width: 461px) and (max-width: 460px) {
	.layout_col_block.col_3 .title+.txt {
		margin-top: 0;
		padding-top: 0;
	}
}
@media screen and (max-width: 460px) {
	.layout_col_block .title {
		font-family: ryo-display-plusn, serif;
		font-weight: bold;
		font-size: 1.7rem;
		line-height: 1.4;
		padding: 20px;
	}
}
/* @media screen and (max-width: 460px) and (max-width: 460px) {
	.layout_col_block .title br {
		display: none;
	}
} */

@media screen and (max-width: 460px) {
	.layout_col_block .title+.txt {
		margin-top: 0;
		padding-top: 0;
	}
	.layout_col_block .txt {
		padding: 20px;
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.layout_col_block.col_4:after {
		content: "";
		display: block;
		clear: both;
	}
	.layout_col_block.col_4 .li {
		margin: 16px 0 0 16px;
		float: left;
		width: calc(100% / 2 - 8px);
	}
	.layout_col_block.col_4 .li:nth-child(2n+1) {
		clear: both;
		margin-left: 0;
	}
	.layout_col_block.col_4 .li:nth-child(-n+2) {
		margin-top: 0;
	}
	.layout_col_block.col_4 .li .mod_free p {
		font-size: 1rem;
	}
	.layout_col_block .li+.li {
		margin-top: 24px;
	}
}

/*Googlemap*/
.inview_googlemap {
	width: 500px;
	height: 500px;
	position: relative;
	background-color: #fff;
	border: 1px solid #B79B6B;
	box-sizing: border-box;
}
@media screen and (max-width: 460px) {
	.inview_googlemap {
		width: 100%;
	}
}
.inview_googlemap iframe {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}
@media screen and (max-width: 460px) {
	.inview_googlemap iframe {
		top: 5px;
		left: 5px;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
	}
}

/* --------------------------------------------------
お問い合わせ
-------------------------------------------------- */

.contact_area {
	padding: 65px 60px;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
	position: relative;
	background-color: #fff;
	text-align: center;
}
@media screen and (max-width: 460px) {
	.contact_area {
		padding: 40px 30px;
	}
}
.contact_area .ttl_en {
	line-height: 1;
	color: #ba9e6b;
	font-family: Cinzel, serif;
	font-size: 4rem;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 460px) {
	.contact_area .ttl_en {
		font-size: 3.2rem;
	}
}
.contact_area .ttl {
	margin: 15px 0 0 0;
	color: #ba9e6b;
	font-family: ryo-display-plusn, serif;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 460px) {
	.contact_area .ttl {
		margin: 10px 0 0 0;
		font-size: 1.5rem;
	}
}
.contact_area .btn_list {
	margin: 40px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 780px;
	justify-content: center;
}
@media screen and (max-width: 460px) {
	.contact_area .btn_list {
		margin: 20px auto 30px auto;
		display: inherit;
	}
}
.contact_area .btn_list .li {
	margin: 0 20px 0 0;
	width: 25%;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 460px) {
	.contact_area .btn_list .li {
		margin: 0 0 10px 0;
		width: 100%;
	}
}
.contact_area .btn_list .li:last-child {
	margin: 0;
}
.contact_area .btn_list .li .btn {
	padding: 15px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	height: 94px;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#81cddf), to(#74b8c8));
	background-image: -webkit-linear-gradient(top, #81cddf 0%, #74b8c8 100%);
	background-image: -o-linear-gradient(top, #81cddf 0%, #74b8c8 100%);
	background-image: linear-gradient(to bottom, #81cddf 0%, #74b8c8 100%);
}
@media screen and (max-width: 460px) {
	.contact_area .btn_list .li .btn {
		padding: 10px 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 46px;
	}
}
.contact_area .btn_list .li .btn:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	content: "";
}
.contact_area .btn_list .li .img {
	margin: 0 auto 5px auto;
	width: 30px;
	height: 38px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
}
@media screen and (max-width: 460px) {
	.contact_area .btn_list .li .img {
		margin: 0 10px 0 0;
		width: 20px;
		height: 26px;
		background-size: 20px;
	}
}
.contact_area .btn_list .li .img01 {
	background-image: url("../../img/contact_ic01.png");
}
.contact_area .btn_list .li .img02 {
	background-image: url("../../img/contact_ic02.png");
}
.contact_area .btn_list .li .img03 {
	background-image: url("../../img/contact_ic03.png");
}
.contact_area .btn_list .li .img04 {
	background-image: url("../../img/contact_ic04.png");
}
@media screen and (max-width: 460px) {
	.contact_area .btn_list .li .txt {
		width: 80%;
		text-align: center;
	}
}
.contact_area .tel_box {
	margin: auto;
}
.contact_area .tel_box .ttl_contact, .contact_area .tel_box .tel {
	color: #ba9e6b;
}
.contact_area .tel_box .address {
	margin: 10px 0 0 0;
	font-size: 1.8rem;
}
@media screen and (max-width: 460px) {
	.contact_area .tel_box .address {
		margin: 20px 0 0 0;
		font-size: 1.4rem;
	}
}
.contact_area .tel_box .address .zipcode {
	margin: 0 10px 0 0;
}
@media screen and (max-width: 460px) {
	.contact_area .tel_box .address .zipcode {
		display: inherit;
		font-size: 1.2rem;
	}
}
/* 清水 */

.kyt .contact_area .ttl_en {
	color: #333;
	font-family: Playfair Display, serif;
	letter-spacing: 0.2em;
}
.kyt .contact_area .ttl {
	color: #333;
}
.kyt .contact_area .btn_list .li .btn {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c09f28), to(#8a721d));
	background-image: -webkit-linear-gradient(top, #c09f28 0%, #8a721d 100%);
	background-image: -o-linear-gradient(top, #c09f28 0%, #8a721d 100%);
	background-image: linear-gradient(to bottom, #c09f28 0%, #8a721d 100%);
}
.kyt .contact_area .tel_box .ttl_contact {
	color: #333;
}
.kyt .contact_area .tel_box .tel {
	color: #997529;
}
/* 名古屋 */

.lgn .contact_area .ttl_en {
	color: #c2a129;
	font-family: Suranna, serif;
	letter-spacing: 0.1em;
}
.lgn .contact_area .ttl {
	color: #c2a129;
}
.lgn .contact_area .btn_list .li .btn {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c2a129), to(#ae9125));
	background-image: -webkit-linear-gradient(top, #c2a129 0%, #ae9125 100%);
	background-image: -o-linear-gradient(top, #c2a129 0%, #ae9125 100%);
	background-image: linear-gradient(to bottom, #c2a129 0%, #ae9125 100%);
}
.lgn .contact_area .tel_box .ttl_contact, .lgn .contact_area .tel_box .tel {
	color: #c2a129;
}


/* --------------------------------------------------
GoogleMap
-------------------------------------------------- */
.module.googlemap {
	padding: 200px 50px 125px;
	background-color: #fff;
	box-sizing: border-box;
}
@media screen and (max-width: 460px) {
	.module.googlemap {
		padding: 80px 20px 140px;
		position: relative;
	}
	.module.googlemap:before {
		content: "";
		display: block;
		background-color: #F7F5F0;
		position: absolute;
		bottom: 100px;
		right: 0;
		top: 330px;
		left: 30%;
		margin: auto;
	}
}
.googlemapblock {
	display: flex;
    flex-direction: column;
    justify-content: center;
	text-align: left;
	position: relative;
	max-width: 1070px;
	width: 100%;
	height: 430px;
	margin: auto;
	background-color: #F7F5F0;
	box-sizing: border-box;
	padding-left: 630px;
	color: #424242;
}
@media screen and (max-width: 460px) {
	.googlemapblock {
		display: block;
		text-align: center;
		height: auto;
		padding-left: 0;
		background-color: transparent;
	}
}
.googlemapblock .ttl {
	font-family: ryo-display-plusn, serif;
	font-size: 1.8rem;
}
@media screen and (max-width: 460px) {
	.googlemapblock .ttl {
		font-size: 1.5rem;
	}
}
.googlemapblock .ttl:before {
	content: "ACCESS";
	display: block;
	font-size: 4.0rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 460px) {
	.googlemapblock .ttl:before {
		font-size: 3.2rem;
	}
}
.oky .googlemapblock .ttl:before {
	font-family: Cinzel, serif;
}
.kyt .googlemapblock .ttl:before {
	font-family: Playfair Display, serif;
}
.lgn .googlemapblock .ttl:before {
	font-family: Suranna, serif;
}
.googlemapblock .inview_googlemap {
	position: absolute;
	width: 640px;
	height: 512px;
	top: -120px;
	left: -70px;
}
@media screen and (max-width: 460px) {
	.googlemapblock .inview_googlemap {
		position: relative;
		width: 100%;
		height: 300px;
		top: auto;
		left: auto;
		margin-top: 30px;
	}
}
.googlemapblock .address {
	margin-top: 60px;
	padding-right: 20px;
}
@media screen and (max-width: 460px) {
	.googlemapblock .address {
		margin-top: 40px;
		padding-right: 0;
	}
}
.googlemapblock .address dt {
	font-family: ryo-display-plusn, serif;
	font-size: 2.0rem;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 460px) {
	.googlemapblock .address dt {
		font-size: 1.9rem;
	}
}
.googlemapblock .address dd {
	margin-top: 15px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.9;
}
@media screen and (max-width: 460px) {
	.googlemapblock .address dd {
		font-size: 1.4rem;
	}
}


/* --------------------------------------------------
LINE登録
-------------------------------------------------- */
.module.linetouroku {
	padding: 100px 50px;
	background-color: #F7F5F0;
	box-sizing: border-box;
	margin-top: 0;
}
@media screen and (max-width: 460px) {
	.module.linetouroku {
		padding: 80px 20px;
		position: relative;
	}
}
.module.linetouroku + .module.linetouroku {
	margin-top: 0;
	padding-top: 0;
}
.linetourokublock {
	position: relative;
	max-width: 1140px;
	width: 100%;
	padding: 50px 70px 90px;
	margin: auto;
	background-color: #FFFFFF;
	box-sizing: border-box;
	overflow: hidden;
}
@media screen and (max-width: 460px) {
	.linetourokublock {
		display: block;
		text-align: center;
		height: auto;
		padding: 30px 0;
		background-color: transparent;
	}
}
.linetourokublock:before {
	content: "";
	display: block;
	border: 2px solid #B79B6B;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.linetourokublock .circle {
	position: absolute;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	background-color: #F7F5F0;
	border: 2px solid #B79B6B;
}
.linetourokublock .circle.tl {
	top: -14px;
	left: -14px;
}
.linetourokublock .circle.tr {
	top: -14px;
	right: -14px;
}
.linetourokublock .circle.bl {
	bottom: -14px;
	left: -14px;
}
.linetourokublock .circle.br {
	bottom: -14px;
	right: -14px;
}
.linetourokublock .ttl {
	position: relative;
	font-family: ryo-display-plusn, serif;
	font-size: 1.8rem;
	color: #B79B6B;
	text-align: center;
}
@media screen and (max-width: 460px) {
	.linetourokublock .ttl {
		font-size: 1.5rem;
	}
}
.linetourokublock .ttl:before {
	content: "LINE";
	display: block;
	font-size: 4.0rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 460px) {
	.linetourokublock .ttl:before {
		font-size: 3.2rem;
	}
}
.oky .linetourokublock .ttl:before {
	font-family: Cinzel, serif;
}
.kyt .linetourokublock .ttl:before {
	font-family: Playfair Display, serif;
}
.lgn .linetourokublock .ttl:before {
	font-family: Suranna, serif;
}
.linetourokublock .row01 {
	position: relative;
	display: flex;
	justify-content:space-between;
	margin-top: 40px;
	border-top: 1px solid #B79B6B;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
}
@media screen and (max-width: 460px) {
	.linetourokublock .row01 {
		display: block;
		margin-top: 20px;
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
		margin-left: 30px;
		margin-right: 30px;
	}
}
.linetourokublock .left {
	text-align: left;
	width: 55%;
}
@media screen and (max-width: 460px) {
	.linetourokublock .left {
		width: 100%;
	}
}
.linetourokublock .subtit {
	font-family: ryo-display-plusn, serif;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 460px) {
	.linetourokublock .subtit {
		font-size: 1.7rem;
		letter-spacing: 0;
		text-align: center;
	}
}
.linetourokublock .basetxt01wrap {
	display: table;
	margin-top: 18px;
}
.linetourokublock .basetxt01wrap dl {
	display: table-row;
}
.linetourokublock .basetxt01wrap dt ,
.linetourokublock .basetxt01wrap dd {
	display: table-cell;
	font-size: 1.7rem;
	font-weight: bold;
	vertical-align: top;
	line-height: 1.8;
}
.linetourokublock .basetxt01wrap dt {
	color: #B79B6B;
	padding-right: 14px;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 460px) {
	.linetourokublock .basetxt01wrap dt {
		padding-right: 8px;
	}
}
.linetourokublock .basetxt01wrap dd {
}
@media screen and (max-width: 460px) {
	.linetourokublock .basetxt01wrap dt ,
	.linetourokublock .basetxt01wrap dd {
		padding-bottom: 10px;
		font-size: 1.4rem;
	}
}
.linetourokublock .basetxt {
	font-size: 1.7rem;
	margin-top: 18px;
	font-weight: bold;
	line-height: 1.8;
}
@media screen and (max-width: 460px) {
	.linetourokublock .basetxt {
		font-size: 1.4rem;
		padding-bottom: 10px;
	}
}
.linetourokublock .right {
	padding-top: 48px;
}
@media screen and (max-width: 460px) {
	.linetourokublock .right {
		padding-top: 10px;
	}
}
.linetourokublock .linerequest {
	display: block;
	position: relative;
}
.linetourokublock .linebtnimg {
	position: relative;
}
@media screen and (max-width: 460px) {
	.linetourokublock .linebtnimg {
		width: 100%;
		height: auto;
	}
}
.linetourokublock .linebtnqr {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	object-fit: contain;
	width: 70px;
	height: 70px;
}


/* --------------------------------------------------
余白ブロック
-------------------------------------------------- */

.layout_margin.s {
	height: 60px;
}
@media screen and (max-width: 460px) {
	.layout_margin.s {
		height: 30px;
	}
}
.layout_margin.m {
	height: 80px;
}
@media screen and (max-width: 460px) {
	.layout_margin.m {
		height: 40px;
	}
}
.layout_margin.l {
	height: 100px;
}
@media screen and (max-width: 460px) {
	.layout_margin.l {
		height: 60px;
	}
}
/*
 * Container style
 */

.ps {
	overflow: hidden !important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */

.ps__rail-x {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	height: 15px;
	/* there must be 'bottom' or 'top' for ps__rail-x */
	bottom: 0px;
	/* please don't change 'position' */
	position: absolute;
}
.ps__rail-y {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	width: 15px;
	/* there must be 'right' or 'left' for ps__rail-y */
	right: 0;
	/* please don't change 'position' */
	position: absolute;
}
.ps--active-x>.ps__rail-x, .ps--active-y>.ps__rail-y {
	display: block;
	background-color: transparent;
}
.ps:hover>.ps__rail-x, .ps:hover>.ps__rail-y, .ps--focus>.ps__rail-x, .ps--focus>.ps__rail-y, .ps--scrolling-x>.ps__rail-x, .ps--scrolling-y>.ps__rail-y {
	opacity: 0.6;
}
.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
	background-color: #eee;
	opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */

.ps__thumb-x {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, height .2s ease-in-out;
	-webkit-transition: background-color .2s linear, height .2s ease-in-out;
	height: 6px;
	/* there must be 'bottom' for ps__thumb-x */
	bottom: 2px;
	/* please don't change 'position' */
	position: absolute;
}
.ps__thumb-y {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, width .2s ease-in-out;
	-webkit-transition: background-color .2s linear, width .2s ease-in-out;
	width: 10px;
	/* there must be 'right' for ps__thumb-y */
	right: 2px;
	/* please don't change 'position' */
	position: absolute;
}
.ps__rail-x:hover>.ps__thumb-x, .ps__rail-x:focus>.ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {
	background-color: #999;
	height: 11px;
}
/*.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}*/

/* MS supports */

@supports (-ms-overflow-style: none) {
	.ps {
		overflow: auto !important;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ps {
		overflow: auto !important;
	}
}
/* 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;
	cursor: pointer;
	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;
	cursor: pointer!important;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
@media all and (max-width: 900px) {
	.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
		width: 95%;
	}
}
.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;
	text-align: center;
}
.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;
	}
}
/*
====== 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;
}
.modalArea {
	display: inline-block;
	margin: auto;
	text-align: center;
	cursor: default;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.modalArea .in {
	background-color: #FFF;
	padding: 50px 20px;
}
.modalArea .row01 {
	font-size: 2.0rem;
	font-weight: bold;
}
.modalArea .row01 b {
	color: #DF3020;
}
.modalArea .row02 {
	margin-top: 20px;
}
.modalArea .row02 .btnwrap {
	display: inline-block;
}
@media screen and (max-width: 460px) {
	.modalArea .row02 .btnwrap {
		margin-top: 20px;
		display: block;
	}
}
.modalArea .row02 .date {
	font-size: 1.6rem;
	margin-right: 10px;
	font-weight: bold;
}
.modalArea .row02 select {
	font-size: 1.4rem;
	padding: 5px 5px 9px 17px;
	color: #DF3020;
}
.modalArea .row02 .btn {
	padding: 9px 29px 9px 19px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	height: 40px;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 0.16em;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#81cddf), to(#74b8c8));
	background-image: -webkit-linear-gradient(top, #81cddf 0%, #74b8c8 100%);
	background-image: -o-linear-gradient(top, #81cddf 0%, #74b8c8 100%);
	background-image: linear-gradient(to bottom, #81cddf 0%, #74b8c8 100%);
	margin-left: 10px;
	display: none;
}
.modalArea .row02 .btn.active {
	display: inline-block;
}
@media screen and (max-width: 460px) {
	.modalArea .row02 .btn {
		padding: 8px 48px 8px 48px;
		height: 40px;
		padding-bottom: 0;
	}
	.os-android .modalArea .row02 .btn {
		padding-top: 12px;
	}
}
@media screen and (max-width: 460px) {
	.modalArea .row02 .btn {
		padding: 8px 20px;
		padding-bottom: 0;
	}
}
.modalArea .row02 .btn:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 54%;
	right: 15px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
	height: 6px;
	content: "";
}
@media screen and (max-width: 460px) {
	.modalArea .row02 .btn:after {
		right: 8px;
	}
}
.kyt .modalArea .row02 .btn {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c09f28), to(#8a721d));
	background-image: -webkit-linear-gradient(top, #c09f28 0%, #8a721d 100%);
	background-image: -o-linear-gradient(top, #c09f28 0%, #8a721d 100%);
	background-image: linear-gradient(to bottom, #c09f28 0%, #8a721d 100%);
}
.lgn .modalArea .row02 .btn {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c2a129), to(#ae9125));
	background-image: -webkit-linear-gradient(top, #c2a129 0%, #ae9125 100%);
	background-image: -o-linear-gradient(top, #c2a129 0%, #ae9125 100%);
	background-image: linear-gradient(to bottom, #c2a129 0%, #ae9125 100%);
}