@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.titl01_wrap {
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .titl01_wrap {
    margin-bottom: 60px;
  }
}
.titl01_wrap .titl01 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 800px) {
  .titl01_wrap .titl01 {
    font-size: 3.6rem;
  }
}

section + .inner {
  margin-top: 120px;
}
@media (max-width: 800px) {
  section + .inner {
    margin-top: 80px;
  }
}
section .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 800px) {
  section .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px 0;
  }
}
section .flex_wrap .txt {
  width: 46.25%;
}
@media (max-width: 800px) {
  section .flex_wrap .txt {
    width: 100%;
  }
}
section .flex_wrap .txt .sec_numb {
  margin-bottom: 30px;
  font-size: 6.4rem;
  line-height: 1;
  color: #a58b56;
}
@media (max-width: 800px) {
  section .flex_wrap .txt .sec_numb {
    font-size: 3.2rem;
  }
}
section .flex_wrap .txt h4 {
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 800px) {
  section .flex_wrap .txt h4 {
    font-size: 3rem;
  }
}
section .flex_wrap .txt h5 {
  margin-top: 20px;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.025em;
}
@media (max-width: 800px) {
  section .flex_wrap .txt h5 {
    margin-top: 18px;
    font-size: 1.8rem;
    line-height: 1.77;
  }
}
section .flex_wrap .txt .h_sub {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 800px) {
  section .flex_wrap .txt .h_sub {
    margin-top: 35px;
    font-size: 1.5rem;
  }
}
section .flex_wrap .txt .h_sub + .cap {
  margin-top: 20px;
}
section .flex_wrap .scaleIn_wrap {
  width: 48.75%;
  padding-top: 85px;
}
@media (max-width: 800px) {
  section .flex_wrap .scaleIn_wrap {
    padding-top: 0px;
    width: 100%;
  }
}

.sec00 h3 {
  margin-bottom: 80px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.65;
  text-align: center;
}
@media (max-width: 800px) {
  .sec00 h3 {
    margin-bottom: 55px;
    font-size: 2rem;
  }
}

.sec01 ul {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 800px) {
  .sec01 ul {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
}
.sec01 ul li:first-child {
  width: 48.4%;
}
@media (max-width: 800px) {
  .sec01 ul li:first-child {
    width: 100%;
  }
}
.sec01 ul li:last-child {
  width: 48.75%;
}
@media (max-width: 800px) {
  .sec01 ul li:last-child {
    width: 100%;
  }
}
.sec01 ul li p {
  line-height: 1;
}
.sec01 ul li p.gold {
  color: #a58b56;
}
@media (max-width: 800px) {
  .sec01 ul li p.gold {
    font-size: 1.4rem;
  }
}
.sec01 ul li .pic {
  margin: 20px 0;
}

.sec03 ul {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
@media (max-width: 800px) {
  .sec03 ul {
    margin-top: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
}
.sec03 ul li {
  width: calc(33.3333333333% - 16.6666666667px);
}
@media (max-width: 800px) {
  .sec03 ul li {
    width: calc(50% - 7.5px);
  }
}
.sec03 ul li p {
  line-height: 1;
}
.sec03 ul li p.gold {
  line-height: 1;
  color: #a58b56;
}
@media (max-width: 800px) {
  .sec03 ul li p.gold {
    font-size: 1.4rem;
  }
}
.sec03 ul li .scaleIn_wrap {
  margin: 15px 0 8px;
}
@media (max-width: 800px) {
  .sec03 ul li .scaleIn_wrap {
    margin: 10px 0;
  }
}
.sec03 ul li .scaleIn_wrap .cap {
  text-align: right;
}

.sec04 .flex_wrap .txt .cap {
  margin-top: 18px;
  line-height: 1;
}
@media (max-width: 800px) {
  .sec04 .flex_wrap .txt .cap {
    margin-top: 15px;
  }
}
.sec04 .flex_wrap .txt .cap span {
  display: inline-block;
  margin-bottom: -2px;
  width: 20px;
}
@media (max-width: 800px) {
  .sec04 .flex_wrap .txt .cap span {
    width: 17px;
  }
}

.sec05 .flex_wrap {
  margin-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 800px) {
  .sec05 .flex_wrap {
    margin-bottom: 40px;
  }
}
.sec05 .flex_wrap .txt {
  width: 100%;
}
.sec05 .season_wrap + .season_wrap {
  margin-top: 200px;
}
@media (max-width: 800px) {
  .sec05 .season_wrap + .season_wrap {
    margin-top: 80px;
  }
}
.sec05 .season_wrap .gold {
  color: #a58b56;
}
.sec05 .season_wrap .f_sorts {
  margin: 50px 0 20px;
  font-size: 3.6rem;
  line-height: 1;
}
@media (max-width: 800px) {
  .sec05 .season_wrap .f_sorts {
    font-size: 3rem;
    margin: 40px 0 15px;
  }
}
.sec05 .season_wrap .txt_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 800px) {
  .sec05 .season_wrap .txt_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px 0;
  }
}
.sec05 .season_wrap .txt_flex dl {
  width: 46.25%;
}
@media (max-width: 800px) {
  .sec05 .season_wrap .txt_flex dl {
    width: 100%;
  }
}
.sec05 .season_wrap .txt_flex dl dt {
  margin-bottom: 35px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 800px) {
  .sec05 .season_wrap .txt_flex dl dt {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}
.sec05 .season_wrap .txt_flex dl dd {
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 800px) {
  .sec05 .season_wrap .txt_flex dl dd {
    font-size: 1.5rem;
  }
}
.sec05 .season_wrap .txt_flex .list_wrap {
  width: 48.75%;
  font-size: 1.2rem;
}
@media (max-width: 800px) {
  .sec05 .season_wrap .txt_flex .list_wrap {
    width: 100%;
  }
}
.sec05 .season_wrap .txt_flex .list_wrap p {
  line-height: 1;
  margin-bottom: 10px;
}
.sec05 .season_wrap .txt_flex .list_wrap ul {
  line-height: 2;
}
.sec05 .season_wrap .txt_flex .list_wrap .ul_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 800px) {
  .sec05 .season_wrap .txt_flex .list_wrap .ul_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec05 .season_wrap .txt_flex .list_wrap .ul_wrap ul {
  width: 47.4%;
}
@media (max-width: 800px) {
  .sec05 .season_wrap .txt_flex .list_wrap .ul_wrap ul {
    width: 100%;
  }
}
.sec05 .season_wrap.spring .list_wrap, .sec05 .season_wrap.summer .list_wrap {
  width: auto;
}
@media (max-width: 800px) {
  .sec05 .season_wrap.spring .list_wrap, .sec05 .season_wrap.summer .list_wrap {
    width: 100%;
  }
}
.sec05 .season_wrap .pic_flex {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 800px) {
  .sec05 .season_wrap .pic_flex {
    margin-top: 40px;
  }
}
.sec05 .season_wrap .pic_flex .scaleIn_wrap {
  width: 48.75%;
}/*# sourceMappingURL=okinawa.css.map */