@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;600;700&family=Noto+Serif+JP:wght@400;500;700&display=swap');

p {
  margin-bottom: 0;
}
.m-title {
  position: relative
}
.m-title sup {
  position: absolute;
  font-size: 10px;
  top: 10px;
}
.dflex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.facility .c-pagetitle {
  background-image: url(../images/facility/facility_mv.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
}
.c-pagetitle {
  height: 560px;
  color: white;
}
.c-pagetitle__txt {
   position: absolute;
   font-size: 26px;
   line-height: 42px;
   color: #007090;
   text-align: left;
   font-weight: bold;
   letter-spacing: 0.08em;
   left: 280px;
   bottom: 50px;
}
.c-pagetitle__txt p {
  margin-bottom: 0;
  margin-top: 8px;
  padding-top: 8px;
  display: inline-block;
}
.c-pagetitle__box {
  /* width: 1140px; */
  /* height: auto; */
  min-width: 1140px;
  margin: 0 1rem;
  /* display: block; */
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%);
}
.c-pagetitle__box p {
  font-size: 18px;
  letter-spacing: 0.1em;
  max-width: 305px;
  /* position: absolute; */
  bottom: -40px;
}
.c-pagetitle figcaption{
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 11px;
  font-weight: 200;
  color: #fff;
  font-family: sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
 .c-pagetitle__txt {
     left: 0;
     bottom: inherit;
 }
}

nav.facility_nav {
  padding: 60px 0 0 0;
  max-width:1100px;
  margin:auto;
}
.facility_nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
	padding-left: 0;
}
.facility_nav ul a{
  text-decoration: none;
}
.facility_nav ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:center;
  letter-spacing: .1em;
  border: #007090 solid 1px;
	width: 32%;
}
.facility_nav ul li.active {
  color:#FFF;
  background-color: #007090;
}
.facility_nav ul li:hover{
  color:#FFF;
  background-color: #66a9bc;
}
.facility_nav ul li:hover a, .facility_nav ul li.active a{
  color: #FFF;
}
.facility_nav ul li a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 20px 0 20px;
  width: 100%;
	color: #007090;
  font-size: 24px;
}
h2.ttl_01{
  padding-top:160px;
  padding-bottom: 20px;
  color:#007090;
  font-size: 30px;
  line-height: 2em;
  margin-bottom:0px;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
}
h2.ttl_01::before{
  content:'';
  background-image: url(../images/growth/ttl_bg01.svg);
  background-size: 140px 140px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top:120px;
  left:calc(50% - 70px);
  width:140px;
  height:140px;
  z-index: -9;
}
h2.ttl_01 span{
  font-size: 18px;
}
.img_01{
  position: relative;
  max-width:1100px;
  margin: auto;
}
.img_01 figcaption{
  position: absolute;
  left:5px;
  bottom: 0;
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
  letter-spacing: 0.1em;
  font-family: sans-serif;
}
.txt{
  margin:50px auto 70px;
}
.lead-txt{
  margin:0px auto 70px;
}
@media (max-width: 768px) {
  .lead-txt{
  margin:0px auto 30px;
}
}

.txt h3{
  font-size: 28px;
  color:#007090;
  font-weight: 400;
  margin-bottom:30px;
  letter-spacing: 0.1em;
}
.lead-txt h3{
  font-size: 28px;
  color:#007090;
  font-weight: 400;
  margin-bottom:30px;
  letter-spacing: 0.1em;
}
.txt p{
  font-size: 18px;
  color:#545151;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

#facility,#security,#support{
  scroll-margin-top: 200px;
}

.container .contxt{
	font-size: 16px;
	color: #545151;
    line-height: 1.8em;
    letter-spacing: 0.1em;
	text-align: left;
}

.container figcaption{
  text-align: right;
  font-size:12px;
}


.gap_15{
  gap:15px;
}
.gap_30{
  gap:30px;
}
.d_f_01{
  width:32%;
margin-left: 10px;
}

