@charset "UTF-8";

.m_img_area::before {
	background-image: url("../images/hotel/m_img@2x.jpg");
}
footer {
	border-top: 1px solid #ccc;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.contentpage .m_img_area::before {
	background-position: top center;
	background-size: auto 135%;
}
}


/*---------------------------------------------------------
共通
---------------------------------------------------------*/
.com_index2 .deco {
	color: #00D85B;
}
.com_style1 > dt {color: #00D85B;}

.com_anklist a:hover::before {
	background-color: #00D85B;
}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.com_anklist {
	width: 90%;
	max-width: 800px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
.com_anklist > li {
	margin: 0 1% 1.8em;
}
}


/*---------------------------------------------------------
hotel_bg
---------------------------------------------------------*/
.hotel_bg {
	padding: 150px 0;
}
#point .hotel_bg{	background-color: #F5F5F4;}
#list .hotel_bg{	background-color: #D8F5D8;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.hotel_bg {
	padding: 15% 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.hotel_bg {
	padding: 16% 0;
}
}


/*---------------------------------------------------------
lead
---------------------------------------------------------*/
#lead .com_deco2 {
	color: #00D85B;
	margin: 1.2em 0 1.6em;
}
#lead dl dt {
	font-size: min(3.65vw,218.75%);
	letter-spacing: 0.3em;
	line-height: 1.8em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.8em;
}
#lead .deco_txt {
	text-align: center;
	color: #F5F5F4;
	font-size: min(6.9vw,595%);
	font-weight: 700;
	letter-spacing: .2em;
	line-height: 0.8;
	white-space: nowrap;
}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#lead dl dd {
	text-align: center;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#lead dl dt {
	letter-spacing: 0.2em;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#lead .mark {
	width: 20vw;
}
#lead dl dt {
	font-size: 148%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-bottom: 0.4em;
}
#lead .deco_txt {
	font-size: 7.2vw;
	letter-spacing: .14em;
}
}


