@charset "UTF-8";
/* CSS Document */
body{
	color: #333;
	margin: 0 auto;
	padding: 0px;
	line-height: 1;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	background-color: #f8f5ee;
}

.noto-sans-jp-<uniquifier> {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}

.jost-<uniquifier> {
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}

*{
	list-style: none;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

html{
	overflow-x: hidden;
}

p{
	line-height: 1.8em;
}

th{
	text-align: left;
}

a{
	outline: none;
}

::placeholder {
	color: #ddd;
	font-size: 12px;
}

address{
	font-style: inherit;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.block{
	overflow: hidden;
}

fit{
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

just{
	text-align: justify;
	text-justify: inter-ideograph;
}

.min{
	font-family: 'Noto Serif JP', serif;
}

img{
	border: none;
	height: auto;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

a,
a img{
	transition: 0.3s;
}

a[href^="tel:"] {
	pointer-events: none;
	color:#666;
	text-decoration: underline;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.sp{
	display: none;
}

#nav-toggle {
	position: fixed;
	top: 25px;
	right: 25px;
	height: 20px;
	cursor: pointer;
	display: none;
}
#nav-toggle > div {
	position: relative;
	width: 30px;
}
#nav-toggle span {
	width: 100%;
	height: 1px;
	left: 0;
	display: block;
	background: #333;
	position: absolute;
	transition: transform .6s ease-in-out, top .5s ease;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 10px;
}
#nav-toggle span:nth-child(3) {
	top: 20px;
}
.open #nav-toggle span {
	background: #000;
}
.open #nav-toggle span:nth-child(1) {
	top: 15px;
	transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
	top: 15px;
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 15px;
	transform: rotate(-45deg);
}
#nav-toggle {
	z-index: 1000;
}
#container {
	z-index: 900;
}
#gloval-nav {
	background-color: #fff;
	color: #999;
	position: fixed;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	z-index: 990;
	border-radius: 15px;
	text-align: center;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: left;
	font-size: 16px;
	opacity: 0;
	padding-top: 100px;
	transition: opacity .6s ease, visibility .6s ease;
	box-shadow: 0px 0 15px 0px rgba(0, 0, 0, 0.35);
}
#gloval-nav a {
	display: block;
	color: #000;
	font-size: 20px;
	text-decoration: none;
	padding: 20px 25px;
	text-align: left;
	border-bottom: 1px solid #ddd;
	position: relative;
	transition: color .6s ease;
}
#gloval-nav a i{
	position: absolute;
	right: 20px;
}
#gloval-nav a:hover {
	color: #666;
}
#gloval-nav ul {
	list-style: none;
}
#gloval-nav ul li {
	opacity: 0;
	transform: translateX(200px);
	transition: transform .6s ease, opacity .2s ease;
}
#gloval-nav ul li:nth-child(2) {
	transition-delay: .1s;
}
#gloval-nav ul li:nth-child(3) {
	transition-delay: .2s;
}
#gloval-nav ul li:nth-child(4) {
	transition-delay: .3s;
}
#gloval-nav ul li:nth-child(5) {
	transition-delay: .4s;
}
#gloval-nav ul li:nth-child(6) {
	transition-delay: .5s;
}
#gloval-nav ul li:nth-child(7) {
	transition-delay: .6s;
}
#gloval-nav ul li:nth-child(8) {
	transition-delay: .7s;
}
#gloval-nav ul li:nth-child(9) {
	transition-delay: .8s;
}
.open {
	overflow: hidden;
}
.open #gloval-nav {
	visibility: visible;
	opacity: 1;
}
.open #gloval-nav li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity .9s ease;
}

/*----------------------------contents----------------------------*/

.swiper-slide .cont a:hover,
ul#category-list li a:hover,
.news-ctrl .news-ctrl__back:hover,
.bottom-link a:hover{
	opacity: .8;
}