.d_f_01:nth-child(3n+1) {
		margin-left: 0;
	}


span.caption {
    display: block;
    /* margin-top: 1em; */
    font-size: 80%;
}

/*facility*/

   #facility .container {
        max-width: 1140px;
    }

#facility h2.title {
    display: inline-block;
    position: relative;
    padding-top: 150px;
    letter-spacing: .2em;
}

#facility ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 50px auto 0;
    width: 1050px;
    padding:0;
}

#facility ul li {
    position: relative;
    list-style: none;
    width: calc(66.66% - 10px);
    width: 330px;
}

#facility ul > li:first-child {
    width: calc(64.44% - 10px);
}
#facility ul > li:nth-child(2){
    display: flex;
    flex-direction: column;
    gap: 30px;
}


#facility ul li .image {
    position: relative;
}
#facility ul li .image img {
    width: 100%;
}

#facility ul li .image .annotation {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 75%;
    text-align: right;
}
#facility ul li .image .annotation.white{
  color:#fff;  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

#facility ul li p.title {
    margin-top: 0.5em;
    font-size: 120%;
    color: #007090;
    line-height: 1.4em;
}

#facility ul li p.title02 {
    margin-top: 1em;
    font-size: 120%;
    color: #007090;
	margin-bottom: 10px;
	text-align: left;
}

#facility ul li p.title03{
   letter-spacing: -1.4px;
}




#facility ul li p.explanation {
    font-size: 90%;
    text-align: justify;
}




#facility ul.reverse li:nth-child(1) {
  order: 2;
}

#facility ul.reverse li:nth-child(2) {
  order: 1;
}

#facility ul.reverse li:nth-child(n+3) {
    order: 3;
  }

#facility .bathroom ul li .bottom-align-target {
  margin-top: 30px; /* 固定値で上に揃える */
}

#facility .bathroom ul > li:first-child{
  width: calc(66.66% - 10px);
}

#facility .bathroom ul > li:nth-child(2){
  gap:30px;
}

/* 対象のliに縦並びとスペース配分を指定 */
#facility ul li.double-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* グループ全体の高さをそろえる */
#facility .bathroom ul .align-group {
  display: flex;
  flex-direction: column;
  height: 635px; /* 仮：3・4・5番の最大高に合わせる。必要なら微調整OK */
  box-sizing: border-box;
}

/* .bottom-align-target を下部に押し出す */
#facility .bathroom ul .align-group .bottom-align-target {
  margin-top: auto;
  display: flex;
  flex-direction: column;
}

#facility .bathroom ul .align-group .bottom-align-target p.explanation {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
      height: 65px;
}
/* 画像サイズを自動調整＆object-fitで切れないように */
#facility .bathroom ul .align-group .image {
  height: auto;
}

#facility .bathroom ul .align-group .image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

#facility .toilet ul{
    margin: 50px auto 0;
    width: 750px;
    
}

#facility .toilet ul > li:first-child{
  width: calc(45% - 2px);
}

/* グループ全体の高さをそろえる */
#facility .toilet ul .align-group {
  display: flex;
  flex-direction: column;
  height: 600px; /* 仮：3・4・5番の最大高に合わせる。必要なら微調整OK */
  box-sizing: border-box;
}



#facility .storage ul{
 justify-content: center;
}

#facility .storage ul > li:first-child {
   display: flex;;
    flex-direction: column;
   width: calc(49% - 10px);
}

#facility .storage ul > li:first-child .image {
    display: flex;
    justify-content: center;
}

#facility .storage ul > li:nth-child(2) {
    display: flex;
    width: calc(49% - 10px);
    gap:inherit;
    flex-direction: inherit;
}

#facility .storage ul > li:nth-child(2) ol {
    display: flex;
    flex-wrap: wrap;
    gap: 29px;
    padding:0;
}
#facility .storage ul > li:nth-child(2) ol li {
    position: relative;
    list-style: none;
     width: calc(47% - 10px);
}

