@charset "utf-8";

.tit35 {
	text-align: center;
}

.intro {
    /* background: #000 url(../img/common/intro_bg.jpg) no-repeat center top 50px / auto; */
    padding: 200px 0 80px;
    text-align: center;
}
.mv .caption{left: 5px;right: unset;
	/* text-shadow: -1px -1px 0 #000000, 0 -1px 0 #000000, 1px -1px 0 #000000, 1px 0 0 #000000, 1px 1px 0 #000000, 0 1px 0 #000000, -1px 1px 0 #000000, -1px 0 0 #000000; */
}
.intro .container > p {
    font-size: 1.8rem;
}

.intro .photo{
	max-width: 75%;
	margin: 160px auto 0;
}

.intro .photo figcaption{
	bottom: -5%;
	text-wrap: nowrap;
	right: 0;
}

.nav-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 10rem 0;
}

.nav-list.container{
	max-width: 1100px;
}

.nav-list .list-item{
	width: 32.6%;
	filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.2));
}

.nav-list .list-item.active a{
	background: linear-gradient(to right, #9ab5c3, #fff, #9ab5c3);
}

.nav-list .list-item a{
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: min(2vw, 2.2rem);
	font-style: italic;
	color: #000;
	height: 2.2em;
	padding-top: 0.2em;
	background: linear-gradient(to right, #fff, #fff);
	transition: all 0.3s ease-in-out;
}

.nav-list .list-item a:hover{
	opacity: 0.8;
	background: linear-gradient(to right, #9ab5c3, #fff, #9ab5c3);
}

.nav-list .list-item a::after {
	position: absolute;
	content: '';
	width: 0.5em;
	height: 0.5em;
	background: url(../img/design/ic-triangle.svg) no-repeat center center / 100% auto;
	top: 50%;
	right: 0.6em;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

@media screen and (max-width: 767px){
	.nav-list{
		padding: 10rem 0 6rem;
	}

	.nav-list {
		gap: 2vw;
		justify-content: center;
		max-width: 600px;
	}

	.nav-list .list-item a{
		font-size: min(3.6vw, 1.8rem);
	}

	.nav-list .list-item a::after {
		width: 0.5em;
		height: 0.5em;
		right: 0.5em;
	}

	.nav-list .list-item{
		width: 48%;
	}
}

#area {
	padding-top: 80px;
}

#area .tit35:has(.en) {
	margin-bottom: 0;
}

#area .tit24 .en {
	line-height: 1;
	display: block;
	font-size: 2.1rem;
	margin-bottom: 4rem;
}
.modal{display: none;}
#area .area01 {
	margin-bottom: 80px;
}

#area .area01 .container {
	text-align: center;
	padding: 80px 0;
}

#area .area01 .container > p {
	font-size: 1.8rem;
}

#area .area02 {
	position: relative;
	margin-bottom: 100px;
}

#area .area02 > .photo {
	width: 69%;
	margin: 0 0 0 auto;
}

#area .area02 > .photo img {
	width: 100%;
}

#area .area02 .areaTxt {
	position: absolute;
	top: 5%;
	left: 5%;
	padding: 40px;
	background: rgba(0, 0, 0, 0.5);
	width: 34%;
}

#area .area03 {
	position: relative;
	margin-bottom: 12rem;
}

#area .area03 > .photo {
	width: 51%;
	margin: 0 auto 0 0;
}

#area .area03 > .photo img {
	width: 100%;
}

#area .area03 .areaTxt {
	position: absolute;
	right: 10%;
	padding: 40px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 30%;
}

#area .area04 {
	margin-bottom: 8rem;
}

#area .area04 .container {
	text-align: center;
	padding: 3rem 0 8rem;
}

#area .area04 .container > p {
	font-size: 1.8rem;
}

#area .area05 {
	position: relative;
	margin: 0 0 10rem;
}

#area .area05 > .photo {
	width: 65.4167%;
	margin: 0 0 0 auto;
}

#area .area05 > .photo img {
	width: 100%;
}

#area .area05 .areaTxt {
	position: absolute;
	left: 10%;
	padding: 40px;
	top: 3.2%;
	width: 22.35%;
	z-index: 1;
}

#area .area06 {
	background: #000000;
	text-align: center;
	color: #ffffff;
	padding: 10rem 0 16rem;
}

#area .area06 .tit24 .en {
	line-height: 1;
	display: block;
	font-size: 2.1rem;
	margin-bottom: 4rem;
}

#area .area06 .flexBox {
	align-items: flex-start;
}

#area .area06 .block {
	margin-bottom: 10rem;
}

