.txt_c02 {
  color: #0177df;
}

.font-kh {
  font-family: "Kaisei HarunoUmi", serif;
  font-weight: 400;
  font-style: normal;
}

.main_contents section {
  margin-bottom: 60px;
  color: #333;
}

#fv_okinawa {
  height: 686px;
  background: url(/img/okinawa/fv_sp.jpg) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 42px;
}
#fv_okinawa .lead01 {
  padding-top: 25px;
  margin-inline: 4%;
}
#fv_okinawa .lead01 .h1_txt {
  font-size: 27px;
  line-height: 1.4;
  margin-bottom: 14px;
  color: #fff;
}
#fv_okinawa .lead01 .txt24 {
  line-height: 19px;
  line-height: 1.57;
  color: #fff;
}

#o01 {
  background-color: #ebf6ff;
  padding: 40px 25px 30px;
  border-radius: 20px;
  box-sizing: border-box;
}
#o01 .img_office img {
  border-radius: 10px;
}

p.lh2 {
  line-height: 2.3;
}

.btn_maru a {
  line-height: 40px;
  height: 40px;
  min-width: 220px;
  padding: 0 26px 0 12px;
  border-radius: 50px;
  background-color: #0177df;
  color: #fff;
  font-size: 16px;
  position: relative;
  transition: all 0.4s linear;
  box-sizing: border-box;
}
.btn_maru a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.btn_maru a:hover {
  opacity: 0.8;
}

.cm_box {
  position: relative;
}
.cm_box:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: linear-gradient(180deg, #ffffff 0%, #ebf6ff 100%);
  z-index: -1;
}
.cm_box .btn01_wrap {
  padding: 50px 0 100px;
  border-top: none;
  border-bottom: none;
}
.cm_box .btn01 a {
  background-color: #0177df;
  height: 163px;
}
.cm_box .btn01 a.tel {
  background: #fff;
  color: #0177df;
  border: 1px solid #0177df;
}
.cm_box .btn01 a.tel .txt26 {
  background: url(/img/i_tel.svg) 0 30% no-repeat;
  background-size: 28px auto;
}

#o02 .img_point3 {
  width: min(1000px, 94%);
}

#o03 .teian03 {
  gap: 40px;
}
#o03 .teian03 li {
  flex: 1;
}
#o03 .teian03 img {
  width: 100%;
  border-radius: 10px;
}
#o03 .teian03 .txt20 {
  margin: 16px auto 10px;
  display: grid;
  place-items: center;
  line-height: 1.6;
}

#o04 .txt_box dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#o04 .txt_box dl dt {
  background-color: #edf7ff;
  border: 1px solid #0177df;
  border-radius: 10px;
  line-height: 60px;
  box-sizing: border-box;
}
#o04 .txt_box dl dd {
  text-align: left;
  line-height: 1.8;
}

.main_contents > section:last-of-type {
  margin-bottom: 0;
}

.btn_or a {
  border-radius: 10px;
  background-color: #f2994a;
  transition: all 0.4s linear;
  color: #fff;
  line-height: 76px;
  width: min(360px, 100%);
  max-width: 100%;
  padding-right: 18px;
  box-sizing: border-box;
  font-size: 14px;
}
.btn_or a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.btn_or a:hover {
  background-color: #f4b883;
}

.okinawa_list {
  margin-bottom: 40px;
}

@media screen and (min-width: 737px) {
  /*---------*/
  .btn_or a {
    line-height: 76px;
    width: 360px;
    padding-right: 8px;
    font-size: 18px;
  }
  .main_contents section:not(:last-child) {
    margin-bottom: 150px;
  }
  #fv_okinawa {
    height: 680px;
    background: url(/img/okinawa/fv.jpg) 30% 50% no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 44px;
  }
  #fv_okinawa:before {
    display: block;
    content: "";
    width: 100%;
    height: 264px;
    bottom: -44px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background: url(/img/okinawa/fv_kumo.png) 65% 50% no-repeat;
    background-size: auto 100%;
    z-index: 2;
  }
  #fv_okinawa:after {
    display: block;
    content: "";
    width: 420px;
    height: 315px;
    bottom: -50px;
    left: calc(50% + 50px);
    margin: auto;
    position: absolute;
    background: url(/img/okinawa/fv_hito.png) 50% 50% no-repeat;
    background-size: auto 100%;
    z-index: 3;
  }
  #fv_okinawa .lead01 {
    padding-top: 83px;
    margin-left: 8%;
  }
  #fv_okinawa .lead01 .h1_txt {
    font-size: 32px;
    line-height: 1.7;
    margin-bottom: 22px;
  }
  #fv_okinawa .lead01 .txt24 {
    line-height: 1.5;
  }
  #o01 {
    margin-top: 150px;
    margin-inline: auto;
    width: min(1115px, 94%);
    padding: 100px 60px;
  }
  #o03 .teian03 .txt20 {
    height: 64px;
  }
  .wave {
    padding-top: 188px;
    background: url(/img/okinawa/wave.svg) 50% 0 repeat-x;
    background-size: auto 38px;
  }
  #o04 .map_box {
    width: min(1115px, 94%);
  }
  #o04 .txt_box {
    width: min(500px, 45%);
  }
  #o04 .txt_box dl {
    gap: 15px;
  }
  #o04 .txt_box dl dd {
    line-height: 2;
  }
  #o04 .img_map {
    width: min(540px, 49%);
  }
} /*-----------*/
@media screen and (max-width: 736px) {
  /*---------*/
  .txt14sp {
    font-size: 14px;
  }
  .txt15sp {
    font-size: 15px;
  }
  .txt18sp {
    font-size: 18px;
  }
  .txt24sp {
    font-size: 24px;
  }
  .cm_box .btn01_wrap {
    padding: 20px 0 50px;
  }
  .cm_box .btn01_wrap .btn01 a {
    max-width: 400px;
    height: 130px;
  }
  .cm_box .btn01_wrap .btn01 a.tel .txt26 {
    background: url(/img/i_tel.svg) 0 0 no-repeat;
    background-size: 24px auto;
  }
  .main_contents section .mb40 {
    margin-bottom: 20px;
  }
  #o01 .img_aun img {
    width: 201px;
  }
  #o02 .img_flower img {
    width: 124px;
  }
  #o02 .mb40.tLsp {
    margin-bottom: 0;
  }
  #o02 .img_point3 {
    display: inline-block;
    padding-top: 20px;
  }
  .wave {
    padding-top: 75px;
    background: url(/img/okinawa/wave_sp.svg) 50% 0 repeat-x;
    background-size: auto 19px;
  }
  #o03 .img_castle img {
    width: 140px;
  }
  #o03 .teian03 {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #o03 .teian03 .txt20 {
    font-size: 18px;
    margin: 16px auto 5px;
  }
  #o03 .teian03 .txt16 {
    font-size: 16px;
    line-height: 1.75;
  }
  #o04 .img_castle img {
    width: 128px;
  }
  #o04 dl dt {
    font-size: 18px;
  }
  #o04 dl dd {
    font-size: 16px;
  }
  #o04 .txt_box {
    margin-bottom: 30px;
  }
  #o04 .img_map {
    padding-inline: 20px;
  }
  p.lh2 {
    line-height: 1.875;
  }
} /*-----------*/
/*# sourceMappingURL=okinawa.css.map */