/* グループ全体の高さをそろえる */
#facility .storage ul .align-group {
  display: flex;
  flex-direction: column;
  height: 940px; /* 仮：3・4・5番の最大高に合わせる。必要なら微調整OK */
  box-sizing: border-box;
}

#security .container-inner01{
  max-width:900px;
  margin:0 auto;
}

#security .sec_con00{
  margin:50px auto;
}
#security .sec_con00 img{
  width:100%;
}

#security .sec_con{
  margin:50px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:20px;
}

#security .sec_con .box{
  text-align: left;
}


#security .sec_con .box01{
  width:70%;
}
#security .sec_con .box02{
  width:15%;
}
#security .sec_con .box02 img{
  width:100%;
}

#security .sec_con .box .title{
  color:#007090;
  font-size: 120%;
  /* font-weight: bold; */
}

#security .sec_con .box .text{
  margin-top:10px;
  font-size: 90%;
}
#security .sec_con .box .text span.caption{
  font-size: 12px;
}

#security .sec_con03{
  margin:50px auto;
}
#security .sec_con03 img{
  width:100%;
}

#security .sec_con04{
  margin:50px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap:20px;
}

#security .sec_con04 .sec_con04_box{
 width:50%;
 text-align: left;
}

#security .sec_con04 .sec_con04_box .title{
  color:#007090;
  font-size: 120%;
}

#security .sec_con04 .sec_con04_box .text{
  margin-top:10px;
  font-size: 90%;
}


#security .container-inner02 ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 3rem 3rem;
    margin-top: 3rem;
    padding: 0;
}

#security .container-inner02 li {
    list-style-type: none;
    width: calc((100% - 9rem) / 4);
}

#security .container-inner02 li img {
    width: 100%;
}

#security .container-inner02 li p {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

#security .container-inner02 li .ttl p{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    color:#007090;
    /* font-weight: bold; */
    font-size: 120%;
    text-align: center;
}

#security .container-inner02 li .ttl02 p{
letter-spacing: -1.5px;
font-size: 100%;
}



#security .container-inner02 li p.cap {
    font-size: 11px;
    margin-top: 0.3rem;
}

#security .container-inner02 .imageCap {
    position: relative;
}
#security .container-inner02 .imageCap .cap_bk {
    position: absolute;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    color: #333;
    padding: 3px 8px;
    margin: 0;
    line-height: 1.4;
    z-index: 99;
}
#security .container-inner02 .imageCap .cap_wh {
    position: absolute;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    color: #FFF;
    padding: 3px 8px;
    margin: 0;
    line-height: 1.4;
    z-index: 99;
}
#security .container-inner02 .imageCap .cap_bk.cap_r,
#security .container-inner02 .imageCap .cap_wh.cap_r{
  bottom: 0;
    right: 0;
    text-align: right;
}

#security .safety .sec_con {
  gap:50px;
}
#security .safety .sec_con .box{
    width: 50%;
}

#security .safety .sec_con02 .box02{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}
#security .safety .sec_con02 .box02 .item01{
 width: 60%;
}


#facility .support ul{
    margin: 50px auto 0;
	padding: 0px;
    width: 750px;
}

#facility .support ul > li:first-child{
  width: calc(45% - 2px);
}

