@charset "utf-8";

/* スタイルシート
作成者：Hatomi Inc.
作成日：R8.3.13
-------------------------------------------------------------------------------------*/

/* =========================================================
  Responsive BR
========================================================= */

/* デフォルト無効 */
.br-701-800,
.br-801-900,
.br-901-1000{
  display:none;
}

/* 701〜800 */
@media (min-width:701px) and (max-width:800px){
  .br-701-800{
    display:inline;
  }
}

/* 801〜900 */
@media (min-width:801px) and (max-width:900px){
  .br-801-900{
    display:inline;
  }
}

/* 901〜1000 */
@media (min-width:801px) and (max-width:900px){
  .br-901-1000{
    display:inline;
  }
}

/* br-smallview */
@media (max-width:1000px){
  .br-smallview{
    display:none;
  }
}



/* =========================================================
  Section Title
========================================================= */

.sectionTitle{
  margin: 0 0 2.5rem;
}
@media (max-width: 700px){
  .sectionTitle{
    margin: 0 0 2rem;
  }
}
@media (max-width: 480px){
  .sectionTitle{
    margin: 0 0 1.5rem;
  }
}

.sectionTitle__head{
  margin: 0;
  padding: 1.4rem 1rem;
  background: #DDE9D3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 700px){
  .sectionTitle__head{
    padding: 1.3rem 1rem;
    gap: 1rem;
  }
}
/*
@media (max-width: 500px){
  .sectionTitle__head{
    align-items: flex-start;
    flex-direction: column;
  }
}
*/
@media (max-width: 480px){
  .sectionTitle__head{
    padding: 1.3rem 1rem;
  }
}

.sectionTitle__ja{
  position: relative;
  display: inline-block;
  padding-left: 1.125rem;
  color: #000;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
	 white-space: nowrap;
}
@media (max-width: 700px){
  .sectionTitle__ja{
    font-size: 1.3rem;
    padding-left: 1rem;
  }
}
@media (max-width: 480px){
  .sectionTitle__ja{
    font-size: 1rem;
    padding-left: 0.875rem;
  }
}

.sectionTitle__ja::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.3125rem;
  height: 1.875rem;
  background: #7AC943;
  transform: translateY(-50%);
}
@media (max-width: 700px){
  .sectionTitle__ja::before{
    height: 1.625rem;
  }
}
@media (max-width: 480px){
  .sectionTitle__ja::before{
    width: 0.25rem;
    height: 1.25rem;
  }
}

.sectionTitle__en{
  flex: 0 0 auto;
  color: #7AC943;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.4;
  font-style: italic;
  white-space: nowrap;
}
@media (max-width: 700px){
  .sectionTitle__en{
    font-size: .8rem;
    white-space: normal;
    align-self: flex-end;
  }
}
@media (max-width: 480px){
  .sectionTitle__en{
    font-size: 0.8rem;
  }
}

.sectionTitle__note{
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.6em;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: baseline;
}
@media (max-width: 700px){
  .sectionTitle__note{
    font-size: 0.62em;
  }
}
@media (max-width: 480px){
  .sectionTitle__note{
    margin-left: 0.4em;
    font-size: 0.68em;
  }
}
/* =========================================================
  Section Box Title
========================================================= */