/*#heads{
	background: linear-gradient(to left, #ff9b9b, #ff8a8a, #ff7a7a);
	padding: 20px 0px;
}*/

header{
	box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.2);
	padding: 0px 35px 25px;
	justify-content: space-between;
	display: flex;
	background-color: #fff;
}

header h1{
	padding-top: 30px;
	font-family: "Jost", sans-serif;
	font-size: 42px;
	font-weight: 500;
}

header #cont{
	position: relative;
}

header #cont ol{
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #f8f5ee;
	padding: 15px 20px;
	border-radius: 0px 0px 10px 10px;
}

header #cont ol li{
	display: inline-block;
}

header #cont ul#gnav{
	display: flex;
	justify-content: flex-end;
	padding-top: 65px;
}

header #cont ol li,
header #cont ul#gnav li{
	margin-left: 15px;
}

header #cont ol li a{
	color:#333;
	text-decoration: none;
	font-size: 14px;
}

header #cont ul#gnav li a{
	color:#333;
	text-decoration: none;
	font-size: 16px;
}

/*main{
	background-image: url(../img/single/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top 3px;
}*/

.inner{
	max-width: 1180px;
	width: 92%;
	margin: 0 auto;
}

.inner-lowerlayer{
	padding: 75px 0px;
}

h2.ttl{
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 24px;
}

h2.ttl span{
	font-family: "Jost", sans-serif;
}

h2.subttl{
	font-size: 28px;
	line-height: 1.4em;
}

ul#topcategory-list{
	display: flex;
	justify-content: space-between;
}

ul#topcategory-list li{
	width: 13.5%;
	text-align: center;
}

ul#topcategory-list li a{
	border: 1px solid #c9ccbc;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	font-size: 14px;
	text-decoration: none;
	color:#333;
}

ul#topcategory-list li a div{
	padding: 0px 25px;
	background-color: #fff;
}

ul#topcategory-list li a p{
	background-color: #f8f5ee;
	font-weight: bold;
	padding: 5px 0px;
}

ul#category{
	display: flex;
	flex-wrap: wrap;
}

ul#category li{
	width: 19%;
	margin-right: 1%;
}

ul#category li a{
	display: block;
	background-color: #f8f5ee;
	border-radius: 10px;
}

ul#category li:last-child,
ul#column-cont li:last-child{
	margin-right: 0px;
}

#category-list{
	line-height: 1.2em;
}

#category-list span{
	display: inline-block;
	margin-right: 10px;
	border-radius: 3px;
	color:#333;
	background-color: #F7F7F7;
	border: 1px solid #F7F7F7;
	font-size: 13px;
	padding: 5px 10px;
	line-height: 1.2em;
	text-decoration: none;
}

.reason-area .reason-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.reason-area ol li + li {margin-top: 40px;}
.reason-area ol li .reason-info{
	width: 50%;
	max-width: 50%;
}
.reason-area ol li .reason-img{
	width: 44%;
	max-width: 44%;
}

.reason-area ol li:nth-child(even) .reason-list {
	flex-direction: row-reverse;
}

.reason-area ol li .reason-info dl.reason-no {
	align-items: center;
	margin-bottom: 20px;
}

.reason-area ol li .reason-info dl.reason-no dt {
	font-size: 18px;
	font-weight: bold;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #fff;
	border: 1px solid #EFEFEF;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
}

.reason-area ol li .reason-info dl.reason-no dd {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
}

.reason-area ol li .reason-info dl.reason-no dd span {
	border-bottom: 1px solid #000000;
}

.reason-area ol li .reason-info h3 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.7em;
	margin-bottom: 2rem;
}
.reason-area ol li .reason-info p {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.8em;
}

.reason-area ol li .reason-img img {
	width: 100%;
	border-radius: 15px;
}

h1.single-ttl{
	margin-top: 15px;
}

#single-tel a{
	display: block;
	border-radius: 15px;
	padding: 12px 0px;
	text-align: center;
	background-color: #FF9B9B;
	text-decoration: none;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px;
}

