@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 1000px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .is-sp {
    display: none !important;
  }
}
body,
html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  background: #fff;
  padding-top: 140px;
  background: url(../img/body4.webp) repeat center center/contain;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 14px;
    padding-top: 68px;
  }
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .inner {
    padding: 0 16px;
    max-width: 500px;
    margin: 0 auto;
  }
}

.inner2 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1000px) {
  .inner2 {
    padding: 0 16px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Noto Sans JP", sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

input[type=text],
input[type=email],
input[type=submit],
select,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 0;
  margin: 0;
  outline: none;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #1a1a1a;
}

.section {
  padding: 90px 0 120px;
}
@media screen and (max-width: 1000px) {
  .section {
    padding: 40px 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header .heading {
  padding: 15px 0;
  background: url(../img/header-top-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 1000px) {
  .header .heading {
    padding: 10px 0;
    height: 68px;
  }
}
.header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .flex .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .lang {
  position: relative;
  top: 10px;
  font-size: 14px;
}
.header .lang .lang-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 130px;
}
.header .lang .lang-flex:hover {
  opacity: 0.6;
}
.header .lang .icon {
  width: 20px;
  margin-right: 5px;
}
.header .lang .icon img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.header .lang .lang-contents {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 130px;
  text-align: center;
  background: #1A2550;
  padding: 12px 7px;
  z-index: 10;
}
.header .lang .lang-contents .lang-link {
  margin-bottom: 5px;
}
.header .lang .lang-contents .lang-link:last-child {
  margin-bottom: 0;
}
.header .lang .lang-contents .lang-link a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .lang .lang-contents .lang-link a:hover {
  opacity: 0.6;
}
.header .logo {
  max-width: 180px;
  margin-right: 10px;
}
@media screen and (max-width: 1000px) {
  .header .logo {
    max-width: 150px;
  }
}
.header .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .logo a:hover {
  opacity: 0.6;
}
.header .right .btn1-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .bottom {
  padding: 0px 0;
  background: url(../img/header-bottom-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 1000px) {
  .header .bottom {
    display: none;
  }
}
.header .bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
}
.header .bottom ul li a {
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 0;
  line-height: 1;
  display: block;
}
.header .bottom ul li a:hover {
  opacity: 0.6;
}
.header .parent-li {
  position: relative;
}
.header .parent-li .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 140px;
  text-align: center;
  background: #1A2550;
  padding: 10px;
  z-index: 10;
}
.header .parent-li .sub-menu .link:last-child a {
  border-bottom: none !important;
}
.header .parent-li .sub-menu a {
  line-height: 1.3;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
.header .lang .lang-contents .lang-link a {
  display: block;
}

.header .logo a {
  color: #1a1a1a;
}
.header .logo a .l-text {
  font-size: 9.5px;
  white-space: nowrap;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .header .logo a .l-text {
    font-size: 8.4px;
    margin-bottom: 3px;
  }
}

.drawer-icon {
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
@media screen and (min-width: 1001px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 8px;
}
.drawer-icon .d-text {
  font-size: 9px;
  text-align: center;
  padding-top: 4px;
  color: #1A2550;
}

.drawer-icon-bars {
  width: 25px;
  height: 16px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 25px;
  height: 2.2px;
  border-radius: 10px;
  background: #1A2550;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar1 {
  top: 0;
}

.drawer-icon-bar2 {
  top: 8px;
}

.drawer-icon-bar3 {
  top: 16px;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 250;
  display: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.drawer-content.is-active {
  display: block;
}
.drawer-content .bg {
  background: url(../img/drawer-content-bg.webp) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.drawer-content .common-cta-flex {
  margin-top: 20px;
  display: block;
  margin-bottom: 20px;
}
.drawer-content .common-cta-flex .btn1 {
  margin-right: 0;
  margin-bottom: 15px;
}

.header .right .btn1 a {
  min-width: 280px;
}

.header .right .btn2 a {
  min-width: 220px;
}

.header .right .btn1-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.drawer-icon-nav .white-box {
  max-width: 500px;
  margin: 0 auto;
}

.drawer-icon-nav {
  text-align: center;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  padding: 8px;
  border-radius: 10px;
  overflow-y: auto;
}
.drawer-icon-nav .white-box {
  border-radius: 10px;
  background: #fff;
  width: 100%;
  padding: 15px 10px;
  position: relative;
}
.drawer-icon-nav .white-box .drawer-bg {
  position: absolute;
  top: 120px;
  max-width: 130px;
  right: 10px;
}
.drawer-icon-nav .d-logo {
  width: 40%;
  margin: 0 auto;
  max-width: 300px;
  margin-bottom: 20px;
}
.drawer-icon-nav .ul-text {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}
.drawer-icon-nav ul {
  text-align: left;
  position: relative;
  z-index: 5;
}
.drawer-icon-nav ul li {
  margin-bottom: 10px;
}
.drawer-icon-nav ul li a {
  display: block;
  color: #1a1a1a;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
}
.drawer-icon-nav ul .last-li {
  margin-right: 50px;
}
.drawer-icon-nav .sub-menu {
  padding-left: 30px;
  display: none;
}
.drawer-icon-nav .sub-menu .link {
  margin-bottom: 10px;
}
.drawer-icon-nav .d-parent-li {
  position: relative;
}
.drawer-icon-nav .d-parent-li::after {
  position: absolute;
  content: "";
  top: 7px;
  right: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  border-left: 1.5px solid #1A2550;
  border-bottom: 1.5px solid #1A2550;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.drawer-icon-nav .d-parent-li.is-open::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon-nav .d-sns {
  text-align: right;
  margin-top: -40px;
}
.drawer-icon-nav .d-sns a {
  max-width: 40px;
  display: block;
  margin-left: auto;
  position: relative;
  z-index: 15;
}
.drawer-icon-nav .lang-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1A2550;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 7px;
}
.drawer-icon-nav .lang-flex .text {
  color: #1A2550;
  font-size: 16px;
}
.drawer-icon-nav .lang-flex {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon-nav .lang-flex:hover {
  opacity: 0.6;
}
.drawer-icon-nav .lang-contents {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}
.drawer-icon-nav .lang-contents .lang-link {
  margin-right: 15px;
}
.drawer-icon-nav .lang-contents a {
  color: #1A2550;
  font-size: 16px;
}
.drawer-icon-nav .icon {
  width: 20px;
  margin-right: 5px;
}
.drawer-icon-nav .icon img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.drawer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 220;
  display: none;
}
.drawer-mask.is-active {
  display: block;
}

.mv .mv-slider {
  overflow: hidden;
  position: relative;
}
.mv .mv-slider .text {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 3vw;
  font-weight: 800;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.9), 0 0 15px rgba(0, 0, 0, 0.9), 0 0 15px rgba(0, 0, 0, 0.9), 0 0 15px rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 1000px) {
  .mv .mv-slider .text {
    font-size: 7vw;
    padding: 0 15px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 450px) {
  .mv .mv-slider .text {
    font-size: 10vw;
    padding: 0 15px;
    line-height: 1.3;
  }
}
.mv .mv-slider img {
  display: block;
  width: 100%;
  height: auto;
}

.header .right .common-cta-flex {
  height: 64px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.header .bottom {
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
  will-change: transform, opacity;
}

.header .bottom.is-hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.header .heading {
  position: relative;
  z-index: 101;
}

.common-cta-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-cta-flex .btn1 {
  margin-right: 10px;
}
.common-cta-flex .btn1 a {
  display: block;
  background: url(../img/header-telbtn-bg.webp) no-repeat center center/cover;
  border-radius: 10px;
  padding: 10.15px 20px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-shadow: 0 0 6px #B24706, 0 0 12px #B24706, 0 0 20px #B24706;
  position: relative;
}
.common-cta-flex .btn1 a:hover {
  opacity: 0.6;
}
.common-cta-flex .btn1 a .tel-icon {
  width: 30px;
  margin-right: 5px;
}
.common-cta-flex .btn1 a .num {
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
.common-cta-flex .btn1 a .text1 {
  font-size: 11px;
}
.common-cta-flex .btn2 a {
  text-shadow: 0 0 6px #336629, 0 0 12px #336629, 0 0 20px #336629;
  display: block;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: url(../img/reserve-bg.webp) no-repeat center center/cover;
  border-radius: 10px;
  padding: 15px 20px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
}
.common-cta-flex .btn2 a:hover {
  opacity: 0.6;
}

.btn1-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer {
  padding: 100px 0 30px;
  background: url(../img/footer-bg.webp) no-repeat top center/cover;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .footer {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.footer .copyright {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .footer .copyright {
    font-size: 10px;
  }
}
.footer .flex {
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .footer .flex {
    display: block;
    margin-bottom: 40px;
  }
}
.footer .flex .left {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .footer .flex .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer .flex .right {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .footer .flex .right {
    width: 100%;
  }
}
.footer .logo {
  max-width: 180px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .footer .logo {
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.footer .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .logo a:hover {
  opacity: 0.6;
}
.footer .address {
  font-size: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .footer .address {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .footer .sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .sns .item {
  max-width: 40px;
  margin-right: 20px;
}
.footer .sns .item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .sns .item a:hover {
  opacity: 0.6;
}
.footer .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .footer .flex2 {
    margin-top: 50px;
  }
}
.footer .flex2 ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .footer .flex2 ul li {
    margin-bottom: 13px;
  }
}
.footer .flex2 ul li a {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .flex2 ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1000px) {
  .footer .flex2 ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 370px) {
  .footer .flex2 ul li a {
    font-size: 12px;
  }
}

.totop {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  max-width: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .totop {
    max-width: 60px;
    right: 10px;
  }
}
.totop a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1001px) {
  .totop a:hover {
    opacity: 0.6;
  }
}

.totop.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 1000px) {
  .common-cta-flex .btn2 a {
    font-size: 16px;
  }
}
.cta {
  background: url(../img/cta-bg.webp) no-repeat center center/cover;
  margin-bottom: -100px;
  padding-bottom: 200px;
}
@media screen and (max-width: 1000px) {
  .cta {
    margin-bottom: -50px;
    padding-bottom: 70px;
  }
}
.cta .box {
  background: #fff;
  padding: 60px;
}
@media screen and (max-width: 1000px) {
  .cta .box {
    padding: 30px 15px;
  }
}
.cta h2 {
  font-size: 36px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .cta h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.cta .common-cta-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .cta .common-cta-flex {
    display: block;
  }
}
.cta .common-cta-flex .btn1 {
  width: 48%;
}
@media screen and (max-width: 1000px) {
  .cta .common-cta-flex .btn1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .cta .common-cta-flex .btn1 a {
    min-height: 65px;
  }
  .cta .common-cta-flex .btn1 a .text1 {
    font-size: 10px;
  }
  .cta .common-cta-flex .btn1 a .num {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1001px) {
  .cta .common-cta-flex .btn1 a {
    min-height: 85px;
  }
  .cta .common-cta-flex .btn1 a .num {
    font-size: 32px;
  }
  .cta .common-cta-flex .btn1 a .text1 {
    font-size: 13px;
    margin-top: 5px;
  }
  .cta .common-cta-flex .btn1 a .tel-icon {
    width: 46px;
  }
}
.cta .common-cta-flex .btn2 {
  width: 48%;
}
@media screen and (max-width: 1000px) {
  .cta .common-cta-flex .btn2 {
    width: 100%;
  }
  .cta .common-cta-flex .btn2 a {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 65px;
    position: relative;
  }
  .cta .common-cta-flex .btn2 a .wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
  }
}
@media screen and (min-width: 1001px) {
  .cta .common-cta-flex .btn2 a {
    font-size: 24px;
    min-height: 85px;
    position: relative;
  }
  .cta .common-cta-flex .btn2 a .wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
  }
}

.section-title1 {
  font-size: 36px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .section-title1 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.section-title1 .title-bg {
  position: absolute;
  top: 50%;
  left: -10%;
  width: 33%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .section-title1 .title-bg {
    left: 0;
  }
}

.access .inner {
  position: relative;
}
.access .inner .bg {
  position: absolute;
  top: 50%;
  width: 25%;
  right: 0;
}
.access h3 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .access h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.access p {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .access p {
    font-size: 14px;
  }
}
.access .map {
  margin: 50px 0;
}
@media screen and (max-width: 1000px) {
  .access .map {
    margin: 20px 0;
  }
}
.access .map .wrap {
  padding-top: 32%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .access .map .wrap {
    padding-top: 75%;
  }
}
.access .map .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.insta-sec {
  background: url(../img/insta-sec-bg.webp) no-repeat bottom center/cover;
}
.insta-sec .btn {
  margin-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .insta-sec .btn {
    margin-top: 30px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1001px) {
  .insta-sec {
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 1000px) {
  .insta-sec {
    margin-bottom: -50px;
  }
}

.section-btn1 {
  text-align: center;
}
.section-btn1 a {
  display: inline-block;
  border-radius: 10px;
  background: #BC8834;
  border: 1px solid #BC8834;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 30px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-btn1 a:hover {
  background: #fff;
  color: #BC8834;
}
.section-btn1 a:hover .section-btn-arrow {
  background: #BC8834;
}
.section-btn1 a:hover .section-btn-arrow::after {
  border-left: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
}
@media screen and (max-width: 1000px) {
  .section-btn1 a {
    padding: 15px 40px;
    font-size: 15px;
  }
}
.section-btn1 a .section-btn1-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;
}
.section-btn1 a .section-btn-arrow {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;
  margin-left: 30px;
  position: relative;
  top: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-btn1 a .section-btn-arrow::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  content: "";
  top: 50%;
  left: 44%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  width: 3px;
  height: 3px;
  border-left: 1.5px solid #BC8834;
  border-bottom: 1.5px solid #BC8834;
}

.header .flex .right .common-cta-flex a {
  min-height: 64px;
  position: relative;
}
.header .flex .right .common-cta-flex a .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.common-cta-flex .btn1-flex {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .drawer-content .common-cta-flex .btn1 a {
    min-height: 64px;
  }
  .drawer-content .common-cta-flex .btn2 .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
  .drawer-content .common-cta-flex .btn2 a {
    min-height: 64px;
    position: relative;
  }
}
.top-news {
  background: #fff;
  padding: 40px 60px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  position: relative;
  z-index: 60;
  margin-top: -80px;
}
@media screen and (max-width: 1000px) {
  .top-news {
    padding: 30px 20px;
  }
}
.top-news .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .top-news .flex {
    display: block;
  }
}
.top-news h2 {
  font-size: 32px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  width: 180px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .top-news h2 {
    font-size: 24px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.top-news .contents {
  width: calc(100% - 180px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  .top-news .contents {
    width: 100%;
    display: block;
  }
}
.top-news .contents ul {
  width: calc(100% - 220px);
}
@media screen and (max-width: 1000px) {
  .top-news .contents ul {
    width: 100%;
  }
}
.top-news .contents ul li {
  margin-bottom: 10px;
}
.top-news .contents ul li:last-child {
  margin-bottom: 0;
}
.top-news .contents ul li a {
  color: #1a1a1a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .top-news .contents ul li a {
    display: block;
  }
}
.top-news .contents ul li a .time {
  width: 100px;
}
@media screen and (max-width: 1000px) {
  .top-news .contents ul li a .time {
    width: 100%;
  }
}
.top-news .contents ul li a .title {
  width: calc(100% - 100px);
}
@media screen and (max-width: 1000px) {
  .top-news .contents ul li a .title {
    width: 100%;
  }
}
.top-news .contents ul li a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 1001px) {
  .top-news .btn {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .top-news .btn {
    margin-top: 30px;
  }
}

.inner {
  position: relative;
  z-index: 10;
}

.top1 {
  position: relative;
}
.top1 .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
}
.top1 .inner {
  position: relative;
  z-index: 10;
}
.top1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .top1 .flex {
    display: block;
  }
}
.top1 .flex p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  /* 右→左に縦書き */
  text-orientation: mixed;
  /* 日本語は自然、英数は回転 */
  line-height: 2.2;
}
.top1 .flex .contents {
  max-height: 390px;
  margin-left: 40px;
}
@media screen and (max-width: 1000px) {
  .top1 .flex .contents {
    max-height: 280px;
    margin-left: 0;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .top2 .flex {
    display: block;
  }
}
.top2 .left {
  width: 45%;
}
@media screen and (max-width: 1000px) {
  .top2 .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top2 .left .img {
  margin-left: calc(100% - 50vw);
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .top2 .left .img {
    width: 100%;
    margin-left: 0;
    margin: 0;
    margin-bottom: 10px;
  }
}
.top2 .right {
  width: 45%;
}
@media screen and (max-width: 1000px) {
  .top2 .right {
    width: 100%;
  }
}
.top2 .right .img {
  margin-right: calc(100% - 50vw);
}
@media screen and (max-width: 1000px) {
  .top2 .right .img {
    margin-right: 0;
  }
}
.top2 .right .img:nth-child(1) {
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .top2 .right .img:nth-child(1) {
    margin-bottom: 10px;
  }
}

.top3 {
  background: url(../img/top3-bg.png) no-repeat top center/cover;
}
@media screen and (max-width: 1000px) {
  .top3 {
    background: url(../img/top3-bg.png) no-repeat top left/cover;
  }
}
.top3 {
  position: relative;
}
.top3 .left-bg {
  position: absolute;
  width: 25%;
  top: 15%;
  left: 5%;
}
.top3 .right-bg {
  position: absolute;
  width: 25%;
  bottom: 7%;
  right: 5%;
}
.top3 .img {
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 1001px) {
  .top3 {
    padding-top: 170px;
  }
}
@media screen and (max-width: 1000px) {
  .top3 {
    padding-top: 70px;
  }
}
.top3 .btn {
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .top3 .btn {
    margin-top: 30px;
  }
}
.top3 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .top3 .flex {
    display: block;
  }
}
.top3 .flex .img {
  width: 49%;
}
@media screen and (max-width: 1000px) {
  .top3 .flex .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .top3 .flex .img:last-child {
    margin-bottom: 0;
  }
}

.top4 {
  background: url(../img/top4-sec-bg.webp) repeat center center/cover;
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .top4 {
    padding: 0;
  }
}
.top4 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .top4 .flex {
    margin-bottom: 60px !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .top4 .flex:last-child {
    margin-bottom: 0 !important;
  }
}
.top4 .flex .bg {
  position: absolute;
  top: 40%;
  width: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 1000px) {
  .top4 .flex .bg {
    top: 80%;
    width: 40%;
  }
}
.top4 .flex .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 50%;
  padding-right: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .top4 .flex .contents {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.top4 .flex .right {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .top4 .flex .right {
    width: 100%;
  }
}
.top4 .flex .img {
  margin-right: calc(100% - 50vw);
}
@media screen and (max-width: 1000px) {
  .top4 .flex .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.top4 .flex h2 {
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  .top4 .flex h2 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.top4 .flex .bottom {
  padding: 0px 0;
}
.top4 .flex:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top4 .flex:nth-child(2n) .bg {
  position: absolute;
  top: 40%;
  width: 20%;
  right: 0;
  left: initial;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .top4 .flex:nth-child(2n) .bg {
    top: 80%;
    width: 40%;
  }
}
.top4 .flex:nth-child(2n) .img {
  margin-left: calc(100% - 50vw);
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .top4 .flex:nth-child(2n) .img {
    width: 100%;
    margin-left: 0;
  }
}
.top4 .flex:nth-child(2n) .contents {
  padding-right: 0;
  padding-left: 40px;
}
@media screen and (max-width: 1000px) {
  .top4 .flex:nth-child(2n) .contents {
    margin-left: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1001px) {
  .top4 h2 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 10px;
  }
}
.top4 h2 {
  line-height: 1.3;
}
@media screen and (min-width: 1001px) {
  .top4 h2 {
    margin-bottom: 0;
    font-size: 30px;
  }
}
.top4 h2 span {
  display: block;
  padding-top: 200px;
}
@media screen and (max-width: 1000px) {
  .top4 h2 span {
    padding-top: 0;
  }
}
.top4 p {
  font-size: 15px;
}
.top4 .btn {
  margin-top: 30px;
}
.top4 img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .top4 .btn {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.section-btn2 a {
  font-size: 15px;
  padding: 20px 15px;
  background: #fff;
  border: 1px solid #BA5209;
  color: #BA5209;
  line-height: 1.3;
}
.section-btn2 a .section-btn-arrow {
  background: #BA5209;
}
.section-btn2 a .section-btn-arrow::after {
  border-left: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
}
.section-btn2 a:hover {
  background: #BA5209;
  color: #fff;
}
.section-btn2 a:hover .section-btn-arrow {
  background: #fff;
}
.section-btn2 a:hover .section-btn-arrow::after {
  border-left: 1.5px solid #BA5209;
  border-bottom: 1.5px solid #BA5209;
}

.common-mv {
  position: relative;
}
.common-mv .contents {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 2.5vw;
  font-weight: 800;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.9), 0 0 15px rgba(0, 0, 0, 0.9), 0 0 15px rgba(0, 0, 0, 0.9), 0 0 15px rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 1000px) {
  .common-mv .contents {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 370px) {
  .common-mv .contents {
    font-size: 18px;
  }
}

.section-title2 {
  font-size: 36px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}
.section-title2 .section-title-wrap {
  position: relative;
  display: inline-block;
}
.section-title2 .section-title-wrap .sec-title-left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -210px;
  max-width: 200px;
}
@media screen and (max-width: 1000px) {
  .section-title2 .section-title-wrap .sec-title-left {
    max-width: 60px;
    left: -30px;
  }
}
.section-title2 .section-title-wrap .sec-title-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -210px;
  max-width: 200px;
}
@media screen and (max-width: 1000px) {
  .section-title2 .section-title-wrap .sec-title-right {
    max-width: 60px;
    right: -30px;
  }
}
@media screen and (max-width: 1000px) {
  .section-title2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.section-lead {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .section-lead {
    text-align: left;
  }
}

.h3-title {
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .h3-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.h4-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .h4-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.chaya2 {
  background: url(../img/chaya2-bg.webp) no-repeat center center/cover;
}
.chaya2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .chaya2 .flex {
    display: block;
  }
}
.chaya2 .flex .item {
  width: 47%;
}
@media screen and (max-width: 1000px) {
  .chaya2 .flex .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .chaya2 .flex .item:last-child {
    margin-bottom: 0;
  }
}
.chaya2 .flex .item .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .chaya2 .flex .item .img {
    margin-bottom: 10px;
  }
}
.chaya2 .flex .item .price-text {
  margin-top: 18px;
  text-align: right;
  font-size: 20px;
}
@media screen and (max-width: 1000px) {
  .chaya2 .flex .item .price-text {
    margin-top: 10px;
    font-size: 14px;
  }
}

.common-menu {
  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;
  margin-bottom: 40px;
}
.common-menu:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .common-menu {
    margin-bottom: 30px;
  }
}
.common-menu:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.common-menu.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .common-menu {
    display: block;
  }
}
.common-menu .img {
  width: 48%;
}
@media screen and (max-width: 1000px) {
  .common-menu .img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.common-menu .contents {
  width: 48%;
}
@media screen and (max-width: 1000px) {
  .common-menu .contents {
    width: 100%;
  }
}
.common-menu .contents .price-text {
  margin-top: 20px;
  text-align: right;
  font-size: 18px;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .common-menu .contents .price-text {
    margin-top: 10px;
    font-size: 16px;
  }
}
.common-menu .contents .row {
  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;
  border-bottom: 1px solid rgba(188, 136, 52, 0.4);
  padding: 10px 0;
}
.common-menu .contents .row .pro-text {
  font-size: 20px;
  font-weight: 500;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  .common-menu .contents .row .pro-text {
    font-size: 14px;
  }
}
.common-menu .contents .row .price-text {
  margin-top: 0;
}
.common-menu .sakana {
  width: 80%;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .common-menu .sakana {
    margin-right: auto;
    width: 60%;
    max-width: 200px;
  }
}

.block-area {
  margin-bottom: 60px;
}
.block-area:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .block-area {
    margin-bottom: 40px;
  }
}

.chaya3 {
  padding-bottom: 0;
}

.chaya4 {
  background: url(../img/chaya4-bg.webp) no-repeat top center/cover;
}
@media screen and (min-width: 1001px) {
  .chaya4 {
    padding-top: 140px;
  }
}

.both-common-area {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.common-flex4 {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .common-flex4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
}
.common-flex4 .img {
  width: 24%;
}
@media screen and (max-width: 1000px) {
  .common-flex4 .img {
    width: 48.5%;
  }
  .common-flex4 .img:nth-child(n+3) {
    margin-top: 3%;
  }
}

.chaya5 {
  padding-top: 0;
  background: url(../img/chaya5-bg.webp) no-repeat bottom center/cover;
}

.chaya6 {
  padding-top: 0px;
}
@media screen and (min-width: 1001px) {
  .chaya6 {
    padding-top: 30px;
  }
}
.chaya6 .attention {
  text-align: right;
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 1000px) {
  .chaya6 .attention {
    font-size: 12px;
  }
}

.sake {
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .sake {
    width: 60%;
    max-width: 200px;
    margin: 10px auto 10px;
  }
}

.chaya7 {
  background: rgba(186, 82, 9, 0.6);
  color: #fff;
}
.chaya7 .inner {
  position: relative;
}
.chaya7 .inner .left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 15%;
}
@media screen and (max-width: 1000px) {
  .chaya7 .inner .left {
    width: 15%;
    top: 17%;
  }
}
.chaya7 .inner .right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 15%;
}
@media screen and (max-width: 1000px) {
  .chaya7 .inner .right {
    width: 15%;
    top: 17%;
  }
}

.chaya4,
.chaya5 {
  position: relative;
}
.chaya4 .bg1,
.chaya5 .bg1 {
  position: absolute;
  top: 1%;
  left: -8%;
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .chaya4 .bg1,
  .chaya5 .bg1 {
    display: none;
  }
}
.chaya4 .bg2,
.chaya5 .bg2 {
  position: absolute;
  top: 50%;
  left: -8%;
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .chaya4 .bg2,
  .chaya5 .bg2 {
    display: none;
  }
}
.chaya4 .bg3,
.chaya5 .bg3 {
  position: absolute;
  top: 25%;
  right: -8%;
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .chaya4 .bg3,
  .chaya5 .bg3 {
    display: none;
  }
}
.chaya4 .bg4,
.chaya5 .bg4 {
  position: absolute;
  top: 75%;
  right: -8%;
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .chaya4 .bg4,
  .chaya5 .bg4 {
    display: none;
  }
}

.season {
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 1001px) {
  .season {
    padding: 70px 0;
  }
}
.season .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .season .flex {
    display: block;
  }
}
.season .flex .img {
  width: 48%;
}
@media screen and (max-width: 1000px) {
  .season .flex .img {
    margin: 0 auto;
    margin-top: 20px;
    width: 65%;
  }
}
.season .flex .contents {
  width: 48%;
}
@media screen and (max-width: 1000px) {
  .season .flex .contents {
    width: 100%;
  }
}
.season .flex .contents h2 {
  font-size: 76px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.6), 0 0 15px rgba(0, 0, 0, 0.6), 0 0 15px rgba(43, 41, 41, 0.6), 0 0 15px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1000px) {
  .season .flex .contents h2 {
    margin-bottom: 15px;
    font-size: 40px;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.6), 0 0 7px rgba(0, 0, 0, 0.6), 0 0 7px rgba(0, 0, 0, 0.6), 0 0 7px rgba(0, 0, 0, 0.6);
  }
}
.season .flex .contents p {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .season .flex .contents p {
    margin-bottom: 15px;
  }
}
.season .flex .contents h3 {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .season .flex .contents h3 {
    font-size: 16px;
  }
}

.season1 {
  background: url(../img/season-bg1.webp) no-repeat center center/cover;
}

.season2 {
  background: url(../img/season-bg2.webp) no-repeat center center/cover;
}
.season2 .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.season3 {
  background: url(../img/season-bg3.webp) no-repeat center center/cover;
}

.season4 {
  background: url(../img/season-bg4.webp) no-repeat center center/cover;
}
.season4 .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.season4 .btn {
  text-align: left;
  margin-top: 50px;
}
.season4 .btn .section-btn1 {
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .season4 .btn .section-btn1 {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .season4 .btn .section-btn1 a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .season4 .btn {
    margin-top: 30px;
  }
  .season4 .btn .section-btn1 a .section-btn-arrow {
    margin-left: 20px;
  }
}

.ippuku2 .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ippuku2 {
  padding-top: 0;
}
@media screen and (max-width: 1000px) {
  .ippuku2 .left {
    margin: 0;
  }
}

.ippuku3 {
  background: url(../img/ippuku3-bg.webp) no-repeat top center/cover;
}
@media screen and (min-width: 1001px) {
  .ippuku3 {
    padding-top: 130px;
  }
}

.ippuku4 .attention {
  text-align: right;
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 1000px) {
  .ippuku4 .attention {
    font-size: 12px;
  }
}
.ippuku4 .both-common-area {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .ippuku4 .both-common-area {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

.common-flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .common-flex3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.common-flex3 .img {
  width: 32%;
}
@media screen and (max-width: 1000px) {
  .common-flex3 .img {
    width: 50%;
    padding: 1%;
  }
}

.stay2 {
  padding-top: 0;
  position: relative;
}
.stay2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .stay2 .flex {
    margin-bottom: 30px;
  }
}
.stay2 .flex:last-child {
  margin-bottom: 0;
}
.stay2 .flex:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .stay2 .flex {
    display: block;
  }
}
.stay2 .flex .img {
  width: 48%;
}
@media screen and (max-width: 1000px) {
  .stay2 .flex .img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.stay2 .flex .contents {
  width: 48%;
}
@media screen and (max-width: 1000px) {
  .stay2 .flex .contents {
    width: 100%;
  }
}
.stay2 .bg1 {
  position: absolute;
  top: -10%;
  left: -8%;
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .stay2 .bg1 {
    display: none;
  }
}
.stay2 .bg2 {
  position: absolute;
  top: 50%;
  left: -8%;
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .stay2 .bg2 {
    display: none;
  }
}
.stay2 .bg3 {
  position: absolute;
  top: 25%;
  right: -8%;
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .stay2 .bg3 {
    display: none;
  }
}
.stay2 .bg4 {
  position: absolute;
  bottom: 0;
  right: -8%;
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .stay2 .bg4 {
    display: none;
  }
}

.stay3 {
  background: url(../img/stay3-bg.webp) no-repeat top center/cover;
}
.stay3 .common-flex3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .stay3 .common-flex3 {
    margin-bottom: 30px;
  }
}
.stay3 p {
  line-height: 1.9;
}

.stay4 {
  background: url(../img/stay4-bg.webp) no-repeat bottom center/cover;
  padding-top: 0;
}
.stay4 .attention {
  text-align: right;
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .stay4 .attention {
    font-size: 12px;
  }
}
.stay4 .text1 {
  color: #BA0909;
  font-weight: 700;
  margin-bottom: 30px;
  text-decoration: underline;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .stay4 .text1 {
    margin-bottom: 15px;
    margin-top: 20px;
  }
}
.stay4 .text2 {
  color: #BA0909;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .stay4 .text2 {
    font-size: 16px;
  }
}
.stay4 .text3 {
  color: #BA0909;
}

@media screen and (max-width: 1000px) {
  .inner3 {
    padding-right: 0;
    padding-left: 0;
  }
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* iOSでヌルヌル */
}

.price-table {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .price-table {
    min-width: 900px;
    /* ←ここが肝 */
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 20px;
  }
}
.price-table {
  border-collapse: collapse;
  table-layout: fixed;
  /* カラム幅を安定させたい場合 */
}

.price-table th,
.price-table td {
  border: 1px solid #ddd;
  padding: 24px 16px;
  text-align: center;
  vertical-align: middle;
}

.price-table thead th {
  background: #cfcfcf;
  font-weight: 500;
}

.price-table tbody th {
  background: #cfcfcf;
  text-align: center;
  /* 行見出しは左寄せが見やすい */
  font-weight: 500;
}

.price-table td {
  background: #fff;
}

.buy1 {
  background: transparent;
  padding-top: 0;
}
.buy1 .flex-wrap .flex {
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .buy1 .flex-wrap .flex {
    margin-bottom: 30px;
  }
}
.buy1 .flex-wrap .flex:last-child {
  margin-bottom: 0;
}

.online {
  background: rgba(186, 82, 9, 0.6);
  color: #fff;
}
.online .inner {
  position: relative;
}
.online .inner .bg {
  position: absolute;
  right: 40px;
  top: 0;
  width: 15%;
}
@media screen and (max-width: 1000px) {
  .online .inner .bg {
    right: 16px;
    width: 27%;
    top: -2%;
  }
}
@media screen and (min-width: 1001px) {
  .online .section-title1 {
    margin-bottom: 20px;
  }
}
.online p {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .online p {
    margin-bottom: 15px;
  }
}
.online .section-btn1 {
  text-align: left;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .online .section-btn1 {
    margin-top: 30px;
    text-align: center;
  }
}

@media screen and (min-width: 1001px) {
  .map-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .map-flex .map {
    width: 50%;
  }
  .map-flex .map .wrap {
    padding-top: 60%;
  }
}

@media screen and (min-width: 1001px) {
  .flex-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-map p {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .access h3 {
    margin-top: 40px;
  }
}
.sight1 {
  padding-top: 90px;
}
@media screen and (max-width: 1000px) {
  .sight1 {
    padding-top: 40px;
  }
}
.sight1 .btn {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .sight1 .btn {
    margin-top: 20px;
  }
}
.sight1 .btn1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .sight1 .btn1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .sight1 .flex .item {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1001px) {
  .sight1 .item {
    width: 48% !important;
  }
}
@media screen and (min-width: 1001px) {
  .sight1 .item p {
    min-height: 150px;
  }
}

.section-btn3 {
  text-align: center;
}
.section-btn3 a {
  display: inline-block;
  border-radius: 10px;
  background: #BC8834;
  border: 1px solid #BC8834;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 30px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-btn3 a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1000px) {
  .section-btn3 a {
    padding: 15px 40px;
    font-size: 14px;
  }
}
.section-btn3 a .section-btn1-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;
}
.section-btn3 a .section-btn-arrow {
  width: 17px;
  margin-left: 40px;
}
@media screen and (max-width: 1000px) {
  .section-btn3 a .section-btn-arrow {
    margin-left: 20px;
  }
}

.buy1 .flex-wrap .flex4 {
  margin-bottom: 20px;
}

.sight2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .sight2 ul {
    display: block;
  }
}
@media screen and (min-width: 1001px) {
  .sight2 ul li {
    width: calc(33.333% - 10px);
    margin-right: 15px;
  }
  .sight2 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .sight2 ul li:nth-child(n+4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .sight2 ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .sight2 ul li:last-child {
    margin-bottom: 0;
  }
}
.sight2 ul li .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .sight2 ul li .img {
    margin-bottom: 10px;
  }
}

.news-archive ul li {
  padding: 50px 60px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 40px;
}
.news-archive ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .news-archive ul li {
    margin-bottom: 20px;
    padding: 20px 20px;
  }
}
.news-archive ul li a {
  color: #1a1a1a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-archive ul li a:hover {
  opacity: 0.6;
}
.news-archive ul li a .time {
  font-size: 14px;
  margin-bottom: 8px;
}
.news-archive ul li a h2 {
  font-size: 20px;
  line-height: 1.5;
  color: #BC8834;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .news-archive ul li a h2 {
    font-size: 18px;
  }
}
.news-single .time {
  font-size: 14px;
  margin-bottom: 8px;
}
.news-single h1 {
  font-size: 28px;
  line-height: 1.5;
  color: #BC8834;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .news-single h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.news-single p {
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .news-single p {
    margin-bottom: 10px;
  }
}
.news-single h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 3px solid #BC8834;
}
@media screen and (max-width: 1000px) {
  .news-single h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.news-single h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  border-left: 3px solid #BC8834;
  padding-left: 6px;
}
@media screen and (max-width: 1000px) {
  .news-single h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.news-single h4,
.news-single h5,
.news-single h6 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .news-single h4,
  .news-single h5,
  .news-single h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.news-single img {
  margin: 20px 0;
}
@media screen and (max-width: 1000px) {
  .news-single img {
    margin: 10px 0;
  }
}
.news-single .contents {
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .news-single .contents {
    margin-bottom: 40px;
  }
}

.thanks .btn {
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .thanks .btn {
    margin-top: 30px;
  }
}
.thanks .section-title1 {
  text-align: center;
}
.thanks p {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .thanks p {
    text-align: left;
  }
}

@media screen and (min-width: 1001px) {
  .contact .section-title1 {
    margin-bottom: 30px;
  }
}
.contact .section-title1 {
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .contact .section-title1 {
    font-size: 20px;
  }
}

.contact1 {
  background: transparent;
}
.contact1 h2 {
  text-align: left;
}
.contact1 p {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .contact1 p {
    margin-bottom: 20px;
  }
}
.contact1 .common-cta-flex .btn1 a {
  min-height: 85px;
}
@media screen and (max-width: 1000px) {
  .contact1 .common-cta-flex .btn1 a {
    min-height: 65px;
  }
}
.contact1 .common-cta-flex .btn1 {
  width: 48%;
}
.contact1 ul {
  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;
}
.contact1 ul li .btn1 {
  width: 100% !important;
}
@media screen and (min-width: 1001px) {
  .contact1 ul li {
    width: 45%;
  }
  .contact1 ul li:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .contact1 ul {
    display: block;
  }
}

.contact2 .text1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .contact2 .text1 {
    margin-bottom: 20px;
  }
}
.contact2 .text2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .contact2 .text2 {
    margin-bottom: 25px;
  }
}
.contact2 .text2 span {
  display: inline-block;
  background: #AA4242;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  line-height: 1;
  color: #fff;
  padding: 8px 10px;
  margin-right: 5px;
}
@media screen and (max-width: 1000px) {
  .contact2 .text2 span {
    font-size: 13px;
  }
}

.form-wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .form-wrap .row {
    margin-bottom: 20px;
    display: block;
  }
}
.form-wrap .row .dt {
  margin-bottom: 5px;
  width: 300px;
}
@media screen and (max-width: 1000px) {
  .form-wrap .row .dt {
    width: 100%;
  }
}
.form-wrap .row .dt .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-wrap .row .dt .flex .text {
  font-weight: 700;
}
.form-wrap .row .dt .flex .required {
  display: inline-block;
  background: #AA4242;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  line-height: 1;
  color: #fff;
  padding: 8px 10px;
}
@media screen and (max-width: 1000px) {
  .form-wrap .row .dt .flex .required {
    font-size: 13px;
  }
}
.form-wrap .row .dd {
  width: calc(100% - 320px);
}
@media screen and (max-width: 1000px) {
  .form-wrap .row .dd {
    width: 100%;
  }
}
.form-wrap .required {
  display: inline-block;
  background: #AA4242;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  line-height: 1;
  color: #fff;
  padding: 8px 10px;
}
@media screen and (max-width: 1000px) {
  .form-wrap .required {
    font-size: 13px;
  }
}
.form-wrap textarea {
  resize: none;
  height: 150px;
}
@media screen and (min-width: 1001px) {
  .form-wrap .textarea-row {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
.form-wrap .textarea-row .dt {
  padding-top: 10px;
}
.form-wrap .checkbox {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .form-wrap .checkbox {
    margin-bottom: 30px;
  }
}
.form-wrap .submit input {
  position: absolute;
  left: -1000%;
  opacity: 0;
}

.nav-links {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .nav-links {
    margin-top: 30px;
  }
}
.nav-links .prev {
  display: none;
}
.nav-links .next {
  display: none;
}
.nav-links a,
.nav-links span {
  margin: 0 5px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  border-radius: 50%;
  padding: 4px 14px;
  text-align: center;
}
.nav-links span {
  background: #BC8834;
  color: #fff;
  font-weight: 500;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}
.nav-links a {
  color: #BC8834;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-links a:hover {
  background: #BC8834;
  color: #fff;
}

.wpcf7-list-item {
  margin: 0 !important;
  margin-right: 10px !important;
}

.wpcf7-radio input[type=radio] {
  position: absolute;
  left: -1000%;
  opacity: 0;
}
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 22px;
}
.wpcf7-radio .wpcf7-list-item-label::before {
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #1a1a1a;
  content: "";
  border-radius: 50%;
  background: #fff;
}
.wpcf7-radio .wpcf7-list-item-label::after {
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6px;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: #1a1a1a;
  opacity: 0;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.wpcf7-radio label {
  display: block;
}

@media screen and (max-width: 1000px) {
  .wpcf7-radio .wpcf7-list-item-label {
    display: block;
  }
  .wpcf7-radio .wpcf7-list-item-label {
    width: 100%;
    margin-bottom: 10px;
  }
  .wpcf7-list-item {
    width: 100%;
    display: block !important;
  }
}
.checkbox {
  text-align: center;
}
.checkbox a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1a1a1a;
}
.checkbox a:hover {
  opacity: 0.6;
}
.checkbox .required {
  margin-right: 10px;
}
.checkbox input[type=checkbox] {
  opacity: 0;
  position: relative;
  left: -1000%;
}
.checkbox .wpcf7-list-item-label {
  position: relative;
}
.checkbox .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -22px;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  border: 1px solid #1a1a1a;
  content: "";
  background: #fff;
}
.checkbox .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  left: -22px;
  width: 15px;
  height: 5px;
  border-left: 5px solid #1a1a1a;
  border-bottom: 5px solid #1a1a1a;
  content: "";
  opacity: 0;
}
.checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

