@charset "UTF-8";
/* CSS Document */

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	font-family: "Shippori Mincho", serif;
	font-weight: 800;
	font-weight: 600;
	color: #000;
	font-size: 16px;
	background: #fff6d5;
	background: url(../img/main_bg.jpg);
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 2.2;
}
p{
	letter-spacing: 0.08em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 600;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #000;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
	font-size: 0;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
}
.img a:hover img{
	opacity: .8;
}
.logo img{
	pointer-events: none;
}

.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: none;
}

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg15{
	margin-bottom: 15px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg5{
	margin-bottom: 5px !important;
}
.mg0{
	margin-bottom: 0 !important;
}

.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}

span.red{
	color: #f05742;
}

/*蛍光マーカー*/
.marker{
	text-decoration: underline;
  	text-decoration-thickness: 0.5em;
  	text-decoration-color: rgba(255, 228, 0, 0.4);
  	text-underline-offset: -0.2em;
  	text-decoration-skip-ink: none;
}

/*Title*/
h2.title{
	margin-bottom: 40px;
}
h2.title span.ja{
	display: block;
	font-size: 2.4rem;
	line-height: 1.7;
	letter-spacing: 0.18em;
	color: #AC0032;
	font-weight: 600;
	margin-bottom: 10px;
}
h2.title span.en{
	display: block;
	font-size: 1rem;
	text-transform: uppercase;
	line-height: 1;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 500;
	letter-spacing: 0.18em;
	color: #B19474;
}
h2.title span.en1{
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
}
h2.title.white span.ja,
h2.title.white span.en{
	color: #fff;
}
@media (max-width: 750px){
	h2.title.m_center{
		text-align: center;
	}
	h2.title span.ja{
		font-size: 1.9rem;
	}
	h2.title span.en{
		font-size: 0.95rem;
	}
}



/*mtitle*/
.mtitle{
	position: relative;
    font-size: 1.6rem;
    line-height: 1.7;
	font-weight: 600;
	letter-spacing: 0.08em;
    background: linear-gradient(60deg, #212426 0%, #212426 85%, #AC0032 85.1%);
    padding: 14px 18px;
	color: #fff;
    margin-bottom: 20px;
}
@media (max-width: 750px){
	.mtitle{
		font-size: 1.3rem;
		padding: 12px 18px;
	}
}

/*mtitle02*/
.mtitle02{
	font-weight: 800;
	font-size: 1.9rem;
	letter-spacing: 0.08em;
	margin-bottom: 40px;
}
.mtitle02::first-letter{
	color: #AC0032;
	font-size: 1.2em;
	margin-right: 2px;
}
@media (max-width: 750px){
	.mtitle02{
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
}



/*stitle*/
.stitle{
	position: relative;
	font-weight: 600;
	letter-spacing: 0.1em;
	font-size: 1.2rem;
	border-bottom: 2px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 100px;
	height: 2px;
	background: #AC0032;
}

/*dtitle*/
.dtitle{
	font-weight: 600;
	letter-spacing: 0.08em;
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 40px;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #000;
	margin: 20px auto 0;
}

/*wtitle*/
.wtitle{
	position: relative;
	z-index: 1;
    font-size: 1.3rem;
	letter-spacing: 0.08em;
    margin-bottom: 20px;
	background-color: #92B600;
	color: #fff;
	padding: 10px;
	border-left: 7px solid #c4ac42;
	font-weight: 600;
}
.wtitle::after{
	content: '';
	width: 20px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #fff;
	pointer-events: none;
	z-index:-1;
}

/*ctitle*/
.ctitle{
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}
.ctitle::before{
	content: '';
	display: block;
	width: 52px;
	height: 23px;
	background: url(../img/ctitle_deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 5px;
}
.ctitle.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}


.etitle{
	font-size: 1.1rem;
	padding-left: 15px;
	border-left: 4px solid #316e5e;
	font-weight: 600;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}

.rtitle{
	font-weight: 600;
	letter-spacing: 0.08em;
	font-size: 1.15rem;
	margin-bottom: 20px;
}
.rtitle::before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 1em;
	background: linear-gradient(to bottom, #E53517 0, #E53517 50%, #009900 50%, #009900 100%);
	margin-right: 0.5em;
	transform: translateY(2px);
}

.ntitle{
	font-size: 1rem;
	margin-bottom: 10px;
	border-bottom: 1px solid #AC0032;
	font-weight: 600;
	letter-spacing: 0.08em;
}
.ntitle::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	font-size: 0.8rem;
	color: #AC0032;
	transform: translateY(-1px);
}

.btitle{
	display: flex;
  	align-items: center;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.08em;
}
.btitle::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}


.center{
	text-align: center;
}
.pc_center{
	text-align: center;
}
@media (max-width: 750px){
	.pc_center{
		text-align: left;
	}
}


/*ボタン*/
.sbtn{
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}
.sbtn a{
	position: relative;
	display: block;
	border: 1px solid #212426;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	color: #fff;
	transition: 0.5s;
	transition-delay: 0.1s;
	background: #212426;
}
.sbtn a::after{
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
	transition: 0.5s;
	transition-delay: 0.1s;
}
.sbtn.non a::after{
	display: none;
}
.sbtn a:hover{
	background-color: #AC0032;
	border-color: #AC0032;
}
.sbtn a:hover::after{
}
.sbtn.white a{
	background:#fff;
	color: #212426;
}
.sbtn.white a::after{
	border-color: #212426;
}
.sbtn.white a:hover{
	color: #fff;
	background: #212426;
	border-color: #fff;
}
.sbtn.white a:hover::after{
	border-color: #fff;
}
.sbtn.nolink a{
	pointer-events: none;
}

.sbtn.left{
	margin: 0 auto 0 0;
}
.sbtn.long a{
	width: 100%;
}
.m_contact a{
	min-width: 280px;
}