#area .area06 .block:first-of-type {
	margin-top: 10rem;
}

#area .area06 .block:last-of-type {
	margin-bottom: 0;
}

#area .area06 .flexBox .colTxt {
	width: 23.2%;
	text-align: left;

}

#area .area06 .flexBox .colTxt .cap {
	margin-top: 4.5rem;
	font-size: 1.2rem;
}

#area .area06 .flexBox .photo {
	width: 73.467%;
}

#landscape {
	color: #000;
	background: #f2f2f2;
	padding: 60px 0 0;
}

#landscape .landscape01 {
	text-align: center;
	margin: 0 0 120px;
}

.landscape01 .tit35 .en {
	color: #000;
	border-bottom: 1px solid #000;
}

#landscape .landscape01 .container > p {
	font-size: 2.2rem;
/*	margin-bottom: 80px;*/
}

#landscape .landscape01 ul {
	margin-top: 60px;
}

#landscape .landscape01 ul li {
	padding: 30px;
	width: 32%;
	background: #e6e6e6;
}

#landscape .landscape01 ul li .tit24 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}

#landscape .landscape01 ul li p {
	text-align: left;
}

#landscape .landscape02 {
	padding: 0 0 120px;
}

#landscape .landscape02 .container > .photo {
	margin-bottom: 60px;
}

#landscape .landscape02 .row01 {
	margin-bottom: 80px;
}

#landscape .landscape02 .row01 .colL {
	width: 45.48%;
}

#landscape .landscape02 .row01 .colL .tit24 {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	line-height: 1;
	align-items: flex-end;
}

#landscape .landscape02 .row01 .colL .tit24 .en {
	font-size: 1.4rem;
}

#landscape .landscape02 .row01 .colL .tree {
	margin-top: 160px;
}

#landscape .landscape02 .row01 .colL .tree h4 {
	line-height: 1;
	font-size: 3.4rem;	
	letter-spacing: 5px;
	font-style: italic;
	margin-bottom: 30px;
}

#landscape .landscape02 .row01 .colL .tree ul li {
	width: 31.53%;
	max-width: 215px;
	margin-bottom: 1%;
}

#landscape .landscape02 .row01 .colL .tree ul li img {
	width: 100%;
}

#landscape .landscape02 .row01 .colL .capAll {
	text-align: right;
	font-size: 1rem;
}

#landscape .landscape02 .row01 .colR {
	width: 48.48%;
	max-width: 727px;
}

#landscape .landscape02 .row01 .colR img {
	width: 100%;
}

#landscape .landscape02 .row02 {
	border-top: 1px solid #635c5a;
	padding-top: 80px;
}

#landscape .landscape02 .row02 > .tit24 .en {
	font-size: 2rem;
	display: block;
	margin-bottom: 2rem;
}

#landscape .landscape02 .row02 li {
	width: 45.48%;
	max-width: 682px;
}

#landscape .landscape02 .row02 li img {
	width: 100%;
}

#landscape .landscape02 .row02 li .tit24 {
	align-items: flex-end;
	line-height: 1;
	margin: 20px 0 0;
}
#landscape .landscape02 .row02 li  .cap{margin-top: 10px;}
#landscape .landscape02 .row02 li .tit24 span {
	font-size: 1.4rem;
	font-style: italic;
}

#landscape .landscape02 .row02 li p {
	position: relative;
}

#landscape .landscape02 .row02 .rel {
	position: relative;
	padding-left: 100px;
}

#landscape .landscape02 .row02 .rel span {
	position: absolute;
	top: 0;
	left: 0;
}

#facility {
	padding: 100px 0 50px;
	background: #333333;
	color: #fff;
}


#facility h3 {
	font-size: 2.3rem;
	font-weight: 500;	
	text-align: center;
	margin-bottom: 10rem;
	background: #797979;
}

#facility ul li {
	width: 47%;
	border-left: 1px solid #999999;
	margin-bottom: 50px;
}

#facility ul li .tit24 {
	margin-bottom: 10px;
	line-height: 1;
}

#facility ul li .colL {
	width: 55%;
	padding-left: 35px;
}

#facility ul li .colL sup {
	font-size: 1.2rem;
}

#facility ul li .w100 {
	width: 100%;
}

#facility ul li .colR {
	width: 39.8%;
	max-width: 280px;
}

#facility ul li .colR img {
	width: 100%;
}

#facility .botCap {
	margin-top: 100px;
}

#facility .item01 figure {
	margin-top: 2rem;
}

#facility .item01 figure img {
	width: 100%;
}

#facility .item02 {
	border-left: 0;
}