.support .sec_con00 {
    margin: 50px auto;
	    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.support .c-txt {
    font-size: 130%;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
	color: #007090;
}

.support .c-txt02 {
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
    font-size: 100%;
    letter-spacing: 0.1em;
	color: #007090;
	text-align: left;
}

.support .c-txt02-line {
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 20px;
	border: solid 0.5px #007090;
	
}

.support .bcopy {
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 30px;
	margin-bottom: 30px;
    text-align: justify;
}

.support .bcopy-ttl {
	max-width: 830px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background-color: #007090;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support .bcopy-txt {
	font-size: 25px;
	color: #fff;
	text-align: center;
	/* padding-top: 8px; */
}

.support .bcopy-s {
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	padding-bottom: 20px;
}

.bcopy-caption {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	text-align-last: left;
	padding-top: 20px;
  padding-bottom: 20px;
}

.support .c-group {
	max-width: 830px;
	margin-left: auto;
	margin-right: auto;
    flex-direction: row;
    gap: 40px;
}

.support .paragraph {
	display: flex;
    padding-bottom: 50px;
    border-bottom: var(--subcolor) dashed 2px;
    /*margin: 50px auto;*/
    gap: 50px;
    /*align-items: center;*/
	font-size: 12px;
}

@media (max-width: 768px) {
.support .paragraph {
	flex-direction: column;
}
}

.support .explanation {
    text-align: justify;
}

.support .explanation .ex_ttl {
	font-size: 14px;
	color: #007090;
}

.support .explanation .ex_icon {
	font-size: 18px;
	color: #007090;
	
}

.support .title {
    font-size: 130%;
    color: #324485;
    padding-bottom: .5em;
    border-bottom: #324485 solid 1px;
}



.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

.hikkosi_map { position: relative; } 
.hikkosi_map-icon { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); font-size: 30px; animation: blink 1s infinite; pointer-events: none; color: rgba(0, 0, 0, 0.5); display: none; } /* スマホ時のみスクロールと▼を有効にする */ 



.hikkosi_map_p p{
  display: none;
}

/*.hikkosi_map-icon {
	display: block;
}*/


  @media (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
    body.facility .c-pagetitle {
        margin-bottom: 3rem;
    }
  .c-pagetitle {
    height:370px;
  }
  .c-pagetitle__box {
		width: 100%;
		min-width: auto;
		margin: 0;
        padding: 0 2rem;
        bottom: -4rem;
        position: absolute;
	}
  nav.facility_nav {
    padding:0;
}
	.c-pagetitle__box p {
		max-width: 16rem;
		margin-bottom: 10px;
	}
	.c-pagetitle__txt {
		font-size: 26px;
		line-height: 42px;
		color: #007090;
		text-align: left;
		font-weight: bold;
		letter-spacing: 0.08em;
		left: 0;
		position: relative;
        bottom: 0;
        margin-top: 0;
	}

  .facility_nav ul {
    flex-wrap: wrap;
    gap:10px;
  }
  .facility_nav ul li {
    width:94%;
    margin:auto;
  }
  .facility_nav ul li a{
    font-size:inherit;
  }
	
  #facility,#security,#support{
  scroll-margin-top: 300px;
}

  h2.ttl_01 {
    font-size: 24px;
    padding-top: 60px;
    line-height: 1.5em;
  }
  h2.ttl_01::before{
    background-size: contain;
    width:100px;
    height:100px;
    left:calc(50% - 50px);
    top:30px;
  }
  h2.ttl_01 span{
    font-size:14px;
  }

  .lead-txt h3 {
    font-size: 120%;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}
	
  
  .txt{
    margin:20px 20px 30px;
  }
  .txt h3{
    font-size:16px;
    margin-bottom: 15px;
  }
  .txt p{
    font-size: 14px;
    text-align:justify;
  }
  .green{
    padding-top: 20px;
    padding-bottom:20px;
    margin-top:20px;
    margin-bottom: 20px;
  }

  .gap_15{
    gap:10px;
  }
  .gap_30{
    gap:0;
  }
  .mb_20{
    margin-bottom: 0;
  }
  .green p {
    margin-bottom:15px;
  }
  .mb_20{
    margin-bottom:0;
  }

#facility ul {
        gap: 50px 20px;
        margin: 5% auto 0;
        width: 100%;
    }

#facility ul li {
        width: calc(50% - 10px);
    }

 #facility ul li:first-child {
        width: 100%;
    }

    

  #facility ul > li:nth-child(2){
           width: 100%;
        display: block;
    }

#facility ul > li:nth-child(2) > div{
  /*width: calc(60% - 5px);*/
  width: 100%;
}

#facility ul li p.title {
        margin-top: 1em;
        margin-bottom: 0.8em;
        font-size: 14px;
    }

 #facility ul li p.explanation {
        font-size: 12px;
    }