.sbtn2{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn2 .sbtn{
	width: 48%;
}
.sbtn3{
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn3 .sbtn{
	width: 33%;
}
@media (max-width: 960px){
	.sbtn3{
		display: block;
	}
	.sbtn3 .sbtn{
		width: 100%;
	}
	.sbtn3 .sbtn:not(:last-child){
		margin-bottom: 10px;
	}
}
@media (max-width: 750px){
	.sbtn{
		max-width: 300px;
	}
	.sbtn.left{
		margin: 0 auto;
	}
	.sbtn2{
		display: block;
	}
	.sbtn2 .sbtn{
		width: 100%;
	}
	.sbtn2 .sbtn:first-child{
		margin-bottom: 10px;
	}
}


/*テキストリンク*/
a.t_link{
	color: #AC0032;
	background-image: linear-gradient(to right, #AC0032, #AC0032);
	background-position: 0 100%;
	background-position: bottom left;
	background-size: 100% 1px;
    background-repeat: no-repeat;
	transition: 0.4s;
}
a.t_link:hover{
	opacity: 0.6;
    background-size: 0% 1px;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr{
	border: 1px solid #ccc;
}
.info_table th,
.info_table td{
	padding: 15px 10px;
	letter-spacing: 0.08em;
}
.info_table th{
	background: #f5f5f5;
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 600;
}
.info_table td{
	background: #fff;
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
@media (max-width: 750px){
	.info_table{
		font-size: 0.9rem;
	}
}

/*ver2*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-spacing: 0 6px;
}
.info_table02 tr{
}
.info_table02 tr:last-child{
	border-bottom: none !important;
}
.info_table02 th,
.info_table02 td{
	padding: 18px 0;
	letter-spacing: 0.08em;
	font-size: 0.95rem;
}
.info_table02 th{
	position: relative;
	background: #007766;
	width: 200px;
	font-weight: 600;
	color: #fff;
}
.info_table02 th::after{
    position: absolute;
    top: calc(50% - 10px);
    right: -8px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #007766;
}
.info_table02 td{
	padding-left: 20px;
	padding-right: 20px;
	background: #f8f8f8;
}
@media (max-width: 750px){
	.info_table02 tr{
		border-width: 4px;
	}
	.info_table02 th,
	.info_table02 td{
		padding: 18px 0;
		font-size: 0.9rem;
	}
	.info_table02 th{
		width: 120px;
	}
	.info_table02 td{
		padding-left: 20px;
		padding-right: 20px;
	}
}

.info_table03{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	table-layout: fixed;
	border-collapse: collapse;
	border-bottom: 1px solid rgba(196,196,196,.43);
}
.info_table03 tr{
	border-top: 1px solid rgba(196,196,196,.43);
}
.info_table03 th,
.info_table03 td{
	padding: 40px 0;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.08em;
}
.info_table03 th{
	width: 20%;
	padding-left: 40px;
	font-weight: 600;
}
.info_table03 td{
	width: 80%;
	padding-left: 20px;
}
@media (max-width: 750px){
	.info_table03 th,
	.info_table03 td{
		padding: 40px 0;
	}
	.info_table03 th{
		width: 25%;
		padding-left: 20px;
	}
	.info_table03 td{
		width: 75%;
		padding-left: 20px;
	}
}
@media (max-width: 450px){
	.info_table03{
		font-size: 0.9rem;
		padding: 30px 0;
	}
	.info_table03 th{
		width: 30%;
		padding-left: 10px;
	}
	.info_table03 td{
		width: 70%;
		padding-left: 10px;
	}
}


/*改行*/
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 750px){
	br.not750{
		display: none;
	}
}
@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block;
}


/*list*/
ul.check_list li{
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-left: 2px;
	letter-spacing: 0.08em;
}
ul.check_list li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #08A6A6;
	margin-right: .5em;
	font-size: 0.6rem;
	transform: translateY(-2px);
}
ul.check_list02 li{
	letter-spacing: 0.08em;
}
ul.check_list02 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #AC0032;
	margin-right: .5em;
	font-size: .9em;
}
ul.check_list li:last-child,
ul.check_list02 li:last-child{
	margin-bottom: 0;
}
ul.check_list02.row{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list02.row li{
	margin-right: 40px;
	margin-bottom: 5px;
}
@media (max-width: 750px){
	ul.check_list02.row{
		display: block;
	}
	ul.check_list02.row li{
		margin-right: 0;
		margin-bottom: 0;
	}
}

ul.check_list03{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list03 li{
	width: 31%;
	letter-spacing: 0.08em;
	margin: 0 1%;
	padding: 10px 0;
	border-bottom: 2px dotted #ddd;
}
ul.check_list03 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #AC0032;
	margin-right: .5em;
	font-size: .9em;
}
@media (max-width: 960px){
	ul.check_list03{
		justify-content: space-between;
	}
	ul.check_list03 li{
		width: 48%;
	}
}
@media (max-width: 750px){
	ul.check_list03 li{
		width: 100%;
	}
}


ul.dot_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #08A6A6;
	margin-right: 5px;
}

ul.care_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
	font-size: 0.8rem;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}

ul.text_list li{
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-left: 2px;
	letter-spacing: 0.08em;
}

ul.single_list{
}
ul.single_list li{
	border-bottom: 1px solid rgba(170, 170, 170, 0.3);
	padding: 0 2px;
	padding-bottom: 6px;
	margin-bottom: 8px;
	font-size: 0.9rem;
}
ul.single_list li:last-child{
	margin-bottom: 0;
}
ul.single_list li::before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 6px;
	font-size: 0.6rem;
	transform: translateY(-2px);
	color: #08A6A6;
}
ul.single_list.non li::before{
	display: none;
}

/*===info_flexbox======*/
/*画像 + テキスト 通常のflex*/
.info_flexbox{
	display: flex;
	justify-content: space-between;
}
.info_flexbox .img{
	width: 48%;
}
.info_flexbox .text{
	width: 48%;
}
.f_center{
	align-items: center;
}
@media (max-width: 750px){
	.info_flexbox{
		flex-direction: column;
	}
	.info_flexbox.reverse{
		flex-direction: column-reverse;
	}
	.info_flexbox .img{
		width: 100%;
	}
	.info_flexbox .text{
		width: 100%;
	}
}


/*画像 + テキスト 画像小さめのflex*/
.mini_flex{
	display: flex;
	justify-content: space-between;
}
.mini_flex .img{
	width: 300px;
}
.mini_flex .text{
	width: calc(100% - 340px);
}
@media (max-width: 750px){
	.mini_flex{
		flex-direction: column;
	}
	.mini_flex.reverse{
		flex-direction: column-reverse;
	}
	.mini_flex .img{
		width: 100%;
	}
	.mini_flex .text{
		width: 100%;
	}
}

.t_flex{
	display: flex;
	justify-content: space-between;
}
.t_flex .text{
	width: 48.5%;
}
@media (max-width: 750px){
	.t_flex{
		display: block;
	}
	.t_flex .text{
		width: 100%;
	}
}


.img_wrap3{
	display: flex;
	justify-content: space-between;
}
.img_wrap3 .img{
	width: 32%;
}

.img_wrap2{
	display: flex;
	justify-content: space-between;
}
.img_wrap2 .img{
	width: 48%;
}

