@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:375px) {} /* iPhoneSE 375px / iPhone12mini 360px */

body {
	background-color: #f1ebe8;
}

/*************************************************

 top-partstitle

*************************************************/
.top-partstitle {
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}
.top-partstitle > * {
	display: block;
}
@media only screen and (max-width:767px) {
	.top-partstitle {
		font-size: 18px;
	}
}



/*************************************************

 mainvisual

*************************************************/
.top-mainvisual {
	position: relative;
	/* position: fixed; */
	/* top: 0; */
	/* left: 0; */
	z-index: 1;
    background-color: #f1ebe8;
}
.top-mainvisual_item {
	line-height: 0;
}
.top-mainvisual_item {
	overflow: hidden;
	height: 100vh;
	/* height: 100svh; */
}
@media screen and (max-width: 767px) {
	.top-mainvisual_item {
		display: grid;
		place-items: center;
	}
}
.top-mainvisual_item img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.top-mainvisual__text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: calc(68 / 1920 * 100vw);
	text-align: center;
	font-weight: 700;
	transform: translateY(-50%);
	text-shadow: 0px 0px 5px rgba(0,0,0,0.6);
	z-index: 2;
    letter-spacing: 7px;
}
.top-mainvisual figure {
	position: relative;
	width: 100%;
}
.top-mainvisual figcaption {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 10px;
	color: #fff;
	font-size: 10px;
	background-color: rgba(0, 0, 0, 0.8);
	line-height: 1.8;
}
@media only screen and (max-width:767px) {
	.top-mainvisual__text {
		font-size: 6.5vw;
        letter-spacing: 2px;
	}
}


/*************************************************

 top-leadarea

*************************************************/
/* .top-leadarea-space {
	margin-top: 100svh;
} */
.top-leadarea {
	padding: 65px 20px;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 2;
}
@media only screen and (max-width:767px) {
	.top-leadarea {
		font-size: 18px;
	}
}



/*************************************************

 top-newsarea

*************************************************/
.top-newsarea {
	margin-bottom: 70px;
	padding: 0 20px;
}
.top-newsarea .news_list {
	max-width: 500px;
	margin: 0 auto;
	font-size: 14px;
}
.top-newsarea .news_list li{
	display: flex;
}
.top-newsarea .news_list li + li {
	margin-top: 8px;
}
.top-newsarea .news_list a {
	text-decoration:underline;
}
.top-newsarea .news_list a:hover {
    opacity: 0.7;
}
.top-newsarea .news_list .date {
	min-width: 5em;
}
.top-newsarea .news_list .txt {
	/*width: calc(100% - 2.5em);*/
}

@media only screen and (max-width:767px) {
.top-newsarea .news_list {
	max-width: 340px;
    }
}

.top-newsarea .toptopic {
    text-align: center;
    margin-bottom: 40px;
    display: block!important;
    border: 1px solid #333;
    padding: 16px 10px;
}
/*************************************************

 top-facilityarea

*************************************************/
.top-facilityarea {
	margin-bottom: 80px;
}
.facility_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 940px;
	margin: 0 auto;
}
.facility_list li {
	position: relative;
	width: calc(50% - 10px);
	margin-bottom: 40px;
}
.facility_list li.is-off {
	opacity: 0.5;
}
.facility_list li.is-off::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	z-index: 10;
}
.facility_list li.is-off a {
	pointer-events: none;
}
.facility_list li.in_wide {
	width: 100%;
}
.facility_list li a {
	position: relative;
	overflow: hidden;
	display: block;
	height: 310px;
	color: #fff;
	text-decoration: none;
}
.facility_list figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.facility_list a img {
	transform: scale(1);
	transition: transform 0.4s;
}
.facility_list li a:hover img {
	transform: scale(1.1);
}
.facility_list figure:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.facility_list figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.facility_list .txt {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	transform: translateY(-50%);
	text-align: center;
	z-index: 2;
}
.facility_list .cap_text {
	margin: 15px 15px 0;
	font-size: 16px;
	text-align: center;
}
@media only screen and (max-width:767px) {
	.facility_list li {
		width: 100%;
	}
}

/*************************************************

 top-maparea

*************************************************/
.top-maparea {
	margin-bottom: 20px;
}
.top-maparea .gmap {
	position: relative;
	max-width: 670px;
	margin: 0 auto;
	aspect-ratio: 67 / 40;
}
.top-maparea .gmap > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
@media only screen and (max-width:767px) {
	.top-maparea {
		margin-bottom: 20px;
	}
}




.modalArea {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	-webkit-overflow-scrolling: touch;
	z-index: 9999;
}
.modalTable {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	padding: 60px 20px;
	table-layout: fixed;
}
.modalCell {
	display: table-cell;
	vertical-align: middle;
}
.modalInner {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.modalInner img {
	max-width: 100%;
	height: auto;
}
.modalInner .inVertical img {
	max-width: 60%;
}
.modalContents figure {
	position: relative;
}
.modalContents figcaption {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 10px;
	color: #fff;
	font-size: 10px;
	background-color: rgba(0, 0, 0, 0.8);
}
.modalClose {
	position: absolute;
	top: -60px;
	right: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.modalClose:before,
.modalClose:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	margin-left: -20px;
	background-color: #fff;
}
.modalClose:before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.modalClose:after {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.modalArea .swiper-button-prev,
.modalArea .swiper-button-next {
	color: #fff;
}
@media only screen and (max-width:767px) {
	.modalArea {
		-webkit-overflow-scrolling: touch;
	}
}

/*************************************************

 top-addressarea

*************************************************/
.top-addressarea {
	margin-bottom: 80px;
	padding: 0 20px;
}
.top-addressarea .address_list {
	max-width: 400px;
	margin: 0 auto;
	font-size: 14px;
}
.top-addressarea .address_list li + li {
	margin-top: 5px;
}
.top-addressarea .address_list li {
	display: flex;
	text-decoration: none;
}
.top-addressarea .address_list .date {
	width: 5.8em;
}
.top-addressarea .address_list .txt {
	width: calc(100% - 2.5em);
}

@media only screen and (max-width:767px) {
.top-addressarea {
	margin-bottom: 70px;
}
}

/*************************************************

 top-sns

*************************************************/
.top-sns {
	margin: 8rem 2rem;
}
.top-sns__list {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
}
.top-sns__list li {
	margin: 0 1.5rem;
}
.top-sns__list a {
	display: block;
}
.pic-1column-img iframe {
	aspect-ratio: 940 / 500;
	width: 100%;
	height: auto;
}

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  left:50%;
  bottom:10px;
    /*全体の高さ*/
  height:50px;
  z-index: 10;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
  position: absolute;
  left: -50%;
  top: clamp(-40px,-3vw,-15px);
  transform: translateX(-50%);
    /*テキストの形状*/
  color: #eee;
  font-size: clamp(0.7rem,2vw,1.4em);
  letter-spacing: 0.05em;
  text-shadow: #333 0px 0px 4px,#333 0px 0px 4px,#333 0px 0px 4px,#333 0px 0px 8px,#333 0px 0px 8px,#333 0px 0px 8px;
}

/* 線の描写 */
.scrolldown1::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
  box-shadow: 4px 4px 4px #000,4px 4px 8px #000;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

 .video-wrapper {
    display: flex;
    justify-content: center;
  }
  .video-wrapper video {
    max-width: 100%;
    height: auto;
  }