@charset "UTF-8";
/* ===============================================
# サイト追尾
=============================================== */
.side_fix {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 164px;
  padding-left: 0;
}
@media (max-width: 1023px) {
  .side_fix {
    display: none;
  }
}
.side_fix > :not(:last-child) {
  margin-bottom: 20px;
}
.side_fix .side-btn {
  position: relative;
  width: 300px;
  height: 80px;
  border-right: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #C19D48;
  border: solid 1px #fff;
  border-radius: 100px 0 0 100px;
  list-style: none;
}
.side_fix .side-btn:hover {
  -webkit-transform: translateX(-219px);
          transform: translateX(-219px);
}
.side_fix .side-btn.line {
  background: #70a444;
  position: relative;
}
.side_fix .side-btn.line::before {
  content: "LINE";
  display: block;
  font-size: 11px;
  font-weight: bold;
  font-family: "Yu Gothic Medium", YuGothic, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #70a444;
  width: 32px;
  height: 32px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: auto;
  left: -10px;
  right: auto;
  border-radius: 50%;
  border: solid 1px #70a444;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.side_fix .side-btn > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-decoration: none;
}
.side_fix .icon {
  width: 80px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.side_fix .icon img {
  max-width: 30px;
  display: block;
}
.side_fix .ttl {
  color: #fff;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}

/* ===============================================
# header
=============================================== */
.hdr_info_more {
  margin: 0;
}
.hdr_info_more a {
  height: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  min-width: 112px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}
.hdr_info_more a .icon {
  position: relative;
  display: block;
}
.hdr_info_more.tel a {
  background: #C19D48;
  font-size: 15px;
}
.hdr_info_more.tel a .icon {
  padding-top: 2.375em;
}
.hdr_info_more.tel a .icon::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(/wp-content/uploads/tel_icon.png) no-repeat center/1.8666666667em;
  position: absolute;
  top: 0;
  font-size: 16px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hdr_info_more.reservation a {
  background: #178B4E;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hdr_info_more.reservation a .icon {
  padding-top: 2.375em;
}
.hdr_info_more.reservation a .icon::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(/wp-content/uploads/reserve.png) no-repeat center/1.75em;
  position: absolute;
  top: 0;
  font-size: 16px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hdr_info_more.reservation a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hdr_info_more.line a {
  background: #70a444;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hdr_info_more.line a .icon {
  padding-top: 2.375em;
}
.hdr_info_more.line a .icon::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(/wp-content/uploads/line_icon.png) no-repeat center/1.75em;
  position: absolute;
  top: 0;
  font-size: 16px !important;
  bottom: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hdr_info_more.line a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .gnav {
  padding-right: 360px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fs16 {
    font-size: 16px !important;
  }
}

/* ===============================================
# フッター追尾
=============================================== */
#id_name {
  z-index: 101;
  width: 100%;
}
#id_name .container {
  padding: 0;
}
#id_name .sp {
  display: none;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  background: #fff;
}
@media (max-width: 767px) {
  #id_name .sp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#id_name .sp > * {
  width: 100%;
}
#id_name .sp > *:not(:last-child) {
  position: relative;
}
#id_name .sp > *:not(:last-child):before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.4);
  width: 1px;
}
#id_name .sp .btn {
  padding: 6px 0 4px;
  background: #178B4E;
}
#id_name .sp .btn.btn_no01 {
  background: #C19D48;
}
#id_name .sp .btn.btn_no04 {
  background: #C19D48;
}
#id_name .sp .btn.btn_no03 {
  background: #70a444;
}
#id_name .sp .ttl {
  text-align: center;
  margin-top: 2px;
}
#id_name .sp .ttl .out_link {
  position: relative;
  padding-right: 1.5em;
  display: inline-block;
}
#id_name .sp .ttl .out_link:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  background: url(/wp-content/uploads/tab.png) no-repeat center/100%;
}
#id_name .sp .icon {
  max-width: 20px;
  margin: auto;
}
#id_name .sp .icon img {
  width: 100%;
}
#id_name .sp a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  display: grid;
  font-weight: bold;
}
#id_name .sp span,
#id_name .sp p {
  font-size: 12px;
}

/* ===============================================
# 241216
=============================================== */
body:not(.home) {
  /* ===============================================
  # メリット
  =============================================== */
  /* ===============================================
  # ステップ
  =============================================== */
  /* ===============================================
  # 料金表
  =============================================== */
}
body:not(.home) .table-text-small {
  font-size: clamp(12px, vw(14), 16px);
}
body:not(.home) .block {
  display: inline-block;
}
@media (min-width: 768px) {
  body:not(.home) .sp-only {
    display: none;
  }
}
body:not(.home) .merit_box2 .merit_color {
  color: #C19D48;
}
body:not(.home) .step_box3 {
  position: relative;
}
body:not(.home) .step_box3 .step_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 425px) {
  body:not(.home) .step_box3 .step_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body:not(.home) .step_box3 .step_flex::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0) !important;
  border-top-color: #178B4E !important;
  border-width: 30px !important;
  margin-left: -30px !important;
  z-index: 20 !important;
}
body:not(.home) .step_box3 .step_flex .step_area {
  background: #178B4E;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  body:not(.home) .step_box3 .step_flex .step_area {
    min-width: 120px;
  }
}
@media (max-width: 425px) {
  body:not(.home) .step_box3 .step_flex .step_area {
    padding: 0 20px;
  }
}
body:not(.home) .step_box3 .step_flex .step_area p {
  color: #fff;
}
body:not(.home) .step_box3 .step_flex .step_area p .s_s {
  font-size: 20px;
}
body:not(.home) .step_box3 .step_flex .step_area p .s_b {
  font-size: 24px;
}
body:not(.home) .step_box3 .step_flex .content_area {
  padding: 30px 20px;
  background: #fff;
}
body:not(.home) .step_box3 .step_flex .content_area .color_r {
  color: #178B4E;
}
body:not(.home) .step_box3 .step_flex:last-child::after {
  display: none;
}
body:not(.home) .table-menu02 th,
body:not(.home) .table-menu02 td {
  padding: 19px 40px;
}
@media (max-width: 767px) {
  body:not(.home) .table-menu02 th,
  body:not(.home) .table-menu02 td {
    padding: 16px 20px;
    display: block;
  }
}
@media (max-width: 767px) {
  body:not(.home) .table-menu02 th:empty,
  body:not(.home) .table-menu02 td:empty {
    display: none;
  }
}
body:not(.home) .table-menu02 th {
  text-align: left;
  background: rgba(23, 139, 78, 0.1);
}
body:not(.home) .table-menu02 th:nth-of-type(2) {
  background: rgba(23, 139, 78, 0.3);
}
body:not(.home) .table-menu02 td {
  background: #fff;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
@media (min-width: 768px) {
  body:not(.home) .table-menu02 td {
    text-align: right;
  }
}
body:not(.home) .table-menu02 thead th {
  background: rgba(23, 139, 78, 0.8);
  color: #fff;
}
body:not(.home) .table-menu02 thead th:empty {
  background: rgba(23, 139, 78, 0.8);
}
body:not(.home) .table-menu02 tbody tr:last-of-type {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
body:not(.home) .table-menu02 tbody th {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
body:not(.home) .table-menu02 tbody th:empty {
  border-top: none;
  background: rgba(23, 139, 78, 0.1);
}
body:not(.home) .table-menu02 tbody th + th {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}/*# sourceMappingURL=style.css.map */