@charset "utf-8";

/* ---------------------------------------- 
 - html
---------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
}
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}

@media screen and (max-width: 320px) {
	html{
		font-size: 52.5%;
	}
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}


/* ---------------------------------------- 
 - img
---------------------------------------- */
img {
	width: 100%;
}
/* ホバー */
a,
a::after {
	transition: all 0.3s ease-in-out;
}


.sp_only {
	display: none;	
}
.pc_only {
	display: block;	
}
span.pc_only {
	display: inline-block;	
}

@media screen and (max-width: 768px) {
	.sp_only {
		display: block;	
	}
	.pc_only,
	span.pc_only {
		display: none;	
	}
}

/* ---------------------------------------- 
 - body #282828
---------------------------------------- */
body{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	font-size:1.6em;
	font-weight: 400;
	text-align: justify;
	color:#2E3C43;
	line-height:1.95;
	letter-spacing: 0.15em;
	font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%; /* 文字の拡大縮小を防ぐ */
	text-size-adjust: 100%; /* 文字の拡大縮小を防ぐ */
}
.sans {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media screen and (max-width : 768px) {
	body {
		font-size: 1.4rem;
	}
}



@media screen and (max-width : 768px) {
}


/* ---------------------------------------- 
 - common
---------------------------------------- */
.sec {
	padding: 0 3%;
}
.sec .inner {
	max-width: 1280px;
	margin: 0 auto;
}
.btn_area .btn a {
	display: inline-block;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	border-bottom:  1px solid #8C9199;
	line-height: 1;
	padding-bottom: 14px;
}
.btn_area .btn a::after {
	display: inline-block;
	content: "";
	background-image: url(../img/icon_arrow_white.svg);
	width: 10px;
	height: 15px;
	margin-left: 85px;
	opacity: .5;
}
.btn_area .btn.navy a::after {
	background-image: url(../img/icon_arrow_navy.svg);
}
.btn_area .btn a:hover::after {
	opacity: 1;
}
.btn_area .btn a {
	position: relative;
}
.btn_area .btn a::before {
	position: absolute; 
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #ffffff;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s;
}
.btn_area .btn.navy a::before {
	background: #1A2433;
}
.btn_area .btn a:hover::before {
	transform: scale(1, 1);
	transform-origin: left top;
}

.boxbtn_area .boxbtn a {
	display: inline-block;
	font-size: 2.6rem;
	color: #1A2433;
	background-color: #ffffff;
	padding: 0.7em 2.5em;
	line-height: 1;
}
.boxbtn_area .boxbtn a {
	overflow: hidden;
	position: relative;
	transition-duration: .4s;
	z-index: 2;
	border: 1px solid #ffffff;
}
.boxbtn_area .boxbtn a::after {
	background-color: #1A2433;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: -1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity .5s, transform 0s;
	transition-delay: 0s, .4s;
}
.boxbtn_area .boxbtn a:hover {
	color: #ffffff;
	border: 1px solid #ffffff;
}
.boxbtn_area .boxbtn a:hover::after {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
	transition-delay: 0s;
	transition: opacity .8s, transform .6s ease-in-out;
}

@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
	.sec {
		padding: 0 8%;
	}
	.btn_area .btn a {
		font-size: 1.4rem;
	}
	.boxbtn_area .boxbtn a {
		font-size: 2.1rem;
		padding: 1.5em;
		width: 100%;
	}
}

#contact_us {
	background-color: #1A2433;
	color: #ffffff;
}
#contact_us .inner {
	padding-top: 100px;
	padding-bottom: 85px;
	text-align: center;
}
#contact_us .step_area {
	width: 650px;
	max-width: 100%;
	padding: 8px 12px 17px;
	margin: 25px auto 0;
	position: relative;
}
#contact_us .step_area::after,
#contact_us .step_area::before {
	position: absolute;
	top: 0;
	content: "";
	width: 12px;
	height: 100%;
	border: 1px solid #8C9199;
}
#contact_us .step_area::before {
	left: 0;
	border-right: none;
}
#contact_us .step_area::after {
	right: 0;
	border-left: none;
}
#contact_us .step_area .ttl {
	font-size: 2.1rem;
}
#contact_us .step_area .step_list {
	font-size: 1.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 30px;
	margin-top: 30px;
}
#contact_us .step_area .step_list li {
	display: flex;
	align-items: center;
	column-gap: 30px;
}
#contact_us .step_area .step_list li::after {
	display: block;
	content: "";
	background-image: url(../img/icon_arrow_gray.svg);
	width: 10px;
	height: 15px;
}
#contact_us .step_area .step_list li:last-child::after {
	content: none;
}
#contact_us .boxbtn_area {
	margin-top: 30px;
}
#contact_us .btn_area {
	margin-top: 40px;
}

@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
	#contact_us .step_area {
		padding: 8px 30px 17px;
	}
	#contact_us .step_area .ttl {
		font-size: 1.4rem;
		text-align: left;
	}
	#contact_us .step_area .step_list {
		font-size: 1.5rem;
		flex-direction: column;
		align-items: flex-start;
		margin-top: 15px;
	}
	#contact_us .step_area .step_list li {
		column-gap: 5px;
	}
	#contact_us .step_area .step_list li::after {
		content: none;
	}
	#contact_us .step_area .step_list li:nth-child(1)::before {
		content: "\2460";
	}
	#contact_us .step_area .step_list li:nth-child(2)::before {
		content: "\2461";
	}
	#contact_us .step_area .step_list li:nth-child(3)::before {
		content: "\2462";
	}
}

/* ---------------------------------------- 
 - page
---------------------------------------- */
.page #ttl_area {
	padding-top: 40px;
	padding-bottom: 40px;
	height: 320px;
}
.bread_list {
	font-size: 1.2rem;
	display: flex;
	column-gap: 17px;
}
.bread_list li::after {
	display: inline-block;
	content: "";
	background-image: url(../img/icon_arrow_navy.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 7px;
	height: 7px;
	margin-left: 17px;
}
.bread_list li:last-child::after {
	content: none;
}
.page #ttl_area .main_ttl {
	font-size: 3.9rem;
	letter-spacing: 0.28em;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 10%;
}

.page .sec .ttl_area .catch {
	font-size: 3.0rem;
	margin-top: 40px;
	letter-spacing: 0.28em;
}
#more {
	max-width: 1140px;
	width: 100%;
	margin: 270px auto 0;
	padding-bottom: 175px;
}
#more .arrow_txt {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#more .arrow_txt::after {
	display: inline-block;
	content: "";
	background-image: url(../img/icon_arrow_long.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 112px;
	height: 10px;
	margin-left: 20px;
}
#more .more_list {
	display: flex;
	justify-content: space-between;
	column-gap: 2%;
	margin-top: 45px;
}

