@charset "UTF-8";
/* CSS Document */

.webfont {
  transform: rotate(0.001deg);
}
.over {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.aspect {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.imgLarge img {
  aspect-ratio: 6 / 4;
  object-fit: cover;
}
.Head {
  padding: 40px 0;
}
.Head .en {
  font-family: "Allison", cursive;
  font-weight: 400;
  font-style: normal;
  color: #9b7c25;
  font-size: clamp(2.6rem, 14.6vw, 14.6rem);
  line-height: 1.1em;
  text-align: center;
  transform: rotate(-11.42deg);
  letter-spacing: 0.05em;
}
.Head h1,
.fAddress h2,
.title1,
.ul4 > li h4 {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 2em;
  font-weight: 500;
  text-align: center;
}

.subHead {
  margin-bottom: 32px;
}
.subHead > *:not(:last-child) {
  margin-bottom: 8px;
}
.subHead h2 {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  line-height: 1.3em;
  font-weight: 500;
}
.subHead .en {
  font-family: "Tiro Devanagari Marathi", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(3rem, 3.6vw, 3.6rem);
  line-height: 1.1em;
}
h3 {
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  line-height: 1.5em;
  font-weight: 500;
}
.lead {
  text-align: center;
}
.num {
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.textR {
  text-align: right;
}
.width1 {
  max-width: 924px;
}

/* flex */
.flex,
.column2,
.column3,
.column4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.column2 {
  grid-gap: 24px 80px;
}
.column3 {
  grid-gap: 24px 32px;
}
.column4 {
  grid-gap: 12px 40px;
}
.column2 > *,
.column3 > *,
.column4 > * {
  width: 100%;
}

/* COLOR */
.col1 {
  color: #9b7c25;
}

/* BG */
.bg1 {
  background: #9b7c25;
}
.bg1 * {
  color: #ffffff !important;
}
.bg2 {
  background: #f7f4e9;
}
.bg3 {
  background: #f4f4f4;
}
.bg4 {
  background: #f4f4f4;
}
.bgW {
  background: #ffffff;
}

/* TRIANGLE */
.triangle {
  background: #000000;
  width: 60px;
  height: calc(tan(60deg) * 60px / 2);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.tUp {
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.tRight {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.tDown {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.tLeft {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

/* BTN */
.btn {
  width: 100%;
  max-width: 142px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
  letter-spacing: 0.05em;
}

.home .btn,
.stylePage .btn {
  width: 100%;
  max-width: 142px;
  margin-left: auto;
  margin-right: auto;

  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  letter-spacing: 0.05em;
}

.btn > * {
  width: 100%;
  font-weight: 500;
  text-align: center;
  display: block;
}

.bg1 .btn > * {
  color: #9b7c25 !important;
}

.contactWrap {
  background: url("../images/common/contact_bg.jpg") center center no-repeat;
  background-size: cover;
  color: #ffffff;
  height: 60vw;
  padding: 24px 5.33%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contactWrap .inner > *:not(:last-child) {
  margin-bottom: 32px;
}
.contactWrap .textWrap h2 {
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.5em;
  font-weight: 500;
}
.contactWrap .textWrap .en {
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.5em;
}
.contactWrap .lead {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.8em;
}
.contactWrap .btn > * {
  background: #ffffff;
  color: #141414;
}
.home .contactWrap .inner > *:not(:last-child) {
  margin-bottom: 24px;
}

/* UL */
main ul:not([class]) > li,
main ul.space > li {
  padding-left: 1.6em;
  text-align: justify;
}
main ul:not([class]) > li::before,
main ul.space > li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0.3em;
  top: 0;
}
main ul.space > li:not(:last-child) {
  margin-bottom: 16px;
}
.ul1 > li:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;

  border-bottom: 1px solid #d7d7d7;
}
.ul1 > li:not(:last-child)::after {
  content: "";
  border-bottom: #ffffff 1px solid;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ul1 > li > *:not(:last-child) {
  margin-bottom: 24px;
}
.ul1 h3 {
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 600;
}
.ul1 p {
  text-align: justify;
}
.ul2 > li {
  background: #ffffff;
  padding: 32px 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 24px;
}
.ul2 > li:not(:last-child) {
  margin-bottom: 24px;
}
.ul2 > li .note > *:not(:last-child) {
  margin-bottom: 16px;
}
.ul2 > li .mapWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 32px 24px;
}
.ul2 > li .mapWrap .embed {
  padding-top: 76.25%;
}
.ul2 > li .imgWrap {
  border-top: #c8c8c8 1px solid;
  padding-top: 32px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 16px 24px;
}
.ul2 > li .imgWrap figure img {
  margin-bottom: 8px;
}
.ul2 > li .imgWrap figcaption {
  font-weight: 700;
}
.ul3 > li {
  grid-gap: 24px 60px;
}
.ul3 > li .planBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 65px;
}
.ul3 > li:not(:last-child) {
  margin-bottom: 32px;
}
.ul3 > li .note > *:not(:last-child) {
  margin-bottom: 24px;
}
.ul4 > li {
  background: #e8f1fa;
  padding: 24px 16px;
}
.ul4 > li:not(:last-child) {
  margin-bottom: 16px;
}
.ul5 > li {
  border-bottom: #ffffff 1px solid;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  grid-gap: 16px;
}
.ul5 > li:not(:last-child) {
  margin-bottom: 12px;
}
.ul6 {
}
.ul6 > li {
  border: #c8c8c8 1px solid;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ul6 > li h4 {
  font-size: clamp(1.7rem, 2vw, 2rem);
  line-height: 1.5em;
}
.ul6 > li .en {
  color: #969696;
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.5em;
}
.ul7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 24px 40px;
}
.ul7 > li {
  border: #ffffff 1px solid;
  width: 100%;
  padding: 32px 24px;
}
.ul7 > li > *:not(:last-child):not(.num) {
  margin-bottom: 16px;
}
.ol1 {
  counter-reset: item;
}
.ol1 > li:not(:last-child) {
  margin-bottom: 40px;
}
.ol1 > li > *:not(:last-child) {
  margin-bottom: 24px;
}
.ol1 > li > h3 {
  padding-left: 1.8em;
}
.ol1 > li > h3::before {
  font-family: "Inter", system-ui;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.9rem, 3.4vw, 3.4rem);
  line-height: 1.5em;
  position: absolute;
  left: 0px;
  top: 0px;
}
.ol1 .ul3 > li {
  border: #c8c8c8 1px solid;
  padding: 32px 16px;
  grid-gap: 24px 48px;
}
.ol1 .ul3 > li .note h3 {
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
}
.ol1 .ul3 > li .note > *:not(:last-child) {
  margin-bottom: 16px;
}
.annotation {
}
.annotation > * {
  padding-left: 1.5em;
}
.annotation > *::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* DL */
dl:not([class]) {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.5em 2em;
}
.dl1 {
  border-bottom: #c8c8c8 1px solid;
}
.dl1 > * {
  border-top: #c8c8c8 1px solid;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 16px;
}
.dl1 dt {
  width: 26%;
  font-weight: 700;
}
.dl1 dd {
  flex: 1;
}
.dl1 dd > *:not(:last-child) {
  margin-bottom: 16px;
}

/* iframe */
.embed {
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.embed iframe,
.embed object,
.embed embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Top */
.Main .over {
}

.Main .over img {
}
.Main h1 {
  position: absolute;
  left: 0;
  top: 6vw;
}
.Main h1 span {
  background: #000000;
  color: #ffffff;
  margin-bottom: 8px;
  padding: 8px 16px;
  font-size: clamp(2rem, 4.8vw, 4.8rem);
  line-height: 1.1em;
  font-weight: 600;
  display: block;
}
.home .Company .contWrap .note .en,
.home .Service .contWrap .note .en {
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(6rem, 10vw, 10rem);
  line-height: 1.1em;
  position: absolute;
}
.home .Company .contWrap .note > *:not(:last-child):not(h2),
.home .Service .contWrap .note > *:not(:last-child):not(h2) {
  margin-bottom: 32px;
}

.StickySidebarSection .contWrap .note > *:not(:last-child):not(h2) {
  margin-bottom: 32px;
}

.home .Company .contWrap .note > h2,
.home .Service .contWrap .note > h2 {
  margin-bottom: 24px;
}
.home .Company .itemWrap {
  text-align: center;
}
.home .Company .itemWrap {
  margin-bottom: 64px;
}
.home .Company .itemWrap > *:not(:last-child) {
  margin-bottom: 32px;
}
.home .Company .itemWrap h3 span {
  border-bottom: #9b7c25 3px solid;
  padding-bottom: 8px;
  display: inline-block;
}
.home .Company .itemWrap .ul6 {
  display: flex;
  flex-wrap: wrap;
}
.home .Company .contWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 32px 100px;
}
.home .Company .contWrap .note .en {
  color: #f0f0f0;
}
.home .Company .contWrap .note p {
  text-align: justify;
}
.home .Service {
  background-image: url("../images/top/bg2.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100vw auto;
}
.home .Service .contWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 56px 0;
}
.home .Service .contWrap .note .en {
  color: rgba(0, 0, 0, 0.1) !important;
  mix-blend-mode: multiply;
}
.home .Service .contWrap .note .title1::before {
  color: #ffffff;
}

/* About Service sticky */
.StickySidebarSection {
}
.StickySidebarSection .contWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 56px 0;
}
.StickySidebarSection .contWrap .note .en {
}
.StickySidebarSection .contWrap .note .title1::before {
}

.sidebarNavList li a {
  font-family: "Noto Sans JP", sans-serif;
  color: #b5b5b5;
  line-height: 3.5em;
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .sidebarNavList a.active {
    color: #9b7c25;
  }
}

.horizontal-line {
  border-top: 1px solid #d7d7d7;
  width: 100%;
}

/* Page */
.Page .cont > *:not(:last-child) {
  margin-bottom: 48px;
}
.Page .contWrap {
  display: flex;
  justify-content: space-between;
  grid-gap: 32px 72px;
}
.Page .contWrap .note > *:not(:last-child) {
  margin-bottom: 32px;
}
.Page .contWrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main section:not(.Head):not(.full).Service.Page {
  padding-bottom: 0;
}
.serviceWrap .inner .bgW {
  padding: 0 16px;
}
.serviceWrap .inner .bgW > section:not(:last-child):not(.Link)::after {
  content: "";
  background: #9b7c25;
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
}
.serviceWrap .pNav {
  padding-top: 32px;
  font-weight: 700;
  display: flex;
  grid-gap: 2em;
}
.serviceWrap .pNav a {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.serviceWrap .pNav a i {
  background: #9b7c25;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
}
.serviceWrap .pNav a i::after {
  content: "";
  border-top: #ffffff 2px solid;
  border-right: #ffffff 2px solid;
  width: 0.4em;
  height: 0.4em;
  margin-left: 10px;
  display: block;
  position: absolute;
  left: calc(50% - 0.9em);
  top: calc(50% - 0.4em);
  transform: rotate(135deg);
}
.License h3 {
  text-align: center;
}

.Overview .partnerWrap {
  padding: 32px 16px;
}
.Overview .partnerWrap > *:not(:last-child) {
  margin-bottom: 8px;
}
.Overview .partnerWrap .column3 {
  grid-gap: 8px 32px;
}
.History {
}

/* Contact */
.Contact.Page .telWrap,
.Contact.Page .formWrap {
  max-width: 894px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 16px;
}
.Contact.Page .telWrap h3,
.Contact.Page .formWrap h3 {
  margin-bottom: 20px;
}
.telWrap {
  text-align: center;
}
.telWrap > *:not(:last-child) {
  margin-bottom: 10px;
}
.telWrap .num * {
  color: #9b7c25;
}
.telWrap .num > *:not(:last-child) {
  margin-right: 10px;
}
.telWrap .num span {
  font-size: clamp(2.4rem, 3.8vw, 3.8rem);
  line-height: 1.2em;
}
.telWrap .num a {
  font-size: clamp(3.2rem, 5.6vw, 5.6rem);
  line-height: 1.2em;
}
.telWrap .hour {
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.2em;
}
.formWrap {
  text-align: center;
}

/*SP
-------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* flex */
  .flex:not(.flexFix) {
    flex-direction: column;
  }

  /* iframe */

  /* BTN*/
  .btn {
    max-width: 118px;
    margin-top: 32px;
  }

  .home .btn,
  .stylePage .btn {
    max-width: 92px;
    margin-top: 32px;
  }
  /* UL */
  .ul3 > li .planBox {
    margin-top: 24px;
    gap: 24px;
  }
  /* DL */

  /* Top */
  .home .Company,
  .home .Service {
    overflow: hidden;
  }

  .StickySidebarSection {
    overflow: hidden;
  }

  .home .Company .itemWrap .sub > *:not(:first-child) {
    margin-bottom: -1vw;
  }
  .home .Company .itemWrap .sub .ul6 > *:not(:last-child) {
    margin-bottom: -1vw;
  }
  .home .Company .itemWrap .ul6 > li {
    width: 23%;
  }
  .home .Company .itemWrap .ul6 > li:not(:first-child) {
    margin-left: -2%;
  }
  .home .Company .itemWrap .ul6 > li:not(:first-child):nth-child(5) {
    margin-left: 10.5%;
  }
  .home .Company .contWrap .note .en,
  .home .Service .contWrap .note .en {
    left: -3rem;
    top: -36px;
  }
  .home .Service .contWrap .note h3 {
    margin-bottom: 0 !important;
  }

  .StickySidebarSection .contWrap .note h3 {
    margin-bottom: 10px !important;
  }

  /* Page */
  .Page .contWrap {
    flex-wrap: wrap;
  }
  .Page .contWrap .img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: -56px;
  }

  .Requirements.Page .column2 {
    grid-gap: 0;
  }
  .Requirements.Page .column2 > *:not(:last-child).dl1 {
    border-bottom: none;
  }

  /* Contact */
  .formWrap iframe {
    height: 950px !important;
  }
  .phoneContactLink {
    aspect-ratio: 6 / 2;
    object-fit: cover;
  }
}

/*PC
-------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .imgLarge img {
    aspect-ratio: 4 / 1;
  }
  .Head {
    padding: 120px 0;
    padding-bottom: 98px;
  }
  .Head h1 {
  }
  .subHead {
  }

  /* flex */
  .flex.sb {
    justify-content: space-between;
  }
  .flex.center {
    justify-content: center;
  }
  .flex.vcenter {
    align-items: center;
  }
  .column2 > * {
    width: calc((100% - 80px) / 2);
    height: auto;
  }
  .column3 > * {
    width: calc((100% - (32px * 2)) / 3);
    height: auto;
  }
  .column4 > * {
    width: calc((100% - (40px * 3)) / 4);
    height: auto;
  }

  /* BG */

  /* BTN */
  .btn {
    margin-top: 68px;
  }
  .home .btn > *,
  .stylePage .btn > * {
    width: 100%;
    font-size: 24px;
  }

  .btn.pc {
    display: block;
  }
  .btn > *:hover {
    color: #9b7c25;
  }
  .bg1 .btn > *:hover {
    color: #9b7c25 !important;
  }
  .contactWrap {
    height: 380px;
    padding: 40px;
  }
  .contactWrap .inner > *:not(:last-child) {
    margin-bottom: 48px;
  }
  .home .contactWrap {
    padding: 64px 40px;
  }
  .home .contactWrap .inner > *:not(:last-child) {
    margin-bottom: 32px;
  }
  .home .contactWrap .btn > *:hover {
    color: #ffffff;
  }

  /* UL */
  .ul1 > li:not(:last-child) {
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
  .ul2 > li {
    padding: 40px 48px;
    grid-gap: 48px 24px;
  }
  .ul2 > li:not(:last-child) {
    margin-bottom: 48px;
  }
  .ul2 > li .note {
    width: 27%;
    max-width: 288px;
  }
  .ul2 > li .img,
  .ul2 > li .mapWrap {
    flex: 1;
  }
  .ul2 > li .mapWrap > * {
    width: calc((100% - 24px) / 2);
  }
  .ul2 > li .mapWrap .embed {
    padding-top: 32.25%;
  }
  .ul2 > li .imgWrap {
    padding-top: 48px;
  }
  .ul2 > li .imgWrap > * {
    width: calc((100% - 48px) / 3);
  }
  .ul3 > li:not(:last-child) {
    margin-bottom: 56px;
  }
  .ul3 > li .note {
    flex: 1;

    padding-right: 90px;
  }
  .ul3 > li .note > *:not(:last-child) {
    margin-bottom: 32px;
  }
  .ul3 > li .img {
  }
  .ul4 > li {
    padding: 32px 40px;
  }
  .ul4 > li:not(:last-child) {
    margin-bottom: 24px;
  }
  .ul7 > li {
    width: calc((100% - 40px) / 2);
    padding: 32px 40px;
  }
  .ol1 > li:not(:last-child) {
    margin-bottom: 100px;
  }
  .ol1 > li > *:not(:last-child) {
    margin-bottom: 32px;
  }
  .ol1 .ul3 > li {
    padding: 48px;
  }
  .ol1 .ul3 > li .note > *:not(:last-child) {
    margin-bottom: 24px;
  }

  /* DL */
  dl:not([class]),
  .dl1 {
    grid-gap: 1.5em 2em;
  }
  .dl1 dt {
    width: 32%;
    max-width: 200px;
  }

  /* Top */
  main.home section:not(.Head):not(.full) {
  }

  .Main .over img {
    /* padding: 39px; */
    /* padding-top: 80px; */
    /* padding-bottom: 0; */
  }
  .Main h1 {
    left: 0;
    top: 8vw;
  }
  .home .Company .contWrap .note .en,
  .home .Service .contWrap .note .en {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: -11rem;
    top: 0;
  }
  .home .Company .contWrap .note,
  .home .Service .contWrap .note {
    flex: 1;
  }

  .StickySidebarSection .contWrap .note {
    flex: 1;
  }

  .home .Company .contWrap .note > *:not(:last-child):not(h2),
  .home .Service .contWrap .note > *:not(:last-child):not(h2) {
    margin-bottom: 48px;
  }

  .StickySidebarSection .contWrap .note > *:not(:last-child):not(h2) {
    margin-bottom: 48px;
  }

  .home .Company .contWrap .note .btn,
  .home .Service .contWrap .note .btn {
    margin-left: 0;
  }

  .StickySidebarSection .contWrap .note .btn {
  }

  .home .Company .itemWrap {
    margin-bottom: 104px;
  }
  .home .Company .itemWrap > *:not(:last-child) {
    margin-bottom: 40px;
  }
  .home .Company .itemWrap .sub {
    padding: 0 26px;
  }
  .home .Company .itemWrap .sub > *:not(:first-child) {
    margin-top: -10px;
  }
  .home .Company .itemWrap .sub > *:nth-child(2n + 2) {
    justify-content: flex-end;
  }
  .home .Company .itemWrap .ul6 > li {
    width: 12.65%;
  }
  .home .Company .itemWrap .ul6 > li:not(:first-child) {
    margin-left: -1%;
  }
  .home .Company .contWrap .img {
    width: 54%;
    max-width: 648px;
  }
  .home .Company .contWrap .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home .Service .contWrap > * {
    width: 50%;
  }
  .home .Service::before {
    content: "";
    border-left: #ffffff 1px solid;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
  }
  .home .Service .contWrap {
    align-items: flex-start;
  }
  .home .Service .contWrap > .note {
    padding-right: 80px;
    position: sticky;
    left: 0;
    top: 40px;
  }
  .home .Service .contWrap > .sub .ul1 > li {
    padding-left: 80px;
  }
  .home .Service .contWrap > .sub .ul1 > li:not(:last-child)::after {
    width: 50vw;
  }

  /* About Service sticky */
  .StickySidebarSection .contWrap > * {
    width: 77.4%;
  }

  .StickySidebarSection .contWrap {
    align-items: flex-start;
  }
  .StickySidebarSection .contWrap > .note {
    padding-right: 40px;
    position: sticky;
    left: 0;
    top: 126px;
  }
  .StickySidebarSection .contWrap > .sub .ul1 > li {
  }
  .StickySidebarSection .contWrap > .sub .ul1 > li:not(:last-child)::after {
    width: 50vw;
  }

  /* Page */
  .Page .cont > *:not(:last-child) {
    margin-bottom: 64px;
  }
  .Page .contWrap {
  }
  .Page .contWrap > * {
    width: calc((100% - 72px) / 2);
  }
  .Page .contWrap .note > *:not(:last-child) {
    margin-bottom: 40px;
  }
  .Page .contWrap .img {
    width: 71.8vw;
    margin-right: calc(50% - 50vw);
    margin-top: -136px;
    margin-bottom: -136px;
  }

  .galleryPage > section:nth-child(3) > div > div > figure {
    margin-left: calc(50% - 50vw);
    order: 1;
  }
  .galleryPage > section:nth-child(3) > div > div > div {
    order: 2;
    display: flex;
    justify-content: flex-end;
  }

  .gridWrap {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: 48px 64px;
  }

  .serviceWrap .inner .bgW {
    padding: 0 100px;
  }
  .serviceWrap .pNav {
    padding-top: 56px;
    grid-gap: 4em;
  }

  .Overview .partnerWrap {
    padding: 40px;
  }
  .History .inner {
    display: flex;
    justify-content: space-between;
    grid-gap: 40px;
  }
  .History .inner .subHead {
    width: 26%;
  }
  .History .inner .dl1 {
    flex: 1;
  }

  .Requirements.Page .column2 {
    align-items: flex-start;
  }

  /* Contact */
  .Contact.Page .telWrap,
  .Contact.Page .formWrap {
    padding: 78px 38px;
  }
}

/* Top */
/* Heroblock Slide */
#heroSliderContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 2726 / 1144;
}

