@charset "UTF-8";
@media screen and (max-width: 999px) {
  .wrap {
    overflow: hidden;
  }
  .pc {
    display: none !important;
  }
  /* reset */
  html, body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  abbr,
  acronym,
  address,
  cite,
  code,
  del,
  dfn,
  em,
  b,
  i,
  img,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  dd,
  dl,
  dt,
  li,
  ol,
  ul,
  fieldset,
  form,
  label,
  legend,
  button,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  a {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    line-height: 1;
    font-family: inherit;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  ol, ul {
    list-style: none;
  }
  q:before,
  q:after,
  blockquote:before,
  blockquote:after {
    content: "";
  }
  html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  a:focus {
    outline: thin dotted;
  }
  a:hover, a:active {
    outline: 0;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  nav,
  section {
    display: block;
  }
  audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  audio:not([controls]) {
    display: none;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  img {
    border: 0;
    -ms-interpolation-mode: bicubic;
  }
  button,
  input,
  select,
  textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
  }
  button, input {
    line-height: normal;
    *overflow: visible;
  }
  button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
  }
  input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
  }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  textarea {
    overflow: auto;
    vertical-align: top;
  }
  iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
  }
  input,
  button,
  select,
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
  }
  textarea {
    resize: vertical;
  }
  input[type='checkbox'],
  input[type='radio'] {
    display: none;
  }
  input[type='submit'],
  input[type='button'],
  label,
  button,
  select {
    cursor: pointer;
  }
  select::-ms-expand {
    display: none;
  }
  select:disabled {
    opacity: 1 !important;
  }
  body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #3C3C3C;
    line-height: 1.5em;
  }
  section {
    background-color: #FFF;
  }
  .header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    margin: 0 auto;
    padding: 13px 0 13px 20px;
    top: 0;
    box-sizing: border-box;
    background-color: #fff;
  }
  .header__logo {
    margin-right: 50px;
  }
  .header__logo img {
    width: 68%;
  }
  .header__nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*アニメーション設定*/
    z-index: 80;
    background-color: #8ADCDF;
    background-image: url(../img/nav_bg_sp.png);
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: 90% 10%;
  }
  .header__nav .header__logo {
    padding-top: 13px;
    margin-left: 20px;
  }
  .header__nav .header__logo img {
    width: 68%;
  }
  .header__nav ul {
    width: 80%;
    margin: 40px auto 30px;
  }
  .header__nav ul li {
    padding-bottom: 20px;
  }
  .header__nav ul li a {
    display: block;
    position: relative;
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 1.6;
    font-weight: bold;
    color: #005987;
    text-decoration: none;
  }
  .header__nav ul li a:before {
    content: url(../img/icon_nav.png);
    display: inline-block;
    margin-right: 3px;
  }
  .header__nav-icon {
    width: 14%;
  }
  .header__nav-iconBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 15px;
  }
  .header__nav-icon:before {
    content: none !important;
  }
  .header__nav-icon img {
    width: 100%;
  }
  .header__nav-tel {
    display: block;
    width: 75%;
    margin: 0 auto 20px;
    padding: 5px 0;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    color: #E8282B;
    text-align: center;
    border-radius: 30px;
    background-color: #E87800;
    box-sizing: border-box;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-color: #fff;
  }
  .header__nav-tel-text {
    line-height: 1;
    margin-bottom: 5px;
  }
  .header__nav-tel-tel {
    position: relative;
  }
  .header__nav-tel-tel a {
    font-size: 25px;
    font-size: 6.66667vw;
    line-height: 1;
    font-weight: bold;
    color: #E8282B;
    text-decoration: none;
  }
  .header__nav-tel-tel img {
    width: 5.7%;
    margin-right: 10px;
  }
  .header__nav-button {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    bottom: 0;
    text-align: center;
  }
  .header__nav-button a {
    display: block;
    width: 50%;
    margin: 0;
    padding: 15px 0 15px 20px;
    font-size: 19px;
    font-size: 5.06667vw;
    font-weight: 500;
    text-decoration: none;
    color: #FFFFFF;
    background-size: contain;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .header__nav-button a:hover {
    opacity: 0.6;
  }
  .header__nav-button-contact {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 20%;
    margin-right: 3px;
    background-color: #0082B6;
    background-repeat: no-repeat;
  }
  .header__nav-button-contact:before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(../img/nav_icon01_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 13.6%;
    height: 49%;
    left: 6%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__nav-button-tel {
    position: relative;
    background-color: #F1979A;
    background-repeat: no-repeat;
  }
  .header__nav-button-tel:before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(../img/nav_icon02_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 13.6%;
    height: 49%;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .menu-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-width: 50px;
    width: 12%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
    background-color: #00B3BA;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn {
    background-color: #8ADCDF;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #fff;
  }
  #menu-btn-check {
    display: none;
  }
  #menu-btn-check:checked ~ .header__nav {
    left: 0;
    /*メニューを画面内へ*/
  }
  .mv {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 14%;
  }
  .mv__block {
    position: relative;
    width: 95%;
    height: auto;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100%;
    box-sizing: border-box;
  }
  .mv__block-icon {
    position: absolute;
    width: 27%;
    top: 10px;
    right: 0;
  }
  .mv__block-icon img {
    width: 100%;
  }
  .mv__block-img {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .mv__block-img img {
    width: 100%;
  }
  .mv__block-copy {
    color: #FFFFFF;
    display: block;
    width: 100%;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
  }
  .mv__icon {
    position: absolute;
    width: 30%;
    margin: 0 12%;
    top: 10%;
    right: -10%;
  }
  .mv__icon-icon {
    position: absolute;
    top: 0;
    left: 0;
  }
  .mv__icon-icon img {
    width: 100%;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #00B3BA !important;
  }
  .intro {
    width: 95%;
    height: auto;
    margin: 40px auto 0;
    padding: 6% 0;
    background-image: url(../img/intro_bg_sp.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
  }
  .intro__left {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.44px;
    color: #FFFFFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid #fff;
    text-align: center;
  }
  .intro__right {
    position: relative;
    width: 70%;
    padding-left: 10%;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.11px;
    color: #FFFFFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
  }
  .intro__right-img {
    position: absolute;
    width: 55%;
    top: -27%;
    right: -35%;
  }
  .intro__right-img img {
    width: 100%;
  }
  .sec01 {
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    box-sizing: border-box;
    margin-top: 0;
    padding: 60px 0 40px;
    background-color: none;
  }
  .sec01__inner {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec01__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec01__flex-img {
    width: 45%;
  }
  .sec01__flex-img img {
    width: 100%;
  }
  .sec01__ttl {
    position: relative;
    margin-bottom: 50px;
    font-size: 28px;
    font-size: 7.46667vw;
    line-height: 1.5;
    font-weight: bold;
    color: #9B7F61;
    width: 45%;
    margin-bottom: 0;
    text-align: center;
  }
  .sec01__ttl:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -60%;
    width: 100%;
    overflow: hidden;
  }
  .sec01__ttl-ttl {
    position: relative;
    display: inline-block;
  }
  .sec01__ttl-ttl:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100%;
    top: calc(-90px - 10%);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec01__ttl:after {
    content: url(../img/ttl_bot01.png);
  }
  .sec01__ttl-ttl:before {
    top: -120%;
    width: 40%;
    height: 121%;
    background-image: url(../img/ttl_icon01.png);
  }
  .sec01__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
    width: 100%;
  }
  .sec01__block-text {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.5;
    font-weight: bold;
  }
  .sec01__block-text .text--right {
    margin-top: 10px;
    display: block;
    text-align: right;
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1;
  }
  .sec01__block-img {
    margin-bottom: 40px;
  }
  .sec02 {
    background-color: #EBF6F5;
    padding: 160px 0 70px;
  }
  .sec02__inner {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
  }
  .sec02__ttl {
    position: relative;
    margin-bottom: 50px;
    font-size: 28px;
    font-size: 7.46667vw;
    line-height: 1.5;
    font-weight: bold;
    color: #9B7F61;
    text-align: center;
  }
  .sec02__ttl:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -60%;
    width: 100%;
    overflow: hidden;
  }
  .sec02__ttl-ttl {
    position: relative;
    display: inline-block;
  }
  .sec02__ttl-ttl:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100%;
    top: calc(-90px - 10%);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec02__ttl:after {
    content: url(../img/ttl_bot01.png);
  }
  .sec02__ttl-ttl:before {
    content: url(../img/ttl_icon02.png);
  }
  .sec02__block {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
  }
  .sec02__block + .sec02__block {
    margin-top: 0;
  }
  .sec02__img--left {
    width: 95%;
    margin: -20% auto 0;
  }
  .sec02__img--right {
    position: relative;
    width: 95%;
    margin: -20% auto 0;
    z-index: 100;
  }
  .sec02__left {
    width: 100%;
    height: auto;
    padding: 12% 0 20% 6%;
    background-image: url(../img/sec02_bg01_sp.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
  }
  .sec02__left-ttl {
    margin-bottom: 10px;
  }
  .sec02__left-ttl img {
    width: 80%;
  }
  .sec02__left-text {
    width: 80%;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5;
    font-weight: 500;
    color: #FFFFFF;
  }
  .sec02__right {
    width: 100%;
    height: auto;
    padding: 9% 0 24% 22%;
    background-image: url(../img/sec02_bg02_sp.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
  }
  .sec02__right-ttl {
    margin-bottom: 10px;
  }
  .sec02__right-ttl img {
    width: 92%;
  }
  .sec02__right-text {
    width: 94%;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5;
    font-weight: 500;
    color: #FFFFFF;
  }
  .sec02__1day {
    width: 100%;
    background-color: #fff;
    padding: 40px 0;
  }
  .sec02__1day:after {
    content: "";
    display: block;
    width: 100%;
    height: 49px;
    background-image: url(../img/sec02_bg03.png);
    background-position: center center;
    background-repeat: repeat-x;
  }
  .sec02__1day-inner {
    text-align: center;
    background-image: url(../img/sec02_bg03.png);
    background-position: center center;
    background-repeat: repeat-x;
  }
  .sec02__1day-ttl {
    width: 34%;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    font-size: 27px;
    font-size: 7.2vw;
    line-height: 1.5;
    font-weight: bold;
    color: #00B3BA;
    background-color: #fff;
    vertical-align: top;
  }
  .sec02__1day-ttl img {
    width: 100%;
    margin-right: 0;
  }
  .sec02__1day-ttl span {
    display: none;
    line-height: 74px;
    display: inline-block;
    vertical-align: inherit;
    word-wrap: normal;
  }
  .sec02__1day-img {
    text-align: center;
  }
  .sec02__1day-img img {
    width: 100%;
  }
  .sec03 {
    padding: 160px 0 70px;
  }
  .sec03__inner {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec03__ttl {
    position: relative;
    margin-bottom: 50px;
    font-size: 28px;
    font-size: 7.46667vw;
    line-height: 1.5;
    font-weight: bold;
    color: #9B7F61;
    text-align: center;
  }
  .sec03__ttl:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -60%;
    width: 100%;
    overflow: hidden;
  }
  .sec03__ttl-ttl {
    position: relative;
    display: inline-block;
  }
  .sec03__ttl-ttl:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100%;
    top: calc(-90px - 10%);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec03__ttl:after {
    content: url(../img/ttl_bot02.png);
  }
  .sec03__ttl-ttl:before {
    content: url(../img/ttl_icon02.png);
  }
  .sec03__box + .sec03__box {
    margin-top: 40px;
  }
  .sec03__box-text {
    padding-top: 10px;
  }
  .sec03__box-text-intro {
    display: block;
    margin-bottom: 5px;
    padding-bottom: 10px;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.2;
    font-weight: 500;
    border-bottom: 4px solid #D1C4B6;
  }
  .sec03__box-text-ttl {
    display: block;
    margin-bottom: 20px;
    font-size: 19px;
    font-size: 5.06667vw;
    line-height: 1;
    font-weight: 500;
  }
  .sec03__box-text-text {
    display: block;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.5;
    font-weight: 500;
    color: #636363;
  }
  .sec03__box-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec03__box-img-ttl {
    width: 50%;
  }
  .sec03__box-img img {
    width: 50%;
  }
  .sec03__img--left {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
  }
  .sec03__img--right {
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
  }
  .sec03__left {
    width: 669px;
    height: 407px;
    padding: 60px 0 0 120px;
    background-image: url(../img/sec02_bg01.png);
    box-sizing: border-box;
  }
  .sec03__left-text {
    width: 352px;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.52px;
    color: #FFFFFF;
    border-radius: 0 0 10px 0;
  }
  .sec03__right {
    width: 604px;
    height: 364px;
    margin-left: calc(100% - 604px);
    padding: 60px 0 0 120px;
    background-image: url(../img/sec02_bg02.png);
    box-sizing: border-box;
  }
  .sec03__right-text {
    width: 352px;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.52px;
    color: #FFFFFF;
  }
  .sec03__caution {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
  }
  .sec04 {
    padding: 160px 0 70px;
    background-color: #FDEDE4;
  }
  .sec04__inner {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec04__ttl {
    position: relative;
    margin-bottom: 50px;
    font-size: 28px;
    font-size: 7.46667vw;
    line-height: 1.5;
    font-weight: bold;
    color: #9B7F61;
    text-align: center;
  }
  .sec04__ttl:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -60%;
    width: 100%;
    overflow: hidden;
  }
  .sec04__ttl-ttl {
    position: relative;
    display: inline-block;
  }
  .sec04__ttl-ttl:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100%;
    top: calc(-90px - 10%);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec04__ttl:after {
    content: url(../img/ttl_bot01.png);
  }
  .sec04__ttl-ttl:before {
    content: url(../img/ttl_icon03.png);
  }
  .sec04__intro {
    font-size: 17px;
    font-size: 4.53333vw;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }
  .sec04__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec04__btn a {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #636363;
    text-decoration: none;
  }
  .sec04__btn a img {
    display: block;
    width: 67px;
    margin: 0 auto;
  }
  .sec04__btn-instagram a img {
    width: 67px;
  }
  .sec04__block {
    width: 100%;
    margin: 40px auto 0;
  }
  .sec04__block .insta_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    margin: 0 0 2vw;
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 10px;
  }
  .sec04__block .insta_list li {
    width: 50%;
  }
  .sec04__block .insta_list li img {
    width: 100%;
    padding: 1vw;
    box-sizing: border-box;
  }
  .sec05 {
    padding: 160px 0 70px;
  }
  .sec05__inner {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec05__ttl {
    position: relative;
    margin-bottom: 50px;
    font-size: 28px;
    font-size: 7.46667vw;
    line-height: 1.5;
    font-weight: bold;
    color: #9B7F61;
    text-align: center;
    margin-bottom: 60px;
  }
  .sec05__ttl:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -60%;
    width: 100%;
    overflow: hidden;
  }
  .sec05__ttl-ttl {
    position: relative;
    display: inline-block;
  }
  .sec05__ttl-ttl:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100%;
    top: calc(-90px - 10%);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec05__ttl:after {
    content: url(../img/ttl_bot01.png);
  }
  .sec05__ttl-ttl:before {
    content: url(../img/ttl_icon04.png);
  }
  .sec05__block {
    width: 100%;
    margin: 0 auto 20px;
  }
  .sec05__block-ttl {
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    font-size: 20px;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.5;
    font-weight: 500;
    line-height: 48.38px;
    box-sizing: border-box;
    line-height: 20px;
  }
  .sec05__block-text {
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.5;
    font-weight: 500;
    box-sizing: border-box;
  }
  .sec05__box {
    padding: 10px 0;
    font-size: 0;
    border-top: 1px solid #3C3C3C;
  }
  .sec05__box:last-child {
    border-bottom: 1px solid #3C3C3C;
  }
  .sec05__map {
    height: 300px;
  }
  .contact {
    background-color: #EBF6F5;
    padding: 140px 0 70px;
  }
  .contact__inner {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #fff;
    padding: 30px 10px;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .contact__ttl {
    position: relative;
    margin-bottom: 50px;
    font-size: 28px;
    font-size: 7.46667vw;
    line-height: 1.5;
    font-weight: bold;
    color: #9B7F61;
    text-align: center;
    margin-bottom: 40px;
  }
  .contact__ttl:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -60%;
    width: 100%;
    overflow: hidden;
  }
  .contact__ttl-ttl {
    position: relative;
    display: inline-block;
  }
  .contact__ttl-ttl:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100%;
    top: calc(-90px - 10%);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .contact__ttl:after {
    content: url(../img/ttl_bot01.png);
  }
  .contact__ttl-ttl:before {
    content: url(../img/ttl_icon04.png);
  }
  .contact__block {
    position: relative;
  }
  .contact__block-left {
    position: absolute;
    bottom: -220px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 308px;
    width: 100%;
  }
  .contact__block-left img {
    max-width: 308px;
    width: 100%;
  }
  .contact__block-right {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 1.6;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    border-radius: 30px;
    background-color: #E87800;
    box-sizing: border-box;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-color: #E53D41;
  }
  .contact__block-right img {
    width: 5%;
    margin-right: 10px;
  }
  .contact__block-right p {
    margin-bottom: 5px;
    padding-left: 0;
    font-weight: bold;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1;
    color: #fff;
  }
  .contact__block-right--tel {
    display: block;
    font-weight: bold;
    font-size: 25px;
    font-size: 6.66667vw;
    line-height: 1;
    color: #fff;
    text-decoration: none;
  }
  .contact__block-mail-btn {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    font-size: 17px;
    font-size: 17px;
    font-size: 4.53333vw;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    color: #E87800;
    text-align: center;
    border-radius: 30px;
    background-color: #E87800;
    box-sizing: border-box;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-color: #fff;
    border: 2px solid #E87800;
  }
  .contact__block-mail-btn:hover {
    opacity: 0.6;
  }
  .contact__block-mail-btn img {
    width: 7.8%;
    margin-right: 10px;
  }
  .contact-form {
    padding-top: 10px;
  }
  .contact-form__inner {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .contact-form__intro {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.5;
  }
  .contact-form__intro p {
    display: inline-block;
    padding: 20px 30px;
    margin-bottom: 10px;
    font-size: 21px;
    font-size: 5.6vw;
    line-height: 1.5;
    color: #9B7F61;
    border-top: 3px solid #9B7F61;
    border-bottom: 3px solid #9B7F61;
  }
  .contact-form__intro-text {
    display: block;
  }
  .contact-form__intro img {
    width: 100%;
  }
  .contact-form .form .form-ttl {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1;
    font-weight: bold;
    color: #3C3C3C;
  }
  .contact-form .form .form-ttl .red {
    margin-left: 10px;
    padding: 0 3px;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.5;
    font-weight: normal;
    color: #fff;
    background-color: #E8282B;
    border-radius: 5px;
  }
  .contact-form .form-cap {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    font-size: 3.2vw;
    font-weight: 500;
    color: #636363;
  }
  .contact-form .form label.radio-text {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .contact-form .form label.radio-text.box input {
    width: auto;
    margin-left: 20px;
  }
  .contact-form .form label.radio-text:before, .contact-form .form label.radio-text:after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
  .contact-form .form label.radio-text:before {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 5px;
  }
  .contact-form .form label.radio-text:after {
    background: -webkit-linear-gradient(bottom right, #F7B1A4, #EB3B1C);
    background: linear-gradient(to top left, #F7B1A4, #EB3B1C);
    border-radius: 50%;
    opacity: 0;
    width: 16px;
    height: 16px;
    left: 8px;
  }
  .contact-form .form input[type="radio"]:checked + label.radio-text::after {
    opacity: 1;
  }
  .contact-form .form .radio-btn {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
  }
  .contact-form .form input[type="text"], .contact-form .form input[type="email"], .contact-form .form input[type="tel"] {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    font-size: 3.73333vw;
    background-color: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
  }
  .contact-form .form input[type="text"]::-webkit-input-placeholder, .contact-form .form input[type="email"]::-webkit-input-placeholder, .contact-form .form input[type="tel"]::-webkit-input-placeholder {
    color: #CCCCCC;
  }
  .contact-form .form input[type="text"]:-ms-input-placeholder, .contact-form .form input[type="email"]:-ms-input-placeholder, .contact-form .form input[type="tel"]:-ms-input-placeholder {
    color: #CCCCCC;
  }
  .contact-form .form input[type="text"]::placeholder, .contact-form .form input[type="email"]::placeholder, .contact-form .form input[type="tel"]::placeholder {
    color: #CCCCCC;
  }
  .contact-form .form textarea {
    width: 100%;
    height: 160px;
    padding: 20px 20px;
    font-size: 14px;
    font-size: 3.73333vw;
    background-color: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
  }
  .contact-form .form textarea::-webkit-input-placeholder {
    color: #CCCCCC;
  }
  .contact-form .form textarea:-ms-input-placeholder {
    color: #CCCCCC;
  }
  .contact-form .form textarea::placeholder {
    color: #CCCCCC;
  }
  .contact-form .form-example {
    margin-bottom: 40px;
  }
  .contact-form .form-example--zip {
    color: #E8282B;
  }
  .contact-form .form-example--kana {
    color: #E8282B;
  }
  .contact-form .form-confirm:last-of-type {
    display: none;
  }
  .contact-form__privacy {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #FFFDE1;
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .contact-form__privacy-text {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 0;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.9;
    color: #4C4948 !important;
  }
  .contact-form__check {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .contact-form__check label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1;
    color: #4C4948;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .contact-form__check label:before, .contact-form__check label:after {
    content: "";
    display: block;
    position: absolute;
  }
  .contact-form__check label:before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #ddd;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 5px;
  }
  .contact-form__check label:after {
    opacity: 0;
    width: 14px;
    height: 14px;
    background-color: #EB3B1C;
    top: -1px;
    left: 9px;
  }
  .contact-form__check input[type="checkbox"]:checked + label.check-text::after {
    opacity: 1;
  }
  .contact-form .radio-text.box {
    display: inline !important;
  }
  .contact-form .radio-text.text {
    display: inline;
    width: 70% !important;
    margin-left: 10px;
  }
  .contact-form__text {
    margin-bottom: 60px;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1;
    color: #333;
  }
  .contact-form .submit {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .contact-form .submit input {
    display: none;
  }
  .contact-form .submit label {
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1;
    color: #fff;
    background-color: #9B7F61;
    border-radius: 37px;
    text-align: center;
  }
  .contact-form__thanks {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .contact-form__thanks-btn {
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 17px;
    font-size: 4.53333vw;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    border-radius: 30px;
    background-color: #9B7F61;
    box-sizing: border-box;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .contact__wrap {
    padding: 100px 0;
    background-color: #EBF6F5;
  }
  .button__wrap-left {
    display: block;
    margin: 0 auto 20px !important;
    background-color: #A19F9E !important;
  }
  .form {
    margin-top: 20px;
  }
  .form-confirm div + div {
    border-top: 4px solid #D2D2D2;
    padding-top: 20px;
  }
  .form-confirm div:first-child {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #636363;
  }
  .form-confirm div:last-child {
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
  }
  .footer {
    width: 100%;
    padding: 40px 0 20px;
    background-color: #00B3BA;
  }
  .footer__title {
    margin-bottom: 20px;
    font-size: 19px;
    font-size: 5.06667vw;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
  }
  .footer__title-ttl {
    position: relative;
    display: inline-block;
  }
  .footer__title-ttl:before, .footer__title-ttl:after {
    content: "";
    position: absolute;
    width: 10%;
    height: 82%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .footer__title-ttl:before {
    background-image: url(../img/footer_icon01.png);
    left: -40px;
  }
  .footer__title-ttl:after {
    background-image: url(../img/footer_icon02.png);
    right: -40px;
  }
  .footer__tel {
    margin: 0 auto;
  }
  .footer__tel-logo {
    display: block;
    width: 60%;
    margin: 0 auto 20px;
  }
  .footer__tel-logo img {
    width: 100%;
  }
  .footer__tel-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 81%;
    margin: 0 auto;
    gap: 0 10px;
  }
  .footer__tel-tel a {
    font-family: 'Fredoka', sans-serif;
    font-size: 40px;
    font-size: 10.66667vw;
    font-weight: 500;
    color: #FFF000;
    text-decoration: none;
  }
  .footer__date {
    width: 90%;
    margin: 0 auto 20px;
    font-size: 12px;
    font-size: 3.2vw;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
  }
  .footer__block {
    position: relative;
    width: 50%;
    margin: 0 auto;
  }
  .footer__block:before, .footer__block:after {
    content: "";
    position: absolute;
    top: -10px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .footer__block:before {
    width: 30%;
    height: 52px;
    background-image: url(../img/footer_icon03.png);
    top: -25%;
    left: -72px;
  }
  .footer__block:after {
    width: 30%;
    height: 57px;
    background-image: url(../img/footer_icon04.png);
    top: 25%;
    right: -77px;
  }
  .footer__block-text {
    padding: 5px 0;
    font-size: 14px;
    font-size: 3.73333vw;
    color: #fff;
    border-top: 2px solid #fff;
    text-align: center;
  }
  .footer__block-text:last-child {
    border-bottom: 2px solid #fff;
  }
  .footer__block-text a {
    font-size: 13px;
    font-size: 3.46667vw;
    color: #fff;
    text-decoration: none;
  }
  .button-top__inner {
    position: relative;
    z-index: 10000;
  }
  .button-top__inner a {
    position: fixed;
    display: block;
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 80px;
    z-index: 10000;
  }
  .button-top__inner a img {
    width: 100%;
  }
  .button-bottom {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    bottom: 0;
    width: 100%;
    z-index: 1000;
  }
  .button-bottom--tel {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    background-color: #E53D41;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1;
    text-decoration: none;
    text-align: center;
  }
  .button-bottom--tel span {
    display: block;
  }
  .button-bottom--mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    color: #E87800;
    background-color: #fff;
    border-top: 1px solid #E87800;
    border-bottom: 1px solid #E87800;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  .button-bottom--mail span {
    vertical-align: middle;
  }
  .button-bottom--mail span img {
    display: inline-block;
    width: 12.5%;
    margin-right: 10px;
    vertical-align: top;
  }
  .button-bottom--l {
    position: relative;
    font-size: 20px;
    font-size: 5.33333vw;
    line-height: 1;
    font-weight: bold;
  }
  .button-bottom--l img {
    display: inline-block;
    width: 6.6%;
    margin-right: 10px;
    vertical-align: bottom;
  }
  .contact-form {
    padding-top: 10px;
  }
  .contact-form__inner {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .contact-form__intro {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.5;
  }
  .contact-form__intro p {
    display: inline-block;
    padding: 20px 30px;
    margin-bottom: 10px;
    font-size: 21px;
    font-size: 5.6vw;
    line-height: 1.5;
    color: #9B7F61;
    border-top: 3px solid #9B7F61;
    border-bottom: 3px solid #9B7F61;
  }
  .contact-form__intro-text {
    display: block;
  }
  .contact-form__intro img {
    width: 100%;
  }
  .contact-form .form .form-ttl {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1;
    font-weight: bold;
    color: #3C3C3C;
  }
  .contact-form .form .form-ttl .red {
    margin-left: 10px;
    padding: 0 3px;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 1.5;
    font-weight: normal;
    color: #fff;
    background-color: #E8282B;
    border-radius: 5px;
  }
  .contact-form .form-cap {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    font-size: 3.2vw;
    font-weight: 500;
    color: #636363;
  }
  .contact-form .form label.radio-text {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .contact-form .form label.radio-text.box input {
    width: auto;
    margin-left: 20px;
  }
  .contact-form .form label.radio-text:before, .contact-form .form label.radio-text:after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
  .contact-form .form label.radio-text:before {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    left: 5px;
  }
  .contact-form .form label.radio-text:after {
    background: -webkit-linear-gradient(bottom right, #F7B1A4, #EB3B1C);
    background: linear-gradient(to top left, #F7B1A4, #EB3B1C);
    border-radius: 50%;
    opacity: 0;
    width: 16px;
    height: 16px;
    left: 8px;
  }
  .contact-form .form input[type="radio"]:checked + label.radio-text::after {
    opacity: 1;
  }
  .contact-form .form .radio-btn {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
  }
  .contact-form .form input[type="text"], .contact-form .form input[type="email"], .contact-form .form input[type="tel"] {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    font-size: 3.73333vw;
    background-color: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
  }
  .contact-form .form input[type="text"]::-webkit-input-placeholder, .contact-form .form input[type="email"]::-webkit-input-placeholder, .contact-form .form input[type="tel"]::-webkit-input-placeholder {
    color: #CCCCCC;
  }
  .contact-form .form input[type="text"]:-ms-input-placeholder, .contact-form .form input[type="email"]:-ms-input-placeholder, .contact-form .form input[type="tel"]:-ms-input-placeholder {
    color: #CCCCCC;
  }
  .contact-form .form input[type="text"]::placeholder, .contact-form .form input[type="email"]::placeholder, .contact-form .form input[type="tel"]::placeholder {
    color: #CCCCCC;
  }
  .contact-form .form textarea {
    width: 100%;
    height: 160px;
    padding: 20px 20px;
    font-size: 14px;
    font-size: 3.73333vw;
    background-color: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
  }
  .contact-form .form textarea::-webkit-input-placeholder {
    color: #CCCCCC;
  }
  .contact-form .form textarea:-ms-input-placeholder {
    color: #CCCCCC;
  }
  .contact-form .form textarea::placeholder {
    color: #CCCCCC;
  }
  .contact-form .form-example {
    margin-bottom: 40px;
  }
  .contact-form .form-example--zip {
    color: #E8282B;
  }
  .contact-form .form-example--kana {
    color: #E8282B;
  }
  .contact-form .form-confirm:last-of-type {
    display: none;
  }
  .contact-form__privacy {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #FFFDE1;
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .contact-form__privacy-text {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 0;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.9;
    color: #4C4948 !important;
  }
  .contact-form__check {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .contact-form__check label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1;
    color: #4C4948;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .contact-form__check label:before, .contact-form__check label:after {
    content: "";
    display: block;
    position: absolute;
  }
  .contact-form__check label:before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #ddd;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 5px;
  }
  .contact-form__check label:after {
    opacity: 0;
    width: 14px;
    height: 14px;
    background-color: #EB3B1C;
    top: -1px;
    left: 9px;
  }
  .contact-form__check input[type="checkbox"]:checked + label.check-text::after {
    opacity: 1;
  }
  .contact-form .radio-text.box {
    display: inline !important;
  }
  .contact-form .radio-text.text {
    display: inline;
    width: 70% !important;
    margin-left: 10px;
  }
  .contact-form__text {
    margin-bottom: 60px;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1;
    color: #333;
  }
  .contact-form .submit {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .contact-form .submit input {
    display: none;
  }
  .contact-form .submit label {
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1;
    color: #fff;
    background-color: #9B7F61;
    border-radius: 37px;
    text-align: center;
  }
  .contact-form__thanks {
    width: calc(100% - 47px);
    margin: 0 auto;
    box-sizing: border-box;
  }
  .contact-form__thanks-btn {
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 17px;
    font-size: 4.53333vw;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    border-radius: 30px;
    background-color: #9B7F61;
    box-sizing: border-box;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .contact__wrap {
    padding: 100px 0;
    background-color: #EBF6F5;
  }
  .button__wrap-left {
    display: block;
    margin: 0 auto 20px !important;
    background-color: #A19F9E !important;
  }
  .form {
    margin-top: 20px;
  }
  .form-confirm div + div {
    border-top: 4px solid #D2D2D2;
    padding-top: 20px;
  }
  .form-confirm div:first-child {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #636363;
  }
  .form-confirm div:last-child {
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
  }
}
