@charset "utf-8";
/* CSS Document */

body {
    font-size: 16px;
	font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 400;
	margin:0 auto;
	padding:0;
	color:#333333;
	line-height:1.5;
	 -webkit-text-size-adjust: 100%;
}
main {
	width:100%;
	overflow:hidden;
}
img {
	border:none; vertical-align:middle;
}
a {color:#333333;text-decoration: none;cursor:pointer;transition:.2s;}
a:hover,
input[type="submit"]:hover,
input[type="reset"]:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	transition: 0.2s;
}

/************************ float **********************************************/
.c-both {clear:both;}
.c-both_after:after{clear: both;content: "";display: table;}
.left {float:left;}
.right {float:right;}
.center {display:block;margin-left:auto; margin-right:auto;text-align:center;}

/************* display *************/
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: space-between;
}
.flex img {
    object-fit: cover;
    object-position: top;
}
.flex img.sum {
	object-fit: cover;
    object-position: top;
}
.table{display:table;}
.table_cell{display:table-cell;}
.block{display:block;}
.i_block{display:inline-block;}
.inline{display:inline;}
.margin_none{margin:0;}

/**************** width ******************/
.inner{max-width:1760px;width: 96%;margin:0 auto;}
.middle_inner{max-width:1570px;width: 96%;margin:0 auto;}
.lower_inner{max-width:1035px;width: 96%;margin:0 auto;}

.full{width:100%;}
.half {	width:50%;}
.sp {display:none;}
.pad {display:none;}
.pc {display:block;}
.pr {position: relative;}
.pa {position: absolute;}
.pf {position: fixed;}

/**********************************  color  *****************************************/
.c_white{color:#FFF;}
.c_pink{color:#E95F83;}
.c_lightpink{color:#ED85A0;}

.bg_white{background-color:#FFF;}
.bg_pink{background-color:#EE86A1;}
.bg_lightpink{background-color:#fff7fb;}

/**********************************  font  *****************************************/
.fs10{font-size: 0.638em;}
.fs11{font-size: 0.688em;}
.fs12{font-size: 0.75em;}
.fs13{font-size: 0.813em;}
.fs14{font-size: 0.875em;}
.fs15{font-size: 0.938em;}
.fs16{font-size: 1em;}
.fs17{font-size: 1.063em;}
.fs18{font-size: 1.125em;}
.fs19{font-size: 1.188em;}
.fs20{font-size: 1.25em;}
.fs21{font-size: 1.313em;}
.fs22{font-size: 1.375em;}
.fs23{font-size: 1.438em;}
.fs24{font-size: 1.5em;}
.fs25{font-size: 1.563em;}
.fs26{font-size: 1.625em;}
.fs27{font-size: 1.688em;}
.fs28{font-size: 1.75em;}
.fs29{font-size: 1.813em;}
.fs30{font-size: 1.875em;}
.fs31{font-size: 1.938em;}
.fs32{font-size: 2em;}
.fs33{font-size: 2.063em;}
.fs34{font-size: 2.125em;}
.fs35{font-size: 2.188em;}
.fs36{font-size: 2.25em;}
.fs37{font-size: 2.313em;}
.fs38{font-size: 2.375em;}
.fs39{font-size: 2.4375em;}
.fs40{font-size: 2.5em;}
.fs41{font-size: 2.563em;}
.fs42{font-size: 2.625em;}
.fs44{font-size: 2.75em;}
.fs46{font-size: 2.875em;}
.fs48{font-size: 3em;}
.fs50{font-size: 3.125em;}
.fs52{font-size: 3.25em;}
.fs55{font-size: 3.4375em;}
.fs60{font-size: 3.75em;}
.fs64{font-size: 4em;}
.fs75{font-size: 4.7685em;}
.fs76{font-size: 4.75em;}

.roboto{font-family: 'Roboto', sans-serif;}

/***** header *****/
header.site_header{
}
.site_logo{
	max-width: 15.625em;
	width: 13.021vw;
}
.site_logo a{
}
.site_logo a img{
}
.site_logo a span{
	display: block;
	text-align: center;
	font-weight: 500;
}
header.site_header .site_logo{
	display: inline-block;
	vertical-align: bottom;
}
header.site_header .site_logo a span{
	font-size: 0.625vw;
}
header.site_header #header_nav{
	width: calc(100% - 13.021vw);
	text-align: right;
	display: inline-block;
	margin-bottom: 0.3em;
}
header.site_header #header_nav ul{
	padding: 0 0 1.1em 0;
	list-style: none;
	margin: 0 auto;
}
header.site_header #header_nav ul li{
	font-weight: 500;
	margin-right: 2%;
	letter-spacing: 0.08em;
	display: inline-block;
	vertical-align: middle;
	margin-top: 3em;
}
header.site_header #header_nav ul li a{
	padding: 0 0em 0.4em 0em;
}
header.site_header #header_nav ul li a:hover{
    color: #E95F83;
}
header.site_header #header_nav ul li a.current{
	color: #E95F83;
	border-bottom: 3px solid;
	box-sizing: border-box;
	position: relative;
	top: 2px;
	transition: none;
}
header.site_header #header_nav ul li.contact{
    margin-right: 0;
	margin-top: 0;
}
header.site_header #header_nav ul li.contact p.c_pink{
	margin: 0 auto;
	letter-spacing: 0.128em;
}
header.site_header #header_nav ul li.contact p.contact_btn{
    max-width: 220px;
    width: 48.9%;
	margin: 0.6em auto 0 auto;
}
header.site_header #header_nav ul li.contact p.contact_btn a{
	border: 1px solid #EE86A1;
	padding: 0.45em 0;
	border-radius: 3em;
	font-weight: 500;
}
header.site_header #header_nav ul li.contact p.contact_btn a:hover{
	background-color: #EE86A1;
	color: #FFF;
}
header.site_header #header_nav ul li.contact p.contact_btn a i{
	margin-right: 0.4em;
	font-size: 1.1em;
    vertical-align: baseline;
}
header.site_header #header_nav ul li.contact p.contact_btn.mail{
}
header.site_header #header_nav ul li.contact p.contact_btn.mail a{
	padding: 0.698em 0;
    color: #FFF;
    position: static;
	transition: .2s;
}
header.site_header #header_nav ul li.contact p.contact_btn.mail a:hover{
	background-color: #FFF;
	color: #E95F83;
}
header.site_header #header_nav ul li.contact p.contact_btn.mail a i{
    font-size: 1.375em;
    vertical-align: middle;
}