#more .more_list .more_item {
	position: relative;
	overflow: hidden;
	width: 49%;
	height: 260px;
}
#more .more_list .more_item:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#more .more_list .more_item.more_facility:after {
	background-image: url(../img/more_facility.jpg);
}
#more .more_list .more_item.more_how-to-spend:after {
	background-image: url(../img/more_how-to-spend.jpg);
}
#more .more_list .more_item.more_concept:after {
	background-image: url(../img/more_concept.jpg);
}
#more .more_list .more_item:hover:after {
	opacity: .8;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#more .more_list .more_item a {
	position: relative;
	z-index: 1;
	height: 100%;
	text-decoration: none;
	font-size: 2.1rem;
	color: #ffffff;
	display: flex;
	align-items: flex-end;
	padding: 5%;

}


@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
	.page #ttl_area {
		padding: 0 3% ;
		height: 210px;
	}
	.page #ttl_area .main_ttl {
		font-size: 2.3rem;
	}
	.bread_list {
		column-gap: 15px;
	}
	.bread_list li::after {
		margin-left: 15px;
	}
	.page .sec .ttl_area .ttl {
		font-size: 1.4rem;
	}
	.page .sec .ttl_area .catch {
		font-size: 2.3rem;
	}
	#more {
		margin-top: 80px;
		padding-bottom: 60px;
	}
	#more .more_list {
		flex-direction: column;
		margin-top: 20px;
		row-gap: 15px;
	}
	#more .more_list .more_item {
		width: 100%;
		height: 180px;
	}
	#more .more_list .more_item a {
		font-size: 1.6rem;
	}
}

/* ---------------------------------------- 
 - page - concept
---------------------------------------- */
#concept #catch {
	background-color: #1A2433;
	color: #ffffff;
}
#concept #catch .inner {
	padding-top: 110px;
}
#concept #catch .ttl_area {
	display: flex;
}
#concept #catch .ttl_area > * {
	width: 50%;
}
#concept #catch .ttl_area .ttl {
	font-size: 3.0rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 11%;
	letter-spacing: 0.2em;
}
#concept #catch .txt_area {
	display: flex;
}
#concept #catch .txt_area > * {
	width: 50%;
}
#concept #catch .txt_area .txt {
	font-size: 1.8rem;
	line-height: 3.0;
	padding: 11%;
	padding-right: 0;
}
#concept #catch .txt_area .txt .sub {
	font-size: 80%;
	line-height: 2.2;
	display: inline-block;
	margin-top: 30px;
	border-top: 1px solid #616873;
	padding-top: 30px;
}
#concept #catch .img_box {
	position: relative;
}
#concept #catch .img_box .img01 {
	position: absolute;
	width: 470px;
	max-width: 100%;
	top: 0;
	right: 0;
}
#concept #catch .img_box .img02 {
	position: absolute;
	width: 665px;
	max-width: 100%;
	bottom: 0;
	left: -160px;
}
#concept #catch .img_box .img03 {
	position: absolute;
	width: 570px;
	max-width: 90%;
	top: -10;
	right: 0;
}
#concept #catch .img_box .img04 {
	position: absolute;
	width: 540px;
	max-width: 100%;
	bottom: -40px;
	right: -160px;
}
#concept #feel .inner {
	padding-top: 190px;
	padding-bottom: 160px;
}
#concept #feel .feel_list {
	margin-top: 120px;
}
#concept #feel .feel_item {
	display: flex;
	margin-bottom: 200px;
}
#concept #feel .feel_item:last-child {
	margin-bottom: 0;
}
#concept #feel .feel_item:nth-child(even) {
	flex-direction: row-reverse;
}
#concept #feel .feel_item .txt_area {
	width: 35%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: flex-start;
}
#concept #feel .feel_item .txt_area .ttl {
	font-size: 4.2rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 1em;
	line-height: 1;
}
#concept #feel .feel_item .img_area {
	width: 55%;
	flex: 1;
	margin-left: calc(50% - 50vw);
	margin-right: 10%;
}
#concept #feel .feel_item:nth-child(even) .img_area {
	margin-right: calc(50% - 50vw);
	margin-left: 10%;
}

#concept #art .inner {
	padding-top: 160px;
}
#concept #art .ttl_area {
	text-align: center;
}
#concept #art .art_list {
	margin-top: 110px;
}
#concept #art .art_item {
	display: flex;
	column-gap: 65px;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 120px;
}
#concept #art .art_item:last-child {
	margin-bottom: 0;
}
#concept #art .art_item .ttl {
	font-size: 2.1rem;
}
#concept #art .art_item .author {
	font-size: 1.6rem;
}
#concept #art .art_item .story {
	font-size: 1.3rem;
	margin-top: 90px;
}
#concept #art .art_item .txt {
	font-size: 1.5rem;
	margin-top: 35px;
}
#concept #art .art_item .img_area .img {
	width: 100%;
	max-width: 720px;
}
#concept #art .art_item .img_area .annotation {
	font-size: 1.4rem;
	margin-top: 5px;
}

@media screen and (max-width : 1024px) {
	#concept #art .art_item {
		column-gap: 35px;
	}
	#concept #art .art_item .img_area {
		width: 60%;
	}
	#concept #feel .feel_item:nth-child(even),
	#concept #feel .feel_item {
		flex-direction: column;
	}
	#concept #feel .feel_item:nth-child(even) .img_area,
	#concept #feel .feel_item .img_area {
		width: 90%;
		margin: 0 auto;
	}
	#concept #feel .feel_item .txt_area {
		width: 80%;
		align-items: center;
		margin: 40px auto 0;
	}
}
@media screen and (max-width : 768px) {
	#concept #catch .inner {
		padding-top: 50px;
	}
	#concept.page #catch .img_box p {
		position: static;
		display: flex;	
	}
	#concept #catch .img_box .img01 {
		justify-content: flex-end;
	}
	#concept #catch .img_box .img02 {
		margin-top: 25px;
	}
	#concept #catch .img_box .img03 {
		margin-top: 75px;
	}
	#concept #catch .img_box .img04 {
		margin-top: 65px;
		margin-bottom: -65px;
		justify-content: flex-end;
	}
	#concept #catch .img_box .img01 img {
		width: 60%;
	}
	#concept #catch .img_box .img02 img {
		width: 82%;
	}
	#concept #catch .img_box .img03 img {
		width: 77%;
	}
	#concept #catch .img_box .img04 img {
		width: 69%;
	}
	#concept #catch .ttl_area,
	#concept #catch .txt_area {
		flex-direction: column;
	}
	#concept #catch .ttl_area > *,
	#concept #catch .txt_area > * {
		width: 100%;
	}
	#concept #catch .ttl_area .img_box,
	#concept #catch .txt_area .img_box {
		width: 118%;
		margin-left: -9%;
	}
	#concept #catch .ttl_area .ttl {
		font-size: 2.0rem;
		padding: 80px 0;
		letter-spacing: 0.5em;
		line-height: 2.5;
	}
	#concept #catch .txt_area .txt {
		font-size: 1.4rem;
		padding-left: 0;
		line-height: 2.2;
	}
	#concept #feel .inner {
		padding-top: 215px;
		padding-bottom: 90px;
	}
	#concept #feel .feel_list {
		margin-top: 75px;
	}
	#concept #feel .feel_item {
		margin-bottom: 120px;
	}
	#concept #feel .feel_item .txt_area {
		width: 100%;
		margin: 50px auto 0;
	}
	#concept #feel .feel_item .txt_area .ttl {
		font-size: 2.6rem;
	}
	#concept #feel .feel_item .txt_area .txt {
		font-size: 1.4rem;
		margin-top: 20px;
	}
	#concept #feel .feel_item:nth-child(even) .img_area,
	#concept #feel .feel_item .img_area {
		width: 100%;
	}
	#concept #feel .feel_item .img_area .img {
		width: 118%;
		margin-left: -18%;
	}
	#concept #feel .feel_item .img_area .img img {
		height: 250px;
		width: auto;
	}
	#concept #art .inner {
		padding-top: 90px;
	}
	#concept #art .art_item {
		flex-direction: column;
		margin: 0 auto 80px;
	}
	#concept #art .art_item .img_area,
	#concept #art .art_item .txt_area {
		width: 100%;
	}
	#concept #art .art_list {
		margin-top: 55px;
	}
	#concept #art .art_item .img_area .img {
		width: 110%;
	}
	#concept #art .art_item:nth-child(even) .img_area .img {
		margin-left: -10%;
	}
	#concept #art .art_item .txt_area {
		margin-top: 35px;
	}
	#concept #art .art_item .ttl {
		font-size: 1.7rem;
	}
	#concept #art .art_item .author {
		font-size: 1.4rem;
	}
	#concept #art .art_item .story {
		font-size: 1.2rem;
		margin-top: 40px;
	}
	#concept #art .art_item .txt {
		font-size: 1.3rem;
		margin-top: 25px;
	}
	#concept #art .art_item .img_area .annotation {
		font-size: 0.6rem;
	}
}