/*---------------------------------------------------------
point
---------------------------------------------------------*/
#point .com_index2 .deco{
	margin-bottom: .0;
	margin-top: 0.8em;
	color: #00D85B;
}
#point .poi_list > li {
	position: relative;
	margin-bottom: 70px;
}
#point .poi_list > li:last-of-type {
	margin-bottom: 0;
}
#point .poi_list .com_style1 > dt {
	color: #00D85B;
	font-size: min(2.2vw,143%);
	line-height: 1.8;
	margin-bottom: 1em;
}
#point .poi_list .box_img img {
	border-radius: 4.8% / 7%;
}
/* poi_index */
#point .poi_index {
	position: relative;
	display: flex;
	align-items: center;
	font-size: min(2.2vw,125%);
	font-weight: 700;
	letter-spacing: .2em;
	line-height: 1.5;
	margin-bottom: 1.8em;
	padding-top: 0.8em;
}
#point .poi_index .no {
	position: relative;
	display: block;
	color: #ACADA3;
	font-size: 350%;
	letter-spacing: .05em;
	line-height: 1;
	padding-left: .34em;
	margin-right: .2em;
}
#point .poi_index .no::before {
	position: absolute;
	content: "";
	background: url(../images/hotel/point.svg) no-repeat;
	background-size: contain;
	width: .7429em;
	height: .58em;
	left: 0;
	top: -0.25em;
}
/* radi_box */
#point .poi_list .radi_box {
	position: relative;
	box-sizing: border-box;
	padding: 65px 2%;
}
#point .poi_list .radi_box::before {
	position: absolute;
	content: "";
	background-color: rgba(255,255,255,0.9);
	width: 100vw;
	height: 100%;
	top: 0;
}
#point .poi_list > li:nth-of-type(odd) .radi_box::before {
	left: max(-70px,-6vw);
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
#point .poi_list > li:nth-of-type(even) .radi_box::before {
	right: max(-70px,-6vw);
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
#point .poi_list .radi_box dl {
	position: relative;
}
#point .poi_list .note{
	margin-top: 0.5em;
}
#point .poi_list .com_ccl{
	background-color: #00D85B;
}
#point .poi_list a:hover .com_ccl{
	background-color:#AEF336; 
}
#point .divided{
	background-color: #77D077;
	padding: 50px 4em;
	font-size: 126%;
	letter-spacing: 0.2em;
	line-height: 1.8em;
	font-weight: bold;
	color: #fff;
	max-width: 1220px;
	margin: 40px auto 0;
	border-radius: 30px;
	box-sizing: border-box;
}
#point .divided dl{
	max-width: 930px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
	align-items: center;
}
#point .divided dl dt{
	width: 12em;
}
#point .divided dl dt p{
	text-align: center;
	margin: 0 auto 0 0;
	display: inline-block;
}
#point .divided dl dd{
	display: flex;
    justify-content: space-between;
	max-width: 638px;
	width: calc(100% - 12em);

}
#point .divided dl dd div{
	max-width: 300px;
	width: 48%;
}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
 #point .poi_list .poi_index {
	width: 50%;
	max-width: 670px;
}
#point .poi_list .radi_box {
	width: 60%;
	max-width: 670px;
}
#point .poi_list .radi_box dl {
	max-width: 550px;
	margin: 0 auto;
}
#point .poi_list .box_img {
	position: absolute;
	width: 47.1%;
	top: 0;
}
#point .poi_list > li:nth-of-type(odd) .poi_index,
#point .poi_list > li:nth-of-type(odd) .radi_box {
	margin-left: auto;
}
#point .poi_list > li:nth-of-type(even) .box_img {
	right: 0;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1120px) {
#point .divided{
	padding: 5% 7vw;
}
#point .divided dl dt{
	width: 11em;
}
#point .divided dl dd{
	width: calc(100% - 11em);
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#point .poi_list > li {
	margin-bottom: 7%;
}
/* poi_index */
#point .poi_index {
	letter-spacing: .15em;
}
#point .divided{
	margin: 4vw auto 0;
	padding: 5% 5vw;
	letter-spacing: 0.15em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#point .poi_list > li {
	margin-bottom: 12%;
}
#point .poi_list .com_style1 > dt {
	font-size: 110%;
}
#point .poi_list .box_img {
	width: 85%;
	margin: 0 auto -5%;
}
/* poi_index */
#point .poi_index {
	font-size: 105%;
	letter-spacing: .12em;
	margin-bottom: 1.2em;
}
#point .poi_index .no {
	font-size: 280%;
}
/* radi_box */
#point .poi_list .radi_box {
	padding: 10% 7%;
}
#point .poi_list > li:nth-of-type(odd) .radi_box::before {
	left: -2vw;
	border-top-left-radius: 4vw;
	border-bottom-left-radius: 4vw;
}
#point .poi_list > li:nth-of-type(even) .radi_box::before {
	right: -2vw;
	border-top-right-radius: 4vw;
	border-bottom-right-radius: 4vw;
}
#point .divided{
	padding: 5% 5% 6%;
	font-size: 116%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 6% auto 0;
	border-radius: 4vw;
}
#point .divided dl{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
#point .divided dl dt{
	width: 100%;
}
#point .divided dl dt p{
	margin: 0 auto 5%;
	display: block;
}
#point .divided dl dd{
	display: flex;
    justify-content: space-between;
	max-width: 100%;
	width: 100%;

}
#point .divided dl dd div{
	max-width: 300px;
	width: 48%;
}
}


/*list
---------------------------------------------------------*/
#list .com_index2 {
	margin-bottom: .6em;
}
#list .tax {
	text-align: center;
 	margin-bottom: 4em;
}
#list .bg{
	background-color: #fff;
	border-radius: 30px;
	padding: 95px 4% 80px;
	position: relative;
	z-index: 1;
}
#list .bg::before{
	position: absolute;
	font-family: "fontello";
	font-size: 4.375em;
	text-align: center;
	letter-spacing: 0;
	line-height: 1em;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
	transform: translateY(-35%);
	z-index: 2;
}
#list .bg.dog::before{
	content: '\e808';
	color: #3EBCF7;
}
#list .bg.cat::before{
	content: '\e807';
	color: #2FD19E;
}
#list .bg .inbox{
	max-width: 1340px;
	margin: 0 auto;
}
#list .bg h4{
	text-align: center;
	font-size: min(3.5vw,218%);
	font-weight: 700;
	letter-spacing: .18em;
	line-height: 1.3;
	margin-bottom: 70px;
}
#list .tbl_pri {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 2px;
	font-size: min(2.2vw,125%);
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.4;
	white-space: nowrap;
}
#list .tbl_pri th,
#list .tbl_pri td {
	width: 50%;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	padding: 1.3em .5em;
}
#list .tbl_pri thead::after {
	display: block;
	content: "";
	height: .8em;
	width: 100%;
}
#list .dog .tbl_pri thead th {
	color: #3EBCF7;
	border-bottom: 1px solid currentColor;
}
#list .cat .tbl_pri thead th {
	color: #2FD19E;
	border-bottom: 1px solid currentColor;
}
#list .tbl_pri thead th:not(:last-of-type)::before {
	position: absolute;
	content: "";
	background-color: currentColor;
	width: 1px;
	height: 62%;
	right: 0;
	top: 19%;
	box-sizing: border-box;
}
#list .tbl_pri tbody th {
	color: #FFF;
}
#list .dog .tbl_pri tbody th {
	background-color: #6ECDF9;
}
#list .cat .tbl_pri tbody th {
	background-color: #63DCB6;
}
#list .dog .tbl_pri tbody td {
	background-color: #E2F5FE;
}
#list .cat .tbl_pri tbody td {
	background-color: #E0F8F0;
}
#list .tbl_pri tbody td:not(:last-of-type)::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 62%;
	right: 0;
	top: 19%;
	box-sizing: border-box;
	border-left: 1px dashed #999;
}