/***** footer *****/
footer.site_footer{
	padding: 0 0 1.7em 0;
}
footer.site_footer .site_logo{
	width: 15.625em;
}
footer.site_footer #footer_nav{
	text-align: right;
	margin-top: 4.5em;
}
footer.site_footer #footer_nav p{
	display: inline-block;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 auto 1.2em 2.3em;
}
footer.site_footer #footer_nav p a{
    padding-bottom: 0.5em;
}
footer.site_footer #footer_nav p a.current{
	color: #E95F83;
	border-bottom: 3px solid;
	box-sizing: border-box;	
}
footer.site_footer #footer_nav p a:hover {
    color: #E95F83;
}
footer.site_footer #footer_nav p.pre{
	position:relative;
}
footer.site_footer #footer_nav p.pre + p{
	margin-left:3em;
}
footer.site_footer #footer_nav p.pre:after{
	content: '';
	width: 1px;
	height: 0.813em;
	background-color: #000;
	position: absolute;
	right: -1.5em;
	top: 0;
	bottom: 0;
	margin: auto;
}
footer.site_footer #footer_nav p.pre a{
}
footer.site_footer p.copy{
	letter-spacing: 0.12em;
	margin: 0 auto;
}
#page_top{
	bottom: 0.7em;
	right: 0.7em;
	top: auto;
	left: auto;
	margin: auto;
	height: 2.3em;
	line-height: 2.3;
	width: 2.3em;
	text-align: center;
	z-index: 9999;
	transition: none;
}
#page_top i{
	font-weight: 400;
	line-height: 1;
}