/* ---------------------------------------- 
 - page - facility
---------------------------------------- */
#facility.page  #ttl_area {
	height: 650px;
	background-image: url(../img/facility_bg.jpg);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 60%;
}
#facility #facility_nav {
	background-color: #F2F0EB;
}
#facility #facility_nav .inner {
	padding-top: 100px;
	padding-bottom: 100px;
}
#facility #facility_nav .facility_nav_area {
	display: flex;
	justify-content: space-between;
}
#facility #facility_nav .facility_nav_2f {
	width: 33%;
}
#facility #facility_nav .facility_nav_1f {
	width: 66%;
}
.facility_nav_item .ttl_area {
	background-color: #1A2433;
	color: #ffffff;
	font-size: 2.4rem;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.facility_nav_item .info_area {
	background-color: #ffffff;
	padding: 10px 10px 20px;
}
.facility_nav_item .info_area .img_box {
	height: 380px;
	text-align: center;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.facility_nav_1f.facility_nav_item .info_area .img_box {
	background-image: url(../img/facility_nav_map01.jpg);
}
.facility_nav_2f.facility_nav_item .info_area .img_box {
	background-image: url(../img/facility_nav_map02.jpg);
}
.facility_nav_item .info_area .img_box img {
	display: none;
}
.facility_nav_1f .txt_box {
	display: flex;
}
.facility_nav_1f .txt_box .txt_box_in {
	width: 50%;
	border-right: 1px solid #8C9199;
}
.facility_nav_1f .txt_box .txt_box_in:last-child {
	border: none;
}
.facility_nav_item .txt_box .list {
	width: 250px;
	margin: 0 auto;
	/* font-size: 1.8rem; */
}
.facility_nav_item .txt_box .list li::before {
	content: "・";
}
.facility_nav_item .txt_box .more {
	/* font-size: 1.7rem; */
	margin-top: 60px;
	text-align: center;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.facility_nav_item .txt_box .more a::after {
	display: inline-block;
	content: "";
	background-image: url(../img/icon_arrow_down.svg);
	width: 15px;
	height: 10px;
	margin-left: 10px;
}
.sec.facility_area {
	padding: 0;
}
.sec.facility_area .list_area {
	padding: 180px 3%;
	background-color: #1A2433;
	color: #ffffff;
}
.sec.facility_area .list_area .inner {
	max-width: 1040px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 110px;
}
.facility_item {
	width: 100%;
}
.facility_item_half {
	width: 48%;	
}
.facility_item:last-child {
	margin-bottom: 0;
}
.facility_item .ttl {
	font-size: 2.1rem;
	display: flex;
	align-items: center;
}
.facility_item .ttl .num {
	display: inline-block;
	font-size: 1.2rem;
	margin-right: 10px;
}
.facility_item .info_area {
	display: flex;
	column-gap: 4%;
	margin-top: 15px;
}
.facility_item_half.facility_item .info_area {
	flex-direction: column;
}
.facility_item .info_area .img_box {
	width: 48%;
}
.facility_item .info_area .txt_box {
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.facility_item_half.facility_item .info_area .img_box {
	width: 100%;
}
.facility_item_half.facility_item .info_area .txt_box {
	width: 100%;
	margin-top: 10px;
}

.facility_item .info_area .txt_box .txt {
	margin-top: 25px;
	font-size: 1.4rem;
	line-height: 1.6;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #C7C7C7;
}
.facility_item .info_area .img_list {
	display: flex;
	justify-content: space-between;	
	column-gap: 4%;
}

.facility_area .ttl_area {
	height: 400px;
	background-size: cover;
	background-position: center;
	padding: 3%;
}
#facility .facility_area .ttl_area h2.ttl {
	font-size: 4.8rem;
	color: #ffffff;
}

#facility_2f.facility_area .ttl_area {
	background-image: url(../img/facility_2f_bg.jpg);
}
#facility_1f.facility_area .ttl_area {
	background-image: url(../img/facility_1f_bg.jpg);
}
#facility_garden.facility_area .ttl_area {
	background-image: url(../img/facility_garden_bg.jpg);
}

#facility #infomation .inner {
	padding-top: 145px;
}
#facility #infomation .ttl {
	text-align: center;
	font-size: 2.8rem;
}
#facility #infomation .info_area {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 60px;
	border-top: 1px solid #8C9199;
}
#facility #infomation .info_item {
	border-bottom: 1px solid #8C9199;
	padding: 40px;
	display: flex;
	column-gap: 10%;
}
#facility #infomation .info_item.flex_row {
	flex-direction: column;
}
#facility #infomation .info_item .info_list {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
#facility #infomation .info_item .info_list::before {
	content: "●";
}

.normal_list {
	margin-top: 1em;
}
.normal_list li {
	text-indent: -1em;
	padding-left: 1em;
}
.normal_list li::before {
	content: "・";
}

