@charset 'UTF-8';


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	共通css

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */


/* ================================================================================

	サイトスタイル

================================================================================ */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	position: relative;
	color: #383838;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	word-wrap: break-word;
	/* ゴシック */
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}

#wrapper {
	position: relative;
	max-width: none;
	/* max-width: 1920px; 固定幅レイアウト時 */
	width: 100%;
	margin: 0 auto;
	min-height: 100vh;
	display: block;
	overflow: hidden;
}

h1 {
	margin: 0;
	font-weight: 300;
}

h2,
h3,
h4 {
	margin: 0;
	font-weight: 400;
}

img {
	vertical-align: bottom;
}

li,
dt,
dd {
	vertical-align: top;
}

iframe {
	vertical-align: bottom;
}



/* リンク：透過アクション付 */

a {
	color: #383838;
	opacity: 1;
	transition-property: opacity, color, filter;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}

a:hover {
	color: #666666;
	opacity: 0.6;
}






/* ================================================================================

	404.php

================================================================================ */


/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {
	.not-found {
		position: relative;
		width: 1000px;
		margin: 0 auto;
	}
}






/* ================================================================================

	display:none

================================================================================ */


/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {

	/* SP改行消し */
	.br-pc {
		display: none;
	}
	/* SPコンテンツ消し */
	.pc_none {
		display: none;
	}
}




/* SP設定
----------------------------------------------- */

@media (max-width: 767px) {

	/* PC改行消し */
	.br-sp {
		display: none;
	}
	/* PCコンテンツ消し */
	.sp_none {
		display: none;
	}
}






/* ================================================================================

	pointer-events: none;

================================================================================ */


/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {

	.pointer-events {
		pointer-events: none;
	}
}






/* ================================================================================

	フロート回り込み解除 clearfix

================================================================================ */

.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	content: "";
	overflow: hidden;
	float: none;
}

.clearfix {
	display: block;
	/* for IE8 */
}






/* ================================================================================

	エディター共通設定

================================================================================ */

p + * {
	margin-top: 1em;
}

strong,
b {
	font-weight: 700;
}

big {
	font-size: larger;
}

small {
	font-size: smaller;
}

em {
	font-style: italic;
}



/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {
	body {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
	}
}




/* SP設定
----------------------------------------------- */

@media (max-width: 767px) {
	body {
		font-size: 3.5vw;
	}

	/* youtube siteorigin */
	.youtube-player {
		width: 100%;
		height: 36.5vw;
		margin-top: 4vw;
	}

	/* エディターで画像の下に隙間ができるの解除 */
	img + br {
		display: none;
	}
}






/* ================================================================================

	PCヘッダー

================================================================================ */

@media (min-width: 768px) {



	/* H1
	----------------------------------------------- */
	.sp_h1 {
		display: none;
	}
	.pc_h1 {
		position: absolute;
		top: 8px;
		left: 12px;
		text-align: left;
		z-index: 1;
	}
	.pc_h1 h1 {
		color: #b79765!important;
		font-size: 14px;
		font-weight: 500;
	}


	/* グローバルナビゲーション
	----------------------------------------------- */
	header #navigation {
		position: relative;
		width: 1000px;
		margin: 80px auto;
	}
	.page-home header #navigation {
		margin: 40px auto 0;
	}

	header #navigation nav ul {
		font-size: 0;
		text-align: center;
	}
	header #navigation nav ul li {
		display: inline-block;
		vertical-align: top;
		font-size: 18px;
		margin-left: 3em;
	}
	header #navigation nav ul li:first-of-type {
		margin-left: 0;
	}
	header #navigation nav ul li img {
		width: auto;
		height: 20px;
		margin-right: 4px;
		position: relative;
		top: -5px;
	}
	header #navigation nav ul li a {
		text-decoration: none;
		color: #4b4948;
		font-weight: bold;
	}
	header #sp-nav-btn {
		display: none;
	}
	header #sp-nav-btn img {
		width: auto;
		height: 32px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}



	/* 追従ボタン
	----------------------------------------------- */
	header #fv-booking {
		position: fixed;
		right: 0;
		top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		background-color: #c9ae83;
		padding: 15px 15px 15px 20px;
		border-radius: 0 0 0 10px;
		z-index: 9999;
	}
	body.customize-support header #fv-booking {
		margin-top: 32px;
	}

	header #fv-booking div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	header #fv-booking div #booking-insta {
		margin-right: 15px;
	}

	header #fv-booking div #booking-insta img {
		width: auto;
		height: 39px;
		position: relative;
	}

	header #fv-booking div #booking-line {
		background-color: white;
		text-decoration: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 4px 8px;
	}

	_::-webkit-full-page-media,
	_:future,
	 :root header #fv-booking div #booking-line {
		background-color: white;
		text-decoration: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 4px 4px;
		width: 130px;
	}

	_::-webkit-full-page-media,
	_:future,
	 :root header #fv-booking div #booking-line p {
		font-size: 17px;
		font-weight: bold;
		letter-spacing: 0.1em;
		color: #b79765;
		position: relative;
	}

	header #fv-booking div #booking-line img {
		width: auto;
		height: 29px;
		margin-right: 4px;
		position: relative;
		top: 3px;
	}

	header #fv-booking div #booking-line p {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 0.1em;
		color: #b79765;
		position: relative;
	}


	header #fv-booking #booking-tel a {
		color: white;
		font-family: 'Oswald', sans-serif;
		margin-left: 15px;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
}