#list .tbl_pri.col3 th,
#list .tbl_pri.col3 td {
	width: 33%;
}
#list .note h4{
	font-size: min(2.4vw,144%);
	letter-spacing: 0.3em;
	line-height: 1;
	padding-bottom: 1.8em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2.8em;
	border-bottom: 3px solid #fff;
}
#list .note .inbox{
	max-width: 1040px;
	margin: 0 auto;
}
#list .note .note_list > li{
	margin-top: 1.8em;
}
#list .note .note_list > li:first-child{
	margin-top: 0;
}
#list .note .note_list > li > dl > dt{
	margin-bottom: 0.5em;
}
#list .note .note_list > li > dl > dt,
#list .note .note_list > li > p{
	padding-left: 1.6em;
	line-height: 1.5em;
	position: relative;
}
#list .note .note_list > li > dl > dt::before,
#list .note .note_list > li > p::before{
	position: absolute;
	content: "";
	background: #00D85B;
	width:  1em;
	height: 1em;
	border-radius: 1em;
	left: 0;
	top:0.25em;
}
#list .note .note_list > li > dl dd p{
	margin-bottom: 0.3em;
}
#list .note .note_list > li > dl > dd ul{
	font-size: 112.5%;
	letter-spacing: 0.18em;
	line-height: 1em;
	display: flex;
    flex-wrap: wrap;
}
#list .note .note_list > li > dl > dd ul li{
	margin-right: 0.9em;
	margin-top: 0.5em;
}
#list .note .note_list > li > dl > dd ul li:last-child{
	margin-right: 0;
}
#list .note .note_list > li > dl > dd ul li span{
	font-size: 88.9%;
	letter-spacing: 0.18em;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 0.7em 0.6em 0.8em;
	border-radius: 0.635em;
	background-color: #71DA71;
	width: 12.125em;
	box-sizing: border-box;
	margin-right: 1em;
	display: inline-block;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#list .bg{
	padding:8.5% 4% 7%;
}
#list .bg::before{
	font-size: 7vw;
}
#list .bg h4{
	margin-bottom: 6%;
}
#list .tbl_pri {
	letter-spacing: .15em;
}
#list .tbl_pri th,
#list .tbl_pri td {
	padding: 1em .5em;
}
#list .note h4{
	padding-bottom: 1.4em;
	margin-bottom: 2.2em;
}
#list .note .note_list > li{
	margin-top: 1.5em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#list .bg{
	padding:10% 5% 6%;
	border-radius: 4vw;
}
#list .bg::before{
	font-size: 10vw;
}
#list .bg h4{
	font-size: 130%;
	letter-spacing: .12em;
	margin-bottom: 1.5em;
	margin-bottom: 3%;
}
#list .tbl_pri {
	font-size: 80%;
	letter-spacing: .1em;
}
#list .tbl_pri th,
#list .tbl_pri td {
	padding: .8em .5em;
}
	#list .note {
		margin-top: 10%;
	}
