@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600&display=swap');

bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: 0 0}body{line-height: 1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display: block}nav ul{list-style: none}blockquote,q{quotes: none}blockquote:after,blockquote:before,q:after,q:before{content: '';content: none}a{margin: 0;padding: 0;font-size: 100%;vertical-align: baseline;background: 0 0}ins{background-color: #ff9;color: #000;text-decoration: none}mark{background-color: #ff9;color: #000;font-style: italic;font-weight: 700
}del{text-decoration: line-through}abbr[title],dfn[title]{border-bottom: 1px dotted;cursor: help}table{border-collapse: collapse;border-spacing: 0}hr{display: block;height: 1px;border: 0;border-top: 1px solid #ccc;margin: 1em 0;padding: 0}input,select{vertical-align: middle}.clearfix::after{content: "";display: block;clear: both;}html{font-size: 62.5%;}

*{
	max-height: 99999px;
}
body{
	font-family: "Noto Sans JP", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 1.6rem;
	color: #fff;
	font-weight: 300;
	line-height: 1.75;
	font-feature-settings: "palt";
	background: #062d59;
}
img,video{
	vertical-align: bottom;
	max-width: 100%;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #555;
}
a:hover{
	opacity: 0.6;
}
.en{
	font-family: 'Montserrat', sans-serif;
}
#wrap{
	overflow: hidden;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.inline{
	display: inline-block;
}
.left{
	float: left;
}
.right{
	float: right;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.tab{
	display: none;
}
.in{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.in_in{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}
.min{
	font-family: 'Shippori Mincho', serif;
}
@media screen and (max-width: 750px){
	body{
		font-size: 1.4rem;
	}
	#wrap{
		width: 100vw;
	}
	.pc{
		display: none;
	}

	.sp{
		display: block;
	}

	.tab{
		display: none;
	}

	.in,
	.in_in{
		width: 90%;
		margin: 0 auto;
	}

	.flex_w_sp{
		flex-wrap: wrap;
	}
}


#header{
	background: #062d59;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index: 999;
	padding: 10px 0;
}

#header .header_w{
	justify-content: space-between;
	align-items: center;
}

.btns{
	align-items: center;
	margin-left: 20px;
}

.btn_i{
	margin-left: 5px;
}

@media screen and (max-width: 750px){
	#header{
		padding-left: 0;
		position: relative;
		padding: 5px 0;
	}

	#header .logo{
		width: 50%;
	}

	#header .btns a{
		width: 40px;
	}
	#header .time_txt{
		font-size: 1.2rem;
		text-align: right;
	}
}

#main_v{
	margin-top: 70px;
	padding: 30px 0 50px;
	position: relative;
	position: relative;
	background: url(../images/fv_bg.jpg);
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 750px){
	#main_v{
		margin-top: 0px;
		padding: 0;
	}
	#main_v .in{
		width: 100%;
	}
}


