@charset "utf-8";

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

facilityページスタイル

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

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

/* ▼全体PC */

/* ▼facility PC */
#facility .inner {
	padding: 90px 0 50px 0;
	position: relative;
	box-sizing: border-box;
}

#facility h1 {
	font-size: 24px; font-size: 2.4rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #830036;
	margin-bottom: 25px;
	position: absolute;
}

#facility h1 span {margin-right: 30px;}

#facility h1 img {
	width: 231px;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: -20px;
}

.pagemenu {
	width: 435px;
	margin: 0 0 45px auto;
}

.pagemenu ul {margin-bottom: 16px;}

.pagemenu li {margin-bottom: 8px;}

.pagemenu li a {
	display: block;
	color: #000;
	font-weight: bold;
	background: #f2f2f2;
	text-decoration: none;
	text-align: center;
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	padding: 10px 0;
}

.pagemenu li a:hover {text-decoration: underline;}

.pagemenu p {
	font-size: 14px; font-size: 1.4rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
}

.facilitybox_f {
	padding: 30px 0 10px 0;
	border-top: solid 1px #c9caca;
}

.facilitybox_f .f_list li {margin-bottom: 20px;}

.facilitybox {
	display: flex;
	justify-content: space-between;
	padding: 50px 0 80px 0;
	border-top: solid 1px #c9caca;
}

.facilitybox h2 {
	font-size: 22px; font-size: 2.2rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 40px;
	padding: 0 0 0 72px;
	min-height: 55px;
}

.facilitybox h2 span {
	display: block;
	font-size: 14px; font-size: 1.4rem;
	font-feature-settings: "palt" 1;
}

.facilitybox > div:nth-of-type(1) {width: 440px;}

.facilitybox > div:nth-of-type(2) {width: 400px;}

#facility_p01.facilitybox h2 {
	background: url("../img/facility/title_icon01.png") left no-repeat;
	background-size: 55px;
	image-rendering: -webkit-optimize-contrast;
}

#facility_p02.facilitybox h2 {
	background: url("../img/facility/title_icon02.png") left no-repeat;
	background-size: 55px;
	image-rendering: -webkit-optimize-contrast;
}

#facility_p03.facilitybox h2 {
	background: url("../img/facility/title_icon03.png") left no-repeat;
	background-size: 55px;
	image-rendering: -webkit-optimize-contrast;
}

#facility_p04.facilitybox h2 {
	padding: 0 0 0 140px;
	background: url("../img/facility/title_icon04.png") no-repeat, url("../img/facility/title_icon05.png") no-repeat;
	background-position: left center, left 65px center;
	background-size: 55px, 55px;
	image-rendering: -webkit-optimize-contrast;
}

.f_txt {
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	margin-bottom: 25px;
}

.f_list {margin-bottom: 25px;}

.f_list li {
	font-size: 15px; font-size: 1.5rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	list-style: disc;
	margin: 0 0 10px 20px;
}

.facilitybox > div:nth-of-type(2) img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.photo_mb {margin-bottom: 20px;}

strong {font-weight: bold;}

.red {
	color: #e83820;
	text-decoration: underline;
	font-weight: bold;
}

.iconbox {
	padding: 50px 0 20px 0;
	border-top: solid 1px #c9caca;
}

.iconbox h2 {
	font-size: 22px; font-size: 2.2rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	margin-bottom: 50px;
}

.iconbox h2 span:nth-of-type(1) {margin-left: 15px;}

.iconbox h2 span:nth-of-type(2) {
	font-size: 15px; font-size: 1.5rem;
	font-weight: normal;
	margin-left: 90px;
}

.iconlist {
	display: flex;
	flex-wrap: wrap;
}

.iconlist > li {
	width: 156px;
	margin-right: 30px;
	margin-bottom: 60px;
}

.iconlist > li:nth-of-type(5n) {margin-right: 0;}

.iconimg {margin-bottom: 20px;}

.iconimg img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.s_jptxt {
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}