/*階段型*/
.stairs_img2{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img2 .img{
	width: 48%;
}
.stairs_img2 .img:nth-child(1){
	margin-top: 20px;
}

.stairs_img3{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img3 .img{
	width: 32%;
}
.stairs_img3 .img:nth-child(2){
	margin-top: 20px;
}
.stairs_img3 .img:nth-child(3){
	margin-top: 40px;
}
@media (max-width: 750px){
	.stairs_img3 .img{
		width: 90%;
		margin-bottom: 20px;
	}
	.stairs_img3 .img:nth-child(2){
		margin: 0 auto 20px auto;
	}
	.stairs_img3 .img:nth-child(3){
		margin: 0 0 0 auto;
	}
}

.map{
	position: relative;
	aspect-ratio: 600 / 450;
	width: 100%;
	max-height: 510px;
	overflow: hidden;
}
.map iframe{
	vertical-align: top;
	width: 100%;
	height: 100%;
}

/*===// 共通部分ここまで ===========*/







.overwrap{
	overflow: hidden;
}


/*テキストのアニメーション(右下から出現)*/
.ani_text{
}
.ani_text{
	display: block;
	opacity: 0;
	transform: translate(10px,10px);
	transition: transform 1s cubic-bezier(.42,0,.58,1), opacity 1s cubic-bezier(.42,0,.58,1);
}
.ani_text.inview{
	opacity: 1;
	transform: translate(0,0);
}
.ani_text:nth-of-type(1){
	transition-delay:.2s;
}
.ani_text:nth-of-type(2){
	transition-delay:.4s;
}
.ani_text:nth-of-type(3){
	transition-delay:.6s;
}
.ani_text:nth-of-type(4){
	transition-delay:.8s;
}
.ani_text:nth-of-type(5){
	transition-delay:1s;
}
.ani_text:nth-of-type(6){
	transition-delay:1.2s;
}
.ani_text:nth-of-type(7){
	transition-delay:1.4s;
}
.ani_text:nth-of-type(8){
	transition-delay:1.6s;
}
.ani_text:nth-of-type(9){
	transition-delay:1.8s;
}
.ani_text:nth-of-type(10){
	transition-delay:2s;
}
.ani_text:nth-of-type(11){
	transition-delay:2.2s;
}
.ani_text:nth-of-type(12){
	transition-delay:2.4s;
}
.ani_text:nth-of-type(13){
	transition-delay:2.6s;
}
.ani_text:nth-of-type(14){
	transition-delay:2.8s;
}
.ani_text:nth-of-type(15){
	transition-delay:3s;
}
@media (max-width: 750px){
	.ani_text{
		transition-delay: 0s !important;
	}
}

/*imgアニメーション*/
.img_up{
	position: relative;
	overflow: hidden;
}
.img_up img{
	transition: 2s;
	transition-delay: 0.4s;
	transform: translateX(-10%) scale(1.2);
}
.img_up::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff6d5;
	z-index: 1;
	transition: 2s;
	transition-delay: 0.4s;
}
.img_up.inview img{
	transform: translateX(0) scale(1);
}
.img_up.inview::after{
	transform: translateX(100%);
}

/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(5px);
	transition: opacity 1.2s, transform 1.2s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}

.flowup2{
	opacity: 0;
	transform: translate(-30%, 30%);
	transition: opacity 1.6s, transform 1.6s;
}
.flowup2.inview{
	opacity: 1;
	transform: translate(0, 0);
}
.flowup3{
	opacity: 0;
	transform: translate(0, 30%);
	transition: opacity 1.6s, transform 1.6s;
	transition-delay: 0.2s;
}
.flowup3.inview{
	opacity: 1;
	transform: translate(0, 0);
}
.flowup4{
	opacity: 0;
	transform: translate(30%, 30%);
	transition: opacity 1.6s, transform 1.6s;
	transition-delay: 0.4s;
}
.flowup4.inview{
	opacity: 1;
	transform: translate(0, 0);
}
@media (max-width: 750px){
	.flowup2{
		transition-delay: 0s !important;
	}
	.flowup3{
		transition-delay: 0s !important;
	}
	.flowup4{
		transition-delay: 0s !important;
	}
}







/*===ヘッダー==============================*/
.site_header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: 0.6s;
	padding: 10px 30px 3px;
	background-color: #fff;
	box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.1);
}

#home .site_header{
	transform: translateY(-100%);
	box-shadow: none;
}
#home .site_header.transform{
	transform: translateY(0);
	box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.1);
}


.site_header .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site_header h1{
	width: 200px;
	transition: 0.6s;
}
.site_header h1 a{
	display: block;
	width: 100%;
}
.site_header h1 a img{
	display: block;
	width: 100%;
	transition: .4s;
}
.site_header h1 a:hover img{
	opacity: .6;
}

.site_header .info{
}
.site_header .tr{
	display: flex;
	justify-content: right;
	align-items: center;
	margin-bottom: 18px;
}
.site_header .tr .btn{
	
}
.site_header .tr .btn a{
	display: block;
	padding: 0 25px;
	text-align: center;
	background-color: #212426;
	color: #fff;
	font-weight: 600;
	margin-right: 15px;
	letter-spacing: 0.1em;
}
.site_header .tr .btn a:hover{
	opacity: 0.6;
}
.site_header .tr .btn.red a{
	background-color: #AC0032;
}

.site_header .tr .insta_btn a{
	display: block;
	text-align: center;
	color: #2e6ca5;
	width: 40px;
	transform: translateY(-3px);
}
.site_header .tr .insta_btn a:hover{
	opacity: 0.8;
	transition-delay: 0.1s;
}
.site_header .tr .insta_btn a .insta{
	position: relative;
	display: block;
	width: 100%;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	overflow: hidden;
	border-radius: 50%;
}
.site_header .tr .insta_btn a .insta::before{
	content: '';
	position: absolute;
	top: 23px;
	left: -18px;
	width: 50px;
	aspect-ratio: 1 / 1;
	background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
.site_header .tr .insta_btn a .insta .fa-instagram {
	color: #fff;
	position: relative;
	z-index: 2;
	font-size: 22px;
	line-height: 40px;
}



/*global_nav*/
.global_nav{
	width: 100%;
}
.global_nav ul{
	margin: 0 0 0 auto;
	display: flex;
	justify-content: right;
	width: -moz-fit-content;
	width: fit-content;
}
.global_nav ul li{
	margin-left: 35px;
	transition: .4s;
}
.global_nav ul li a{
	display: block;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.15em;
	text-align: center;
}
.global_nav ul li a span{
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 600;
	color: #aaa;
	font-size: 0.8rem;
	margin-top: 8px;
}
.global_nav ul li a span::after{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #AC0032;
	margin: 5px auto;
	transition: all 0.2s ease-in;
}
.global_nav ul li a:hover span{
	color: #AC0032;
}
.global_nav ul li a:hover span::after{
	width: 14px;
}
@media (max-width: 1200px){
	.site_header{
		padding: 10px 10px 3px;
	}
	.global_nav ul li{
		margin-left: 20px;
	}
	.global_nav ul li a{
		font-size: 0.85rem;
	}
	.global_nav ul li a span{
		letter-spacing: 0.1em;
		font-size: 0.7rem;
	}
}
@media (max-width: 960px){
	.site_header{
		padding: 0 10px;
	}
	.site_header .flex{
		height: 80px;
	}
	.site_header h1{
		width: 160px;
	}
	.site_header .info{
		display: none;
	}
}

/*===スライダー==============================*/
.top_slider{
	position: relative;
	height: 100vh;
	min-height: calc(500px + 70px);
}

.top_slider .fv_wrapper{
	position: relative;
}

.top_slider .logo{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 200px;
	z-index: 10;
	filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.9));
}