.sectionBoxTitle{
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 2rem;
}
@media (max-width: 700px){
  .sectionBoxTitle{
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px){
  .sectionBoxTitle{
    margin-bottom: 2rem;
  }
}

.sectionBoxTitle__icon{
  flex: 0 0 auto;
  width: 0.9rem;
  height: 0.9rem;
  background: #79BE49;
}
@media (max-width: 480px){
  .sectionBoxTitle__icon{
    width: 0.75rem;
    height: 0.75rem;
  }
}

.sectionBoxTitle__text{
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media (max-width: 700px){
  .sectionBoxTitle__text{
    font-size: 1.1rem;
  }
}
@media (max-width: 480px){
  .sectionBoxTitle__text{
    font-size: 1.05rem;
  }
}


/* =========================================================
  Pill Arrow Button
========================================================= */

.pillArrowBtn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 17rem;
  min-height: 3.75rem;

  padding: 0.9rem 2.8rem 0.9rem 1.6rem;

  background: #F4EBE2;
  border-radius: 999px;
  text-decoration: none;

  transition: opacity .25s ease;
}

@media (max-width: 700px){
  .pillArrowBtn{
    min-height: 3.25rem;
    padding: 0.75rem 2.6rem 0.75rem 1.25rem;
  }
}

@media (max-width: 480px){
  .pillArrowBtn{
    width: 100%;
  }
}


/* テキスト */

.pillArrowBtn__text{
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 700px){
  .pillArrowBtn__text{
    font-size: 1rem;
  }
}

@media (max-width: 480px){
  .pillArrowBtn__text{
    font-size: .9rem;
  }
}


/* 矢印 */

.pillArrowBtn__icon{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);

  width: 1.4rem;
  height: 1.4rem;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  transition: transform .25s ease;

  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Ccircle cx='13' cy='13' r='12.5' fill='%23fff' stroke='%2379be49'/%3E%3Cline x1='7.4' y1='13' x2='17.9' y2='13' stroke='%2379be49' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='18.6' y1='13' x2='14.7' y2='16.9' stroke='%2379be49' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='14.7' y1='9.1' x2='18.6' y2='13' stroke='%2379be49' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

@media (max-width: 700px){
  .pillArrowBtn__icon{
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media (max-width: 480px){
  .pillArrowBtn__icon{
    width: 1.125rem;
    height: 1.125rem;
  }
}


.pillArrowBtn:hover .pillArrowBtn__icon{
  transform: translate(3px,-50%);
}


/* =========================================================
  Floormap Nav
========================================================= */

.floormapNavBlock{
  padding: 2.5rem 0;
}
@media (max-width: 700px){
  .floormapNavBlock{
    padding: 2rem 0;
  }
}
@media (max-width: 480px){
  .floormapNavBlock{
    padding: 1.5rem 0;
  }
}

.floormapNav{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.75rem;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px){
  .floormapNav{
    gap: 1rem;
  }
}
@media (max-width: 700px){
  .floormapNav{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
@media (max-width: 480px){
  .floormapNav{
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }
}

.floormapNav__btn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  padding: 1.25rem 3.75rem 1.25rem 1.25rem;
  border-radius: 0.875rem;
  text-decoration: none;
  transition: opacity .25s ease;
}
@media (max-width: 900px){
  .floormapNav__btn{
    min-height: 4.5rem;
    padding: 1rem 3rem 1rem 1rem;
  }
}
@media (max-width: 700px){
  .floormapNav__btn{
    min-height: 4rem;
    padding: 1rem 2.75rem 1rem 0.875rem;
  }
}
@media (max-width: 480px){
  .floormapNav__btn{
    min-height: 3.75rem;
    padding: 0.875rem 2.5rem 0.875rem 0.75rem;
    border-radius: 0.75rem;
  }
}

.floormapNav__btn:hover{
  opacity: .96;
}

.floormapNav__btn--green{
  background: #7AC943;
}

.floormapNav__btn--orange{
  background: #FF931E;
}

.floormapNav__btn--blue{
  background: #3FA9F5;
}

.floormapNav__btn--pink{
  background: #FF7BAC;
}

.floormapNav__label{
  display: block;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 900px){
  .floormapNav__label{
    font-size: 1rem;
  }
}
@media (max-width: 700px){
  .floormapNav__label{
    font-size: 0.95rem;
  }
}
@media (max-width: 480px){
  .floormapNav__label{
    font-size: 0.85rem;
  }
}

.floormapNav__icon{
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.9rem;
  height: 1.9rem;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform .25s ease;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.6 30.6'%3E%3Cg%3E%3Cg%3E%3Crect x='12.6' y='11.8' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -6.9188 13.8792)' fill='%23FFFFFF' width='1.4' height='7.1'/%3E%3Crect x='16.6' y='11.8' transform='matrix(-0.7071 -0.7071 0.7071 -0.7071 18.7006 38.3288)' fill='%23FFFFFF' width='1.4' height='7.1'/%3E%3C/g%3E%3Ccircle fill='none' stroke='%23FFFFFF' stroke-width='0.5828' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='15.3' cy='15.3' r='15'/%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 900px){
  .floormapNav__icon{
    width: 1.75rem;
    height: 1.75rem;
    right: 0.875rem;
  }
}
@media (max-width: 700px){
  .floormapNav__icon{
    width: 1.625rem;
    height: 1.625rem;
    right: 0.75rem;
  }
}
@media (max-width: 480px){
  .floormapNav__icon{
    width: 1.5rem;
    height: 1.5rem;
    right: 0.625rem;
  }
}

.floormapNav__btn:hover .floormapNav__icon{
  transform: translateY(calc(-50% + 4px));
}

.floormapNav__btn:focus-visible .floormapNav__icon{
  transform: translateY(calc(-50% + 4px));
}


/* =========================================================
  Facility Map
========================================================= */

.facilityMap{
  padding: 0 0 4rem;
}
@media (max-width: 700px){
  .facilityMap{
    padding-bottom: 3rem;
  }
}
@media (max-width: 480px){
  .facilityMap{
    padding-bottom: 2.5rem;
  }
}

.facilityMap__stage{
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.facilityMap__mapWrap{
  position: relative;
}

.facilityMap__mapImage{
  display: block;
  width: 100%;
  height: auto;
}

.facilityMap__pin{
  position: absolute;
  display: block;
  width: 7.2%;
  aspect-ratio: 1 / 1;
  text-decoration: none;
  transform: translate(-50%, -50%);
  transition: transform .25s ease, opacity .25s ease;
}
@media (max-width: 700px){
  .facilityMap__pin{
    width: 8.2%;
  }
}
@media (max-width: 480px){
  .facilityMap__pin{
    width: 9.2%;
  }
}

.facilityMap__pin:hover{
  opacity: .92;
  transform: translate(-50%, -50%) scale(1.06);
}

.facilityMap__pin img{
  display: block;
  width: 100%;
  height: auto;
}

/* 3F */
.facilityMap__pin--3f-01{
  top: 2%;
  left: 42.6%;
}

/* 2F */
.facilityMap__pin--2f-01{
  top: 46.7%;
  left: 30%;
}

.facilityMap__pin--2f-02{
  top: 53.6%;
  left: 60%;
}

/* 1F */
.facilityMap__pin--1f-01{
  top: 77%;
  left: 26%;
}

.facilityMap__pin--1f-02{
  top: 78.3%;
  left: 51.8%;
}

.facilityMap__pin--1f-03{
  top: 85%;
  left: 30.2%;
}

.facilityMap__pin--1f-04{
  top: 86.8%;
  left: 58.6%;
}


/* =========================================================
  Ward Guide
========================================================= */

.wardGuide{
  padding: 0 0 4rem;
}
@media (max-width: 850px){
  .wardGuide{
    padding-bottom: 3rem;
  }
}
@media (max-width: 480px){
  .wardGuide{
    padding-bottom: 2.5rem;
  }
}

.wardGuide__head{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  align-items: start;
  margin: 0 0 3rem;
}
@media (max-width: 1000px){
  .wardGuide__head{
    gap: 1rem;
  }
}
@media (max-width: 850px){
  .wardGuide__head{
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px){
  .wardGuide__head{
    gap: 2rem;
    margin-bottom: 2rem;
  }
}

.wardGuide__content{
  width: 100%;
  min-width: 0;
}
@media (max-width: 850px){
  .wardGuide__content{
    order: 1;
  }
}

.wardGuide__lead{
  width: 100%;
  margin: 0 0 2rem;
}
@media (max-width: 850px){
  .wardGuide__lead{
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 480px){
  .wardGuide__lead{
    margin-bottom: 1rem;
  }
}

.wardGuide__lead p{
  margin: 0;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 850px){
  .wardGuide__lead p{
    font-size: 0.95rem;
    line-height: 1.9;
  }
}
@media (max-width: 480px){
  .wardGuide__lead p{
    font-size: 0.9rem;
    line-height: 1.85;
  }
}

.wardGuide__infoBox{
  width: 100%;
  max-width: 40rem;
  padding: 1.25rem 1.5rem;
  border-radius: 0.75rem;
  background: #F7F6EA;
}
@media (max-width: 900px){
  .wardGuide__infoBox{
    max-width: none;
    padding: 1rem 1.25rem;
  }
}
@media (max-width: 480px){
  .wardGuide__infoBox{
    padding: 0.875rem 1rem;
    border-radius: 0.625rem;
  }
}

.wardGuide__infoBox p{
  margin: 0 0 0.55em;
  color: #000;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.55;
}
@media (max-width: 850px){
  .wardGuide__infoBox p{
    font-size: 0.9rem;
  }
}
@media (max-width: 480px){
  .wardGuide__infoBox p{
    font-size: 0.85rem;
    line-height: 1.5;
  }
}

.wardGuide__infoBox p:last-child{
  margin-bottom: 0;
}

.wardGuide__mainPhoto{
  min-width: 0;
}
@media (max-width: 850px){
  .wardGuide__mainPhoto{
    order: 2;
  }
}

.wardGuide__gallery{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
}
@media (max-width: 1000px){
  .wardGuide__gallery{
    gap: 1.5rem;
  }
}
@media (max-width: 850px){
  .wardGuide__gallery{
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (max-width: 480px){
  .wardGuide__gallery{
    gap: 2rem;
  }
}

.wardGuide__galleryItem{
  min-width: 0;
}

.wardGuide__photoLink{
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 1rem;
  text-decoration: none;
}
@media (max-width: 850px){
  .wardGuide__photoLink{
    border-radius: 0.875rem;
  }
}
@media (max-width: 480px){
  .wardGuide__photoLink{
    border-radius: 0.75rem;
  }
}

.wardGuide__photoLink img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .25s ease, transform .25s ease;
}

.wardGuide__photoLink:hover img{
  opacity: .94;
}


/* =========================================================
  Related Facilities
========================================================= */

.relatedFacilities{
  padding: 0 0 4rem;
}
@media (max-width: 700px){
  .relatedFacilities{
    padding-bottom: 3rem;
  }
}
@media (max-width: 480px){
  .relatedFacilities{
    padding-bottom: 2.5rem;
  }
}

.relatedFacilities__list{
  border-top: 1px solid transparent;
}

.relatedFacilities__item{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 2rem 3rem;
  align-items: center;
  padding: 2.5rem 0;
  border-bottom: 1px solid #D8D8D8;
}
@media (max-width: 900px){
  .relatedFacilities__item{
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2rem 0;
  }
}
@media (max-width: 480px){
  .relatedFacilities__item{
    gap: 0.75rem;
    padding: 1.5rem 0;
  }
}

.relatedFacilities__name{
  color: #000;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 700px){
  .relatedFacilities__name{
    font-size: 1.05rem;
  }
}
@media (max-width: 480px){
  .relatedFacilities__name{
    font-size: 1rem;
    line-height: 1.5;
  }
}

.relatedFacilities__info{
  min-width: 0;
}

.relatedFacilities__address{
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin: 0 0 0.75rem;
  color: #000;
  font-size: 1.05rem;
  /*font-weight: 500;*/
  line-height: 1.6;
}
@media (max-width: 700px){
  .relatedFacilities__address{
    font-size: 1rem;
    gap: 0.5rem 1rem;
  }
}
@media (max-width: 480px){
  .relatedFacilities__address{
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    line-height: 1.5;
  }
}

.relatedFacilities__postcode{
  white-space: nowrap;
}

.relatedFacilities__addressText{
  min-width: 0;
}

.relatedFacilities__contact{
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 2rem;
  margin: 0;
  color: #000;
  font-size: 1rem;
  /*font-weight: 500;*/
  line-height: 1.6;
}
@media (max-width: 700px){
  .relatedFacilities__contact{
    font-size: 0.95rem;
    gap: 0.5rem 1.5rem;
  }
}
@media (max-width: 480px){
  .relatedFacilities__contact{
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

.relatedFacilities__tel,
.relatedFacilities__fax{
  white-space: nowrap;
}

/* =========================================================
  Facility Standards
========================================================= */

.facilityStandards{
  padding: 0 0 4rem;
}
@media (max-width: 700px){
  .facilityStandards{
    padding-bottom: 3rem;
  }
}
@media (max-width: 480px){
  .facilityStandards{
    padding-bottom: 2.5rem;
  }
}

.facilityStandards__body{
  color: #000;
}

.facilityStandards__lead{
  margin: 0 0 2.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.7;
}
@media (max-width: 700px){
  .facilityStandards__lead{
    margin-bottom: 2rem;
    font-size: 1.15rem;
  }
}
@media (max-width: 480px){
  .facilityStandards__lead{
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
  }
}

.facilityStandards__date{
  margin: 0 0 2rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 700px){
  .facilityStandards__date{
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
  }
}
@media (max-width: 480px){
  .facilityStandards__date{
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
    line-height: 1.7;
  }
}

.facilityStandards__list{
  margin: 0 0 2.5rem;
  padding: 0;
  list-style: none;
}
@media (max-width: 700px){
  .facilityStandards__list{
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px){
  .facilityStandards__list{
    margin-bottom: 1.5rem;
  }
}

.facilityStandards__list li{
  position: relative;
  margin: 0 0;
  padding-left: 1em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 700px){
  .facilityStandards__list li{
    font-size: 0.95rem;
  }
}
@media (max-width: 480px){
  .facilityStandards__list li{
    font-size: 0.9rem;
    line-height: 1.75;
  }
}

.facilityStandards__list li::before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.facilityStandards__list li:last-child{
  margin-bottom: 0;
}

.facilityStandards__section{
  padding: 0 0 2.5rem;
}
@media (max-width: 700px){
  .facilityStandards__section{
    padding-bottom: 2rem;
  }
}
@media (max-width: 480px){
  .facilityStandards__section{
    padding-bottom: 1.5rem;
  }
}

.facilityStandards__section:last-child{
  padding-bottom: 0;
}

.facilityStandards__section .sectionBoxTitle {
  margin: 0 0 1rem;
}

.facilityStandards__text p{
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
}
@media (max-width: 700px){
  .facilityStandards__text p{
    font-size: 0.95rem;
    line-height: 1.85;
  }
}
@media (max-width: 480px){
  .facilityStandards__text p{
    font-size: 0.9rem;
    line-height: 1.8;
  }
}