#list .note h4{
	font-size: 115%;
	letter-spacing: 0.2em;
	padding-bottom: 1.2em;
	margin-bottom: 1.5em;
	border-width: 2px;
}
#list .note .note_list > li{
	margin-top: 1.2em;
}
#list .note .note_list > li > dl > dd ul{
	letter-spacing: 0.1em;
}
#list .note .note_list > li > dl > dd ul li{
	margin-right: 0;
}
#list .note .note_list > li > dl > dd ul li span{
	padding: 0.7em 0.4em 0.8em;
	width: 12em;
	letter-spacing: 0.1em;
}
}

/*reservation
---------------------------------------------------------*/
#reservation h3{
	position: relative;
	text-align: center;
	font-size: min(3.2vw,218%);
	font-weight: 700;
	letter-spacing: .2em;
	line-height: 1.4;
	padding-bottom: 1em;
	margin-bottom: 1.4em; 
}
#reservation h3::before {
	position: absolute;
	content: "";
	background-color: #0606cd;
	width: 2.8em;
	height: 4px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#reservation .ctc_box {
	position: relative;
	background-color: #d8f2fd;
	box-sizing: border-box;
	padding: 50px 6% 80px;
}
#reservation .ctc_box dl {
	font-size: min(1.5vw,100%);
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.7;
}
#reservation .ctc_box dl dt {
	color: #78d0f9;
	font-size: 187%;
    font-weight: 700;
	letter-spacing: .3em;
	margin-bottom: .4em;
}
#reservation .ctc_box dl dd {
	font-size: 112%;
}
#reservation .ctc_box ul {
	display: flex;
	justify-content: center;
}
#reservation .ctc_box ul > li {
	width: 49%;
	margin-right: 2%;
}
#reservation .ctc_box ul > li:last-of-type {
	margin-right: 0;
}
#reservation .ctc_box ul > li > a,
#reservation .ctc_box ul > li > div {
	display: block;
	height: 100%;
	text-align: center;
	font-size: min(1.7vw,112%);
	font-weight: 700;
	letter-spacing: .25em;
	line-height: 1.4;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: center top 1.2em;
	background-size: 2.5em auto;
	background-color: #fff;
	box-sizing: border-box;
	padding: 4.6em 3% 1.2em;
	border-radius: 10px;
	border: 3px solid #FFF;
	transition: border .5s;
}
#reservation .ctc_box .ctc_tel > div {
	background-image: url("../../clinic/images/clinic/icon_tel.svg");
}
#reservation .ctc_box .ctc_tel p {
	font-size: 155%;
	line-height: 1.8;
	letter-spacing: .07em;
}
#reservation .ctc_box .ctc_line a {
	background-image: url("../../clinic/images/clinic/icon_line.svg");
}
#reservation .ctc_box ul > li > a:hover {
	border-color: rgba(120,208,249,0.4);
}
#reservation .ctc_box .com_btn1 {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(50%);
}
#reservation .ctc_box .com_btn1 a {
	background-color: #3ebcf7;
}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#reservation .ctc_box > div {
	display: flex;
	justify-content: center;
	max-width: 910px;
	margin: 0 auto;
}
#reservation .ctc_box dl {
	width: 31%;
	max-width: 270px;
	margin-top: 1em;
	margin-right: 5%;
}
#reservation .ctc_box ul.col2 {
	width: 65%;
}
#reservation .ctc_box ul.col1 {
	width: 32.5%;
}
#reservation .ctc_box ul.col1 > li {
	width: 100%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#reservation h3{
	letter-spacing: .15em; 
}
#reservation .ctc_box {
	padding: 5% 6% 8%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#reservation h3{
    font-size: 130%;
    letter-spacing: .1em;
}
#reservation .ctc_box {
	padding: 7% 6% 14%;
}
#reservation .ctc_box dl {
	text-align: center;
	font-size: 90%;
    letter-spacing: .15em;
}
#reservation .ctc_box dl dt {
	font-size: 150%;
	letter-spacing: .25em;
	margin-bottom: .4em;
}
#reservation .ctc_box dl dd {
	font-size: 105%;
}
#reservation .ctc_box ul {
	margin-top: 5%;
}
#reservation .ctc_box ul > li > a,
#reservation .ctc_box ul > li > div {
	font-size: 85%;
	letter-spacing: .2em;
	background-position: center top 1.2em;
	background-size: 2.2em auto;
	padding: 4.2em 3% 1.2em;
}
#reservation .ctc_box .ctc_tel p {
	font-size: 125%;
}
}



/*---------------------------------------------------------

---------------------------------------------------------*/

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {


}