@charset 'utf-8';
/* box-sizing */
* {
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* 画像 */
img {max-width: 100%;height: auto;}
a img {
	/* GPU acceleration */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    will-change: opacity, transform;
/*
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: opacity, transform;
*/
}
/* 電話番号リンクの無効化 */
a[href^="tel:"] {
	pointer-events: none;
}
/* ウェブフォント読み込み中の挙動（Chromeのみ） */
@font-face {font-display:swap;}
/* 表示の切り替え */
.disp_pc {display: inline !important;}
.disp_sp {display: none !important;}
/* ======= SP ============ */
@media only screen and (max-width: 812px) {
	body {
		font-size: 1rem;
		letter-spacing: 0;
		-webkit-text-size-adjust: 100%;
		-webkit-tap-highlight-color:rgba(0,156,255,0.4);
	}
/* 電話番号リンクの無効化解除 */
	a[href^="tel:"] {
		pointer-events: auto;
	}
/* 表示の切り替え */
	.disp_pc {display: none !important;}
	.disp_sp {display: inline !important;}
}
/* ---------------------------------------LINK ----------------------- */
/* リンク基本スタイル */
a,
a img,
a svg {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
a {
	text-decoration: underline;
}
/*--------------------------------
	ご予約・空室検索ボタン
--------------------------------*/
.btn_reserve {
	position: fixed;
	bottom:25px;
	right:10px;
	z-index: 5000;
transform: rotate(-10deg);
	-webkit-transition: transform 1s ease 1s;
	transition: transform 1s ease 1s;
	-webkit-transform: translate3d(120px, 120px, 0);
	transform: translate3d(120px, 120px, 0);
 /*	background:rgba(0, 0, 0 , 0.2);
border-radius: 10px 30px/20px 10px;
  border: dashed 4px #FFF; */
}
.evacuation .btn_reserve {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.btn_reserve a {
font-family: ta-kotodama-r, sans-serif;
font-style: normal;
font-weight: 600;
display: block;
zoom: 1;
/* padding: .5em 1em;
-webkit-box-shadow: 0 0 3px 0px rgb(0 0 0 / 10%);
box-shadow: 0 0 3px 0px rgb(0 0 0 / 10%);

*/
color: #FFF;
text-align: center;
line-height: 1.6;
}
.btn_reserve a i{
font-size:20px;
letter-spacing:2px;
}
.btn_reserve:hover a {
transform: rotate(5deg);

/*
background-color: #000;
color: #fff;
*/
}
/* ===== SP ========== */
@media only screen and (max-width: 812px) {
	/*--------------------------------
		ご予約ボタン
	--------------------------------*/
	.btn_reserve {
		bottom:20px;
		right:0;
		-webkit-transition: transform 1s ease 2s;
		transition: transform 1s ease 2s;
		-webkit-transform: translate3d(100px, 100px, 0);
		transform: translate3d(100px, 100px, 0);
		width:100px;
	}
	.evacuation .btn_reserve {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.btn_reserve a {

		font-size: 1rem;
		line-height: 1.5em;
	}
	@media only screen and (max-height: 666px) {
		
		nav ul li {
			font-size: 1.5rem;
		}
		nav ul li:nth-of-type(n+2) {
			margin: 18px auto 0;
		}
		nav .serach_reserve {
			margin: 40px auto 0;
		}
	}
}
/* -------- FOOTER --------- */
footer {
	display: block;
	width:100%;
	margin:0 auto;
	padding:10vh 0 30px;
	background-color:#888084;
	color:#c8c2be;
	text-align: center;
	min-height:1px;
	zoom:1;
	clear:both;
	font-family:ten-mincho,'sans-serif';
}
footer a{
	text-decoration:none;
}
footer:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}
footer a:link,
footer a:visited { color: #c8c2be; }
footer a:hover,
footer a:active { color: rgba(255, 255, 255, 0.7); }
footer .inner {padding: 0 3%;}
footer strong {
	display: block;
	width: 300px;
	margin: 0 auto 55px;
}
/* お問い合わせ */
footer .footer_contact {
	padding: 0 0 50px;
	margin: 0 0 30px;
	border-bottom: 1px solid #c8c2be;
	font-size: 1rem;
	letter-spacing: 0.1em;
}
footer .footer_contact p:nth-of-type(2) {
	font-size: 1.8rem;
	margin-top:50px;
}
footer .footer_contact em {
	display: block;
	margin: 5px auto;
	font-size: 2.4rem;
	letter-spacing: 0.15em;
}
footer .footer_contact em small {
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 1.4rem;
}
footer .footer_contact p a {
	display: inline-block;
	margin: 0 0 0 15px;
}
footer .footer_contact div {
	margin: 50px auto 0;
	font-size: 1.8rem;
}
footer .footer_contact div a {
	position: relative;
    background: #FFF;
    border-radius: 2px;
    padding: 4px 13px;
    color: #888;
}
footer .footer_contact div a:after {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	content: "";
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	background: transparent;
}
footer .footer_contact div a:hover:after {
	width: 100%;
	background: #c8c2be;
	margin: 0 0 0 -50%;
}
footer .footer_copyright {
	float: right;
	font-size: 1.0rem;
}
/* ===== SP ======== */
@media only screen and (max-width: 812px) {
	footer {
		margin: 0 auto;
		padding: 50px 0 20px;
	}
	footer a:link,
	footer a:visited { color: #c8c2be; }
	footer a:hover,
	footer a:active { color: #c8c2be; }
	footer .inner {
		padding: 0 5%;
	}
	/* お問い合わせ */
	footer .footer_contact {
		padding: 0 0 30px;
		margin: 0 0 15px;
		border-bottom: 1px solid #c8c2be;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	footer .footer_contact p:nth-of-type(2) {
	font-size: 1.5rem;
	margin-top:50px;
	}
	footer .footer_contact em {
		display: block;
		margin: 5px auto 15px;
		font-size: 2rem;
		line-height: 1.4;
	}
	footer .footer_contact em small {
		display: block;
		margin: 0 auto;
		font-size: 1.2rem;
	}
	
	footer .footer_contact p a {
		display: block;
		margin: 0;
	}
	
	footer .footer_contact div {
		margin: 30px auto 0;
		font-size: 1.5rem;
	}
	
	footer .footer_contact div a:after {
		display: none;
	}
footer .footer_copyright {width: 100%;text-align:center;font-size:70%;}
}
@media only screen and (max-width:400px) {
footer .footer_contact {
		font-size: 0.9rem;}
footer strong {width:100%;}
}
/* ------- CONTENTS ------ */

/*--------------------------------
	共通レイアウト
--------------------------------*/
/* メイン */
main {
	display: block;
	width:100%;
	padding: 0 0 200px;
	overflow: hidden;
	min-height:1px;
	zoom:1;
	clear:both;
}
main:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}
/* インナー */
.inner {
	width:100%;
	max-width: 990px;
	padding:0 30px;
	margin:0 auto;
	min-height:1px;
	zoom:1;
}

.inner:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.inner.wide {
	max-width:1000px; /* wideは最大値を上書き */
}

/* セカンドページメインビジュアル（画像は各ページで設定） */

.second_top {
	position: relative;
	width: 100%;
	height: 75vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* ============================== SP ============================== */

@media only screen and (max-width: 812px) {

	/*--------------------------------
		共通レイアウト
	--------------------------------*/

	/* メイン */
	
	main {
		padding: 0 0 80px;
	}

	/* インナー */
	
	.inner {
		padding: 0 5%;
		max-width:none;
	}


}

/* ============================== SP ============================== */

/* 円形イメージ+キャプション */

.round_image {
overflow: hidden;
	position: relative;
	padding:0 0 150px;
	min-height:1px;
	zoom:1;
	clear:both;
	z-index: 0;
}

.round_image:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.round_image li {
	float: left;
	clear: left;
}

.round_image li:nth-of-type(2n) {
	float: right;
	clear: right;
}

.round_image li img {
	position: relative;
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

/* ------------------------------------------------------------ sunippet ------------------------------------------------------------ */

/*--------------------------------
	トグルのスタイル
--------------------------------*/

.toggle {
	text-align: left;
	margin: 0 0 30px;
	padding: 5px 10px 5px 55px;
	font-size: 24px;
	color: #333;
	background-color: #ccc;
	border: 2px solid #333;
	/* -webkit-font-smoothing: antialiased; */
	position: relative;
	cursor: pointer;
}

.toggle:before {
	content:'\f054';
	font-family: FontAwesome;
	color: #333;
	font-weight: normal;
	position: absolute;
	top: 6px;
	left: 15px;
	-webkit-transition: all .15s linear;
    transition: all .15s linear;
}

.toggle.open:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.toggle:hover {
	color: #fff;
	background-color: #333;
	border: 2px solid #333;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

.toggle:hover:before {
	color: #fff;
}

/*--------------------------------
	センター揃え
--------------------------------*/

.center_container {
	position: relative;
}

.center_inner_transform {
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}

.center_item_position {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.flex_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex_container .flex_item {
	/* flex: flex-grow flex-shrink flex-basis; */
	-webkit-flex:0 1 auto; /* old safari default => 0 0 auto */
	-ms-flex:0 1 auto; /* ie default => 0 0 auto */
	flex:0 1 auto;
	max-width:100%;
}

/*--------------------------------
	onject-fit
--------------------------------*/

.onject-fit-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

/*--------------------------------
	CSS3
--------------------------------*/

.round {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.shadow {
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0, 0.2);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0, 0.2);
}