#facility ul li p.title{  
       /* letter-spacing: -0.06em; */
       display: flex;
       align-items: center;
       justify-content: center;
       height: 24px;
    }




#facility ul.reverse li:nth-child(1) {
  order: 1;
}

#facility ul.reverse li:nth-child(2) {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  width: 100%;
}

#facility ul.reverse li:nth-child(n+3) {
    order: 3;
  }

    #facility .powderroom ul > li:nth-child(2) > div {
      width: calc(50% - 10px);
    }

    #facility .bathroom ul > li:first-child {
    width: 100%;
}

#facility .bathroom ul > li:nth-child(2){
  width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 40px 20px;
}
#facility .bathroom ul > li:nth-child(2) > div{
   width: calc(50% - 10px);
}


#facility .bathroom ul .align-group {
    height: auto;
}
#facility .bathroom ul .align-group .bottom-align-target {
  margin-top: inherit;
}
#facility .bathroom ul .align-group .bottom-align-target p.explanation {
    height: auto;
}
#facility .bathroom ul > li:nth-child(4){
 width: calc(50% - 10px);
 flex-direction: column;
}
#facility .bathroom ul > li:nth-child(4) > div{
 width: 100%;
}
#facility .bathroom ul > li:nth-child(4) > div:nth-of-type(1){
margin-bottom: 30px;
}

#facility .bathroom ul > li:nth-child(5) > div:nth-of-type(1){
margin-bottom: 40px;
}


#facility .toilet ul{
    width: inherit;
}
#facility .toilet ul > li:first-child{
  width: 100%;
}
#facility .toilet ul > li:nth-child(2) > div{
  width: calc(50% - 10px);
  height: auto;
}
/* グループ全体の高さをそろえる */
#facility .toilet ul .align-group {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

#facility ul > li:nth-child(2){
         display: flex;
        flex-direction: row;
        gap:20px;
        /*width: calc(50% - 10px);*/
}

#facility .storage ul{
  width:100%;
 justify-content: center;
 flex-direction: column;
}
#facility .storage ul > li:first-child {
    width: 100%;
}
#facility .storage ul > li:nth-child(2) {
    width: 100%;
}
#security .sec_con{
  align-items: flex-start;
}

#security .sec_con .sec_con01_box02{
  width:25%;
}
#security .sec_con04{
flex-direction: column;
}
#security .sec_con04 .sec_con04_box{
 width:100%;
}
#security .sec_con04 .sec_con04_box .text {
    margin-top: 0px;
}
#security .container-inner02 ul{
  gap: 3rem 1rem;
  margin-top: 3rem;
}
#security .container-inner02 li {
   width: calc((100% - 1rem) / 2);
}
#security .container-inner02 li .ttl p{
  font-size: 14px;
  min-height: 40px;
}
#security .container-inner02 li .ttl02 p {
    letter-spacing: -1.25px;
    font-size: 85%;
}
#security .safety .sec_con{
  flex-direction: column;
}
#security .safety .sec_con .box{
    width: 100%;
}
	
#facility .support ul{
    width: inherit;
	padding: 0px 30px;
  gap: 0px;
}

#facility .support ul > li:first-child{
  width: 100%;
  margin-bottom: 10px;
}
	
.support .explanation .ex_ttl {
	font-size: 16px;
}
	
.support .paragraph {
	font-size: 14px;
}

#security .container-inner02 li p {
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
}

.support .bcopy-txt {
	font-size: 23px;
	color: #fff;
	text-align: center;
}

.hikkosi_map { max-height: 250px; overflow-y: scroll; } 
.hikkosi_map-icon { display: block; } 	  

.hikkosi_map_p{
  display: block;
  margin: 0 auto;
}
    .hikkosi_map_p p{
        display: block;
        margin-top: 10px;
        text-align: center;
        font-size: 14px;
        letter-spacing: 2px;
    }
	  .bcopy-s{
		  font-size: 13px;
	  }

}

@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } } 