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

html {
  scroll-padding-top: 50px;
}

* {
  font-family: "Noto Sans JP", sans-serif;
}
ul,
p {
  margin: 0;
}
h2 {
  font-size: 35px;
}
.color-blue {
  color: #fff;
  background-color: #a64600;
}
.color-brawn {
  color: #fff;
  background-color: #223e98;
}
.text_linethrough {
  text-decoration: line-through;
}

.gnav__list {
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: center;
}
.gnav__list li {
  width: 30%;
  background: #004ebe;
  padding: 5px 0;
  line-height: 1.2;
}

.gnav__list li:not(:nth-child(5)) {
  margin-right: 5px;
}

.gnav_menu_item a {
  display: block;
  position: relative;
  padding: 5px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.hdm-wrapper {
  height: 50px;
  margin-top: 30px;
}

.gnav.is-fixed {
  position: fixed;
  top: 0px;
  z-index: 1;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

a.btn--yellow {
  color: #000;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
}

a.btn--yellow:hover {
  margin-top: 3px;
  color: #000;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}

@media screen and (min-width: 760px) {
  .sent_gb {
    display: flex;
    justify-content: center;
    margin: 40px 0;
  }

  h2 {
    font-size: 35px;
  }

  #error-one p,
  #error-two p,
  #error-three p {
    margin: 5px 0 0px;
    font-size: 16px;
    text-align: center;
  }

  .super-wrapper {
    width: 1000px;
    margin: 0 auto;
  }
  .super-wrapper header {
    background-color: blue;
  }

  .hide-pc {
    display: none;
  }

  .header-description-wrapper {
    width: 80%;
    margin: 20px auto;
    background-color: white;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.3);
  }
  .header-description h1 {
    color: blue;
  }
  .header-description p {
    text-align: center;
  }

  .header-img {
    background-image: url("../img/hoshino_header.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 1080px;
    height: 600px;
    margin: 0 auto;
    position: relative;
  }
  .header-img-title {
    text-align: center;
  }
  .pln-exc-top-title {
    font-size: 24px;
  }
  .header-img .header-img-title img {
    width: 40%;
  }
  .header-img-logo-pc {
    position: absolute;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    align-items: center;
    padding: 10px;
    bottom: 62%;
    right: 53%;
    width: 500px;
    position: absolute;
  }
  .header-img-logo-pln {
    width: 45%;
    position: absolute;
    top: 50%;
    left: 10px;
  }
  .header-img-logo-pln img {
    height: auto;
    width: 100%;
  }
  .header-img-logo-left {
    width: 65%;
    height: 104px;
    border-radius: 10px;
    background-color: #fff;
  }
  .header-img-logo-right {
    width: 30%;
  }
  .header-img-logo-left img {
    height: auto;
    width: 100%;
  }
  .header-img-logo-right img {
    height: auto;
    width: 100%;
  }
  .header-img .header-img-logo img {
    width: 100%;
  }

  .header-img-text {
    max-width: 320px;
    min-width: 250px;
    margin: 20px auto;
    padding: 10px 0;
    border-top: 1px dotted #999999;
    border-bottom: 1px dotted #999999;
    text-align: center;
  }
  .header-img-text .small-sub {
    color: #d70051;
    font-size: 24px;
  }
  .header-img-text p {
    line-height: 1.5;
    font-size: 16px;
    color: #2c252f;
  }

  .header-description-wrapper {
    width: 80%;
    margin: 20px auto;
    background-color: white;
    border-radius: 6px;
    padding: 10px;
  }
  .header-description h1 {
    color: #223e98;
    font-size: 24px;
    text-align: center;
    padding: 5px;
  }
  .header-description p {
  }

  .gnav__list {
    display: flex;
    list-style: none;
    justify-content: center;
  }
  .gnav__list li {
    width: 25%;
  }
  .gnav__list li:nth-child(1) {
    margin-left: 5px;
  }

  .gnav .gnav__list .hide-pc {
    display: none;
  }

  .gnav_menu_item a {
    display: block;
    position: relative;
    padding: 5px 0;
    font-size: 20px;
    color: #fff;
    background: #004ebe;
    text-align: center;
    text-decoration: none;
  }

  .hdm-wrapper {
    height: 100px;
  }

  .header-menu {
    height: 100px;
  }

  .gnav.is-fixed {
    position: fixed;
    top: 0px;
    width: 100%;
  }
  .pln-exc-title h2 {
    margin-top: 10px;
  }
  .pln-exc-title,
  .cam-eqp-heading {
    text-align: center;
    padding: 40px 0 20px;
  }

  .stick {
    display: flex;
    border-bottom: 6px #233e99 solid;
    width: 8%;
    margin: 0 auto;
  }

  .cam-eqp-heading .cam-eqp-top-title {
    font-size: 24px;
  }

  .pln-exc-anker-link {
  }

  .pln-exc-desc {
    padding: 25px;
    font-size: 24px;
  }

  .pln-exc-content {
    width: 90%;
    margin: 0 auto;
  }

  .pln-exc-image {
    width: 60%;
    margin: 10px auto;
  }

  .pln-exc-image img {
    width: 100%;
    height: auto;
  }

  .komikomi {
    font-size: 20px;
    display: block;
    text-align: center;
  }

  .black-title {
    display: flex;
    justify-content: center;
    background-color: #d80051;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin: 30px auto;
    width: 80%;
    font-size: 30px;
    font-weight: 900;
  }
  .pln-exc-othermerit-wrapper {
    margin: 20px 0;
  }
  .pln-exc-othermerit-wrapper {
    border: 3px #e5d9b3 solid;
  }
  .pln-exc-othermerit p {
    color: #485da7;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
  }
  .pln-exc-othermerit ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 100px;
    padding: 0;
  }
  .pln-exc-othermerit li {
    list-style: none;
    display: block;
    padding: 5px;
    flex-basis: 50%;
    font-size: 20px;
  }
  .pln-exc-othercont {
    display: flex;
    justify-content: space-between;
  }

  .pln-exc-etc {
    display: flex;
    width: 20%;
    align-items: flex-end;
    flex-direction: row;
  }

  .plus {
    font-size: 80px;
    color: gray;
    text-align: center;
  }

  .pln-exc-op-title {
    background-color: #333333;
    color: #fff;
  }

  .pln-exc-ops {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .pln-exc-op {
    flex-basis: 48%;
    text-align: center;
  }
  .pln-exc-op-img {
    width: 100%;
  }
  .pln-exc-op-img img {
    width: 100%;
    height: 300px;
  }
  .color-red {
    color: rgb(230, 98, 98);
    font-size: 30px;
    font-weight: bold;
  }
  .big-word {
    font-weight: bold;
  }

  .use-price {
    margin-top: 40px;
  }
  .use-price-title {
    margin: 10px 0 30px;
  }
  .use-price-title h2 {
    text-align: center;
  }

  .use-price-img {
    width: 100%;
  }
  .use-price-img img {
    width: 100%;
    height: auto;
  }
  .use-price-otoku {
    width: 50%;
    margin: 20px auto;
  }
  .use-price-otoku img {
    width: 100%;
    height: auto;
  }
  .use-price-otoku p {
    font-size: 12px;
    color: #666666;
    text-align: right;
  }
  .use-price-caution {
    font-weight: bold;
    margin: 10px 0;
  }
  .use-price-caution p {
    font-size: 18px;
    color: #bb2f0c;
    text-align: center;
  }

  /* 予約項目 */
  .reservation-wrapper {
    padding: 10px;
    margin: 40px auto;
    text-align: center;
    background-color: #faecc7;
  }
  .reservation-wrapper h3 {
    color: #393836;
    font-weight: 900;
  }
  .reservation-wrapper p {
    color: #a64600;
  }
  .pulldown-wrapper {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }
  .pulldown-wrapper select {
    width: 300px;
    font-size: 20px;
    padding: 0.4em;
    margin: 10px 5px 10px;
    border-radius: 4px;
  }
  .disable-btn {
    /*pointer-events: none;
        user-select: none;
        opacity: 0.8;
        color: white !important;*/
  }
  .pulldown-wrapper .third-button {
    align-items: center;
    margin: 0 20px;
    padding: 0.5em;
    width: 300px;
    height: 60px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    background-color: #b92700;
    transition: 0.3s;
    border-radius: 50px;
    border-bottom: 5px solid #b84c00;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  }

  .third-button:hover {
    margin-top: 3px;
    text-decoration: none;
    background-color: #ffa697;
    color: #fff;
    border-bottom: 2px solid #b84c00;
  }
  .third-button:active {
    text-decoration: none;
    background-color: #ffa697;
    color: #fff;
  }
  .reservation-caution {
    padding-left: 8%;
    text-align: left;
  }

  .cam-eqp-img {
    width: 100%;
    padding: 20px 0 0;
  }
  .cam-eqp-img img {
    width: 100%;
    height: auto;
  }

  .cam-eqp-lists-wrapper {
    background-color: #223e98;
  }
  .cam-eqp-lists {
    display: block;
    width: 65%;
    margin: 0px auto;
    padding: 20px 0;
  }
  .cam-eqp-lists li {
    display: block;
    font-size: 24px;
    list-style: none;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
  }

  .cam-eqp-contents {
    width: 95%;
    margin: 20px auto;
  }
  .cam-eqp-cars {
    display: flex;
    justify-content: space-between;
  }
  .cam-eqp-car-wrapper {
    flex-basis: 48%;
    background-color: #e6e6e6;
  }
  .cam-eqp-car-wrapper .cam-eqp-car {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
  }
  .cam-eqp-car-wrapper .cam-eqp-car h4 {
    color: #5d70ae;
    font-size: 30px;
    font-weight: bold;
  }
  .cam-eqp-car-wrapper .cam-eqp-car .cam-eqp-button {
    display: block;
    color: #5a5030;
    font-weight: bold;
    border-radius: 14px;
    background-color: #ffc61a;
    padding: 5px;
  }
  .cam-eqp-car-wrapper .cam-eqp-car .cam-eqp-button:hover {
    background-color: #ffdc72;
  }
  .cam-eqp-compensation {
    text-align: center;
  }

  .free-red-title {
    font-size: 24px;
    color: rgb(129, 32, 32);
    font-weight: bold;
    text-align: center;
  }
  .free-service {
    margin: 20px 0;
    text-align: center;
  }
  .uni-pln-wrapper {
    border: 3px #e7dbb8 solid;
    text-align: center;
    position: relative;
    display: block;
    padding: 10px;
    margin: 50px auto;
    width: 50%;
  }
  .uni-pln-wrapper:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 36px solid #e7dbb8;
  }

  .uni-pln-wrapper:after {
    content: "";
    position: absolute;
    bottom: -48px;
    left: 50%;
    margin-left: -18px;
    border: 18px solid transparent;
    border-top: 36px solid #fff;
    z-index: 0;
  }
  .uni-pln-wrapper .uni-pln-main-txt {
    color: #8a732f;
    font-size: 24px;
  }
  .uni-pln-wrapper .uni-pln-sub-txt {
  }
  .uni-pln-day-wrapper {
    text-align: center;
  }
  .uni-pln-day {
    margin: 20px 0;
  }
  .uni-pln-day-prices {
    display: flex;
    justify-content: center;
  }
  .uni-pln-day-name {
    display: block;
    width: 50%;
    font-size: 20px;
    border-radius: 5px;
    padding: 5px;
    margin: 20px auto;
  }
  .uni-pln-day-price {
    background-color: #f2f2f2;
    padding: 5px;
    margin: 5px;
    width: 40%;
    border-radius: 5px;
    border: 3px #dcdcdc solid;
  }
  .uni-pln-day-price .uni-pln-day-price {
  }
  .uni-pln-day-price .uni-pln-day-title {
    color: blue;
    font-size: 20px;
  }
  .uni-pln-day-price .uni-pln-day-txt {
  }
  .uni-pln-day-price .uni-pln-day-txt .big-price {
    font-size: 24px;
    color: red;
  }
  .uni-pln-day-price .uni-pln-day-gv {
  }

  .uni-pln-day-otoku {
    margin: 40px auto;
  }

  .uni-pln-uptext {
    font-size: 24px;
  }
  .uni-pln-downtext {
    font-size: 24px;
    font-weight: bold;
  }

  .res-alert-wrapper {
  }

  .res-alert {
    width: 80%;
    margin: 0 auto;
    border: solid #d9d9d9 2px;
    padding: 10px;
  }

  .res-alert-wrapper h4 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0 10px;
  }

  .res-alert-img {
    width: 100%;
    text-align: center;
  }

  .res-alert-img-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
  }

  .res-alert-img img {
    width: 80%;
    height: auto;
  }
  .res-alert-red p {
    color: red;
    font-weight: bold;
    margin: 10px 0;
  }
  .res-alert-black {
    margin: 10px 0 20px;
  }
  .res-alert-res-wrapper {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .res-alert-res-wrapper img {
    width: 70%;
  }

  .res-jump-wrapper {
    text-align: center;
    margin: 50px 0;
  }

  .res-jump-place {
    font-weight: 20px;
    margin: 20px 0;
  }
  .res-jump-place .res-jump-leave {
    font-size: 20px;
  }

  .res-jump-place p {
    font-size: 18px;
  }

  .res-jump-place .res-jump-button {
    display: block;
    width: 80%;
    background-color: #b82700;
    border-radius: 20px;
    padding: 10px;
    margin: 0 auto;
  }
  .res-jump-place .res-jump-button p {
    color: #fff;
    font-size: 24px;
  }
  .res-jump-place .res-jump-button:hover {
    background-color: #ff5d32;
  }

  .footer-hands-up {
    color: #fff;
    background-color: #333333;
    padding: 15px 15px 15px 0px;
  }
  .footer-hands-up h4 {
    text-align: center;
    font-size: 18px;
    padding: 5px;
  }
  .footer-hands-up ul li {
    text-indent: -1em;
    list-style: none;
    margin-bottom: 5px;
  }
  .footer-question {
    background-color: #d9d9d9;
    padding: 15px;
  }
  .footer-question .big-word {
    font-size: 18px;
    font-weight: bold;
  }
  .footer-copy-right {
    text-align: center;
    padding: 5px 0;
  }
  footer {
    /*width:1000px;
        margin:0 auto;
        横道編集*/
    margin: 0 auto;
    width: 100%;
    background-color: gainsboro;
    padding: 20px 0;
  }

  /**横道編集**/
  .footer_cell {
    display: flex;
    justify-content: center;
  }

  .header_top_img_pc img {
    width: 100%;
    height: auto;
    padding-top: 75px;
  }

  .pc_unactive {
    display: none;
  }

  .auto_scroll {
    width: 100%;
    margin: 0 auto;
    margin: 20px 0;
  }

  #loopslider {
    margin: 0 auto;
    width: 90%;
    height: 130px;
    text-align: left;
    position: relative;
    overflow: hidden;
  }

  #loopslider ul {
    height: 130px;
    float: left;
    display: inline;
    overflow: hidden;
    padding: 0;
  }

  #loopslider ul li {
    width: 195px;
    height: 130px;
    float: left;
    display: inline;
    overflow: hidden;
    padding: 0 10px;
  }

  #loopslider ul li img {
    width: 195px;
    height: 130px;
  }

  #loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }

  #loopslider ul {
    display: inline-block;
    overflow: hidden;
  }

  .explan_wrapper {
    width: 90%;
    margin: 50px auto 30px;
  }

  .explan_wrapper_backimg {
    background-image: url(../img/hoshinolp_explan_back_pc_natu.jpg);
    background-size: cover;
    padding-bottom: 20px;
    background-position-y: -60px;
  }

  .explan_wrapper h1 {
    font-size: 18px;
    font-weight: 900;
    color: white;
    text-align: center;
    padding: 50px 0 30px 0;
    letter-spacing: 1.5px;
  }

  .explan_detail_wrapper {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.4px;
  }

  .explan_detail_wrapper h2 {
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 20px;
    color: #000;
  }

  .explan_detail_wrapper p {
    font-size: 13px;
    line-height: 1.8em;
  }

  .explan_region_wrapper {
    margin: 0 0 15px 0;
    font-size: 13px;
    text-align: center;
  }

  .reservation_wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    background-color: #f7ee12;
  }

  .reservation_wrapper h3 {
    font-weight: 900 !important;
    font-size: 16px !important;
    color: #000 !important;
    text-align: center !important;
    margin: 0 0 10px 0 !important;
  }

  .pulldown_wrapper {
    display: flex;
    justify-content: center;
  }

  select {
    width: 170px;
    padding: 5px;
    border-radius: 5px;
    margin: 4px 0 10px;
    font-size: 13px;
  }

  .second_pulldown {
    margin-left: 10px;
  }

  .third_button {
    display: block;
    width: 340px;
    background-color: #e90173;
    border-radius: 25px;
    margin: 0 auto;
    text-align: center;
    color: white !important;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 0;
    font-size: 17px;
    border-bottom: 3px solid #d00065;
  }

  .third_button:hover {
    background-color: #d00065;
    text-decoration: none;
    color: #000;
  }

  .plan_wrapper {
    background-image: url(../img/hoshinolp_plan_back_sp_natu.jpg);
    background-size: cover;
    height: 600px;
  }

  .plan_wrapper h2 {
    text-align: center;
    color: white;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 1px;
    padding: 40px 0 0 0;
    line-height: 2.4em;
  }

  .plan_wrapper img {
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
  }

  .benefit_wrapper {
    width: 90%;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    padding: 25px 15px;
    background-color: #ffffcb;
  }

  .benefit_cell {
    display: inline-block;
    width: 30%;
    margin: 0 15px;
  }

  .benefit_cell h3 {
    font-weight: 900;
    text-align: center;
    font-size: 16px;
    background: linear-gradient(transparent 50%, #f7ee12 50%);
    margin: 0 60px 10px;
    border-radius: 25px;
  }

  .benefit_cell h4 {
    font-weight: 900;
    text-align: center;
    font-size: 18px;
  }

  .benefit_cell img {
    width: 100%;
    height: auto;
    margin: 5px 0 10px 0;
  }

  .benefit_cell p {
    text-align: left;
    font-size: 13px;
    line-height: 1.5em;
  }

  .exbenefit_wrapper {
    width: 90%;
    margin: 60px auto 40px;
  }

  .exbenefit_title {
    background-color: #00005c;
    width: 100%;
    padding: 10px 0 5px 0;
  }

  .exbenefit_title h2 {
    color: #f7ee12;
    font-size: 18px;
    text-align: center;
    font-weight: 900;
    letter-spacing: 1.5px;
  }

  .exbenefit_title img {
    margin: 0 auto 5px;
    display: block;
    width: 90px;
    height: auto;
  }

  .exbenefit_box {
    display: flex;
    flex-wrap: wrap;
  }

  .exbenefit_box .exbenefit_cell:nth-child(odd) {
    background-color: #efefef;
  }

  .exbenefit_cell {
    display: inline-block;
    width: 20%;
    padding: 10px 20px 20px 20px;
  }

  .exbenefit_cell h4 {
    display: table-cell;
    font-weight: 900;
    text-align: center;
    font-size: 12px;
    height: 38px;
    width: 140px;
    vertical-align: middle;
    margin: 0;
  }

  .exbenefit_cell img {
    width: 140px;
    height: 100px;
    margin: 5px 0 5px 0;
  }

  .exbenefit_cell p {
    text-align: left;
    font-size: 11px;
    line-height: 1.5em;
  }

  .exbenefit_btn {
    background-color: #0000d4;
    color: white;
    text-align: center;
    display: block;
    width: 30%;
    margin: 30px auto 0;
    padding: 10px 0;
    border-radius: 25px;
    font-size: 16px;
    border-bottom: 3px solid #00005c;
  }

  .exbenefit_btn a {
    color: #fff;
    text-decoration: none;
  }

  .exbenefit_btn:hover {
    background-color: #00005c;
    cursor: pointer;
  }

  .price_wrapper {
    width: 90%;
    margin: 0 auto 50px;
    background-color: #ffffcb;
    padding: 30px;
  }

  .price_wrapper h2 {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    border-bottom: dotted 1px #000;
    display: block;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .price_wrapper h3 {
    margin: 20px 0 0px;
    font-size: 16px;
    text-align: center;
    line-height: 2.5em;
    font-weight: 900;
  }

  .price_wrapper p {
    margin: 0 0 10px;
    font-size: 14px;
    text-align: center;
  }

  .price_wrapper table {
    background-color: white;
    text-align: center;
    vertical-align: middle;
    width: 60%;
    margin: 0 auto 30px;
    font-size: 14px;
    line-height: 1.3em;
  }

  .price_wrapper th {
    background-color: #a7a7a7;
    border: solid 1px #000;
    border-collapse: collapse;
    font-weight: normal;
    padding: 5px 0;
  }

  .price_wrapper td {
    border: solid 1px #000;
    border-collapse: collapse;
    padding: 8px 5px;
    font-size: 16px;
    font-weight: bold;
  }

  .price_table_day {
    padding: 10px 10px !important;
    font-weight: normal !important;
    font-size: 14px !important;
  }

  .popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
  }
  .popup.is-show {
    opacity: 1;
    visibility: visible;
  }
  .popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    padding: 0 0 0 15px;
    background-color: #fff;
    z-index: 10;
    overflow-y: scroll;
    height: 90%;
  }
  .popup-inner img {
    width: 100%;
  }
  .close-btn {
    position: fixed;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }
  .close-btn i {
    font-size: 0px;
    color: #fff;
  }
  .black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }

  .other_wrapper {
    width: 70%;
    margin: 0 auto;
  }

  .planing_content {
    margin: 80px 0 50px;
  }

  .planing_content h3 {
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    border-bottom: dotted 1px #000;
    padding-bottom: 8px;
    margin-bottom: 5px;
  }

  .planing_content p {
    padding: 10px;
    font-size: 13px;
  }

  .facility_info {
    margin: 80px 0 50px;
  }

  .facility_info h3 {
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    border-bottom: dotted 1px #000;
    padding-bottom: 8px;
    margin-bottom: 5px;
  }

  .facility_info p {
    padding: 10px;
    font-size: 13px;
  }

  .facility_info li {
    padding: 10px;
    font-size: 13px;
  }
  .facility_info_detail li {
    font-size: 10px;
  }

  .question_content h3 {
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    border-bottom: dotted 1px #000;
    padding-bottom: 8px;
    margin-bottom: 5px;
  }

  * {
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  /* アコーディオンメニュー全体のサイズ・位置 */
  .ac {
    padding: 10px;
    margin: 5px auto 0;
  }

  /* クリック領域 */
  .ac-parent {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    background-color: #dee0ff;
    text-align: left;
    cursor: pointer;
    padding: 11px 15px;
    font-size: 14px;
    margin-top: 5px;
    justify-content: space-between;
  }

  /* クリックしたら表示される領域 */
  .ac-child {
    display: none;
    padding: 10px 5px;
    text-align: left;
    font-size: 13px;
  }

  .review_wrapper {
    width: 70%;
    margin: 0 auto;
    background-color: #ffffcb;
    padding-top: 30px;
    margin-top: 60px;
  }

  .review_list {
    padding: 20px;
  }

  .review_wrapper h2 {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    margin: 0;
  }

  .review_cell {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 20px;
    background-color: #fbbf06;
    margin-bottom: 15px;
  }

  .review_cell_img {
    width: 20%;
  } /*ここから*/

  .review_cell_img_case {
    width: 128px;
    height: 128px;
  }

  .review_cell_img img {
    display: inline-block;
    width: 110px; /* ※縦横を同値に */
    height: 110px; /* ※縦横を同値に */
    border-radius: 50%; /* 角丸半径を50%にする(=円形にする) */
    margin: 9px;
  }

  .review_cell_tit {
    width: 80%;
    margin-left: 15px;
  }

  .review_cell_img h3 {
    font-size: 16px;
    text-align: center;
  }

  .review_cell_tit h3 {
    font-size: 18px;
    text-align: left;
    font-weight: 900;
  }

  .review_cell_tit p {
    font-size: 14px;
    text-align: left;
  }

  .plan_tel {
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 20px;
  }

  .plan_info {
    display: inline-block;
    text-align: center;
    font-size: 22px;
    margin: 0 0 5px 50px;
  }

  .plan_info_v {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 10px 0 0;
  }

  .tel_footer {
    display: flex;
    align-items: center;
  }

  .tel_footer i {
    display: inline-block;
    width: 24px;
    height: 24px;
  }

  .tel_footer h2 {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 5px;
    font-size: 22px;
  }

  .tel_footer .fa-phone {
    color: gainsboro;
    background-color: #111;
    padding: 4px;
    border-radius: 50%;
    transform: scale(-1, 1);
  }

  .tel_footer .fa-phone:before {
    font-size: 16px;
  }

  .header_top_tel .fa-phone {
    transform: scale(-1, 1);
  }

  .header_top_tel .fa-phone:before {
    font-size: 20px;
  }

  .header_top_tit {
    display: flex;
  }

  .header_top_link {
    display: flex;
    width: 70%;
    text-align: center;
    padding: 10px 15px 10px 30px;
    justify-content: space-between;
  }

  .header_top_link h2 {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 5px;
  }

  .header_top_link p {
    font-size: 10px;
  }

  .header_top_link img {
    width: 240px;
    height: auto;
  }

  .header_top_tel {
    display: flex;
    width: 30%;
    justify-content: center;
    align-items: center;
    background-color: #f7ee12;
    color: #00005c;
  }

  .header_top_tel h2 {
    font-size: 40px;
    margin: 0;
    margin-left: 5px;
    font-weight: bold;
  }

  .header_top_tel .fa-phone:before {
    font-size: 40px;
  }

  .header_top_tit {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 9;
    height: 75px;
  }
}
@media screen and (max-width: 759px) {
  .sent_gb {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  h2 {
    font-size: 30px;
    font-weight: 900;
  }

  #error-one p,
  #error-two p,
  #error-three p,
  #error-sp p {
    font-size: 3.8vw;
    margin: 5px 0 0px 0;
    text-align: center;
  }

  header {
    width: 100%;
    background-color: #fff;
    padding-bottom: 10px;
  }
  .hide-sp {
    display: none;
  }

  .header-img {
    background-image: url("../img/hoshino_header.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .header-img-title {
    text-align: center;
  }
  .header-img .header-img-title img {
    width: 50%;
    text-align: right;
  }

  .header-img-logo p {
    color: #999999;
    text-align: right;
    font-size: 14px;
    padding-right: 10px;
  }

  .header-img-text {
    max-width: 320px;
    min-width: 250px;
    margin: 20px auto;
    padding: 10px 0;
    border-top: 1px dotted #999999;
    border-bottom: 1px dotted #999999;
    text-align: center;
  }
  .header-img-text .small-sub {
    color: #d70051;
  }
  .header-img-text p {
    line-height: 1.5;
    font-size: 16px;
    color: #2c252f;
  }
  .pln-exc-top-title {
    font-size: 24px;
  }
  .header-img-logo {
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    width: 90%;
    padding: 10px;
    margin: 180px auto 20px;
  }
  .header-img .header-img-logo img {
    width: 100%;
  }
  .header-description-wrapper {
    width: 80%;
    margin: 20px auto;
    background-color: white;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.3);
  }
  .header-description h1 {
    color: #223e98;
    font-size: 20px;
    text-align: center;
    padding: 5px;
  }
  .gnav__list .hide-sp {
    display: none;
  }

  .pln-exc-title,
  .cam-eqp-heading {
    text-align: center;
    padding: 40px 0 20px;
  }

  .stick {
    display: flex;
    border-bottom: 6px #233e99 solid;
    width: 8%;
    margin: 0 auto 15px;
  }

  .cam-eqp-heading .cam-eqp-top-title {
    font-size: 24px;
  }

  .pln-exc-desc {
    padding: 10px;
  }

  .pln-exc-content {
    width: 90%;
    margin: 0 auto;
  }

  .pln-exc-image {
    width: 100%;
    height: auto;
  }

  .pln-exc-image img {
    width: 100%;
  }

  .komikomi {
    display: block;
    width: 90%;
    margin: 0 auto;
    color: #b82803;
    font-weight: bold;
    text-align: center;
  }

  .black-title {
    display: flex;
    justify-content: center;
    background-color: #d80051;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin: 30px auto;
    font-size: 20px;
    width: 90%;
    font-weight: 900;
  }
  .pln-exc-othermerit-wrapper {
    margin: 20px 0;
  }
  .pln-exc-othermerit-wrapper {
    border: 3px #e5d9b3 solid;
  }
  .pln-exc-othermerit p {
    color: #485da7;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
  }
  .pln-exc-othermerit ul {
    display: block;
    margin-left: 10px;
    padding: 0;
  }
  .pln-exc-othermerit li {
    list-style: none;
    display: block;
    padding: 5px;
  }
  .pln-exc-othercont {
    display: flex;
    justify-content: space-between;
  }

  .pln-exc-etc {
    display: flex;
    width: 20%;
    align-items: flex-end;
    flex-direction: row;
  }

  .plus {
    font-size: 80px;
    line-height: 0.5;
    color: gray;
    text-align: center;
  }

  .pln-exc-op-title {
    background-color: #333333;
    color: #fff;
  }

  .pln-exc-ops {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .pln-exc-op {
    flex-basis: 48%;
    text-align: center;
  }
  .pln-exc-op-img {
    width: 100%;
  }
  .pln-exc-op-img img {
    width: 100%;
    height: 150px;
  }
  .color-red {
    color: rgb(230, 98, 98);
    font-size: 20px;
    font-weight: bold;
  }
  .big-word {
    font-weight: bold;
  }
  .use-price {
    margin-top: 40px;
  }
  .use-price-title {
    margin: 10px 0 30px;
  }
  .use-price-title h2 {
    text-align: center;
  }

  .use-price-img {
    width: 100%;
  }
  .use-price-img img {
    width: 100%;
    height: auto;
  }
  .use-price-otoku {
    width: 90%;
    margin: 20px auto;
  }
  .use-price-otoku img {
    width: 100%;
    height: auto;
  }
  .use-price-otoku p {
    font-size: 12px;
    color: #666666;
    text-align: right;
  }
  .use-price-caution {
    font-weight: bold;
    margin: 10px 0;
  }
  .use-price-caution p {
    font-size: 16px;
    color: #bb2f0c;
    text-align: center;
  }

  /* 予約項目 */
  .reservation-wrapper {
    padding: 10px;
    margin: 40px auto;
    text-align: center;
    background-color: #faecc7;
  }
  .reservation-wrapper h3 {
    font-size: 20px;
    color: #333433;
    font-weight: 900;
  }
  .reservation-wrapper p {
    color: #a64600;
  }
  .pulldown-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    margin: 10px auto 20px;
  }
  .pulldown-wrapper select {
    width: 130px;
    font-size: 16px;
    padding: 0.2em;
    margin: 10px 5px 20px;
    border-radius: 4px;
  }

  .pulldown-wrapper .third-button {
    align-items: center;
    margin: 0 20px;
    padding: 0.4em;
    text-align: center;
    width: 300px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    background-color: #b92700;
    transition: 0.1s;
    border-radius: 50px;
    border-bottom: 5px solid #b84c00;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  }
  .third-button:hover {
    margin-top: 3px;
    text-decoration: none;
    background-color: #fc745d;
    color: #fff;
    border-bottom: 2px solid #b84c00;
  }
  .third-button:active {
    text-decoration: none;
    background-color: #ffa697;
    color: #fff;
  }
  .reservation-caution {
    padding-left: 8%;
    text-align: left;
  }

  .cam-eqp-img {
    width: 100%;
    padding: 20px 0 0;
  }
  .cam-eqp-img img {
    width: 100%;
    height: auto;
  }

  .cam-eqp-lists-wrapper {
    background-color: #223e98;
  }
  .cam-eqp-lists {
    display: block;
    width: 95%;
    margin: 0px auto;
    padding: 20px 0;
  }
  .cam-eqp-lists li {
    display: block;
    font-size: 18px;
    list-style: none;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
  }

  .cam-eqp-contents {
    width: 95%;
    margin: 20px auto;
  }
  .cam-eqp-cars {
    display: flex;
    justify-content: space-between;
  }
  .cam-eqp-car-wrapper {
    flex-basis: 48%;
    background-color: #e6e6e6;
  }
  .cam-eqp-car-wrapper .cam-eqp-car {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
  }
  .cam-eqp-car-wrapper .cam-eqp-car h4 {
    color: #5d70ae;
    font-size: 24px;
    font-weight: bold;
  }
  .cam-eqp-car-wrapper .cam-eqp-car .cam-eqp-button {
    display: block;
    color: #5a5030;
    font-weight: bold;
    border-radius: 14px;
    background-color: #ffc61a;
    padding: 5px;
  }
  .cam-eqp-car-wrapper .cam-eqp-car .cam-eqp-button:hover {
    background-color: #ffdc72;
  }
  .free-red-title {
    font-size: 24px;
    color: rgb(129, 32, 32);
    font-weight: bold;
    text-align: center;
  }
  .free-service {
    margin: 20px 0;
  }
  .uni-pln-wrapper {
    border: 3px #e7dbb8 solid;
    text-align: center;
    position: relative;
    display: block;
    padding: 10px;
    margin: 50px 0;
  }
  .uni-pln-wrapper:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 36px solid #e7dbb8;
  }

  .uni-pln-wrapper:after {
    content: "";
    position: absolute;
    bottom: -48px;
    left: 50%;
    margin-left: -18px;
    border: 18px solid transparent;
    border-top: 36px solid #fff;
    z-index: 1;
  }
  .uni-pln-wrapper .uni-pln-main-txt {
    color: #8a732f;
    font-size: 24px;
  }

  .uni-pln-day-wrapper {
    text-align: center;
  }
  .uni-pln-day {
    margin: 20px 0;
  }
  .uni-pln-day-prices {
    display: flex;
    justify-content: center;
  }
  .uni-pln-day-name {
    display: block;
    width: 50%;
    font-size: 20px;
    border-radius: 5px;
    padding: 5px;
    margin: 0 auto;
  }
  .uni-pln-day-price {
    background-color: #f2f2f2;
    padding: 5px;
    margin: 5px;
    width: 40%;
    border-radius: 5px;
    border: 3px #dcdcdc solid;
  }

  .uni-pln-day-price .uni-pln-day-title {
    color: blue;
    font-size: 20px;
  }

  .uni-pln-day-price .uni-pln-day-txt .big-price {
    font-size: 24px;
    color: red;
  }

  .uni-pln-uptext {
    font-size: 20px;
  }
  .uni-pln-downtext {
    font-size: 20px;
    font-weight: bold;
  }

  .res-alert {
    width: 90%;
    margin: 0 auto;
    border: solid #d9d9d9 2px;
    padding: 10px;
  }
  .res-alert h4 {
    padding-top: 20px;
  }

  .res-alert-wrapper h4 {
    font-size: 20px;
    text-align: center;
    font-weight: 900;
  }

  .res-alert-img {
    width: 100%;
  }

  .res-alert-img img {
    width: 100%;
    height: auto;
  }
  .res-alert-red p {
    color: red;
    font-weight: bold;
    margin: 10px 0;
  }
  .res-alert-res-wrapper {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px 0;
  }
  .res-alert-res-wrapper img {
    width: 100%;
  }

  .res-jump-wrapper {
    text-align: center;
  }

  .res-jump-place {
    margin: 10px 0;
  }

  .res-jump-place p {
    font-size: 16px;
  }

  .res-jump-place .res-jump-button {
    display: block;
    width: 80%;
    background-color: #b82700;
    border-radius: 20px;
    padding: 10px;
    margin: 0 auto;
  }
  .res-jump-place .res-jump-button p {
    color: #fff;
    font-size: 18px;
  }
  .res-jump-place .res-jump-button:hover {
    background-color: #ff5d32;
  }

  .footer-hands-up {
    color: #fff;
    background-color: #333333;
    padding: 15px 15px 15px 0px;
  }
  .footer-hands-up h4 {
    text-align: center;
    font-size: 18px;
    padding: 5px;
  }
  .footer-hands-up ul li {
    text-indent: -1em;
    list-style: none;
    margin-bottom: 5px;
  }
  .footer-question {
    background-color: #d9d9d9;
    padding: 15px;
  }
  .footer-question .big-word {
    font-size: 18px;
    font-weight: bold;
  }
  .footer-copy-right {
    text-align: center;
    padding: 5px 0;
  }

  /*横道編集*/

  footer {
    margin: 40px auto 0;
    width: 100%;
    background-color: gainsboro;
    padding: 30px 0;
  }

  img {
    width: 100%;
  }

  .auto_scroll {
    width: 100%;
    margin: 0 auto;
    margin: 15px 0 15px;
  }

  #loopslider {
    margin: 0 auto;
    width: 100%;
    height: 100px;
    text-align: left;
    position: relative;
    overflow: hidden;
  }

  #loopslider ul {
    height: 100px;
    float: left;
    display: inline;
    overflow: hidden;
    padding: 0;
  }

  #loopslider ul li {
    width: 150px;
    height: 100px;
    float: left;
    display: inline;
    overflow: hidden;
    padding: 0 10px;
  }

  #loopslider ul li img {
    width: 150px;
    height: 100px;
  }

  #loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }

  #loopslider ul {
    display: inline-block;
    overflow: hidden;
  }

  .header_top_img_sp img {
    width: 100%;
    height: auto;
    padding-top: 16.5vw;
  }

  .sp_unactive {
    display: none;
  }

  .explan_wrapper {
    width: 100%;
    margin: 20px auto 30px;
  }

  .explan_wrapper_backimg {
    background-image: url(../img/hoshinolp_explan_back_sp.jpg);
    background-size: cover;
    padding-bottom: 20px;
    background-repeat: no-repeat;
  }

  .explan_wrapper h1 {
    font-size: 5vw;
    font-weight: 900;
    color: white;
    text-align: center;
    padding: 45px 0 20px 0;
    letter-spacing: 1.5px;
    line-height: 1.8em;
  }

  .explan_detail_wrapper {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.4px;
  }

  .explan_detail_wrapper h2 {
    font-weight: 900;
    font-size: 4.5vw;
    margin-bottom: 20px;
    color: #000;
  }

  .explan_detail_wrapper p {
    font-size: 4vw;
    line-height: 1.8em;
    text-align: left;
  }

  .explan_region_wrapper {
    font-size: 4vw;
    text-align: center;
    margin: 0 auto 40px;
    width: 90%;
  }

  .explan_region_wrapper p {
    border-top: dotted 1px #111;
    border-bottom: dotted 1px #111;
    padding: 15px 0;
    line-height: 2em;
  }

  .reservation_wrapper {
    width: 90% !important;
    margin: 0 auto !important;
    padding: 20px;
    background-color: #f7ee12;
  }

  .reservation_wrapper h3 {
    font-weight: 900 !important;
    font-size: 5vw !important;
    color: #000 !important;
    text-align: center !important;
    margin: 10px 0 16px 0 !important;
    line-height: 1em !important;
  }

  .pulldown_wrapper {
    display: flex;
    justify-content: center;
  }

  select {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    margin: 4px 0 20px;
    font-size: 3.5vw;
  }

  .first_pulldown,
  .second_pulldown {
    width: 50%;
  }

  .second_pulldown {
    margin-left: 10px;
  }

  .third_button {
    display: block;
    width: 100%;
    background-color: #e90173;
    border-radius: 25px;
    margin: 0 auto;
    text-align: center;
    color: white !important;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 0;
    font-size: 4.5vw;
    border-bottom: 3px solid #d00065;
  }

  .third_button:hover {
    background-color: #d00065;
    text-decoration: none;
    color: #000;
  }

  .plan_wrapper {
    background-color: #044496;
    padding: 30px 0;
  }

  .plan_wrapper h2 {
    text-align: center;
    color: white;
    font-weight: 900;
    font-size: 5.5vw;
    letter-spacing: 1px;
    line-height: 2.4em;
    width: 80%;
    margin: 0 auto;
  }

  .plan_wrapper img {
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
  }

  .benefit_wrapper {
    width: 90%;
    margin: 20px auto;
    padding: 25px 15px;
    background-color: #ffffcb;
  }

  .benefit_cell {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
  }

  .benefit_cell h3 {
    font-weight: 900;
    text-align: center;
    font-size: 4.5vw;
    background: linear-gradient(transparent 50%, #f7ee12 50%);
    margin: 0 auto 10px;
    border-radius: 25px;
    width: 50%;
  }

  .benefit_cell h4 {
    font-weight: 900;
    text-align: center;
    font-size: 5vw;
  }

  .benefit_cell img {
    width: 100%;
    height: auto;
    margin: 5px 0 10px 0;
  }

  .benefit_cell p {
    text-align: left;
    font-size: 4vw;
    line-height: 1.5em;
  }

  .exbenefit_wrapper {
    width: 100%;
    margin: 60px auto 40px;
  }

  .exbenefit_title {
    background-color: #00005c;
    width: 100%;
    padding: 10px 0 5px 0;
  }

  .exbenefit_title h2 {
    color: #f7ee12;
    font-size: 5vw;
    text-align: center;
    font-weight: 900;
    letter-spacing: 1.5px;
  }

  .exbenefit_title img {
    margin: 0 auto 5px;
    display: block;
    width: 90px;
    height: auto;
  }

  .exbenefit_box {
    display: table;
  }

  .exbenefit_box .sp_color {
    background-color: #efefef;
  }

  .exbenefit_cell {
    display: table-cell;
    width: 50%;
    padding: 10px 20px 20px 20px;
    text-align: center;
  }

  .exbenefit_cell h4 {
    display: inline-block;
    font-weight: 900;
    font-size: 3.5vw;
    width: 100%;
  }

  .exbenefit_cell img {
    width: 40vw;
    height: 26.5vw;
    margin: 5px 0 5px 0;
  }

  .exbenefit_cell p {
    text-align: left;
    font-size: 3vw;
    line-height: 1.5em;
  }

  .exbenefit_btn {
    background-color: #0000d4;
    color: white;
    text-align: center;
    display: block;
    width: 90%;
    margin: 30px auto 0;
    padding: 10px 0;
    border-radius: 25px;
    font-size: 4.5vw;
    border-bottom: 3px solid #00005c;
  }

  .exbenefit_btn a {
    color: #fff;
    text-decoration: none;
  }

  .exbenefit_btn:hover {
    background-color: #00005c;
    cursor: pointer;
  }

  .popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
  }
  .popup.is-show {
    opacity: 1;
    visibility: visible;
  }
  .popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 90%;
    background-color: #fff;
    overflow-y: scroll;
    z-index: 10;
  }
  .popup-inner img {
    width: 100%;
  }
  .close-btn {
    position: fixed;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }
  .close-btn i {
    font-size: 7vw;
    color: #fff;
  }
  .black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }

  .price_wrapper {
    width: 100%;
    margin: 0 auto 50px;
    background-color: #ffffcb;
    padding: 30px 0 30px;
  }

  .price_wrapper .sp_size {
    font-size: 7vw !important;
  }

  .price_wrapper h2 {
    font-size: 5vw;
    font-weight: 900;
    text-align: center;
    border-bottom: dotted 1px #000;
    display: block;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .price_wrapper h3 {
    margin: 20px 0 0;
    font-size: 3.5vw;
    text-align: center;
    line-height: 2.5em;
    font-weight: 900;
  }

  .price_wrapper p {
    margin: 0 0 10px;
    font-size: 2.5vw;
    text-align: center;
  }

  .price_wrapper table {
    background-color: white;
    text-align: center;
    vertical-align: middle;
    width: 85%;
    margin: 0 auto 30px;
    font-size: 3vw;
    line-height: 1.3em;
  }

  .price_wrapper th {
    background-color: #a7a7a7;
    border: solid 1px #000;
    border-collapse: collapse;
    font-weight: normal;
    padding: 5px 0;
  }

  .price_wrapper td {
    border: solid 1px #000;
    border-collapse: collapse;
    padding: 8px 5px;
    font-size: 3.5vw;
    font-weight: bold;
  }

  .price_wrapper td span {
    font-size: 2vw !important;
  }

  .price_table_day {
    padding: 10px 10px !important;
    font-weight: normal !important;
    font-size: 3vw !important;
  }

  .other_wrapper {
    width: 90%;
    margin: 0 auto;
  }

  .planing_content {
    margin: 60px 0 30px;
  }

  .planing_content h3 {
    font-size: 5vw;
    font-weight: 900;
    text-align: center;
    border-bottom: dotted 1px #000;
    padding-bottom: 8px;
    margin-bottom: 5px;
  }

  .planing_content p {
    padding: 20px 10px 10px 10px;
    font-size: 4vw;
  }

  .question_content h3 {
    font-size: 5vw;
    font-weight: 900;
    text-align: center;
    border-bottom: dotted 1px #000;
    padding-bottom: 8px;
    margin-bottom: 5px;
  }

  * {
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  /* アコーディオンメニュー全体のサイズ・位置 */
  .ac {
    padding: 10px 0;
    margin: 10px auto 0;
  }

  /* クリック領域 */
  .ac-parent {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    background-color: #dee0ff;
    text-align: left;
    cursor: pointer;
    padding: 11px 15px;
    font-size: 4vw;
    margin-top: 10px;
    justify-content: space-between;
  }

  .ac-parent div img {
    height: 20px;
    width: auto;
  }

  .ac-parent img {
    height: 10px;
    width: auto;
  }

  /* クリックしたら表示される領域 */
  .ac-child {
    display: none;
    padding: 10px 5px;
    text-align: left;
    font-size: 3.5vw;
  }

  .review_wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffcb;
    padding-top: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .review_list {
    padding: 20px;
  }

  .review_wrapper h2 {
    font-size: 5vw;
    font-weight: 900;
    text-align: center;
    margin: 0;
  }

  .review_cell {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 10px;
    background-color: #fbbf06;
    margin-bottom: 15px;
    align-items: center;
  }

  .review_cell_img {
    width: 80px;
  }

  .review_cell_img_case {
    width: 80px;
    height: 80px;
  }

  .review_cell_img img {
    display: inline-block;
    width: 70px; /* ※縦横を同値に */
    height: 70px; /* ※縦横を同値に */
    border-radius: 50%; /* 角丸半径を50%にする(=円形にする) */
    margin: 5px;
  }

  .review_cell_tit {
    width: 100%;
    margin-left: 10px;
  }

  .review_cell_img h3 {
    font-size: 4vw;
    text-align: center;
  }

  .review_cell_tit h3 {
    font-size: 4.5vw;
    text-align: left;
    font-weight: 900;
  }

  .review_cell_tit p {
    font-size: 3.5vw;
    text-align: left;
  }

  .plan_tel {
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    font-weight: 900;
  }

  .plan_info {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    margin: 0 0 5px 0;
  }

  .plan_info_v {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 10px 0 0;
  }

  .tel_footer {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .tel_footer i {
    display: inline-block;
    width: 24px;
    height: 24px;
  }

  .tel_footer h2 {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 5px;
    font-size: 22px;
  }

  .tel_footer .fa-phone {
    color: gainsboro;
    background-color: #111;
    padding: 4px;
    border-radius: 50%;
    transform: scale(-1, 1);
  }

  .tel_footer .fa-phone:before {
    font-size: 16px;
  }

  .header_top_tel .fa-phone {
    transform: scale(-1, 1);
  }

  .header_top_tel .fa-phone:before {
    font-size: 20px;
  }

  .header_top_tit {
    display: flex;
  }

  .header_top_link {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding: 10px 5px;
  }

  .header_top_link h2 {
    font-size: 3vw;
    font-weight: 900;
    margin-bottom: 5px;
  }

  .header_top_link p {
    font-size: 2vw;
  }

  .header_top_tel {
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    background-color: #f7ee12;
    color: #00005c;
  }

  .header_top_tel h2 {
    font-size: 5.5vw;
    margin: 0;
    margin-left: 5px;
  }

  .header_top_tel .fa-phone:before {
    font-size: 5vw;
  }

  .header_top_tit {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 9;
    height: 16.5vw;
  }

  .facility_info {
    margin: 80px 0 50px;
  }

  .facility_info h3 {
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    border-bottom: dotted 1px #000;
    padding-bottom: 8px;
    margin-bottom: 5px;
  }

  .facility_info p {
    padding: 10px;
    font-size: 13px;
  }

  .facility_info li {
    padding: 10px;
    font-size: 13px;
  }
  .facility_info a {
    font-size: 10px;
  }
  .facility_info_detail li {
    font-size: 10px;
  }
}