/* ================================================================================

	SPヘッダー

================================================================================ */

@media (max-width: 767px) {

	header {
		position: relative;
	}


	/* H1
	----------------------------------------------- */
	.pc_h1 {
		display: none;
	}
	.sp_h1 {
		position: relative;
		text-align: center;
		background-color: #4b4948;
		padding: 6vw 4vw;
		margin-top: 8vw;
	}
	.page-home .sp_h1 {
		margin-top: 0;
	}

	.sp_h1 h1 {
		color: #b79765;
		font-size: 3.3vw;
		font-weight: bold;
	}


	/* グローバルナビゲーション
	------------------------------------------- */
	.navi_pc {
		display: none;
	}



	/* お問い合わせ
	----------------------------------------------- */
	header #fv-booking div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	header #fv-booking {
		position: fixed;
		right: 0;
		top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		background-color: #c9ae83;
		padding: 15px 15px 15px 20px;
		border-radius: 0 0 0 10px;
	}

	header #fv-booking {
		position: static;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border-radius: 0 0 0 0;
		padding: 8vw 0 1vw 0;
	}
	header #fv-booking div {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 4vw;
	}

	header #fv-booking div #booking-insta {
		margin-right: 4vw;
	}
	header #fv-booking div #booking-insta img {
		height: 12vw;
	}

	header #fv-booking div #booking-line {
		background-color: white;
		text-decoration: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	header #fv-booking div #booking-line {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 1vw 8vw;
	}
	header #fv-booking div #booking-line img {
		display: none;
	}

	header #fv-booking div #booking-line img {
		display: none;
	}
	header #fv-booking div #booking-line p {
		font-size: 5vw;
		font-weight: bold;
		letter-spacing: 0.1em;
		color: #b79765;
		position: relative;
	}

	header #fv-booking #booking-tel a {
		color: white;
		font-family: 'Oswald', sans-serif;
		margin-left: 0;
		text-align: center;
		font-size: 6.5vw;
		padding: 10px 0 0 0;
		border-top: 1px solid white;
		letter-spacing: 0.07em;
		font-weight: 500;
	}
	header #navigation {
		display: none;
	}
	header #sp-nav-btn {
		display: block;
		width: 95px;
		height: 95px;
		background-color: #4b4948;
		border-radius: 50%;
		position: fixed;
		top: 20px;
		right: 20px;
	}

}






/* ================================================================================

	フッター

================================================================================ */


/* PC設定
------------------------------------------- */

