@charset "UTF-8";
/* ------------ font ------------ */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP|Sawarabi+Gothic&display=swap);
@import url(https://fonts.googleapis.com/css?family=Heebo|Istok+Web&display=swap);
/* ------------ color ------------ */
/* ------------ css reset ------------ */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

ins {
  text-decoration: none; }

mark {
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dcdcdc;
  margin: 2px 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ------------ SP ------------ */
@media screen and (min-width: 0px) and (max-width: 768px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%; }

  /* ------------ clearfix ------------ */
  .spclearfix {
    zoom: 1; }
    .spclearfix::after {
      display: block;
      content: "";
      clear: both; }

  /* ------------ Material-i ------------ */
  .spmaterial-icons, #top_info .news_box a.button:before, #top_price ul li a h5:before, #top_use a.button:before, #pagetop_c a::before, #footer .box_01 ul.rese_box li:nth-child(1) a:before, #footer .box_01 ul.shop_box li p.tel::before, #footer .box_01 a.button:before, #footer .box_01 nav.f_nav ul li > ul li a:before, #price_box ul li a h4:before, #cartype_box .cartype_box_g .cartype_box_wrap .text_box a.button:before, #shop_box .shop_box_wrap .shop_info_box .text_box h4 .shop_link a:before, #faq_box .link_box ul li a:before, #inquery_box .submit_box .submit_button:after, #guide_box_sub .flow_box .text_box h5:before, #guide_box_sub .flow_box .text_box a.button:before, #guide_box_sub .insurance_box h4:before, #guide_box_sub .payment_box h4:before, #guide_box_sub .option_box h4:before, #guide_box_sub .cancel_box h4:before, #guide_box_sub .pet_box h4:before, #reservation_box .submit_box .submit_button:after, #sitemap_box ul li:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    vertical-align: middle; }

  /* ------------ トップページ ------------ */
  /* ------------ top_loaderbg ------------ */
  #top_loaderbg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3000;
    text-align: center; }
    #top_loaderbg #loader {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      margin: 0 0 0 -12px;
      z-index: 4000; }
      #top_loaderbg #loader .loader {
        width: 24px;
        height: 24px;
        border-top: 2px solid #c7e8f6;
        border-bottom: 2px solid #c7e8f6;
        border-right: 2px solid #008eca;
        border-left: 2px solid #008eca;
        animation: loader_01 0.75s ease infinite;
        border-radius: 100%; }
  @keyframes loader_01 {
    to {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); } }
  /* ------------ header ------------ */
  #header {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-sizing: border-box;
    background: #008eca; }
    #header nav h1 {
      width: 160.6;
      height: 25.3px;
      text-indent: -9999px;
      margin: 12.5px 0 0 15px; }
      #header nav h1 a {
        width: 160.6;
        height: 25.3px;
        background: url(../../img/front/hako-ren/01.png) no-repeat;
        background-size: contain;
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #header nav h1 a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
    #header nav .bars {
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      height: 50px;
      cursor: pointer;
      z-index: 2000; }
      #header nav .bars .bar {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 26px;
        height: 2px;
        background: #fff;
        border-radius: 1px;
        transition: all 0.25s ease-in-out 0s;
        -moz-transition: all 0.25s ease-in-out 0s;
        -webkit-transition: all 0.25s ease-in-out 0s;
        -ms-transition: all 0.25s ease-in-out 0s;
        -o-transition: all 0.25s ease-in-out 0s; }
      #header nav .bars .bar-1 {
        margin: -9px 0 0 -13px; }
      #header nav .bars .bar-2 {
        margin: -1px 0 0 -13px; }
      #header nav .bars .bar-3 {
        margin: 7px 0 0 -13px; }
    #header nav .bars.step-1 .bar-1 {
      transform: translate3d(0, 8px, 0);
      -moz-transform: translate3d(0, 8px, 0);
      -webkit-transform: translate3d(0, 8px, 0);
      -ms-transform: translate3d(0, 8px, 0);
      -o-transform: translate3d(0, 8px, 0); }
    #header nav .bars.step-1 .bar-2 {
      transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg); }
    #header nav .bars.step-1 .bar-3 {
      transform: translate3d(0, -8px, 0);
      -moz-transform: translate3d(0, -8px, 0);
      -webkit-transform: translate3d(0, -8px, 0);
      -ms-transform: translate3d(0, -8px, 0);
      -o-transform: translate3d(0, -8px, 0); }
    #header nav .bars.step-2 .bar-1 {
      transform: translate3d(0, 8px, 0) rotate(135deg);
      -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
      -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
      -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
      -o-transform: translate3d(0, 8px, 0) rotate(135deg); }
    #header nav .bars.step-2 .bar-2 {
      transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg); }
    #header nav .bars.step-2 .bar-3 {
      transform: translate3d(0, -8px, 0) rotate(135deg);
      -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
      -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
      -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
      -o-transform: translate3d(0, -8px, 0) rotate(135deg); }
    #header nav .sp_nav {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 50px;
      left: 0;
      z-index: 2000;
      opacity: 0;
      visibility: hidden;
      transition: all 0.7s;
      -moz-transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -ms-transition: all 0.7s;
      -o-transition: all 0.7s; }
      #header nav .sp_nav .bg {
        width: 100%;
        height: 100%;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
      #header nav .sp_nav.open {
        opacity: 1;
        visibility: visible;
        transition: all 0.7s;
        -moz-transition: all 0.7s;
        -webkit-transition: all 0.7s;
        -ms-transition: all 0.7s;
        -o-transition: all 0.7s; }
    #header nav ul li {
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      border-bottom: 1px solid #008eca;
      list-style: none; }
      #header nav ul li a {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding: 20px; }
        #header nav ul li a:link, #header nav ul li a:visited, #header nav ul li a:active, #header nav ul li a:hover {
          text-decoration: none;
          color: #008eca; }
        #header nav ul li a.here {
          background: #008eca;
          color: #fff; }
      #header nav ul li:nth-child(1) a:before {
        content: url(../../img/front/hako-ren/02.png);
        margin: 3px 8px 0 0; }
      #header nav ul li:nth-child(1) a:hover:before {
        content: url(../../img/front/hako-ren/02.png);
        margin: 3px 8px 0 0; }
      #header nav ul li:nth-child(1) a.here:before {
        content: url(../../img/front/hako-ren/02b.png);
        margin: 3px 8px 0 0; }
      #header nav ul li:nth-child(2) a:before {
        content: url(../../img/front/hako-ren/03.png);
        margin: 3px 8px 0 0; }
      #header nav ul li:nth-child(2) a:hover:before {
        content: url(../../img/front/hako-ren/03.png);
        margin: 3px 8px 0 0; }
      #header nav ul li:nth-child(2) a.here:before {
        content: url(../../img/front/hako-ren/03b.png);
        margin: 3px 8px 0 0; }
      #header nav ul li:nth-child(3) a:before {
        content: url(../../img/front/hako-ren/04.png);
        margin: 3px 8px 0 0; }
      #header nav ul li:nth-child(3) a:hover:before {
        content: url(../../img/front/hako-ren/04.png);
        margin: 3px 8px 0 0; }
      #header nav ul li:nth-child(3) a.here:before {
        content: url(../../img/front/hako-ren/04b.png);
        margin: 3px 8px 0 0; }
      #header nav ul li:nth-child(4) a:before {
        content: url(../../img/front/hako-ren/05.png);
        margin: 3px 10px 0 0; }
      #header nav ul li:nth-child(4) a:hover:before {
        content: url(../../img/front/hako-ren/05.png);
        margin: 3px 10px 0 0; }
      #header nav ul li:nth-child(4) a.here:before {
        content: url(../../img/front/hako-ren/05b.png);
        margin: 3px 10px 0 0; }
      #header nav ul li:nth-child(5) a:before {
        content: url(../../img/front/hako-ren/06.png);
        margin: 3px 8px 0 0; }
      #header nav ul li:nth-child(5) a:hover:before {
        content: url(../../img/front/hako-ren/06.png);
        margin: 3px 8px 0 0; }
      #header nav ul li:nth-child(5) a.here:before {
        content: url(../../img/front/hako-ren/06b.png);
        margin: 3px 8px 0 0; }

  /* ------------ top_eyecatch ------------ */
  #top_eyecatch .reservation_box {
    width: 100%;
    padding-top: 91.6%;
    background: url(../img/front/hako-ren/08_sp.jpg) no-repeat top center;
    background-size: contain; }
    #top_eyecatch .reservation_box .form_box {
      display: none; }

  /* ------------ top_guidance ------------ */
  #top_guidance {
    padding: 50px 0;
    text-align: center; }
    #top_guidance h3 {
      font-size: 22px;
      line-height: 1.2;
      font: normal 2.2rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #333;
      font-feature-settings: "palt"; }
    #top_guidance p.copy {
      margin: 10px 0 0 0;
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
    #top_guidance ul {
      width: 90%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #top_guidance ul li {
        list-style: none;
        width: 48%;
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
        margin: 20px 0 0 0; }
        #top_guidance ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top_guidance ul li a p {
            background: #003887;
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #fff;
            padding: 10px 0; }
          #top_guidance ul li a figure {
            width: 100%; }
            #top_guidance ul li a figure img {
              width: 100%;
              vertical-align: bottom; }
          #top_guidance ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
    #top_guidance.sub {
      background-size: contain;
      padding: 0 0 50px 0; }
      #top_guidance.sub h3 {
        width: 90%;
        margin: 0 auto;
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #003887;
        font-weight: 700; }
      #top_guidance.sub p {
        width: 90%;
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        margin: 10px auto 0; }
        #top_guidance.sub p br {
          display: none; }

  /* ------------ top_info ------------ */
  #top_info {
    padding: 50px 0;
    text-align: center;
    background: #f4f6f8; }
    #top_info .news_box {
      width: 90%;
      margin: 0 auto; }
      #top_info .news_box h4 {
        font-size: 22px;
        line-height: 1.5;
        font: normal 2.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #333;
        font-feature-settings: "palt"; }
      #top_info .news_box hr {
        width: 20px;
        margin: 5px auto 0;
        border: none;
        border-bottom: 3px solid #008eca; }
      #top_info .news_box p.en {
        font-size: 12px;
        line-height: 1.5;
        font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #666;
        margin: 5px 0 0 0; }
      #top_info .news_box dl {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        display: flex;
        justify-content: space-between;
        text-align: left;
        border-bottom: 1px dotted #999;
        padding: 10px 0;
        margin: 10px 0 0 0; }
        #top_info .news_box dl dt {
          width: 25%;
          word-wrap: break-word; }
        #top_info .news_box dl dd {
          width: 72%; }
          #top_info .news_box dl dd a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #top_info .news_box dl dd a:link, #top_info .news_box dl dd a:visited, #top_info .news_box dl dd a:active {
              text-decoration: none;
              color: #008eca; }
            #top_info .news_box dl dd a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
        #top_info .news_box dl:last-of-type {
          border: none; }
      #top_info .news_box a.button {
        width: 70%;
        margin: 30px 0 0 0;
        padding: 20px 0;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        background-color: #003887;
        color: #fff;
        display: inline-block;
        text-align: center;
        position: relative;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #top_info .news_box a.button:before {
          content: 'arrow_right';
          position: absolute;
          color: #fff;
          right: 10px;
          top: 15px;
          font-size: 2.6rem; }
        #top_info .news_box a.button:link, #top_info .news_box a.button:visited, #top_info .news_box a.button:active {
          text-decoration: none; }
        #top_info .news_box a.button:hover {
          background-color: #008eca;
          color: #fff; }
          #top_info .news_box a.button:hover:before {
            color: #fff; }
      #top_info .news_box:last-of-type {
        width: 90%;
        margin: 30px auto 0; }

  /* ------------ top_price ------------ */
  #top_price {
    padding: 50px 0; }
    #top_price h4 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #333;
      text-align: center;
      font-feature-settings: "palt"; }
    #top_price hr {
      width: 20px;
      margin: 5px auto 0;
      border: none;
      border-bottom: 3px solid #008eca; }
    #top_price p.en {
      font-size: 12px;
      line-height: 1.5;
      font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #666;
      margin: 5px 0 0 0;
      text-align: center; }
    #top_price ul {
      width: 90%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #top_price ul li {
        width: 48%;
        list-style: none;
        margin: 20px 0 0 0; }
        #top_price ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          display: block; }
          #top_price ul li a:link, #top_price ul li a:visited, #top_price ul li a:active {
            text-decoration: none;
            color: #008eca; }
          #top_price ul li a img {
            width: 100%;
            vertical-align: bottom; }
          #top_price ul li a p {
            background: #003887;
            color: #fff;
            font-size: 10px;
            line-height: 1;
            font: normal 1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            padding: 5px 10px;
            margin: 10px auto 0 0;
            display: inline-block; }
            #top_price ul li a p.c_01 {
              background: #008eca; }
          #top_price ul li a h5 {
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #003887;
            text-align: center;
            font-weight: 700; }
            #top_price ul li a h5:before {
              content: 'arrow_right';
              color: #003887;
              font-size: 2.0rem; }
          #top_price ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }

  /* ------------ top_use ------------ */
  #top_use {
    background: url(../img/14.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 50px 0;
    text-align: center; }
    #top_use h4 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #fff;
      font-feature-settings: "palt"; }
    #top_use hr {
      width: 20px;
      margin: 5px auto 0;
      border: none;
      border-bottom: 3px solid #fff; }
    #top_use p.en {
      font-size: 12px;
      line-height: 1.5;
      font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #fff;
      margin: 5px 0 0 0; }
    #top_use ul {
      width: 60%;
      margin: 0 auto; }
      #top_use ul li {
        list-style: none;
        width: 100%;
        margin: 30px auto 0; }
        #top_use ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top_use ul li a figure {
            width: 100%; }
            #top_use ul li a figure img {
              width: 100%;
              vertical-align: bottom; }
          #top_use ul li a p {
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #fff;
            border-left: 5px solid #fe4c4b;
            text-align: left;
            padding: 0 0 0 10px;
            margin: 15px 0 0 0; }
          #top_use ul li a:link, #top_use ul li a:visited, #top_use ul li a:active {
            text-decoration: none; }
          #top_use ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
    #top_use a.button {
      width: 60%;
      margin: 40px 0 0 0;
      padding: 15px 0;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      background-color: #fe4c4b;
      color: #fff;
      display: inline-block;
      text-align: center;
      position: relative;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #top_use a.button:before {
        content: 'arrow_right';
        position: absolute;
        color: #fff;
        right: 5px;
        top: 12px;
        font-size: 2.0rem; }
      #top_use a.button:link, #top_use a.button:visited, #top_use a.button:active {
        text-decoration: none; }
      #top_use a.button:hover {
        background-color: #008eca;
        color: #fff; }
        #top_use a.button:hover:before {
          color: #fff; }

  /* ------------ top_shop ------------ */
  #top_shop {
    padding: 50px 0;
    text-align: center;
    width: 90%;
    margin: 0 auto; }
    #top_shop h4 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #333;
      font-feature-settings: "palt"; }
    #top_shop hr {
      width: 20px;
      margin: 5px auto 0;
      border: none;
      border-bottom: 3px solid #008eca; }
    #top_shop p.en {
      font-size: 12px;
      line-height: 1.5;
      font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #666;
      margin: 5px 0 0 0; }
    #top_shop ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #top_shop ul li {
        list-style: none;
        width: 48%;
        margin: 30px 0 0 0; }
        #top_shop ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top_shop ul li a figure {
            width: 100%; }
            #top_shop ul li a figure img {
              width: 100%;
              vertical-align: bottom; }
          #top_shop ul li a p {
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333;
            text-align: left;
            margin: 5px 0 0 0; }
            #top_shop ul li a p.name {
              font-size: 16px;
              line-height: 1.5;
              font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              color: #008eca;
              text-align: center;
              margin: 10px 0 0 0; }
          #top_shop ul li a:link, #top_shop ul li a:visited, #top_shop ul li a:active {
            text-decoration: none; }
          #top_shop ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }

  /* ------------ pagetop ------------ */
  #pagetop {
    margin: 50px 0 0 0; }
    #pagetop a {
      display: block;
      background: #008eca;
      padding: 10px 0;
      transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      position: relative; }
      #pagetop a p {
        text-align: center;
        font-size: 12px;
        line-height: 1;
        font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
      #pagetop a:link, #pagetop a:visited, #pagetop a:active {
        text-decoration: none;
        color: #fff; }
      #pagetop a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }
      #pagetop a:before {
        content: "";
        position: absolute;
        top: -20px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-bottom: 12px solid #008eca;
        z-index: 2; }
      #pagetop a:after {
        content: "";
        position: absolute;
        top: -20px;
        left: 50%;
        margin-left: -15px;
        border: 12px solid transparent;
        border-bottom: 12px solid #008eca;
        z-index: 1; }

  #pagetop_c {
    width: 30px;
    height: 30px;
    position: fixed;
    right: -30px;
    bottom: 30px;
    background: #1a9f00;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1000; }
    #pagetop_c a {
      position: relative;
      display: block;
      width: 30px;
      height: 30px;
      text-decoration: none;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #pagetop_c a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
      #pagetop_c a::before {
        content: 'arrow_drop_up';
        font-size: 30px;
        color: #fff;
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 2000;
        text-align: center; }

  /* ------------ footer ------------ */
  #footer {
    background: #003887;
    text-align: center; }
    #footer .box_01 {
      padding: 50px 0; }
      #footer .box_01 figure {
        margin: 30px 0 0 0; }
        #footer .box_01 figure a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #footer .box_01 figure a img {
            max-width: 160px;
            vertical-align: bottom; }
          #footer .box_01 figure a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
      #footer .box_01 ul.rese_box {
        width: 90%;
        margin: 30px auto 0; }
        #footer .box_01 ul.rese_box li {
          list-style: none;
          height: 50px;
          display: flex;
          justify-content: center;
          align-items: center; }
          #footer .box_01 ul.rese_box li:nth-child(1) a {
            width: 100%;
            height: 50px;
            background-color: #fe4c4b;
            font-size: 16px;
            line-height: 1;
            font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            position: relative; }
            #footer .box_01 ul.rese_box li:nth-child(1) a:before {
              content: 'arrow_right';
              position: absolute;
              color: #fff;
              right: 5px;
              top: 16px;
              font-size: 2.0rem; }
            #footer .box_01 ul.rese_box li:nth-child(1) a:link, #footer .box_01 ul.rese_box li:nth-child(1) a:visited, #footer .box_01 ul.rese_box li:nth-child(1) a:active {
              text-decoration: none; }
            #footer .box_01 ul.rese_box li:nth-child(1) a:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
          #footer .box_01 ul.rese_box li:nth-child(2) {
            width: 100%;
            font-size: 18px;
            line-height: 1;
            font: normal 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            background-color: #fff;
            color: #003887; }
            #footer .box_01 ul.rese_box li:nth-child(2) .small {
              font-size: 10px;
              line-height: 1;
              font: normal 1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              vertical-align: middle;
              margin: 0 0 0 5px; }
      #footer .box_01 ul.shop_box {
        width: 90%;
        margin: 0 auto; }
        #footer .box_01 ul.shop_box li {
          list-style: none;
          width: 100%;
          margin: 30px 0 0 0; }
          #footer .box_01 ul.shop_box li p {
            font-size: 12px;
            line-height: 1.5;
            font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #fff; }
            #footer .box_01 ul.shop_box li p.shopname {
              font-size: 16px;
              line-height: 1.5;
              font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              color: #fff;
              border: 1px solid #fff;
              padding: 5px;
              box-sizing: border-box; }
            #footer .box_01 ul.shop_box li p.tel {
              font-size: 26px;
              line-height: 1.5;
              font: normal 2.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              color: #fff;
              margin: 10px 0 0 0; }
              #footer .box_01 ul.shop_box li p.tel::before {
                content: 'contact_phone';
                font-size: 26px;
                margin: -10px 10px 0 0;
                color: #fff; }
      #footer .box_01 a.button {
        width: 90%;
        margin: 30px auto 0;
        padding: 15px;
        background-color: #fe4c4b;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        position: relative;
        box-sizing: border-box; }
        #footer .box_01 a.button:before {
          content: 'arrow_right';
          position: absolute;
          color: #fff;
          right: 10px;
          top: 13px;
          font-size: 2.0rem; }
        #footer .box_01 a.button:link, #footer .box_01 a.button:visited, #footer .box_01 a.button:active {
          text-decoration: none; }
        #footer .box_01 a.button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      #footer .box_01 nav.f_nav {
        width: 90%;
        margin: 0 auto; }
        #footer .box_01 nav.f_nav ul {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          margin: 20px 0 0 0; }
          #footer .box_01 nav.f_nav ul li {
            width: 45%;
            text-align: left;
            list-style: none;
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
            #footer .box_01 nav.f_nav ul li > ul {
              margin: 10px 0 0 0; }
              #footer .box_01 nav.f_nav ul li > ul li {
                width: 100%;
                padding: 3px 0;
                display: none; }
                #footer .box_01 nav.f_nav ul li > ul li a {
                  transition: all 0.5s;
                  -moz-transition: all 0.5s;
                  -webkit-transition: all 0.5s;
                  -ms-transition: all 0.5s;
                  -o-transition: all 0.5s;
                  position: relative;
                  padding: 0 0 0 15px; }
                  #footer .box_01 nav.f_nav ul li > ul li a:link, #footer .box_01 nav.f_nav ul li > ul li a:visited, #footer .box_01 nav.f_nav ul li > ul li a:active {
                    text-decoration: none;
                    color: #fff; }
                  #footer .box_01 nav.f_nav ul li > ul li a:hover {
                    opacity: 0.7;
                    filter: alpha(opacity=70); }
                  #footer .box_01 nav.f_nav ul li > ul li a:before {
                    content: 'arrow_right';
                    position: absolute;
                    color: #fff;
                    left: -5px;
                    top: 2px;
                    font-size: 2.0rem; }
                #footer .box_01 nav.f_nav ul li > ul li.title {
                  font-weight: 700;
                  display: block; }
      #footer .box_01 p.title {
        font-size: 20px;
        line-height: 1.2;
        font: normal 2rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #fff; }
    #footer .box_02 {
      display: flex;
      justify-content: space-between;
      background: #fff;
      flex-wrap: wrap;
      padding: 20px 0; }
      #footer .box_02 p {
        width: 100%;
        font-size: 10px;
        line-height: 1.5;
        font: normal 1rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #666;
        text-align: center;
        order: 2;
        margin: 10px 0 0 0; }
      #footer .box_02 ul {
        width: 100%;
        display: flex;
        justify-content: center;
        order: 1; }
        #footer .box_02 ul li {
          list-style: none;
          font-size: 12px;
          line-height: 1.5;
          font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #footer .box_02 ul li a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #footer .box_02 ul li a:link, #footer .box_02 ul li a:visited, #footer .box_02 ul li a:active {
              text-decoration: none;
              color: #003887; }
            #footer .box_02 ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
          #footer .box_02 ul li:after {
            content: '｜'; }
          #footer .box_02 ul li:last-child:after {
            content: ''; }

  /* ------------ 下層ページ ------------ */
  /* ------------ page_title ------------ */
  #page_title {
    height: 100px;
    margin: 50px 0 0 0;
    background: url(../../img/front/hako-ren/22.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center; }
    #page_title h2 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #fff;
      padding: 5px 25px;
      text-shadow: 0 0 5px #003887;
      border: 1px solid #fff; }

  /* ------------ breadcrumb_list ------------ */
  #breadcrumb_list {
    margin-bottom: 15px;
    /*background: #eef1f4;*/ }
    #breadcrumb_list ul {
      width: 90%;
      margin: 10px 0 0;
      display: flex;
      justify-content: flex-start; }
      #breadcrumb_list ul li {
        list-style: none;
        font-size: 10px!important;
        line-height: 1.5;
        font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333; }
        #breadcrumb_list ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
            font-size: 10px!important; }
          #breadcrumb_list ul li a:link, #breadcrumb_list ul li a:visited, #breadcrumb_list ul li a:active {
            text-decoration: none;
            color: #008eca; }
          #breadcrumb_list ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #breadcrumb_list ul li:before {
          content: '＞';
          padding: 0 5px; }
        #breadcrumb_list ul li:first-child:before {
          content: '';
          padding: 0; }

  /* ------------ content_box ------------ */
  #content_box {
    width: 90%;
    padding: 50px 0;
    text-align: center;
    margin: 0 auto; }
    #content_box h3 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #333;
      font-feature-settings: "palt"; }
      #content_box h3.mt70 {
        margin: 50px 0 0 0; }
    #content_box hr {
      width: 20px;
      margin: 5px auto 0;
      border: none;
      border-bottom: 3px solid #008eca; }
    #content_box p.copy_en {
      font-size: 12px;
      line-height: 1.5;
      font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #666;
      margin: 5px 0 0 0; }
    #content_box.w100 {
      padding: 50px 0 0 0; }

  /* ------------ price_box ------------ */
  #price_box.bg_01 {
    margin: 50px auto 0; }
  #price_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #price_box ul li {
      width: 48%;
      list-style: none;
      margin: 30px 0 0 0;
      text-align: left; }
      #price_box ul li a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        display: block; }
        #price_box ul li a:link, #price_box ul li a:visited, #price_box ul li a:active {
          text-decoration: none;
          color: #008eca; }
        #price_box ul li a img {
          width: 100%;
          vertical-align: bottom; }
        #price_box ul li a p {
          background: #003887;
          color: #fff;
          font-size: 10px;
          line-height: 1;
          font: normal 1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          padding: 5px 10px;
          margin: 10px auto 0 0;
          display: inline-block; }
          #price_box ul li a p.c_01 {
            background: #008eca; }
        #price_box ul li a h4 {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #003887;
          text-align: center;
          font-weight: 700; }
          #price_box ul li a h4:before {
            content: 'arrow_right';
            color: #003887;
            font-size: 2.0rem; }
        #price_box ul li a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }

  /* ------------ cartype_box ------------ */
  #cartype_box .cartype_box_g {
    padding: 30px 0;
    border-bottom: 10px solid #f4f6f8; }
    #cartype_box .cartype_box_g .cartype_box_wrap figure {
      width: 70%;
      margin: 0 auto; }
      #cartype_box .cartype_box_g .cartype_box_wrap figure img {
        width: 100%;
        vertical-align: bottom; }
      #cartype_box .cartype_box_g .cartype_box_wrap figure ul li {
        list-style: none;
        font-size: 12px;
        line-height: 2;
        font: normal 1.2rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        text-align: left; }
      #cartype_box .cartype_box_g .cartype_box_wrap figure a.button {
        display: none; }
    #cartype_box .cartype_box_g .cartype_box_wrap .text_box {
      margin: 20px 0 0 0; }
      #cartype_box .cartype_box_g .cartype_box_wrap .text_box h4 {
        padding: 10px 0;
        background: #003887;
        font-size: 22px;
        line-height: 1;
        font: normal 2.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #fff;
        font-feature-settings: "palt"; }
        #cartype_box .cartype_box_g .cartype_box_wrap .text_box h4 .small {
          font-size: 12px;
          line-height: 1;
          font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 400; }
      #cartype_box .cartype_box_g .cartype_box_wrap .text_box p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        text-align: left;
        margin: 10px 0 0 0; }
      #cartype_box .cartype_box_g .cartype_box_wrap .text_box dl {
        display: flex;
        justify-content: space-between;
        text-align: left;
        margin: 15px 0 0 0;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #cartype_box .cartype_box_g .cartype_box_wrap .text_box dl dt {
          width: 25%;
          background: #e9edf2;
          text-align: center;
          padding: 5px 0; }
        #cartype_box .cartype_box_g .cartype_box_wrap .text_box dl dd {
          width: 70%;
          padding: 5px 0; }
      #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table {
        margin: 20px 0 0 0; }
        #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul {
          display: flex;
          justify-content: space-between; }
          #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul li {
            list-style: none;
            width: 50%;
            text-align: center;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            padding: 10px 0;
            border-bottom: 2px solid #dcdcdc; }
            #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul li a {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              display: block; }
              #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul li a:link, #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul li a:visited, #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul li a:active {
                text-decoration: none;
                color: #666; }
              #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul li a:hover {
                color: #003887; }
            #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul li.active {
              border-bottom: 2px solid #003887; }
              #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul li.active a {
                transition: all 0.5s;
                -moz-transition: all 0.5s;
                -webkit-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s;
                font-weight: 700; }
                #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul li.active a:link, #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul li.active a:visited, #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul li.active a:active {
                  text-decoration: none;
                  color: #003887; }
                #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul li.active a:hover {
                  opacity: 0.7;
                  filter: alpha(opacity=70); }
        #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table .tabcontents {
          display: none; }
          #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table .tabcontents table {
            width: 100%;
            margin: 20px 0 0 0; }
            #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table .tabcontents table tr {
              background: #fff;
              font-size: 14px;
              line-height: 1.5;
              font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              border-bottom: 1px solid #e9edf2;
              color: #333; }
              #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table .tabcontents table tr th {
                padding: 5px;
                border-right: 1px solid #e9edf2;
                border-left: 1px solid #e9edf2;
                border-top: 1px solid #e9edf2;
                background: #e9edf2;
                width: 50%; }
                #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table .tabcontents table tr th:last-child {
                  border: none;
                  border-right: 1px solid #e9edf2; }
              #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table .tabcontents table tr td {
                padding: 5px;
                border-right: 1px solid #e9edf2;
                border-left: 1px solid #e9edf2; }
                #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table .tabcontents table tr td:last-child {
                  border: none;
                  font-size: 18px;
                  line-height: 1.5;
                  font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                  font-weight: 700;
                  color: #fe4c4b;
                  border-right: 1px solid #e9edf2; }
          #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table .tabcontents p {
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table .tabcontents dl {
            display: flex;
            justify-content: space-between;
            text-align: left;
            margin: 10px 0 0 0;
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
            #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table .tabcontents dl dt {
              width: 30%;
              background: #e9edf2;
              text-align: center;
              padding: 5px 0; }
            #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table .tabcontents dl dd {
              width: 65%;
              padding: 5px 0; }
        #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table .tabcontents.active {
          display: block; }
      #cartype_box .cartype_box_g .cartype_box_wrap .text_box a.button {
        width: 100%;
        margin: 20px 0 0 0;
        padding: 15px 0;
        background-color: #fe4c4b;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        position: relative; }
        #cartype_box .cartype_box_g .cartype_box_wrap .text_box a.button:before {
          content: 'arrow_right';
          position: absolute;
          color: #fff;
          right: 10px;
          top: 12px;
          font-size: 2.6rem; }
        #cartype_box .cartype_box_g .cartype_box_wrap .text_box a.button:link, #cartype_box .cartype_box_g .cartype_box_wrap .text_box a.button:visited, #cartype_box .cartype_box_g .cartype_box_wrap .text_box a.button:active {
          text-decoration: none; }
        #cartype_box .cartype_box_g .cartype_box_wrap .text_box a.button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }

  /* ------------ shop_box ------------ */
  #shop_box .shop_box_wrap {
    padding: 30px 0;
    border-bottom: 10px solid #f4f6f8; }
    #shop_box .shop_box_wrap .shop_info_box figure {
      width: 70%;
      margin: 0 auto; }
      #shop_box .shop_box_wrap .shop_info_box figure img {
        width: 100%;
        vertical-align: bottom; }
    #shop_box .shop_box_wrap .shop_info_box .text_box {
      text-align: left;
      margin: 20px 0 0 0; }
      #shop_box .shop_box_wrap .shop_info_box .text_box h4 {
        background: #003887;
        font-size: 18px;
        line-height: 1.2;
        font: normal 1.8rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #fff;
        padding: 10px;
        display: flex; }
        #shop_box .shop_box_wrap .shop_info_box .text_box h4 .shop_link {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 400;
          margin: 0 0 0 auto;
          display: inline-block; }
          #shop_box .shop_box_wrap .shop_info_box .text_box h4 .shop_link a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            position: relative; }
            #shop_box .shop_box_wrap .shop_info_box .text_box h4 .shop_link a:link, #shop_box .shop_box_wrap .shop_info_box .text_box h4 .shop_link a:visited, #shop_box .shop_box_wrap .shop_info_box .text_box h4 .shop_link a:active {
              text-decoration: none;
              color: #fff; }
            #shop_box .shop_box_wrap .shop_info_box .text_box h4 .shop_link a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #shop_box .shop_box_wrap .shop_info_box .text_box h4 .shop_link a:before {
              content: 'arrow_right';
              position: absolute;
              color: #fff;
              left: -20px;
              top: 0;
              font-size: 2.6rem; }
      #shop_box .shop_box_wrap .shop_info_box .text_box p {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        margin: 10px 0 0 0; }
      #shop_box .shop_box_wrap .shop_info_box .text_box dl {
        display: flex;
        justify-content: space-between;
        text-align: left;
        margin: 10px 0 0 0;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
        #shop_box .shop_box_wrap .shop_info_box .text_box dl dt {
          width: 25%;
          background: #e9edf2;
          text-align: center;
          padding: 5px 0; }
        #shop_box .shop_box_wrap .shop_info_box .text_box dl dd {
          width: 70%;
          padding: 5px 0; }
    #shop_box .shop_box_wrap .gmap {
      margin: 20px 0 0 0; }
    #shop_box .shop_box_wrap:last-of-type {
      border: none;
      padding: 70px 0 0 0; }

  /* ------------ faq_box ------------ */
  #faq_box .link_box {
    margin: 30px 0 0 0; }
    #faq_box .link_box p {
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333; }
    #faq_box .link_box ul {
      margin: 10px auto 0;
      background: #003887; }
      #faq_box .link_box ul li {
        list-style: none;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        text-align: left;
        border-bottom: 1px solid #fff; }
        #faq_box .link_box ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          position: relative;
          padding: 10px;
          display: block; }
          #faq_box .link_box ul li a:link, #faq_box .link_box ul li a:visited, #faq_box .link_box ul li a:active {
            text-decoration: none;
            color: #fff; }
          #faq_box .link_box ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #faq_box .link_box ul li a:before {
            content: 'arrow_drop_down';
            position: absolute;
            color: #fff;
            right: 5px;
            top: 5px;
            font-size: 2.6rem; }
  #faq_box .qa_box_g {
    margin: 30px 0 0 0; }
    #faq_box .qa_box_g h4 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #333; }
    #faq_box .qa_box_g .cp_qa *, #faq_box .qa_box_g .cp_qa *:after, #faq_box .qa_box_g .cp_qa *:before {
      box-sizing: border-box; }
    #faq_box .qa_box_g .cp_qa {
      overflow-x: hidden;
      margin: 0 auto; }
      #faq_box .qa_box_g .cp_qa .cp_actab {
        margin: 15px 0 0 0;
        text-align: left; }
      #faq_box .qa_box_g .cp_qa label {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #003887;
        padding: 10px 20px 10px 30px;
        position: relative;
        display: block;
        cursor: pointer;
        background: #eef1f4;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        border: 3px solid #eef1f4; }
        #faq_box .qa_box_g .cp_qa label:hover {
          border: 3px solid #003887; }
      #faq_box .qa_box_g .cp_qa .cp_actab-content {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        position: relative;
        overflow: hidden;
        height: 0;
        margin: 0 20px;
        padding: 0 10px;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
        opacity: 0; }
        #faq_box .qa_box_g .cp_qa .cp_actab-content ol {
          margin: 0 0 0 10px; }
          #faq_box .qa_box_g .cp_qa .cp_actab-content ol li {
            margin: 5px 0 0 0; }
        #faq_box .qa_box_g .cp_qa .cp_actab-content ul {
          margin: 10px 0 0 20px; }
          #faq_box .qa_box_g .cp_qa .cp_actab-content ul li {
            margin: 5px 0 0 0;
            list-style: disc; }
      #faq_box .qa_box_g .cp_qa input[type=checkbox]:checked ~ .cp_actab-content {
        height: auto;
        padding: 10px;
        opacity: 1; }
      #faq_box .qa_box_g .cp_qa .cp_plus {
        font-size: 30px;
        line-height: 1;
        font: normal 3rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #008eca;
        margin: 5px 0 0 10px;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
        position: absolute;
        z-index: 5; }
      #faq_box .qa_box_g .cp_qa input[type=checkbox]:checked ~ .cp_plus {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      #faq_box .qa_box_g .cp_qa input[type=checkbox] {
        display: none; }

  /* ------------ inquery_box ------------ */
  #inquery_box .point_box {
    margin: 30px 0 0 0; }
    #inquery_box .point_box p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 0; }
    #inquery_box .point_box ul {
      padding: 10px;
      margin: 10px auto 0;
      background: #eef1f4; }
      #inquery_box .point_box ul li {
        list-style: disc;
        text-align: left;
        font-size: 12px;
        line-height: 1.5;
        font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 10px 0 0 20px; }
        #inquery_box .point_box ul li.red {
          color: #fe4c4b; }
  #inquery_box .faq_box_g {
    margin: 30px 0 0 0; }
    #inquery_box .faq_box_g h4 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #003887; }
    #inquery_box .faq_box_g dl {
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      padding: 15px 0;
      border-bottom: 1px dotted #dcdcdc; }
      #inquery_box .faq_box_g dl dt {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        text-align: left; }
        #inquery_box .faq_box_g dl dt .required {
          font-size: 10px;
          line-height: 1;
          font: normal 1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 400;
          color: #fff;
          background: #fe4c4b;
          margin: 0 10px 0 0;
          padding: 5px;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px; }
      #inquery_box .faq_box_g dl dd {
        margin: 15px 0 0 0;
        text-align: left; }
        #inquery_box .faq_box_g dl dd select {
          width: 100%;
          height: 40px;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border: none;
          box-sizing: border-box;
          color: #333;
          background-color: #f5f5f5;
          border: 1px solid #dcdcdc;
          padding: 0 10px; }
        #inquery_box .faq_box_g dl dd textarea {
          width: 100%;
          height: 200px;
          border: 1px solid #dcdcdc;
          padding: 10px;
          resize: none;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          box-sizing: border-box;
          -webkit-appearance: none; }
          #inquery_box .faq_box_g dl dd textarea::-webkit-input-placeholder {
            color: #999; }
          #inquery_box .faq_box_g dl dd textarea::placeholder {
            color: #999; }
          #inquery_box .faq_box_g dl dd textarea::-ms-input-placeholder {
            color: #999; }
          #inquery_box .faq_box_g dl dd textarea::-ms-input-placeholder {
            color: #999; }
        #inquery_box .faq_box_g dl dd input[type="text"] {
          width: 100%;
          border: 1px solid #dcdcdc;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          box-sizing: border-box;
          padding: 10px;
          -webkit-appearance: none; }
          #inquery_box .faq_box_g dl dd input[type="text"]::-webkit-input-placeholder {
            color: #999; }
          #inquery_box .faq_box_g dl dd input[type="text"]::placeholder {
            color: #999; }
          #inquery_box .faq_box_g dl dd input[type="text"]::-ms-input-placeholder {
            color: #999; }
          #inquery_box .faq_box_g dl dd input[type="text"]::-ms-input-placeholder {
            color: #999; }
        #inquery_box .faq_box_g dl dd input:focus {
          outline: none; }
      #inquery_box .faq_box_g dl:first-of-type {
        border-top: 1px solid #dcdcdc;
        margin: 20px 0 0 0; }
  #inquery_box .submit_box {
    text-align: center;
    margin: 10px 0 0 0; }
    #inquery_box .submit_box p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333; }
      #inquery_box .submit_box p br {
        display: none; }
    #inquery_box .submit_box a {
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #inquery_box .submit_box a:link, #inquery_box .submit_box a:visited, #inquery_box .submit_box a:active {
        text-decoration: none;
        color: #008eca; }
      #inquery_box .submit_box a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
    #inquery_box .submit_box .submit_button {
      width: 100%;
      padding: 15px 0;
      margin: 20px 0 0 0;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #fff;
      text-align: center;
      background-color: #fe4c4b;
      border: none;
      cursor: pointer;
      display: inline-block;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-appearance: button;
      position: relative; }
      #inquery_box .submit_box .submit_button:after {
        content: 'send';
        font-size: 1.6rem;
        color: #fff;
        position: absolute;
        top: 15px;
        right: 10px; }
      #inquery_box .submit_box .submit_button:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
    #inquery_box .submit_box .back_button {
      width: 100%;
      padding: 15px 0;
      margin: 20px 0 0 0;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #666;
      text-align: center;
      background-color: #dcdcdc;
      border-style: none;
      cursor: pointer;
      display: inline-block;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-appearance: button; }
      #inquery_box .submit_box .back_button:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
    #inquery_box .submit_box .agree_box {
      display: block;
      margin: 20px 0 0 0;
      text-align: center;
      cursor: pointer; }
      #inquery_box .submit_box .agree_box span {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        vertical-align: middle; }
      #inquery_box .submit_box .agree_box input.mark {
        width: 20px;
        height: 20px;
        border: 1px solid #dcdcdc; }
  #inquery_box table {
    width: 100%; }
    #inquery_box table th {
      width: 30%;
      padding: 10px;
      border-bottom: 1px solid #dcdcdc;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      text-align: left;
      color: #333;
      font-weight: 700;
      background: #f7f7f7;
      box-sizing: border-box; }
    #inquery_box table td {
      padding: 10px;
      border-bottom: 1px solid #dcdcdc;
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      text-align: left;
      color: #333;
      box-sizing: border-box; }

  /* ------------ guide_box ------------ */
  #guide_box {
    text-align: center; }
    #guide_box ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      #guide_box ul li {
        width: 45%;
        list-style: none;
        margin: 30px 0 0 0; }
        #guide_box ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #guide_box ul li a:link, #guide_box ul li a:visited, #guide_box ul li a:active {
            text-decoration: none;
            color: #003887; }
          #guide_box ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #guide_box ul li a img {
            width: 60%;
            vertical-align: bottom;
            margin: 0 auto;
            display: block; }
          #guide_box ul li a h4 {
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            margin: 10px 0 0 0;
            font-weight: 700; }
          #guide_box ul li a.here h4 {
            font-weight: 700; }
    #guide_box.sub {
      margin: 30px 0 0 0; }
      #guide_box.sub h3 {
        font-size: 22px;
        line-height: 1.5;
        font: normal 2.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #333;
        font-feature-settings: "palt"; }
        #guide_box.sub h3.mt70 {
          margin: 30px 0 0 0; }
      #guide_box.sub hr {
        width: 20px;
        margin: 5px auto 0;
        border: none;
        border-bottom: 3px solid #008eca; }
      #guide_box.sub p.copy_en {
        font-size: 12px;
        line-height: 1.5;
        font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #666;
        margin: 5px 0 0 0; }

  #guide_box_sub {
    margin: 30px auto 0; }
    #guide_box_sub p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333; }
    #guide_box_sub .flow_box {
      margin: 30px 0 0 0; }
      #guide_box_sub .flow_box .flow_n .wrap_box {
        background: #003887;
        padding: 10px;
        text-align: left; }
        #guide_box_sub .flow_box .flow_n .wrap_box P.circle {
          display: inline-block;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          background: #fff;
          color: #003887;
          text-align: center;
          font-size: 18px;
          line-height: 1;
          font: normal 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          line-height: 30px;
          font-weight: 700; }
        #guide_box_sub .flow_box .flow_n .wrap_box P.title {
          font-size: 20px;
          line-height: 1.5;
          font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #fff;
          display: inline-block; }
      #guide_box_sub .flow_box .text_box {
        text-align: left; }
        #guide_box_sub .flow_box .text_box h5 {
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #003887;
          font-weight: 700;
          position: relative;
          padding: 0 0 0 25px;
          margin: 20px 0 0 0; }
          #guide_box_sub .flow_box .text_box h5:before {
            content: 'check_circle';
            position: absolute;
            color: #003887;
            left: 0;
            top: 3px;
            font-size: 2.0rem; }
          #guide_box_sub .flow_box .text_box h5 .small {
            font-size: 12px;
            line-height: 1.5;
            font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333; }
        #guide_box_sub .flow_box .text_box a.button {
          width: 100%;
          margin: 20px 0 0 0;
          padding: 15px 0;
          border: 1px solid #1a9f00;
          color: #1a9f00;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          text-align: center;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          position: relative;
          display: block; }
          #guide_box_sub .flow_box .text_box a.button:before {
            content: 'arrow_right';
            position: absolute;
            color: #1a9f00;
            right: 10px;
            top: 13px;
            font-size: 2.2rem; }
          #guide_box_sub .flow_box .text_box a.button:link, #guide_box_sub .flow_box .text_box a.button:visited, #guide_box_sub .flow_box .text_box a.button:active {
            text-decoration: none; }
          #guide_box_sub .flow_box .text_box a.button:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
        #guide_box_sub .flow_box .text_box p {
          margin: 10px 0 0 0; }
          #guide_box_sub .flow_box .text_box p.tel {
            font-size: 20px;
            line-height: 1.2;
            font: normal 2rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #1a9f00; }
            #guide_box_sub .flow_box .text_box p.tel .small {
              font-size: 12px;
              line-height: 1;
              font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              vertical-align: middle;
              margin: 0 0 0 10px;
              color: #333; }
        #guide_box_sub .flow_box .text_box h4 {
          background: #008eca;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #fff;
          margin: 30px 0 0 0;
          padding: 10px; }
        #guide_box_sub .flow_box .text_box ul {
          margin: 10px 0 0 0; }
          #guide_box_sub .flow_box .text_box ul li {
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333;
            margin: 10px 0 0 0;
            list-style: none; }
      #guide_box_sub .flow_box:first-of-type {
        margin: 20px 0 0 0; }
    #guide_box_sub .insurance_box h4 {
      font-size: 18px;
      line-height: 1.5;
      font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #003887;
      font-weight: 700;
      margin: 40px 0 0 0; }
      #guide_box_sub .insurance_box h4:before {
        content: 'check_circle';
        color: #003887;
        font-size: 2.0rem;
        vertical-align: middle;
        margin: -3px 5px 0 0; }
      #guide_box_sub .insurance_box h4:first-of-type {
        margin: 30px 0 0 0; }
    #guide_box_sub .insurance_box h5 {
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      font-weight: 700;
      margin: 10px 0 0 0; }
    #guide_box_sub .insurance_box table {
      width: 100%;
      margin: 20px 0 0 0; }
      #guide_box_sub .insurance_box table.t_01 tr {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        border-bottom: 1px solid #dcdcdc;
        border-top: 1px solid #dcdcdc;
        color: #333; }
        #guide_box_sub .insurance_box table.t_01 tr th {
          background: #003887;
          color: #fff;
          padding: 10px;
          width: 30%; }
        #guide_box_sub .insurance_box table.t_01 tr td {
          padding: 10px;
          border-right: 1px solid #dcdcdc;
          text-align: left; }
      #guide_box_sub .insurance_box table.t_02 tr {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333; }
        #guide_box_sub .insurance_box table.t_02 tr th {
          background: #003887;
          color: #fff;
          padding: 10px;
          width: 30%;
          border-right: 1px solid #dcdcdc; }
        #guide_box_sub .insurance_box table.t_02 tr td {
          padding: 10px;
          border-right: 1px solid #dcdcdc;
          border-bottom: 1px solid #dcdcdc;
          text-align: center;
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700; }
          #guide_box_sub .insurance_box table.t_02 tr td .small {
            font-size: 12px;
            line-height: 1.5;
            font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 400; }
          #guide_box_sub .insurance_box table.t_02 tr td:first-of-type {
            border-left: 1px solid #dcdcdc; }
    #guide_box_sub .insurance_box ul {
      margin: 20px 0 0 0;
      text-align: left; }
      #guide_box_sub .insurance_box ul li {
        font-size: 12px;
        line-height: 2;
        font: normal 1.2rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #999;
        margin: 0 0 0 20px; }
      #guide_box_sub .insurance_box ul p {
        text-align: left;
        border-bottom: 1px solid #dcdcdc;
        margin: 0 0 10px 0; }
    #guide_box_sub .payment_box {
      border-bottom: 5px solid #f4f6f8;
      padding: 20px 0; }
      #guide_box_sub .payment_box:last-of-type {
        border: none; }
      #guide_box_sub .payment_box h4 {
        font-size: 18px;
        line-height: 1.5;
        font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #003887;
        font-weight: 700; }
        #guide_box_sub .payment_box h4:before {
          content: 'check_circle';
          color: #003887;
          font-size: 2.0rem;
          vertical-align: middle;
          margin: -3px 5px 0 0; }
      #guide_box_sub .payment_box h5 {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        font-weight: 700;
        margin: 10px 0 0 0; }
      #guide_box_sub .payment_box ul {
        width: 100%;
        margin: 20px auto 0;
        display: flex;
        justify-content: center;
        align-items: center; }
        #guide_box_sub .payment_box ul li {
          width: calc(100% / 7);
          list-style: none;
          padding: 5px;
          box-sizing: border-box; }
          #guide_box_sub .payment_box ul li img {
            width: 90%;
            vertical-align: bottom; }
    #guide_box_sub .option_box h4 {
      font-size: 18px;
      line-height: 1.5;
      font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #003887;
      font-weight: 700;
      margin: 40px 0 0 0; }
      #guide_box_sub .option_box h4:before {
        content: 'check_circle';
        color: #003887;
        font-size: 2.0rem;
        vertical-align: middle;
        margin: -3px 5px 0 0; }
      #guide_box_sub .option_box h4:first-of-type {
        margin: 30px 0 0 0; }
    #guide_box_sub .option_box h5 {
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      font-weight: 700;
      margin: 10px 0 0 0; }
    #guide_box_sub .option_box table {
      width: 100%;
      margin: 20px 0 0 0; }
      #guide_box_sub .option_box table.t_01 tr {
        font-size: 12px;
        line-height: 1.5;
        font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        border-bottom: 1px solid #dcdcdc;
        border-top: 1px solid #dcdcdc;
        color: #333; }
        #guide_box_sub .option_box table.t_01 tr th {
          background: #003887;
          color: #fff;
          padding: 10px;
          width: 20%; }
        #guide_box_sub .option_box table.t_01 tr td {
          padding: 10px;
          border-right: 1px solid #dcdcdc;
          text-align: left;
          width: 40%; }
          #guide_box_sub .option_box table.t_01 tr td:nth-of-type(1) {
            background: #eef1f4;
            font-size: 12px;
            line-height: 1.5;
            font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700; }
    #guide_box_sub .option_box ul {
      margin: 20px 0 0 0;
      text-align: left; }
      #guide_box_sub .option_box ul li {
        font-size: 12px;
        line-height: 2;
        font: normal 1.2rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #999;
        margin: 0 0 0 20px; }
      #guide_box_sub .option_box ul p {
        text-align: left;
        border-bottom: 1px solid #dcdcdc;
        margin: 0 0 10px 0; }
    #guide_box_sub .cancel_box h4 {
      font-size: 18px;
      line-height: 1.5;
      font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #003887;
      font-weight: 700;
      margin: 40px 0 0 0; }
      #guide_box_sub .cancel_box h4:before {
        content: 'check_circle';
        color: #003887;
        font-size: 2.0rem;
        vertical-align: middle;
        margin: -3px 5px 0 0; }
      #guide_box_sub .cancel_box h4:first-of-type {
        margin: 30px 0 0 0; }
    #guide_box_sub .cancel_box h5 {
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      font-weight: 700;
      margin: 10px 0 0 0; }
    #guide_box_sub .cancel_box table {
      width: 100%;
      margin: 20px 0 0 0; }
      #guide_box_sub .cancel_box table.t_01 tr {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        border-bottom: 1px solid #dcdcdc;
        border-top: 1px solid #dcdcdc;
        color: #333; }
        #guide_box_sub .cancel_box table.t_01 tr th {
          background: #003887;
          color: #fff;
          padding: 10px;
          width: 50%; }
        #guide_box_sub .cancel_box table.t_01 tr td {
          padding: 10px;
          border-right: 1px solid #dcdcdc;
          text-align: left; }
    #guide_box_sub .cancel_box ul {
      margin: 10px 0 0 0;
      text-align: left; }
      #guide_box_sub .cancel_box ul li {
        font-size: 12px;
        line-height: 2;
        font: normal 1.2rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #999;
        margin: 0 0 0 20px; }
    #guide_box_sub .pet_box {
      border-bottom: 5px solid #f4f6f8;
      padding: 20px 0; }
      #guide_box_sub .pet_box:last-of-type {
        border: none; }
      #guide_box_sub .pet_box h4 {
        font-size: 18px;
        line-height: 1.5;
        font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #003887;
        font-weight: 700; }
        #guide_box_sub .pet_box h4:before {
          content: 'check_circle';
          color: #003887;
          font-size: 2.0rem;
          vertical-align: middle;
          margin: -3px 5px 0 0; }
      #guide_box_sub .pet_box h5 {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        font-weight: 700;
        margin: 10px 0 0 0; }
      #guide_box_sub .pet_box table {
        width: 100%;
        margin: 20px 0 0 0; }
        #guide_box_sub .pet_box table.t_01 tr {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          border-bottom: 1px solid #dcdcdc;
          border-top: 1px solid #dcdcdc;
          color: #333; }
          #guide_box_sub .pet_box table.t_01 tr th {
            background: #003887;
            color: #fff;
            padding: 10px;
            width: 55%; }
          #guide_box_sub .pet_box table.t_01 tr td {
            padding: 10px;
            border-right: 1px solid #dcdcdc;
            text-align: left;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700; }
            #guide_box_sub .pet_box table.t_01 tr td .small {
              font-size: 12px;
              line-height: 1.5;
              font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 400; }
      #guide_box_sub .pet_box ul {
        margin: 10px 0 0 0;
        text-align: left; }
        #guide_box_sub .pet_box ul li {
          font-size: 12px;
          line-height: 2;
          font: normal 1.2rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #999;
          margin: 0 0 0 20px; }

  /* ------------ reservation_box ------------ */
  #reservation_box .point_box {
    margin: 40px 0 0 0; }
    #reservation_box .point_box p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      margin: 0; }
    #reservation_box .point_box ul {
      padding: 10px;
      margin: 10px auto 0;
      background: #eef1f4; }
      #reservation_box .point_box ul li {
        list-style: disc;
        text-align: left;
        font-size: 12px;
        line-height: 1.5;
        font: normal 1.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 10px 0 0 20px; }
        #reservation_box .point_box ul li.red {
          color: #fe4c4b; }
  #reservation_box .faq_box_g {
    margin: 30px 0 0 0; }
    #reservation_box .faq_box_g h4 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #003887; }
    #reservation_box .faq_box_g dl {
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      padding: 15px 0;
      border-bottom: 1px dotted #dcdcdc; }
      #reservation_box .faq_box_g dl dt {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        text-align: left; }
        #reservation_box .faq_box_g dl dt .required {
          font-size: 10px;
          line-height: 1;
          font: normal 1rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 400;
          color: #fff;
          background: #fe4c4b;
          margin: 0 10px 0 0;
          padding: 5px;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px; }
      #reservation_box .faq_box_g dl dd {
        margin: 15px 0 0 0;
        text-align: left; }
        #reservation_box .faq_box_g dl dd select {
          width: 100%;
          height: 40px;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border: none;
          box-sizing: border-box;
          color: #333;
          background-color: #f5f5f5;
          border: 1px solid #dcdcdc;
          padding: 0 10px; }
        #reservation_box .faq_box_g dl dd textarea {
          width: 100%;
          height: 200px;
          border: 1px solid #dcdcdc;
          padding: 10px;
          resize: none;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          box-sizing: border-box;
          -webkit-appearance: none; }
          #reservation_box .faq_box_g dl dd textarea::-webkit-input-placeholder {
            color: #999; }
          #reservation_box .faq_box_g dl dd textarea::placeholder {
            color: #999; }
          #reservation_box .faq_box_g dl dd textarea::-ms-input-placeholder {
            color: #999; }
          #reservation_box .faq_box_g dl dd textarea::-ms-input-placeholder {
            color: #999; }
        #reservation_box .faq_box_g dl dd input[type="text"] {
          width: 100%;
          border: 1px solid #dcdcdc;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          box-sizing: border-box;
          padding: 10px;
          -webkit-appearance: none; }
          #reservation_box .faq_box_g dl dd input[type="text"]::-webkit-input-placeholder {
            color: #999; }
          #reservation_box .faq_box_g dl dd input[type="text"]::placeholder {
            color: #999; }
          #reservation_box .faq_box_g dl dd input[type="text"]::-ms-input-placeholder {
            color: #999; }
          #reservation_box .faq_box_g dl dd input[type="text"]::-ms-input-placeholder {
            color: #999; }
        #reservation_box .faq_box_g dl dd input:focus {
          outline: none; }
      #reservation_box .faq_box_g dl:first-of-type {
        border-top: 1px solid #dcdcdc;
        margin: 20px 0 0 0; }
  #reservation_box .submit_box {
    text-align: center;
    margin: 10px 0 0 0; }
    #reservation_box .submit_box p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333; }
      #reservation_box .submit_box p br {
        display: none; }
    #reservation_box .submit_box a {
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #reservation_box .submit_box a:link, #reservation_box .submit_box a:visited, #reservation_box .submit_box a:active {
        text-decoration: none;
        color: #008eca; }
      #reservation_box .submit_box a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
    #reservation_box .submit_box .submit_button {
      width: 100%;
      padding: 15px 0;
      margin: 20px 0 0 0;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #fff;
      text-align: center;
      background-color: #fe4c4b;
      border: none;
      cursor: pointer;
      display: inline-block;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-appearance: button;
      position: relative; }
      #reservation_box .submit_box .submit_button:after {
        content: 'send';
        font-size: 1.6rem;
        color: #fff;
        position: absolute;
        top: 15px;
        right: 10px; }
      #reservation_box .submit_box .submit_button:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
    #reservation_box .submit_box .back_button {
      width: 100%;
      padding: 15px 0;
      margin: 20px 0 0 0;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #666;
      text-align: center;
      background-color: #dcdcdc;
      border-style: none;
      cursor: pointer;
      display: inline-block;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-appearance: button; }
      #reservation_box .submit_box .back_button:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
    #reservation_box .submit_box .agree_box {
      display: block;
      margin: 20px 0 0 0;
      text-align: center;
      cursor: pointer; }
      #reservation_box .submit_box .agree_box span {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        vertical-align: middle; }
      #reservation_box .submit_box .agree_box input.mark {
        width: 20px;
        height: 20px;
        border: 1px solid #dcdcdc; }
  #reservation_box table {
    width: 100%; }
    #reservation_box table th {
      width: 30%;
      padding: 10px;
      border-bottom: 1px solid #dcdcdc;
      font-size: 14px;
      line-height: 1;
      font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      text-align: left;
      color: #333;
      font-weight: 700;
      background: #f7f7f7;
      box-sizing: border-box; }
    #reservation_box table td {
      padding: 10px;
      border-bottom: 1px solid #dcdcdc;
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      text-align: left;
      color: #333;
      box-sizing: border-box; }

  /* ------------ privacy_box ------------ */
  #privacy_box h4 {
    font-size: 18px;
    line-height: 1.5;
    font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin: 30px 0 0 0;
    font-weight: 700;
    color: #003887; }
  #privacy_box ul {
    margin: 10px 0 0 10px;
    text-align: left; }
    #privacy_box ul li {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      list-style-type: decimal;
      margin: 10px 0 0 0; }
  #privacy_box p {
    font-size: 14px;
    line-height: 2;
    font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin: 10px 0 0 0; }

  /* ------------ sitemap_box ------------ */
  #sitemap_box ul {
    margin: 30px 0 0 0; }
    #sitemap_box ul li {
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      list-style: none;
      font-weight: 700;
      border-bottom: 1px solid #dcdcdc;
      position: relative;
      text-align: left; }
      #sitemap_box ul li:before {
        content: 'play_circle_outline';
        position: absolute;
        left: 0px;
        top: 13px;
        font-size: 1.8rem;
        color: #008eca; }
      #sitemap_box ul li a {
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding: 10px 0 10px 20px; }
        #sitemap_box ul li a:link, #sitemap_box ul li a:visited, #sitemap_box ul li a:active {
          text-decoration: none;
          color: #333; }
        #sitemap_box ul li a:hover {
          background: #003887;
          color: #fff; }
      #sitemap_box ul li > ul {
        margin: 0 0 0 30px; }
        #sitemap_box ul li > ul li {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          border-bottom: 1px solid #dcdcdc;
          font-weight: 400; }
          #sitemap_box ul li > ul li a {
            padding: 10px 0 10px 20px; }
          #sitemap_box ul li > ul li:last-child {
            border: none; }

  /* ------------SP END ------------ */ }