@media screen and (max-width : 1024px) {
	#facility #facility_nav .facility_nav_area {
		flex-direction: column;
		row-gap: 30px;
		width: 800px;
		max-width: 100%;
		margin: 0 auto;
	}
	#facility #facility_nav .facility_nav_2f {
		width: 100%;
	}
	#facility #facility_nav .facility_nav_1f {
		width: 100%;
	}
	.facility_nav_item .info_area .img_box {
		background-image: none!important;
	}
	.facility_nav_item .info_area .img_box img {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}
	.facility_nav_item .info_area .txt_box {
		margin-top: 20px;
	}
	.facility_nav_1f .txt_box {
		flex-direction: column;
	}
	.facility_nav_1f .txt_box .txt_box_in {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #8C9199;
		margin-bottom: 20px;
	}
	.facility_nav_1f .txt_box .txt_box_in:last-child {
		border-bottom: none;
	}
	.facility_nav_item .txt_box .more {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.facility_nav_1f .txt_box .txt_box_in:last-child .more {
		margin-bottom: 0;
	}
	.facility_nav_item .info_area .img_box {
		height: auto;
	}
	.sec.facility_area .list_area .inner {
		row-gap: 60px;
	}
}
@media screen and (max-width : 768px) {
	.facility_item .info_area {
		flex-direction: column;
	}
	.facility_item_half {
		width: 100%;
	}
	.facility_item .info_area .img_box {
		width: 100%;
	}
	.facility_item .info_area .txt_box {
		width: 100%;
	}
	.sec.facility_area .list_area {
		padding: 60px 8%;
	}
	.facility_area .ttl_area {
		height: 200px;
		padding: 5%;
	}
	#facility .facility_area .ttl_area h2.ttl {
		font-size: 2.8rem;
	}
	.sec.facility_area .list_area .catch {
		margin-top: 15px;
	}
	#facility #infomation .inner {
		padding-top: 100px;
	}
	#facility #infomation .ttl {
		font-size: 2.4rem;
	}
	#facility #infomation .info_item {
		flex-direction: column;
		padding: 20px;		
	}
	#facility.page #ttl_area {
		height: 250px;
	}
	#facility #facility_nav .inner {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.facility_item .info_area .img_list {
		margin-top: 15px;
	}

}

/* ---------------------------------------- 
 - page - spend
---------------------------------------- */

#spend {
}
.time_item {
	position: relative;
	margin-bottom: 165px;
}
.time_item .txt_area,
.time_item .img,
.time_item .time_in,
.time_item .time_out {
	position: absolute;
}
.time_item .ttl {
	font-size: 2.1rem;
}
.time_item .txt {
	margin-top: 40px;
}
.time_item .img {
	opacity: 0;
	transition: all 2s;
}
.time_item .img.fadeIn {
	opacity: 1;
}
#time_num00 {
	height: 140px;
	margin-bottom: 0;
}
#time_num00 .time_in {
	width: 10px;
	left: 11.72%;
	top: 0;
}
#time_num10 {
	height: 360px;
}
#time_num10 .txt_area {
	left: 11.72%;
	top: 90px;
	width: 380px;
}
.time_list .time_img11 {
	width: 550px;
	left: 640px;
	top: 0px;
}
#time_num20 {
	height: 380px;
}
#time_num20 .txt_area {
	right: 14.06%;
	bottom: 0;
	width: 380px;
}
.time_list .time_img21 {
	width: 780px;
	right: 660px;
	bottom: 0;
}
#time_num30 {
	height: 570px;
}
#time_num30 .txt_area {
	left: 3.91%;
	top: 75px;
	width: 380px;
}
.time_list .time_img31 {
	width: 880px;
	left: 560px;
	top: 0px;
}
.time_list .time_img32 {
	width: 210px;
	left: 295px;
	top: 350px;
}
#time_num40 {
	height: 780px;
}
#time_num40 .txt_area {
	right: 268px;
	top: 160px;
	width: 380px;
}
.time_list .time_img41 {
	width: 700px;
	right: 735px;
	top: 0px;
}
.time_list .time_img42 {
	width: 385px;
	right: 643px;
	top: 488px;
}
.time_list .time_img43 {
	width: 343px;
	right: -160px;
	top: 160px;
}
.time_list .time_img44 {
	width: 240px;
	right: 83px;
	top: 430px;
}
#time_num50 {
	height: 700px;
}
#time_num50 .txt_area {
	left: 328px;
	top: 104px;
	width: 380px;
}
.time_list .time_img51 {
	width: 660px;
	left: 780px;
	top: 0px;
}
.time_list .time_img52 {
	width: 378px;
	left: 570px;
	top: 460px;
}
.time_list .time_img53 {
	width: 387px;
	left: -160px;
	top: 104px;
}
.time_list .time_img54 {
	width: 220px;
	left: 70px;
	top: 383px;
}
#time_num60 {
	height: 1275px;
}
#time_num60 .txt_area {
	right: 16.02%;
	top: 715px;
	width: 380px;
}
.time_list .time_img61 {
	width: 1133px;
	right: -160px;
	top: 0;
}
.time_list .time_img62 {
	width: 406px;
	right: 827px;
	top: 539px;
}
.time_list .time_img63 {
	width: 420px;
	right: 366px;
	top: 1050px;
}
#time_num70 {
	height: 780px;
}
#time_num70 .txt_area {
	right: 25%;
	top: 115px;
	width: 380px;
}
.time_list .time_img71 {
	width: 640px;
	right: 800px;
	top: 0px;
}
.time_list .time_img72 {
	width: 396px;
	right: -160px;
	top: 367px;
}
.time_list .time_img73 {
	width: 178px;
	right: 276px;
	top: 522px;
}
#time_num80 {
	height: 1300px;
}
#time_num80 .txt_area {
	left: 37.5%;
	top: 442px;
	width: 380px;
}
.time_list .time_img81 {
	width: 740px;
	left: 280px;
	top: 0px;
}
.time_list .time_img82 {
	width: 770px;
	left: -160px;
	top: 120px;
}
.time_list .time_img83 {
	width: 520px;
	left: 920px;
	top: 450px;
}
.time_list .time_img84 {
	width: 240px;
	left: 367px;
	top: 872px;
}
.time_list .time_img85 {
	width: 360px;
	left: -32px;
	top: 1065px;
}
#time_num90 {
	height: 373px;
	margin-bottom: 0
}
#time_num90 .txt_area {
	left: 8.2%;
	top: 95px;
	width: 380px;
}
.time_list .time_img91 {
	width: 617px;
	left: 565px;
	top: 0px;
}
#time_num100 {
	height: 310px;
	margin-bottom: 0
}
#time_num100 .time_in {
	width: 10px;
	right: 23.2%;
	top: 66px;
}
#time_num100 .time_out {
	right: 10.55%;
	top: 265px;
}
#spend #faq .inner {
	padding-top: 250px;
}
#spend #faq .ttl {
	text-align: center;
	font-size: 2.8rem;
}
#spend #faq .faq_list {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 60px;
	border-top: 1px solid #8C9199;
}
#spend #faq .faq_item {
	border-bottom: 1px solid #8C9199;
	padding: 40px;
}
#spend #faq .faq_item .faq_ttl {
	font-size: 1.8rem;
}
#spend #faq .faq_item .faq_ttl::before {
	content: "Q.";
	display: inline-block;
	margin-right: 5px;
}
#spend #faq .faq_item .txt_area {
	margin-top: 35px;
	padding-left: 2em;
}
#spend #faq .faq_item .txt_area .txt a {
	text-decoration: underline;
}
#spend #faq .out_link a {
	display: flex;
	align-items: center;
	margin-top: 1em;
}
#spend #faq .out_link a::after {
	display: inline-block;
	content: "";
	background-image: url(../img/icon_arrow_navy.svg);
	width: 10px;
	height: 15px;
	margin-left: 1em;
	opacity: .5;
}

#spend #time_nav {
	position: fixed;
	width: 15px;
	height: 295px;
	right: 3%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 10000;
}
#spend #time_nav .time_nav_list {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
#spend #time_nav .time_nav_item a {
	display: block;
	width: 15px;
	height: 15px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
#spend #time_nav .time_nav_item:nth-child(1) a {
	background-image: url(../img/icon_spend_01.svg);
}
#spend #time_nav .time_nav_item:nth-child(1) a.active {
	background-image: url(../img/icon_spend_01on.svg);
}
#spend #time_nav .time_nav_item:nth-child(2) a {
	background-image: url(../img/icon_spend_02.svg);
}
#spend #time_nav .time_nav_item:nth-child(2) a.active {
	background-image: url(../img/icon_spend_02on.svg);
}
#spend #time_nav .time_nav_item:nth-child(3) a {
	background-image: url(../img/icon_spend_03.svg);
}
#spend #time_nav .time_nav_item:nth-child(3) a.active {
	background-image: url(../img/icon_spend_03on.svg);
}
#spend #time_nav .time_nav_item:nth-child(4) a {
	background-image: url(../img/icon_spend_04.svg);
}
#spend #time_nav .time_nav_item:nth-child(4) a.active {
	background-image: url(../img/icon_spend_04on.svg);
}
#spend #time_nav .time_nav_item:nth-child(5) a {
	background-image: url(../img/icon_spend_05.svg);
}
#spend #time_nav .time_nav_item:nth-child(5) a.active {
	background-image: url(../img/icon_spend_05on.svg);
}
#spend #time_nav .time_nav_item:nth-child(6) a {
	background-image: url(../img/icon_spend_06.svg);
}
#spend #time_nav .time_nav_item:nth-child(6) a.active {
	background-image: url(../img/icon_spend_06on.svg);
}
#spend #time_nav .time_nav_item:nth-child(7) a {
	background-image: url(../img/icon_spend_07.svg);
}
#spend #time_nav .time_nav_item:nth-child(7) a.active {
	background-image: url(../img/icon_spend_07on.svg);
}
#spend #time_nav .time_nav_item:nth-child(8) a {
	background-image: url(../img/icon_spend_08.svg);
}
#spend #time_nav .time_nav_item:nth-child(8) a.active {
	background-image: url(../img/icon_spend_08on.svg);
}
#spend #time_nav .time_nav_item:nth-child(9) a {
	background-image: url(../img/icon_spend_09.svg);
}
#spend #time_nav .time_nav_item:nth-child(9) a.active {
	background-image: url(../img/icon_spend_09on.svg);
}
#spend #time_nav {
  opacity: 0; /* 初期状態で非表示 */
  transition: opacity 1.0s ease; /* フェードアニメーションの設定 */
}

#spend #time_nav.visible {
  opacity: 1; /* 表示時のスタイル */
}




@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
	.time_item .txt_area,
	.time_item .img,
	.time_item .time_in,
	.time_item .time_out {
		position: static;
	}
	#spend #time_nav,
	.time_list .time_img43,
	.time_list .time_img52,
	.time_list .time_img54 {
		display: none;
	}
	.time_item {
		margin-bottom: 0;
		width: 86%;
		margin: 0 auto;
	}
	.time_item .ttl {
		font-size: 1.8rem;
	}
	.time_item .txt {
		font-size: 1.4rem;
		margin-top: 30px;
	}
	#time_num00 {
		height: auto;
	}
	#time_num00 .time_in {
		width: 7px;
	}
	#time_num10 {
		height: auto;
		margin-top: 60px;
	}
	#time_num10 .txt_area {
		width: 100%;
	}
	.time_list .time_img11 {
		width: 100%;
		margin-top: 42px;
	}
	#time_num20 {
		height: auto;
		margin-top: 126px;
	}
	#time_num20 .txt_area {
		width: 100%;
		margin-top: 50px;
	}
	.time_list .time_img21 {
		width: 127%;
		margin-left: -7%;
	}
	#time_num30 {
		height: auto;
		margin-top: 110px;
	}
	#time_num30 .txt_area {
		width: 100%;
		margin-top: 46px;
	}
	.time_list .time_img31 {
		width: 127%;
		margin-left: -20%;
		margin-top: 25px;
	}
	.time_list .time_img32 {
		width: 50%;
		margin-left: 70%;
	}
	#time_num40 {
		height: auto;
		margin-top: 130px;
	}
	#time_num40 .txt_area {
		width: 100%;
		margin-top: 50px;
	}
	.time_list .time_img41 {
		width: 127%;
		margin-left: -7%;
	}
	.time_list .time_img42 {
		width: 107%;
		margin-left: -20%;
		margin-top: 25px;
	}
	.time_list .time_img43 {
		width: 100%;
	}
	.time_list .time_img44 {
		width: 70%;
		margin-left: 37%;
		margin-top: 44px;
	}
	#time_num50 {
		height: auto;
		margin-top: 120px;
	}
	#time_num50 .txt_area {
		width: 100%;
		margin-top: 50px;
	}
	.time_list .time_img51 {
		width: 127%;
		margin-left: -7%;
	}
	.time_list .time_img52 {
		width: 100%;
	}
	.time_list .time_img53 {
		width: 75%;
		margin-left: -20%;
		margin-top: 50px;
	}
	.time_list .time_img54 {
		width: 100%;
	}
	#time_num60 {
		height: auto;
		margin-top: 135px;
	}
	#time_num60 .txt_area {
		width: 100%;
		margin-top: 50px;
	}
	.time_list .time_img61 {
		width: 400%;
		margin-left: -150%;
	}
	.time_list .time_img62 {
		width: 100%;
		margin-top: 135px;
	}
	.time_list .time_img63 {
		width: 110%;
		margin-left: -20%;
		margin-top: 40px;
	}
	#time_num70 {
		height: auto;
		margin-top: 158px;
	}
	#time_num70 .txt_area {
		width: 100%;
		margin-top: 50px;
	}
	.time_list .time_img71 {
		width: 127%;
		margin-left: -7%;
	}
	.time_list .time_img72 {
		width: 100%;
		margin-left: -20%;
		margin-top: 55px;
	}
	.time_list .time_img73 {
		width: 50%;
		margin-left: 50%;
		margin-top: 27px;
	}
	.time_list .time_img73 img {
		object-fit: cover;
		height: 140px;
		object-position: top;
	}
	#time_num80 {
		height: auto;
		margin-top: 160px;
	}
	#time_num80 .txt_area {
		width: 100%;
		margin-top: 95px;
	}
	.time_list .time_img81 {
		width: 220%;
	}
	.time_list .time_img82 {
		width: 220%;
		margin-left: -120%;
		margin-top: -40px;
	}
	.time_list .time_img83 {
		width: 120%;
		margin-top: 50px;
	}
	.time_list .time_img84 {
		width: 50%;
		margin-left: 57%;
		margin-top: 130px;
	}
	.time_list .time_img85 {
		width: 67%;
		margin-left: -20%;
		margin-top: -30%;
	}
	#time_num90 {
		height: auto;
		margin-top: 140px;
	}
	#time_num90 .txt_area {
		width: 100%;
	}
	.time_list .time_img91 {
		width: 114%;
		margin-left: -7%;
		margin-top: 50px;
	}
	#time_num100 {
		height: auto;
		margin-top: 27px;
		margin-left: 65%;
	}
	#time_num100 .time_in {
		width: 7px;
	}
	#time_num100 .time_out {
		width: 100%;
		margin-top: 25px;
	}
	#spend #faq .ttl {
		font-size: 2.1rem;
	}
	#spend #faq .faq_item {
		padding: 30px 0;
	}
	#spend #faq .faq_item .faq_ttl {
		font-size: 1.6rem;
	}
	#spend #faq .faq_item .txt_area {
		padding-left: 0;
	}
	#spend #faq .faq_item .txt {
		font-size: 1.4rem;
	}
}