.cor_w{
	color: #fff;
}
.cor_gold {
	color: #e9c860;
    background: -moz-linear-gradient(95deg, rgb(197, 151, 47) 0%, rgb(250, 223, 118) 50%, rgb(212, 169, 58) 100%);
  	background: -webkit-linear-gradient(95deg, rgb(197, 151, 47) 0%, rgb(250, 223, 118) 50%, rgb(212, 169, 58) 100%);
  	background: -ms-linear-gradient(95deg, rgb(197, 151, 47) 0%, rgb(250, 223, 118) 50%, rgb(212, 169, 58) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec_ttl_w{
	margin-bottom: 60px;
	text-align: center;
	line-height: 1;
}
.sec_ttl_w2{
	margin-bottom: 60px;
	text-align: center;
	line-height: 1;
	padding-top: 100px;
}
@media screen and (max-width: 750px) {
	.sec_ttl_w {
		line-height: 1.25;
	}
}

.cta{
}
.fv_u_cta{
	position: relative;
	z-index: 3;
	top:-70px
}
.sec_cta{
	padding: 60px 0;
}
.cta .in_in{
	padding: 40px;
	box-sizing: border-box;
	overflow: hidden;
	background: #001f41;
}
.cta h2{
	position: relative;
	z-index: 2;
	font-size: 3.2rem;
	letter-spacing: 6px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}
.cta .bal_txt{
	text-align: center;
	font-size: 2.0rem;
	margin-bottom: 20px;
	letter-spacing: 4px;
}
.cta .btns{
	justify-content: center;
	position: relative;
	z-index: 2;
}
.cta .btn_i{
	margin: 0 15px;
}
.cta .bg_txt{
	font-size: 25rem;
	color: #f7f7f7;
	line-height: 1;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.deco_01{
	background: url(../images/cta_deco.png);
	width: 20px;
	height: 20px;
	background-size: cover;
	position: absolute;
	top: 10px;
	left: 10px;
}
.deco_02 {
	background: url(../images/cta_deco.png);
	width: 20px;
	height: 20px;
	background-size: cover;
	position: absolute;
	top: 10px;
	right: 10px;
	transform: rotate(90deg);
}
.deco_03 {
	background: url(../images/cta_deco.png);
	width: 20px;
	height: 20px;
	background-size: cover;
	position: absolute;
	bottom: 10px;
	left: 10px;
	transform: rotate(-90deg);
}
.deco_04 {
	background: url(../images/cta_deco.png);
	width: 20px;
	height: 20px;
	background-size: cover;
	position: absolute;
	bottom: 10px;
	right: 10px;
	transform: rotate(-180deg);
}
@media screen and (max-width: 750px) {
	.fv_u_cta{
		top:-20px;
		margin-bottom: 20px;
	}
	.cta .in_in {
			padding: 30px;
	}
	.cta .bal_txt{
		text-align: center;
		font-size: 1.6rem;
		margin-bottom: 20px;
		letter-spacing: 2px;
	}
	.cta h2{
		font-size: 2.2rem;
		line-height: 1.5;
		letter-spacing: 3px;
	}
	.cta .bg_txt {
		font-size: 20rem;
		bottom: auto;
		top: -15px;
	}
	.cta .btn_i{
		margin: 5px 0;
	}
	.cta .btns{
		margin-left: 0;
	}
}

#recommend{
	background-size: cover;
	background-position: center;
	padding: 0px 0;	
}
#recommend .recommend_w{
	justify-content: space-between;
}
#recommend .recommend_i .txt{
	text-align: center;
}
@media screen and (max-width: 750px) {
	#recommend .recommend_i{
		width: 48%;
		margin-bottom: 20px;
	}
	#recommend .recommend_i .imgarea{
		margin-bottom: 10px;
	}
}

#charm{
	padding: 80px 0 0;	
}
#charm .sec_ttl_w{
	margin-bottom: 20px;
}
#charm .charm_w{
	background: url(../images/charm_bg01.png);
	background-size: 50%;
	background-position: left;
	background-repeat: no-repeat;
}
#charm .charm_i{
	width: 55%;
	margin-left: auto;
	padding: 30px 0;
}
#charm .charm_i .txt{
	line-height: 2;
}
@media screen and (max-width: 750px) {
	#charm .charm_w{
		background:none;
	}
	#charm .charm_i{
		width: 100%;
		margin-left: auto;
		padding: 30px 0;
	}
	#charm .charm_i .imgarea{
		margin-bottom: 30px;
	}
	#charm .sec_ttl_w{
		margin-bottom: 40px;
	}
}