#facility .item02 .child:first-child {
	margin-bottom: 4rem;
}

#facility .item02 .child {
	border-left: 1px solid #999999;
}
.photoMap{position: relative;padding-bottom: 20px;}
.photoMap .relImg{position: relative;z-index: 2;}
.photoMap .absImg{position: absolute;right: 6%;top: 10%;z-index: 2;}
.note{font-size: 1.2rem;margin-top: 40px;}
@media screen and (max-width: 1300px){
#landscape .landscape01 ul li .tit24{font-size: 2.2rem;}
}
@media screen and (max-width: 1210px){
.intro .photo figcaption{
	right: 0;
	left: unset;
	bottom: -20px;
}
#landscape .landscape01 ul li .tit24{min-height: 82px;}
}
@media screen and (max-width: 1024px){
	.photoMap .absImg{width: 120px;right: 3%;}
}
@media screen and (max-width: 1100px){
	#area .tit24 {
		margin-bottom: 2rem;
	}

	#area .tit24 .en {
		margin-bottom: 2rem;
	}

	#area .area02 .areaTxt {
		width: 80%;
		padding: 20px;
	}

	#area .area03 .areaTxt {
		width: 80%;
		padding: 20px;
		right: 0;
		background: rgba(0, 0, 0, 0.5);
	}

	#area .area04 .container {
		padding: 0 0 8rem;
	}

	#area .area05 .areaTxt {
		width: 80%;
		padding: 20px;
		top: 5%;
		left: 5%;
		background: rgba(0, 0, 0, 0.5);
	}

	#area .area06 .tit24 {
		margin-bottom: 2rem;
	}

	#area .area06 .tit24 .en {
		margin-bottom: 2rem;
	}

	#area .area06 .block {
		position: relative;
	}

	#area .area06 .block .colTxt{
		position: absolute;
		width: 80%;
		padding: 20px;
		top: 5%;
		right: 0;
		background: rgba(0, 0, 0, 0.5);
	}

	#area .area06 .flexBox.block02 .photo {
		margin-left: auto;
	}

	#area .area06 .block.block02 .colTxt {
		left: 5%;
		right: unset;
		z-index: 1;
	}

	#area .area06 .flexBox .colTxt .cap {
		margin-top: 2.5rem;
	}
		


	#landscape .landscape01 .container > p {
		font-size: 1.8rem;
	}

	#landscape .landscape02 .row01 .colL .tree {
		margin-top: 40px;
	}

	#landscape .landscape02 .row02 li {
		width: 49%;
	}

	#landscape .landscape02 .row02 li .tit24 {
		display: block;
	}

	#landscape .landscape02 .row02 li .tit24 span {
		display: block;
		margin-top: 10px;
	}

	#facility ul li .tit24 {
		line-height: 1.6;
	}

	#facility ul li {
		width: 49%;
	}
	#facility ul li .colL {
		padding-left: 20px;
	}

}

@media screen and (max-width: 767px){
	.intro {
		padding: 60px 0 80px;
	}

	.intro .container > p {
		font-size: 1.6rem;
	}

	.intro .photo {
		max-width: 90%;
		margin: 80px auto 0;
	}

	#area {
		padding-top: 0;
	}

	#area .tit24 {
		margin-bottom: 3rem;
	}

	#area .tit24 .en {
		font-size: min(4.5vw, 2.1rem);
		margin-bottom: 2rem;
	}

	#area .area02 {
		margin-bottom: 60px;
	}

	#area .area02 > .photo {
		width: 100%;
		margin: 0;
	}

	#area .area02 .areaTxt {
		position: static;
		width: 100%;
		padding: 40px 20px;
	}

	#area .area03 {
		margin-bottom: 4rem;
	}

	#area .area03 > .photo {
		width: 100%;
		margin: 0;
	}

	#area .area03 .areaTxt {
		padding: 40px 20px;
		position: static;
		width: 100%;
		transform: translateY(0);
  		-webkit-transform: translateY(0);
	}

	#area .area05 {
		display: flex;
		flex-direction: column;
		margin-bottom: 60px;
	}

	#area .area05 > .photo {
		width: 100%;
		margin: 0;
		order: -1;
	}

	#area .area05 .areaTxt {
		position: static;
		width: 100%;
		padding: 40px 20px;
	}

	
	#area .area06 {
		padding: 6rem 0 8rem;
	}

	#area .area06 .container:nth-of-type(2){
		width: 100%; 
		max-width: 100%;
	}
	
	#area .area06 .block {
		margin-bottom: 60px;
	}

	#area .area06 .flexBox .colTxt{
		position: static;
		width: 100%;
		padding: 40px 20px;
	}

	#area .area06 .flexBox .colImg{
		width: 100%;
		order: -1;
	}

	#landscape {
		padding: 0;
	}

	#landscape .tit35:has(.en) {
		margin-bottom: 0;
	}

	#landscape .landscape01 {
		margin: 0 0 60px;
	}
	
	#landscape .landscape01 .container > p {
		font-size: 1.8rem;
	}

	#landscape .landscape01 ul li {
		width: 100%;
		padding: 15px;
	}

	#landscape .landscape01 ul li:not(:last-child) {
		margin-bottom: 20px;
	}

	#landscape .landscape02 .row01 .colL {
		width: 100%;
		margin-bottom: 40px;
	}

	#landscape .landscape02 .row01 .colR {
		width: 100%;
	}