/* ------------ PC ------------ */
@media screen and (min-width: 769px), print {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%; }

  /* ------------ Material-i ------------ */
  .material-icons, #top_eyecatch .reservation_box .form_box a.button:before, #top_info .wrap_box .news_box a.button:before, #top_use a.button:before, #top_price ul li a h5:before, #pagetop_c a::before, #footer .box_01 ul.rese_box li:nth-child(1) a:before, #footer .box_01 ul.shop_box li p.tel::before, #footer .box_01 a.button:before, #footer .box_01 nav.f_nav ul li > ul li a:before, #price_box ul li a h4:before, #cartype_box .cartype_box_g .cartype_box_wrap figure a.button:before, #shop_box .shop_box_wrap .shop_info_box .text_box h4 .shop_link a:before, #faq_box .link_box ul li a:before, #inquery_box .submit_box .submit_button:after, #guide_box ul li a h4:before, #guide_box_sub .flow_box .text_box h5:before, #guide_box_sub .flow_box .text_box a.button:before, #guide_box_sub .insurance_box h4:before, #guide_box_sub .payment_box h4:before, #guide_box_sub .option_box h4:before, #guide_box_sub .cancel_box h4:before, #guide_box_sub .pet_box h4:before, #reservation_box .submit_box .submit_button:after, #sitemap_box ul li:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    vertical-align: middle; }

  /* ------------ トップページ ------------ */
  /* ------------ top_loaderbg ------------ */
  #top_loaderbg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3000;
    text-align: center; }
    #top_loaderbg #loader {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      margin: 0 0 0 -12px;
      z-index: 4000; }
      #top_loaderbg #loader .loader {
        width: 24px;
        height: 24px;
        border-top: 2px solid #c7e8f6;
        border-bottom: 2px solid #c7e8f6;
        border-right: 2px solid #008eca;
        border-left: 2px solid #008eca;
        animation: loader_01 0.75s ease infinite;
        border-radius: 100%; }
  @keyframes loader_01 {
    to {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); } }
  /* ------------ header ------------ */
  #header {
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    #header nav {
      display: flex;
      justify-content: space-between;
      background: #008eca; }
      #header nav h1 {
        width: 300px;
        height: 75px;
        text-indent: -9999px;
        background: #008eca;
        display: flex;
        justify-content: center;
        align-items: center; }
        #header nav h1 a {
          width: 241px;
          height: 38px;
          background: url(../../img/front/hako-ren/01.png) no-repeat;
          background-size: contain;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #header nav h1 a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
      #header nav #bars {
        display: none; }
      #header nav #sp_nav {
        width: calc(100% - 300px); }
      #header nav ul {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background: #fff; }
        #header nav ul li {
          width: 20%;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          list-style: none;
          border-right: 1px solid #dcdcdc; }
          #header nav ul li a {
            width: 100%;
            height: 75px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #header nav ul li a:link, #header nav ul li a:visited, #header nav ul li a:active {
              text-decoration: none;
              color: #008eca; }
            #header nav ul li a:hover {
              background: #008eca;
              color: #fff; }
            #header nav ul li a.here {
              background: #008eca;
              color: #fff; }
          #header nav ul li:nth-child(1) {
            border-left: 1px solid #dcdcdc; }
            #header nav ul li:nth-child(1) a:before {
              content: url(../../img/front/hako-ren/02.png);
              margin: 5px 4px 0 0; }
            #header nav ul li:nth-child(1) a:hover:before {
              content: url(../../img/front/hako-ren/02b.png);
              margin: 5px 4px 0 0; }
            #header nav ul li:nth-child(1) a.here:before {
              content: url(../../img/front/hako-ren/02b.png);
              margin: 5px 4px 0 0; }
          #header nav ul li:nth-child(2) a:before {
            content: url(../../img/front/hako-ren/03.png);
            margin: 5px 4px 0 0; }
          #header nav ul li:nth-child(2) a:hover:before {
            content: url(../../img/front/hako-ren/03b.png);
            margin: 5px 4px 0 0; }
          #header nav ul li:nth-child(2) a.here:before {
            content: url(../../img/front/hako-ren/03b.png);
            margin: 5px 4px 0 0; }
          #header nav ul li:nth-child(3) a:before {
            content: url(../../img/front/hako-ren/04.png);
            margin: 5px 4px 0 0; }
          #header nav ul li:nth-child(3) a:hover:before {
            content: url(../../img/front/hako-ren/04b.png);
            margin: 5px 4px 0 0; }
          #header nav ul li:nth-child(3) a.here:before {
            content: url(../../img/front/hako-ren/04b.png);
            margin: 5px 4px 0 0; }
          #header nav ul li:nth-child(4) a:before {
            content: url(../../img/front/hako-ren/05.png);
            margin: 5px 4px 0 0; }
          #header nav ul li:nth-child(4) a:hover:before {
            content: url(../../img/front/hako-ren/05b.png);
            margin: 5px 4px 0 0; }
          #header nav ul li:nth-child(4) a.here:before {
            content: url(../../img/front/hako-ren/05b.png);
            margin: 5px 4px 0 0; }
          #header nav ul li:nth-child(5) {
            border: none; }
            #header nav ul li:nth-child(5) a:before {
              content: url(../../img/front/hako-ren/06.png);
              margin: 5px 4px 0 0; }
            #header nav ul li:nth-child(5) a:hover:before {
              content: url(../../img/front/hako-ren/06b.png);
              margin: 5px 4px 0 0; }
            #header nav ul li:nth-child(5) a.here:before {
              content: url(../../img/front/hako-ren/06b.png);
              margin: 5px 4px 0 0; }

  /* ------------ top_eyecatch ------------ */
  #top_eyecatch {
    height: 600px;
    margin: 75px 0 0 0;
    background: url(../img/07.jpg) no-repeat left center;
    background-size: cover;
    display: flex;
    justify-content: space-between; }
    #top_eyecatch .reservation_box {
      width: 100%;
      background: url(../img/08.png) no-repeat right center;
      display: flex;
      align-items: center;
      position: relative; }
      #top_eyecatch .reservation_box .form_box {
        min-width: 300px;
        width: 32%;
        padding: 20px;
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        left: 5%;
        top: 50px; }
        #top_eyecatch .reservation_box .form_box h2 {
          font-size: 26px;
          line-height: 1.5;
          font: normal 2.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #fff;
          border-bottom: 1px solid #fff;
          padding: 0 0 5px 0; }
          #top_eyecatch .reservation_box .form_box h2:before {
            content: url(../img/09.png);
            vertical-align: middle;
            margin: 0px 4px 0 0; }
        #top_eyecatch .reservation_box .form_box dl {
          margin: 20px 0 0 0; }
          #top_eyecatch .reservation_box .form_box dl dt {
            font-size: 20px;
            line-height: 1.5;
            font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #fff; }
          #top_eyecatch .reservation_box .form_box dl dd {
            margin: 10px 0 0 0;
            display: flex;
            justify-content: space-between; }
            #top_eyecatch .reservation_box .form_box dl dd select {
              width: 100%;
              background-color: #fff;
              border: none;
              font-size: 16px;
              line-height: 1.5;
              font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              color: #333;
              display: inline-block;
              padding: 10px 30px 10px 15px;
              box-sizing: border-box;
              -webkit-appearance: none;
              -moz-appearance: none; }
              #top_eyecatch .reservation_box .form_box dl dd select.day {
                width: 60%; }
              #top_eyecatch .reservation_box .form_box dl dd select.time {
                width: 35%; }
            #top_eyecatch .reservation_box .form_box dl dd select.minimal {
              background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
              background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
              background-size: 5px 5px,5px 5px,1px 1.5em;
              background-repeat: no-repeat; }
            #top_eyecatch .reservation_box .form_box dl dd select.minimal:focus {
              background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
              background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
              background-size: 5px 5px,5px 5px,1px 1.5em;
              background-repeat: no-repeat;
              outline: 0; }
            #top_eyecatch .reservation_box .form_box dl dd select:-moz-focusring {
              color: transparent;
              text-shadow: 0 0 0 #333; }
        #top_eyecatch .reservation_box .form_box .submit_button {
          width: 100%;
          padding: 20px 0;
          margin: 20px 0 0 0;
          font-size: 20px;
          line-height: 1;
          font: normal 2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #fff;
          text-align: center;
          background-color: #fe4c4b;
          cursor: pointer;
          display: inline-block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          -webkit-appearance: button;
          position: relative;
          border: none; }
          #top_eyecatch .reservation_box .form_box .submit_button:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #top_eyecatch .reservation_box .form_box a.button {
          width: 100%;
          margin: 50px 0 0 0;
          padding: 20px 0;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          background-color: #fe4c4b;
          color: #fff;
          display: inline-block;
          text-align: center;
          position: relative;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top_eyecatch .reservation_box .form_box a.button:before {
            content: 'arrow_right';
            position: absolute;
            color: #fff;
            right: 10px;
            top: 15px;
            font-size: 2.6rem; }
          #top_eyecatch .reservation_box .form_box a.button:link, #top_eyecatch .reservation_box .form_box a.button:visited, #top_eyecatch .reservation_box .form_box a.button:active {
            text-decoration: none; }
          #top_eyecatch .reservation_box .form_box a.button:hover {
            background-color: #008eca;
            color: #fff; }
            #top_eyecatch .reservation_box .form_box a.button:hover:before {
              color: #fff; }
        #top_eyecatch .reservation_box .form_box p {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #fff;
          margin: 20px 0 0 0; }

  /* ------------ top_guidance ------------ */
  #top_guidance {
    background-size: contain;
    padding: 60px 0 100px;
    text-align: center; }
    #top_guidance h3 {
      font-size: 34px;
      line-height: 1.5;
      font: normal 3.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #333;
      position: relative;
      display: inline-block;
      padding: 0 65px; }
      #top_guidance h3:before, #top_guidance h3:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 50px;
        height: 1px;
        background-color: #333; }
      #top_guidance h3:before {
        left: 0; }
      #top_guidance h3:after {
        right: 0; }
    #top_guidance p.copy {
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
    #top_guidance ul {
      max-width: 1000px;
      margin: 50px auto 0;
      padding: 0 20px;
      display: flex;
      justify-content: space-between; }
      #top_guidance ul li {
        list-style: none;
        width: 30%;
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.8); }
        #top_guidance ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top_guidance ul li a p {
            background: #003887;
            font-size: 18px;
            line-height: 1.5;
            font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #fff;
            padding: 15px 0; }
          #top_guidance ul li a figure {
            width: 100%; }
            #top_guidance ul li a figure img {
              width: 100%;
              vertical-align: bottom; }
          #top_guidance ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
        #top_guidance ul li:nth-child(4) {
          display: none; }
    #top_guidance.sub {
      padding: 0 0 100px 0; }
      #top_guidance.sub h3 {
        color: #003887; }
      #top_guidance.sub p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        margin: 10px 0 0 0; }

  /* ------------ top_info ------------ */
  #top_info {
    background: #f4f6f8; }
    #top_info .wrap_box {
      max-width: 1000px;
      padding: 80px 20px;
      text-align: center;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      #top_info .wrap_box .news_box {
        width: 50%;
        padding: 0 30px;
        box-sizing: border-box;
        border-right: 1px solid #ddd; }
        #top_info .wrap_box .news_box h4 {
          font-size: 34px;
          line-height: 1.5;
          font: normal 3.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #333;
          position: relative;
          display: inline-block;
          padding: 0 65px; }
          #top_info .wrap_box .news_box h4:before, #top_info .wrap_box .news_box h4:after {
            content: '';
            position: absolute;
            top: 50%;
            display: inline-block;
            width: 50px;
            height: 1px;
            background-color: #333; }
          #top_info .wrap_box .news_box h4:before {
            left: 0; }
          #top_info .wrap_box .news_box h4:after {
            right: 0; }
        #top_info .wrap_box .news_box hr {
          width: 40px;
          margin: 5px auto 0;
          border: none;
          border-bottom: 5px solid #008eca; }
        #top_info .wrap_box .news_box p.en {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #666;
          margin: 10px 0 0 0; }
        #top_info .wrap_box .news_box dl {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          display: flex;
          justify-content: space-between;
          text-align: left;
          border-bottom: 1px dotted #999;
          padding: 20px 0; }
          #top_info .wrap_box .news_box dl dt {
            width: 25%;
            word-wrap: break-word; }
          #top_info .wrap_box .news_box dl dd {
            width: 72%; }
            #top_info .wrap_box .news_box dl dd a {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #top_info .wrap_box .news_box dl dd a:link, #top_info .wrap_box .news_box dl dd a:visited, #top_info .wrap_box .news_box dl dd a:active {
                text-decoration: none;
                color: #008eca; }
              #top_info .wrap_box .news_box dl dd a:hover {
                opacity: 0.7;
                filter: alpha(opacity=70); }
          #top_info .wrap_box .news_box dl:last-of-type {
            border: none; }
        #top_info .wrap_box .news_box:nth-of-type(2) {
          border: none; }
        #top_info .wrap_box .news_box a.button {
          width: 70%;
          margin: 30px 0 0 0;
          padding: 20px 0;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          background-color: #003887;
          color: #fff;
          display: inline-block;
          text-align: center;
          position: relative;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top_info .wrap_box .news_box a.button:before {
            content: 'arrow_right';
            position: absolute;
            color: #fff;
            right: 10px;
            top: 15px;
            font-size: 2.6rem; }
          #top_info .wrap_box .news_box a.button:link, #top_info .wrap_box .news_box a.button:visited, #top_info .wrap_box .news_box a.button:active {
            text-decoration: none; }
          #top_info .wrap_box .news_box a.button:hover {
            background-color: #008eca;
            color: #fff; }
            #top_info .wrap_box .news_box a.button:hover:before {
              color: #fff; }

  /* ------------ top_use ------------ */
  #top_use {
    background: url(../img/14.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 80px 0;
    text-align: center; }
    #top_use h4 {
      font-size: 34px;
      line-height: 1.5;
      font: normal 3.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #fff;
      position: relative;
      display: inline-block;
      padding: 0 65px; }
      #top_use h4:before, #top_use h4:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 50px;
        height: 1px;
        background-color: #fff; }
      #top_use h4:before {
        left: 0; }
      #top_use h4:after {
        right: 0; }
    #top_use hr {
      width: 40px;
      margin: 5px auto 0;
      border: none;
      border-bottom: 5px solid #fff; }
    #top_use p.en {
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #fff;
      margin: 10px 0 0 0; }
    #top_use ul {
      max-width: 1000px;
      margin: 50px auto 0;
      padding: 0 20px;
      display: flex;
      justify-content: space-between; }
      #top_use ul li {
        list-style: none;
        width: 30%; }
        #top_use ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top_use ul li a figure {
            width: 100%; }
            #top_use ul li a figure img {
              width: 100%;
              vertical-align: bottom; }
          #top_use ul li a p {
            font-size: 18px;
            line-height: 1.5;
            font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #fff;
            border-left: 5px solid #fe4c4b;
            text-align: left;
            padding: 0 0 0 10px;
            margin: 15px 0 0 0; }
          #top_use ul li a:link, #top_use ul li a:visited, #top_use ul li a:active {
            text-decoration: none; }
          #top_use ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
    #top_use a.button {
      width: 25%;
      margin: 50px 0 0 0;
      padding: 20px 0;
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      background-color: #fe4c4b;
      color: #fff;
      display: inline-block;
      text-align: center;
      position: relative;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #top_use a.button:before {
        content: 'arrow_right';
        position: absolute;
        color: #fff;
        right: 10px;
        top: 15px;
        font-size: 2.6rem; }
      #top_use a.button:link, #top_use a.button:visited, #top_use a.button:active {
        text-decoration: none; }
      #top_use a.button:hover {
        background-color: #008eca;
        color: #fff; }
        #top_use a.button:hover:before {
          color: #fff; }

  /* ------------ top_price ------------ */
  #top_price {
    padding: 80px 0;
    text-align: center; }
    #top_price h4 {
      font-size: 34px;
      line-height: 1.5;
      font: normal 3.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #333;
      position: relative;
      display: inline-block;
      padding: 0 65px; }
      #top_price h4:before, #top_price h4:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 50px;
        height: 1px;
        background-color: #333; }
      #top_price h4:before {
        left: 0; }
      #top_price h4:after {
        right: 0; }
    #top_price hr {
      width: 40px;
      margin: 5px auto 0;
      border: none;
      border-bottom: 5px solid #008eca; }
    #top_price p.en {
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #666;
      margin: 10px 0 0 0; }
    #top_price ul {
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 20px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #top_price ul li {
        width: 23%;
        list-style: none;
        margin: 50px 0 0 0; }
        #top_price ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          display: block; }
          #top_price ul li a:link, #top_price ul li a:visited, #top_price ul li a:active {
            text-decoration: none;
            color: #008eca; }
          #top_price ul li a img {
            width: 100%;
            vertical-align: bottom; }
          #top_price ul li a p {
            width: 90px;
            background: #003887;
            color: #fff;
            font-size: 12px;
            line-height: 1;
            font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            padding: 5px 0;
            margin: 10px auto 0 0; }
            #top_price ul li a p.c_01 {
              background: #008eca; }
          #top_price ul li a h5 {
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #003887;
            margin: 5px 0 0 0; }
            #top_price ul li a h5:before {
              content: 'arrow_right';
              color: #003887;
              font-size: 2.6rem; }
          #top_price ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
      #top_price ul::before {
        content: "";
        display: block;
        width: 23%;
        order: 1; }
      #top_price ul::after {
        content: "";
        display: block;
        width: 23%; }

  /* ------------ top_shop ------------ */
  #top_shop {
    padding: 80px 0;
    text-align: center; }
    #top_shop h4 {
      font-size: 34px;
      line-height: 1.5;
      font: normal 3.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #333;
      position: relative;
      display: inline-block;
      padding: 0 65px; }
      #top_shop h4:before, #top_shop h4:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 50px;
        height: 1px;
        background-color: #333; }
      #top_shop h4:before {
        left: 0; }
      #top_shop h4:after {
        right: 0; }
    #top_shop hr {
      width: 40px;
      margin: 5px auto 0;
      border: none;
      border-bottom: 5px solid #008eca; }
    #top_shop p.en {
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #666;
      margin: 10px 0 0 0; }
    #top_shop ul {
      max-width: 1000px;
      margin: 50px auto 0;
      padding: 0 20px;
      display: flex;
      justify-content: space-between; }
      #top_shop ul li {
        list-style: none;
        width: 22%; }
        #top_shop ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #top_shop ul li a figure {
            width: 100%; }
            #top_shop ul li a figure img {
              width: 100%;
              vertical-align: bottom; }
          #top_shop ul li a p {
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333;
            text-align: left;
            margin: 10px 0 0 0; }
            #top_shop ul li a p.name {
              font-size: 20px;
              line-height: 1.5;
              font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              color: #008eca;
              text-align: center;
              margin: 10px 0 0 0; }
          #top_shop ul li a:link, #top_shop ul li a:visited, #top_shop ul li a:active {
            text-decoration: none; }
          #top_shop ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }

  /* ------------ pagetop ------------ */
  #pagetop a {
    display: block;
    background: #008eca;
    padding: 15px 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: relative; }
    #pagetop a p {
      text-align: center;
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
    #pagetop a:link, #pagetop a:visited, #pagetop a:active {
      text-decoration: none;
      color: #fff; }
    #pagetop a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }
    #pagetop a:before {
      content: "";
      position: absolute;
      top: -20px;
      left: 50%;
      margin-left: -15px;
      border: 12px solid transparent;
      border-bottom: 12px solid #008eca;
      z-index: 2; }
    #pagetop a:after {
      content: "";
      position: absolute;
      top: -20px;
      left: 50%;
      margin-left: -15px;
      border: 12px solid transparent;
      border-bottom: 12px solid #008eca;
      z-index: 1; }

  #pagetop_c {
    width: 50px;
    height: 50px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #1a9f00;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1000; }
    #pagetop_c a {
      position: relative;
      display: block;
      width: 50px;
      height: 50px;
      text-decoration: none;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #pagetop_c a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
      #pagetop_c a::before {
        content: 'arrow_drop_up';
        font-size: 50px;
        color: #fff;
        position: absolute;
        width: 50px;
        height: 50px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 2000;
        text-align: center; }

  /* ------------ footer ------------ */
  #footer {
    background: #003887;
    text-align: center; }
    #footer .box_01 {
      padding: 80px 0; }
      #footer .box_01 figure {
        margin: 30px 0 0 0; }
        #footer .box_01 figure a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #footer .box_01 figure a img {
            max-width: 241px;
            vertical-align: bottom; }
          #footer .box_01 figure a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
      #footer .box_01 ul.rese_box {
        max-width: 1000px;
        margin: 30px auto 0;
        padding: 0 20px;
        display: flex;
        justify-content: space-between; }
        #footer .box_01 ul.rese_box li {
          list-style: none;
          width: 50%;
          height: 60px;
          display: flex;
          justify-content: center;
          align-items: center; }
          #footer .box_01 ul.rese_box li:nth-child(1) {
            width: 100%;
            height: 60px; }
            #footer .box_01 ul.rese_box li:nth-child(1) a {
              width: 100%;
              height: 60px;
              background-color: #fe4c4b;
              font-size: 18px;
              line-height: 1;
              font: normal 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              color: #fff;
              display: flex;
              justify-content: center;
              align-items: center;
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              position: relative; }
              #footer .box_01 ul.rese_box li:nth-child(1) a:before {
                content: 'arrow_right';
                position: absolute;
                color: #fff;
                right: 10px;
                top: 17px;
                font-size: 2.6rem; }
              #footer .box_01 ul.rese_box li:nth-child(1) a:link, #footer .box_01 ul.rese_box li:nth-child(1) a:visited, #footer .box_01 ul.rese_box li:nth-child(1) a:active {
                text-decoration: none; }
              #footer .box_01 ul.rese_box li:nth-child(1) a:hover {
                opacity: 0.8;
                filter: alpha(opacity=80); }
          #footer .box_01 ul.rese_box li:nth-child(2) {
            width: 100%;
            height: 60px;
            font-size: 24px;
            line-height: 1;
            font: normal 2.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            background-color: #fff;
            color: #003887; }
            #footer .box_01 ul.rese_box li:nth-child(2) .small {
              font-size: 12px;
              line-height: 1;
              font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              vertical-align: middle;
              margin: 0 0 0 5px; }
      #footer .box_01 ul.shop_box {
        max-width: 1000px;
        margin: 50px auto 0;
        display: flex;
        justify-content: center; }
        #footer .box_01 ul.shop_box li {
          list-style: none;
          width: 40%;
          margin: 0 5%; }
          #footer .box_01 ul.shop_box li p {
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #fff; }
            #footer .box_01 ul.shop_box li p.shopname {
              font-size: 20px;
              line-height: 1.5;
              font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              color: #fff;
              border: 1px solid #fff;
              padding: 10px;
              box-sizing: border-box; }
            #footer .box_01 ul.shop_box li p.tel {
              font-size: 34px;
              line-height: 1.5;
              font: normal 3.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 700;
              color: #fff;
              margin: 10px 0 0 0; }
              #footer .box_01 ul.shop_box li p.tel::before {
                content: 'contact_phone';
                font-size: 34px;
                margin: -10px 10px 0 0;
                color: #fff; }
      #footer .box_01 a.button {
        max-width: 1000px;
        width: 50%;
        margin: 50px auto 0;
        padding: 20px;
        background-color: #fe4c4b;
        font-size: 18px;
        line-height: 1;
        font: normal 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        position: relative;
        box-sizing: border-box; }
        #footer .box_01 a.button:before {
          content: 'arrow_right';
          position: absolute;
          color: #fff;
          right: 10px;
          top: 17px;
          font-size: 2.6rem; }
        #footer .box_01 a.button:link, #footer .box_01 a.button:visited, #footer .box_01 a.button:active {
          text-decoration: none; }
        #footer .box_01 a.button:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      #footer .box_01 nav.f_nav {
        max-width: 1000px;
        margin: 60px auto 0;
        padding: 0 20px; }
        #footer .box_01 nav.f_nav ul {
          display: flex;
          justify-content: space-between; }
          #footer .box_01 nav.f_nav ul li {
            width: 20%;
            text-align: left;
            list-style: none;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
            #footer .box_01 nav.f_nav ul li > ul {
              display: inline; }
              #footer .box_01 nav.f_nav ul li > ul li {
                width: 100%;
                padding: 5px 0; }
                #footer .box_01 nav.f_nav ul li > ul li a {
                  transition: all 0.5s;
                  -moz-transition: all 0.5s;
                  -webkit-transition: all 0.5s;
                  -ms-transition: all 0.5s;
                  -o-transition: all 0.5s;
                  position: relative;
                  padding: 0 0 0 20px; }
                  #footer .box_01 nav.f_nav ul li > ul li a:link, #footer .box_01 nav.f_nav ul li > ul li a:visited, #footer .box_01 nav.f_nav ul li > ul li a:active {
                    text-decoration: none;
                    color: #fff; }
                  #footer .box_01 nav.f_nav ul li > ul li a:hover {
                    opacity: 0.7;
                    filter: alpha(opacity=70); }
                  #footer .box_01 nav.f_nav ul li > ul li a:before {
                    content: 'arrow_right';
                    position: absolute;
                    color: #fff;
                    left: -5px;
                    top: 0;
                    font-size: 2.6rem; }
                #footer .box_01 nav.f_nav ul li > ul li:nth-child(3) {
                  width: 100%; }
                #footer .box_01 nav.f_nav ul li > ul li:nth-child(5) {
                  width: 100%; }
                #footer .box_01 nav.f_nav ul li > ul li.title {
                  font-weight: 700; }
            #footer .box_01 nav.f_nav ul li:nth-child(3) {
              width: 25%; }
            #footer .box_01 nav.f_nav ul li:nth-child(5) {
              width: 15%; }
      #footer .box_01 p.title {
        font-size: 26px;
        line-height: 1.2;
        font: normal 2.6rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #fff;
        position: relative;
        display: inline-block;
        padding: 0 65px; }
        #footer .box_01 p.title:before, #footer .box_01 p.title:after {
          content: '';
          position: absolute;
          top: 50%;
          display: inline-block;
          width: 50px;
          height: 1px;
          background-color: #fff; }
        #footer .box_01 p.title:before {
          left: 0; }
        #footer .box_01 p.title:after {
          right: 0; }
    #footer .box_02 {
      display: flex;
      justify-content: space-between;
      background: #fff;
      padding: 20px; }
      #footer .box_02 p {
        width: 50%;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #666;
        text-align: left; }
      #footer .box_02 ul {
        width: 50%;
        display: flex;
        justify-content: flex-end; }
        #footer .box_02 ul li {
          list-style: none;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #footer .box_02 ul li a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #footer .box_02 ul li a:link, #footer .box_02 ul li a:visited, #footer .box_02 ul li a:active {
              text-decoration: none;
              color: #003887; }
            #footer .box_02 ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
          #footer .box_02 ul li:after {
            content: '｜'; }
          #footer .box_02 ul li:last-child:after {
            content: ''; }

  /* ------------ 下層ページ ------------ */
  /* ------------ page_title ------------ */
  #page_title {
    height: 200px;
    margin: 75px 0 0 0;
    background: url(../../img/front/hako-ren/22.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center; }
    #page_title h2 {
      font-size: 34px;
      line-height: 1.5;
      font: normal 3.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #fff;
      padding: 10px 50px;
      text-shadow: 0 0 5px #003887;
      border: 1px solid #fff; }

  /* ------------ breadcrumb_list ------------ */
  #breadcrumb_list {
    /*background: #eef1f4;*/ }
    #breadcrumb_list ul {
      max-width: 1100px;
      padding: 20px 0;
      margin: 0 auto;
      display: flex;
      justify-content: flex-start; }
      #breadcrumb_list ul li {
        list-style: none;
        font-size: 14px!important;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333; }
        #breadcrumb_list ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
            font-size: 14px!important; }
          #breadcrumb_list ul li a:link, #breadcrumb_list ul li a:visited, #breadcrumb_list ul li a:active {
            text-decoration: none;
            color: #008eca; }
          #breadcrumb_list ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
        #breadcrumb_list ul li:before {
          content: '＞';
          padding: 0 8px; }
        #breadcrumb_list ul li:first-child:before {
          content: '';
          padding: 0; }
    #breadcrumb_list.fixed {
      width: 100%;
      position: fixed;
      top: 76px;
      left: 0;
      z-index: 100; }

  /* ------------ content_box ------------ */
  #content_box {
    padding: 50px 20px 100px 20px;
    text-align: center; }
    #content_box h3 {
      font-size: 34px;
      line-height: 1.5;
      font: normal 3.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-weight: 700;
      color: #333;
      position: relative;
      display: inline-block;
      padding: 0 65px; }
      #content_box h3:before, #content_box h3:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 50px;
        height: 1px;
        background-color: #333; }
      #content_box h3:before {
        left: 0; }
      #content_box h3:after {
        right: 0; }
      #content_box h3.mt70 {
        margin: 70px 0 0 0; }
    #content_box hr {
      width: 40px;
      margin: 5px auto 0;
      border: none;
      border-bottom: 5px solid #008eca; }
    #content_box p.copy_en {
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #666;
      margin: 10px 0 0 0; }
    #content_box.w100 {
      padding: 50px 0 0 0; }

  /* ------------ price_box ------------ */
  #price_box {
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box; }
    #price_box.bg_01 {
      margin: 70px auto 0; }
    #price_box ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #price_box ul li {
        width: 23%;
        list-style: none;
        margin: 50px 0 0 0; }
        #price_box ul li a {
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          display: block; }
          #price_box ul li a:link, #price_box ul li a:visited, #price_box ul li a:active {
            text-decoration: none;
            color: #008eca; }
          #price_box ul li a img {
            width: 100%;
            vertical-align: bottom; }
          #price_box ul li a p {
            width: 90px;
            background: #003887;
            color: #fff;
            font-size: 12px;
            line-height: 1;
            font: normal 1.2rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            padding: 5px 0;
            margin: 10px auto 0 0; }
            #price_box ul li a p.c_01 {
              background: #008eca; }
          #price_box ul li a h4 {
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #003887;
            margin: 5px 0 0 0; }
            #price_box ul li a h4:before {
              content: 'arrow_right';
              color: #003887;
              font-size: 2.6rem; }
          #price_box ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
      #price_box ul::before {
        content: "";
        display: block;
        width: 23%;
        order: 1; }
      #price_box ul::after {
        content: "";
        display: block;
        width: 23%; }

  /* ------------ cartype_box ------------ */
  #cartype_box {
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box; }
    #cartype_box .cartype_box_g {
      padding: 70px 0;
      border-bottom: 10px solid #f4f6f8; }
      #cartype_box .cartype_box_g .cartype_box_wrap {
        display: flex;
        justify-content: space-between; }
        #cartype_box .cartype_box_g .cartype_box_wrap figure {
          width: 30%; }
          #cartype_box .cartype_box_g .cartype_box_wrap figure img {
            width: 100%;
            vertical-align: bottom; }
          #cartype_box .cartype_box_g .cartype_box_wrap figure ul li {
            list-style: none;
            font-size: 14px;
            line-height: 2;
            font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            text-align: left; }
          #cartype_box .cartype_box_g .cartype_box_wrap figure a.button {
            width: 100%;
            height: 60px;
            margin: 30px 0 0 0;
            background-color: #fe4c4b;
            font-size: 18px;
            line-height: 1;
            font: normal 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            position: relative; }
            #cartype_box .cartype_box_g .cartype_box_wrap figure a.button:before {
              content: 'arrow_right';
              position: absolute;
              color: #fff;
              right: 10px;
              top: 17px;
              font-size: 2.6rem; }
            #cartype_box .cartype_box_g .cartype_box_wrap figure a.button:link, #cartype_box .cartype_box_g .cartype_box_wrap figure a.button:visited, #cartype_box .cartype_box_g .cartype_box_wrap figure a.button:active {
              text-decoration: none; }
            #cartype_box .cartype_box_g .cartype_box_wrap figure a.button:hover {
              opacity: 0.8;
              filter: alpha(opacity=80); }
        #cartype_box .cartype_box_g .cartype_box_wrap .text_box {
          width: 65%; }
          #cartype_box .cartype_box_g .cartype_box_wrap .text_box h4 {
            padding: 15px 0;
            margin: 0 auto 0 0;
            background: #003887;
            font-size: 24px;
            line-height: 1;
            font: normal 2.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #fff; }
            #cartype_box .cartype_box_g .cartype_box_wrap .text_box h4 .small {
              font-size: 14px;
              line-height: 1;
              font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 400; }
          #cartype_box .cartype_box_g .cartype_box_wrap .text_box p {
            font-size: 16px;
            line-height: 2;
            font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333;
            text-align: left;
            margin: 15px 0 0 0; }
          #cartype_box .cartype_box_g .cartype_box_wrap .text_box dl {
            display: flex;
            justify-content: space-between;
            text-align: left;
            margin: 15px 0 0 0;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
            #cartype_box .cartype_box_g .cartype_box_wrap .text_box dl dt {
              width: 20%;
              background: #e9edf2;
              text-align: center;
              padding: 5px 0; }
            #cartype_box .cartype_box_g .cartype_box_wrap .text_box dl dd {
              width: 75%;
              padding: 5px 0; }
          #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table {
            margin: 20px 0 0 0; }
            #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul {
              display: flex;
              justify-content: space-between; }
              #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul li {
                list-style: none;
                width: 50%;
                text-align: center;
                font-size: 20px;
                line-height: 1.5;
                font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                padding: 10px 0;
                border-bottom: 2px solid #dcdcdc; }
                #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul li a {
                  transition: all 0.5s;
                  -moz-transition: all 0.5s;
                  -webkit-transition: all 0.5s;
                  -ms-transition: all 0.5s;
                  -o-transition: all 0.5s;
                  display: block; }
                  #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul li a:link, #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul li a:visited, #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul li a:active {
                    text-decoration: none;
                    color: #666; }
                  #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul li a:hover {
                    color: #003887; }
                #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul li.active {
                  border-bottom: 2px solid #003887; }
                  #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul li.active a {
                    transition: all 0.5s;
                    -moz-transition: all 0.5s;
                    -webkit-transition: all 0.5s;
                    -ms-transition: all 0.5s;
                    -o-transition: all 0.5s;
                    font-weight: 700; }
                    #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul li.active a:link, #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul li.active a:visited, #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul li.active a:active {
                      text-decoration: none;
                      color: #003887; }
                    #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table ul li.active a:hover {
                      opacity: 0.7;
                      filter: alpha(opacity=70); }
            #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table .tabcontents {
              display: none; }
              #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table .tabcontents table {
                width: 100%;
                margin: 20px 0 0 0; }
                #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table .tabcontents table tr {
                  background: #fff;
                  font-size: 16px;
                  line-height: 1.5;
                  font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                  border-bottom: 1px solid #e9edf2;
                  color: #333; }
                  #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table .tabcontents table tr th {
                    padding: 10px;
                    border-right: 1px solid #e9edf2;
                    border-left: 1px solid #e9edf2;
                    border-top: 1px solid #e9edf2;
                    background: #e9edf2;
                    width: 50%; }
                    #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table .tabcontents table tr th:last-child {
                      border: none;
                      border-right: 1px solid #e9edf2; }
                  #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table .tabcontents table tr td {
                    padding: 10px;
                    border-right: 1px solid #e9edf2;
                    border-left: 1px solid #e9edf2; }
                    #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table .tabcontents table tr td:last-child {
                      border: none;
                      font-size: 24px;
                      line-height: 1.5;
                      font: normal 2.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
                      font-weight: 700;
                      color: #fe4c4b;
                      border-right: 1px solid #e9edf2; }
              #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table .tabcontents p {
                font-size: 14px;
                line-height: 1.5;
                font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
              #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table .tabcontents dl {
                display: flex;
                justify-content: space-between;
                text-align: left;
                margin: 10px 0 0 0;
                font-size: 14px;
                line-height: 1.5;
                font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
                #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table .tabcontents dl dt {
                  width: 30%;
                  background: #e9edf2;
                  text-align: center;
                  padding: 5px 0; }
                #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table .tabcontents dl dd {
                  width: 65%;
                  padding: 5px 0; }
            #cartype_box .cartype_box_g .cartype_box_wrap .text_box .price_table .tabcontents.active {
              display: block; }
          #cartype_box .cartype_box_g .cartype_box_wrap .text_box a.button {
            display: none; }

  /* ------------ shop_box ------------ */
  #shop_box {
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box; }
    #shop_box .shop_box_wrap {
      padding: 70px 0;
      border-bottom: 10px solid #f4f6f8; }
      #shop_box .shop_box_wrap .shop_info_box {
        display: flex;
        justify-content: space-between; }
        #shop_box .shop_box_wrap .shop_info_box figure {
          width: 40%; }
          #shop_box .shop_box_wrap .shop_info_box figure img {
            width: 100%;
            vertical-align: bottom; }
        #shop_box .shop_box_wrap .shop_info_box .text_box {
          width: 55%;
          text-align: left; }
          #shop_box .shop_box_wrap .shop_info_box .text_box h4 {
            background: #003887;
            font-size: 22px;
            line-height: 1.2;
            font: normal 2.2rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #fff;
            padding: 15px;
            display: flex; }
            #shop_box .shop_box_wrap .shop_info_box .text_box h4 .shop_link {
              font-size: 16px;
              line-height: 1.5;
              font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 400;
              margin: 0 0 0 auto;
              display: inline-block; }
              #shop_box .shop_box_wrap .shop_info_box .text_box h4 .shop_link a {
                transition: all 0.5s;
                -moz-transition: all 0.5s;
                -webkit-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -o-transition: all 0.5s;
                position: relative; }
                #shop_box .shop_box_wrap .shop_info_box .text_box h4 .shop_link a:link, #shop_box .shop_box_wrap .shop_info_box .text_box h4 .shop_link a:visited, #shop_box .shop_box_wrap .shop_info_box .text_box h4 .shop_link a:active {
                  text-decoration: none;
                  color: #fff; }
                #shop_box .shop_box_wrap .shop_info_box .text_box h4 .shop_link a:hover {
                  opacity: 0.7;
                  filter: alpha(opacity=70); }
                #shop_box .shop_box_wrap .shop_info_box .text_box h4 .shop_link a:before {
                  content: 'arrow_right';
                  position: absolute;
                  color: #fff;
                  left: -20px;
                  top: 0;
                  font-size: 2.6rem; }
          #shop_box .shop_box_wrap .shop_info_box .text_box p {
            font-size: 16px;
            line-height: 2;
            font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333;
            margin: 15px 0 0 0; }
          #shop_box .shop_box_wrap .shop_info_box .text_box dl {
            display: flex;
            justify-content: space-between;
            text-align: left;
            margin: 15px 0 0 0;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
            #shop_box .shop_box_wrap .shop_info_box .text_box dl dt {
              width: 20%;
              background: #e9edf2;
              text-align: center;
              padding: 5px 0; }
            #shop_box .shop_box_wrap .shop_info_box .text_box dl dd {
              width: 75%;
              padding: 5px 0; }
      #shop_box .shop_box_wrap .gmap {
        margin: 30px 0 0 0; }
      #shop_box .shop_box_wrap:last-of-type {
        border: none;
        padding: 70px 0 0 0; }

  /* ------------ faq_box ------------ */
  #faq_box {
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box; }
    #faq_box .link_box {
      margin: 50px 0 0 0; }
      #faq_box .link_box p {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333; }
      #faq_box .link_box ul {
        width: 70%;
        margin: 20px auto 0;
        padding: 20px;
        background: #003887;
        box-sizing: border-box;
        display: flex;
        justify-content: space-around; }
        #faq_box .link_box ul li {
          list-style: none;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
          #faq_box .link_box ul li a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            position: relative;
            padding: 0 25px 0 0; }
            #faq_box .link_box ul li a:link, #faq_box .link_box ul li a:visited, #faq_box .link_box ul li a:active {
              text-decoration: none;
              color: #fff; }
            #faq_box .link_box ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #faq_box .link_box ul li a:before {
              content: 'arrow_drop_down';
              position: absolute;
              color: #fff;
              right: 0;
              top: 0;
              font-size: 2.6rem; }
    #faq_box .qa_box_g {
      margin: 50px 0 0 0; }
      #faq_box .qa_box_g h4 {
        font-size: 30px;
        line-height: 1.5;
        font: normal 3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #333; }
      #faq_box .qa_box_g .cp_qa *, #faq_box .qa_box_g .cp_qa *:after, #faq_box .qa_box_g .cp_qa *:before {
        box-sizing: border-box; }
      #faq_box .qa_box_g .cp_qa {
        overflow-x: hidden;
        margin: 0 auto; }
        #faq_box .qa_box_g .cp_qa .cp_actab {
          margin: 20px 0 0 0;
          text-align: left; }
        #faq_box .qa_box_g .cp_qa label {
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #003887;
          padding: 15px 35px 15px 45px;
          position: relative;
          display: block;
          cursor: pointer;
          background: #eef1f4;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          border: 5px solid #eef1f4; }
          #faq_box .qa_box_g .cp_qa label:hover {
            border: 5px solid #003887; }
        #faq_box .qa_box_g .cp_qa .cp_actab-content {
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          position: relative;
          overflow: hidden;
          height: 0;
          margin: 0 35px;
          padding: 0 15px;
          -webkit-transition: 0.5s ease;
          transition: 0.5s ease;
          opacity: 0; }
          #faq_box .qa_box_g .cp_qa .cp_actab-content ol {
            margin: 0 0 0 20px; }
            #faq_box .qa_box_g .cp_qa .cp_actab-content ol li {
              margin: 10px 0 0 0; }
          #faq_box .qa_box_g .cp_qa .cp_actab-content ul {
            margin: 20px 0 0 30px; }
            #faq_box .qa_box_g .cp_qa .cp_actab-content ul li {
              margin: 5px 0 0 0;
              list-style: disc; }
        #faq_box .qa_box_g .cp_qa input[type=checkbox]:checked ~ .cp_actab-content {
          height: auto;
          padding: 15px;
          opacity: 1; }
        #faq_box .qa_box_g .cp_qa .cp_plus {
          font-size: 30px;
          line-height: 1;
          font: normal 3rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #008eca;
          margin: 18px 0 0 20px;
          -webkit-transition: 0.2s ease;
          transition: 0.2s ease;
          position: absolute;
          z-index: 5; }
        #faq_box .qa_box_g .cp_qa input[type=checkbox]:checked ~ .cp_plus {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        #faq_box .qa_box_g .cp_qa input[type=checkbox] {
          display: none; }

  /* ------------ inquery_box ------------ */
  #inquery_box {
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box; }
    #inquery_box .point_box {
      margin: 50px 0 0 0; }
      #inquery_box .point_box p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        margin: 0; }
      #inquery_box .point_box ul {
        padding: 20px;
        margin: 20px auto 0;
        background: #eef1f4; }
        #inquery_box .point_box ul li {
          list-style: disc;
          text-align: left;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 10px 0 0 30px; }
          #inquery_box .point_box ul li.red {
            color: #fe4c4b; }
    #inquery_box .faq_box_g {
      margin: 50px 0 0 0; }
      #inquery_box .faq_box_g h4 {
        font-size: 30px;
        line-height: 1.5;
        font: normal 3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #003887; }
      #inquery_box .faq_box_g dl {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        border-bottom: 1px solid #dcdcdc;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #inquery_box .faq_box_g dl dt {
          width: 25%;
          display: flex;
          align-items: center;
          padding: 30px;
          box-sizing: border-box;
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          text-align: left; }
          #inquery_box .faq_box_g dl dt .required {
            font-size: 14px;
            line-height: 1;
            font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 400;
            color: #fff;
            background: #fe4c4b;
            margin: 0 10px;
            padding: 5px;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px; }
        #inquery_box .faq_box_g dl dd {
          width: 75%;
          padding: 30px;
          display: flex;
          box-sizing: border-box;
          align-items: center; }
          #inquery_box .faq_box_g dl dd select {
            height: 50px;
            font-size: 16px;
            line-height: 1;
            font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border: none;
            box-sizing: border-box;
            color: #333;
            background-color: #f5f5f5;
            border: 1px solid #dcdcdc;
            padding: 0 10px; }
          #inquery_box .faq_box_g dl dd textarea {
            width: 100%;
            height: 250px;
            border: 1px solid #dcdcdc;
            padding: 15px;
            resize: none;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333;
            box-sizing: border-box; }
            #inquery_box .faq_box_g dl dd textarea::-webkit-input-placeholder {
              color: #999; }
            #inquery_box .faq_box_g dl dd textarea::placeholder {
              color: #999; }
            #inquery_box .faq_box_g dl dd textarea::-ms-input-placeholder {
              color: #999; }
            #inquery_box .faq_box_g dl dd textarea::-ms-input-placeholder {
              color: #999; }
          #inquery_box .faq_box_g dl dd input[type="text"] {
            width: 100%;
            border: 1px solid #dcdcdc;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333;
            box-sizing: border-box;
            padding: 15px; }
            #inquery_box .faq_box_g dl dd input[type="text"].w30 {
              width: 30%; }
            #inquery_box .faq_box_g dl dd input[type="text"]::-webkit-input-placeholder {
              color: #999; }
            #inquery_box .faq_box_g dl dd input[type="text"]::placeholder {
              color: #999; }
            #inquery_box .faq_box_g dl dd input[type="text"]::-ms-input-placeholder {
              color: #999; }
            #inquery_box .faq_box_g dl dd input[type="text"]::-ms-input-placeholder {
              color: #999; }
          #inquery_box .faq_box_g dl dd input:focus {
            outline: none; }
        #inquery_box .faq_box_g dl:first-of-type {
          border-top: 1px solid #dcdcdc;
          margin: 20px 0 0 0; }
    #inquery_box .submit_box {
      text-align: center;
      margin: 30px 0 0 0; }
      #inquery_box .submit_box p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333; }
      #inquery_box .submit_box a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #inquery_box .submit_box a:link, #inquery_box .submit_box a:visited, #inquery_box .submit_box a:active {
          text-decoration: none;
          color: #008eca; }
        #inquery_box .submit_box a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
      #inquery_box .submit_box .submit_button {
        width: 350px;
        padding: 20px 0;
        margin: 30px 0 0 0;
        font-size: 18px;
        line-height: 1;
        font: normal 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #fff;
        text-align: center;
        background-color: #fe4c4b;
        border: none;
        cursor: pointer;
        display: inline-block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-appearance: button;
        position: relative; }
        #inquery_box .submit_box .submit_button:after {
          content: 'send';
          font-size: 2rem;
          color: #fff;
          position: absolute;
          top: 20px;
          right: 10px; }
        #inquery_box .submit_box .submit_button:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
      #inquery_box .submit_box .back_button {
        width: 350px;
        padding: 20px 0;
        margin: 30px 30px 0 0;
        font-size: 18px;
        line-height: 1;
        font: normal 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #666;
        text-align: center;
        background-color: #dcdcdc;
        border-style: none;
        cursor: pointer;
        display: inline-block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-appearance: button; }
        #inquery_box .submit_box .back_button:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
      #inquery_box .submit_box .agree_box {
        display: block;
        margin: 30px 0 0 0;
        text-align: center;
        cursor: pointer; }
        #inquery_box .submit_box .agree_box span {
          font-size: 20px;
          line-height: 1.5;
          font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          vertical-align: middle; }
        #inquery_box .submit_box .agree_box input.mark {
          width: 20px;
          height: 20px;
          border: 1px solid #dcdcdc; }
    #inquery_box table {
      margin: 0 auto;
      width: 100%; }
      #inquery_box table th {
        padding: 20px;
        border-bottom: 1px solid #dcdcdc;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        width: 240px;
        text-align: left;
        color: #333;
        font-weight: 700;
        background: #f7f7f7;
        box-sizing: border-box; }
      #inquery_box table td {
        padding: 20px;
        border-bottom: 1px solid #dcdcdc;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        text-align: left;
        color: #333;
        box-sizing: border-box; }

  /* ------------ guide_box ------------ */
  #guide_box {
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center; }
    #guide_box ul {
      margin: 50px auto 0;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      padding: 0 30px; }
      #guide_box ul li {
        width: 30%;
        list-style: none; }
        #guide_box ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #guide_box ul li a:link, #guide_box ul li a:visited, #guide_box ul li a:active {
            text-decoration: none;
            color: #003887; }
          #guide_box ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #guide_box ul li a img {
            width: 45%;
            vertical-align: bottom;
            margin: 0 auto;
            display: block; }
          #guide_box ul li a h4 {
            font-size: 18px;
            line-height: 1.5;
            font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            margin: 20px 0 0 0;
            font-weight: 700; }
            #guide_box ul li a h4:before {
              content: 'arrow_right';
              color: #003887;
              font-size: 2.6rem; }
          #guide_box ul li a.here h4 {
            font-weight: 700; }
        #guide_box ul li:nth-child(n+4) {
          margin: 60px 0 0 0; }
    #guide_box.sub {
      padding: 100px 0 50px 0; }
      #guide_box.sub h3 {
        font-size: 34px;
        line-height: 1.5;
        font: normal 3.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #333;
        position: relative;
        display: inline-block;
        padding: 0 65px; }
        #guide_box.sub h3:before, #guide_box.sub h3:after {
          content: '';
          position: absolute;
          top: 50%;
          display: inline-block;
          width: 50px;
          height: 1px;
          background-color: #333; }
        #guide_box.sub h3:before {
          left: 0; }
        #guide_box.sub h3:after {
          right: 0; }
        #guide_box.sub h3.mt70 {
          margin: 70px 0 0 0; }
      #guide_box.sub hr {
        width: 40px;
        margin: 5px auto 0;
        border: none;
        border-bottom: 5px solid #008eca; }
      #guide_box.sub p.copy_en {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #666;
        margin: 10px 0 0 0; }

  #guide_box_sub {
    max-width: 1100px;
    margin: 50px auto 0;
    box-sizing: border-box; }
    #guide_box_sub p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333; }
    #guide_box_sub .flow_box {
      display: flex;
      justify-content: space-between;
      margin: 70px 0 0 0;
      border-top: 10px solid #f4f6f8; }
      #guide_box_sub .flow_box .flow_n {
        width: 20%; }
        #guide_box_sub .flow_box .flow_n .wrap_box {
          background: #003887;
          padding: 20px;
          box-sizing: border-box; }
          #guide_box_sub .flow_box .flow_n .wrap_box P.circle {
            display: inline-block;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            background: #fff;
            color: #003887;
            text-align: center;
            font-size: 30px;
            line-height: 1;
            font: normal 3rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            line-height: 60px;
            font-weight: 700; }
          #guide_box_sub .flow_box .flow_n .wrap_box P.title {
            font-size: 22px;
            line-height: 1.5;
            font: normal 2.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #fff;
            margin: 10px 0 0 0; }
      #guide_box_sub .flow_box .text_box {
        width: 72%;
        text-align: left; }
        #guide_box_sub .flow_box .text_box h5 {
          font-size: 22px;
          line-height: 1.5;
          font: normal 2.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #003887;
          font-weight: 700;
          position: relative;
          padding: 0 0 0 30px;
          margin: 20px 0 0 -30px; }
          #guide_box_sub .flow_box .text_box h5:before {
            content: 'check_circle';
            position: absolute;
            color: #003887;
            left: 0;
            top: 4px;
            font-size: 2.6rem; }
          #guide_box_sub .flow_box .text_box h5 .small {
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333; }
        #guide_box_sub .flow_box .text_box a.button {
          width: 40%;
          margin: 20px 0 0 0;
          padding: 15px;
          border: 1px solid #1a9f00;
          color: #1a9f00;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          text-align: center;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          position: relative;
          display: block; }
          #guide_box_sub .flow_box .text_box a.button:before {
            content: 'arrow_right';
            position: absolute;
            color: #1a9f00;
            right: 10px;
            top: 13px;
            font-size: 2.2rem; }
          #guide_box_sub .flow_box .text_box a.button:link, #guide_box_sub .flow_box .text_box a.button:visited, #guide_box_sub .flow_box .text_box a.button:active {
            text-decoration: none; }
          #guide_box_sub .flow_box .text_box a.button:hover {
            opacity: 0.8;
            filter: alpha(opacity=80); }
        #guide_box_sub .flow_box .text_box p {
          margin: 10px 0 0 0; }
          #guide_box_sub .flow_box .text_box p.tel {
            font-size: 30px;
            line-height: 1.2;
            font: normal 3rem/1.2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700;
            color: #1a9f00; }
            #guide_box_sub .flow_box .text_box p.tel .small {
              font-size: 14px;
              line-height: 1;
              font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              vertical-align: middle;
              margin: 0 0 0 10px;
              color: #333; }
        #guide_box_sub .flow_box .text_box h4 {
          background: #008eca;
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          color: #fff;
          margin: 50px 0 0 -30px;
          padding: 10px 10px 10px 20px; }
        #guide_box_sub .flow_box .text_box ul {
          display: flex;
          justify-content: flex-start;
          margin: 10px 0 0 0; }
          #guide_box_sub .flow_box .text_box ul li {
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333;
            margin: 0 0 0 10px;
            list-style: none; }
      #guide_box_sub .flow_box:first-of-type {
        margin: 30px 0 0 0; }
    #guide_box_sub .insurance_box h4 {
      font-size: 26px;
      line-height: 1.5;
      font: normal 2.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #003887;
      font-weight: 700;
      margin: 70px 0 0 0; }
      #guide_box_sub .insurance_box h4:before {
        content: 'check_circle';
        color: #003887;
        font-size: 2.6rem;
        vertical-align: middle;
        margin: 0 5px 0 0; }
      #guide_box_sub .insurance_box h4:first-of-type {
        margin: 30px 0 0 0; }
    #guide_box_sub .insurance_box h5 {
      font-size: 18px;
      line-height: 1.5;
      font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      font-weight: 700;
      margin: 20px 0 0 0; }
    #guide_box_sub .insurance_box table {
      width: 100%;
      margin: 30px 0 0 0; }
      #guide_box_sub .insurance_box table.t_01 tr {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        border-bottom: 1px solid #dcdcdc;
        border-top: 1px solid #dcdcdc;
        color: #333; }
        #guide_box_sub .insurance_box table.t_01 tr th {
          background: #003887;
          color: #fff;
          padding: 20px;
          width: 30%; }
        #guide_box_sub .insurance_box table.t_01 tr td {
          padding: 20px;
          border-right: 1px solid #dcdcdc;
          text-align: left; }
      #guide_box_sub .insurance_box table.t_02 tr {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333; }
        #guide_box_sub .insurance_box table.t_02 tr th {
          background: #003887;
          color: #fff;
          padding: 20px;
          width: 30%;
          border-right: 1px solid #dcdcdc; }
        #guide_box_sub .insurance_box table.t_02 tr td {
          padding: 20px;
          border-right: 1px solid #dcdcdc;
          border-bottom: 1px solid #dcdcdc;
          text-align: center;
          font-size: 22px;
          line-height: 1.5;
          font: normal 2.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700; }
          #guide_box_sub .insurance_box table.t_02 tr td .small {
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 400; }
          #guide_box_sub .insurance_box table.t_02 tr td:first-of-type {
            border-left: 1px solid #dcdcdc; }
    #guide_box_sub .insurance_box ul {
      margin: 20px 0 0 0;
      text-align: left; }
      #guide_box_sub .insurance_box ul li {
        font-size: 12px;
        line-height: 2;
        font: normal 1.2rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #999;
        margin: 0 0 0 20px; }
      #guide_box_sub .insurance_box ul p {
        text-align: left;
        border-bottom: 1px solid #dcdcdc;
        margin: 0 0 10px 0; }
    #guide_box_sub .payment_box {
      border-bottom: 10px solid #f4f6f8;
      padding: 30px 0; }
      #guide_box_sub .payment_box h4 {
        font-size: 26px;
        line-height: 1.5;
        font: normal 2.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #003887;
        font-weight: 700; }
        #guide_box_sub .payment_box h4:before {
          content: 'check_circle';
          color: #003887;
          font-size: 2.6rem;
          vertical-align: middle;
          margin: 0 5px 0 0; }
      #guide_box_sub .payment_box h5 {
        font-size: 18px;
        line-height: 1.5;
        font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        font-weight: 700;
        margin: 20px 0 0 0; }
      #guide_box_sub .payment_box ul {
        width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px auto 0;
        border: 3px solid #f4f6f8; }
        #guide_box_sub .payment_box ul li {
          width: calc(100% / 7);
          list-style: none;
          padding: 20px;
          box-sizing: border-box; }
          #guide_box_sub .payment_box ul li img {
            width: 70%;
            vertical-align: bottom; }
    #guide_box_sub .option_box h4 {
      font-size: 26px;
      line-height: 1.5;
      font: normal 2.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #003887;
      font-weight: 700;
      margin: 70px 0 0 0; }
      #guide_box_sub .option_box h4:before {
        content: 'check_circle';
        color: #003887;
        font-size: 2.6rem;
        vertical-align: middle;
        margin: 0 5px 0 0; }
      #guide_box_sub .option_box h4:first-of-type {
        margin: 30px 0 0 0; }
    #guide_box_sub .option_box h5 {
      font-size: 18px;
      line-height: 1.5;
      font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      font-weight: 700;
      margin: 20px 0 0 0; }
    #guide_box_sub .option_box table {
      width: 100%;
      margin: 30px 0 0 0; }
      #guide_box_sub .option_box table.t_01 tr {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        border-bottom: 1px solid #dcdcdc;
        border-top: 1px solid #dcdcdc;
        color: #333; }
        #guide_box_sub .option_box table.t_01 tr th {
          background: #003887;
          color: #fff;
          padding: 20px;
          width: 20%; }
        #guide_box_sub .option_box table.t_01 tr td {
          padding: 20px;
          border-right: 1px solid #dcdcdc;
          text-align: left;
          width: 40%; }
          #guide_box_sub .option_box table.t_01 tr td:nth-of-type(1) {
            background: #eef1f4;
            font-size: 18px;
            line-height: 1.5;
            font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700; }
    #guide_box_sub .option_box ul {
      margin: 20px 0 0 0;
      text-align: left; }
      #guide_box_sub .option_box ul li {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #999;
        margin: 0 0 0 20px; }
      #guide_box_sub .option_box ul p {
        text-align: left;
        border-bottom: 1px solid #dcdcdc;
        margin: 0 0 10px 0; }
    #guide_box_sub .cancel_box h4 {
      font-size: 26px;
      line-height: 1.5;
      font: normal 2.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #003887;
      font-weight: 700;
      margin: 70px 0 0 0; }
      #guide_box_sub .cancel_box h4:before {
        content: 'check_circle';
        color: #003887;
        font-size: 2.6rem;
        vertical-align: middle;
        margin: 0 5px 0 0; }
      #guide_box_sub .cancel_box h4:first-of-type {
        margin: 30px 0 0 0; }
    #guide_box_sub .cancel_box h5 {
      font-size: 18px;
      line-height: 1.5;
      font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      color: #333;
      font-weight: 700;
      margin: 20px 0 0 0; }
    #guide_box_sub .cancel_box table {
      width: 100%;
      margin: 30px 0 0 0; }
      #guide_box_sub .cancel_box table.t_01 tr {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        border-bottom: 1px solid #dcdcdc;
        border-top: 1px solid #dcdcdc;
        color: #333; }
        #guide_box_sub .cancel_box table.t_01 tr th {
          background: #003887;
          color: #fff;
          padding: 20px;
          width: 30%; }
        #guide_box_sub .cancel_box table.t_01 tr td {
          padding: 20px;
          border-right: 1px solid #dcdcdc;
          text-align: left; }
    #guide_box_sub .cancel_box ul {
      margin: 20px 0 0 0;
      text-align: left; }
      #guide_box_sub .cancel_box ul li {
        font-size: 14px;
        line-height: 2;
        font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #999;
        margin: 0 0 0 20px; }
    #guide_box_sub .pet_box {
      border-bottom: 10px solid #f4f6f8;
      padding: 30px 0; }
      #guide_box_sub .pet_box h4 {
        font-size: 26px;
        line-height: 1.5;
        font: normal 2.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #003887;
        font-weight: 700; }
        #guide_box_sub .pet_box h4:before {
          content: 'check_circle';
          color: #003887;
          font-size: 2.6rem;
          vertical-align: middle;
          margin: 0 5px 0 0; }
      #guide_box_sub .pet_box h5 {
        font-size: 18px;
        line-height: 1.5;
        font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        font-weight: 700;
        margin: 20px 0 0 0; }
      #guide_box_sub .pet_box table {
        width: 100%;
        margin: 30px 0 0 0; }
        #guide_box_sub .pet_box table.t_01 tr {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          border-bottom: 1px solid #dcdcdc;
          border-top: 1px solid #dcdcdc;
          color: #333; }
          #guide_box_sub .pet_box table.t_01 tr th {
            background: #003887;
            color: #fff;
            padding: 20px;
            width: 30%; }
          #guide_box_sub .pet_box table.t_01 tr td {
            padding: 20px;
            border-right: 1px solid #dcdcdc;
            text-align: left;
            font-size: 22px;
            line-height: 1.5;
            font: normal 2.2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 700; }
            #guide_box_sub .pet_box table.t_01 tr td .small {
              font-size: 16px;
              line-height: 1.5;
              font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
              font-weight: 400; }
      #guide_box_sub .pet_box ul {
        margin: 20px 0 0 0;
        text-align: left; }
        #guide_box_sub .pet_box ul li {
          font-size: 14px;
          line-height: 2;
          font: normal 1.4rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #999;
          margin: 0 0 0 20px; }

  /* ------------ reservation_box ------------ */
  #reservation_box {
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box; }
    #reservation_box .point_box {
      margin: 50px 0 0 0; }
      #reservation_box .point_box p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        margin: 0; }
      #reservation_box .point_box ul {
        padding: 20px;
        margin: 20px auto 0;
        background: #eef1f4; }
        #reservation_box .point_box ul li {
          list-style: disc;
          text-align: left;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          margin: 10px 0 0 30px; }
          #reservation_box .point_box ul li.red {
            color: #fe4c4b; }
    #reservation_box .faq_box_g {
      margin: 50px 0 0 0; }
      #reservation_box .faq_box_g h4 {
        font-size: 30px;
        line-height: 1.5;
        font: normal 3rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #003887; }
      #reservation_box .faq_box_g dl {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333;
        border-bottom: 1px solid #dcdcdc;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #reservation_box .faq_box_g dl dt {
          width: 25%;
          display: flex;
          align-items: center;
          padding: 30px;
          box-sizing: border-box;
          font-size: 18px;
          line-height: 1.5;
          font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          font-weight: 700;
          text-align: left; }
          #reservation_box .faq_box_g dl dt .required {
            font-size: 14px;
            line-height: 1;
            font: normal 1.4rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            font-weight: 400;
            color: #fff;
            background: #fe4c4b;
            margin: 0 10px;
            padding: 5px;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px; }
        #reservation_box .faq_box_g dl dd {
          width: 75%;
          padding: 30px;
          display: flex;
          box-sizing: border-box;
          align-items: center; }
          #reservation_box .faq_box_g dl dd textarea {
            width: 100%;
            height: 250px;
            border: 1px solid #dcdcdc;
            padding: 15px;
            resize: none;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333;
            box-sizing: border-box; }
            #reservation_box .faq_box_g dl dd textarea::-webkit-input-placeholder {
              color: #999; }
            #reservation_box .faq_box_g dl dd textarea::placeholder {
              color: #999; }
            #reservation_box .faq_box_g dl dd textarea::-ms-input-placeholder {
              color: #999; }
            #reservation_box .faq_box_g dl dd textarea::-ms-input-placeholder {
              color: #999; }
          #reservation_box .faq_box_g dl dd input[type="text"] {
            width: 100%;
            border: 1px solid #dcdcdc;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333;
            box-sizing: border-box;
            padding: 15px; }
            #reservation_box .faq_box_g dl dd input[type="text"].w30 {
              width: 30%; }
            #reservation_box .faq_box_g dl dd input[type="text"]::-webkit-input-placeholder {
              color: #999; }
            #reservation_box .faq_box_g dl dd input[type="text"]::placeholder {
              color: #999; }
            #reservation_box .faq_box_g dl dd input[type="text"]::-ms-input-placeholder {
              color: #999; }
            #reservation_box .faq_box_g dl dd input[type="text"]::-ms-input-placeholder {
              color: #999; }
          #reservation_box .faq_box_g dl dd input:focus {
            outline: none; }
          #reservation_box .faq_box_g dl dd select {
            width: 100%;
            background-color: #fff;
            border: none;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            color: #333;
            display: inline-block;
            padding: 10px 30px 10px 15px;
            box-sizing: border-box;
            -webkit-appearance: none;
            -moz-appearance: none;
            border: 1px solid #dcdcdc; }
            #reservation_box .faq_box_g dl dd select.day {
              width: 40%;
              margin: 0 30px 0 0; }
            #reservation_box .faq_box_g dl dd select.time {
              width: 40%; }
          #reservation_box .faq_box_g dl dd select.minimal {
            background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
            background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
            background-size: 5px 5px,5px 5px,1px 1.5em;
            background-repeat: no-repeat; }
          #reservation_box .faq_box_g dl dd select.minimal:focus {
            background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
            background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
            background-size: 5px 5px,5px 5px,1px 1.5em;
            background-repeat: no-repeat;
            outline: 0; }
          #reservation_box .faq_box_g dl dd select:-moz-focusring {
            color: transparent;
            text-shadow: 0 0 0 #333; }
        #reservation_box .faq_box_g dl:first-of-type {
          border-top: 1px solid #dcdcdc;
          margin: 20px 0 0 0; }
    #reservation_box .submit_box {
      text-align: center;
      margin: 30px 0 0 0; }
      #reservation_box .submit_box p {
        font-size: 16px;
        line-height: 2;
        font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        color: #333; }
      #reservation_box .submit_box a {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        #reservation_box .submit_box a:link, #reservation_box .submit_box a:visited, #reservation_box .submit_box a:active {
          text-decoration: none;
          color: #008eca; }
        #reservation_box .submit_box a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
      #reservation_box .submit_box .submit_button {
        width: 350px;
        padding: 20px 0;
        margin: 30px 0 0 0;
        font-size: 18px;
        line-height: 1;
        font: normal 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #fff;
        text-align: center;
        background-color: #fe4c4b;
        border: none;
        cursor: pointer;
        display: inline-block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-appearance: button;
        position: relative; }
        #reservation_box .submit_box .submit_button:after {
          content: 'send';
          font-size: 2rem;
          color: #fff;
          position: absolute;
          top: 20px;
          right: 10px; }
        #reservation_box .submit_box .submit_button:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
      #reservation_box .submit_box .back_button {
        width: 350px;
        padding: 20px 0;
        margin: 30px 30px 0 0;
        font-size: 18px;
        line-height: 1;
        font: normal 1.8rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        font-weight: 700;
        color: #666;
        text-align: center;
        background-color: #dcdcdc;
        border-style: none;
        cursor: pointer;
        display: inline-block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-appearance: button; }
        #reservation_box .submit_box .back_button:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
      #reservation_box .submit_box .agree_box {
        display: block;
        margin: 30px 0 0 0;
        text-align: center;
        cursor: pointer; }
        #reservation_box .submit_box .agree_box span {
          font-size: 20px;
          line-height: 1.5;
          font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #333;
          vertical-align: middle; }
        #reservation_box .submit_box .agree_box input.mark {
          width: 20px;
          height: 20px;
          border: 1px solid #dcdcdc; }
    #reservation_box table {
      margin: 0 auto;
      width: 100%; }
      #reservation_box table th {
        padding: 20px;
        border-bottom: 1px solid #dcdcdc;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        width: 240px;
        text-align: left;
        color: #333;
        font-weight: 700;
        background: #f7f7f7;
        box-sizing: border-box; }
      #reservation_box table td {
        padding: 20px;
        border-bottom: 1px solid #dcdcdc;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        text-align: left;
        color: #333;
        box-sizing: border-box; }

  /* ------------ privacy_box ------------ */
  #privacy_box {
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box; }
    #privacy_box h4 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      margin: 50px 0 0 0;
      font-weight: 700;
      color: #003887; }
    #privacy_box ul {
      margin: 20px 0 0 20px;
      text-align: left; }
      #privacy_box ul li {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        list-style-type: decimal;
        margin: 15px 0 0 0; }
    #privacy_box p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      margin: 20px 0 0 0; }

  /* ------------ sitemap_box ------------ */
  #sitemap_box {
    max-width: 700px;
    margin: 0 auto;
    box-sizing: border-box; }
    #sitemap_box ul {
      margin: 50px 0 0 0; }
      #sitemap_box ul li {
        font-size: 18px;
        line-height: 1.5;
        font: normal 1.8rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        list-style: none;
        font-weight: 700;
        border-bottom: 1px solid #dcdcdc;
        position: relative;
        text-align: left; }
        #sitemap_box ul li:before {
          content: 'play_circle_outline';
          position: absolute;
          left: 5px;
          top: 24px;
          font-size: 2rem;
          color: #008eca; }
        #sitemap_box ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 20px 0 20px 35px; }
          #sitemap_box ul li a:link, #sitemap_box ul li a:visited, #sitemap_box ul li a:active {
            text-decoration: none;
            color: #333; }
          #sitemap_box ul li a:hover {
            background: #003887;
            color: #fff; }
        #sitemap_box ul li > ul {
          margin: 0 0 0 60px; }
          #sitemap_box ul li > ul li {
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
            border-bottom: 1px solid #dcdcdc;
            font-weight: 400; }
            #sitemap_box ul li > ul li a {
              padding: 20px 0 20px 35px; }
            #sitemap_box ul li > ul li:last-child {
              border: none; }

  /* ------------ //PC ------------ */ }
/* ------------ PRINT ------------ */

/*# sourceMappingURL=style.css.map */