#single-tel a p{
	display: inline-block;
	font-size: 34px;
	margin-left: 20px;
	font-family: "Jost", sans-serif;
	font-weight: 500;
}

#single-tel a p .fas{
	font-size: 24px;
	margin-right: 3px;
}

.result-detail__table{
	border-top: 1px solid #E3E3E3;
}

.result-detail__table th{
	border-bottom: 1px solid #E3E3E3;
	padding: 17px 0px 15px 15px;
	line-height: 1.8em;
	background-color: #f8f5ee;
	max-width: 150px;
	min-width: 150px;
	width: 150px;
	font-size: 16px;
}

.result-detail__table td{
	border-bottom: 1px solid #E3E3E3;
	padding: 17px 0px 15px 25px;
	line-height: 1.8em;
	background-color: #fff;
	font-size: 16px;
}

.result-detail__table td p{
	display: inline-block;
	font-size: 14px;
	margin-left: 25px;
}

.result-detail__table td p a{
	display: block;
	border-radius: 3px;
	background-color: #eee;
	padding: 3px 15px;
	color:#fff;
	color:#333;
	text-decoration: underline;
}

.result-detail__table td p a{
	text-decoration: none;
}

p#count{
	font-size: 20px;
	font-weigh: bold;
}

p#count span{
	font-size: 40px;
	color:#;
}

#bottom-cont{
	display: flex;
	justify-content: space-between;
	position: relative;
}

#bottom-cont #cont-left{
	width: 70%;
}

#bottom-cont #cont-right{
	width: 27%;
}

#message{
	padding: 25px;
	background-color: #f8f5ee;
}

#message h4{
	font-size: 20px;
}

#message p{
	font-size: 16px;
	line-height: 1.8em;
	padding-top: 10px;
}

ul#single-side{
	
}

ul#single-side li{
	border-bottom: 1px solid #eee;
}

ul#single-side li a{
	color:#333;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none;
	display: block;
	font-size: 14px;
	transition: .3s;
	padding-left: 3px;
}

ul#single-side li a:hover{
	color:#333;
	background-color: #eee;
	padding-left: 10px;
	transition: .3s;
}

.fixed {
	position: fixed;
	top: 20px;
	width: 100%;
}

ul#news-cont li a{
	font-size: 16px;
	color:#333;
	text-decoration: none;
	display: block;
	padding: 10px 0px;
	border-bottom: 1px solid #eee;
}

ul#news-cont li a span{
	display: inline-block;
	max-width: 150px;
	min-width: 150px;
	width: 150px;
}

ul#news-cont li a p{
	font-weight: 500;
	display: inline-block;
}

ul#features-list{
	display: flex;
	justify-content: space-between;
}

ul#features-list li{
	width: 30%;
}

ul#features-list li img{
	
}

ul#features-list li h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8em;
	padding: 20px 0px 10px;
}

ul#features-list li p{
	font-size: 14px;
	line-height: 1.6em;
}

h2.h2-subttl{
	padding: 20px 25px;
	color: #fff;
	background: #FF9B9B;
	font-weight: 500;
	box-shadow: 0px 0px 0px 5px #FF9B9B;
	border: dashed 2px white;
	padding: 20px 15px;
	font-weight: 500;
}

h3.h3-subttl{
	margin-top: 30px;
	margin-bottom: 30px;
	letter-spacing: 0.08em;
	font-weight: bold;
	font-size: 20px;
	padding-left: 15px;
	position: relative;
}

h3.h3-subttl:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 3px;
	height: 100%;
	border-radius: 3px;
	background-color: #FF9B9B;
}

p.features-txt{
	padding: 30px 0px;
}

.cta{
	background-color: #FF9B9B;
	color:#fff;
	text-align: center;
}

ul#column-cont{
}

ul#column-cont li{
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

ul#news-cont li a:last-child{
	border-bottom: none;
	padding-bottom: 0px;
}