#landscape .landscape01 ul li .tit24{min-height: unset;}
	#landscape .landscape02 .row01 .colL .tit24 .en {
		font-size: 3.5vw;
	}

	#landscape .landscape02 .row01 .colL .tree {
		margin-top: 40px;
	}

	#landscape .landscape02 .row01 .colL .tree h4 {
		font-size: 3rem;
	}

	#landscape .landscape02 .row02 li {
		width: 100%;
	}

	#landscape .landscape02 .row02 li:not(:last-child) {
		margin-bottom: 40px;
	}

	#landscape .landscape02 .row02 li .tit24 {
		display: block;
	}

	#landscape .landscape02 .row02 li .tit24 span {
		display: block;
		margin-top: 10px;
	}

	#landscape .landscape02 .row02 > .tit24 .en {
		font-size: min(4vw, 2rem);
	}

	#facility h3 {
		font-size: 5vw;
		margin-bottom: 4rem;
	}
	
	#facility ul li {
		width: 100%;
		border: 0;
	}

	#facility ul li:not(:last-child) {
		margin-bottom: 40px;
	}

	#facility ul li .colL {
		padding-left: 0;
	}

	#facility ul li .colL {
		width: 100%;
		margin-bottom: 20px;
	}

	#facility ul li .colR {
		width: 100%;
		max-width: unset;
		text-align: center;
	}

	#facility ul li .colR figure {
		display: inline-block;
	}

	#facility .botCap {
		margin-top: 60px;
	}

	#facility .item02 .child {
		border-left: 0;
	}
	.photoMap{padding-bottom: 20px;}
	.photoMap .absImg{width: 80px;right: 5%;}
	.note{margin-top: 20px;}
}
@media screen and (max-width: 576px){
	.photoMap .absImg{width: 60px;right: 0;}
}
.fancybox-content{padding: 0;}
.fancybox-button svg{background: #000;color: #fff;border-radius:50%;top:10px;right:10px;position: absolute;width: 40px;height: 40px;}
.modal {width: 540px;}
.modal .modal-head .photo figcaption {color: #fff !important;}
.modal .modal-txt{padding: 20px;}
.modal .modal-txt h4{font-size: 2rem;}
.modal .modal-txt h4 span {font-size: 1.2rem;}
.modal .modal-txt p {font-size: 1.6rem;line-height: 1.5;}
.modal .modal-txt .cap {font-size: 1.2rem;}
.fancybox-navigation .fancybox-button div{display: none;}
.fancybox-navigation .fancybox-button{width: 40px;height: 40px;}
.fancybox-navigation .fancybox-button--arrow_left{background: url('../img/design/arrow-left.svg') no-repeat;left:calc(50% - 360px);}
.fancybox-navigation .fancybox-button--arrow_right{background: url('../img/design/arrow-right.svg') no-repeat;right: calc(50% - 360px);}

@media screen and (max-width: 767px){
	.fancybox-navigation .fancybox-button{width:30px;height: 30px;padding: 20px 10px 20px 0px;}
	.fancybox-navigation .fancybox-button--arrow_left{left: 0;}
	.fancybox-navigation .fancybox-button--arrow_right{right: -8px;}

}
@media (max-width: 767px) {
	.map-zoom {display: flex;justify-content: center;align-items: center;margin:10px 0 0 0;}
	.map-zoom p {color: #77746b;padding:0 1em 0 0;}
  }

  @media screen and (max-width: 576px){
	.modal .modal-txt h4{font-size: 1.8rem;line-height: 1.4;margin: 0 0 10px;}
	.modal .modal-txt p{font-size: 1.4rem;}
  }
  /* zoom */
  @media (max-width: 767px) {
	.zoomHolder {position: relative;isolation: isolate;width: 100%;}
}