@charset "UTF-8";
/*=======================================================================
Common Variable
=======================================================================*/
/* color */
/*=======================================================================
Common css
=======================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
.lg {
  display: block !important; }

.lg-tb {
  display: block !important; }

.tb {
  display: none !important; }

.md {
  display: none !important; }

/* align */
.align-l {
  text-align: left !important; }

.align-c {
  text-align: center !important; }

.align-r {
  text-align: right !important; }

@media print, screen and (max-width: 1024px) {
  .lg {
    display: none !important; }

  .tb {
    display: block !important; } }
@media print, screen and (max-width: 768px) {
  .lg-tb {
    display: none !important; }

  .tb {
    display: none !important; }

  .md {
    display: block !important; } }
html {
  -webkit-text-size-adjust: 100%; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, img, small, strong, b, i, dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, section, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

article, aside, footer, header, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select, textarea {
  vertical-align: middle;
  border-radius: 0; }

a {
  text-decoration: none;
  color: inherit; }

a:visited {
  text-decoration: none; }

li img {
  vertical-align: middle; }

a:active {
  text-decoration: none; }

em {
  font-style: normal; }

input[type=text], textarea {
  -webkit-appearance: none; }

input[type=radio], select {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type=checkbox] {
  margin: 0;
  padding: 0;
  border: 0; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

.blind, legend {
  display: block;
  overflow: hidden;
  position: absolute;
  top: -1000em;
  left: 0; }

.cp-blind, caption {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 0; }

address {
  font-style: normal; }

img {
  max-width: 100%;
  vertical-align: top; }

html, body, * {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', NotoSansJP, 游ゴシック体, YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 游ゴシック, 'Yu Gothic', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif; }

button {
  cursor: pointer;
  background: transparent; }

body {
  background: #fff;
  color: #231916;
  font-size: 16px; }

/*=======================================================================
layout css
=======================================================================*/
/* fonts */
.wrapper {
  overflow: hidden;
  min-width: 320px; }

#header {
  position: absolute;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%; }
  #header .inner-static {
    max-width: 1194px; }

#h-logo {
  float: center;
  margin-top: 80px;
  width: 357px;
  height: 62px;
  background: url(../imgs/h_logo.png) no-repeat 0 0; }

.inner-static {
  position: relative;
  max-width: 1194px;
  margin: 0 10px; }
  .inner-static::after {
    content: '';
    display: table;
    clear: both; }

#spot {
  background: url(../imgs/spot_01.jpg) no-repeat center top/cover; }
  #spot .inner-static {
    display: block;
    min-height: 810px; }
  #spot .spot-cnt {
    position: relative;
    padding-top: 256px;
    max-width: 920px; }
    #spot .spot-cnt span, #spot .spot-cnt strong {
      display: block; }
    #spot .spot-cnt img {
      max-width: 100%;
      vertical-align: top; }
    #spot .spot-cnt .spot-tx1 {
      margin-bottom: 25px;
      text-align: center; }
    #spot .spot-cnt .spot-tx2 {
      margin-bottom: 35px;
      text-align: center; }