/***** common *****/
section.common{
	background-image: url("../img/link/common.jpg");
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	height: 28.125em;
}
section.common h2.common_ttl{
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 2.5em;
}
section.common h2.common_ttl span{
	position: relative;
	font-weight: 500;
	text-shadow: rgb(255, 255, 255) 1px 1px 3px, rgb(255, 255, 255) -1px 1px 3px, rgb(255, 255, 255) 1px -1px 3px, rgb(255, 255, 255) -1px -1px 3px;
}
section.common h2.common_ttl span:after{
	content: '';
	height: 0.375rem;
	width: 6rem;
	background-color: #ee86a1;
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: -0.7em;
	margin: auto;
	border-radius: 1em;
}
.ttl_sec{
	position: relative;
	font-weight: 500;
	letter-spacing: 0.2em;
	margin-bottom: 3.5em;
}
.ttl_sec:after{
	content: '';
	height: 0.375rem;
    width: 4.687rem;
	background-color: #ee86a1;
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: -0.9em;
	margin: auto;
	border-radius: 1em;
}
.ttl_ribon {
    position: relative;
    box-sizing: border-box;
    background-color: #EE86A1;
    font-weight: 500;
    letter-spacing: 0.2em;
    height: 1.7645em;
    line-height: 1.7645;
    width: 13.2355em;
	margin: auto;
}
.ttl_ribon:before, .ttl_ribon:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
    top: 0;
}
.ttl_ribon:before {
    border-width: 0.88225em 0px 0.88225em 0.3em;
	border-color: #EE86A1 transparent #EE86A1 transparent;
	border-style: solid;
	left: auto;
	right: 100%;
}
.ttl_ribon:after {
    border-width: 0.88225em 0.3em 0.88225em 0px;
	border-style: solid;
	border-color: #EE86A1 transparent #EE86A1 transparent;
	left: 100%;
	right: auto;
}
p.btn{
}
p.btn a{
	max-width: 22.2222em;
	padding: 1em 0;
	border-radius: 2em;
	letter-spacing: 0.2em;
	border: 2px solid #EE86A1;
	box-sizing: border-box;
}
p.btn a:hover{
	background-color: #FFF;
	color: #E95F83;
}
p.btn a i{
	font-size: 1.3333em;
	top: 0;
	bottom: 0;
	right: 1.1em;
	left: auto;
	margin: auto;
	height: 1em;
}
img.bird01{
    left: 0;
    top: 2em;
    right: auto;
    bottom: auto;
    margin: auto;
    max-width: 510px;
    width: 27%;
    z-index: 1;
}
img.bird02{
	right: 0;
	top: 1.8em;
	left: auto;
	bottom: auto;
	margin: auto;
	width: 32em;
	max-width: 28%;
}
img.temp_bird01{
	max-width: 510px;
	width: 27%;
	left: 0;
	right: auto;
	top: -5.3em;
	bottom: auto;
	margin: auto;
}
img.temp_bird02{
	max-width: 512px;
	width: 27%;
	right: 0;
	left: auto;
	bottom: -5.6em;
	top: auto;
	margin: auto;
	z-index: 2;
}
img.leaf01{
	left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    margin: auto;
    z-index: 2;
    max-width: 664px;
    width: 35%;
}
img.leaf02{
	left: auto;
	top: 0;
	right: 0;
	bottom: auto;
	margin: auto;
	z-index: 2;
	max-width: 664px;
	width: 35%;
}



/***** アニメーション *****/
.hvr-underline-from-left::before{
	height: 3px;
	background-color: #e96185;
}
.hvr-icon-forward{
	transform:none;
	-webkit-transform:none;
}
.hvr-icon-forward:hover .hvr-icon {
    -webkit-transform: translateX(0.5em);
    transform: translateX(0.5em);
}

/***** company_info *****/
section.company_info{
}
section.company_info a{
    background-color: #e96183;
    letter-spacing: 0.2em;
    font-weight: 500;
	padding: 1.884em 0;
	transition:.2s;
}
section.company_info a:hover{
	opacity:1;
}
section.company_info a img{
	margin-right: 0.8em;
	margin-top: -0.1em;
}
section.company_info a i{
    font-size: 0.9285em;
    margin-left: 1.2em;
}
section.company_info a.company{
	background-color:#ee86a1;
}

/***** inquiry *****/
section.inquiry{
	padding: 4em 0 8.5em 0;
	background-image: url("../img/top/img25.jpg");
	background-repeat:repeat-x; 
	background-size: 65.375em;
	background-position: 23.5% bottom;
}
section.inquiry .ttl_sec{
	margin-bottom: 2.2em;
}
section.inquiry .inqiury_container{
}
section.inquiry .inqiury_container p.inquiry_intr{
	margin: 0;
	letter-spacing: 0.05em;
}
section.inquiry .inqiury_container p.name{
    font-weight: 500;
    letter-spacing: 0.05em;
	margin: 1.5em auto 1em auto;
}
section.inquiry .inqiury_container address{
    font-style: normal;
    letter-spacing: 0.1em;
	margin-bottom: 1em;
}
section.inquiry .inqiury_container span.fax{
    letter-spacing: 0.1em;
    display: inline-block;
	margin-left: 1em;
}
section.inquiry .inqiury_container p.btn{
	width: 49%;
}
section.inquiry .inqiury_container p.btn a{
	margin: 0 0 0 auto;
	max-width: 100%;
	width: 18.409em;
	padding: 0.682em 0;
	border: 2px solid #EE86A1;
    letter-spacing: 0.1em;
    font-weight: 500;
}
section.inquiry .inqiury_container p.btn a:hover{
    color: #FFF;
    background-color: #EE86A1;
}
section.inquiry .inqiury_container p.btn a i{
	font-size: 1.0909em;
	margin-right: 0.3em;
}
section.inquiry .inqiury_container p.btn.mail{
}
section.inquiry .inqiury_container p.btn.mail a{
	margin: 0 auto 0 0;
	padding: 1em 0;
	width: 22.5em;
}
section.inquiry .inqiury_container p.btn.mail a:hover{
	background-color: #FFF;
	color: #E95F83;
}
section.inquiry .inqiury_container p.btn.mail a i{
	font-size: 1.3333em;
	vertical-align: text-bottom;
}