/* ---------------------------------------- 
 - header
---------------------------------------- */
#header {
	width: 100%;
	overflow: hidden;
}
#home #header {
	background-color: #1A2433;
	color: #FFFFFF;
}
#header .nav_area {
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1% 3%;
}
.page #header .nav_area {
	background: #ffffffbd;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 10%);
}
#home #header .nav_area {
	background: #1a2333bd;
	background: linear-gradient(0deg, rgba(26, 36, 51, 0) 0%, rgba(26, 36, 51, 0.7) 10%);
}
.page #main {
	padding-top: 120px;
	overflow: hidden;
}
#main {
	overflow: hidden;
}
.page #header .nav_area,
#header .nav_area.m_fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 8888;
}
#header .nav_area .logo {
	width: 260px;
	z-index: 10000;
}
#header .nav_area .nav_list {
	display: flex;
	align-items: center;
	column-gap: 40px;
}
#header .nav_item a {
	position: relative; /*アンダーラインの位置を決めるための基準 */
}
#header .nav_item a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #2E3C43;
	bottom: -4px;
	transform: scale(0, 1);
	transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
	transition: transform 0.3s;   /*変形の時間*/
}
#home #header .nav_item a::after {
	background-color: #ffffff;
}
#header .nav_item a:hover::after {
	transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
#header .nav_btn a {
	width: 210px;
	height: 50px;
	border: 1px solid #2E3C43;
	display: flex;
	align-items: center;
	justify-content: center;
}
#header .panelactive .nav_btn a,
#home #header .nav_btn a {
	border: 1px solid #ffffff;
}

#header .nav_btn a {
	overflow: hidden;
	position: relative;
	transition-duration: .4s;
	z-index: 2;
}
#header .nav_btn a::after {
	background-color: #2E3C43;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: -1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity .5s, transform 0s;
	transition-delay: 0s, .4s;
}
#home #header .nav_btn a::after {
	background-color: #ffffff;
}
#header .nav_btn a:hover {
	color: #ffffff;
	border: 1px solid #2E3C43;
}
#home #header .nav_btn a:hover {
	color: #2E3C43;
	border: 1px solid #ffffff;
}
#header .nav_btn a:hover::after {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
	transition-delay: 0s;
	transition: opacity .8s, transform .6s ease-in-out;
}
.nav_open{
	display: none;
}

#home #header .mv {
	width: 100%;
	height: 100vh;
	/* background-image: url(../img/home_mv.jpg); */
	background-size: cover;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
#home #header .mv .txt_area {
	position: absolute;
	top: 25%;
	right: 12%;
}
#home #header .mv .catch {
	font-size: 3.6rem;
	letter-spacing: 0.3em;
}
#home #header .mv .txt {
	line-height: 3;
	margin-right: 20px;
}
#home #header .mv .img {
	width: 130px;
}
.video{
	width: 100%;
	height: 100vh;
	/* background: url(../img/home_mv.jpg) no-repeat center/cover; */
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}
/* .video::after{
	content: '';
	width: 100%;
	height: 100%;
	background-color: #1a2333;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .3;
} */

.video video{
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}


@media screen and (max-width : 1024px) {
	.nav_area nav{
		position:fixed;
		z-index: 999;
		top: -20%;
		right: -200%;
		width: 100%;
		height: 100vh;
		background-color: #1a2433e0;
		transition: all 0.6s;
	}
	.nav_area nav.panelactive{
		right: 0;
		top: 0;
		color: #ffffff;
	}
	.nav_area nav ul {
		flex-direction: column;
		height: 100vh;
		justify-content: center;
		row-gap: 2em;
	}
	.nav_area nav li.nav_item { 
		margin-right: 0;
	}
	.nav_area nav li.nav_item a {
		font-size: 1.6rem;
		flex-direction: row;
		padding: 20px 10px;
	}
	.nav_area nav li.nav_item a:after {
		content: none;
	}
	.nav_area nav li.btn {
		margin-top: 30px;
	}
	.nav_area nav li.btn a {
		width: 100%;
	}
	.nav_open{
		display: block;
		position: relative;
		z-index: 1000;/*ボタンを最前面に*/
		top: 0;
		right: 0;
		cursor: pointer;
		width: 60px;
		height:30px;
	}
	.nav_open span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 0;
		height: 2px;
		border-radius: 2px;
		background-color: #ffffff;
		width: 100%;
	}
	.page .nav_open span {
		background-color: #1A2433;
	}
	.nav_open span:nth-of-type(1) {
		top: 0px;	
	}
	.nav_open span:nth-of-type(2) {
		top: 15px;
	}
	.nav_open span:nth-of-type(3) {
		bottom: 0px;
	}
	.nav_open.active span {
		background-color: #ffffff;
	}
	.nav_open.active span:nth-of-type(1) {
		transform: translateY(6px) rotate(-45deg);
		width: 50%;
		top: 8px;
		left: 15px;
	}
	.nav_open.active span:nth-of-type(2){
		opacity: 0;
	}
	.nav_open.active span:nth-of-type(3){
		transform: translateY(-6px) rotate(45deg);
		width: 50%;
		top: 20px;
		left: 15px;
	}
}
@media screen and (max-width : 768px) {
	.video {
		height: 450px;
	}
	.video video {
		height: 450px;
		left: 20%;
	}	
	#home #header {
		background-color: #ffffff;
		color: #2E3C43;
	}
	#home #header .mv .catch {
		color: #ffffff;
		font-size: 2.0rem;
	}
	#home #header .nav_area {
		background: #ffffffbd;
		background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 10%);
	}
	.page #main {
		padding-top: 75px;
	}
	#header .nav_area {
		height: 75px;
		background-color: #ffffff;
		padding: 1% 5%;
	}
	#header .nav_area .logo {
		width: 130px;
	}
	#home #header .mv {
		height: 450px;
	}
	.header_txt_area {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		row-gap: 5%;
		padding-top: 75px;
		padding-bottom: 90px;
	}
	.header_txt_area .catch {
		font-size: 2.4rem;
	}
	.header_txt_area .txt {
		font-size: 1.5rem;
	}
	.nav_open {
		width: 30px;
		height: 15px;
	}
	.nav_open span {
		background-color: #2E3C43;
		height: 1px;
	}
	.nav_open span:nth-of-type(2) {
		top: 7px;
	}
}