.top_slider .slider{
	pointer-events: none;
}
.top_slider .slider::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.4);
	pointer-events: none;
	z-index: 1;
}
.top_slider .slider::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255,1);
	z-index: 2;
	animation: fv_apper 2s linear;
	opacity: 0;
	pointer-events: none;
}
@keyframes fv_apper {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.top_slider .slider li{
	width: 100%;
	height: calc(100vh - 70px);
	min-height: 500px;
	position: relative;
}
.top_slider .slider li::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: radial-gradient(transparent 80%, rgba(0, 0, 0, 0.6) 100%);
	pointer-events: none;
	z-index: 1;
}
.top_slider .slider li .slide_img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.06);
}
.top_slider .slick-active .slide_img{
	position: relative;
	animation: zoom 6s linear 0s forwards;
}
@keyframes zoom {
  	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.06);
	}
}


@media (max-width: 750px){
	.top_slider{
		height: auto;
		min-height: auto;
	}
	.top_slider .logo{
		top: 15px;
		left: 10px;
		width: 180px;
	}
	.top_slider .slider li{
		height: 70vh;
	}
}


/*キャッチ*/
.top_slider .fv_wrapper .catch{
	position: absolute;
	/*top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
	top: 50%;
	right: 12%;
	transform: translate(0,-50%);
	z-index: 6;
	animation: apper 2.5s ease-in-out;
	height: 70%;
}
.top_slider .fv_wrapper .catch img{
	display: block;
	height: 100%;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.3));
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media (max-width: 750px){
	.top_slider .fv_wrapper .catch{
		top: auto;
		bottom: 5%;
		right: 10%;
		transform: translate(0,0);
		height: 70%;
	}
}

.top_slider .fv_wrapper .catch2{
	position: absolute;
	bottom: 80px;
	left: 100px;
	z-index: 6;
	/*color: #fff;
	font-size: 2.6rem;
	font-size: 5.8rem;
	letter-spacing: 0.08em;
	font-family: shinryu, serif;
	font-weight: 400;*/
	width: 500px;
	left: 100px;
	bottom: 120px;
}
.top_slider .fv_wrapper .catch2 img{
	display: block;
	width: 100%;
}

