@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+Myanmar:wght@400;700&display=swap");
.f-nsj-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.f-nsj-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.f-nsj-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.f-lato-400 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.f-nsm-700 {
  font-family: "Noto Serif Myanmar", serif;
  font-weight: 700;
}

.f-nsm-400 {
  font-family: "Noto Serif Myanmar", serif;
  font-weight: 400;
}

a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}
a:link:hover,
a:visited:hover,
a:hover:hover,
a:active:hover,
a:hover {
  opacity: 0.7;
}

h1,
.h1-like {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(24px, 3.6vw, 36px);
}

h2,
.h2-like {
  font-family: "Noto Serif Myanmar", serif;
  font-weight: 700;
  font-size: clamp(20px, 3.6vw, 36px);
  letter-spacing: 0.05em;
}

h3,
.h3-like {
  font-weight: 700;
  font-size: clamp(16px, 2vw, 21px);
}
h3.rj-subtitle,
.h3-like.rj-subtitle {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

p,
.p-like {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 400;
  line-height: 200%;
}

.p-small {
  font-size: clamp(12px, 1.6vw, 16px);
  font-weight: 400;
  line-height: 180%;
}

.p-18 {
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 400;
  line-height: 180%;
}

.p-46 {
  font-size: clamp(30px, 4vw, 46px);
}

.p-42 {
  font-size: clamp(20px, 3vw, 42px);
}

.p-36 {
  font-size: clamp(20px, 3vw, 36px);
}

.p-32 {
  font-size: clamp(20px, 3vw, 32px);
}

.p-31 {
  font-size: clamp(18px, 3vw, 31px);
}

.p-28 {
  font-size: clamp(22px, 3vw, 28px);
}

.p-27 {
  font-size: clamp(20px, 3vw, 27px);
}

.p-24 {
  font-size: clamp(20px, 3vw, 24px);
}

.p-23 {
  font-size: clamp(20px, 3vw, 23px);
}

.title-container {
  text-align: center;
}
.title-container h2.section-title {
  font-family: "Noto Serif Myanmar", serif;
  font-weight: 700;
  font-size: clamp(20px, 3vw, 32px);
  line-height: 150%;
}

section.greetings {
  padding: clamp(100px, 15vw, 150px) 0 clamp(60px, 11vw, 110px) 0;
  align-items: center;
}
section.greetings .title-container {
  height: fit-content;
  margin-bottom: clamp(40px, 10vw, 100px);
}
section.greetings .two-col {
  width: 1200px;
  align-items: center;
  max-width: 84.5%;
  margin: 0 auto;
}
section.greetings .two-col .text-container {
  background-color: #FFF4EB;
  z-index: 2;
  width: 600px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 2em 1em;
}
section.greetings .two-col .text-container h3 {
  line-height: 200%;
  margin-bottom: 2em;
}
section.greetings .two-col .text-container p {
  border-top: 1px solid #736A63;
  padding-top: 0.5em;
  font-size: 16px;
  line-height: 300%;
}
section.greetings .two-col .img-container {
  position: relative;
  display: block;
  width: clamp(400px, 50vw, 685px);
  max-width: 100%;
  z-index: 1;
  margin-bottom: 2em;
  aspect-ratio: 1/1;
  border-radius: 55px;
  background: url(../img/facility/setsubichou.webp) center no-repeat;
  background-size: cover;
}
section.greetings .two-col .img-container .text-label {
  position: absolute;
  bottom: -1px;
  right: 0;
  background-color: #ffffff;
  border-top-left-radius: 35px;
  padding: 0.5em 1em;
}
@media screen and (min-width: 1001px) {
  section.greetings .two-col {
    flex-direction: row;
    max-width: 96%;
  }
  section.greetings .two-col .text-container {
    margin: auto -5% auto 5%;
    width: clamp(320px, 45vw, 500px);
    min-width: clamp(320px, 45vw, 500px);
    max-width: 100%;
  }
  section.greetings .two-col .img-container {
    margin: auto 5% auto auto;
  }
}

section.principles {
  padding: clamp(100px, 15vw, 220px) 0 clamp(100px, 15vw, 250px) 0;
}
section.principles .title-container {
  text-align: start;
  margin-left: 10%;
  padding: 2em 0 0 2em;
}
section.principles .title-container.dot-title {
  background: url(../img/facility/principle-dot.webp) left center no-repeat;
  background-size: contain;
}
section.principles .two-col {
  width: 1200px;
  align-items: center;
  max-width: 84.5%;
  margin: 50px auto 0 auto;
}
section.principles .two-col .img-container {
  display: block;
  width: clamp(360px, 50vw, 538px);
  max-width: 100%;
  z-index: 1;
  margin: auto 5%;
  aspect-ratio: 1/1;
  border-radius: 55px;
  background: url(../img/facility/principles.webp) center no-repeat;
  background-size: cover;
}
section.principles .two-col .content-container {
  margin-top: 1em;
  align-items: center;
}
section.principles .two-col .content-container .principle-point {
  text-align: center;
}
section.principles .two-col .content-container .principle-point .point-container {
  display: flex;
  margin: 0 auto;
  width: fit-content;
}
section.principles .two-col .content-container .principle-point .point-container .point {
  display: block;
  width: clamp(6px, 1vw, 12px);
  height: clamp(6px, 1vw, 12px);
  background-color: #EBA067;
  margin: auto clamp(3px, 0.5vw, 5px);
  border-radius: 50%;
}
section.principles .two-col .content-container .principle-point .point-sub {
  color: #EBA067;
}
section.principles .two-col .content-container .principle-point .point-text {
  margin-bottom: 1em;
}
section.principles .two-col .content-container .principle-point:nth-child(2) .point-container .point {
  background-color: #E17FA6;
}
section.principles .two-col .content-container .principle-point:nth-child(2) .point-sub {
  color: #E17FA6;
}
section.principles .two-col .content-container .principle-point:nth-child(3) .point-container .point {
  background-color: #BF96D9;
}
section.principles .two-col .content-container .principle-point:nth-child(3) .point-sub {
  color: #BF96D9;
}
section.principles .principle-text {
  margin-top: 2em;
}
@media screen and (min-width: 801px) {
  section.principles .two-col {
    flex-direction: row;
  }
  section.principles .two-col .content-container {
    margin-top: 0;
  }
}

section.information {
  padding: clamp(60px, 11vw, 110px) 0 0 0;
}
section.information .title-container {
  margin-bottom: clamp(36px, 4vw, 70px);
}
section.information .info-col {
  width: 920px;
  max-width: 96%;
  margin: 0 auto;
  justify-content: space-between;
}
section.information .info-col .right-col,
section.information .info-col .left-col {
  box-sizing: border-box;
  width: 47%;
}
section.information .info-col .info-point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  border-bottom: 3px dashed #EBA067;
  padding: 1em 0.5em;
  height: 140px;
}
section.information .info-col .info-point:first-child {
  border-top: 3px dashed #EBA067;
}
section.information .info-col .info-point.double-spaced {
  height: 165px;
}
section.information .info-col .info-point h4 {
  font-size: clamp(20px, 3vw, 27px);
}
section.information .info-col .info-point p {
  font-size: clamp(16px, 2vw, 21px);
}
section.information .access {
  width: 920px;
  max-width: 84.5%;
  margin: clamp(100px, 20vw, 240px) auto 0 auto;
  align-items: center;
}
section.information .access .img-container {
  display: block;
  width: 400px;
  max-width: 100%;
  margin-bottom: 2em;
  z-index: 1;
  aspect-ratio: 1/1;
  border-radius: 55px;
  background: url(../img/facility/facility.webp) center no-repeat;
  background-size: cover;
}
section.information .access .orange-title {
  padding: 0.4em 0.5em;
  width: fit-content;
  background-color: #EBA067;
  border-radius: 1em;
  color: #ffffff;
  white-space: nowrap;
}
section.information .access .content-col {
  width: 100%;
}
section.information .access .text-container {
  padding: 0.5em 0 0 0.5em;
  width: 500px;
  max-width: 100%;
}
section.information .access .text-container p, section.information .access .text-container a.gmaps {
  font-size: clamp(16px, 2vw, 21px);
}
section.information .access .text-container a.gmaps {
  color: #EBA067;
  text-decoration: underline !important;
}
section.information .access .text-container p.tel-no {
  margin: 1em 0;
  color: #736A63 !important;
}
section.information .access .text-container p.tel-no a {
  color: #736A63 !important;
}
section.information .access .text-container ul.parking {
  width: 100%;
  border-top: 1px dashed #707070;
  padding-left: 1em;
  list-style-type: "●";
  color: #EBA067;
}
section.information .access .text-container ul.parking li {
  margin: 0.5em 0;
  font-size: 0.7em;
}
section.information .access .text-container ul.parking li p {
  font-size: clamp(16px, 2vw, 18px);
  margin-left: 0.5em;
  color: #736A63;
}
@media screen and (min-width: 801px) {
  section.information .access {
    flex-direction: row;
    align-items: flex-start;
  }
  section.information .access .img-container {
    margin-right: 4%;
    width: clamp(280px, 46%, 403px);
    min-width: clamp(280px, 46%, 403px);
    max-width: 100%;
  }
  section.information .access .content-col {
    width: auto;
  }
  section.information .access .text-container {
    width: auto;
  }
}

/*# sourceMappingURL=facility.css.map */
