@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);
}

.flow-wrapper {
  width: 100%;
  margin-top: -5px;
  background-color: #F4EFEC;
  background-image: url(../img/about/bg-f-sp.webp);
  background-position: top left;
  background-size: 100%;
  background-repeat: space;
}
@media screen and (min-width: 601px) {
  .flow-wrapper {
    background-image: url(../img/about/bg-f-1-tr.webp), url(../img/about/bg-f-2-l.webp), url(../img/about/bg-f-2-r.webp), url(../img/about/bg-f-3-l.webp), url(../img/about/bg-f-4-r.webp), url(../img/about/bg-f-5-bl.webp), url(../img/about/bg-f-6-br.webp);
    background-position: top 2% right, top 36% left, top 36% right, top 68% left, top 58% right, bottom left, bottom right;
    background-size: 49%, 30%, 15%, 30%, 30%, 37%, 43.5%;
    background-repeat: no-repeat;
  }
}

.flow-row-down {
  margin-top: -1px;
}

.flow-row {
  display: flex;
  align-items: stretch;
}
.flow-row .time-col {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  padding: 0 10px 0 0;
}
.flow-row .time-col .time-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  width: fit-content;
  line-height: 0%;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: clamp(14px, 2vw, 36px);
  background-color: #EBA067;
  border-radius: 50%;
  padding: 1em;
  white-space: nowrap;
}
.flow-row .time-col .dot-line {
  position: absolute;
  background: url(../img/common/line-dot.svg) center;
  background-repeat: no-repeat space;
  background-size: clamp(3px, 9vw, 11px);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.flow-row .content-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: clamp(80px, 10vw, 160px);
}
.flow-row .content-container .img-container {
  width: 100%;
  max-width: 404px;
  margin: 0 1.5em auto 1.5em;
}
.flow-row .content-container .img-container img {
  border-radius: clamp(16px, 5vw, 55px);
}
.flow-row .content-container .text-container {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: auto;
}
.flow-row .content-container .text-container h3 {
  margin: 1em 0 0 0;
  line-height: 75%;
  font-family: "Noto Serif Myanmar", serif;
  font-weight: 700;
  color: #EBA067;
  font-size: clamp(18px, 3vw, 32px);
}
.flow-row .content-container .text-container p {
  margin-bottom: auto;
  line-height: 160%;
}
.flow-row .content-container p.extra-text {
  margin: 2em 0 0.5em;
  font-size: 16px;
}
.flow-row .content-container ul.extra-text {
  display: flex;
  flex-wrap: wrap;
  list-style-type: "●";
  width: 100%;
  padding-left: 1em;
  box-sizing: border-box;
}
.flow-row .content-container ul.extra-text li {
  min-width: 40%;
  margin: 0.3em 1em 0.3em 0;
  padding-left: 0.2em;
  font-size: 16px;
  line-height: 180%;
}
.flow-row.open-time .time-col .time-circle {
  width: 2.2em;
}
.flow-row:nth-child(2) .time-col .time-circle, .flow-row:nth-child(5) .time-col .time-circle {
  background-color: #E17FA6;
}
.flow-row:nth-child(2) .content-container .text-container h3, .flow-row:nth-child(5) .content-container .text-container h3 {
  color: #E17FA6;
}
.flow-row:nth-child(3) .time-col .time-circle, .flow-row:nth-child(6) .time-col .time-circle {
  background-color: #BF96D9;
}
.flow-row:nth-child(3) .content-container .text-container h3, .flow-row:nth-child(6) .content-container .text-container h3 {
  color: #BF96D9;
}
.flow-row:last-child .time-col .dot-line {
  display: none;
}
@media screen and (min-width: 1201px) {
  .flow-row .time-col {
    padding: 0 2rem;
  }
  .flow-row .content-container {
    flex-direction: row;
    max-width: 930px;
    margin: 0 auto 0 0;
  }
  .flow-row .content-container .img-container {
    width: 45%;
  }
  .flow-row .content-container .text-container {
    width: 55%;
    padding: 0.5em 1.5em;
  }
  .flow-row .content-container .text-container h3 {
    margin: 0.5em 0 0 0;
    line-height: 100%;
  }
  .flow-row .content-container .text-container p {
    line-height: 250%;
  }
  .flow-row .content-container p.extra-text {
    margin: 1em 0 0.1em;
    font-size: 16px;
  }
  .flow-row.flow-row-rev .content-container {
    flex-direction: row-reverse;
  }
  .flow-row.flow-no-img .content-container .text-container {
    width: 100%;
  }
}