/*arrowアニメーション*/
.arrowWrap{
	display: block;
	position: absolute;
	left: 3%;
	bottom: 90px;
	z-index: 2;
	animation: catch_apper 1.6s ease-in-out;
	animation-delay: 0.1s;
}
.arrowWrap .arrowInner p{
	font-size: 8px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	letter-spacing: 0.5em;
	transition: 0.4s;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 600;
	font-weight: 500;
}
.arrowWrap .arrow{
	width: 1px;
	height: 150px;
	margin: 20px auto 0;
	background-color: rgba(255, 255, 255, 0.3);
	position: relative;
	overflow: hidden;
}
.arrowWrap .arrow::before{
	content: '';
	width: 1px;
	height: 150px;
	margin: 50px auto 0;
	background-color: #fff;
	position: absolute;
	top: -200px;
	left: 0;
	animation: arrowWrap 3.5s ease 1s infinite normal;
}
@keyframes arrowWrap{
	0%{
		transform: translate3d(-50%, 0, 0);
	}
	100%{
		transform: translate3d(-50%, 300px, 0);
	}
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .arrowWrap .arrowInner p{
	transform: translateX(-45%);
}
.arrowWrap:hover p{
	letter-spacing: 0.4em;
}
@media (max-width: 750px){
	.arrowWrap{
		display: none;
	}
}



.top_slider .news{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #212426;
	width: 85%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 140px;/*高さ*/
	padding: 0 40px;
	z-index: 5;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.top_slider .news .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.top_slider .news .flex h2{
	margin-right: 30px;
	text-align: center;
	color: #fff;
	white-space: nowrap;
}
.top_slider .news .flex h2 span.ja{
	display: block;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.22em;
	margin-bottom: 10px;
}
.top_slider .news .flex h2 span.en{
	display: block;
	text-transform: uppercase;
	font-size: 0.8rem;
	line-height: 1;
	letter-spacing: 0.15em;
}
@media (max-width: 960px){
	.top_slider .fv_wrapper .catch2{
		width: 300px;
		left: 100px;
		bottom: 120px;
	}
}
@media (max-width: 750px){
	.top_slider .news{
		position: static;
		width: 94%;
		height: auto;/*高さ*/
		padding: 60px 20px;
		padding-bottom: 0;
		margin: 0 auto;
		background-color: transparent;
		box-shadow: none;
	}
	.top_slider .news .flex{
		display: block;
	}
	.top_slider .news .flex h2{
		margin-right: 0;
		margin-bottom: 40px;
	}
	.top_slider .news .flex h2 span.ja{
		display: block;
		font-size: 2.4rem;
		line-height: 1.7;
		letter-spacing: 0.18em;
		color: #AC0032;
		font-weight: 600;
		margin-bottom: 10px;
		font-size: 1.9rem;
	}
	.top_slider .news .flex h2 span.en{
		display: block;
		font-size: 0.95rem;
		text-transform: uppercase;
		line-height: 1;
		font-family: 'Cormorant Unicase', serif;
		font-weight: 500;
		letter-spacing: 0.18em;
		color: #B19474;
	}
	.top_slider .fv_wrapper .catch2{
		/*bottom: 15px;
		left: 15px;
		font-size: 1.4rem;
		font-size: 2.6rem;*/
		width: 250px;
		left: 20px;
		bottom: 30px;
	}
}
@media (max-width: 450px){
	.top_slider .news{
		width: 96%;
		padding: 60px 10px;
		padding-bottom: 0;
	}
	.top_slider .fv_wrapper .catch2{
		width: 200px;
		left: 10px;
		bottom: 20px;
	}
}


/*===メイン==============================*/
main{
	display: block;
	position: relative;
}
main section{
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
@media (max-width: 750px){
	main section{
		padding: 60px 0;
	}
}

.inner.white{
	background-color: #fff;
	padding: 40px;
	border: 1px solid #B19474;
}
@media (max-width: 750px){
	.inner.white{
		padding: 40px 20px;
	}
}

.info_wrap{
	background-color: #fff;
	padding: 40px 30px;
	border: 1px solid #B19474;
}
@media (max-width: 750px){
	.info_wrap{
		padding: 30px 15px;
	}
}


main section.white{
	background-color: #fff;
}

.bg01::before,
.bg01::after{
	content: '';
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
	z-index: -1;
	aspect-ratio: 1 / 1;
	width: 35%;
	max-width: 300px;
	opacity: 0.5;
}
.bg01::before{
	top: 0;
	left: 0;
	background-image: url(../img/bg01a.png);
}
.bg01::after{
	bottom: 0;
	right: 0;
	background-image: url(../img/bg01b.png);
}

.bg02{
	background-color: #212426;
}
.bg03::before{
	content: '';
	width: 40%;
	max-width: 300px;
	aspect-ratio: 1000 / 610;
	position: absolute;
	top: calc(5% + 25px);
	left: 15px;
	background: url(../img/deco05.png);
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
	opacity: 0.1;
}



.s_deco04{
	display: block;
	position: absolute;
	bottom: 20px;
	right: 3%;
	width: 80%;
	max-width: 300px;
	z-index: -1;
	opacity: 0.5;
}



.s_middle{
	position: relative;
	width: 100%;
	height: 800px;
}
.s_middle img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.s_middle p{
	position: absolute;
	bottom: 10px;
	left: 30px;
	width: 100%;
	color: #212426;
	text-shadow: #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 3px;
	font-size: 1.6rem;
	font-size: 2.8rem;
	letter-spacing: 0.25em;
}
@media (max-width: 960px){
	.s_middle{
		height: 600px;
	}
}
@media (max-width: 750px){
	.s_middle{
		height: 400px;
	}
	.s_middle p{
		font-size: 1.7rem;
		left: 10px;
	}
}


/*==welcome==============================*/
.welcome{
	margin-top: 100px;
	padding: 250px 0;
	background: url(../img/welcome.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	background-attachment: fixed;
	text-shadow: rgba(51,51,51,0.5) 0 0 10px, rgba(51,51,51,0.5) 0 0 10px;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .welcome{
	background-attachment: scroll;
}
.welcome::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index: -3;
}
.welcome::after{
	content: '';
	width: 75%;
	max-width: 600px;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -3;
	background-image: url(../img/deco01.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	opacity: 0.5;
}
.welcome .deco02{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -2;
	width: 70%;
	max-width: 300px;
	opacity: 0.8;
}
.welcome .text p{
	line-height: 2.4;
}
@media (max-width: 750px){
	.welcome{
		margin-top: 60px;
		padding: 150px 0;
	}
	.welcome .text p br{
		display: none;
	}
}
@media (max-width: 450px){
	.welcome{
		padding: 60px 0;
	}
	.welcome .text p{
		line-height: 2.2;
	}
}



.welcome .dog{
	position: absolute;
	bottom: 10px;
	right: 2%;
	z-index: -1;
}
.welcome .dog .txt p{
	background-color: #fff;
	color: #333;
	text-shadow: none;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0 10px;
	margin-bottom: 10px;
	font-size: 0.9rem;
	font-style: italic;
	color: #AC0032;
}
.welcome .dog .txt p span{
	font-size: 1.3em;
}
.welcome .dog img{
	display: block;
	width: 100%;
	max-width: 150px;
	margin: 0 0 0 auto;
}
@media (max-width: 1200px){
	.welcome .dog{
		position: static;
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
		margin-top: 20px;
	}
}



/*===link==============================*/
.contents{
}
.contents::before{
	content: '';
	width: 40%;
	max-width: 300px;
	aspect-ratio: 1000 / 610;
	position: absolute;
	top: calc(5% + 25px);
	left: 15px;
	background: url(../img/deco05.png);
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
	opacity: 0.1;
}
.contents::after{
	content: '';
	width: 85%;
	height: 60%;
	position: absolute;
	top: 5%;
	left: 0;
	background: #212426;
	pointer-events: none;
	z-index: -2;
}

.contents .flex{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: flex-start;
}
.contents .flex .box{
	width: 24%;
}
.contents .flex .box:nth-child(even){
	margin-top: 40px;
}
.contents .flex .box a{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.contents .flex .box a::before{
    content: '';
    display: block;
    padding-top: 125%;
}
.contents .flex .box a::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.35);
	pointer-events: none;
	z-index: 2;
}
.contents .flex .box a img.bg{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: 1s;
	transition-delay: 0.1s;
}
.contents .flex .box a h3{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 96%;
	color: #fff;
	z-index: 3;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.22em;
	text-shadow: rgba(51,51,51,0.5) 0 0 10px, rgba(51,51,51,0.5) 0 0 10px;
}
.contents .flex .box a h3 span.en{
	display: block;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 600;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 0.9rem;
	letter-spacing: 0.15em;
}
.contents .flex .box a:hover img.bg{
	transform: scale(1.06);
}
.contents .flex .box a:hover h3 span.en{
	opacity: 0.5;
}
@media (max-width: 1200px){
	.contents .flex .box{
		width: 48%;
	}
	.contents .flex .box a::before{
		padding-top: 80%;
	}
}
@media (max-width: 750px){
	.contents::before{
		top: 50px;
		left: 5px;
	}
	.contents::after{
		width: 90%;
		height: 80%;
		top: 30px;
	}
	.contents .flex .box{
		width: 92%;
		margin-bottom: 15px;
	}
	.contents .flex .box:last-child{
		margin-bottom: 0 !important;
	}
	.contents .flex .box:nth-child(even){
		margin-top: 0;
	}
	.contents .flex .box a::before{
		padding-top: 70%;
	}
}


/*===link==============================*/
.t_sightseeing{
}
.t_sightseeing h2.title.mobile{
	display: none;
}
.t_sightseeing .flex{
	display: flex;
	justify-content: space-between;
}
.t_sightseeing .flex .picture{
	width: 48%;
}
.t_sightseeing .flex .picture ul.view_slider{

}
.t_sightseeing .flex .picture ul.view_slider li{
	position: relative;
	aspect-ratio: 3 / 2;
}
.t_sightseeing .flex .picture ul.view_slider li img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
}
.t_sightseeing .flex .picture ul.view_slider li p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 20px;
	color: #fff;
	text-shadow: rgba(51,51,51,0.5) 0 0 5px, rgba(51,51,51,0.5) 0 0 5px;
	font-size: 1.4rem;
}
.t_sightseeing .flex .text{
	width: 48%;
}
.t_sightseeing .flex .text ul.a_list{
}
.t_sightseeing .flex .text ul.a_list li{
	background-color: #fff;
	padding: 2px 20px;
	width: 49%;
	max-width: 200px;
	color: #AC0032;
	border: 2px solid rgba(177, 148, 116, 0.6);
}
.t_sightseeing .flex .text ul.a_list li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	margin-right: 10px;
}
@media (max-width: 960px){
	.t_sightseeing h2.title.mobile{
		display: block;
	}
	.t_sightseeing h2.title.pc{
		display: none;
	}
	.t_sightseeing .flex{
		display: block;
	}
	.t_sightseeing .flex .picture{
		width: 100%;
		margin-bottom: 30px;
	}
	.t_sightseeing .flex .picture ul.view_slider li p{
		font-size: 1.2rem;
	}
	.t_sightseeing .flex .text{
		width: 100%;
	}
	.t_sightseeing .sbtn{
		margin: 0 auto;
	}
}


/*===フッター==============================*/
.footer_middle{
}
.footer_middle .flex{
	display: flex;
	justify-content: space-between;
}
.footer_middle .flex .wrap{
	width: 100%;
}
.footer_middle .flex .left{
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
	padding: 60px 20px;
	background-color: #212426;
	color: #fff;
}
.footer_middle .flex .right{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40%;
	background-color: #fff;
	background-color: #fff6d5;
	padding: 60px 20px;
}

.footer_middle .flex .left::after{
	content: '';
	width: 45%;
	max-width: 300px;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -2;
	background-image: url(../img/deco03.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	opacity: 0.1;
}
.footer_middle .flex .left .wrap{
	max-width: 650px;
}
.footer_middle .flex .left h2{
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
.footer_middle .flex .left .f_reserve{
	margin-bottom: 20px;
}
.footer_middle .flex .left .f_reserve h3{
	display: flex;
	align-items: center;
	white-space: nowrap;
	font-size: 1rem;
	margin-bottom: 10px;
	letter-spacing: 0.09em;
}
.footer_middle .flex .left .f_reserve h3::after{
	content: '';
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	margin-left: 15px;
}
.footer_middle .flex .left .f_reserve .flex{
	display: flex;
	justify-content: space-between;
}
.footer_middle .flex .left .f_reserve .flex .btn{
	width: 49%;
}
.footer_middle .flex .left .f_reserve .flex .btn a{
	display: block;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	padding: 0 10px;
	text-align: center;
	font-size: 0.9rem;
}
.footer_middle .flex .left .f_reserve .flex .btn a i{
	display: inline-block;
	font-size: 0.65rem;
	transform: translateY(-2px);
	margin-right: 8px;
}
.footer_middle .flex .left .f_reserve .flex .btn a:hover{
	opacity: 0.5;
}

.footer_middle .flex .left .btn_wrap{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.footer_middle .flex .left .btn_wrap .btn{
	width: 32%;
}
.footer_middle .flex .left .btn_wrap .btn a{
	display: block;
	border: 1px solid #fff;
	border-radius: 400px;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
	transition-delay: 0.1s;
}
.footer_middle .flex .left .btn_wrap .btn a:hover{
	background-color: #fff;
	color: #000;
}
.footer_middle .flex .left .btn_wrap .btn.white a{
	background-color: #fff;
	color: #000;
}
.footer_middle .flex .left .btn_wrap .btn.white a:hover{
	background-color: transparent;
	color: #fff;
}

.footer_middle .flex .right .info{
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}
.footer_middle .flex .right .info p{
	line-height: 2;
	font-size: 0.8rem;
}
.footer_middle .flex .right .copy{
	text-align: center;
}
.footer_middle .flex .right .copy small{
	font-size: 0.7rem;
}

footer .logo{
	width: 80%;
	max-width: 300px;
	margin: 0 auto 20px;
}
footer .logo a{
	display: block;
	width: 100%;
}
footer .logo a img{
	display: block;
	width: 100%;
}
footer .logo a:hover img{
	opacity: 0.7;
}

.footer_middle .flex .right .insta_btn a{
	display: block;
	text-align: center;
	color: #2e6ca5;
	width: 26px;
	aspect-ratio: 1 / 1;
  	margin: 0 auto;
	margin-bottom: 15px;
}
.footer_middle .flex .right .insta_btn a:hover{
	opacity: 0.8;
	transition-delay: 0.1s;
}
.footer_middle .flex .right .insta_btn a .insta{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	overflow: hidden;
	border-radius: 50%;
}
.footer_middle .flex .right .insta_btn a .insta::before{
	content: '';
	position: absolute;
	top: 14px;
	left: -8px;
	width: 35px;
	aspect-ratio: 1 / 1;
	background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
.footer_middle .flex .right .insta_btn a .insta .fa-instagram {
	color: #fff;
	position: relative;
	z-index: 2;
	font-size: 14px;
}

@media (max-width: 960px){
	.footer_middle .flex{
		display: block;
	}
	.footer_middle .flex .left{
		width: 100%;
		padding: 60px 20px;
	}
	.footer_middle .flex .right{
		width: 100%;
		padding: 60px 20px;
	}
}
@media (max-width: 750px){
	.footer_middle .flex .left h2{
		text-align: center;
	}
	.footer_middle .flex .left .f_reserve h3::before{
		content: '';
		width: 100%;
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		margin-right: 15px;
	}
	.footer_middle .flex .left .f_reserve .flex{
		display: block;
	}
	.footer_middle .flex .left .f_reserve .flex .btn{
		width: 100%;
		margin-bottom: 10px;
	}
	.footer_middle .flex .left .f_reserve .flex .btn:last-child{
		margin-bottom: 0;
	}
	.footer_middle .flex .left .btn_wrap{
		display: block;
		margin-top: 40px;
	}
	.footer_middle .flex .left .btn_wrap .btn{
		width: 100%;
		margin-bottom: 10px;
	}
	.footer_middle .flex .left .btn_wrap .btn:last-child{
		margin-bottom: 0;
	}
}


/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 60px;
	aspect-ratio: 1 / 1;
  	position: fixed;
  	right: 3%;
  	bottom: 4%;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	background: #212426;
  	z-index: 50;
}
.page_top a{
	display: block;
	position: relative;
	z-index: 10;
  	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.page_top a i{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
  	font-weight: 900;
  	font-size: 10px;
  	color: #fff;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}
.page_top.is_animation:hover{
	transform: translateY(-5px);
}
@media (max-width: 750px){
	.page_top{
		width: 45px;
		height: 45px;
		right: 10px;
		bottom: 10px;
	}
}

/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	position: relative;
	z-index: 1;
	background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 250px 0 150px;
}
.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
    opacity: 0.4;
	pointer-events: none;
	z-index:-1;
}
.kasou_top .inner{
	position: relative;
	z-index: 3;
	text-align: center;
}
.kasou_top h2{
	font-size: 2.5rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 8px;
}
@media (max-width: 750px){
	.kasou_top{
		padding: 160px 0 80px;
	}
	.kasou_top h2{
		font-size: 1.8rem;
	}
}

#room_page .kasou_top{
	background-image: url(../img/kasou_top_room.jpg);
}
#sightseeing_page .kasou_top{
	background-image: url(../img/kasou_top_sightseeing.jpg);
}
#facility_page .kasou_top{
	background-image: url(../img/kasou_top_facility.jpg);
}


/*パンくず*/
.breadcrumb{
	font-size: 0.8rem;
	color: #fff;
	letter-spacing: 0.05em;
	padding: 0;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}
@media (max-width: 750px){
	.breadcrumb{
		font-size: 0.7rem;
	}
}


/*===お部屋ページ==============================*/
.in_ss{
}
.in_ss::after{
	content: '';
	width: 85%;
	height: 60%;
	position: absolute;
	top: 5%;
	left: 0;
	background: #212426;
	pointer-events: none;
	z-index: -2;
}
.in_ss .lede{
	margin-bottom: 30px;
}
.in_ss .lede .info{
	color: #fff;
}
@media (max-width: 750px){
	.in_ss::after{
		width: 96%;
		top: 20px;
	}
	.in_ss .lede{
		width: 90%;
	}
}


.in_ss .gallery_wrap{
	margin-bottom: 70px;
}
.in_ss ul.gallery_pic{
}
.in_ss ul.gallery_pic li{
	margin: 0 5px;
}
.in_ss ul.gallery_pic li a{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	aspect-ratio: 3 / 2;
}
.in_ss ul.gallery_pic li a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: 0.6s ease;
}
.in_ss ul.gallery_pic li a:hover img{
	transform: scale(1.1);
}
.in_ss ul.gallery_pic li p{
	text-align: center;
	margin-top: 5px;
}
@media (max-width: 960px){
	.in_ss ul.gallery_pic li{
		width: calc(100% / 3 - 8px);
	}
}
@media (max-width: 750px){
	.in_ss ul.gallery_pic li{
		width: calc(100% / 2 - 8px);
	}
}
@media (max-width: 450px){
	.in_ss ul.gallery_pic li{
		width: calc(100% / 2 - 8px);
	}
}