@media (max-width: 768px) {
  #heroSliderContainer {
    aspect-ratio: 2000 / 1335;
    height: auto;
  }
  #heroSliderContainer .heroSlide img {
    width: 100%;
    height: auto;
  }
  #heroSliderContainer::after {
  }
}

.heroSlide {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 95%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  right: 0;
  margin: 50px auto;
}

.heroSlide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#heroThumbnailsContainer {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 47px;
}

.thumbnail {
  width: 286px;
  height: 116px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s ease-in-out;
}

.thumbnail.active {
  border: 1px solid #222222;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photoPlanButton {
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  bottom: 2rem;
  right: 6rem;
  background-color: #9b7c25;
  border: #ffffff 1px solid;
  color: #fff;
  padding: 0.75rem 5rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

@media (min-width: 768px) {
  .photoPlanButton:hover {
    background-color: #ffffff;
    color: #9b7c25;
  }
}

@media (max-width: 768px) {
  #heroThumbnailsContainer {
    gap: 15px;
    /* margin-top: 20px; */
  }
  #heroThumbnailsContainer {
    gap: 5px;
    margin-top: 0px;
  }
  #heroThumbnailsContainer img {
    flex-basis: calc(50% - 7.5px);
    flex-grow: 1;
  }

  .thumbnail {
    width: 100%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s ease-in-out;
  }
}