.bx-pr {
  display: table;
  clear: both;
  position: relative;
  margin-bottom: 30px;
  padding: 15px 30px;
  max-width: 920px;
  width: 100%;
  background: #fff;
  border-radius: 7px;
  box-sizing: border-box; }
  .bx-pr::after {
    content: '';
    position: absolute;
    top: -17px;
    right: 25px;
    width: 69px;
    height: 69px;
    background: url(../imgs/ico_bx1.png) no-repeat 0 0; }
  .bx-pr > .cnt-l {
    float: left;
    width: 352px;
    height: 100%;
    padding: 15px 30px 15px 0;
    box-sizing: border-box; }
    .bx-pr > .cnt-l > .tit {
      display: block;
      margin-bottom: 22px;
      padding: 7px 5px;
      background: #ea5413;
      border-radius: 5px;
      color: #fff;
      font-family: dnp-shuei-mgothic-std, sans-serif;
      font-weight: 600;
      font-size: 1.5em;
      line-height: 1.05;
      text-align: center; }
    .bx-pr > .cnt-l > .tx1 {
      color: #ea5413;
      font-family: toppan-bunkyu-midashi-go-std, sans-serif;
      font-weight: 900;
      font-size: 2.813em;
      line-height: 1.05;
      text-align: center; }
      .bx-pr > .cnt-l > .tx1 span {
        font-size: 0.489em; }
  .bx-pr > .cnt-r {
    float: left;
    width: calc(100% - 352px);
    padding: 8px 0 8px 40px;
    border-left: 1px solid #ea5413;
    box-sizing: border-box; }
    .bx-pr > .cnt-r > .ins {
      margin-bottom: 10px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .bx-pr > .cnt-r > .ins .circle {
        display: inline-block;
        padding-top: 18px;
        width: 70px;
        height: 70px;
        background: #ea5413;
        border-radius: 50%;
        color: #fff;
        font-family: toppan-bunkyu-midashi-go-std, sans-serif;
        font-weight: 900;
        font-size: 1em;
        line-height: 1.2;
        text-align: center;
        box-sizing: border-box; }
      .bx-pr > .cnt-r > .ins .vol {
        padding: 0 16px 0 22px;
        color: #ea5413;
        font-family: 'Noto Serif JP', serif;
        font-weight: 700;
        font-size: 4em;
        line-height: 1.05; }
      .bx-pr > .cnt-r > .ins em {
        text-align: center; }
        .bx-pr > .cnt-r > .ins em .unit1 {
          display: inherit;
          color: #ea5413;
          font-family: 'Noto Sans JP', sans-serif;
          font-size: 0.75em;
          font-weight: 400;
          line-height: 1.05; }
        .bx-pr > .cnt-r > .ins em .unit2 {
          color: #ea5413;
          font-family: toppan-bunkyu-midashi-go-std, sans-serif;
          font-weight: 900;
          font-size: 2.125em;
          line-height: 1.3; }
    .bx-pr > .cnt-r > .tx2 {
      margin-bottom: 10px;
      font-family: toppan-bunkyu-midashi-go-std, sans-serif;
      font-weight: 900;
      font-size: 1.125em;
      line-height: 1.05;
      letter-spacing: 0.5px; }
    .bx-pr > .cnt-r > .tx3 {
      font-family: dnp-shuei-mgothic-std, sans-serif;
      font-weight: 600;
      font-size: 1em;
      line-height: 1.05;
      word-break: keep-all; }

.bx-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 920px; }
  .bx-contact > a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 25px;
    width: calc((100% - 6px) / 2);
    height: 80px;
    color: #fff;
    text-align: center;
    transition: all 0.25s linear;
    box-sizing: border-box; }
    .bx-contact > a::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 25px;
      margin-top: -13px;
      width: 40px;
      height: 26px;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 40px 26px; }
    .bx-contact > a strong {
      padding-left: 60px; }
    .bx-contact > a.bx-a1 {
      background: #68bf00; }
      .bx-contact > a.bx-a1::after {
        background-image: url(../imgs/ico_mail.png); }
      .bx-contact > a.bx-a1 > .reservation {
        padding-left: 60px;
        font-family: toppan-bunkyu-midashi-go-std, sans-serif;
        font-weight: 900;
        font-size: 1.438em;
        line-height: 1.05; }
      .bx-contact > a.bx-a1:hover {
        background: #00bf28; }
    .bx-contact > a.bx-a2 {
      background: #fe7300; }
      .bx-contact > a.bx-a2::after {
        background-image: url(../imgs/ico_record.png); }
      .bx-contact > a.bx-a2:hover {
        background: #fe4900; }
      .bx-contact > a.bx-a2 strong > .vol1 {
        display: block;
        font-family: 'Noto Serif JP', serif;
        font-size: 2.25em;
        line-height: 1.05;
        letter-spacing: 9px; }
      .bx-contact > a.bx-a2 strong > .vol2 {
        display: block;
        margin-top: 5px;
        font-size: 0.813em;
        line-height: 1.05; }

.wrap-ex {
  max-width: 100%;
  padding: 25px 0;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-size: 1.125em;
  text-align: center; }

.link-c1 {
  position: relative;
  display: inline-block;
  vertical-align: baseline; }
  .link-c1 span {
    color: #ea5413;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    line-height: 1.05;
    border-bottom: 1px solid #ea5413;
    transition: border 0.25s linear; }
  .link-c1:hover span {
    border-bottom: 1px solid transparent; }

.tx-c1 {
  color: #f0830a; }

.tx-c2 {
  color: #6fb92e; }

.wrap-sect1 {
  position: relative;
  padding: 80px 0 35px;
  background: linear-gradient(180deg, #ffdb43 0%, #faf571 25%, #fff3c1 50%, #fff6d1 75%, #fff6d1 100%); }
  .wrap-sect1 .inner-static {
    margin: 0 auto;
    max-width: 1000px; }

.wrap-question .tx1 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-size: 2.25em;
  line-height: 1.6;
  text-align: center; }
.wrap-question .image {
  margin: -30px auto 0;
  text-align: center; }
  .wrap-question .image img {
    max-width: 100%; }
.wrap-question .tx2 {
  text-align: center; }
  .wrap-question .tx2 em {
    position: relative;
    display: inline-block;
    padding: 0 50px;
    vertical-align: top; }
    .wrap-question .tx2 em::before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -32px;
      width: 44px;
      height: 64px;
      background: url(../imgs/tit_line1_l.png) no-repeat 0 0; }
    .wrap-question .tx2 em::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -32px;
      width: 44px;
      height: 64px;
      background: url(../imgs/tit_line1_r.png) no-repeat 0 0; }
    .wrap-question .tx2 em .vol1 {
      font-family: toppan-bunkyu-midashi-go-std, sans-serif;
      font-weight: 900;
      font-size: 1.875em;
      line-height: 1.3; }
    .wrap-question .tx2 em .vol2 {
      font-family: toppan-bunkyu-midashi-go-std, sans-serif;
      font-weight: 900;
      font-size: 2.25em;
      line-height: 1.3; }

.wrap-sect2 {
  position: relative;
  padding-top: 80px;
  background: #fff; }

.tit1 {
  text-align: center; }
  .tit1 > .vol1_1 {
    display: block;
    color: #f39800;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-size: 1.875em;
    line-height: 1.3; }
  .tit1 > .vol1_2 {
    display: block;
    color: #f39800;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-size: 2.25em;
    line-height: 1.3; }
  .tit1 strong {
    display: block;
    color: #ea5413; }
    .tit1 strong .vol2 {
      font-family: 'Noto Serif JP', serif;
      font-size: 5.625em;
      line-height: 0.8; }
    .tit1 strong .vol3 {
      font-family: toppan-bunkyu-midashi-go-std, sans-serif;
      font-weight: 900;
      font-size: 2.25em;
      line-height: 1.3; }
    .tit1 strong .vol4 {
      font-family: toppan-bunkyu-midashi-go-std, sans-serif;
      font-weight: 900;
      font-size: 3.75em;
      line-height: 1.3; }
    .tit1 strong .vol5 {
      font-family: toppan-bunkyu-midashi-go-std, sans-serif;
      font-weight: 900;
      font-size: 3em;
      line-height: 1.3; }
    .tit1 strong .vol6 {
      font-family: toppan-bunkyu-midashi-go-std, sans-serif;
      font-weight: 900;
      font-size: 1.875em;
      line-height: 1.3; }

.wrap-point {
  position: relative;
  margin-top: 30px;
  padding: 80px 0 100px;
  background: #fdebd1 url(../imgs/tit_bg1.png) no-repeat top center; }

.wrap-bx-point {
  margin-bottom: 55px;
  display: flex;
  justify-content: space-between; }

.bx-point {
  position: relative;
  padding: 60px;
  width: calc((100% - 34px) / 2);
  background: #fff;
  border-radius: 26px;
  box-shadow: 1px 1px 4px 1px #beb09d;
  box-sizing: border-box; }
  .bx-point .wrap-tit {
    position: absolute;
    top: -23px;
    left: 50%;
    margin-left: -220px;
    width: 440px; }
    .bx-point .wrap-tit > .tit {
      display: block;
      position: relative;
      margin: 0 auto;
      padding: 4px 20px;
      height: 46px;
      background: #f0830a;
      text-align: center;
      box-sizing: border-box;
      color: #fff;
      font-size: 1.75em;
      line-height: 1.05; }
      .bx-point .wrap-tit > .tit::before {
        content: '';
        position: absolute;
        top: 0;
        left: -18px;
        width: 18px;
        height: 46px;
        background: url(../imgs/tit_bg2_l.png) no-repeat 0 0; }
      .bx-point .wrap-tit > .tit::after {
        content: '';
        position: absolute;
        top: 0;
        right: -18px;
        width: 18px;
        height: 46px;
        background: url(../imgs/tit_bg2_r.png) no-repeat 0 0; }
      .bx-point .wrap-tit > .tit .num {
        display: inline-block;
        margin-left: 15px;
        width: 37px;
        height: 37px;
        background: #fff;
        border-radius: 50%;
        color: #f39800;
        line-height: 37px;
        text-align: center; }
  .bx-point .tx1 {
    color: #f0830a;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-size: 1.5em;
    line-height: 1.2;
    text-align: center; }
    .bx-point .tx1 > .vol1 {
      font-family: toppan-bunkyu-midashi-go-std, sans-serif;
      font-weight: 900;
      font-size: 1.5em; }
    .bx-point .tx1 > .vol2 {
      font-family: toppan-bunkyu-midashi-go-std, sans-serif;
      font-weight: 900;
      font-size: 1.33em; }
  .bx-point .lst-tx {
    margin: 10px 0; }
    .bx-point .lst-tx li {
      padding: 12px 0;
      border-bottom: 2px solid #f0830a;
      font-family: toppan-bunkyu-midashi-go-std, sans-serif;
      font-weight: 900;
      font-size: 1.125em;
      line-height: 1.5; }
      .bx-point .lst-tx li .tx-c1 {
        font-family: toppan-bunkyu-midashi-go-std, sans-serif;
        font-weight: 900; }
      .bx-point .lst-tx li:last-child {
        border-bottom: none !important; }
  .bx-point.type1 {
    background: #fff url(../imgs/point_img1.png) no-repeat bottom right; }
    .bx-point.type1 .wrap-tit strong {
      background: #6fb92e; }
      .bx-point.type1 .wrap-tit strong::before {
        background: url(../imgs/tit_bg3_l.png) no-repeat 0 0; }
      .bx-point.type1 .wrap-tit strong::after {
        background: url(../imgs/tit_bg3_r.png) no-repeat 0 0; }
      .bx-point.type1 .wrap-tit strong .num {
        color: #6fb92e; }
    .bx-point.type1 .tx1 {
      color: #6fb92e; }
    .bx-point.type1 .lst-tx {
      max-width: 310px; }
      .bx-point.type1 .lst-tx li {
        border-bottom: 2px solid #6fb92e; }
  .bx-point.type2 {
    width: 100%; }
    .bx-point.type2 .wrap-tit strong {
      background: #5fb6e7; }
      .bx-point.type2 .wrap-tit strong::before {
        background: url(../imgs/tit_bg4_l.png) no-repeat 0 0; }
      .bx-point.type2 .wrap-tit strong::after {
        background: url(../imgs/tit_bg4_r.png) no-repeat 0 0; }
      .bx-point.type2 .wrap-tit strong .num {
        color: #5fb6e7; }
    .bx-point.type2 .wrap-cnt {
      display: table;
      clear: both;
      position: relative;
      width: 100%; }
      .bx-point.type2 .wrap-cnt .cnt-l {
        float: left; }
        .bx-point.type2 .wrap-cnt .cnt-l > .tit {
          display: block;
          margin: 0 auto;
          padding: 8px 5px;
          max-width: 262px;
          background: #5fb6e7;
          border-radius: 6px;
          color: #fff;
          font-family: dnp-shuei-mgothic-std, sans-serif;
          font-weight: 600;
          font-size: 1.5em;
          line-height: 1.05;
          text-align: center;
          box-sizing: border-box; }
        .bx-point.type2 .wrap-cnt .cnt-l .one {
          padding: 15px 0 35px;
          display: flex;
          justify-content: center;
          align-items: center; }
          .bx-point.type2 .wrap-cnt .cnt-l .one > .vol1 {
            color: #5fb6e7;
            font-family: 'Noto Serif JP', serif;
            font-size: 5em;
            line-height: 0.8;
            text-align: center; }
          .bx-point.type2 .wrap-cnt .cnt-l .one > em {
            padding-left: 10px;
            text-align: center; }
            .bx-point.type2 .wrap-cnt .cnt-l .one > em .unit1 {
              display: inherit;
              color: #5fb6e7;
              font-family: 'Noto Sans JP', sans-serif;
              font-size: 0.75em;
              font-weight: 400;
              line-height: 1.05; }
            .bx-point.type2 .wrap-cnt .cnt-l .one > em .unit2 {
              color: #5fb6e7;
              font-family: toppan-bunkyu-midashi-go-std, sans-serif;
              font-weight: 900;
              font-size: 2.25em;
              line-height: 1.3; }
        .bx-point.type2 .wrap-cnt .cnt-l .ex {
          margin-bottom: 18px;
          padding-bottom: 20px;
          border-bottom: 2px solid #5fb6e7;
          font-family: dnp-shuei-mgothic-std, sans-serif;
          font-weight: 600;
          font-size: 0.938em;
          line-height: 1.05;
          text-align: center; }
        .bx-point.type2 .wrap-cnt .cnt-l .tx2 {
          font-family: toppan-bunkyu-midashi-go-std, sans-serif;
          font-weight: 900;
          font-size: 1.125em;
          line-height: 1.5; }
      .bx-point.type2 .wrap-cnt .cnt-r {
        float: right;
        width: calc(100% - 510px);
        box-sizing: border-box; }

.wrap-price {
  width: 100%;
  background: #eaf5fc;
  box-sizing: border-box; }
  .wrap-price > .tit {
    display: block;
    padding: 15px 5px;
    background: #5fb6e7;
    color: #fff;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-size: 1.5em;
    line-height: 1.05;
    letter-spacing: 5px;
    text-align: center; }
  .wrap-price .lst-check {
    padding: 30px 40px 0 40px; }
    .wrap-price .lst-check li {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      padding-left: 50px;
      min-height: 40px;
      background: url(../imgs/ico_check.png) no-repeat left center; }
      .wrap-price .lst-check li > .vol1 {
        display: inline-block;
        vertical-align: top;
        font-family: dnp-shuei-mgothic-std, sans-serif;
        font-weight: 600;
        font-size: 1.5em;
        line-height: 1.05; }
      .wrap-price .lst-check li > .circle {
        display: inline-block;
        margin: 0 5px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-family: dnp-shuei-mgothic-std, sans-serif;
        font-weight: 600;
        font-size: 1.125em;
        text-align: center;
        line-height: 40px; }
      .wrap-price .lst-check li > .unit1 {
        padding-left: 8px;
        color: #ea5413;
        font-family: 'Noto Serif JP', serif;
        font-size: 2.5em;
        line-height: 1.3; }
      .wrap-price .lst-check li > .unit2 {
        color: #ea5413;
        font-family: dnp-shuei-mgothic-std, sans-serif;
        font-size: 1.5em;
        line-height: 1.05; }
      .wrap-price .lst-check li > .vol2 {
        font-family: dnp-shuei-mgothic-std, sans-serif;
        font-weight: 600;
        font-size: 0.875em;
        line-height: 1.05; }
      .wrap-price .lst-check li:first-child > .circle {
        background: #ffe200; }
      .wrap-price .lst-check li:nth-child(2) > .circle {
        background: #fabe00; }
      .wrap-price .lst-check li:nth-child(3) > .circle {
        background: #f08300; }
      .wrap-price .lst-check li:last-child {
        margin-bottom: 0; }
  .wrap-price > .ex1 {
    padding: 15px 50px 25px 50px;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 1em;
    line-height: 1.05;
    text-align: center; }
  .wrap-price > .ex2 {
    padding: 25px 50px;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-size: 1.125em;
    line-height: 1.5;
    text-align: center; }

.btn-area {
  position: absolute;
  bottom: -33px;
  left: 50%;
  margin-left: -298px; }

.btn1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  max-width: 556px;
  width: 100%;
  height: 66px;
  background: #ea5413;
  box-sizing: border-box;
  transition: all 0.25s linear; }
  .btn1::after {
    content: '';
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 66px;
    background: url(../imgs/tit_bg5.png) no-repeat 0 0;
    transition: all 0.25s linear; }
  .btn1 strong {
    padding-left: 10px;
    color: #fff;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-size: 1.438em;
    line-height: 1.05;
    text-align: center; }
  .btn1:hover {
    background: #fe4900; }
    .btn1:hover::after {
      background: url(../imgs/tit_bg5_on.png) no-repeat 0 0; }

.wrap-sect3 {
  padding: 80px 0;
  background: #fff; }
  .wrap-sect3 .inner-static {
    margin: 0 auto;
    max-width: 920px; }

.wrap-pr {
  position: relative; }
  .wrap-pr > .tit {
    text-align: center; }
    .wrap-pr > .tit strong {
      position: relative;
      display: inline-block;
      padding: 0 35px;
      color: #f38400;
      font-family: toppan-bunkyu-midashi-go-std, sans-serif;
      font-weight: 900;
      font-size: 1.875em;
      line-height: 1.3;
      vertical-align: top; }
      .wrap-pr > .tit strong::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -19px;
        width: 26px;
        height: 38px;
        background: url(../imgs/tit_line2_l.png) no-repeat 0 0; }
      .wrap-pr > .tit strong::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -19px;
        width: 26px;
        height: 38px;
        background: url(../imgs/tit_line2_r.png) no-repeat 0 0; }
  .wrap-pr .bx-pr {
    margin: 10px auto 30px;
    border: 1px solid #ea5413; }
  .wrap-pr .bx-contact {
    margin: 0 auto; }

.wrap-qna {
  position: relative;
  margin-top: 35px;
  padding: 80px 0 100px;
  background: #e7f0f6; }

.lst-qna {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px; }
  .lst-qna li {
    display: flex;
    width: calc((100% - 72px) / 3);
    margin: 0 12px; }
    .lst-qna li .cnt {
      position: relative;
      overflow: hidden;
      background: #fff;
      border-radius: 20px;
      box-shadow: 1px 1px 3px 1px #adb4b8; }
      .lst-qna li .cnt .que {
        display: block;
        padding: 18px 5px;
        background: #f0830a;
        color: #fff;
        font-family: toppan-bunkyu-midashi-go-std, sans-serif;
        font-weight: 900;
        font-size: 1.375em;
        line-height: 1.05;
        text-align: center; }
      .lst-qna li .cnt .answer {
        padding: 40px 20px 70px 20px; }
        .lst-qna li .cnt .answer .ico {
          display: block;
          margin: 0 auto; }
        .lst-qna li .cnt .answer .tit {
          display: block;
          margin: 30px 0 25px;
          color: #009944;
          font-family: toppan-bunkyu-midashi-go-std, sans-serif;
          font-weight: 900;
          font-size: 1.25em;
          line-height: 1.05;
          text-align: center; }
        .lst-qna li .cnt .answer .lead {
          margin: 0 20px;
          font-family: dnp-shuei-mgothic-std, sans-serif;
          font-weight: 600;
          font-size: 1.125em;
          line-height: 1.5; }
    .lst-qna li:first-child .cnt .answer .ico {
      width: 88px;
      height: 92px;
      background: url(../imgs/qna_ico1.png) no-repeat 0 0; }
    .lst-qna li:nth-child(2) .cnt .answer .ico {
      width: 88px;
      height: 92px;
      background: url(../imgs/qna_ico2.png) no-repeat 0 0; }
    .lst-qna li:nth-child(3) .cnt .answer .ico {
      width: 88px;
      height: 92px;
      background: url(../imgs/qna_ico3.png) no-repeat 0 0; }

.wrap-sect5 {
  padding-top: 80px;
  background: #fff; }
  .wrap-sect5 .bx-pr {
    margin-bottom: 0; }

.wrap-warranty {
  position: relative;
  margin: 35px auto 0;
  padding: 80px 45px 45px;
  background: #fdebd1 url(../imgs/tit_bg1.png) no-repeat top center; }
  .wrap-warranty > .tit {
    display: block;
    margin: 0 auto;
    padding: 12px 5px;
    max-width: 552px;
    background: #ea5413;
    color: #fff;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-size: 1.75em;
    line-height: 1.05;
    text-align: center; }
  .wrap-warranty > .lead {
    margin: 20px 0 25px;
    color: #ea5413;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.5; }
  .wrap-warranty .bx-pr {
    max-width: 100%; }
    .wrap-warranty .bx-pr .cnt-r {
      padding: 8px 0 8px 30px; }
      .wrap-warranty .bx-pr .cnt-r p {
        font-family: dnp-shuei-mgothic-std, sans-serif;
        font-weight: 600;
        font-size: 0.938em;
        line-height: 1.7; }

.wrap-reason {
  position: relative;
  margin-top: 30px;
  padding: 90px 0 100px;
  background: #fdebd1 url(../imgs/tit_bg1.png) no-repeat top center; }
  .wrap-reason .wrap-price {
    overflow: hidden;
    border-radius: 15px;
    background: #fff; }

.wrap-lst-reason {
  margin-bottom: 75px; }
  .wrap-lst-reason:last-of-type {
    margin-bottom: 0; }

.lst-reason {
  margin-bottom: 60px; }
  .lst-reason:last-of-type {
    margin-bottom: 0; }
  .lst-reason .wrap-cnt {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .lst-reason .wrap-cnt:last-of-type {
      margin-bottom: 0; }
    .lst-reason .wrap-cnt.type-reverse- {
      flex-direction: row-reverse; }
    .lst-reason .wrap-cnt .cnt-r {
      width: calc((100% - 65px) / 2); }
    .lst-reason .wrap-cnt .cnt-l {
      width: calc((100% - 65px) / 2); }
    .lst-reason .wrap-cnt .tx1 {
      margin-bottom: 20px;
      font-family: toppan-bunkyu-midashi-go-std, sans-serif;
      font-weight: 900;
      font-size: 1.125em;
      line-height: 1.5; }
      .lst-reason .wrap-cnt .tx1:last-of-type {
        margin-bottom: 0; }
      .lst-reason .wrap-cnt .tx1 .tx-c1 {
        font-family: toppan-bunkyu-midashi-go-std, sans-serif;
        font-weight: 900; }
  .lst-reason .h-group {
    position: relative;
    margin-bottom: 35px; }
    .lst-reason .h-group > .tit {
      position: relative;
      display: inline-block;
      padding: 0 90px 8px 2px;
      vertical-align: top; }
      .lst-reason .h-group > .tit::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 0;
        display: block;
        width: 100%;
        height: 22px;
        background: #fff766; }
      .lst-reason .h-group > .tit::after {
        content: '';
        position: absolute;
        right: -65px;
        bottom: 10px;
        width: 112px;
        height: 112px;
        background-size: 112px auto;
        background-repeat: no-repeat;
        background-position: 0 0; }
      .lst-reason .h-group > .tit.type1::after {
        background-image: url(../imgs/ico_balloon1.png); }
      .lst-reason .h-group > .tit.type2::after {
        background-image: url(../imgs/ico_balloon2.png); }
      .lst-reason .h-group > .tit em {
        position: relative;
        z-index: 1;
        display: inline-block;
        vertical-align: top; }
        .lst-reason .h-group > .tit em .vol1 {
          font-family: toppan-bunkyu-midashi-go-std, sans-serif;
          font-weight: 900;
          font-size: 2.125em;
          line-height: 1.3; }
        .lst-reason .h-group > .tit em .vol2 {
          font-family: toppan-bunkyu-midashi-go-std, sans-serif;
          font-weight: 900;
          font-size: 1.5em;
          line-height: 1.3; }

.wrap-sect6 {
  padding: 20px 0 100px;
  background: #fff; }
  .wrap-sect6 .inner-static {
    margin: 0 auto;
    max-width: 1000px; }

.lst-office {
  margin-top: 40px; }
  .lst-office li {
    display: table;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
    border: 2px solid #f38400;
    box-sizing: border-box; }
    .lst-office li:last-child {
      margin-bottom: 0; }
    .lst-office li > .cnt {
      width: 50%;
      padding: 30px 30px 30px 65px;
      box-sizing: border-box; }
      .lst-office li > .cnt > .tit {
        display: flex;
        align-items: center;
        padding-bottom: 15px; }
        .lst-office li > .cnt > .tit .circle {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          background: #fde6cc;
          color: #f0830a;
          font-family: toppan-bunkyu-midashi-go-std, sans-serif;
          font-weight: 900;
          font-size: 1.125em;
          line-height: 1.05;
          text-align: center; }
        .lst-office li > .cnt > .tit span {
          display: block;
          width: calc(100% - 82px);
          margin-left: 22px;
          font-family: toppan-bunkyu-midashi-go-std, sans-serif;
          font-weight: 900;
          font-size: 1.625em;
          line-height: 1.05; }
      .lst-office li > .cnt .address {
        padding-bottom: 15px;
        font-family: dnp-shuei-mgothic-std, sans-serif;
        font-weight: 600;
        font-size: 1em;
        line-height: 1.5; }
      .lst-office li > .cnt .link {
        display: block;
        padding: 14px 5px;
        max-width: 378px;
        width: 100%;
        background: #68bf00;
        border-radius: 22px;
        box-sizing: border-box;
        transition: all 0.25s linear; }
        .lst-office li > .cnt .link span {
          display: block;
          color: #fff;
          font-family: toppan-bunkyu-midashi-go-std, sans-serif;
          font-weight: 900;
          font-size: 1em;
          line-height: 1.05;
          text-align: center; }
        .lst-office li > .cnt .link:hover {
          background: #00bf28; }
    .lst-office li > .map {
      width: 50%;
      min-height: 290px; }
      .lst-office li > .map iframe {
        width: 100%;
        height: 100%; }

.wrap-sect7 {
  position: relative;
  padding: 80px 0;
  background: #fdebd1; }
  .wrap-sect7 .inner-static {
    margin: 0 auto;
    max-width: 1000px; }

.lst-faq1 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 35px;
  margin: -24px 12px 0; }
  .lst-faq1 li {
    width: calc((100% - 144px) / 6);
    margin: 24px 12px 0 12px;
    box-sizing: border-box;
    text-align: center; }
    .lst-faq1 li > a {
      display: block;
      padding: 10px;
      height: 100%;
      background: #fff;
      border: 2px solid #f39800;
      border-radius: 15px;
      box-sizing: border-box;
      transition: background 0.25s linear; }
      .lst-faq1 li > a .num {
        display: block;
        margin-bottom: 10px;
        color: #f0830a;
        font-family: 'Noto Serif JP', serif;
        font-size: 1.5em;
        line-height: 1.05;
        transition: color 0.25s linear; }
      .lst-faq1 li > a .tx {
        display: block;
        color: #f0830a;
        font-family: dnp-shuei-mgothic-std, sans-serif;
        font-weight: 600;
        font-size: 0.875em;
        line-height: 1.3;
        transition: color 0.25s linear; }
      .lst-faq1 li > a:hover {
        background: #f39800; }
        .lst-faq1 li > a:hover .num {
          color: #fff; }
        .lst-faq1 li > a:hover .tx {
          color: #fff; }

.lst-faq2 {
  margin-top: 70px; }
  .lst-faq2 li {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 2px solid #f39800; }
    .lst-faq2 li:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }
    .lst-faq2 li .num {
      display: block;
      margin: 0 auto;
      padding-top: 25px;
      width: 90px;
      height: 90px;
      background: url(../imgs/ico_balloon3.png) no-repeat 0 0;
      color: #fff;
      font-family: 'Noto Serif JP', serif;
      font-size: 2.25em;
      line-height: 1.05;
      text-align: center;
      box-sizing: border-box; }
    .lst-faq2 li .que {
      display: block;
      margin: 18px 0 20px;
      font-family: toppan-bunkyu-midashi-go-std, sans-serif;
      font-weight: 900;
      font-size: 1.625em;
      line-height: 1.05;
      text-align: center; }
    .lst-faq2 li .answer {
      display: block;
      font-family: dnp-shuei-mgothic-std, sans-serif;
      font-weight: 600;
      font-size: 1.125em;
      line-height: 1.6; }

.wrap-sns {
  position: relative;
  float: right;
  margin: 20px 0 12px; }
  .wrap-sns li {
    float: left;
    margin-right: 10px; }
    .wrap-sns li:last-child {
      margin-right: 0; }

.b-logo {
  display: table;
  clear: both;
  margin: 0 auto;
  width: 358px; }

#footer {
  position: relative;
  padding: 55px 0;
  background: #f39800; }
  #footer .inner-static {
    max-width: 1100px; }
    #footer .inner-static .f-ex {
      color: #fff;
      font-family: dnp-shuei-mgothic-std, sans-serif;
      font-weight: 600;
      font-size: 1.125em;
      line-height: 1.5;
      text-align: center; }

.wrap-lst-f {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 55px 0 50px; }
  .wrap-lst-f .lst-f {
    position: relative;
    padding: 30px 40px;
    width: calc((100% - 34px) / 2);
    border: 2px solid #fff;
    box-sizing: border-box; }
    .wrap-lst-f .lst-f > .tit {
      position: absolute;
      top: -18px;
      left: 50%;
      display: block;
      margin-left: -112px;
      padding: 8px 2px;
      width: 225px;
      height: 36px;
      background: #fff;
      border-radius: 5px;
      color: #ea5413;
      font-family: toppan-bunkyu-midashi-go-std, sans-serif;
      font-weight: 900;
      font-size: 1.25em;
      line-height: 1.05;
      text-align: center;
      box-sizing: border-box; }
    .wrap-lst-f .lst-f > ul li {
      margin: 2px 0; }
      .wrap-lst-f .lst-f > ul li a {
        color: #fff;
        font-family: dnp-shuei-mgothic-std, sans-serif;
        font-weight: 600;
        font-size: 1em;
        line-height: 1.05;
        border-bottom: 1px solid #fff;
        transition: border 0.25s linear; }
        .wrap-lst-f .lst-f > ul li a:hover {
          border-bottom: 1px solid transparent; }
    .wrap-lst-f .lst-f > .tx {
      padding-top: 5px;
      color: #fff;
      font-family: dnp-shuei-mgothic-std, sans-serif;
      font-weight: 600;
      font-size: 1em;
      line-height: 1.05; }
      .wrap-lst-f .lst-f > .tx > .link {
        border-bottom: 1px solid #fff;
        transition: border 0.25s linear; }
        .wrap-lst-f .lst-f > .tx > .link:hover {
          border-bottom: 1px solid transparent; }

#copyright {
  color: #fff;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-size: 0.875em;
  line-height: 1.05;
  text-align: center; }

#btn-pagetop {
  position: absolute;
  z-index: 200;
  right: 20px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  background: #fff url(../imgs/arr_pagetop.png) no-repeat center center;
  border: 2px solid #f39800;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s linear; }
  #btn-pagetop.fixed {
    position: fixed;
    top: auto;
    bottom: 30px; }
  #btn-pagetop.active {
    opacity: 1;
    visibility: visible; }
  #btn-pagetop span {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    left: 0; }

.md-bx-contact {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 15px 0;
  width: 100%;
  background: #fff; }

#link #spot {
  background: url(../imgs/link_spot.jpg) no-repeat center right/cover; }
  #link #spot .inner-static {
    min-height: 464px; }
    #link #spot .inner-static .wrap-pr {
      padding-top: 180px; }

#link-content {
  padding: 80px 0 60px; }
  #link-content .inner-static {
    max-width: 1000px;
    margin: 0 auto; }

.lst-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: -30px 0 60px 0; }
  .lst-link li {
    margin-top: 30px;
    width: calc((100% - 30px) / 2); }
    .lst-link li a {
      position: relative;
      display: flex;
      align-items: center;
      padding: 22px 50px 22px 20px;
      min-height: 74px;
      background: #68bf00;
      border-radius: 5px;
      box-sizing: border-box;
      transition: all 0.25s linear; }
      .lst-link li a strong {
        color: #fff;
        font-family: toppan-bunkyu-midashi-go-std, sans-serif;
        font-weight: 900;
        font-size: 1.125em;
        line-height: 1.3;
        letter-spacing: -0.07em; }
        .lst-link li a strong .c1 {
          font-family: toppan-bunkyu-midashi-go-std, sans-serif;
          font-weight: 900;
          font-size: 1.5em;
          padding: 5px 15px; }
      .lst-link li a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -12px;
        width: 24px;
        height: 24px;
        background: url(../imgs/ico_arr1.png) no-repeat 0 0; }
      .lst-link li a:hover {
        background: #00bf28; }

.btn-back {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-size: 1em;
  line-height: 1.3;
  border-bottom: 1px solid #231916;
  transition: all 0.25s linear; }
  .btn-back:hover {
    border-bottom: 1px solid transparent; }

.popup-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease; }
  .popup-bg.active {
    opacity: 1;
    visibility: visible; }
  .popup-bg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(51, 51, 51, 0.65); }
  .popup-bg::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }
  .popup-bg .btn-popup-cls {
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 15px;
    display: block;
    width: 45px;
    height: 45px;
    background: url(../imgs/ico_cls.png) no-repeat center center; }
  .popup-bg .popup-bx {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: left;
    max-width: 700px;
    width: 100%;
    background: #009944;
    vertical-align: middle;
    opacity: 0;
    visibility: hidden;
    transition: position 0 ease, opacity 0.35s ease, visibility 0.35s ease; }
    .popup-bg .popup-bx.active {
      position: relative;
      opacity: 1;
      visibility: visible; }
    .popup-bg .popup-bx .bx-content {
      padding: 50px; }

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

@media print, screen and (min-width: 1194px) {
  .inner-static {
    margin: 0 auto; } }
@media print, screen and (max-width: 1440px) {
  #spot {
    background-position: 70% 0; } }
@media print, screen and (max-width: 1194px) {
  .bx-point {
    padding: 50px 20px 20px; }
    .bx-point .wrap-tit {
      margin-left: -135px;
      width: 270px; }
    .bx-point.type2 .wrap-cnt .cnt-l {
      float: none;
      margin: 0 auto 20px;
      max-width: 460px; }
      .bx-point.type2 .wrap-cnt .cnt-l .tx2 {
        text-align: center; }
    .bx-point.type2 .wrap-cnt .cnt-r {
      float: none;
      width: 100%; }

  .lst-qna {
    display: block;
    margin: 0 auto; }
    .lst-qna li {
      display: block;
      width: 100%;
      margin: 0 auto 20px; }
      .lst-qna li:last-child {
        margin: 0 auto; }

  .wrap-reason .lst-check {
    padding: 30px 25px 0 25px; }
    .wrap-reason .lst-check li > .vol1 {
      font-size: 1.313em; }
    .wrap-reason .lst-check li em > .unit1 {
      font-size: 2.25em; }

  .wrap-price > .ex2 {
    padding: 25px; }

  .lst-reason .wrap-cnt .cnt-r {
    width: calc((100% - 30px) / 2); }
  .lst-reason .wrap-cnt .cnt-l {
    width: calc((100% - 30px) / 2); } }
@media print, screen and (max-width: 1024px) {
  #spot .spot-cnt .spot-tx2 img {
    width: 70%; }

  .bx-pr > .cnt-l {
    width: 342px;
    padding: 10px 20px 10px 0; }
  .bx-pr > .cnt-r {
    width: calc(100% - 342px);
    padding: 8px 0 8px 20px; }

  .bx-contact > a {
    padding: 10px 15px; }
    .bx-contact > a::after {
      left: 15px; }
    .bx-contact > a.bx-a1 .reservation {
      margin: 0 auto;
      padding-left: 50px;
      font-size: 1.25em; }
    .bx-contact > a.bx-a2 strong > .vol1 {
      font-size: 2em;
      letter-spacing: 6px; }
    .bx-contact > a.bx-a2 strong > .vol2 {
      font-size: 0.675em; }
    .bx-contact > a strong {
      margin: 0 auto;
      padding-left: 50px; }

  .lst-faq1 li {
    width: calc((100% - 120px) / 5); }

  .lst-reason .wrap-cnt {
    display: block; }
    .lst-reason .wrap-cnt .cnt-r {
      margin-bottom: 30px;
      width: 100%; }
    .lst-reason .wrap-cnt .cnt-l {
      width: 100%; }
      .lst-reason .wrap-cnt .cnt-l .wrap-img {
        margin: 0 auto;
        text-align: center; }

  .lst-office li > .cnt .link {
    border-radius: 30px; }

  .wrap-sect6 .inner-static {
    margin: 0 10px; }

  .wrap-sect7 .inner-static {
    margin: 0 10px; }

  #link-content .inner-static {
    margin: 0 10px; }

  .lst-link li a strong {
    font-size: 1em; } }
@media print, screen and (max-width: 1000px) {
  .wrap-sect1 .inner-static {
    margin: 0 10px; } }
@media print, screen and (max-width: 940px) {
  .wrap-sect3 .inner-static {
    margin: 0 10px; }

  .lst-link li a strong {
    letter-spacing: unset; } }
@media print, screen and (max-width: 768px) {
  #h-logo {
    margin: 20px 0 0 10px;
    width: 180px;
    height: 32px;
    background-size: 180px auto; }

  #spot {
    background: url(../imgs/m_spot_01.jpg) no-repeat top right/cover; }
    #spot .inner-static {
      min-height: 614px;
      margin: 0 10px; }
    #spot .spot-cnt {
      padding-top: 247px; }
      #spot .spot-cnt .spot-tx1 {
        margin: 0 auto;
        margin-bottom: 10px; }
        #spot .spot-cnt .spot-tx1 img {
          max-width: 211px; }
      #spot .spot-cnt .spot-tx2 {
        margin: 0 auto;
        margin-bottom: 15px; }
        #spot .spot-cnt .spot-tx2 img {
          max-width: 327px; }

  .bx-pr {
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 5px; }
    .bx-pr::after {
      top: -10px;
      right: -5px;
      width: 45px;
      height: 45px;
      background-size: 45px auto; }
    .bx-pr > .cnt-l {
      float: none;
      padding: 0 0 5px 0;
      margin: 0 40px;
      width: calc(100% - 80px);
      height: auto;
      border-bottom: 1px solid #ea5413; }
      .bx-pr > .cnt-l > .tit {
        margin-bottom: 10px;
        padding: 5px;
        border-radius: 3px;
        font-size: 1em; }
      .bx-pr > .cnt-l > .tx1 {
        display: block;
        font-size: 2.375em;
        text-align: center; }
    .bx-pr > .cnt-r {
      float: none;
      width: 100%;
      padding: 10px 0 0 0;
      border-left: none; }
      .bx-pr > .cnt-r > .ins {
        margin-bottom: 15px; }
        .bx-pr > .cnt-r > .ins .circle {
          padding-top: 12px;
          width: 50px;
          height: 50px;
          font-size: 0.688em; }
        .bx-pr > .cnt-r > .ins .vol {
          padding: 0 5px 0 10px;
          font-size: 2.875em; }
        .bx-pr > .cnt-r > .ins em .unit1 {
          font-size: 0.688em; }
        .bx-pr > .cnt-r > .ins em .unit2 {
          font-size: 1.875em; }
      .bx-pr > .cnt-r > .tx2 {
        margin-bottom: 5px;
        font-size: 1.125em;
        line-height: 1.3;
        text-align: center; }
      .bx-pr > .cnt-r > .tx3 {
        font-size: 0.75em;
        text-align: center; }

  .wrap-ex {
    padding: 20px 0;
    font-size: 0.938em; }

  .wrap-sect1 {
    padding: 40px 0 20px; }

  .wrap-question .tx1 {
    font-size: 1.125em; }
  .wrap-question .image {
    margin: -10px auto 0; }
    .wrap-question .image img {
      max-width: 355px;
      margin: 0 auto; }
  .wrap-question .tx2 em {
    padding: 0 30px; }
    .wrap-question .tx2 em::before {
      margin-top: -16px;
      width: 22px;
      height: 32px;
      background-size: 22px auto; }
    .wrap-question .tx2 em::after {
      margin-top: -16px;
      width: 22px;
      height: 32px;
      background-size: 22px auto; }
    .wrap-question .tx2 em .vol1 {
      font-size: 0.938em; }
    .wrap-question .tx2 em .vol2 {
      font-size: 1.125em; }

  .wrap-sect2 {
    padding-top: 40px; }

  .wrap-lst-reason {
    margin-bottom: 35px; }

  .lst-reason {
    margin-bottom: 30px; }
    .lst-reason .wrap-cnt .cnt-r {
      margin-bottom: 15px; }
    .lst-reason .wrap-cnt .tx1 {
      margin: 0 15px 10px;
      font-size: 1em; }
    .lst-reason .h-group {
      margin-bottom: 20px;
      text-align: center; }
      .lst-reason .h-group > .tit {
        margin-left: -30px;
        padding: 0 40px 2px 2px;
        text-align: left; }
        .lst-reason .h-group > .tit::before {
          height: 11px; }
        .lst-reason .h-group > .tit::after {
          right: -30px;
          bottom: 10px;
          width: 56px;
          height: 56px;
          background-size: 56px auto; }
        .lst-reason .h-group > .tit.type1::after {
          background-size: 56px auto; }
        .lst-reason .h-group > .tit.type2::after {
          background-size: 56px auto; }
        .lst-reason .h-group > .tit em .vol1 {
          font-size: 1.875em;
          line-height: 1.3; }
        .lst-reason .h-group > .tit em .vol2 {
          font-size: 1.125em; }

  .tit1 > .vol1_1 {
    font-size: 1em; }
  .tit1 > .vol1_2 {
    font-size: 1em; }
  .tit1 strong .vol2 {
    font-size: 3em;
    line-height: 1.05; }
  .tit1 strong .vol3 {
    font-size: 1em; }
  .tit1 strong .vol4 {
    font-size: 1.875em; }
  .tit1 strong .vol5 {
    font-size: 1.5em; }
  .tit1 strong .vol6 {
    font-size: 0.938em; }

  .wrap-point {
    margin-top: 15px;
    padding: 60px 0 50px;
    background-size: 92px auto; }

  .wrap-bx-point {
    margin-bottom: 35px;
    display: block; }

  .bx-point {
    margin-bottom: 20px;
    padding: 30px;
    width: 100%;
    border-radius: 13px; }
    .bx-point:last-of-type {
      margin-bottom: 0; }
    .bx-point .wrap-tit {
      top: -11px;
      margin-left: -113px;
      width: 226px; }
      .bx-point .wrap-tit > .tit {
        padding: 2px 10px 1px;
        height: 23px;
        font-size: 1.125em; }
        .bx-point .wrap-tit > .tit::before {
          left: -9px;
          width: 9px;
          height: 23px;
          background-size: 9px auto; }
        .bx-point .wrap-tit > .tit::after {
          right: -9px;
          width: 9px;
          height: 23px;
          background-size: 9px auto; }
        .bx-point .wrap-tit > .tit .num {
          margin-left: 10px;
          width: 20px;
          height: 20px;
          line-height: 20px; }
    .bx-point .tx1 {
      font-size: 1.125em; }
    .bx-point .lst-tx {
      margin: 0; }
      .bx-point .lst-tx li {
        font-size: 1em;
        border-bottom: 1px solid #f0830a; }
    .bx-point.type1 {
      background-position: right top;
      background-size: cover; }
      .bx-point.type1 .wrap-tit strong {
        background: #6fb92e; }
        .bx-point.type1 .wrap-tit strong::before {
          background-size: 9px auto; }
        .bx-point.type1 .wrap-tit strong::after {
          background-size: 9px auto; }
        .bx-point.type1 .wrap-tit strong .num {
          color: #6fb92e; }
      .bx-point.type1 .tx1 {
        color: #6fb92e; }
      .bx-point.type1 .lst-tx {
        max-width: 310px; }
        .bx-point.type1 .lst-tx li {
          border-bottom: 1px solid #6fb92e; }
    .bx-point.type2 {
      width: 100%; }
      .bx-point.type2 .wrap-tit strong {
        background: #5fb6e7; }
        .bx-point.type2 .wrap-tit strong::before {
          background-size: 9px auto; }
        .bx-point.type2 .wrap-tit strong::after {
          background-size: 9px auto; }
        .bx-point.type2 .wrap-tit strong .num {
          color: #5fb6e7; }
      .bx-point.type2 .wrap-cnt .cnt-l > .tit {
        padding: 5px;
        max-width: 180px;
        border-radius: 3px;
        font-size: 1.125em; }
      .bx-point.type2 .wrap-cnt .cnt-l .one {
        padding: 10px 0 20px; }
        .bx-point.type2 .wrap-cnt .cnt-l .one > .vol1 {
          font-size: 3em;
          line-height: 1.05; }
        .bx-point.type2 .wrap-cnt .cnt-l .one > em {
          padding-left: 5px; }
          .bx-point.type2 .wrap-cnt .cnt-l .one > em .unit1 {
            font-size: 0.688em; }
          .bx-point.type2 .wrap-cnt .cnt-l .one > em .unit2 {
            font-size: 1.875em; }
      .bx-point.type2 .wrap-cnt .cnt-l .ex {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #5fb6e7;
        font-size: 0.875em; }
      .bx-point.type2 .wrap-cnt .cnt-l .tx2 {
        font-size: 1em; }

  .wrap-price > .tit {
    padding: 10px 5px;
    font-size: 1.125em;
    letter-spacing: 3px; }
  .wrap-price .lst-check {
    padding: 20px 20px 0 20px; }
    .wrap-price .lst-check li {
      display: block;
      margin-bottom: 5px;
      padding-left: 32px;
      background-position: 0 5px;
      background-size: 25px auto; }
      .wrap-price .lst-check li > .vol1 {
        font-size: 1.125em;
        line-height: 30px; }
      .wrap-price .lst-check li > .circle {
        width: 30px;
        height: 30px;
        font-size: 0.938em;
        line-height: 30px; }
      .wrap-price .lst-check li > .unit1 {
        padding-left: 0;
        font-size: 1.875em; }
      .wrap-price .lst-check li > .unit2 {
        font-size: 1.125em; }
      .wrap-price .lst-check li > .vol2 {
        font-size: 0.75em; }
  .wrap-price > .ex1 {
    padding: 10px 20px 15px 20px;
    font-size: 0.938em; }
  .wrap-price > .ex2 {
    padding: 15px 20px;
    font-size: 1em;
    line-height: 1.3;
    text-align: justify; }

  .btn-area {
    left: 0;
    margin-left: 0; }

  .btn1 {
    margin-right: 20px;
    max-width: 355px;
    height: 56px; }
    .btn1::after {
      right: -34px;
      width: 34px;
      height: 56px;
      background-size: 34px auto; }
    .btn1 strong {
      font-size: 1.25em; }
      .btn1 strong .vol1 {
        font-size: 0.75em; }

  .wrap-sect3 {
    padding: 50px 0 35px; }

  .wrap-pr > .tit strong {
    padding: 0 20px;
    font-size: 1em; }
    .wrap-pr > .tit strong::before {
      margin-top: -10px;
      width: 13px;
      height: 19px;
      background-size: 13px auto; }
    .wrap-pr > .tit strong::after {
      margin-top: -10px;
      width: 13px;
      height: 19px;
      background-size: 13px auto; }
  .wrap-pr .bx-pr {
    margin: 10px auto 0; }
  .wrap-pr .bx-contact {
    margin: 0 auto; }

  .wrap-qna {
    margin-top: 20px;
    padding: 40px 0 50px; }

  .lst-qna li .cnt {
    border-radius: 10px; }
    .lst-qna li .cnt .que {
      padding: 12px 2px;
      font-size: 1.25em; }
    .lst-qna li .cnt .answer {
      padding: 20px 20px 35px 20px; }
      .lst-qna li .cnt .answer .tit {
        margin: 25px 0 10px;
        font-size: 1.125em; }
      .lst-qna li .cnt .answer .lead {
        margin: 0;
        font-size: 1em; }
  .lst-qna li:first-child .cnt .answer .ico {
    width: 44px;
    height: 46px;
    background-size: 44px auto; }
  .lst-qna li:nth-child(2) .cnt .answer .ico {
    width: 44px;
    height: 46px;
    background-size: 44px auto; }
  .lst-qna li:nth-child(3) .cnt .answer .ico {
    width: 44px;
    height: 46px;
    background-size: 44px auto; }
  .lst-qna li:last-child {
    margin: 0; }

  .wrap-sect5 {
    padding-top: 40px; }
    .wrap-sect5 .inner-static {
      margin: 0 auto; }

  .wrap-warranty {
    margin: 20px auto 0;
    padding: 40px 20px;
    background-size: 92px auto; }
    .wrap-warranty > .tit {
      padding: 10px;
      max-width: 275px;
      font-size: 1.5em; }
    .wrap-warranty > .lead {
      margin: 15px 0 20px;
      font-size: 1.125em;
      line-height: 1.3; }
    .wrap-warranty .bx-pr .cnt-r {
      padding: 15px 0; }
      .wrap-warranty .bx-pr .cnt-r p {
        font-size: 0.938em;
        line-height: 1.7; }

  .wrap-reason {
    margin-top: 15px;
    padding: 45px 0 50px;
    background-size: 92px auto; }

  .wrap-sect6 {
    padding: 10px 0 50px; }

  .lst-office {
    margin-top: 20px; }
    .lst-office li {
      margin-bottom: 15px;
      border: 1px solid #f38400; }
      .lst-office li > .cnt {
        width: 100%;
        margin: 0 auto;
        padding: 15px 25px 15px 25px;
        text-align: center; }
        .lst-office li > .cnt > .tit {
          padding-bottom: 10px;
          text-align: left; }
          .lst-office li > .cnt > .tit .circle {
            width: 50px;
            height: 50px;
            font-size: 0.938em; }
          .lst-office li > .cnt > .tit span {
            width: calc(100% - 52px);
            margin-left: 12px;
            font-size: 1.375em; }
        .lst-office li > .cnt .address {
          padding-bottom: 10px;
          font-size: 0.875em;
          line-height: 1.3;
          text-align: left; }
        .lst-office li > .cnt .link {
          display: inline-block;
          padding: 10px 5px;
          max-width: 290px;
          vertical-align: top; }
          .lst-office li > .cnt .link span {
            font-size: 1em;
            line-height: 1.3; }
      .lst-office li > .map {
        width: 100%;
        min-height: 150px; }

  .wrap-sect7 {
    padding: 40px 0; }

  .lst-faq1 {
    padding-top: 20px;
    margin: -10px -5px 0; }
    .lst-faq1 li {
      width: calc((100% - 20px) / 2);
      margin: 10px 5px 0 5px; }
      .lst-faq1 li > a {
        border: 1px solid #f39800;
        border-radius: 8px; }
        .lst-faq1 li > a .num {
          margin-bottom: 5px;
          font-size: 1.25em; }
        .lst-faq1 li > a .tx {
          font-size: 0.875em;
          line-height: 1.3; }

  .lst-faq2 {
    margin-top: 35px; }
    .lst-faq2 li {
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #f39800; }
      .lst-faq2 li .num {
        padding-top: 22px;
        width: 80px;
        height: 80px;
        background-size: 80px auto;
        font-size: 1.75em; }
      .lst-faq2 li .que {
        margin: 15px 0 10px;
        font-size: 1.25em; }
      .lst-faq2 li .answer {
        font-size: 1em; }

  .wrap-sns {
    margin: 15px 0 10px; }
    .wrap-sns li {
      margin-right: 5px; }

  .b-logo {
    width: 179px; }

  #footer {
    padding: 30px 0 110px; }
    #footer .inner-static .f-ex {
      font-size: 0.875em; }

  .wrap-lst-f {
    margin: 30px 0 25px; }
    .wrap-lst-f .lst-f {
      padding: 25px 15px;
      width: calc((100% - 10px) / 2);
      border: 1px solid #fff; }
      .wrap-lst-f .lst-f > .tit {
        top: -12px;
        margin-left: -61px;
        padding: 4px 2px;
        width: 122px;
        height: 25px;
        border-radius: 3px;
        font-size: 0.938em; }
      .wrap-lst-f .lst-f > ul li a {
        font-size: 0.875em; }
      .wrap-lst-f .lst-f > .tx {
        font-size: 0.875em;
        line-height: 1.3; }

  #copyright {
    font-size: 0.75em; }

  #btn-pagetop {
    right: 10px;
    bottom: 10px;
    width: 43px;
    height: 43px;
    background-size: 20px auto;
    border-radius: 3px; }
    #btn-pagetop.fixed {
      bottom: 86px; }

  .bx-contact > a {
    padding: 20px 15px;
    width: calc((100% - 10px) / 2);
    height: 50px; }
    .bx-contact > a::after {
      left: 15px;
      margin-top: -7px;
      width: 20px;
      height: 13px;
      background-size: 20px 13px; }
    .bx-contact > a strong {
      padding-left: 30px; }
    .bx-contact > a.bx-a1 > .reservation {
      padding-left: 30px;
      font-size: 0.938em; }
    .bx-contact > a.bx-a2 strong > .vol2 {
      margin-top: 0px;
      font-size: 0.938em; }

  .md-bx-contact {
    display: block; }

  #link #spot {
    background: url(../imgs/m_link_spot.jpg) no-repeat top right/cover; }
    #link #spot .inner-static {
      min-height: 160px; }
      #link #spot .inner-static .wrap-pr {
        display: none; }
  #link #footer {
    padding: 30px 0; }

  #link-content {
    padding: 40px 0 30px; }

  .lst-link {
    margin: -15px 0 30px 0; }
    .lst-link li {
      margin-top: 15px;
      width: calc((100% - 15px) / 2); }
      .lst-link li a {
        display: block;
        margin: 0 auto;
        padding: 10px;
        min-height: 60px;
        text-align: center; }
        .lst-link li a::after {
          display: none; }
        .lst-link li a strong .unit {
          display: none;
          font-size: 1.100em; }
        .lst-link li a strong .c1 {
          display: block;
          font-size: 2em; }

  .popup-bg .btn-popup-cls {
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px; }
  .popup-bg .popup-bx {
    max-width: 375px; }
    .popup-bg .popup-bx .bx-content {
      padding: 40px 20px 20px; } }
@media print, screen and (max-width: 500px) {
  .bx-pr > .cnt-l {
    margin: 0 15px;
    width: calc(100% - 30px); }

  .bx-point.type1 .lst-tx li:first-child {
    padding-right: 40%; } }
@media print, screen and (max-width: 375px) {
  .popup-bg .popup-bx {
    max-width: 320px; }
    .popup-bg .popup-bx .bx-content {
      padding: 40px 10px 10px; } }