.in_ss ul.gallery_pic .slide_left, .in_ss ul.gallery_pic .slide_right{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
	height: 100%;
	width: 50px;
	cursor: pointer;
	display: flex !important;
	justify-content: center;
	align-items: center;
	transition: .8s;
	font-weight: normal;
	color: #fff;
}
.in_ss ul.gallery_pic .slide_left{
	left: 0;
}
.in_ss ul.gallery_pic .slide_right{
	right: 0;
}
.in_ss ul.gallery_pic .slide_left i, .in_ss ul.gallery_pic .slide_right i{
	display: block;
	font-size: 50px;
	transition: .8s;
}
.in_ss ul.gallery_pic .slide_left:hover i{
	transform: translate(-6px);
}
.in_ss ul.gallery_pic .slide_right:hover i{
	transform: translate(6px);
}
@media (max-width: 750px){
	.in_ss ul.gallery_pic .slide_left i, .in_ss ul.gallery_pic .slide_right i{
		font-size: 30px;
	}
}

.in_ss ul.gallery_pic .slick-dots li{
	width: auto !important;
	margin: 0 3px !important;
}
.in_ss ul.gallery_pic .slick-dots li button:before{
	font-size: 40px !important;
}


ul.pic_flex{
	display: flex;
	flex-wrap: wrap;
}
ul.pic_flex li{
	width: calc(100% / 3);
	margin-bottom: 10px;
}
ul.pic_flex li img{

}
ul.pic_flex li p{
	text-align: center;
	margin-top: 3px;
}
@media (max-width: 750px){
	ul.pic_flex{
		justify-content: space-between;
	}
	ul.pic_flex li{
		width: 49%;
	}
}

