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

/* ============================
		Reset
 ============================ */


.gotoTopButtom {
background-color: #539aac;
}

/* ============================
		mainVisualSection
 ============================ */

.mainVisualSection {
background-image: url("../../common/images/vi_kotobiki001.webp");
width: 100%;
height: 470px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

.mainVisualSection h1 {
font-family: "Zen Old Mincho", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 3.0rem;
line-height: 1.5em;
color: #fff;
position: absolute;
top: 20px;
left: 15px;
filter: drop-shadow(0px 0px 2px rgba(0,0,0,1));
}

.mainVisualSection h1 span {
display: block;
font-size: 1.8rem;
}


/* for TB & PC */
@media screen and (min-width: 768px) {

	.mainVisualSection {
/*	height: calc(100vh - 155px);*/
	height: calc(80vh - 100px);
	background-position: center calc(50% + 0px);
	}

	.mainVisualSection h1 {
	font-size: 5.0rem;
	top: 50px;
	left: 70px;
	}
	
	.mainVisualSection h1 span {
	font-size: 2.8rem;
	}

}



/* ============================
		fixThisContact
 ============================ */

.fixThisContact {
position: fixed;
top: calc(50% - 150px);
right: 0;
z-index: 90;
filter: drop-shadow(0px 0px 3px rgba(255,255,255,1)) drop-shadow(0px 0px 3px rgba(255,255,255,1));
}

.fixThisContact a {
display: block;
}

.fixThisContact img{
height: 200px;
}



@media print, screen and ( min-width : 1201px ) {

	.fixThisContact {
	top: calc(50% - 80px);
	filter: drop-shadow(0px 0px 3px rgba(255,255,255,1)) drop-shadow(0px 0px 3px rgba(255,255,255,1)) drop-shadow(0px 0px 3px rgba(255,255,255,1));
	}

	.fixThisContact img{
	height: 241px;
	}
}


/* ============================
		pageTabSection
 ============================ */

.pageTabSection {
padding: 2em 0;
background-color: #edf5f7;
}

.pageTabSection .pageTabList li {
margin-bottom: 16px;
}
.pageTabSection .pageTabList li:last-child {
margin-bottom: 0;
}

.pageTabSection .pageTabList a {
display: table;
width: 100%;
background-image: url("../../common/images/arrow004.svg");
background-repeat: no-repeat;
background-position: right 6px center;
background-size: 18px auto;
padding: 15px 0;
border-radius: 50px;
background-color: #539aac;
max-width: 400px;
margin: 0 auto;
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.4rem;
color: #fff;
text-align: center;
filter: drop-shadow(0px 0px 3px rgba(255,255,255,1)) drop-shadow(0px 0px 3px rgba(255,255,255,1));
}

/* for SP */
@media screen and (max-width: 767px) {

.pageTabSection {
padding: 2em 10px;
}

}


/* for PC */
@media screen and (min-width: 1201px) {

	.pageTabSection {
	padding: 0;
	background-color: transparent;
	margin: -75px 0 25px 0;
	}

	.pageTabSection .pageTabList {
	display: table;
	text-align: center;
	width: 1150px;
	margin: 0 auto ;
	}

	.pageTabSection .pageTabList li {
	margin-bottom: 0;
	display: table-cell;
	width: calc(100% / 4);
	box-sizing: border-box;
	padding: 0 15px;
	}

	.pageTabSection .pageTabList a {
	display: block;
	width: 100%;
	padding: 15px 0;
	border-radius: 50px;
	background-color: #539aac;
	max-width: none;
	margin: 0 auto;
	font-size: 1.7rem;
	color: #fff;
	text-align: center;
	}
	
	.bottomPageTab {
	height: 1em;
	}

}




/* ============================
		common
 ============================ */

.commonSection {
padding: 4em 0;
}


.common-h2 {
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.8rem;
letter-spacing: 0.12em;
line-height: 1.2em;
margin-bottom: 20px;
}

.common-h3 {
font-size: 2.4rem;
line-height: 1.5em;
margin-bottom: 1em;
}

.common-h3 span {
display: inline;
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.4rem;
letter-spacing: 0.12em;
color: #539aac;
background:linear-gradient(transparent 70%, rgba(96,174,195,0.1) 10%);
}

.common-h4 {
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.0rem;
line-height: 1.2em;
/*border-left: 1em solid #539aac;
padding-left: 0.25em;*/
margin-bottom: 1em;
padding-left: 1em;
text-indent: -1em;
}

.common-h4::before {
content: "■";
color: #539aac;
margin-right: 8px;
}



/*#f9f1ea*/

.body {
line-height: 1.75em;
margin-bottom: 4em;
}

.body a {
color: #539aac;
text-decoration: underline;
}


/* for PC */
@media screen and (min-width: 1201px) {

	.commonSection {
	padding: 4em 0;
	}

	.commonSection .smartContainer {
	padding: 0 100px;
	}

	.common-h2 {
	font-size: 3.6rem;
	margin-bottom: 60px;
	}

	.common-h3 {
	margin-bottom: 30px;
	}

	.common-h3 span {
	font-size: 2.4rem;
	}

	.common-h4 {
	font-size: 2rem;
	}

}


/* ============================
		aboutSection
 ============================ */


.aboutSection .lead {
font-size: 1.6rem;
line-height: 2em;
margin-bottom: 4em;
}


.aboutSection .facilityTable {
border-collapse: collapse;
width: 100%;
margin-bottom: 2em;
}

.aboutSection .facilityTable th {
font-size: 1.6rem;
line-height: 1.5em;
font-weight: bold;
white-space: nowrap;
padding: 0.5em;
background-color: rgba(96,174,195,0.1);
border-bottom: 1px #ddd solid;
vertical-align: middle;
}

.aboutSection .facilityTable td {
font-size: 1.6rem;
line-height: 1.5em;
padding: 0.5em;
border-bottom: 1px #ddd solid;
vertical-align: middle;
}

.aboutSection .facilityTable tr:first-child th,
.aboutSection .facilityTable tr:first-child td {
border-top: 1px solid #ddd;
}


.photoGallery001 li {
margin-bottom: 1em;
}

.photoGallery001 img {
width: 100%;
border-radius: 10px;
}


.photoGallery002 li {
margin-bottom: 1em;
}

.photoGallery002 img {
width: 100%;
border-radius: 10px;
}



.photoGallery003 li {
margin-bottom: 1em;
}

.photoGallery003 img {
width: 100%;
border-radius: 10px;
}


.facilityList > li {
margin-bottom: 2em;
}


.rihabiriMargin {
margin-bottom: 2em;
}



/* for PC */
@media screen and (min-width: 1201px) {


	.aboutSection .lead {
	font-size: 2.0rem;
	}

	.photoGallery001 {
	float: right;
	margin-left: 2em;
	width: calc(60% - 0px);
	}
	

	.photoGallery001 li {
	float: left;
	width: calc(50% - 1em);
	margin-right: 1em;
	}
	.photoGallery001 li:last-child {
	margin-right: 0;
	}


	.photoGallery002 {
	float: left;
	width: calc(30% - 0px);
	margin-right: 2em;
	}



	.photoGallery003 {
	float: left;
	margin-right: 1em;
	width: calc(63% - 0px);
	}

	.photoGallery003 li {
	float: left;
	width: calc(50% - 1em);
	margin-right: 1em;
	}
	.photoGallery003 li:last-child {
	margin-right: 0;
	}


	.aboutSection .facilityTable {
	margin-bottom: 4em;
	}

	.aboutSection .facilityTable th {
	font-size: 1.6rem;
	line-height: 1.75em;
	padding: 1em 0;
	text-align: center;
	width: 8em;
	}

	.aboutSection .facilityTable td {
	font-size: 1.6rem;
	line-height: 1.75em;
	padding: 1em 2em;
	}

	.facilityList > li {
	margin-bottom: 4em;
	}

	.rihabiriMargin {
	margin-bottom: 4em;
	}


}


/* ============================
		dayFlowSection
 ============================ */

.timeTable {
width: 100%;
border-collapse: collapse;
margin-bottom: 2em;
}

.timeTable th {
font-size: 1.6rem;
line-height: 1.5em;
font-weight: bold;
white-space: nowrap;
padding: 0.5em;
background-color: rgba(96,174,195,0.1);
border-bottom: 1px #ddd solid;
vertical-align: middle;
text-align: center;
}

.timeTable td {
font-size: 1.6rem;
line-height: 1.5em;
padding: 0.5em;
border-bottom: 1px #ddd solid;
vertical-align: middle;
}

.timeTable tr:first-child th,
.timeTable tr:first-child td {
border-top: 1px solid #ddd;
}

.timeTable td h3 {
font-size: 1.6rem;
line-height: 1.5em;
}

/* for PC */
@media screen and (min-width: 1201px) {

	.timeTable {
	margin-bottom: 4em;
	}

	.timeTable th {
	font-size: 1.6rem;
	line-height: 1.75em;
	padding: 1em 2em;
	text-align: center;
	}

	.timeTable td {
	font-size: 1.6rem;
	line-height: 1.75em;
	padding: 1em 2em;
	}

	.timeTable td h3 {
	font-size: 1.6rem;
	line-height: 1.5em;
	}


}



/* ============================
		downloadSection
 ============================ */

.downloadSection .downloadLink {
text-align: center;
margin: 2em 0;
}

.downloadSection .downloadLink a {
display: inline-block;
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.6rem;
line-height: 1.2em;
color: #fff;
padding: 1em 4em;
border-radius: 3em;
background-color: #539aac;
background-image: url("../../common/images/fig_pdf001.svg");
background-repeat: no-repeat;
background-position: right 20px center;
background-size: 25px auto;
}


/* for PC */
@media screen and (min-width: 1201px) {

	.downloadSection .downloadLink {
	margin: 2em 0;
	}

	.downloadSection .downloadLink a {
	font-size: 2.4rem;
	background-position: right 30px center;
	background-size: 35px auto;
	}



}



/* ============================
		otherSection
 ============================ */

.otherSection {
margin: 40px 0;
}

.otherSection li a {
display: block;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
text-align: center;
line-height: 150px;
}

.otherSection li a span {
font-size: 2.2rem;
color: #fff;
filter: drop-shadow(0px 0px 2px rgba(0,0,0,1)) drop-shadow(0px 0px 2px rgba(0,0,0,1));
line-height: 1em;
}

.otherSection .kango {
margin-bottom: 2em;
}

.otherSection .kango a {
background-image: url("../../common/images/btn_other001b.webp");
}

.otherSection .hira a {
background-image: url("../../common/images/btn_other002b.webp");
}

/* for PC */
@media screen and (min-width: 1201px) {

	.otherSection {
	margin: 80px 0 0px 0;
	}
	
	.otherSection li {
	float: left;
	width: calc(50% - 30px);
	}
	.otherSection li.hira {
	float: right;
	}

	.otherSection li a {
	line-height: 120px;
	}

	.otherSection li a span {
	font-size: 3.2rem;
	color: #fff;
	filter: drop-shadow(0px 0px 2px rgba(0,0,0,1)) drop-shadow(0px 0px 2px rgba(0,0,0,1));
	}

	.otherSection .kango {
	margin-bottom: 0;
	}

}



/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}
