@charset "UTF-8";
@media screen and (max-width: 767px) {
}
.sec-inner {
  max-width: 1200px;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .sec-inner {
    padding-left: 2%;
    padding-right: 2%;
  }
}


h2 {
  text-align: center;
  font-size: 45px;
  line-height: calc(48 / 45);
  margin-bottom: 70px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: calc(35 / 430 * 100vw);
  }
}
h2 span {
  font-size: 20px;
  line-height: calc(48 / 20);
}
h3 {
  margin-bottom: 50px;
  font-size: 25px;
  line-height: calc(35 / 25);
  color: #36241f;
}
/*  */
/* FV */
/* .kv-inner {
  position: relative;
  padding: 30px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .kv-inner {
    padding: 0 10px;
  }
}
.kv-inner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  color: #fff;
  font-size: 42px;
  line-height: calc(48 / 42);
  letter-spacing: 0.04em;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .kv-inner h1 {
    font-size: calc(28 / 430 * 100vw);
    line-height: calc(48 / 28);
  }
} */

/*  */
.sec01 {
}
.important {
  padding-top: 54px;
  padding-bottom: 54px;
  background-color: #f2ede4;
}
.important-text {
  text-align: justify;
}
.important-text p,
.important-text ul li {
  font-size: 15px;
  line-height: calc(35 / 15);
  color: #36241f;
}
@media screen and (max-width: 767px) {
  .important-text p,
  .important-text ul li {
    font-size: calc(16 / 430 * 100vw);

    line-height: 1.8;
    margin-bottom: 1em;
  }
}
.important-text p a {
  word-wrap: break-word;
}

.important-text ul li::before {
  content: "※";
  color: #36241f;
  font-weight: bold;
  margin-right: 0.25em;
}
.sec01-global_nav {
  padding-top: 54px;
  padding-bottom: 100px;
}
.sec01-global_nav ul {
  display: flex;

  column-gap: 60px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .sec01-global_nav ul {
    flex-direction: column;
    column-gap: unset;
    row-gap: 72px;
    justify-content: space-between;
  }
}
.sec01-global_nav ul li {
  position: relative;
  flex: 1;
  text-align: center;
}

.sec01-global_nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 15px;
  line-height: calc(35 / 15);
  border-bottom: solid 1px #36241f;
}
.sec01-global_nav ul li a::before {
  content: "";
  width: 13px;
  height: auto;
  position: absolute;
  aspect-ratio: 13/12;
  left: 50%;
  bottom: -14px;
  transform: translate(-50%, 100%);
  background-color: #36241f;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
}
.sec01-global_nav ul li a span {
  font-size: 18px;
  line-height: calc(35 / 18);
}
/* section02 flow ご予約のながれ */
.flow-chart {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 110px;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .flow-chart {
    width: 100%;
    padding-left: calc(76/430*100vw);;
  }
}
.flow-chart ol li {
  display: flex;
  width: 100%;
  position: relative;
  column-gap: 36px;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .flow-chart ol li {
    flex-direction: column;
  }
}

.flow-chart ol li::after {
  content: "";
  width: 2px;
  height: 233px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: -53px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .flow-chart ol li::after {
    height: 90%;
  }
}
.flow-chart ol li::before {
  display: flex;
  width: 56px;
  height: 56px;
  aspect-ratio: 1/1;
  position: absolute;
  top: -80px;
  left: -80px;
  font-size: 30px;
  line-height: calc(48 / 30);
  align-items: center;
  justify-content: center;
  color: #36241f;
  border: solid 1px #707070;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
.flow-chart ol li::before {
width: calc(40/430*100vw);
height: calc(40/430*100vw);
top:calc(-60/430*100vw);
left:calc(-76/430*100vw);


font-size: calc(22/430*100vw);

}
}
.flow-chart ol li:nth-of-type(1)::before {
  content: "01";
}
.flow-chart ol li:nth-of-type(2)::before {
  content: "02";
}
.flow-chart ol li:nth-of-type(3)::before {
  content: "03";
}
.flow-chart ol li:nth-of-type(4)::before {
  content: "04";
}
.flow-chart ol li:nth-of-type(5)::before {
  content: "05";
}

.flow-chart ol li img {
  max-width: 316px;
  /* aspect-ratio: 316 / 216; */
  /* max-height: 216px; */
}
@media screen and (max-width: 767px) {
}

.flow-chart-text {
  max-width: 530px;
}

.flow-chart-text p {
  font-size: 15px;
  line-height: calc(25 / 15);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .flow-chart-text p {
    padding-top: 1.5em;
    font-size: calc(16 / 430 * 100vw);
  }
}
.notice-message_p {
  margin-bottom: 77px;
  font-size: 15px;
  line-height: calc(35 / 15);
  color: #36241f;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .notice-message_p {
    line-height: 2;
    margin-bottom: calc(35 / 430 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .notice-message_p h3 {
    margin-bottom: 1.5em;
  }
}

/*  */
.belongings-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .belongings-list {
    flex-direction: column;
  }
}
.belongings-list div {
  flex: 1;
  text-align: center;
}
.notice-message_p img {
  width: auto;
  height: 77px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

/*  */
@media screen and (max-width: 767px) {
  .notice-message h3 {
    font-size: calc(24 / 430 * 100vw);
    margin-bottom: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .sec03,
  .sec04,
  .sec05 {
    margin-bottom: calc(70 / 430 * 100vw);
  }
}