.newsContainer {
}

.newsSection {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 20px;
}

.mainTitle {
  font-weight: normal;
  margin-bottom: 10px;
}

.subTitle {
  color: #666;
  margin-bottom: 0;
}

.newsList {
  flex: 1;
}

.newsItem {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px;
  padding: 10px 0;
}

.newsItem:first-of-type {
  padding-top: 0;
}

.newsItem:last-child {
}

.newsDate {
  color: #b5b5b5;
}

.newsText {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .newsContainer {
    display: flex;
    gap: 123px;
    align-items: flex-start;
  }

  .newsSection {
    margin-bottom: 0;
  }

  .mainTitle,
  .subTitle {
    margin-bottom: 0;
  }
}

.photoPlanContainer {
  text-align: center;
}

.titleSection {
  margin-bottom: 40px;
}

.mainTitle {
}

.subTitle {
  font-size: 1.2rem;
  font-weight: 400;
  color: #6a4a2a;
}

.description {
}

.planCard {
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.planCard:last-child {
  margin-bottom: 0;
}

.planCard .imageWrapper {
  display: flex;
  width: 100%;
  height: 550px;
}

.planCard .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.planCard.waYofu .image {
  background-image: url("../images/top/wayo_style_plan.webp");
  background-size: cover;
  background-position: center;
}

.planCard.yofuSimple .image {
  width: 100%;
  background-image: url("../images/top/yoso_simple_plan.webp");
  background-size: cover;
  background-position: center;
}

.planCard.waStandard .image {
  width: 100%;
  background-image: url("../images/top/waso_standard_plan.webp");
  background-size: cover;
  background-position: center;
}

.planCard .overlay {
  position: absolute;
  padding-bottom: 54px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 5%;
  box-sizing: border-box;
  text-align: left;
}

.planCard.yofuSimple .overlay {
  padding-left: 5%;
}

.planCard .priceOverlay {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: flex-end;
  color: #fff;
}

.planCard.waYofu .priceOverlay,
.planCard.yofuSimple .priceOverlay,
.planCard.waStandard .priceOverlay {
  position: absolute;
  bottom: 54px;
  right: 52px;
  color: white;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid currentColor;
}

.planCard .priceYen {
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  font-weight: 600;
  margin-right: 5px;
}

.planCard .priceTax {
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
  font-weight: 400;
}

.planNumber {
  background-color: #ffffff;
  color: #222222;
  padding: 0 8px;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 600;
}

.planName {
  font-size: clamp(3rem, 4.8vw, 4.8rem);
  font-weight: 600;
  margin-top: 14px;
  margin-bottom: 40px;
}

.planTexttitle {
  font-size: clamp(1.6rem, 2vw, 2rem);
}

.planText {
}

.planText :first-child {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 600;
}

.planCard.waYofu .overlay {
}
.planCard.waYofu .overlay,
.planCard.yofuSimple .overlay,
.planCard.waStandard .overlay {
  color: white;
}

.planCard.waYofu .overlay .planNumber,
.planCard.waStandard .overlay .planNumber {
  background-color: #ffffff;
  color: #222222;
}

.planCard.yofuSimple .overlay .planName,
.planCard.yofuSimple .overlay .planName,
.planCard.waStandard .overlay .planName {
  color: #fff;
}

@media (max-width: 768px) {
  .planCard.waYofu .image {
    background-image: url("../images/top/wayo_style_plan_sp.webp");
    background-size: cover;
    background-position: center;
  }
  .planCard.yofuSimple .image {
    width: 100%;
    background-image: url("../images/top/yoso_simple_plan_sp.webp");
    background-size: cover;
    background-position: center;
  }

  .planCard.waStandard .image {
    width: 100%;
    background-image: url("../images/top/waso_standard_plan_sp.webp");
    background-size: cover;
    background-position: center;
  }
  .planCard .imageWrapper {
    flex-direction: column;
    height: auto;
  }

  .planCard .image {
    width: 100%;
    height: 250px;
  }

  .planCard .overlay {
    position: static;
    height: auto;
    background: #fff;
    color: #333;
    padding: 15px;
    justify-content: flex-start;
    /* align-items: center; */
    /* text-align: center; */
  }

  .planCard.waYofu .overlay,
  .planCard.yofuSimple .overlay,
  .planCard.waStandard .overlay {
    background: #fff;
    color: #333;
  }

  .planCard.waYofu .overlay .planNumber,
  .planCard.yofuSimple .overlay .planNumber,
  .planCard.waStandard .overlay .planNumber {
    background-color: #9b7c25;
    color: #fff;
  }

  .planCard.waYofu .overlay .planName,
  .planCard.yofuSimple .overlay .planName,
  .planCard.waStandard .overlay .planName {
    color: #9b7c25;
    margin-bottom: 15px;
  }

  .planCard .priceOverlay {
    position: static;
    margin-top: 5px;
    justify-content: end;
    color: #222222;
    text-shadow: none;
  }

  .planCard.waYofu .priceOverlay,
  .planCard.yofuSimple .priceOverlay,
  .planCard.waStandard .priceOverlay {
    color: #333;
    text-shadow: none;
  }

  .planText {
    max-width: 90%;
  }
  .planCard.waYofu .priceOverlay,
  .planCard.yofuSimple .priceOverlay,
  .planCard.waStandard .priceOverlay {
    position: static;
    padding-bottom: 15px;
    border-bottom: none;
    padding-right: 20px;
  }
}

.myStyleContainer {
  max-width: 1200px;
  margin: 0 auto;
}

.myStyleHeader {
  display: flex;
  align-items: center;
  margin-bottom: 70px;

  gap: 373px;
}

.myStyleTitle {
  font-family: "Allison", cursive;
  font-weight: 400;
  font-style: normal;
  color: #9b7c25;
  font-size: clamp(5.6rem, 11.6vw, 11.6rem);
  line-height: 1.1em;
  transform: rotate(-11.42deg);
  letter-spacing: 0.05em;
}

.myStyleTextContent {
}

.myStyleTextContent p {
  margin: 0;
  padding: 0;
}

.clothingHeading {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  margin-top: 10px;
  white-space: nowrap;
  margin-left: 60px;
}

.imageGallery {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  margin-top: 2rem;
}

.imageCardLink {
  position: relative;
  flex: 1;
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  cursor: pointer;
}

.imageCardLink img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.imageCardLink:hover img {
}

.imageLabel {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--link-color);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.2rem 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.imageLabel svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.tuxedoLabel {
  bottom: 1rem;
  right: 1rem;
}

.tuxedoInfo {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background-color: var(--light-cream);
  padding: 0.5rem 1rem;
  border: 1px solid var(--dark-gray);
  font-size: 0.8rem;
  text-align: right;
  border-left: 5px solid #d1b88e;
  z-index: 10;
}

.tuxedoInfo p {
  margin: 0;
  line-height: 1.2;
}

.tuxedoInfo .cloth {
  font-size: 0.7rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

@media (max-width: 768px) {
  .myStyleHeader {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 30px;
  }

  .myStyleTextContent {
    margin-left: 0;
    margin-top: 24px;
    text-align: center;
  }

  .imageGallery {
    flex-direction: column;
  }

  .myStyleTitle {
    margin-bottom: 10px !important;
    text-align: center;
  }

  .clothingHeading {
    margin-top: 0;
    margin-left: 0;
  }

  .tuxedoInfo {
    top: 1rem;
    right: 1rem;
    padding: 0.3rem 0.6rem;
  }
}

@media (min-width: 768px) {
  .myStyleTitle {
    left: 0rem;
  }
}

.photoGalleryContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.photoGalleryTitle {
  font-family: "Allison", cursive;
  font-weight: 400;
  font-style: normal;
  color: #9b7c25;
  font-size: clamp(5.6rem, 11.6vw, 11.6rem);
  line-height: 1.1em;
  text-align: center;
  transform: rotate(-11.42deg);
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.photoGallerySubtitle {
  font-size: clamp(1.4rem, 2.4vw, 2.4rem);
  line-height: 2em;
  font-weight: 500;
  margin-bottom: 47px;
}

.photoGalleryDescription {
  text-align: center;
  margin-bottom: 73px;
}

@media (max-width: 768px) {
  .photoGalleryDescription {
    margin-bottom: 30px;
  }
  .photoGallerySubtitle {
    margin-bottom: 24px;
  }
}
/*  */
/* swiper */

.rtl-swiper-container {
  overflow: hidden;
}

.rtl-swiper-container.swiper {
  .swiper-wrapper {
    transition-timing-function: linear;
  }

  .swiper-slide {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
  }

  .swiper-notification {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1069px) {
  .rtl-swiper-container {
  }
  .rtl-swiper-container.swiper .swiper-slide {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 175px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .rtl-swiper-container {
    margin-bottom: 50px;
  }
}

.photoFlowContainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 86px;
}

.leftColumn {
  width: 35%;
  padding-right: 20px;
}

.photoFlow {
  font-family: "Allison", cursive;
  font-weight: 400;
  font-style: normal;
  color: #9b7c25;
  font-size: clamp(5.6rem, 11.6vw, 11.6rem);
  line-height: 1.1em;
  text-align: center;
  transform: rotate(-11.42deg);
  white-space: nowrap;
  letter-spacing: 0.05em;
}

.flowTitle {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  margin-top: 10px;
  margin-left: 50px;
}

.rightColumn {
  width: 65%;
}

.flowStep {
  display: flex;
  align-items: flex-start;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #d7d7d7;
}

.flowStep:last-of-type {
  margin-bottom: 0;
}

.stepNumber {
  font-size: 50px;
  font-weight: 400;
  margin-right: 38px;
  font-family: "Tiro Devanagari Marathi", serif;
}

.stepContent {
  flex-grow: 1;
}

.stepTitle {
  font-weight: 600;
  margin: 0;
}

.stepDescription {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .photoFlowContainer {
    flex-direction: column;
    align-items: center;

    gap: 0;
  }

  .leftColumn,
  .rightColumn {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .leftColumn {
    margin-bottom: 30px;
  }

  .photoFlow {
  }

  .flowTitle {
  margin-left: 0;
  }

  .flowStep {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .stepNumber {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 2.8rem;
  }

  .stepTitle {
    font-size: 1.8rem;
  }

  .stepDescription {
  }
}

@media (min-width: 768px) {
  .leftColumn {
    position: sticky;
    left: 0;
    top: 126px;
  }
  .photoFlow {
    left: 0rem;
  }
}

.headerText {
  text-align: center;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  margin-top: 185px !important;
  margin-bottom: 40px;
}
.mainContent {
}
.mainContent p {
  margin: 0;
}
.mainContent .title {
  font-size: 16px;
  margin-bottom: 20px;
}
.mainContent .bodyText {
  margin-bottom: 20px;

  text-align: center;
}
.logoSection {
  margin-top: 80px;
  text-align: center;
}
.logoSection img {
  max-width: 250px;
  height: auto;
}

@media (max-width: 768px) {
  .logoSection img {
    width: 30vw;
  }
  .headerText {
    margin-top: 48px !important;
  }
}

.eversCharmSection {
  margin: 20px 0;
}

.mainTitle {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 34px;
}

.titleSeparator {
  width: 50px;
  height: 1px;
  background-color: #222222;
  margin: 0 auto 84px;
}

.contentWrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.sideMenu {
  width: 250px;
  border-top: 1px solid #bfbfbf;
  margin-top: 115px;
}

.sideMenuItem {
  font-family: "Noto Sans JP", sans-serif;
  padding: 30px 15px;
  border-bottom: 1px solid #bfbfbf;
  text-align: left;
  font-size: 1em;
  text-align: center;
  font-weight: 700;
}

.sideMenuItem:first-child {
  border-top: none;
}

.mainContent {
  flex-grow: 1;
}

.contentHeader {
  background-color: #9b7c25;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 1.2em;
}

.contentHeader p {
  margin: 0;
}

.contentList {
  background-color: #fff;
  border: 3px solid #9b7c25;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 0 30px;
}

.contentItem {
  padding: 30px 0;
  border-bottom: 1px solid #9b7c25;
  color: #9b7c25;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.contentItem:last-child {
  border-bottom: none;
}

.extraInfo {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
}

.eversCharmSection-sp {
  margin: 20px auto;
  padding: 20px;
  max-width: 1000px;
}

.mainTitle-sp {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 17px;
}

.titleSeparator-sp {
  width: 50px;
  height: 1px;
  background-color: #222222;
  margin: 0 auto 30px;
}

.contentWrapper-sp {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: stretch;
}

.mainContent-sp {
  flex-grow: 1;
}

.contentHeader-sp {
  background-color: #9b7c25;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 1.2em;
}

.contentHeader-sp img {
  height: auto;
}

.contentList-sp {
  background-color: #fff;
  border: 3px solid #9b7c25;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 20px;
}

.dl-container-sp {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #bfbfbf;
}

.dl-container-sp:last-child {
  border-bottom: none;
}

.dt-sp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  width: 250px;
  padding: 15px;
  padding-bottom: 0;
  padding-left: 0;
  border-right: 1px solid #bfbfbf;
  font-size: 1em;
}

.dd-sp {
  flex-grow: 1;
  padding: 15px 0 15px 20px;
  margin: 0;
  color: #9b7c25;
  font-weight: 700;
}

.extraInfo-sp {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
  text-align: center;

  font-size: 12px;
}

@media (max-width: 768px) {
  .contentWrapper-sp {
    flex-direction: column;
    align-items: center;
  }
  .mainContent-sp {
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
  }
  .dl-container-sp {
    flex-direction: column;
  }
  .dt-sp {
    width: 100%;
    border-right: none;
  }
  .dd-sp {
    padding-left: 0;
  }
}

.pageWrapper {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  width: 100%;
  border-top: #d7d7d7 1px solid;
}
.leftPanel {
  flex: 1;
  padding: 86px 40px;
}
.studioInfo {
  margin-bottom: 30px;
}
.studioName {
  margin-bottom: 10px;
}
.infoList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.infoItem {
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 14px;
}
.buildingImage {
  width: 100%;
  max-width: 357px;
  height: auto;
}
.rightPanel {
  flex: 2;
  padding: 86px 40px;
  border-left: 1px solid #e0e0e0;
  background: #f4f4f4;
}
.accessContainer {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.accessTitleContainer {
  flex-shrink: 0;
  width: 100px;
}
.accessTitle {
  font-size: clamp(3rem, 3.6vw, 3.6rem);
  font-family: "Tiro Devanagari Marathi", serif;
  font-weight: 400;
}
.accessSubtitle {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
}
.directionsContainer {
  flex-grow: 1;
}
.directionSection {
  margin-bottom: 25px;
}
.directionTitle {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.directionText {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.mapImage {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .pageWrapper {
    flex-direction: column;
  }
  .leftPanel {
    padding: 40px 5.33%;
  }
  .rightPanel {
    border-left: none;
    border-top: 1px solid #e0e0e0;
    padding: 40px 5.33%;
  }
  .accessContainer {
    flex-direction: column;
    align-items: stretch;
  }
  .accessTitleContainer {
    width: auto;
  }
}

.sectionDivider {
  text-align: right;
}

.sectionDivider img {
  width: 93.06%;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .map {
    height: 240px;
    padding-top: 0;
  }
}

/* Photo Plan */
.commonPlan {
  border: 1px solid #222222;
  padding: 2rem;
  margin-top: 65px;
  margin-bottom: 125px !important;
}

.commonPlan__heading {
  display: flex;
  align-items: center;
  margin-top: -3.5rem;
  margin-left: -2rem;
  margin-bottom: 1rem;
}

.commonPlan__line {
  width: 2rem;
}

.commonPlan__text {
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  font-weight: 600;
  padding-left: 0.5rem;
  background-color: #fff;
  padding-right: 1rem;
  line-height: 3rem;
}

.commonPlan__content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  padding: 15px;
}

.commonPlan__item {
  display: flex;
  align-items: flex-end;
}

.commonPlan__note {
  white-space: nowrap;
}

.commonPlan__plus {
  margin: 0 1rem;
}

@media (max-width: 768px) {
  .commonPlan__content {
    flex-direction: column;
  }
  .commonPlan {
    margin-top: 24px;
    margin-bottom: 24px !important;
  }
}

.priceTableContainer {
  background-color: #f4f4f4;
  padding: 40px;
  padding-left: 32px;
  line-height: 2em;
  width: 100%;
}
.title {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 25px;
}
.priceItem {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}
.priceItem.popular {
}

.priceItem.popular::before {
  content: "";
  background-image: url("../images/plan/popular_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 35px;
  height: 35px;
  background-color: transparent;
  color: transparent;
  font-size: 0;
  padding: 0;
  border-radius: 0;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}

.description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  flex-grow: 1;
}
.price {
  font-weight: 700;
}
.priceNote {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}
@media (max-width: 768px) {
  .priceTableContainer {
    padding: 20px;
  }
  .title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .priceItem,
  .description,
  .price {
  }
  .priceItem.popular {
    margin-left: 0;
  }
  .priceItem.popular::before {
    left: -37.5px;
  }
}

.OptionContainer {
  margin-top: 65px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.card {
  border: 1px solid #222222;
  padding: 20px;
}

@media (min-width: 769px) {
  .card {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
  }
  .cardTextWrapper {
    flex: 1;
  }
  .cardImage {
    flex-shrink: 0;
    width: 172px;
    height: auto;
    object-fit: cover;
  }
}

.cardHeader {
  margin-bottom: 10px;
}
.cardHeader h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
}
.cardContent {
}
.cardText {
}
.cardText p {
  margin: 0;
  line-height: 1.75em;
}
.cardText .note {
  font-size: 12px;
}

.footerNote {
  margin-top: 20px;
  text-align: left;
  font-size: 0.9em;
}

@media (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr;
  }
  .card {
    flex-direction: column;
  }
  .cardImage {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
  .OptionContainer {
    margin-top: 24px;
  }
}

/* laPoupeeWrapper */
.laPoupeeWrapper {
  text-align: center;

  width: 100%;
}

.imageGallery img {
}

.textSection {
  margin-top: 40px;
}

.mainText {
  text-align: center !important;
}

.subText {
  text-align: center !important;
}

.buttonContainer {
  margin-top: 30px;
}

.callToAction {
  font-family: "Tiro Devanagari Marathi", serif;
  display: flex;
  justify-content: space-around;
  margin: auto;
  padding: 7px 32px;
  border: 1px solid #222222;
  text-decoration: none;
  color: #333333;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 400;
  transition: background-color 0.3s, color 0.3s;
  max-width: 216px;
}

@media (min-width: 769px) {
  .callToAction:hover {
    background-color: #9b7c25;
    color: #ffffff;
  }
}

.callToAction::after {
}

/* shootingScheduleContainer */
.shootingScheduleContainer {
  padding: 44px;
  margin-bottom: 40px !important;
}
.section {
  background-color: #f4f4f4;
}
.sectionTitle {
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.sectionTitle::before {
  content: attr(data-number);
  font-size: 50px;
  font-weight: 400;
  margin-right: 37px;
  font-family: "Tiro Devanagari Marathi", serif;
}
.content {
  margin-left: 92px;
}
.subHeader {
  font-weight: 700;
  margin-bottom: 5px;
}

.box {
  border: 1px solid #222222;
  padding: 15px;
  margin-top: 15px;
}
.photoSelectionNote {
  margin-top: 15px;
}
.photoDelivery {
  margin-top: 20px;
  padding-top: 15px;
}

@media (max-width: 768px) {
  .content {
    margin-left: 0;
  }
  .shootingScheduleContainer {
    padding: 20px;
    margin-bottom: 20px !important;
  }
  .sectionTitle::before {
    font-size: 28px;
    margin-right: 16px;
  }
}

/* shootingScheduleContainer */
.studioWrapper {
}

.textSection {
  text-align: center;
  margin-bottom: 40px;
}

.albumDisplay {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.albumItem img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .albumDisplay {
    flex-direction: column;
  }
  .textSection {
    margin-top: 0;
  }
}

/* My Style */
.dressGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin: auto;
}

.dressCard {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

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

.brandLabel {
  font-family: "Tiro Devanagari Marathi", serif;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: clamp(1rem, 1.6vw, 1.6rem);
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 5px 15px;
}

.brandName {
  font-family: "Tiro Devanagari Marathi", serif;
  font-size: clamp(1.4rem, 2.4vw, 2.4rem);
  font-weight: 400;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .dressGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .brandLabel {
    padding: 5px 8px;
  }
  .brandName {
    margin-left: 5px;
  }
}