#points{
	padding: 0 0 120px;
}
#points .points_i{
	position: relative;
	margin-bottom: 60px;
}
#points .points_i:nth-last-of-type(1){
	margin-bottom: 0;
}
#points .points_i .imgarea{
	width: 620px;
	height: 420px;
}
#points .points_i:nth-of-type(2n) .imgarea{
	margin-left: auto;
}
#points .points_i .imgarea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#points .points_i .txtarea{
	width: 630px;
	position: absolute;
	top:40px;
	right: 0;
}
#points .points_i:nth-of-type(2n) .txtarea{
	right: auto;
	left: 0;
}
#points .points_i .txtarea .sub_ttl_w{
	background-image: -moz-linear-gradient(0deg, rgb(0,62,136) 1%, rgb(0,62,136) 100%);
  	background-image: -webkit-linear-gradient(0deg, rgb(0,62,136) 1%, rgb(0,62,136) 100%);
  	background-image: -ms-linear-gradient(0deg, rgb(0,62,136) 1%, rgb(0,62,136) 100%);
	padding: 10px;
	padding-left: 20px;
}
#points .points_i .txtarea .sub_ttl_w .num{
	color: #f38108;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #fff;
	font-size: 2.2rem;
}
#points .points_i .txtarea .sub_ttl_w h3{
	font-weight: 300;
	font-size: 2.2rem;
}
#points .points_i .txtarea .txt{
	padding-left: 100px;
    padding-top: 40px;
}
#points .points_i:nth-of-type(2n) .txtarea .txt{
	padding-left: 0;
	padding-right: 100px;
    padding-top: 40px;
}
@media screen and (max-width: 750px) {
	#points .points_i .imgarea{
		width: calc(100% + 20px);
		height: auto;
		position: relative;
	}
	#points .points_i .txtarea {
		width: calc(100% + 20px);
		position: relative;
		top: -20px;
		right: 20px;
	}
	#points .points_i .txtarea .sub_ttl_w .num{
		font-size: 1.6rem;
    	letter-spacing: 2px;
	}
	#points .points_i .txtarea .sub_ttl_w h3 {
		font-weight: 300;
		font-size: 1.8rem;
		letter-spacing: 2px;
	}
	#points .points_i .txtarea .txt,
	#points .points_i:nth-of-type(2n) .txtarea .txt {
		padding-left: 20px;
		padding-top: 20px;
		padding-right: 20px;
	}
	#points .points_i {
		position: relative;
		margin-bottom: 20px;
	}
	#points .points_i:nth-of-type(2n) .imgarea {
		margin-left: 0;
		left: -20px;
	}
}

#room {
	background: url(../images/reccomend_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 60px 0;
}
#room .room_w{
	justify-content: space-between;
}
#room .room_i{
	width: 48%;
	background: #fff;
}
#room .room_i .txtarea{
	padding: 25px;
}
#room .room_i .txtarea h3{
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}
#room .room_i .txtarea table{
	width: 100%;
	border-collapse: separate;
    border-spacing: 3px 3px;
}
#room .room_i .txtarea table th{
	background: #062d59;
	font-weight: 300;
}
#room .room_i .txtarea table td{
	color: #333;
}
#room .room_i .line{
	margin: 20px 0;
	text-align: center;
}
#room .room_i .line img{
	width: 200px;
}
#room .room_i .txtarea .txt{
	color: #333;
}
@media screen and (max-width: 750px) {
	#room .room_i{
		width: 100%;
		margin-bottom: 20px;
	}
	#room .room_i .txtarea h3{
		font-size: 2.0rem;
	}
}

#facility{
	padding: 0 0 60px;
}
@media screen and (max-width: 750px) {}

#info {
	background: url(../images/info_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 60px 0;
}
#info table{
	width: 100%;
}
#info table tr{
	border-bottom: 1px solid #fff;
}
#info table tr:nth-of-type(1){
	border-top: 1px solid #fff;
}
#info table th,#info table td{
	font-weight: 300;
	padding: 20px 10px;
}
#info table th{
	width: 20%;
	text-align: right;
}
@media screen and (max-width: 750px) {
	#info table th,#info table td {
		display: block;
		width: 100%;
		text-align: left;
		padding-left: 10px;
		box-sizing: border-box;
	}
	#info table th{
		padding-top: 15px;
		padding-bottom: 10px;
	}
	#info table td{
		padding-top: 0px;
		padding-bottom: 15px;
	}
}