@media (min-width: 768px) {
	footer {
		position: relative;
	}

	.f_wrap {
		padding-top: 90px;
		text-align: center;
		border-top: 1px solid #c9ae83;
	}
	/*		footer {
	  width: 1920px;
	  margin-top: 80px;
	}*/
	footer #footer-main-img {
		margin-bottom: 20px;
		display: flex;
		justify-content: center;
	}

	footer #footer-main-img img {
		width: 240px;
		height: 193px;
		margin: 0 auto;
	}

	footer #address {
		margin-bottom: 30px;
	}

	footer #address p {
		text-align: center;
		font-size: 16px;
		letter-spacing: 1px;
		color: #4b4948;
		font-weight: 300;
	}

	.business-hours {
		margin: 0 0 30px 0;
		display: inline-block;
	}
	.business-hours dl {
		display: inline-block;
		letter-spacing: 0.05em;
	}
	.business-hours dt {
		float: left;
		clear: left;
		font-family: 'Noto Sans JP', sans-serif;
		width: 60px;
		color: #4b4948;
		font-size: 16px;
		text-align: left;
		font-weight: 400;
	}
	.business-hours dd {
		float: left;
		text-align: left;
		font-family: 'Noto Sans JP', sans-serif;
		color: #4b4948;
		font-size: 16px;
		font-weight: 400;
	}

	footer #footer-link #footer-link-flex .footer-link-accsess div {
		margin-left: 10px;
	}

	footer #footer-link #footer-link-flex .footer-link-accsess div a {
		text-decoration: none;
		color: #4b4948;
		font-size: 16px;
	}

	footer #sns-link {
		display: none;
	}


	footer #copy {
		background-color: #4b4948;
	}

	footer #copy p {
		color: white;
		text-align: center;
		font-weight: normal;
		height: 62px;
		line-height: 62px;
		font-size: 16px;
	}



	/* ロゴ
	------------------------------------------- */
	.f_logo {}


	/* フッターリンク */
	.f_navi {
		margin: 0 auto 90px;
	}
	.f_navi ul {
		font-size: 0;
		text-align: center;
	}
	.f_navi ul li {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		margin-left: 1em;
		font-size: 18px;
		line-height: 1;
	}
	.f_navi ul li:first-of-type {
		margin-left: 0;
	}
	.f_navi ul li::before {
		position: absolute;
		content: "";
		display: block;
		background-color: #0e0e0f;
		width: 1px;
		height: 18px;
		top: 2px;
		left: -0.5em;
	}
	.f_navi ul li:first-of-type::before {
		display: none;
	}

	.f_navi ul li a {
		color: #4b4948;
		font-size: 16px;
		font-weight: 400;
	}


	/* シェアボタン */
	footer .addtoany_shortcode > div {
		display: none;
	}


	/* コピーライト */
	.f_copy {
		background-color: #4b4948;
	}
	.f_copy p {
		color: white;
		text-align: center;
		font-weight: normal;
		height: 62px;
		line-height: 62px;
		font-size: 16px;
	}
}



/* SP設定
------------------------------------------- */

@media (max-width: 767px) {
	footer {
		position: relative;
	}

	.f_wrap {
		position: relative;
		padding: 8vw 6vw 4vw;
		text-align: center;
		border-top: 1px solid #c9ae83;
	}

	footer #footer-main-img {
		margin-bottom: 20px;
		display: flex;
		justify-content: center;
	}

	footer #footer-main-img img {
		width: 44vw;
		height: auto;
		margin: 0 auto;
	}

	footer #address {
		margin-bottom: 20px;
	}
	footer #address p {
		font-size: 3.5vw;
		font-family: 'Noto Sans JP', sans-serif;
		color: #4b4948;
		line-height: 1.7;
		text-align: center;
		letter-spacing: 0.08vw;
	}

	.business-hours {
		width: 80vw;
		margin: 0 auto;
		margin-bottom: 28vw;
		position: relative;
		left: 20vw;
	}
	.business-hours dt {
		float: left;
		clear: left;
		font-family: 'Noto Sans JP', sans-serif;
		width: 13vw;
		color: #4b4948;
		font-size: 3.5vw;
		text-align: left;
	}
	.business-hours dd {
		float: left;
		width: 40vw;
		text-align: left;
		font-family: 'Noto Sans JP', sans-serif;
		color: #4b4948;
		font-size: 3.5vw;
	}
	#footer-link {
		width: 545px;
		margin: 0 auto 60px;
	}
	#footer-link .footer-link-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#footer-link .footer-link-flex {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-align: center;
	}
	#footer-link a {
		border-right: none;
		border-bottom: 1px solid #4b4948;
		width: 260px;
		margin-left: 0;
		padding-right: 0;
		padding: 14px 0 8px 0;
	}
	#footer-link a {
		font-size: 26px;
	}
	footer #footer-link #footer-link-flex .footer-link-accsess {
		text-align: center;
	}
	footer #footer-link #footer-link-flex .footer-link-accsess div {
		width: 260px;
		margin-left: 0;
		padding: 14px 0 8px 0;
		border-bottom: 1px solid #4b4948;
	}
	footer #footer-link #footer-link-flex .footer-link-accsess div a {
		font-size: 26px;
	}
	footer #sns-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 306px;
		margin: 0 auto 60px;
	}
	footer #sns-link div a img {
		width: auto;
		height: 64px;
	}
	footer #copy p {
		height: 75px;
		line-height: 65px;
		font-size: 24px;
	}



	/* ロゴ
	------------------------------------------- */
	.f_logo {}


	/* SP用フッターリンク type01 ※ボーダー下線のタイプ
	------------------------------------------- */
	.f_navi ul {
		margin: 0 auto;
		/*overflow: auto;*/
		padding: 3vw 8% 3.5vw;
	}
	.f_navi ul li {
		float: left;
		width: 48%;
		padding: 2vw 2vw 1vw;
		border-bottom: 1px solid;
	}
	.f_navi ul li:nth-of-type(2n-1) {
		margin-right: 2%;
	}
	.f_navi ul li:nth-of-type(2n) {
		margin-left: 2%;
	}
	.f_navi ul li a {
		display: block;
		font-size: 3.3vw;
		text-decoration: none;
		color: #4b4948;
	}

	/* SP用フッターリンク type02 ※ボタンタイプ
	------------------------------------------- */
	/*
	.f_navi ul {
		margin: 0 auto;
		overflow: auto;
		padding: 0 0 2vw;
	}
	.f_navi ul li {
		float: left;
		width: 50%;
	}
	.f_navi ul li:nth-of-type(2n-1) {
		width: 50%;
		padding-right: 1px;
	}
	.f_navi ul li a {
		background-color: #000000;
		color: #ffffff ;
		display: block;
		font-size: 3.5vw;
		font-weight: 700;
		text-decoration: none;
		padding:3vw 0;
		margin-bottom: 1px;
		text-align: center;
	}
	.f_navi ul li a:hover {
		background-color: #222222;
	}
	*/
	/* ボタンが奇数の場合
	.f_navi ul li:first-child {
		width: 100%;
	}
	.f_navi ul li:nth-of-type(2n) {
		width: 50%;
		padding-right: 1px;
	}
	.f_navi ul li:nth-of-type(2n-1) {
		width: 50%;
		padding-right: 0;
	}
	*/
	/* シェアボタン */
	footer .addtoany_shortcode > div {
		text-align: center;
		display: block;
		padding: 2vw 0;
	}


	/* コピーライト */
	.f_copy {
		padding: 2vw 0;
		background-color: #4b4948
	}
	.f_copy p {
		text-align: center;
		color: #ffffff;
	}
}






