@charset "utf-8";
/* Copyright 2021 FSFIELD All Rights Reserved. */

/* メインビジュアル
---------------------------------------------- */
@keyframes scroll{
  0% {
	transform: scale(1, 0);
	transform-origin: 0 0;
  }
  50% {
	transform: scale(1, 1);
	transform-origin: 0 0;
  }
  50.1% {
	transform: scale(1, 1);
	transform-origin: 0 100%;
  }
  100% {
	transform: scale(1, 0);
	transform-origin: 0 100%;
  }
}

/* タイポグラフィー
---------------------------------------------- */
@keyframes animation-typography{
  0% { 
    transform: translateX(0); 
  }
  to { 
    transform: translateX(-100%); 
  }
}

@media print, screen and (min-width:768px){ /* 表示領域が768px以上の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	トップページ

	------------------------------------------------------------ */

	/* common.css上書き
	---------------------------------------------- */
	#header{border-bottom: none;}
	
	/* メインビジュアル
	---------------------------------------------- */
	.main{
		display: flex;
		flex-direction: row-reverse;		
	}
	
	.main_image{width: calc(100% - 160px);}
	
	.main_image img{width: 100%;}
	
	.main .scroll{
		width: 160px;
		position: relative;
	}
	
	.main .scroll span{
		position: absolute;
		left: 65px;
		bottom: 70px;
		z-index: 1;
		color: #333;
		font-size: 1.4rem;
		font-weight: bold;
		font-family: 'Roboto';
		writing-mode: vertical-rl;
	}

	.main .scroll span::after{
		content: "";
		position: absolute;
		top: 65px;
		left: 12px;
		width: 1px;
		height: 55px;
		background: #999;
		animation: scroll 1.5s cubic-bezier(1, 0, 0, 1) infinite;
	}

	/* 施設紹介
	---------------------------------------------- */
	.sec_facility{
		padding: 120px 40px;
		position: relative;
	}
	
	.nav_facility{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		max-width: 1400px;
		margin: 0 auto;
	}
	
	.nav_facility .inner{
		width: 28.57%;
		margin-right: 7.14%;
	}
	
	.nav_facility .inner:nth-of-type(3n){margin-right: 0;}
	
	.nav_facility .inner:nth-child(-n+3){margin-bottom: 100px;}
	
	.nav_facility .inner .item{
		color: #333333;
		font-weight: bold;
		font-size: 2.4rem;
		line-height: 1;
		margin-bottom: 20px;
	}
	
	.nav_facility .inner .image{
		position: relative;
		margin-bottom: 15px;
	}
	
	.nav_facility .inner:nth-of-type(1) .image{
		border-image: linear-gradient(to right, #88DDF5 0%, #59C6C0 100%);
		border-top: 4px solid;
		border-image-slice: 1;
	}
	
	.nav_facility .inner:nth-of-type(2) .image{
		border-image: linear-gradient(to right, #FF744F 0%, #ED3131 100%);
		border-top: 4px solid;
		border-image-slice: 1;
	}
	
	.nav_facility .inner:nth-of-type(3) .image{
		border-image: linear-gradient(to right, #B48AD4 0%, #7749A7 100%);
		border-top: 4px solid;
		border-image-slice: 1;
	}
	
	.nav_facility .inner:nth-of-type(4) .image{
		border-image: linear-gradient(to right, #FAB82A 0%, #FC841A 100%);
		border-top: 4px solid;
		border-image-slice: 1;
	}
	
	.nav_facility .inner:nth-of-type(5) .image{
		border-image: linear-gradient(to right, #9FD628 0%, #4CCB43 100%);
		border-top: 4px solid;
		border-image-slice: 1;
	}
	
	.nav_facility .inner:nth-of-type(6) .image{
		border-image: linear-gradient(to right, #FFC4B7 0%, #FE899D 100%);
		border-top: 4px solid;
		border-image-slice: 1;
	}
	
	.nav_facility .inner .image img{width: 100%;}
	
	.nav_facility .inner .image .btn_type02{
		position: absolute;
		right: 0;
		bottom: 0;
	}
	
	.nav_facility .inner .txt{line-height: 1.6;}

	.nav_facility .inner .note{font-size: 1.4rem;}
	
	.sec_facility .typography{
		position: absolute;
		top: 95px;
		right: 0;
		z-index: -1;
	}
	
	.sec_facility .typography span{
		font-family: 'Montserrat';
		color: #F4F4F4;
		font-size: 19.6rem;
		line-height: 1;
		pointer-events: none;
		white-space: nowrap;
	}
	
	.sec_facility .typography span:not(:first-of-type){display: none;}
	
	/* 館内フロアガイド
	---------------------------------------------- */
	.sec_floor{
		background: #25334E;
		color: #FFF;
		padding: 120px 40px;
		position: relative;
		z-index: 0;
	}
	
	.sec_floor .heading01 h2{color: #FFF;}
	
	.sec_floor .heading01 p{color: #12B0EB;}
	
	.floor{
		width: 800px;
		margin: 0 auto;
		text-align: center;
	}
	
	.floor figure{margin-bottom: 130px;}
	
	.floor .btn_type01 a{
		background-size: 9px;
		background-position: right 20px center;
		min-width: 700px;
		font-size: 2.2rem;
		letter-spacing: 0.1em;
		padding: 44px 45px;
	}
	
	.floor .btn_type01 ~ p{
		margin-top: 30px;
		font-weight: bold;
	}	
	
	.floor .btn_type01 ~ p br{display: none;}
	
	.sec_floor .typography{
		position: absolute;
		top: 95px;
		right: 0;
		z-index: -1;
	}
	
	.sec_floor .typography span{
		font-family: 'Montserrat';
		color: #344768;
		font-size: 19.6rem;
		line-height: 1;
		pointer-events: none;
		white-space: nowrap;
	}
	
	.sec_floor .typography span:not(:first-of-type){display: none;}
	
	/* お知らせ
	---------------------------------------------- */
	.sec_news{
		padding: 120px 40px;
		position: relative;
	}
	
	.news{
		width: 870px;
		margin: 0 auto;
		position: relative;
	}
	
	.news .btn_type02{
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.news .btn_type02 a{
		min-width: 140px;
		padding: 13px 10px;
		font-size: 1.4rem;
	}
	
	.wrap_article_home{padding-top: 40px;}

	.sec_news .typography{
		position: absolute;
		top: 95px;
		right: 0;
		z-index: -1;
	}
	
	.sec_news .typography span{
		font-family: 'Montserrat';
		color: #F2F2F2;
		font-size: 19.6rem;
		line-height: 1;
		pointer-events: none;
		white-space: nowrap;
	}
	
	.sec_news .typography span:not(:first-of-type){display: none;}
	
	/* 自然に微笑む環境を目指して
	---------------------------------------------- */
	.sec_concept{
		background: #F6F6F6;
		padding: 120px 40px;
		position: relative;
		z-index: 0;
	}
	
	.concept{
		width: 1100px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	
	.concept div{width: 342px;}
	
	.concept div figure{
		margin-bottom: 30px;
		position: relative;
		z-index: 0;
	}
	
	.concept div figure::after{
		content: "";
		display: block;
		pointer-events: none;
		background: linear-gradient(90deg, #88DDF5, #5AC6C1);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: -1;
	}
	
	.concept div figure img{width: 100%;}
	
	.concept div p{line-height: 1.6;}
	
	.sec_concept .typography{
		position: absolute;
		top: 95px;
		right: 0;
		z-index: -1;
	}
	
	.sec_concept .typography span{
		font-family: 'Montserrat';
		color: #EAEAEA;
		font-size: 19.6rem;
		line-height: 1;
		pointer-events: none;
		white-space: nowrap;
	}
	
	.sec_concept .typography span:not(:first-of-type){display: none;}
	
	/* アクセス
	---------------------------------------------- */
	.sec_access{
		padding: 120px 40px;
		position: relative;
	}
	
	.sec_access::after{
		content: "";
		display: block;
		pointer-events: none;
		background: #12B0ED;
		min-width: 1200px;
		width: 100vw;
		height: 350px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -2;
	}
	
	.sec_access .heading01 h2{color: #FFF;}
	
	.sec_access .heading01 p{color: #05314B;}
	
	.access{
		width: 1110px;
		margin: 0 auto;
	}
	
	.access .map iframe{
		display: block;
		width: 100%;
		height: 460px;
		border: none;
	}
	
	.access .how{
		padding: 60px 0 40px;
		border-bottom: 1px solid #E8E8E8;
		display: flex;
		justify-content: center;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.access .how h3{
		font-size: 2.2rem;
		font-weight: bold;
		padding-left: 45px;
		margin-bottom: 15px;
	}
	
	.access .how .car{margin-right: 60px;}
	
	.access .how .car h3{
		background: url("../img/ico_car01.png") no-repeat 0 0.4em;
		background-size: 36px;
	}
	
	.access .how .train h3{
		background: url("../img/ico_train01.png") no-repeat 0 0.4em;
		background-size: 36px;
	}
	
	.access .bus h3{
		font-size: 2.2rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.access .bus .inner{
		display: flex;
		justify-content: space-between;
	}
	
	.access .bus .inner p{width: 515px;}
	
	.access .bus .inner p a{
		background: #25334E url("../img/ico_arrow01.png") no-repeat right 20px center;
		background-size: 9px;
		display: block;
		color: #FFF;
		font-weight: bold;
		font-size: 2rem;
		text-align: center;
		padding: 19px 20px;
		transition: background-color .3s;
	}
	
	.access .bus .inner p a:hover{background-color: #12B0ED;}
	
	.sec_access .typography{
		position: absolute;
		top: 95px;
		right: 0;
		z-index: -1;
	}
	
	.sec_access .typography span{
		font-family: 'Montserrat';
		color: #15BEF1;
		font-size: 19.6rem;
		line-height: 1;
		pointer-events: none;
		white-space: nowrap;
	}
	
	.sec_access .typography span:not(:first-of-type){display: none;}
	
	/* 時刻表ポップアップ
	---------------------------------------------- */
	.modal{
		display: none;
		height: 100vh;
		position: fixed;
		top: 0;
		width: 100%;
	}
	.modal__content{
		transform: translate(-50%,-50%);
		width: 1110px;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 2;
	}
	.js-modal-close{
		cursor: pointer;
		position: absolute;
		right: 5px;
		top: 0;
	}
	.js-modal-close span{
		display: block;
		width: 51px;
		height: 51px;
		position: relative;
	}
	.js-modal-close span::before{
		content: "";
		display: block;
		background: #FFF;
		width: 26px;
		height: 4px;
		transform: rotate(-45deg);
		position: absolute;
		top: 23px;
		left: 12px;
	}
	.js-modal-close span::after{
		content: "";
		display: block;
		background: #FFF;
		width: 26px;
		height: 4px;
		transform: rotate(45deg);
		position: absolute;
		top: 23px;
		left: 12px;
	}
	.modal__bg{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.8);
		z-index: 1;
		cursor: pointer;
	}
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	トップページ

	------------------------------------------------------------ */

	/* common.css上書き
	---------------------------------------------- */
	#header{border-bottom: none;}
	
	/* メインビジュアル
	---------------------------------------------- */	
	.main img{width: 100%;}
	
	.main .scroll{display: none;}
	
	/* 施設紹介
	---------------------------------------------- */
	.sec_facility{
		padding: 50px 15px 60px;
		position: relative;
	}
	
	.nav_facility .inner{margin-bottom: 30px;}
	
	.nav_facility .inner:last-of-type{margin-bottom: 0;}
	
	.nav_facility .inner .item{
		color: #333333;
		font-weight: bold;
		font-size: 1.8rem;
		line-height: 1;
		margin-bottom: 15px;
	}
	
	.nav_facility .inner .image{
		position: relative;
		margin-bottom: 15px;
	}
	
	.nav_facility .inner:nth-of-type(1) .image{
		border-image: linear-gradient(to right, #88DDF5 0%, #59C6C0 100%);
		border-top: 4px solid;
		border-image-slice: 1;
	}
	
	.nav_facility .inner:nth-of-type(2) .image{
		border-image: linear-gradient(to right, #FF744F 0%, #ED3131 100%);
		border-top: 4px solid;
		border-image-slice: 1;
	}
	
	.nav_facility .inner:nth-of-type(3) .image{
		border-image: linear-gradient(to right, #B48AD4 0%, #7749A7 100%);
		border-top: 4px solid;
		border-image-slice: 1;
	}
	
	.nav_facility .inner:nth-of-type(4) .image{
		border-image: linear-gradient(to right, #FAB82A 0%, #FC841A 100%);
		border-top: 4px solid;
		border-image-slice: 1;
	}
	
	.nav_facility .inner:nth-of-type(5) .image{
		border-image: linear-gradient(to right, #9FD628 0%, #4CCB43 100%);
		border-top: 4px solid;
		border-image-slice: 1;
	}
	
	.nav_facility .inner:nth-of-type(6) .image{
		border-image: linear-gradient(to right, #FFC4B7 0%, #FE899D 100%);
		border-top: 4px solid;
		border-image-slice: 1;
	}
	
	.nav_facility .inner .image img{width: 100%;}
	
	.nav_facility .inner .image .btn_type02{
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.nav_facility .inner .note{
		font-size: 1.4rem;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	.sec_facility .typography{
		pointer-events: none;
		position: absolute;
		top: 48px;
		left: 0;
		z-index: -1;
		display: flex;
	}
	
	.sec_facility .typography span{
		font-family: 'Montserrat';
		color: #F4F4F4;
		font-size: 9.8rem;
		line-height: 1;
		display: inline;
		white-space: nowrap;
		width: 730px;
		animation: animation-typography 30s linear infinite;
	}
	
	/* 館内フロアガイド
	---------------------------------------------- */
	.sec_floor{
		background: #25334E;
		color: #FFF;
		padding: 60px 15px;
		position: relative;
		z-index: 0;
	}
	
	.sec_floor .heading01 h2{color: #FFF;}
	
	.sec_floor .heading01 p{color: #12B0EB;}
	
	.floor{text-align: center;}
	
	.floor figure{margin-bottom: 70px;}
	
	.floor figure img{width: 100%;}
	
	.floor .btn_type01 a{
		background-size: 9px;
		background-position: right 20px center;
		width: 100%;
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		padding: 27px 35px;
	}
	
	.floor .btn_type01 ~ p{
		margin-top: 20px;
		font-weight: bold;
	}
	
	.sec_floor .typography{
		pointer-events: none;
		position: absolute;
		top: 48px;
		left: 0;
		z-index: -1;
		display: flex;
	}
	
	.sec_floor .typography span{
		font-family: 'Montserrat';
		color: #354869;
		font-size: 9.8rem;
		line-height: 1;
		display: inline;
		white-space: nowrap;
		width: 730px;
		animation: animation-typography 30s linear infinite;
	}
	
	/* お知らせ
	---------------------------------------------- */
	.sec_news{
		padding: 60px 15px;
		position: relative;
	}
	
	.news .btn_type02{text-align: center;}
	
	.news .btn_type02 a{
		min-width: 125px;
		padding: 13px 10px;
		font-size: 1.3rem;
		text-align: left;
	}
	
	.wrap_article_home{margin-bottom: 40px;}
	
	.article:first-of-type a{padding-top: 0;}
	
	.sec_news .typography{
		pointer-events: none;
		position: absolute;
		top: 48px;
		left: 0;
		z-index: -1;
		display: flex;
	}
	
	.sec_news .typography span{
		font-family: 'Montserrat';
		color: #F2F2F2;
		font-size: 9.8rem;
		line-height: 1;
		display: inline;
		white-space: nowrap;
		width: 620px;
		animation: animation-typography 30s linear infinite;
	}
	
	/* 自然に微笑む環境を目指して
	---------------------------------------------- */
	.sec_concept{
		background: #F6F6F6;
		padding: 60px 15px;
		position: relative;
		z-index: 0;
	}
	
	.concept div{margin-bottom: 25px;}
	
	.concept div:last-of-type{margin-bottom: 0;}
	
	.concept div figure{
		position: relative;
		z-index: 0;
		margin-bottom: 20px;
	}
	
	.concept div figure::after{
		content: "";
		display: block;
		pointer-events: none;
		background: linear-gradient(90deg, #88DDF5, #5AC6C1);
		width: calc(100% - 10px);
		height: 100%;
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: -1;
	}
	
	.concept div figure img{width: calc(100% - 10px);}
	
	.concept div p{line-height: 1.6;}
	
	.sec_concept .typography{
		pointer-events: none;
		position: absolute;
		top: 48px;
		left: 0;
		z-index: -1;
		display: flex;
	}
	
	.sec_concept .typography span{
		font-family: 'Montserrat';
		color: #EAEAEA;
		font-size: 9.8rem;
		line-height: 1;
		display: inline;
		white-space: nowrap;
		width: 510px;
		animation: animation-typography 30s linear infinite;
	}
	
	/* アクセス
	---------------------------------------------- */
	.sec_access{
		padding: 60px 15px;
		position: relative;
	}
	
	.sec_access::after{
		content: "";
		display: block;
		pointer-events: none;
		background: #12B0ED;
		min-width: 1200px;
		width: 100vw;
		height: 276px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -2;
	}
	
	.sec_access .heading01 h2{color: #FFF;}
	
	.sec_access .heading01 p{color: #05314B;}
	
	.access .map{
		position: relative;
		padding-top: 100%;
	}
	
	.access .map iframe{
		display: block;
		border: none;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.access .how{
		padding: 30px 0 35px;
		border-bottom: 1px solid #E8E8E8;
		margin-bottom: 40px;
	}
	
	.access .how h3{
		font-size: 1.7rem;
		font-weight: bold;
		padding-left: 35px;
		margin-bottom: 2px;
	}
	
	.access .how .car{margin-bottom: 20px;}
	
	.access .how .car h3{
		background: url("../img/ico_car01.png") no-repeat 0 0.4em;
		background-size: 25.5px;
	}
	
	.access .how .train h3{
		background: url("../img/ico_train01.png") no-repeat 0 0.4em;
		background-size: 25.5px;
	}
	
	.access .bus h3{
		font-size: 1.8rem;
		line-height: 1;
		font-weight: bold;
		text-align: center;
		margin-bottom: 40px;
	}
	
	.access .bus .inner{
		display: flex;
		justify-content: space-between;
	}
	
	.access .bus .inner p{width: 46%;}
	
	.access .bus .inner p a{
		background: #25334E url("../img/ico_arrow01.png") no-repeat right 20px center;
		background-size: 7px;
		display: block;
		color: #FFF;
		font-weight: bold;
		font-size: 1.5rem;
		text-align: center;
		padding: 23px 20px;
	}
	
	.sec_access .typography{
		pointer-events: none;
		position: absolute;
		top: 48px;
		left: 0;
		z-index: -1;
		display: flex;
	}
	
	.sec_access .typography span{
		font-family: 'Montserrat';
		color: #15BEF1;
		font-size: 9.8rem;
		line-height: 1;
		display: inline;
		white-space: nowrap;
		width: 420px;
		animation: animation-typography 30s linear infinite;
	}
	
	/* 時刻表ポップアップ
	---------------------------------------------- */
	.modal{
		display: none;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		z-index: 3;
	}
	.modal__content{
		display: flex;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
		height: 100%;
		z-index: 2;
		padding: 50px 15px;
		overflow-y: scroll;
		position: absolute;
	}
	
	.modal__content img{
		width: calc(100% - 30px);
		max-width: 350px;
	}
	
	.js-modal-close{
		cursor: pointer;
		position: absolute;
		right: 5px;
		top: 0;
	}
	.js-modal-close span{
		display: block;
		width: 51px;
		height: 51px;
		position: relative;
	}
	.js-modal-close span::before{
		content: "";
		display: block;
		background: #FFF;
		width: 26px;
		height: 4px;
		transform: rotate(-45deg);
		position: absolute;
		top: 23px;
		left: 12px;
	}
	.js-modal-close span::after{
		content: "";
		display: block;
		background: #FFF;
		width: 26px;
		height: 4px;
		transform: rotate(45deg);
		position: absolute;
		top: 23px;
		left: 12px;
	}
	.modal__bg{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.8);
		z-index: 1;
		cursor: pointer;
	}
	

}/*--@media--*/