/***** top_about *****/
section.top_about{
	padding: 6em 0 0 0;
}
section.top_about .pr_container{
}
section.top_about .txt_box{
	margin: auto;
	max-width: 960px;
	width: 50%;
}
section.top_about .txt_box .txt_box_inner{
	max-width: 795px;
	margin: 2em auto 0 9%;
	width: 84%;
	padding: 2.5em 0 4em 0;
}
section.top_about .txt_box img.bird{
	width: 17.188em;
	right: 10%;
	bottom: 101%;
	left: auto;
	top: auto;
	margin: auto;
}
section.top_about .txt_box p.main_txt{
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0 auto;
    line-height: 1.6;
}
section.top_about .txt_box p.main_txt:nth-of-type(2){
	font-weight: 400;
	margin: 3em auto 5.5em auto;
	line-height: 1.7;
}
section.top_about .txt_box p.btn a{
	margin: 0 0 0 16%;
}
section.top_about img.large_img{
	max-width: 960px;
	width: 50%;
}

/***** top_service *****/
section.top_service{
	padding: 10.5em 0 8.5em 0;
}
section.top_service .service_container{
	border: 3px solid #ee86a1;
	box-sizing: border-box;
	border-radius: 1em;
	padding: 0 4%;
}
section.top_service .service_container .ttl_ribon{
	top: -0.88225em;
	text-indent: 0.2em;
}
section.top_service .service_container .service_box{
	max-width: 375px;
    width: 23.5%;
	margin-right:2%;
	padding: 2.5em 0 4.2em 0;
}
section.top_service .service_container .service_box.last{
	margin-right:0;
}
section.top_service .service_container .service_box .tokucyo p{
	letter-spacing: 0.1em;
	font-weight: 500;
	position: relative;
	margin: 0 auto;
}
section.top_service .service_container .service_box .tokucyo p:after{
	content: '';
	height: 4px;
	width: 100%;
	background-color: #ee86a1;
	position: absolute;
	border-radius: 1em;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	margin: auto;
}
section.top_service .service_container .service_box .tokucyo p span{
	font-size: 2.3076em;
	font-weight: 400;
	letter-spacing: 0.1em;
	vertical-align: middle;
	margin-left: 0.25em;
	line-height: 1.4;
}
section.top_service .service_container .service_box .bg_pink{
	padding: 0.083em 0;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-bottom: 0.5em;
}
section.top_service .service_container .service_box .bg_pink + p{
	letter-spacing: 0.13em;
	line-height: 1.8;
	font-weight: 400;
	margin: 0 auto;
}



/******************************************* ipad ********************************************************/
@media (min-width: 1280px) and (max-width: 1563px) {
	/*chrome*/
	_:lang(x)::-internal-media-controls-overlay-cast-button, header.site_header .site_logo{
		position: relative;
    	top: -1em;
		width: 165px;
	}
	_:lang(x)::-internal-media-controls-overlay-cast-button, header.site_header .site_logo a span {
		width: 204px;
		position: absolute;
		transform: scale(0.8);
		left: -1.5vw;
		right: 0;
		margin: auto;
		top: 100%;
		bottom: auto;
	}
}
@media (min-width: 768px) and (max-width: 1279px) {
	
	body{font-size:12px;}
	.pad {display:block;}
	header.site_header #header_nav ul{
		padding:0.5em 0;
	}
	header.site_header #header_nav ul li{
		font-size: 0.8em;
	}
	/*chrome*/
	_:lang(x)::-internal-media-controls-overlay-cast-button, header.site_header .site_logo{
		position: relative;
    	top: -1em;
		width:100px;
	}
	_:lang(x)::-internal-media-controls-overlay-cast-button, header.site_header .site_logo a span {
		width: 204px;
		position: absolute;
		transform: scale(0.5);
		left: auto;
		right: -54%;
		margin: auto;
		top: 91%;
		bottom: auto;
	}

	
	footer.site_footer .site_logo {
		width: 17em;
    	max-width: none;
	}
	footer.site_footer #footer_nav{
		width: calc(100% - 17em);
	}
	footer.site_footer #footer_nav p{
		margin: 0 auto 1.2em 1.5em;
	}
	
	section.top_about .txt_box .txt_box_inner{
		font-size: 0.875em;
		padding: 0 0 4em 0;
		margin-top: 0;
	}
	section.top_about .txt_box img.bird{
		width: 13.188em;
		right: 0%;
		bottom: 106%;
	}
}


