@charset "UTF-8";

/* sec1
---------------------------------------------------------*/
#sec1 .sec1_txt1{
	font-size: min(130%,2.4vw);
	letter-spacing: 0.1em;
	line-height: 2.1em;
}
#sec1 .com_table th{
	width: 37.5%;
}
#sec1 .com_table td{
	width: 62.5%;
}
#sec1 .table_txt{
	font-size: min(200%,3vw);
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
#sec1 .table_txt span.span1{
	font-size: 90%;
	padding-right: .2em;
}
#sec1 .table_txt span.span2{
	font-size: 55%;
	padding-left: .5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#sec1 .sec1_txt1{
	letter-spacing: 0.05em;
	line-height: 1.9em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#sec1 .sec1_txt1{
	font-size: 120%;
	letter-spacing: 0.05em;
	line-height:1.9em;
}
#sec1 .com_table th,
#sec1 .com_table td{
	width: 100%;
	text-align: center;
}
#sec1 .table_txt{
	font-size:150%;
}
}



/* line
---------------------------------------------------------*/
#line .inbox{
	position: relative;
	background: #e5f1e7;
	padding: 90px 4% 70px;
	box-sizing: border-box;
}
#line .inbox::before{
	position: absolute;
	display: block;
	content: "";
	background: url(../images/abs7.svg)no-repeat top center;
	background-size: 100% auto;
	width: min(80px,7.5vw);
	height: 80px;
	top:-25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	aspect-ratio: 80 / 80;
}
#line .inbox::after{
	position: absolute;
	display: block;
	content: "";
	background: url(../images/shadow1@2x.png)no-repeat top left;
	background-size: 100% auto;
	width: 100%;
	height: 200px;
	top:100%;
	left: 0;
}
#line .txt1{
	font-size: min(250%,4.4vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
#line .txt1 span{
	position: relative;
	padding: 0 1em;
	box-sizing: border-box;
}
#line .txt1 span::before{
	position: absolute;
	display: block;
	content: "";
	background: #333;
	background-size: 100% auto;
	width: 1px;
	height: 1.2em;
	transform: rotate(-30deg);
	left: 0;
	bottom: 0;	
}
#line .txt1 span::after{
	position: absolute;
	display: block;
	content: "";
	background: #333;
	background-size: 100% auto;
	width: 1px;
	height: 1.2em;
	transform: rotate(30deg);
	right: 0;
	bottom: 0;	
}
#line .txt1 span strong{
	font-weight: 400!important;
	color: #06c755;
}
#line .txt2{
	font-size: min(130%,2.5vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 1em 0 1.5em;
}
#line .txt3{
	background: #06c755;
	font-size: min(210%,3.5vw);
	letter-spacing: 0.15em;
	line-height: 1.5em;
	padding: .55em 1em .6em;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 50px;
}
#line .txt3::before{
	position: absolute;
	display: block;
	content: "";
	background: url(../images/abs6.svg) no-repeat top left;
	background-size: 100% auto;
	width: 30px;
	height: 15px;
	top:100%;
	left: 0;
}
#line .txt3::after{
	position: absolute;
	display: block;
	content: "";
	background: url(../images/abs6.svg) no-repeat top right;
	background-size: 100% auto;
	width: 30px;
	height: 15px;
	top:100%;
	right: 0;
	transform: scale(-1, 1);
}
#line .flex_box{
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
}
#line .flex_box li{
	text-align: center;
	border-right: 1px solid #a79564;
	box-sizing: border-box;
	width: 33.333%;
}
#line .flex_box li:last-child{
	border-right: none;
}
#line .flex_box li .ft_cin{
	display:inline-block;
	margin: 0 auto 1em;
	font-size: min(180%,3vw);
	line-height: 1em;
	margin-bottom: .5em;
	position: relative;
	background: #fff;
	border-radius: 50%;
	padding: .6em .5em .5em;
	box-sizing: border-box;
}
#line .flex_box li .ft_cin::before{
	position: absolute;
	display: block;
	content: "";
	background: url(../images/abs1@2x.png) no-repeat top left;
	background-size: 100% auto;
	width: .65em;
	height: 3em;
	top:0;
	left: 0;
	aspect-ratio: 17 / 16;
}
#line .flex_box li dt{
	font-size: min(180%,2.8vw);
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	margin-bottom: .5em;
}
#line .flex_box li dd{
	line-height: 1.5em;
}
#line .btn{
	text-align: center;
}
#line .btn a{
background: linear-gradient(to right,  rgba(167,149,100,1) 0%,rgba(213,189,143,1) 100%); 
	display:inline-block;
	margin: 0 auto;
	position: relative;
	color: #fff;
	font-size: min(170%,2.8vw);
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1.5em;
	border-radius: 100px;
	padding: 1.1em 2em 1.1em 5.8em;
	box-sizing: border-box;
}
#line .btn a::before{
	position: absolute;
	display: block;
	content: "";
	background: url(../images/abs2@2x.png) no-repeat bottom left;
	background-size: 100% auto;
	width: 2.5em;
	height: 5em;
	bottom:0;
	left: 2.5em;
	aspect-ratio: 74 / 125;
}
#line .btn a span{
	position: relative;
	padding-right: 1.5em;
	box-sizing: border-box;
}
#line .btn a i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-size: 65%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#line .inbox{
	padding: 7vw 4% 5%;
}
#line .inbox::before{
	top:-3vw;
}
#line .txt1{
	letter-spacing: 0.05em;
}
#line .txt3{
	padding: .4em 1em .45em;
	margin-bottom: 4%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#line .inbox{
	padding: 11vw 4% 7%;
}
#line .inbox::before{
	width: 10vw;
	top:-3vw;
}
#line .txt1{
	font-size: 150%;
}
#line .txt1 span{
	padding: 0 .6em;
	display: inline-block;
}
#line .txt2{
	font-size: 100%;
	line-height: 1.7em;
	text-align: left;
}
#line .txt3{
	font-size:130%;
	letter-spacing: 0.1em;
	margin-bottom: 5%;
	padding: .4em 0 .55em;
}
#line .flex_box{
	display: block;
}
#line .flex_box li{
	border-bottom: 1px solid #a79564;
	border-right: none;
	width: 100%;
	padding-bottom: 5%;
	margin-bottom: 5%;
}
#line .flex_box li:last-child{
	border-bottom: none;
	padding-left: 0;
	margin-bottom: 0;
}
#line .flex_box li .ft_cin{
	font-size: 130%;
}
#line .flex_box li dt{
	font-size: 120%;
}
#line .btn a{
	font-size:100%;
	letter-spacing: 0.05em;
}
#line .btn a i{
	font-size: 80%;
}
}



/* 予約項目非表示
---------------------------------------------------------*/
.com_form .tbl_form tr:has(.wpcf7cf-hidden) {
	display: none;
}