.s_entxt {
	font-size: 12px; font-size: 1.2rem;
	line-height: 1.6;
	text-align: center;
}

.s_p_txt {
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}

}

@media only screen and (max-width: 767px) {

/* ▼全体SP */

/* ▼facility SP */
#facility .inner {
	padding: 14vw 0;
	position: relative;
	box-sizing: border-box;
}

#facility h1 {
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #830036;
	text-align: center;
	margin-bottom: 10vw;
}

#facility h1 span {
	display: block;
	margin-bottom: 4vw;
}

#facility h1 img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
}

.pagemenu {
	width: 100%;
	margin: 0 auto 14vw auto;
}

.pagemenu ul {margin-bottom: 4vw;}

.pagemenu li {margin-bottom: 2vw;}

.pagemenu li a {
	display: block;
	color: #000;
	font-weight: bold;
	background: #f2f2f2;
	text-decoration: none;
	text-align: center;
	font-size: 3.4vw;
	font-feature-settings: "palt" 1;
	padding: 3vw 0;
}

.pagemenu li a:hover {text-decoration: underline;}

.pagemenu p {
	font-size: 3.4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
}

.facilitybox_f {
	padding: 8vw 0 4vw 0;
	border-top: solid 1px #c9caca;
}

.facilitybox_f .f_list li {margin-bottom: 3vw;}

.facilitybox {
	padding: 10vw 0 6vw 0;
	border-top: solid 1px #c9caca;
}

.facilitybox h2 {
	font-size: 5.5vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 9vw;
	padding-top: 14vw;
}

.facilitybox h2 span {
	display: block;
	font-size: 3.2vw;
	font-feature-settings: "palt" 1;
}

.facilitybox > div:nth-of-type(2) {padding: 5vw 0 5vw 0;}

#facility_p01.facilitybox h2 {
	background: url("../img/facility/title_icon01.png") center top no-repeat;
	background-size: 12vw;
	image-rendering: -webkit-optimize-contrast;
}

#facility_p02.facilitybox h2 {
	background: url("../img/facility/title_icon02.png") center top no-repeat;
	background-size: 12vw;
	image-rendering: -webkit-optimize-contrast;
}

#facility_p03.facilitybox h2 {
	background: url("../img/facility/title_icon03.png") center top no-repeat;
	background-size: 12vw;
	image-rendering: -webkit-optimize-contrast;
}

#facility_p04.facilitybox h2 {
	background: url("../img/facility/title_icon04.png") no-repeat, url("../img/facility/title_icon05.png") no-repeat;
	background-position: left 32vw top, right 32vw top;
	background-size: 12vw, 12vw;
	image-rendering: -webkit-optimize-contrast;
}

.f_txt {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	text-align: left;
	margin-bottom: 5vw;
}

.f_list {
	width: 86%;
	margin: 0 auto 5vw auto;
}

.f_list li {
	font-size: 3.5vw;
	line-height: 1.6;
	font-feature-settings: "palt" 1;
	list-style: disc;
	margin-bottom: 3vw;
}

.facilitybox > div:nth-of-type(2) img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.photo_mb {margin-bottom: 4vw;}

strong {font-weight: bold;}

.red {
	color: #e83820;
	text-decoration: underline;
	font-weight: bold;
}

.iconbox {
	padding: 10vw 0 2vw 0;
	border-top: solid 1px #c9caca;
}

.iconbox h2 {
	font-size: 5.5vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 12vw;
}

.iconbox h2 span:nth-of-type(1) {
	display: block;
}

.iconbox h2 span:nth-of-type(2) {
	display: block;
	font-size: 3.5vw;
	font-weight: normal;
	padding-top: 1vw;
}

.iconlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.iconlist > li {
	width: 48%;
	margin-bottom: 10vw;
}

.iconimg {margin-bottom: 3vw;}

.iconimg img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.s_jptxt {
	font-size: 4vw;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}

.s_entxt {
	font-size: 3.4vw;
	line-height: 1.6;
	text-align: center;
}

.s_p_txt {
	font-size: 4vw;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}

}