ul#column-cont li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

ul#column-cont li a{
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul#column-cont li .ichach{
	width: 25%;
}

ul#column-cont li .cont{
	width: 70%;
}

ul#column-cont li .ichach img{
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	height: 100px;
	border-radius: 5px;
}

ul#column-cont li span{
	color:#ccc;
	display: block;
	text-decoration: none;
	margin: 15px 0px 10px;
}

ul#column-cont li p{
	font-size: 16px;
	color:#333;
	line-height: 1.6em;
}

.news-wrap {
    padding: 55px 0 0;
}

.news-list {
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;
}

.news-list .news-list__item {
    border-bottom: .1rem solid #DDDDDD;
}

.news-list .news-block {
    display: flex;
    align-items: flex-start;
    padding: 3rem 0;
}

.news-list .news-date {
    min-width: 13.3rem;
    font-size: 1.6rem;
    color: #999999;
    letter-spacing: .05em;
    line-height: 1.875;
    padding-right: 1rem;
}

.news-list .news-cate {
    min-width: 13.3rem;
    padding-right: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.news-list .news-cate .news-cate__item {
    display: inline-block;
    padding: .5rem 2.2rem;
    background: var(--brown);
    border-radius: 1.5rem;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 2rem;
}

.news-list .news-title {
    flex-grow: 1;
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.875;
}

.news-head {
    width: 100%;
    margin: 0 auto 50px;
}

.news-head .news-cate {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.news-head .news-cate .news-cate__item {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    border: .1rem solid #eee;
    border-radius: 2rem;
}

.news-head .news-title {
    font-size: 42px;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 15px;
}

.news-head .news-date {
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.8;
    font-family: "Jost", sans-serif;
}

.news-body {
    background-color: #f8f5ee;
    padding: 60px;
    font-size: 16px;
    border-radius: 20px;
    line-height: 2.5;
    width: 100%;
    margin: 0 auto;
}

.news-body .frame{
	background-color: #fff;
	padding: 40px;
	border-radius: 20px;
}

.news-body .wp-block-group + .wp-block-group {
    margin-top: 7rem;
}

.news-body p + p {
    margin-top: .5em;
}

.news-body h2 {
    font-size: 2.6rem;
    line-height: 1.423;
    font-weight: bold;
    padding-bottom: 2rem;
    border-bottom: .1rem solid #CECECE;
    position: relative;
    margin-bottom: 3rem;
}

.news-body h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    width: 19rem;
    height: .1rem;
    background: var(--brown);
    content: '';
}

.news-body h3 {
    border: .1rem solid var(--brown);
    color: var(--brown);
    font-size: 2rem;
    line-height: 1.45;
    padding: 2rem 3rem;
    margin-bottom: 3rem;
}


.news-ctrl {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 45px;
    text-align: center;
}

.news-ctrl .news-ctrl__back {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    padding: 10px 0px;
    background-color: #ee827d;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    color: #fff;
}

.news-ctrl .news-ctrl__prev,
.news-ctrl .news-ctrl__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 1.6rem;
    font-family: var(--baskerville);
    line-height: 1.5;
}

.news-ctrl .news-ctrl__prev {
    left: 0;
    padding-left: 3rem;
    background: url(../img/common/icon_arrow_prev.svg) left center no-repeat;
    background-size: 1.3765rem auto;
}

.news-ctrl .news-ctrl__next {
    right: 0;
    padding-right: 3rem;
    background: url(../img/common/icon_arrow_next.svg) right center no-repeat;
    background-size: 1.3765rem auto;
}

#pagenavi{
	text-align: center;
	padding-top: 15px;
}

#pagenavi span,
#pagenavi a{
	display: inline-block;
	min-width: 35px;
	height: 35px;
	line-height: 35px;
	padding: 0 10px 0px !important;
	font-size: 15px;
	margin: 0px 3px;
	background-color: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(35px);
	font-weight: 400;
	color:#333;
}