.img.mini{
	max-width: 300px;
	margin: 0 auto;
}



/*===温泉・お食事ページ==============================*/





.onsen_ame::before{
	content: '';
	width: 80%;
	height: 80%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #212426;
	pointer-events: none;
	z-index: -2;
}
.onsen_ame::after{
	content: '';
	width: 40%;
	max-width: 300px;
	aspect-ratio: 1000 / 610;
	position: absolute;
	top: 22%;
	left: 15px;
	background: url(../img/deco05.png);
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
	opacity: 0.1;
}



.breakfast .flex{
	display: flex;
	flex-wrap: wrap;
}
.breakfast .flex .img{
	width: 32%;
	margin: 0 0.5%;
}
.breakfast .flex .img a{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	aspect-ratio: 4 / 3;
}
.breakfast .flex .img a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: 1s;
}
.breakfast .flex .img a:hover img{
	opacity: 0.6;
}
@media (max-width: 750px){
	.breakfast .flex{
		justify-content: space-between;
        row-gap:15px;
	}
	.breakfast .flex .img{
		width: 48%;
		margin: 0;
	}
}




/*===観光スポットページ==============================*/
.sightseeing .container .wrapper{
	padding-bottom: 100px;
	position: relative;
}
.sightseeing .container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.sightseeing .container .wrapper .flex{
	display: flex;
	justify-content: space-between;
}
.sightseeing .container .wrapper .flex > .img{
	width: 48%;
}
.sightseeing .container .wrapper .flex .text{
	width: 48%;
}
.sightseeing .container .wrapper .flex .text .stairs_img2{
	margin-bottom: 30px;
}
.sightseeing .container .wrapper .flex .img p{
	/*color: #666;
	line-height: 1.9;
	font-size: 0.9rem;*/
	margin-top: 5px;
}
@media (max-width: 750px){
	.sightseeing .container .wrapper{
		padding-bottom: 100px;
	}
	.sightseeing .container .wrapper .flex{
		flex-direction: column;
	}
	.sightseeing .container .wrapper.reverse .flex{
		flex-direction: column-reverse;
	}
	.sightseeing .container .wrapper .flex > .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.sightseeing .container .wrapper .flex .text{
		width: 100%;
	}
	.sightseeing .container .wrapper .flex .text .stairs_img2{
		margin-bottom: 30px;
	}
}

.sightseeing .container .wrapper .s_deco04{
	opacity: 0.2;
}



.recommend .wrapper{
	margin-bottom: 100px;
}
.recommend .wrapper:last-child{
	margin-bottom: 0 !important;
}
@media (max-width: 750px){
	.recommend .wrapper{
		margin-bottom: 60px;
	}
}




/*===館内案内ページ==============================*/
.facility .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -30px;
}
.facility .flex .box{
	width: 48%;
	margin-bottom: 30px;
}
.facility .flex .box .img{

}
.facility .flex .box .img a{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	border: 2px solid #B19474;
}
.facility .flex .box .img a::before{
    content: '';
    display: block;
    padding-top: 60%;
}
.facility .flex .box .img a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.facility .flex .box .img a:hover img{
	transform: scale(1.1);
}
.facility .flex .box p{
	font-size: 1.2rem;
	text-align: center;
	margin-top: 10px;
}
@media (max-width: 750px){
	.facility .flex{
		display: block;
		width: 90%;
		margin: 0 auto;
		margin-bottom: -30px;
	}
	.facility .flex .box{
		width: 100%;
	}
	.facility .flex .box p{
		font-size: 1rem;
	}
}


@media (max-width: 750px){
	.access .info_flexbox .img{
		margin-bottom: 20px;
	}
}