.event-wrapper {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/top/intro-bg-pattern.svg) top left repeat;
  background-size: clamp(54px, 10vw, 162px);
}

section.flow {
  align-items: center;
  padding: clamp(30px, 6vw, 60px) 0 clamp(100px, 18vw, 180px) 0;
}
section.flow .title-container {
  margin-bottom: clamp(40px, 10vw, 100px);
}
section.flow .flow-container {
  box-sizing: border-box;
  width: 1350px;
  max-width: 84.5%;
  padding: clamp(60px, 10vw, 160px) clamp(30px, 7vw, 70px) clamp(60px, 15vw, 200px);
  background-color: #ffffff;
  border-radius: clamp(30px, 6vw, 60px);
}

section.map {
  align-items: center;
  padding: clamp(36px, 1vw, 72px) 0 clamp(60px, 15vw, 120px);
  text-align: center;
}
section.map .title-container {
  margin-bottom: clamp(40px, 10vw, 100px);
}
section.map .map-container {
  max-width: 84.5%;
  width: 880px;
  margin-bottom: clamp(32px, 8vw, 80px);
}
section.map .map-container h3 {
  margin-top: 0.2em;
  font-size: 18px;
}
@media screen and (min-width: 801px) {
  section.map {
    padding: clamp(60px, 15vw, 200px) 0;
  }
  section.map .map-container h3 {
    font-size: 21px;
  }
}

section.event {
  align-items: center;
  padding: clamp(40px, 10vw, 180px) 0 100px 0;
}
section.event .title-container {
  margin-bottom: clamp(30px, 5vw, 60px);
}
section.event .event-container {
  box-sizing: border-box;
  width: 1344px;
  max-width: 84.5%;
  padding: clamp(80px, 10vw, 180px) clamp(20px, 5%, 70px) clamp(50px, 10vw, 100px);
  background-color: #ffffff;
  border-radius: clamp(16px, 3vw, 56px);
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.16));
}
section.event .event-item,
section.event .event-gallery,
section.event .event-schedule,
section.event .schedule-row {
  width: 100%;
}
section.event .event-item {
  margin-bottom: clamp(50px, 11vw, 200px);
}
section.event .event-item:nth-child(4) .schedule-row:first-child ul {
  color: #BF96D9;
}
section.event .event-item:nth-child(4) .schedule-row:nth-child(2) ul {
  color: #E17FA6;
}
section.event .event-item:last-child {
  margin-bottom: 0;
}
section.event .event-gallery .main-img-container,
section.event .event-gallery .side-img {
  width: 100%;
}
section.event .event-gallery .side-img {
  margin-top: 1em;
  justify-content: space-between;
}
section.event .event-gallery .side-img img {
  width: 48%;
}
section.event .event-schedule {
  margin: clamp(15px, 3.3vw, 50px) auto 0 auto;
  max-width: 870px;
}
section.event .event-schedule .month-indicator {
  font-size: 22px;
  font-weight: 700;
  padding: 0 1.5em 0 0;
  margin: auto;
  text-align: center;
  white-space: nowrap;
}
section.event .event-schedule .month-content {
  box-sizing: border-box;
  padding-left: 1em;
  width: 100%;
  max-width: 755px;
}
section.event .event-schedule .month-content ul {
  padding: 1em;
  width: 100%;
  border-bottom: 1px solid #736A63;
  color: #EBA067;
  list-style-type: "●";
}
section.event .event-schedule .month-content ul p {
  margin-left: 0.5em;
  color: #736A63;
  line-height: 200%;
}
section.event .event-schedule .schedule-row:first-child ul {
  color: #E17FA6;
}
@media screen and (min-width: 801px) {
  section.event .title-container {
    margin-bottom: clamp(80px, 10vw, 150px);
  }
  section.event .event-container {
    padding-top: clamp(80px, 10vw, 180px);
  }
  section.event .event-gallery {
    flex-direction: row;
    align-items: stretch;
  }
  section.event .event-gallery .main-img-container {
    width: 65%;
  }
  section.event .event-gallery .side-img {
    width: 31%;
    margin-left: auto;
    flex-direction: column;
  }
  section.event .event-gallery .side-img img {
    width: 100%;
  }
  section.event .event-gallery .side-img .side-img-1 {
    margin-bottom: auto;
  }
}

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