.section{
	border: 1px solid #ededed;
	background-color: #fff;
	border-radius: 15px;
	padding: 0px 25px 25px;
	margin-bottom: 25px;
}

/*.bg{
	background-color: #f8f5ee;
	border-radius: 20px;
	padding: 0px 30px;
}*/

.new-facility{
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 10px 0;
}

.new-facility .contents{
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
	outline: 2px solid transparent;
	outline-offset: 2px;
	width: 32%;
	margin-bottom: 0;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}

.new-facility .contents:nth-child(1),
.new-facility .contents:nth-child(2),
.new-facility .contents:nth-child(3){
	margin-bottom: 20px;
}

.new-facility img{
	object-fit: cover;
	font-family: 'object-fit: cover;';
	height: 200px;
}

.new-facility .cont{
	padding: 22px;
	text-align: left;
}

.new-facility .cont p.ttl{
	font-size: 20px;
	font-weright: bold;
	line-height: 1.4em;
}

.new-facility .cont p.txt{
	position: relative;
	padding-left: 25px;
	font-size: 15px;
}

.new-facility .cont p.last{
	text-align: right;
	font-size: 11px;
	padding-top: 10px;
	line-height: 1.2em;
}

.new-facility .cont p i,
p.access-txt i{
	position: absolute;
	left: 0px;
	top: 6px;
	color:#ccc;
}

ul#area-list li{
	margin-bottom: 20px;
}

ul#area-list li h3.area-title{
	
}

ul#area-list li .area-txt{
	
}

#table-box{
	padding: 20px 10px;
	margin: 0px 100px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 75px;
}

#table-box th{
	padding: 35px 0px 35px 25px;
	border-bottom: 1px solid #333;
	width: 150px;
	min-width: 150px;
	max-width: 150px;
	line-height: 1.6em;
	color:#333;
	font-weight: 400;
	font-family: "Jost", sans-serif;
}

#table-box th,
#table-box td{
	padding: 0px;
	border: none;
}

#table-box h2.ttl{
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	min-width: 250px;
}

#table-box td a{
	color: #333;
	text-decoration: none;
	background-image: linear-gradient(#333, #333);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 0 1px;
	transition: background-size 0.3s;
}

#table-box td a:hover{
	text-decoration: underline;
}

p.access-txt{
	position: relative;
	padding-left: 25px;
	font-size: 16px;
	margin-top: 20px;
}

p.access-txt.little{
	font-size: 14px;
	margin-top: 15px;
}

p.access-txt.walk{
	margin-top: 5px;
}

p#last-data{
	padding-top: 25px;
	text-align: right;
	font-size: 14px;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
}

#title-cont{
	position: relative;
	margin-bottom: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-top: 0;
}

#title-cont #np{
	width: 125px;
	height: 125px;
	color:#fff;
	margin-right: 20px;
	background-color: #999;
	border-radius: 5px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

#title-cont #np span{
	display: block;
	font-size: 14px;
	line-height: 1.4em;
	margin: 0;
	margin-bottom: 5px;
}

#title-cont #np p{
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0;
}

#title-cont #np b{
	font-size: 12px;
	font-weight: 400;
	margin-top: 0;
	position: absolute;
	bottom: 5px;
	color:#999;
	padding: 5px;
	background-color: #fff;
	border-radius: 3px;
}

.new-facility .cont a{
	width: 100%;
	display: block;
	background-color: #ee827d;
	border-radius: 50px;
	line-height: 30px;
	color:#fff;
	text-decoration: none;
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
}

.new-facility .cont p.address{
	margin: 12px 0px 7px;
}

.facility-box{
	display: flex;
	justify-content: space-between;
}

#facility-cont{
	width: 70%;
}

#count-area{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#count-area p#area{
	font-size: 24px;
	font-weight: bold;
}

#count-area p#area span{
	font-size: 18px;
	font-weight: 400;
}