/* ================================================================================

	ページトップボタン

================================================================================ */


/* PC設定
------------------------------------------- */

@media (min-width: 768px) {
	#page-top {
		position: fixed;
		z-index: 9996;
		right: 10px;
	}
	#page-top a {
		background: url(../img/pagetop.png) center top / contain no-repeat;
		width: 138px;
		height: 102px;
		display: block;
		text-indent: -9999px;
	}
	#page-top a:hover {
	}
}


/* SP設定
------------------------------------------- */

@media (max-width: 767px) {
	#page-top {
		display: none;
		position: fixed;
		z-index: 9996;
		right: 15px;
	}
	#page-top a {
		background: url(../img/pagetop.png) center top / contain no-repeat;
		width: 69px;
		height: 51px;
		display: block;
		text-indent: -9999px;
	}
	#page-top a:hover {
	}
}






/* ================================================================================

	パンくずリスト

================================================================================ */


/* 背景色 */

#breadcrumb {
	background-color: transparent;
}



/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {
	#breadcrumb {
		position: relative;
		max-width: none;
		width: 100%;
		padding: 16px 0;
		z-index: 1;
	}

	#breadcrumb > ul {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
		font-size: 0;
	}
	#breadcrumb > ul > li {
		display: inline-block;
		font-size: 14px;
	}
	#breadcrumb > ul > li + li:before {
		padding: 0 0.6em 0 0.7em;
		content: '>';
	}
}



/* SP設定
----------------------------------------------- */

@media (max-width: 767px) {
	#breadcrumb {
		position: relative;
		width: 100%;
		padding: 8vw 0;
		z-index: 1;
	}

	#breadcrumb > ul {
		position: relative;
		width: 100%;
		padding: 0 4vw;
		font-size: 0;
		text-align: center;
	}
	#breadcrumb > ul > li {
		display: inline-block;
		font-size: 3.5vw;
	}
	#breadcrumb > ul > li + li:before {
		padding: 0 0.6em 0 0.7em;
		content: '>';
	}
}






/* ================================================================================

	Wp Lightbox Bank プラグイン

================================================================================ */

#lightGallery-outer {
	background-color: rgba(0, 0, 0, 0.8) !important;
}






/* ================================================================================

	Elementor Lightbox フッター非表示

================================================================================ */

.elementor-slideshow__footer {
	display: none;
}






/* ================================================================================

	Addtoanyボタン

================================================================================ */

/* デザイン */
.addtoany_list a:not(.addtoany_special_service) > span {
	border-radius: 0 !important;
	background-color: #c9ae83 !important;
	padding: 3px !important;
}


/* PC設定
----------------------------------------------- */

@media (min-width: 768px) {
	.addtoany_shortcode {
		margin: 14px -4px 0;
	}
}



/* SP設定
----------------------------------------------- */

@media (max-width: 767px) {
	.addtoany_shortcode {
		margin: 0 -4px 8vw;
	}
}



/* 翻訳プラグインバグ対策 */

.addtoany_shortcode font {
	display: none;
}






/* ================================================================================

	IEハック

================================================================================ */


/* IE10以上 */

@media all and (min-width: 768px) and (-ms-high-contrast: none) {
	.elementor-image a {
		display: inline !important;
	}
}