/* ---------------------------------------- 
 - footer
---------------------------------------- */
#footer {
	background-color: #000000;
	color: #ffffff;
	padding: 0 3%;
}
#footer .inner {
	padding-top: 100px;
	padding-bottom: 35px;
	max-width: 1280px;
	margin: 0 auto;
}
#footer .head_area .logo {
	width: 150px;
}
#footer .head_area {
	display: flex;
	justify-content: space-between;
}
#footer .head_area .nav_area {
	display: flex;
	justify-content: flex-end;
	column-gap: 60px;
	line-height: 1;
}
#footer .head_area .nav_area li {
	margin-bottom: 22px;
}
#footer .head_area .nav_area li:last-child {
	margin-bottom: 0;
}
#footer .head_area .nav_area a.icon img {
	display: block;
	width: 16px;
	height: 16px;
}
#footer .info_area {
	margin-top: 115px;
}
#footer .info_area .btn {
	display: flex;
	justify-content: flex-end;
}
#footer .info_area .btn a {
	font-size: 1.8rem;
	border: 1px solid #ffffff;
	padding: 0.8em 3em;
	line-height: 1; 
}
#footer .copy {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.4rem;
}
@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
	#footer {
		padding: 0 8%;
	}
	#footer .inner {
		padding-top: 45px;
		padding-bottom: 30px;
	}
	#footer .head_area {
		flex-direction: column;
	}
	#footer .head_area .logo {
		width: 100px;
	}
	#footer .head_area .nav_area {
		flex-wrap: wrap;
		column-gap: 0;
		margin-top: 40px;
		justify-content: flex-start;
		row-gap: 30px;
	}
	#footer .head_area .nav_area > ul {
		width: 50%;
	}
	#footer .head_area .nav_area a.icon img {
		width: 30px;
		height: auto;
	}
	#footer .info_area {
		margin-top: 60px;
		display: flex;
		flex-direction: column-reverse;
		row-gap: 20px;
	}
	#footer .info_area .btn a {
		width: 100%;
		text-align: center;
		padding: 1em;
	}
	#footer .copy {
		font-size: 1.0rem;
		margin-top: 35px;
	}
}






/* ---------------------------------------- 
 - home
---------------------------------------- */

#home #main {
	color: #FFFFFF;
	background-color: #1A2433;
}
#home .sec .ttl_area {
	padding-top: 10px;
	padding-bottom: 10px;
}
#home .sec .ttl_area .ttl {
	margin-bottom: 20px;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#home .sec .ttl_area .catch {
	font-size: 3.5rem;
	line-height: 2.4;
	letter-spacing: 0.28em;
}
#home #contact_us .sec .ttl_area .catch {
	font-size: 3.0rem;
}
#home #prologue {
	padding-top: 140px;
	padding-bottom: 140px;
}
#home #prologue .inner {
	display: flex;
	justify-content: space-between;
	max-width: 1600px;
	margin: 0 auto;
}
#home #prologue .inner > div {
	width: 44%;
}
#home #prologue .txt_area {
	
}
#home #prologue .catch {
	font-size: 3.0rem;
	line-height: 2.4;
	letter-spacing: 0.28em;
}
#home #prologue .txt {
	font-size: 1.8rem;
	line-height: 3;
	margin-top: 100px;
}
#home #prologue .img_area{
	flex: 1;
	margin-left: calc(50% - 50vw);
	margin-right: 12%;
}
@media screen and (max-width : 1024px) {
	#home #prologue .inner > div {
		width: 46%;
	}
	#home #prologue .img_area{
		margin-right: 8%;
	}
}
@media screen and (max-width : 768px) {
	#home .sec .ttl_area .ttl {
		font-size: 1.4rem;	
	}
	#home .sec .ttl_area .catch {
		font-size: 2.6rem;
		line-height: 2;
		letter-spacing: 0.15em;
	}
	#home #prologue {
		padding-top: 0;
		margin-top: 65px;
	}
	#home #prologue .inner {
		flex-direction: column;
	}
	#home #prologue .inner > div {
		width: 100%;
		margin-left: 0;
	}
	#home #prologue .img_area {
		margin-top: -65px;
	}
	#home #prologue .catch {
		font-size: 1.9rem;
		margin-top: 50px;
	}
	#home #prologue .txt {
		font-size: 1.5rem;
		line-height: 2.5;
		margin-top: 50px;
	}
	
}

#home #facilities .inner {
	max-width: 100%;
	padding-bottom: 100px;
}
#home #facilities .ttl_area,
#home #facilities .point_area .txt_area {
	max-width: 1280px;
	margin: 0 auto 100px;
}
#home #facilities .ttl_area {
	text-align: center;
}
#home #facilities .point_area .txt_area {
	display: flex;
	margin-top: -20px;
	z-index: 1000;
	position: relative;
}
#home #facilities .point_area.point_02 .txt_area {
	justify-content: flex-end;
}
#home #facilities .point_area .num_box {
	font-size: 1.2rem;
	width: 160px;
	max-width: 20%;
	text-align: center;
	padding-top: 95px;
	border-right: 1px solid #8C9199;
}
#home #facilities .point_area .txt_box {
	padding-left: 40px;
	padding-top: 65px;
	width: 640px;
	max-width: 80%;
}
#home #facilities .point_area .txt_box .catch {
	font-size: 2.4rem;
}
#home #facilities .point_area .txt_box .txt {
	margin-top: 50px;
}
#home #facilities .slid_box {
	margin-left: -3%;
	margin-right: -3%;
}
#home #facilities .slid_box img {
	height: 560px;
	width: auto;
}
#home #facilities .btn_area {
	text-align: right;
}
/* #home .slid_box .img {
	transition: none;
} */
@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
	#home #facilities .ttl_area,
	#home #facilities .point_area .txt_area {
		margin-bottom: 80px;
	}
	#home #facilities .slid_box {
		margin-left: -9%;
		margin-right: -9%;
	}
	#home #facilities .slid_box img {
		height: 250px;
	}
	#home #facilities .point_area .txt_area {
		flex-direction: column;
		border-left: 1px solid #8C9199;
		padding-left: 10%;
	}
	#home #facilities .point_area .num_box {
		font-size: 1.0rem;
		width: 100%;
		max-width: 100%;
		text-align: left;
		padding-top: 60px;
		border-right: none;
	}
	#home #facilities .point_area .txt_box {
		padding-left: 0;
		padding-top: 13px;
		width: 100%;
		max-width: 100%;
	}
	#home #facilities .point_area .txt_box .catch {
		font-size: 1.8rem;
	}
	#home #facilities .point_area .txt_box .txt {
		font-size: 1.4rem;
		margin-top:30px;
	}
	#home #facilities .btn_area {
		text-align: center;
	}

}