#faq {
	padding: 60px 0;
	background-position: bottom;
}
.faq_i {
	padding: 30px;
	border-radius: 30px;
	margin-bottom: 20px;
	transition: 0.5s;
	background: #fff;
	color: #333;
}
.faq_i.open {
	border-radius: 30px;
}
.faq_i .ico {
	background-image: -moz-linear-gradient( 0deg, rgb(0,62,136) 1%, rgb(0,62,136) 100%);
  	background-image: -webkit-linear-gradient( 0deg, rgb(0,62,136) 1%, rgb(0,62,136) 100%);
  	background-image: -ms-linear-gradient( 0deg, rgb(0,62,136) 1%, rgb(0,62,136) 100%);
	color: #fff;
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 20px;
	font-weight: 600;
	flex-shrink: 0;
}
.faq_i h3 {
	letter-spacing: 2px;
	font-size: 1.6rem;
	margin-top: 5px;
	font-weight: 600;
}
.faq_i p {
	margin-top: 5px;
}
.faq_i .q {
	position: relative;
	cursor: pointer;
}
.faq_i .q:after {
	content: "×";
	font-size: 1.8rem;
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: rotate(45deg) translate(-10px, -50%);
	color: #333;
	transition: 0.5s;
}
.faq_i.open .q:after {
	top: 50%;
	right: 0px;
	transform: rotate(0) translate(0, -50%);
}
.faq_i .a {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e3e3e3;
	display: none;
}

@media screen and (max-width: 750px) {
	#faq {
		position: relative;
	}
	.faq_i {
		border-radius: 30px;
		padding: 7.5% 5%;
	}
	.faq_i .q .flex {
		padding-right: 30px;
	}
	.faq_i h3 {
		margin-top: 0;
		font-size: 1.4rem;
	}
	.faq_i .ico {
		width: 30px;
		height: 30px;
		margin-right: 20px;
	}
}

#flow {
	padding: 60px 0;
}

#flow .flow_i {
	border: 2px solid #c89b33;
	margin-bottom: 65px;
	padding: 30px;
	position: relative;
}
#flow .flow_i:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	border-bottom: 2px solid #c89b33;
	border-right: 2px solid #c89b33;
	position: absolute;
	top: calc(100% + 10px);
	z-index: 99;
	left: 50%;
	transform: translate(-50%, 0px) rotate(45deg);
}
#flow .flow_i:nth-last-of-type(1):after {
	display: none;
}
#flow .flow_i:nth-last-of-type(1) {
	margin-bottom: 0;
}
#flow .flow_i .icon {
	padding-right: 20px;
	border-right: 2px solid #6cf185;
	margin-right: 20px;
	flex-shrink: 0;
	width: 45px;
	text-align: center;
}
#flow .flow_i .flow_sub_ttl_w {
	margin-bottom: 10px;
	align-items: center;
}
#flow .flow_i .flow_sub_ttl_w .num {
	color: #5bc85b;
	letter-spacing: 1px;
	line-height: 1;
	margin-right: 10px;
	border-radius: 100px;
	font-size: 2.0rem;
}
#flow .flow_i .flow_sub_ttl_w h3 {
	font-size: 1.8rem;
	font-weight: 800;
	color: #5bc85b;
}
#flow .flow_i p{
	letter-spacing: 2px;
}
@media screen and (max-width: 750px) {
	#flow {
		padding: 40px 0;
	}
	#flow .flow_i .flow_sub_ttl_w {
		display: block;
		text-align: center;
	}
	#flow .flow_i .flow_sub_ttl_w .num {
		display: block;
		margin-right: 0;
	}
}

#form{
	padding: 60px 0;
	position: relative;
	color: #333;
}

#form .sec_ttl_w::before,
#form .sec_ttl_w::after{
	display: none;
}

.form_w{
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 40px;
	background: #fff;
	position: relative;
}

.form_w table{
	width: 100%;
}

.form_w th{
	width: 30%;
	text-align: left;
	vertical-align: top;
}

.form_w th span{
	color: #dc294a;
	margin-left: 10px;
}

.form_w td{
	padding: 10px;
	vertical-align: top;
}

.form_w td input[type=text],
.form_w td input[type=tel],
.form_w td input[type=email],
.form_w td input[type=date]{
	width: 100%;
	border: 1px solid #888;
	height: 40px;
	padding: 5px;
	box-sizing: border-box;
}

.form_w td label{
	margin-right: 10px;
}

.form_w td textarea{
	width: 100%;
	border: 1px solid #888;
	height: 100px;
	padding: 5px;
	box-sizing: border-box;
}

.with-validate{
	display: block;
	position: relative;
}

.with-validate label.error{
	display: inline-block;
	position: absolute;
	z-index: 5;
	left: -5px;
	bottom: 100%;
	margin-bottom: 10px;
	background: #c3272a;
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 4px;
}