/*===お問い合わせページ==============================*/
/*アコーディオン*/
.faq_accordion{
	max-width: 960px;
	margin: 0 auto;
}
.faq_accordion > li{
	border-bottom: 1px dashed #ddd;
}
.faq_accordion > li:last-child{
	margin-bottom: 0 !important;
}
.faq_accordion > li h3{
    position: relative;
    cursor: pointer;
    font-size: 1rem;
	letter-spacing: 0.1em;
    padding: 25px;
	padding-left: 50px;
    transition: all .5s ease;
}
.faq_accordion > li h3::before,
.faq_accordion > li h3::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
}
.faq_accordion > li h3::before{
    top: 48%;
    left: 15px;
    transform: rotate(0deg);
}
.faq_accordion > li h3::after{    
    top: 48%;
    left: 15px;
    transform: rotate(90deg);
}
.faq_accordion > li h3.close::before{
	transform: rotate(45deg);
}
.faq_accordion > li h3.close::after{
	transform: rotate(-45deg);
}
.faq_accordion > li .text{
    display: none;
    background: #f6f6f6;
	margin: 25px;
	margin-top: 0;
    padding: 25px;
}
.faq_accordion > li .text .flex{
	display: flex;
	justify-content: space-between;
}
.faq_accordion > li .text .flex .wrap{
	width: 49%;
}
@media (max-width: 750px){
	.faq_accordion > li .text{
		margin: 15px;
		margin-top: 0;
		padding: 15px;
	}
	.faq_accordion > li .text .flex{
		display: block;
	}
	.faq_accordion > li .text .flex .wrap{
		width: 100%;
		margin-bottom: 20px;
	}
	.faq_accordion > li .text .flex .wrap:last-child{
		margin-bottom: 0 !important;
	}
}




.reserve::before{
	content: '';
	width: 40%;
	max-width: 300px;
	aspect-ratio: 1000 / 610;
	position: absolute;
	top: calc(5% + 25px);
	left: 15px;
	background: url(../img/deco05.png);
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
	opacity: 0.1;
}
.reserve .reserve_container{
	margin-bottom: 40px;
}
.reserve .reserve_container:last-child{
	margin-bottom: 0 !important;
}
.reserve .reserve_container h3{
	display: flex;
	align-items: center;
	white-space: nowrap;
	font-size: 1.4rem;
	margin-bottom: 30px;
	letter-spacing: 0.09em;
	color: #fff;
}
.reserve .reserve_container h3::before{
	content: '';
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	margin-right: 15px;
}
.reserve .reserve_container h3::after{
	content: '';
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	margin-left: 15px;
}
.reserve .reserve_container .flex{
	display: flex;
	justify-content: space-between;
}
.reserve .reserve_container .flex .btn{
	width: 49%;
}
.reserve .reserve_container .flex .btn a{
	display: block;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	padding: 15px 10px;
	text-align: center;
	font-size: 0.9rem;
}
.reserve .reserve_container .flex .btn a i{
	display: inline-block;
	font-size: 0.65rem;
	transform: translateY(-2px);
	margin-right: 8px;
}
.reserve .reserve_container .flex .btn a:hover{
	opacity: 0.5;
}
@media (max-width: 750px){
	.reserve .reserve_container .flex{
		display: block;
	}
	.reserve .reserve_container .flex .btn{
		width: 100%;
		margin-bottom: 14px;
	}
	.reserve .reserve_container .flex .btn:last-child{
		margin-bottom: 0 !important;
	}
}



.contact .flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.contact .flex .box{
	width: 49%;
	background-color: #fff;
	padding: 30px;
	border: 1px solid #B19474;
}
.contact .flex .box p.sub{
	font-size: 2.4rem;
}
.contact .flex .box p.sub a{
	display: inline-block;
	white-space: nowrap;
}
.contact .flex .box p{
	font-size: 0.9rem;
}
.contact .flex .box p.sub a:hover{
	opacity: 0.6;
}
@media (max-width: 960px){
	.contact .flex .box p.sub{
		font-size: 1.9rem;
	}
}
@media (max-width: 750px){
	.contact .flex{
		display: block;
		margin-bottom: 40px;
	}
	.contact .flex .box{
		width: 100%;
		padding: 30px;
		margin-bottom: 20px;
	}
}


/*メールフォーム*/
.mailform{
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 28%;
	font-weight: 600;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
	font-weight: 600;
}
.mailform .row span.hissu{
	color: #fff;
	background: #AC0032;
}
.mailform .row span.ninni{
	background: #f9f5f4;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform .box.mini{
	width: 120px !important;
}
.mailform .postal_btn{
	padding: 2px 10px;
	background: #f4f4f4;
	border-radius: 2px;
	margin-left: 5px;
	border: 1px solid #ccc;
}
.mailform .postal_btn:hover{
	opacity: 0.7;
}
.mailform button{
	display: block;
	color: #111;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	font-weight: 600;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #AC0032;
	border: 1px solid #AC0032;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #AC0032;
}
.mailform button::before{
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}

@media (max-width: 750px){
	.mailform .row{
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2){
		width: 100%;
	}
}

/*チェックボックス*/
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid #AC0032;
    border-bottom: 3px solid #AC0032;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
@media (max-width: 750px){
	input[type=checkbox] + label{
		display: block;
	}
}

/*ラジオボタン*/
input[type=radio]{
	display: none;
}
input[type=radio] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type=radio]:checked + label::before {
	background-color: #AC0032;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #AC0032;
}
input[type=radio]:disabled + label::before {
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type=radio] + label:empty::before{
	margin-right: 0;
}
@media (max-width: 750px){
	input[type=radio] + label{
		display: block;
	}
}


.contact_info ul li{
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.9rem;
}

/*プライバシーポリシー*/
.privacy{
}
.privacy li{
}
.privacy li .privacy_wrap{
	
}
.privacy li .privacy_wrap .privacy_subject{
	text-align: center;
	cursor: pointer;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	text-decoration: underline;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
}
.privacy li .privacy_wrap .privacy_subject:hover{
	text-decoration: none;
}
.privacy li .privacy_wrap .privacy_subject.area_close{
}

/*アコーディオンで現れるエリア*/
.privacy li .privacy_wrap .privacy_box{
	position: relative;
	display: none;/*はじめは非表示*/
	padding: 20px;
	background-color: #f5f5f5;
	margin-top: 10px;
}

.privacy_flame{
	height: 250px;
	overflow-y: scroll;
}
.privacy_flame p{
	padding: 10px;
	font-size: 0.8rem;
}
.privacy_flame p span{
	display: block;
	font-size: 0.9rem;
	color: #AC0032;
}
.privacy_flame p span::before{
	content: "■";
	display: inline-block;
	font-size: 0.6rem;
	margin-right: 0.5em;
	transform: translateY(-2.5px);
}
.privacy_flame ul li{
	font-size: 0.8rem;
}

/*スクロールバー*/
.privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #fafafa;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #433c2e;
}

/*===サンクスページ===*/
.thanks .inner .small p{
	font-size: 0.8rem;
}
.thanks .sbtn a{
	margin-bottom: 20px;
}

/*===倉庫==============================*/
@media (max-width: 960px){
}
@media (max-width: 750px){
}
@media (max-width: 450px){
}

/*Safariのみ*/
::-webkit-full-page-media, :future, :root .class{
	background-attachment: scroll;
}