@charset "UTF-8";
@media screen and (min-width: 1000px) {
  .wrap {
    overflow: hidden;
  }
  .sp {
    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: #3E3A39;
    line-height: 1.5em;
  }
  section {
    background-color: #FFF;
  }
  /*1.フェードインアニメーションの指定*/
  .scrollanime {
    opacity: 0;
  }
  /*一瞬表示されるのを防ぐ*/
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0);
              transform: translate(0);
    }
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0);
              transform: translate(0);
    }
  }
  /*2.上下の動きを指定*/
  .updown {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  .downup {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  /*3.左右の動きを指定*/
  .sect02 {
    overflow: hidden;
  }
  /*横スクロールバーを隠す*/
  .slide-right {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  .slide-left {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  .header {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 10000;
    background-color: #fff;
    padding-bottom: 10px;
  }
  .header__inner {
    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;
    box-sizing: border-box;
    width: 1270px;
    margin: 0 auto;
  }
  .header__logo {
    margin-right: 50px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .header__logo:hover {
    opacity: 0.5;
  }
  .header__logo img {
    width: 230px;
  }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 20px;
  }
  .header__nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 15px;
  }
  .header__nav ul li a {
    display: inherit;
    font-size: 17px;
    font-weight: 500;
    line-height: 18px;
    color: #005987;
    text-decoration: none;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .header__nav ul li a:before {
    content: url(../img/icon_nav.png);
    display: inline-block;
    margin-right: 3px;
  }
  .header__nav ul li a:hover {
    opacity: 0.5;
  }
  .header__nav-icon:before {
    content: none !important;
  }
  .header__nav-icon img {
    width: 23px;
  }
  .header__nav-button {
    margin-left: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 8px;
    text-align: center;
  }
  .header__nav-button a {
    display: block;
    width: 90px;
    padding: 38px 0 16px;
    font-size: 12px;
    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 {
    margin-right: 3px;
    background-image: url(../img/header_btn01.png);
    background-repeat: no-repeat;
  }
  .header__nav-button-contact:before {
    position: absolute;
    content: "";
    display: block;
    width: 33px;
    height: 36px;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__nav-button-tel {
    background-image: url(../img/header_btn02.png);
    background-repeat: no-repeat;
  }
  .header__nav-button-tel:before {
    position: absolute;
    content: "";
    display: block;
    width: 33px;
    height: 24px;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .mv__list {
    width: 100%;
    margin: 0 auto;
    padding: 95px 30px 0 30px;
  }
  .mv__list img {
    width: 1210px;
  }
  .mv__block {
    position: relative;
    max-width: 1210px;
    width: 100%;
    max-height: 611px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
  }
  .mv__block-img {
    display: block;
    max-width: 1210px;
    width: 100%;
    text-align: center;
  }
  .mv__block-img img {
    width: 100%;
    display: inline;
  }
  .mv__icon {
    position: absolute;
    width: 10%;
    margin: 0 18%;
    top: 12%;
    left: 4%;
  }
  .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 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 993px;
    height: 165px;
    margin: 80px auto 0;
    padding-left: 45px;
    background-image: url(../img/intro_bg.png);
    background-repeat: no-repeat;
    box-sizing: border-box;
    z-index: 10;
  }
  .intro__left {
    width: 48%;
    font-size: 29px;
    font-weight: bold;
    line-height: 46px;
    letter-spacing: 0.44px;
    color: #FFFFFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    border-right: 4px solid #fff;
  }
  .intro__right {
    position: relative;
    width: 52%;
    padding-left: 2%;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    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;
    top: -30px;
    right: 20px;
  }
  .sec01 {
    position: relative;
    width: 100%;
    margin: -70px auto 0;
    padding: 140px 0 70px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
  }
  .sec01__inner {
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec01__ttl {
    position: relative;
    margin-bottom: 50px;
    font-size: 44px;
    font-weight: bold;
    line-height: 44px;
    color: #9B7F61;
    text-align: center;
  }
  .sec01__ttl:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -30px;
  }
  .sec01__ttl-ttl {
    position: relative;
  }
  .sec01__ttl-ttl:before, .sec01__ttl-ttl:after {
    content: "";
    position: absolute;
    width: 86px;
    height: 73px;
    text-align: center;
    margin-bottom: 15px;
  }
  .sec01__ttl-ttl:before {
    left: -120px;
  }
  .sec01__ttl-ttl:after {
    right: -120px;
  }
  .sec01__ttl:after {
    content: url(../img/ttl_bot01.png);
  }
  .sec01__ttl-ttl:before, .sec01__ttl-ttl:after {
    content: 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: 20px;
    font-weight: bold;
    line-height: 30px;
  }
  .sec01__block-text .text--right {
    margin-top: 10px;
    display: block;
    text-align: right;
    font-size: 26px;
  }
  .sec01__block-img {
    margin-bottom: 40px;
  }
  .sec02 {
    background-color: #EBF6F5;
    position: relative;
    margin: -70px auto 0;
    padding: 140px 0 70px;
    z-index: 8;
  }
  .sec02__inner {
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 1044px;
    padding: 0;
  }
  .sec02__ttl {
    position: relative;
    margin-bottom: 50px;
    font-size: 44px;
    font-weight: bold;
    line-height: 44px;
    color: #9B7F61;
    text-align: center;
  }
  .sec02__ttl:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -30px;
  }
  .sec02__ttl-ttl {
    position: relative;
  }
  .sec02__ttl-ttl:before, .sec02__ttl-ttl:after {
    content: "";
    position: absolute;
    width: 86px;
    height: 73px;
    text-align: center;
    margin-bottom: 15px;
  }
  .sec02__ttl-ttl:before {
    left: -120px;
  }
  .sec02__ttl-ttl:after {
    right: -120px;
  }
  .sec02__ttl:after {
    content: url(../img/ttl_bot01.png);
  }
  .sec02__ttl-ttl:before, .sec02__ttl-ttl:after {
    content: url(../img/ttl_icon02.png);
  }
  .sec02__block {
    position: relative;
    width: 1044px;
    margin: 0 auto;
  }
  .sec02__block + .sec02__block {
    margin-top: 80px;
    margin-bottom: 90px;
  }
  .sec02__img--left {
    position: absolute;
    text-align: center;
    top: -50px;
    left: 0;
  }
  .sec02__img--right {
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
  }
  .sec02__left {
    width: 669px;
    height: 407px;
    padding: 60px 0 0 120px;
    background-image: url(../img/sec02_bg01.png);
    box-sizing: border-box;
  }
  .sec02__left-text {
    width: 352px;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.52px;
    color: #FFFFFF;
    border-radius: 0 0 10px 0;
  }
  .sec02__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;
  }
  .sec02__right-text {
    width: 352px;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.52px;
    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: 268px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #00B3BA;
    background-color: #fff;
    vertical-align: top;
  }
  .sec02__1day-ttl img {
    width: 74px;
    height: 74px;
    margin-right: 10px;
  }
  .sec02__1day-ttl span {
    line-height: 74px;
    display: inline-block;
    vertical-align: inherit;
  }
  .sec02__1day-img {
    text-align: center;
  }
  .sec03 {
    position: relative;
    margin: -70px auto 0;
    padding: 140px 0 70px;
    z-index: 7;
  }
  .sec03__inner {
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec03__ttl {
    position: relative;
    margin-bottom: 50px;
    font-size: 44px;
    font-weight: bold;
    line-height: 44px;
    color: #9B7F61;
    text-align: center;
  }
  .sec03__ttl:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -30px;
  }
  .sec03__ttl-ttl {
    position: relative;
  }
  .sec03__ttl-ttl:before, .sec03__ttl-ttl:after {
    content: "";
    position: absolute;
    width: 86px;
    height: 73px;
    text-align: center;
    margin-bottom: 15px;
  }
  .sec03__ttl-ttl:before {
    left: -120px;
  }
  .sec03__ttl-ttl:after {
    right: -120px;
  }
  .sec03__ttl:after {
    content: url(../img/ttl_bot02.png);
  }
  .sec03__ttl-ttl:before, .sec03__ttl-ttl:after {
    content: url(../img/ttl_icon02.png);
  }
  .sec03__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec03__box + .sec03__box {
    margin-top: 60px;
  }
  .sec03__box-text {
    padding-top: 40px;
  }
  .sec03__box-text-intro {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 4px solid #9B7F61;
  }
  .sec03__box-text-ttl {
    display: block;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
  }
  .sec03__box-text-text {
    display: block;
  }
  .sec03__box-img img {
    width: 308px;
  }
  .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 {
    position: relative;
    margin: -70px auto 0;
    padding: 140px 0 70px;
    z-index: 6;
    background-color: #FDEDE4;
  }
  .sec04__inner {
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec04__ttl {
    position: relative;
    margin-bottom: 50px;
    font-size: 44px;
    font-weight: bold;
    line-height: 44px;
    color: #9B7F61;
    text-align: center;
    margin-bottom: 80px;
  }
  .sec04__ttl:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -30px;
  }
  .sec04__ttl-ttl {
    position: relative;
  }
  .sec04__ttl-ttl:before, .sec04__ttl-ttl:after {
    content: "";
    position: absolute;
    width: 86px;
    height: 73px;
    text-align: center;
    margin-bottom: 15px;
  }
  .sec04__ttl-ttl:before {
    left: -120px;
  }
  .sec04__ttl-ttl:after {
    right: -120px;
  }
  .sec04__ttl:after {
    content: url(../img/ttl_bot01.png);
  }
  .sec04__ttl-ttl:before, .sec04__ttl-ttl:after {
    content: url(../img/ttl_icon03.png);
  }
  .sec04__ttl-ttl:before {
    left: -180px;
  }
  .sec04__ttl-ttl:after {
    right: -180px;
  }
  .sec04__intro {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
  }
  .sec04__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 60px;
    -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: 820px;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    margin: 0 0 2vw;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
  }
  .sec04__block .insta_list li {
    width: 33%;
  }
  .sec04__block .insta_list img {
    width: 100%;
    padding: .25vw;
  }
  .sec05 {
    position: relative;
    margin: -70px auto 0;
    padding: 140px 0 70px;
    z-index: 5;
  }
  .sec05__inner {
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec05__ttl {
    position: relative;
    margin-bottom: 50px;
    font-size: 44px;
    font-weight: bold;
    line-height: 44px;
    color: #9B7F61;
    text-align: center;
    margin-bottom: 80px;
  }
  .sec05__ttl:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -30px;
  }
  .sec05__ttl-ttl {
    position: relative;
  }
  .sec05__ttl-ttl:before, .sec05__ttl-ttl:after {
    content: "";
    position: absolute;
    width: 86px;
    height: 73px;
    text-align: center;
    margin-bottom: 15px;
  }
  .sec05__ttl-ttl:before {
    left: -120px;
  }
  .sec05__ttl-ttl:after {
    right: -120px;
  }
  .sec05__ttl:after {
    content: url(../img/ttl_bot01.png);
  }
  .sec05__ttl-ttl:before, .sec05__ttl-ttl:after {
    content: url(../img/ttl_icon04.png);
  }
  .sec05__block {
    width: 650px;
    margin: 0 auto 60px;
  }
  .sec05__block-ttl {
    display: inline-block;
    width: 255px;
    padding-left: 80px;
    font-size: 20px;
    font-weight: 500;
    line-height: 48.38px;
    border-right: 1px solid #3C3C3C;
    box-sizing: border-box;
    line-height: 20px;
  }
  .sec05__block-text {
    display: inline-block;
    width: 394px;
    padding-left: 80px;
    font-size: 20px;
    font-weight: 500;
    line-height: 48.38px;
    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: 450px;
  }
  .contact {
    background-color: #EBF6F5;
    position: relative;
    margin: -70px auto 0;
    padding: 140px 0 70px;
    z-index: 4;
  }
  .contact__inner {
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #fff;
    padding: 30px 60px 0;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .contact__ttl {
    position: relative;
    margin-bottom: 50px;
    font-size: 44px;
    font-weight: bold;
    line-height: 44px;
    color: #9B7F61;
    text-align: center;
    margin-bottom: 80px;
  }
  .contact__ttl:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -30px;
  }
  .contact__ttl-ttl {
    position: relative;
  }
  .contact__ttl-ttl:before, .contact__ttl-ttl:after {
    content: "";
    position: absolute;
    width: 86px;
    height: 73px;
    text-align: center;
    margin-bottom: 15px;
  }
  .contact__ttl-ttl:before {
    left: -120px;
  }
  .contact__ttl-ttl:after {
    right: -120px;
  }
  .contact__ttl:after {
    content: url(../img/ttl_bot03.png);
  }
  .contact__ttl-ttl:before, .contact__ttl-ttl:after {
    content: url(../img/ttl_icon05.png);
  }
  .contact__block {
    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;
    gap: 0 20px;
  }
  .contact__block-right p {
    margin-bottom: 10px;
    padding-left: 46px;
    font-weight: bold;
    font-size: 18px;
    color: #E53D41;
  }
  .contact__block-right--tel {
    display: block;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 57px;
    color: #E53D41;
    text-decoration: none;
  }
  .contact__block-right--tel:before {
    content: url(../img/icon_tel.png);
    margin-right: 10px;
  }
  .contact__block-right-btn-btn {
    position: relative;
    display: inline-block;
    width: 403px;
    padding: 20px 0 20px 70px;
    font-size: 24px;
    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-btn-btn:hover {
    opacity: 0.6;
  }
  .contact__block-right-btn-btn:before {
    position: absolute;
    content: "";
    display: block;
    width: 33px;
    height: 24px;
    background-image: url(../img/icon_btn02.png);
    background-repeat: no-repeat;
    left: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contact-form {
    padding-top: 60px;
  }
  .contact-form__inner {
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 800px;
  }
  .contact-form__wrap {
    padding-top: 100px;
  }
  .contact-form__intro {
    margin-bottom: 80px;
    text-align: center;
  }
  .contact-form__intro p {
    display: inline-block;
    padding: 20px 40px;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 36px;
    color: #9B7F61;
    border-top: 3px solid #9B7F61;
    border-bottom: 3px solid #9B7F61;
  }
  .contact-form__intro-text {
    display: block;
  }
  .contact-form__intro img {
    width: 600px;
  }
  .contact-form .form .form-ttl {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #3C3C3C;
  }
  .contact-form .form .form-ttl .red {
    margin-left: 10px;
    padding: 0 3px;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #fff;
    background-color: #E8282B;
    border-radius: 5px;
  }
  .contact-form .form-cap {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #636363;
  }
  .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: 22px;
    background-color: #FFFFFF;
    border: 2px solid #D2D2D2;
    box-sizing: border-box;
  }
  .contact-form .form input[type="text"].other, .contact-form .form input[type="email"].other, .contact-form .form input[type="tel"].other {
    background-color: #CCCCCC;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .contact-form .form input[type="text"].other.active, .contact-form .form input[type="email"].other.active, .contact-form .form input[type="tel"].other.active {
    background-color: #F2F2F2;
  }
  .contact-form .form textarea {
    width: 100%;
    height: 160px;
    padding: 20px 20px;
    font-size: 22px;
    background-color: #FFFFFF;
    border: 2px solid #D2D2D2;
    box-sizing: border-box;
  }
  .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: 14px;
    height: 14px;
    left: 9px;
  }
  .contact-form .form-example {
    margin-bottom: 40px;
  }
  .contact-form .form-example__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 50px;
  }
  .contact-form .form-example__flex label {
    font-size: 20px;
    font-weight: 500;
    color: #585453;
  }
  .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: 800px;
    margin: 80px auto;
    padding: 0 10px;
    background-color: #FFFDE1;
    margin-bottom: 40px;
    box-sizing: border-box;
  }
  .contact-form__privacy-text {
    padding: 20px 0;
    font-size: 18px !important;
    line-height: 32.4px;
    color: #4C4948 !important;
  }
  .contact-form__check {
    width: 450px;
    margin: 0 auto;
    text-align: center;
  }
  .contact-form__check label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    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: 3px;
    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: 600px !important;
    margin-left: 20px;
  }
  .contact-form__text {
    margin-bottom: 60px;
    font-size: 20px;
    color: #333;
  }
  .contact-form .submit input {
    display: none;
  }
  .contact-form .submit label {
    display: block;
    width: 378px;
    margin: 0 auto;
    padding: 25px 0;
    font-size: 24px;
    color: #fff;
    background-color: #9B7F61;
    border-radius: 37px;
    text-align: center;
  }
  .contact-form__thanks-btn {
    display: block;
    width: 367px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 24px;
    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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .button__wrap-left {
    background-color: #A19F9E !important;
  }
  .form-confirm div + div {
    border-top: 4px solid #D2D2D2;
    padding-top: 20px;
  }
  .form-confirm div:first-child {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #636363;
  }
  .form-confirm div:last-child {
    margin-bottom: 20px;
    font-size: 20px;
    color: #333;
  }
  .footer {
    width: 100%;
    padding: 60px 0 40px;
    background-color: #00B3BA;
  }
  .footer__title {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: bold;
    line-height: 33.28px;
    letter-spacing: 3.36px;
    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: 32px;
    height: 66px;
    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: -52px;
  }
  .footer__title-ttl:after {
    background-image: url(../img/footer_icon02.png);
    right: -52px;
  }
  .footer__tel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 520px;
    margin: 0 auto;
  }
  .footer__tel:before, .footer__tel:after {
    content: "";
    position: absolute;
    top: -10px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .footer__tel:before {
    width: 73px;
    height: 52px;
    background-image: url(../img/footer_icon03.png);
    left: -72px;
  }
  .footer__tel:after {
    width: 80px;
    height: 57px;
    background-image: url(../img/footer_icon04.png);
    right: -77px;
  }
  .footer__tel-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 10px;
  }
  .footer__tel-tel a {
    font-family: 'Fredoka', sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #FFF000;
    text-decoration: none;
  }
  .footer__date {
    width: 520px;
    margin: 0 auto 20px;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: right;
  }
  .footer__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100;
    margin: 0 auto;
  }
  .footer__block-text {
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .footer__block-text a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
  }
  .button-top__inner {
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    width: 1366px;
    text-align: right;
    z-index: 10000;
  }
  .button-top__inner a {
    position: fixed;
    display: block;
    width: 57px;
    height: 57px;
    right: 20px;
    bottom: 40px;
  }
}