.with-validate label.error::before{
	content: '';
	background-color: transparent;
	position: absolute;
	top: 100%;
	margin: 0;
	left: 20px;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #c3272a transparent transparent;
}

.form_w .btn-area{
	text-align: center;
	margin-top: 30px;
}

input[type="submit"]{
	appearance: none;
	-webkit-appearance: none;
}

.form_w input[type=submit]{
	width: 50%;
	border: none;
}

input[type="submit"]:hover{
	opacity: 0.6;
}

.form_w input[type=radio]{
	margin: 0;
	vertical-align: middle;
}

.form_w td,
.form_w th{
	vertical-align: middle;
}

.form_w input[type=submit]{
	background: #c7333a;
	color: #fff;
	padding: 15px 30px 15px 30px;
	border-radius: 100px;
	color: #fff;
	text-align: center;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
}

.form_w .select_w{
	align-items: center;
}
.form_w .select_w select{
	width: 33%;
	height: 40px;
	margin-right: 10px;
}

@media screen and (max-width: 750px){
	#form{
		padding: 40px 0;
		position: relative;
	}

	.form_w{
		padding: 5%;
	}

	.form_w.in_in{}

	.form_w td,
	.form_w th{
		display: block;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}

	.form_w input[type=submit]{
		width: 100%;
		border: none;
	}
}

#company{
	padding: 60px 0;
}

#company .sec_ttl_w::before,
#company .sec_ttl_w::after{
	display: none;
}

#company table{
	border-radius: 10px;
	margin:40px auto 0;
	border-bottom: 2px solid #e8e8e8;
	width: 100%;
}

#company table th{
	text-align: left;
	font-weight: 600;
	padding: 20px 20px;
	border-top: 2px solid #e8e8e8;
	width: 25%;
}

#company table td{
	border-top: 2px solid #e8e8e8;
	text-align: left;
	padding: 20px 20px;
}

@media screen and (max-width: 750px){
	#company{
		padding: 20px 0;
	}

	#company table{
		width: 100%;

	}

	#company table th,
	#company table td{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	#company table th{
		border-bottom: 0px;
		padding-bottom: 15px;
	}

	#company table td{
		border-top: 0px;
		padding-top: 0;
	}
}

.fixed_foot{
	display: none;
}

@media screen and (max-width: 750px){
	.fixed_foot{
		display: block;
		background: #062d59;
		position: fixed;
		width: 100%;
		bottom: 0;
		z-index: 999;
		box-sizing: border-box;
	}
	.fixed_foot .btns{
		margin-left: 0;
	}
	.fixed_foot a{
		position: relative;
		text-align: center;
		padding: 1%;
	}
}


footer{
	padding: 60px;
	text-align: center;
}
footer a{
	display: inline-block;
	padding: 5px;
}
@media screen and (max-width: 750px){
	footer{
		padding-bottom: 75px;
	}
}

.thanks #main_v {
	height: 500px;
	display: flex;
	align-items: center;
	text-align: center;
	padding-bottom: 0;
	padding-top: 0;
}

/* 20240705 fix */
.br-sp-only {
	display: none;
}

@media screen and (max-width: 900px) {
	.br-sp-only {
		display: inline;
	}

	.br-pc-only {
		display: none;
	}
}

.p-thanks span {
	display: inline-block;
}

.p-thanks img, .p-header img {
	width: 100%;
}

.p-thanks__mv {
	display: block;
}
.p-thanks__mv img {
	width: 100%;
}

.p-header {
	padding: 10px 30px;
}

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

.p-header__logo {
	display: flex;
	width: 247px;
}

.p-header__tel {
	display: flex;
	width: 193px;
}

.p-thanks {
	padding: 50px 40px 0;
}

.p-thanks__inner {
	max-width: 820px;
	margin: 0 auto;
}

.p-thanks__head {
	font-feature-settings: 'palt' on;
	text-align: center;
	font-size: 42px;
	font-weight: 500;
	line-height: 1.8;
}