/*******************************
/* TR：2025.08.20
*******************************/

.facility-place-lineup{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	margin: 3.5em auto;
}
.facility-place-lineup *{
	box-sizing: border-box;
}
.facility-place-lineup > div{
	flex: 0 0 47.8%;
	display: flex;
	flex-direction: column;
	max-width: 750px;
	background: #fff;
	padding-bottom: 2.5em;
}
.facility-place-lineup > div > div.image{}
.facility-place-lineup > div > div.data{
	width: 80%;
	padding: 1.0em 0;
	margin: 0 auto;
}
.facility-place-lineup > div > div.data dl{
	font-size: 1.125em;
}
.facility-place-lineup > div > div.data dl dt,
.facility-place-lineup > div > div.data dl dd{
	margin: 0;
}
.facility-place-lineup > div > div.data dl > div{
	display: flex;
	border-bottom: 2px dotted #c4c4c4;
	padding: 1.25em 0;
}
.facility-place-lineup > div > div.data dl > div > dt{
	position: relative;
	flex: 0 0 45%;
	font-weight: 500;
	padding-left: 1em;
}
.facility-place-lineup > div > div.data dl > div > dt::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	background: #ee86a1;
	width: 0.35em;
	height: 1.5em;
	border-radius: 999px;
}
.facility-place-lineup > div > div.data dl > div > dd{
	flex: 0 0 55%;
}
.facility-place-lineup > div > div.more{
	margin-top: auto;
}
.facility-place-lineup > div > div.more p.more{
	font-size: 1.125em;
	text-align: center;
}
.facility-place-lineup > div > div.more p.more > a{
	display: inline-block;
	max-width: 100%;
	width: 18.5em;
	background: #e96183;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.1em;
	border: 2px solid #e96183;
	border-radius: 999px;
	padding: 0.682em 0;
}
.facility-place-lineup > div > div.more p.more > a:hover{
	background: #fff;
	color: #e96183;
}
.facility-place-lineup > div > div.more p.more > a i{
	font-weight: 400;
	margin-right: 0.5em;
}
.facility-place-lineup .facility-title.type-01{
	background: #fff;
	color: #e96183;
	font-weight: 500;
	text-align: center;
	border: 2px solid #e96183;
	padding: 0.25em 0;
	margin: 0 auto;
}
.facility-place-lineup .facility-title.type-02{
	background: #fff;
	color: #e96183;
	font-weight: 500;
	text-align: center;
	border: 2px solid #e96183;
	padding: 0.25em 0;
	margin: 0 auto;
}
.facility-place-lineup .facility-title i{
	font-weight: 400;
	margin-right: 0.5em;
}
@media screen and (max-width: 767px){
/* mobile -------------------------------------------------------------------------------------------- */
	.facility-place-lineup{
		display: block;
	}
	.facility-place-lineup > div + div{
		margin-top: 2.5em;
	}
	.facility-place-lineup > div > div.data{
		width: 90%;
	}
	.facility-place-lineup > div > div.data dl > div{
		display: block;
	}
	.facility-place-lineup > div > div.data dl > div > dt{
		margin-bottom: 0.5em;
	}
}

/* facility-photos */

.facility-photos{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2.5em 2.6%;
	margin: 3.5em auto;
}
.facility-photos > div.box{
	flex:0 0 calc((100% - (2.6% * 2)) / 3);
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 495px;
}
.facility-photos > div.box > div.unit{
	position: relative;
}
.facility-photos > div.box > div.unit > p.label{
	position: absolute;
	top: auto;
	bottom: 1em;
	left: 0;
	right: auto;
	display: inline-block;
	min-width: 8.9em;
	background: #fff;
	font-size: 1.25em;
	text-align: center;
	padding: 0.625em 0;
	margin: auto;
}
@media screen and (max-width: 767px){
/* mobile -------------------------------------------------------------------------------------------- */
	.facility-photos{
		display: block;
	}
	.facility-photos > div.box + div.box{
		margin-top: 3.0em;
	}
}