#count-area p#count{
	font-size: 32px;
	font-weight: bold;
}

#count-area p#count span{
	font-size: 18px;
	font-weight: 400;
}

#facility-side{
	width: 27%;
}

ul#facility-list li{
	margin-bottom: 20px;
	border: 2px solid #eee;
	display: block;
	background-color: #fff;
	text-decoration: none;
	color:#333;
	padding: 0 30px 25px;
	border-radius: 20px;
	position: relative;
}

ul#facility-list li p.availability{
	text-align: right;
	line-height: 1.8em;
	position: absolute;
	top: 35px;
	right: 35px;
}

ul#facility-list li p.availability b{
	font-weight: bold;
	display: block;
}

ul#facility-list li h3{
	padding: 10px 0px 0;
	font-size: 32px;
	line-height: 1.6em;
}

ul#facility-list li p.txt{
	font-size: 14px;
	line-height: 1.6em;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* ← 行数指定 */
	-webkit-box-orient: vertical;
	overflow: hidden;
}

ul#facility-list li h4{
	padding: 0px 0px 15px;
	font-size: 24px;
	line-height: 1.6em;
}

/*ul#facility-list li table{
	margin-top: 25px;
	margin-bottom: 25px;
}

ul#facility-list li table th,
ul#facility-list li table td{
	font-size: 14px;
	padding-bottom: 8px;
}

ul#facility-list li table th{
	max-width: 100px;
	min-width: 100px;
	width: 100px;
	text-align: left;
}*/

ul#facility-list li .contents{
	display: flex;
	justify-content: space-between;
	padding-bottom: 25px;
}

ul#facility-list li .contents .thumnail{
	width: 40%;
}

ul#facility-list li .contents .thumnail img{
	width: 100%;
	height: auto;
	border-radius: 20px;
}

ul#facility-list li .contents .detail{
	width: 55%;
}

.wrap {
	margin: 0 auto;
}

.swiper-slide img {
	width: 100%;
}

/* サムネイルのスタイル */
.thumbnail .swiper-slide {
	opacity: 0.5;
}

/* サムネイルのアクティブスタイル */
.thumbnail .swiper-slide-thumb-active {
	opacity: 1;
}

.bottom-link{
	text-align: right;
	padding-top: 20px;
}

.bottom-link a{
	width: 250px;
	line-height: 54px;
	border: 1px solid #FF9B9B;
	border-radius: 5px;
	color:#FF9B9B;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	font-weight: bold;
}

.bottom-link a.link{
	color:#fff;
	background-color: #FF9B9B;
	margin-left: 20px;
}

.bottom-link a.tel{
	font-size: 24px;
	font-family: "Jost", sans-serif;
	font-weight: 500;
}

.bottom-link a.tel i{
	margin-right: 3px;
	font-size: 20px;
}

.tel-wrapper {
	display: inline-block;
	text-align: center;
}

.tel-label {
	font-size: 15px;
	color: #FF9B9B;
	margin-bottom: 5px;
	font-weight: bold;
}

#sigle-bottom{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 20px 0px;
	z-index: 1;
	text-align: center;
	background-color: #fff;
	border-top: 1px solid #eee;
}

#sigle-bottom a{
	display: inline-block;
	margin: 0 20px;
	padding: 15px 0;
	width: 350px;
}

footer{
	padding-top: 100px;
	margin-top: 100px;
	background-color: #fff;
	border-radius: 50px 50px 0px 0px;
}

footer#facility-footer{
	padding-bottom: 100px;
}

footer #globalfooter{
	max-width: 1050px;
	width: 92%;
	margin: 0 auto;
}

footer p#footer-nav{
	text-align: center;
}

footer p#footer-nav a{
	display: inline-block;
	margin: 0px 10px;
}

footer small{
	display: block;
	text-align: center;
	font-size: 12px;
	padding: 20px 0px;
	margin-top: 20px;
}