body {
  -webkit-animation: fadein 2s forwards;
          animation: fadein 2s forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#loading {
  position: fixed;
  inset: 0;
  background: url(../img/body3.webp);
  /* 背景色（必要なら変更） */
  z-index: 9999;
  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;
}

.loading-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;
}

.loading-logo {
  width: 260px;
  /* ロゴサイズ調整 */
  height: auto;
  -webkit-animation: pop 2s ease-in-out infinite alternate;
          animation: pop 2s ease-in-out infinite alternate;
}
@media screen and (max-width: 1000px) {
  .loading-logo {
    width: 140px;
  }
}

/* ロゴをふわっと脈動させる */
@-webkit-keyframes pop {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes pop {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
/* 消える演出 */
#loading.is-hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.inner4-wrap {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.price-table thead th, .price-table tbody th {
  background: #E3C095;
}

@media screen and (max-width: 1000px) {
  .price-table {
    min-width: initial;
  }
  .price-table {
    margin-left: 0;
    margin-right: 0;
  }
}
.btn-flex0312 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .btn-flex0312 {
    display: block;
  }
}
.btn-flex0312 .section-btn3 {
  width: 47%;
}
@media screen and (max-width: 1000px) {
  .btn-flex0312 .section-btn3 {
    width: 100%;
    margin-bottom: 10px;
  }
  .btn-flex0312 .section-btn3:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1001px) {
  .btn-flex0312 .section-btn3 a {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .btn-flex0312 .section-btn3 a {
    width: 100%;
    max-width: 232px;
  }
}