#home #overdo {
	background-color: #ffffff;
	padding-top: 160px;
	padding-bottom: 160px;
	color: #1A2433;
}
#home #overdo .inner {
	max-width: 100%;
}
#home #overdo .ttl_area,
#home #overdo .btn_area {
	max-width: 1280px;
	margin: 0 auto;
}
#home #overdo .ttl_area {
	text-align: center;
}
#home #overdo .slid_box {
	position: relative;
	margin-left: -9%;
	margin-right: -9%;
	margin-top: 150px;
}
#home #overdo .slid_box .img {
	margin-right: 40px;
}
#home #overdo .slid_box img {
	height: 560px;
	width: auto;
}
#home #overdo .slick-dots {
	display: flex;
	column-gap: 40px;
	position: absolute;
	top: -60px;
	justify-content: center;
	width: 100%;
}
#home #overdo .slick-dots li {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 1.5s ease-in-out;
}
#home #overdo .slick-dots li button {
	display: none;
}
#home #overdo .slick-dots li:nth-child(1) {
	background-image: url("../img/icon_overdo_01.svg");
}
#home #overdo .slick-dots li:nth-child(2) {
	background-image: url("../img/icon_overdo_02.svg");
}
#home #overdo .slick-dots li:nth-child(3) {
	background-image: url("../img/icon_overdo_03.svg");
}
#home #overdo .slick-dots li:nth-child(4) {
	background-image: url("../img/icon_overdo_04.svg");
}
#home #overdo .slick-dots li:nth-child(5) {
	background-image: url("../img/icon_overdo_05.svg");
}
#home #overdo .slick-dots li:nth-child(6) {
	background-image: url("../img/icon_overdo_06.svg");
}
#home #overdo .slick-dots li:nth-child(7) {
	background-image: url("../img/icon_overdo_07.svg");
}
#home #overdo .slick-dots li.slick-active:nth-child(1) {
	background-image: url("../img/icon_overdo_01on.svg");
}
#home #overdo .slick-dots li.slick-active:nth-child(2) {
	background-image: url("../img/icon_overdo_02on.svg");
}
#home #overdo .slick-dots li.slick-active:nth-child(3) {
	background-image: url("../img/icon_overdo_03on.svg");
}
#home #overdo .slick-dots li.slick-active:nth-child(4) {
	background-image: url("../img/icon_overdo_04on.svg");
}
#home #overdo .slick-dots li.slick-active:nth-child(5) {
	background-image: url("../img/icon_overdo_05on.svg");
}
#home #overdo .slick-dots li.slick-active:nth-child(6) {
	background-image: url("../img/icon_overdo_06on.svg");
}
#home #overdo .slick-dots li.slick-active:nth-child(7) {
	background-image: url("../img/icon_overdo_07on.svg");
}
#home #overdo .btn_area {
	text-align: right;
	margin-top: 110px;
}
@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
	#home #overdo {
		padding-top: 90px;
		padding-bottom: 130px;
	}
	#home #overdo .slid_box {
		margin-top: 100px;
		margin-left: -9%;
		margin-right: -9%;
	}
	#home #overdo .slick-dots {
		column-gap: 20px;
	}
	#home #overdo .slick-dots li {
		width: 12px;
		height: 12px;
	}
	#home #overdo .slid_box img {
		height: 260px;
	}
	#home #overdo .btn_area {
		margin-top: 70px;
	}
	#home #overdo .slid_box .img {
		margin-right: 20px;
	}
}


#home #nature {
	background-color: #ffffff;
	padding-bottom: 160px;
	color: #1A2433;
}
#home #nature .inner {
	display: flex;
}
#home #nature .inner > div {
	width: 50%;
}
#home #nature .txt_area .txt_box {
	margin-top: 80px;
}
#home #nature .txt_area .txt_box .catch {
	font-size: 2.2rem;
} 
#home #nature .txt_area .txt_box .txt {
	margin-top: 40px;
}
#home #nature .txt_area .img_box {
	display: flex;
	column-gap: 2%;
	margin-top: 40px;
}
#home #nature .txt_area .img_box .img {
	width: 32%;
}	
@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
	#home #nature {
		padding-bottom: 80px;
	}
	#home #nature .inner > div {
		width: 100%;
	}
	#home #nature .txt_area .txt_box {
		margin-top: 35px;
	}
	#home #nature .txt_area .txt_box .catch {
		font-size: 1.9rem;
	} 
	#home #nature .txt_area .txt_box .txt {
		font-size: 1.4rem;
	}
}


#home #concept {
	background-image: url(../img/home_concept_bg.jpg);
	background-position: center top;
	background-size: cover;
	color: #ffffff;
}
#home #concept .inner {
	padding-top: 130px;
	padding-bottom: 120px;
}
#home #concept .txt_area {
	width: 640px;
	max-width: 100%;
}
#home #concept .txt_area .txt {
	margin-top: 80px;
}
#home #concept .btn_area {
	text-align: right;
	margin-top: 30px;
}
@media screen and (max-width : 1024px) {
}
@media screen and (max-width : 768px) {
	#home #concept .inner {
		padding-top: 85px;
		padding-bottom: 80px;
	}
	#home #concept .txt_area .txt {
		font-size: 1.4rem;
		margin-top: 45px;
	}
	#home #concept .btn_area {
		text-align: left;
	}
}

.fix_cta {
	position: fixed;
	right: 3%;
	bottom: 50px;
	width: 340px;
	transition: all 0.3s ease-in-out;
	z-index: 9999;
}
.fix_cta img {
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 0px 15px -5px #777777;
	border-radius: 5px;
	opacity: 1;
}
.fix_cta img:hover {
	box-shadow: 0px 0px 7px -5px #777777;
	opacity: 0.8;
}
.at_top .fix_cta {
}
.middle .fix_cta {
}
.at_bottom .fix_cta {
	bottom: 140px;
}
@media screen and (max-width : 768px) {
	.fix_cta {
		position: fixed;
		width: 96%;
		bottom: 2%;
		right: 2%;
	}
	.fix_cta img:hover {
		opacity: 1;
	}
	.at_top .fix_cta {
	}
	.middle .fix_cta {
	}
	.at_bottom .fix_cta {
		bottom: 2%;
	}
	#home #footer {
		padding-bottom: 80px;
	}
}