.p-thanks__head span {
	position: relative;
	background: linear-gradient(90deg, #DBB553 0.23%, #F9DE75 99.88%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-bottom: 6px;
}

.p-thanks__head span::before {
	background: linear-gradient(90deg, #DBB553 0.23%, #F9DE75 99.88%);
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.p-thanks__txt {
	text-align: center;
	font-feature-settings: 'palt' on;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 20px;
}

.p-thanks__contents {
	margin-top: 45px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.p-thanks__content {
	background-color: #fff;
	padding: 30px 50px 50px;
	color: #333;
	border: 2px solid #C5972F;
}

.p-thanks__content--head {
	position: relative;
	padding-bottom: 19px;
	font-feature-settings: 'palt' on;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
}
.p-thanks__content--head::before {
	background: url('../images/thanks_head_deco.png') no-repeat center center/contain;
	content: '';
	height: 4px;
	left: 50%;
	position: absolute;
	bottom: 0;
	width: 147px;
	transform: translate(-50%, 0);
}

.p-thanks__content--txt {
	margin-top: 30px;
	text-align: center;
	font-feature-settings: 'palt' on;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
}

.p-thanks__txt02 {
	font-feature-settings: 'palt' on;
	font-size: 24px;
	font-weight: 500;
	line-height: 2;
	margin-top: 40px;
	text-align: center;
	position: relative;
	padding-bottom: 50px;
}
.p-thanks__txt02::before {
	background: url('../images/thnaks_tri.png') no-repeat center center/contain;
	content: '';
	height: 10px;
	left: 50%;
	position: absolute;
	bottom: 0;
	width: 68px;
	transform: translate(-50%, 0);
}

.p-thanks__txt02 .--underline {
	position: relative;
}

.p-thanks__txt02 .--underline::before {
	background-color: #fff;
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.p-thanks__txt02 .--color {
	color: #F9DE75;
}

.p-thanks__video {
	margin-top: 40px;
	aspect-ratio: 560/315;
}

.p-thanks__video iframe {
	width: 100%;
	height: 100%;
}

.p-footer {
	padding: 62px 40px;
	text-align: center;
	font-feature-settings: 'palt' on;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.8;
}

@media screen and (max-width: 900px) {
	.p-header {
		padding: 7px 20px;
	}
	
	.p-header__logo {
		width: 177px;
	}
	
	.p-header__tel {
		width: 40px;
	}
	
	.p-thanks {
		padding: 40px 20px 0;
	}
	
	.p-thanks__head {
		font-size: 25px;
	}
	
	.p-thanks__head span {
		position: relative;
		background: linear-gradient(90deg, #DBB553 0.23%, #F9DE75 99.88%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding-bottom: 4px;
	}
	
	.p-thanks__txt {
		font-size: 16px;
		margin-top: 20px;
	}
	
	.p-thanks__contents {
		margin-top: 25px;
		gap: 10px;
	}
	
	.p-thanks__content {
		background-color: #fff;
		padding: 18px 18px 23px;
	}
	
	.p-thanks__content--head {
		padding-bottom: 12px;
		font-size: 18px;
	}
	.p-thanks__content--head::before {
		height: 2px;
		width: 98px;
		background: url('../images/thanks_head_deco_sp.png') no-repeat center center/contain;
	}
	
	.p-thanks__content--txt {
		margin-top: 12px;
		text-align: left;
		font-size: 14px;
	}
	
	.p-thanks__txt02 {
		font-size: 18px;
		margin-top: 25px;
		padding-bottom: 31px;
	}
	.p-thanks__txt02::before {
		background: url('../images/thanks_tri_sp.png') no-repeat center center/contain;
		height: 6px;
		width: 42px;
	}
	
	.p-thanks__txt02 .--underline::before {
		height: 1px;
	}
	
	.p-thanks__video {
		margin-top: 25px;
	}
	
	.p-footer {
		padding: 25px 20px;
		font-size: 10px;
	}
}
@media screen and (max-width: 750px){
	#points {
    padding: 0 0 40px;
	}
	.sec_ttl_w2{
	margin-bottom: 60px;
	text-align: center;
	line-height: 1;
	padding-top: 55px;
}
#room {
	background: url(../images/reccomend_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 5px 0;
}
#charm{
	padding: 10px 0 0;	
}
}