@charset "UTF-8";
@import url("slick-theme.css");
@import url("slick.css");
@import url("magnific-popup.css");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@1,600;1,700&family=Noto+Serif+JP:wght@300;500&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}

article, aside, dialog, figcaption, figure, footer, header, main, menu, nav, section, svg {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  vertical-align: middle;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  cursor: pointer;
}

strong {
  font-weight: bold;
}

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

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
}

caption, th {
  font-weight: bold;
  text-align: left;
}

label {
  cursor: pointer;
}

label span {
  vertical-align: middle;
}

input, textarea, select {
  padding: 4px 8px;
  border-radius: 0;
  vertical-align: middle;
}

input:not([type=radio]):not([type=checkbox]), textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio], input[type=checkbox], input[type=submit] {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

a, area, button, input, label, select, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

article {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*basic*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.clear {
  clear: both;
}

@media screen and (max-width: 990px) {
  .pc-s {
    display: none !important;
  }
}
@media screen and (min-width: 991px) {
  .sp-s {
    display: none !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-weight: 400;
  color: black;
  line-height: 1.6;
  font-size: 1.6rem;
  color: #3f1a00;
  padding-top: 100px;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
@media (max-width: 1920px) {
  body {
    padding-top: 5.2083333333vw;
  }
}
@media (max-width: 1440px) {
  body {
    padding-top: 7.3206442167vw;
  }
}
@media screen and (max-width: 990px) {
  body {
    padding-top: 18.6666666667vw;
  }
}

a {
  color: #003f1a;
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (min-width: 641px) {
  a {
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    text-decoration: none;
  }

  a:hover {
    opacity: 0.5;
    cursor: pointer;
  }

  a img {
    -webkit-transition: 0.3s;
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #3f1a00;
  z-index: 100;
}
.site-header .inner {
  max-width: 1920px;
  height: 100px;
  margin: auto;
  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;
}
@media (max-width: 1920px) {
  .site-header .inner {
    max-width: 100vw;
    height: 5.2083333333vw;
    padding: 0 2.0833333333vw;
  }
}
@media (max-width: 1440px) {
  .site-header .inner {
    max-width: 140.5563689605vw;
    height: 7.3206442167vw;
    padding: 0 2.9282576867vw;
  }
}
@media screen and (max-width: 990px) {
  .site-header .inner {
    max-width: 100%;
    height: 18.6666666667vw;
    padding: 0 5.3333333333vw;
  }
}
.site-header .inner .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-header .inner .logo img {
  width: 300px;
  height: auto;
}
@media (max-width: 1920px) {
  .site-header .inner .logo img {
    width: 14.5833333333vw;
  }
}
@media (max-width: 1440px) {
  .site-header .inner .logo img {
    width: 18.3016105417vw;
  }
}
@media (max-width: 1360px) {
  .site-header .inner .logo img {
    width: 14.6412884334vw;
  }
}
@media screen and (max-width: 990px) {
  .site-header .inner .logo img {
    width: 42.6666666667vw;
  }
}
.site-header .inner .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 990px) {
  .site-header .inner .gnav {
    display: none;
  }
}
.site-header .inner .gnav li {
  margin-left: 2.5em;
}
@media (max-width: 1440px) {
  .site-header .inner .gnav li {
    margin-left: 1.5em;
  }
}
.site-header .inner .gnav li a {
  color: white;
  font-weight: bold;
  font-size: 1.6rem;
}
@media (max-width: 1920px) {
  .site-header .inner .gnav li a {
    font-size: 0.9375vw;
  }
}
@media (max-width: 1500px) {
  .site-header .inner .gnav li a {
    font-size: 1.0980966325vw;
  }
}
@media (max-width: 1360px) {
  .site-header .inner .gnav li a {
    font-size: 1.0248901903vw;
  }
}
.site-header .inner .gnav li.contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 50px;
  letter-spacing: 0.08em;
  background: white;
  color: #003f3a;
  border: 2px solid #003f3a;
}
@media (max-width: 1920px) {
  .site-header .inner .gnav li.contact a {
    width: 10.4166666667vw;
    height: 3.125vw;
  }
}
@media (max-width: 1500px) {
  .site-header .inner .gnav li.contact a {
    display: none;
  }
}

.h-menu {
  width: 45px;
  height: 50px;
  display: none;
  cursor: pointer;
  z-index: 92;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (max-width: 990px) {
  .h-menu {
    width: 9.3333333333vw;
    height: 13.3333333333vw;
    display: block;
    padding-top: 3.2vw;
  }
}
.h-menu .nav {
  position: relative;
  top: 1.0248901903vw;
}
@media screen and (max-width: 990px) {
  .h-menu .nav {
    top: 1.8666666667vw;
  }
}
.h-menu span {
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 990px) {
  .h-menu span {
    height: 0.5333333333vw;
  }
}
.h-menu span.l-t {
  top: 0px;
}
@media screen and (max-width: 990px) {
  .h-menu span.l-t {
    top: 0;
  }
}
.h-menu span.l-b {
  bottom: -8px;
  width: 60%;
  margin: 0;
}
@media screen and (max-width: 990px) {
  .h-menu span.l-b {
    bottom: -1.8666666667vw;
  }
}

.p-menu-area {
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: min(29.6vw, 570px);
  padding: min(8vw, 155px) 30px 40px;
  z-index: 90;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 990px) {
  .p-menu-area {
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
    padding: 21.3333333333vw 6.6666666667vw 8vw;
    visibility: hidden;
  }
}
.p-menu-area::before {
  content: "";
  background: #3f1a00;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-menu-area::after {
  content: "";
  background-image: url(../img/top/slide/2.webp);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 2s;
  transition: 2s;
}
.p-menu-area .wrap {
  position: relative;
}
@media screen and (max-width: 990px) {
  .p-menu-area .wrap {
    height: 100%;
  }
}
.p-menu-area .wrap .hm-nav {
  position: relative;
  line-height: 1;
}
.p-menu-area .wrap .hm-nav li {
  position: relative;
  text-align: center;
}
.p-menu-area .wrap .hm-nav li:not(:last-child) {
  margin-bottom: 9.3333333333vw;
}
.p-menu-area .wrap .hm-nav li a {
  font-size: 4.2666666667vw;
  letter-spacing: 0.05em;
  font-weight: 800;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 0.05em;
  padding: 0;
  color: #fff;
}
.p-menu-area .wrap .sns {
  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;
  margin-top: 13.3333333333vw;
}
.p-menu-area .wrap .sns li {
  width: 8.5333333333vw;
  margin: 0 4vw;
}
.p-menu-area .wrap .sns li img {
  width: 100%;
  height: auto;
}
.p-menu-area .wrap .sns li img[src*="ico-x.png"] {
  width: 90%;
}
.p-menu-area .wrap .menu-logo {
  margin-top: 8vw;
  text-align: center;
}
.p-menu-area .wrap .menu-logo img {
  width: 53.3333333333vw;
  height: auto;
}

.menu-overlay {
  cursor: pointer;
  opacity: 0;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: 1s;
  transition: 1s;
  visibility: hidden;
  z-index: 89;
}

body.nav-open .menu-overlay {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 990px) {
  body.nav-open .menu-overlay {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
body.nav-open .p-menu-area {
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
body.nav-open .p-menu-area::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
body.nav-open .h-menu {
  z-index: 93;
}
body.nav-open .h-menu span.l-t {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  top: 1px;
}
@media screen and (max-width: 990px) {
  body.nav-open .h-menu span.l-t {
    top: 0;
  }
}
body.nav-open .h-menu span.l-c {
  opacity: 0;
}
body.nav-open .h-menu span.l-b {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  bottom: 2px;
  width: 100%;
}
@media screen and (max-width: 990px) {
  body.nav-open .h-menu span.l-b {
    bottom: 0.8vw;
  }
}
body.nav-open .p-menu-area {
  z-index: 90;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 990px) {
  body.nav-open .p-menu-area {
    opacity: 1;
    visibility: visible;
  }
}
body.nav-open .p-menu-area .wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

#footer-slider-wrapper-inner {
  display: none;
}

.site-footer {
  width: 100%;
  background: #3f1a00;
  padding: 30px 0;
  text-align: center;
}
@media (max-width: 1920px) {
  .site-footer {
    padding: 1.5625vw 0;
  }
}
@media (max-width: 1440px) {
  .site-footer {
    padding: 2.196193265vw 0;
  }
}
@media screen and (max-width: 990px) {
  .site-footer {
    padding: 8vw 0 21.3333333333vw;
  }
}
.site-footer .f-logo {
  display: block;
  margin: 0 auto 30px;
}
@media (max-width: 1920px) {
  .site-footer .f-logo {
    width: 15.625vw;
  }
}
@media (max-width: 1440px) {
  .site-footer .f-logo {
    width: 21.9619326501vw;
  }
}
@media screen and (max-width: 990px) {
  .site-footer .f-logo {
    width: 53.3333333333vw;
  }
}
.site-footer .sns {
  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;
  margin-bottom: 30px;
}
@media screen and (max-width: 990px) {
  .site-footer .sns {
    margin-bottom: 5.3333333333vw;
  }
}
.site-footer .sns li {
  margin: 0 15px;
}
.site-footer .sns li a img {
  width: 35px;
  height: auto;
}
@media screen and (max-width: 990px) {
  .site-footer .sns li a img {
    width: 8vw;
  }
}
.site-footer .sns li a img[src*="ico-x.png"] {
  width: 28px;
}
@media screen and (max-width: 990px) {
  .site-footer .sns li a img[src*="ico-x.png"] {
    width: 6.1333333333vw;
  }
}
.site-footer .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 990px) {
  .site-footer .nav {
    margin-bottom: 5.3333333333vw;
  }
}
.site-footer .nav li {
  margin: 0 15px;
}
@media screen and (max-width: 990px) {
  .site-footer .nav li {
    margin: 0 2.6666666667vw;
  }
}
.site-footer .nav li a {
  font-size: 1.3rem;
  color: white;
}
@media screen and (max-width: 990px) {
  .site-footer .nav li a {
    font-size: 3.4666666667vw;
  }
}
.site-footer .copyright {
  color: white;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 990px) {
  .site-footer .copyright {
    font-size: 2.9333333333vw;
  }
}

.site-fix-banner {
  position: fixed;
  right: 0;
  bottom: 4.1666666667vw;
  z-index: 10;
}
@media (max-width: 1440px) {
  .site-fix-banner {
    bottom: 5.8565153734vw;
  }
}
@media screen and (max-width: 990px) {
  .site-fix-banner {
    bottom: 0;
    width: 100%;
  }
}
.site-fix-banner nav {
  margin-right: -1px;
}
@media screen and (max-width: 990px) {
  .site-fix-banner nav {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.site-fix-banner nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 80px;
  color: white;
  font-weight: bold;
  font-size: 1.8rem;
  background: black;
  line-height: 1.4;
  text-align: center;
  border-radius: 4px;
  border: 1px solid white;
  position: relative;
  z-index: 3;
  text-decoration: none;
}
@media (max-width: 1920px) {
  .site-fix-banner nav a {
    width: 12.5vw;
    height: 4.1666666667vw;
    font-size: 0.9375vw;
  }
}
@media (max-width: 1440px) {
  .site-fix-banner nav a {
    width: 17.5695461201vw;
    height: 5.8565153734vw;
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 990px) {
  .site-fix-banner nav a {
    width: 50%;
    height: 14.6666666667vw;
    font-size: 3.7333333333vw;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
}
.site-fix-banner nav a + a {
  margin-top: 15px;
}
@media screen and (max-width: 990px) {
  .site-fix-banner nav a + a {
    margin: 0;
    border-left: 1px solid white;
  }
}
.site-fix-banner nav a.r-btn1 {
  background: #00253f;
}
.site-fix-banner nav a.r-btn2 {
  background: #580304;
}
.site-fix-banner nav a small {
  font-size: 85%;
  display: block;
}

.site-content-wrapper {
  overflow: hidden;
  background: #fff9f1;
  position: relative;
}

.lower .page-header {
  padding: 2.6041666667vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 990px) {
  .lower .page-header {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.lower .page-header::before {
  content: "";
  background-image: url(../../images/common/r-head.webp);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -2;
}
@media screen and (max-width: 990px) {
  .lower .page-header::before {
    background-image: url(../../images/common/r-head-sp.webp);
    background-size: 100% auto;
  }
}
.lower .page-header::after {
  content: "";
  background: rgba(102, 102, 102, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
@media screen and (max-width: 990px) {
  .lower .page-header::after {
    background: rgba(102, 102, 102, 0.7);
  }
}
.lower .page-header .page-ttl {
  font-size: 1.6vw;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 990px) {
  .lower .page-header .page-ttl {
    font-size: 5.3333333333vw;
  }
}
.lower .page-header .page-ttl span {
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  font-size: 0.9vw;
  letter-spacing: 0.05em;
  display: block;
}
@media screen and (max-width: 990px) {
  .lower .page-header .page-ttl span {
    font-size: 3.4666666667vw;
  }
}

.column2-wrap {
  max-width: 1440px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4.1666666667vw 0;
}
@media (max-width: 1440px) {
  .column2-wrap {
    max-width: 105.4172767204vw;
    padding: 5.8565153734vw 2.9282576867vw;
  }
}
@media screen and (max-width: 990px) {
  .column2-wrap {
    display: block;
    max-width: 100%;
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.column2-wrap .main-column {
  width: 70%;
}
@media screen and (max-width: 990px) {
  .column2-wrap .main-column {
    width: 100%;
  }
}
.column2-wrap .side-column {
  width: 25%;
}
@media screen and (max-width: 990px) {
  .column2-wrap .side-column {
    width: 100%;
    margin-top: 21.3333333333vw;
  }
}
.column2-wrap .side-column .contact-area {
  background: white;
  padding: 30px 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 990px) {
  .column2-wrap .side-column .contact-area {
    padding: 8vw 4vw;
  }
}
.column2-wrap .side-column .contact-area h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #580304;
  margin-bottom: 1em;
  border-left: 5px solid #580304;
  line-height: 1;
  padding-left: 0.4em;
}
@media screen and (max-width: 990px) {
  .column2-wrap .side-column .contact-area h3 {
    font-size: 4.2666666667vw;
    border-width: 3px;
  }
}
.column2-wrap .side-column .contact-area table {
  width: 100%;
  border-collapse: collapse;
  color: #333;
}
.column2-wrap .side-column .contact-area table th {
  width: 70px;
  text-align: center;
  background: #eee;
  padding: 5px;
  font-size: 1.4rem;
  border: 1px solid #ccc;
}
@media screen and (max-width: 990px) {
  .column2-wrap .side-column .contact-area table th {
    width: 16vw;
    font-size: 3.4666666667vw;
  }
}
.column2-wrap .side-column .contact-area table td {
  padding: 5px;
  font-size: 1.4rem;
  border: 1px solid #ccc;
}
@media screen and (max-width: 990px) {
  .column2-wrap .side-column .contact-area table td {
    font-size: 3.4666666667vw;
  }
}
.column2-wrap .side-column .contact-area .btn {
  margin-top: 1.5em;
}
.column2-wrap .side-column .contact-area .btn a {
  background: #003f1a;
  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;
  color: white;
  font-weight: bold;
  border-radius: 6px;
  width: 80%;
  height: 45px;
  margin: auto;
}
@media screen and (max-width: 990px) {
  .column2-wrap .side-column .contact-area .btn a {
    height: 12vw;
    font-size: 3.7333333333vw;
  }
}
.column2-wrap .side-column .banner {
  margin-top: 1.0416666667vw;
}
@media (max-width: 1366px) {
  .column2-wrap .side-column .banner {
    margin-top: 1.4641288433vw;
  }
}
@media screen and (max-width: 990px) {
  .column2-wrap .side-column .banner {
    margin-top: 5.3333333333vw;
  }
}
.column2-wrap .side-column .banner img {
  width: 100%;
  height: auto;
}

.mfp-image-holder .mfp-content {
  max-width: 700px;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 990px) {
  .mfp-image-holder .mfp-content {
    max-height: 80vh;
    overflow: auto;
  }
}
.mfp-image-holder .mfp-content .mfp-title {
  margin-top: 1em;
  font-weight: bold;
}
.mfp-image-holder .mfp-content .mfp-close {
  background-image: url(../../images/common/close.svg?aaa);
  background-size: 30px;
  width: 30px;
  height: 30px;
  top: 0px;
  right: 20px;
}
@media screen and (max-width: 990px) {
  .mfp-image-holder .mfp-content .mfp-close {
    background-size: 6.6666666667vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    top: -8vw;
    right: 0;
  }
}

.pagenation-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 990px) {
  .pagenation-area {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.pagenation-area .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #3f1a00;
  padding: 15px 25px;
  width: 100%;
}
.pagenation-area .page-numbers li {
  margin: 0 8px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 990px) {
  .pagenation-area .page-numbers li {
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
}
.pagenation-area .page-numbers li a {
  font-weight: bold;
  font-size: 1.8rem;
  font-family: arial;
}
@media screen and (max-width: 990px) {
  .pagenation-area .page-numbers li a {
    font-size: 1.4rem;
  }
}
.pagenation-area .page-numbers li a .c-pager__next {
  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;
  height: 100%;
}
.pagenation-area .page-numbers li a .c-pager__next::after {
  content: "";
  position: relative;
  left: -3px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}
.pagenation-area .page-numbers li a .c-pager__prev {
  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;
  height: 100%;
}
.pagenation-area .page-numbers li a .c-pager__prev::after {
  content: "";
  position: relative;
  right: -3px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  display: block;
}
.pagenation-area .page-numbers li .page-numbers {
  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;
  color: white;
  font-weight: bold;
  font-family: 1.6rem;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid white;
}
@media screen and (max-width: 990px) {
  .pagenation-area .page-numbers li .page-numbers {
    font-size: 1.4rem;
  }
}

.top-content-wrapper {
  overflow: hidden;
  background: #fff9f1;
  position: relative;
  /*
  	&::before{
  	content: "";
  	background: rgba(63,26,0,.3);
  	width: vw(283);
  	height: vw(295);	
  	position: absolute;
  	left: 0;
  	top: 0;
  	display: block;
  	z-index: 0;
  	}
  */
}
.top-content-wrapper::before {
  content: "";
  background-image: url(../../images/top_new/kv/bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.top-content-wrapper .inner-wrapper {
  position: relative;
  width: 73.2064421669vw;
  margin: 3.6603221083vw auto 5.8565153734vw;
  z-index: 3;
}
@media screen and (max-width: 990px) {
  .top-content-wrapper .inner-wrapper {
    width: 93.3333333333vw;
    margin: 8vw auto 21.3333333333vw;
  }
}
.top-content-wrapper .inner-wrapper .top-kv-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 990px) {
  .top-content-wrapper .inner-wrapper .top-kv-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-content-wrapper .inner-wrapper .top-kv-area .copy-area {
  background: white;
  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;
  width: 42.8%;
  position: relative;
}
@media screen and (max-width: 990px) {
  .top-content-wrapper .inner-wrapper .top-kv-area .copy-area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 13.3333333333vw 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.top-content-wrapper .inner-wrapper .top-kv-area .copy-area::before {
  content: "";
  background-image: url(../../images/top_new/kv/sign.png);
  background-repeat: no-repeat;
  background-size: 7.9vw auto;
  width: 7.9vw;
  height: 2.196193265vw;
  display: block;
  position: absolute;
  left: -1.8301610542vw;
  bottom: 0.9516837482vw;
}
@media screen and (max-width: 990px) {
  .top-content-wrapper .inner-wrapper .top-kv-area .copy-area::before {
    background-size: 16vw auto;
    width: 16vw;
    height: 4vw;
    left: -1.3333333333vw;
    bottom: 1.3333333333vw;
  }
}
.top-content-wrapper .inner-wrapper .top-kv-area .copy-area .block {
  text-align: center;
}
.top-content-wrapper .inner-wrapper .top-kv-area .copy-area .block h2 {
  width: 22.9136163982vw;
  margin-bottom: 2.196193265vw;
}
@media (max-width: 1440px) {
  .top-content-wrapper .inner-wrapper .top-kv-area .copy-area .block h2 {
    width: 25.1830161054vw;
  }
}
@media screen and (max-width: 990px) {
  .top-content-wrapper .inner-wrapper .top-kv-area .copy-area .block h2 {
    width: 74.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.top-content-wrapper .inner-wrapper .top-kv-area .copy-area .block h2 img {
  width: 100%;
  height: auto;
}
.top-content-wrapper .inner-wrapper .top-kv-area .copy-area .block p {
  font-size: 2rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 1440px) {
  .top-content-wrapper .inner-wrapper .top-kv-area .copy-area .block p {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 990px) {
  .top-content-wrapper .inner-wrapper .top-kv-area .copy-area .block p {
    font-size: 3.4666666667vw;
  }
}
.top-content-wrapper .inner-wrapper .top-kv-area .top-slide-area {
  width: 57.2%;
}
@media screen and (max-width: 990px) {
  .top-content-wrapper .inner-wrapper .top-kv-area .top-slide-area {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
  }
}
.top-content-wrapper .inner-wrapper .top-kv-area .top-slide-area img {
  width: 100%;
  height: auto;
}
.top-content-wrapper .inner-wrapper .top-slide {
  display: none;
}
.top-content-wrapper .inner-wrapper .top-slide.slick-initialized {
  display: block;
}
.top-content-wrapper .inner-wrapper .top-slide img {
  width: 100%;
  height: auto;
}
.top-content-wrapper .inner-wrapper .site-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  /*
  		&.active{
  		transition: .5s;
  		opacity: 1;	
  		margin-top: 0;
  		}
  */
}
.top-content-wrapper .inner-wrapper .site-copy img {
  width: min(60.8vw, 1080px);
  height: auto;
}
@media screen and (max-width: 990px) {
  .top-content-wrapper .inner-wrapper .site-copy img {
    width: 16.8vw;
  }
}

.top .sec-guide {
  margin: 4.1666666667vw 0 0;
}
@media screen and (max-width: 990px) {
  .top .sec-guide {
    margin: 13.3333333333vw 0 0;
  }
}
.top .sec-guide .ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1440px) {
  .top .sec-guide .ttl {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-guide .ttl {
    font-size: 4.8vw;
  }
}
.top .sec-guide .ttl small {
  font-size: 60%;
  font-weight: normal;
}
@media screen and (max-width: 990px) {
  .top .sec-guide .ttl small {
    font-size: 75%;
  }
}
.top .sec-guide .ttl + .txt {
  font-size: 16px;
  text-align: center;
  margin-top: 1.8229166667vw;
}
@media (max-width: 1440px) {
  .top .sec-guide .ttl + .txt {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-guide .ttl + .txt {
    font-size: 3.4666666667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
    margin-top: 4vw;
    line-height: 1.8;
    padding: 0 8vw;
  }
}
.top .sec-guide .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 50px auto;
  padding: 15px 3%;
  border-bottom: 1px solid #3f1a00;
  border-top: 1px solid #3f1a00;
}
@media (max-width: 1440px) {
  .top .sec-guide .list {
    max-width: 73.2064421669vw;
    margin: 3.6603221083vw auto;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-guide .list {
    max-width: 100%;
    margin: 5.3333333333vw auto 0;
    padding: 0 2.6666666667vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 0;
  }
}
.top .sec-guide .list li {
  width: 23%;
}
@media screen and (max-width: 990px) {
  .top .sec-guide .list li {
    width: 48%;
    margin-bottom: 4%;
  }
}
.top .sec-guide .list li a {
  background: #3f1a00;
  padding: 15px 0;
  text-align: center;
  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;
  color: white;
  font-weight: bold;
  font-size: 18px;
  border-radius: 6px;
}
@media (max-width: 1440px) {
  .top .sec-guide .list li a {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-guide .list li a {
    padding: 3.2vw 0;
    font-size: 3.2vw;
    border-radius: 1.0666666667vw;
  }
}
.top .sec-guide .list li a:hover {
  opacity: 1;
  background: #6f0c0c;
}

.top .sec {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 90px;
  margin-top: 60px;
}
@media (max-width: 1440px) {
  .top .sec {
    padding-top: 6.588579795vw;
    margin-top: 4.39238653vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec {
    padding-top: 10.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}
.top .sec .side-ttl {
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  font-size: 9.5vw;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  position: absolute;
  left: 7.2916666667vw;
  top: 0;
  line-height: 1;
  color: rgba(63, 26, 0, 0.1);
}
@media screen and (max-width: 990px) {
  .top .sec .side-ttl {
    font-size: 13vw;
    left: 9.3333333333vw;
  }
}
.top .sec .side-ttl.reason {
  left: inherit;
  right: -32.03125vw;
}
@media screen and (max-width: 990px) {
  .top .sec .side-ttl.reason {
    right: -43.7333333333vw;
  }
}
.top .sec .side-ttl.welcom {
  left: 7.2916666667vw;
}
@media screen and (max-width: 990px) {
  .top .sec .side-ttl.welcom {
    left: 9.3333333333vw;
  }
}
.top .sec .base-ttl {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .top .sec .base-ttl {
    font-size: 1.756954612vw;
    margin-bottom: 2.196193265vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec .base-ttl {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}

.top .sec-info .message {
  max-width: 700px;
  margin: 0 auto 80px;
}
@media (max-width: 1440px) {
  .top .sec-info .message {
    max-width: 51.2445095168vw;
    margin: 0 auto 5.8565153734vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-info .message {
    max-width: 100%;
    padding: 0 5.3333333333vw;
    margin: 0 auto 21.3333333333vw;
  }
}
.top .sec-info .message p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media (max-width: 1440px) {
  .top .sec-info .message p {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-info .message p {
    font-size: 3.4666666667vw;
    padding: 0 5.3333333333vw;
  }
}
.top .sec-info .message p .u-line {
  font-weight: bold;
  color: black;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(60%, rgba(129, 47, 47, 0.2)));
  background: linear-gradient(transparent 40%, rgba(129, 47, 47, 0.2) 60%);
  padding-bottom: 6px;
}
@media screen and (max-width: 990px) {
  .top .sec-info .message p .u-line {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(129, 47, 47, 0.2)));
    background: linear-gradient(transparent 60%, rgba(129, 47, 47, 0.2) 60%);
    padding-bottom: 3px;
  }
}
.top .sec-info .message .sign {
  text-align: right;
  font-size: 15px;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .top .sec-info .message .sign {
    font-size: 0.9516837482vw;
    margin-top: 1.4641288433vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-info .message .sign {
    font-size: 2.9333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.top .sec-info .news-area .base-ttl {
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .top .sec-info .news-area .base-ttl {
    margin-bottom: 1.4641288433vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-info .news-area .base-ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.top .sec-info .news-area .news-list {
  max-width: 500px;
  margin: auto;
}
@media (max-width: 1440px) {
  .top .sec-info .news-area .news-list {
    max-width: 36.6032210835vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-info .news-area .news-list {
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10.6666666667vw;
  }
}
.top .sec-info .news-area .news-list li time {
  font-size: 14px;
  display: block;
}
@media (max-width: 1440px) {
  .top .sec-info .news-area .news-list li time {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-info .news-area .news-list li time {
    font-size: 3.2vw;
  }
}
.top .sec-info .news-area .news-list li p {
  font-size: 16px;
}
@media (max-width: 1440px) {
  .top .sec-info .news-area .news-list li p {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-info .news-area .news-list li p {
    font-size: 3.7333333333vw;
  }
}
.top .sec-info .news-area .news-list li p a {
  display: block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  color: #3f1a00;
}
.top .sec-info .news-area .news-list li + li {
  margin-top: 1em;
}
.top .sec-info .news-area .btn {
  width: 165px;
  height: 40px;
  margin: 30px auto 0;
}
@media (max-width: 1440px) {
  .top .sec-info .news-area .btn {
    width: 12.0058565154vw;
    height: 2.9282576867vw;
    margin: 2.196193265vw auto 0;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-info .news-area .btn {
    width: 66.6666666667vw;
    height: 12vw;
    margin: 8vw auto 0;
  }
}
.top .sec-info .news-area .btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  background: #3f1a00;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  padding-top: 1px;
}
@media (max-width: 1440px) {
  .top .sec-info .news-area .btn a {
    border-radius: 0.2928257687vw;
    font-size: 0.9516837482vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-info .news-area .btn a {
    border-radius: 1.0666666667vw;
    font-size: 3.4666666667vw;
  }
}
.top .sec-info .banner {
  max-width: 720px;
  margin: 80px auto 0;
}
@media (max-width: 1440px) {
  .top .sec-info .banner {
    max-width: 52.7086383602vw;
    margin: 5.8565153734vw auto 0;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-info .banner {
    max-width: 100%;
    padding: 0 5.3333333333vw;
    margin: 13.3333333333vw auto 0;
  }
}
.top .sec-info .banner img {
  width: 100%;
  height: auto;
}

.top .sec-reason {
  padding-top: 90px;
  margin-top: 60px;
}
@media (max-width: 1440px) {
  .top .sec-reason {
    padding-top: 6.588579795vw;
    margin-top: 4.39238653vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-reason {
    padding-top: 10.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}
.top .sec-reason .top-txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 1440px) {
  .top .sec-reason .top-txt {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-reason .top-txt {
    font-size: 3.4666666667vw;
  }
}
.top .sec-reason .raw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
@media (max-width: 1440px) {
  .top .sec-reason .raw {
    margin-top: 3.6603221083vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-reason .raw {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 8vw;
  }
}
.top .sec-reason .raw .fig {
  width: 50%;
}
@media screen and (max-width: 990px) {
  .top .sec-reason .raw .fig {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.top .sec-reason .raw .fig img, .top .sec-reason .raw .fig video {
  width: 100%;
  height: auto;
}
.top .sec-reason .raw .fig .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.3645833333vw;
}
.top .sec-reason .raw .fig .note span {
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 0.7291666667vw;
  color: #666;
}
@media (max-width: 1440px) {
  .top .sec-reason .raw .fig .note span {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 1366px) {
  .top .sec-reason .raw .fig .note span {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-reason .raw .fig .note span {
    font-size: 3.4666666667vw;
    margin-right: 1em;
  }
}
.top .sec-reason .raw .btn-area {
  width: 50%;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1440px) {
  .top .sec-reason .raw .btn-area {
    padding-left: 2.9282576867vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-reason .raw .btn-area {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 2.6666666667vw 5.3333333333vw 0;
  }
}
.top .sec-reason .raw .btn-area .num + .num {
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .top .sec-reason .raw .btn-area .num + .num {
    padding-left: 2.9282576867vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-reason .raw .btn-area .num + .num {
    margin-top: 5.3333333333vw;
  }
}
.top .sec-reason .raw .btn-area .num h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .top .sec-reason .raw .btn-area .num h4 {
    font-size: 1.1713030747vw;
    margin-bottom: 1.8301610542vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-reason .raw .btn-area .num h4 {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
}
.top .sec-reason .raw .btn-area .num .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top .sec-reason .raw .btn-area .num .list li {
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .top .sec-reason .raw .btn-area .num .list li {
    margin-right: 1.4641288433vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-reason .raw .btn-area .num .list li {
    margin-right: 1.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.top .sec-reason .raw .btn-area .num .list li a {
  background: #d9ccc1;
  border-radius: 40px;
  border: 2px solid #3f1a00;
  position: relative;
  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;
  padding: 12px 25px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  color: #3f1a00;
}
@media (max-width: 1440px) {
  .top .sec-reason .raw .btn-area .num .list li a {
    padding: 0.878477306vw 1.8301610542vw;
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-reason .raw .btn-area .num .list li a {
    border-radius: 10.6666666667vw;
    padding: 2.1333333333vw 3.2vw;
    font-size: 2.9333333333vw;
    border: 1px solid #3f1a00;
  }
}
.top .sec-reason .raw .btn-area .num .list li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #3f1a00;
  border-width: 4.5px 0px 4.5px 7px;
  display: block;
  margin-left: 10px;
  position: relative;
  top: -0.5px;
}
@media (max-width: 1440px) {
  .top .sec-reason .raw .btn-area .num .list li a::after {
    border-width: 0.3294289898vw 0px 0.3294289898vw 0.5124450952vw;
    margin-left: 0.7320644217vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-reason .raw .btn-area .num .list li a::after {
    border-width: 0.9333333333vw 0px 0.9333333333vw 1.6vw;
    margin-left: 2.1333333333vw;
    top: -0.5px;
  }
}
.top .sec-reason .raw .btn-area .num .list li a:hover {
  color: white;
  background: #6f0c0c;
  opacity: 1;
}
.top .sec-reason .raw .btn-area .num .list li a:hover::after {
  border-color: transparent transparent transparent white;
}
.top .sec-reason .banner-list {
  max-width: 720px;
  margin: 30px auto 0;
}
@media (max-width: 1440px) {
  .top .sec-reason .banner-list {
    max-width: 52.7086383602vw;
    margin: 2.196193265vw auto 0;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-reason .banner-list {
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5.3333333333vw;
    margin: 5.3333333333vw auto 0;
  }
}
.top .sec-reason .banner-list li + li {
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .top .sec-reason .banner-list li + li {
    margin-top: 1.4641288433vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-reason .banner-list li + li {
    margin-top: 2.6666666667vw;
  }
}
.top .sec-reason .banner-list li img {
  width: 100%;
  height: auto;
}

.top .sec-welcom {
  padding-top: 90px;
  margin-top: 90px;
}
@media (max-width: 1440px) {
  .top .sec-welcom {
    padding-top: 6.588579795vw;
    margin-top: 6.588579795vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-welcom {
    padding-top: 10.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}
.top .sec-welcom .raw {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .top .sec-welcom .raw {
    max-width: 52.7086383602vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-welcom .raw {
    max-width: 100%;
    padding: 0 10.6666666667vw;
  }
}
.top .sec-welcom .raw .txt-area {
  color: #3f1a00;
}
.top .sec-welcom .raw .txt-area h3 {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.8148148148;
  margin-bottom: 30px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media (max-width: 1440px) {
  .top .sec-welcom .raw .txt-area h3 {
    font-size: 1.9765739385vw;
    margin-bottom: 2.196193265vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-welcom .raw .txt-area h3 {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
.top .sec-welcom .raw .txt-area p {
  font-size: 16px;
  line-height: 2.25;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media (max-width: 1440px) {
  .top .sec-welcom .raw .txt-area p {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-welcom .raw .txt-area p {
    font-size: 3.4666666667vw;
    line-height: 2;
  }
}
.top .sec-welcom .raw .fig {
  position: absolute;
  right: -140px;
  top: 10px;
}
@media (max-width: 1440px) {
  .top .sec-welcom .raw .fig {
    right: -10.2489019034vw;
    top: 0.7320644217vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-welcom .raw .fig {
    position: inherit;
    right: inherit;
    top: inherit;
    margin: 8vw 0 0;
    text-align: center;
  }
}
.top .sec-welcom .raw .fig img {
  width: 384px;
  height: auto;
}
@media (max-width: 1440px) {
  .top .sec-welcom .raw .fig img {
    width: 28.1112737921vw;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-welcom .raw .fig img {
    width: 75%;
  }
}
.top .sec-welcom .map {
  max-width: 760px;
  margin: 185px auto 0;
  position: relative;
}
@media (max-width: 1440px) {
  .top .sec-welcom .map {
    max-width: 55.6368960469vw;
    margin: 13.5431918009vw auto 0;
  }
}
@media screen and (max-width: 990px) {
  .top .sec-welcom .map {
    max-width: 100%;
    margin: 13.3333333333vw 5.3333333333vw 0;
  }
}
.top .sec-welcom .map::before {
  content: "";
  padding-top: 56.25%;
  display: block;
}
.top .sec-welcom .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.__schedule .schedule-post-list li {
  margin-bottom: 70px;
  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: 990px) {
  .__schedule .schedule-post-list li {
    margin-bottom: 13.3333333333vw;
    display: block;
    position: relative;
  }
}
.__schedule .schedule-post-list li .fig {
  width: 30%;
}
@media screen and (max-width: 990px) {
  .__schedule .schedule-post-list li .fig {
    width: 100%;
    padding-top: 21.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.__schedule .schedule-post-list li .fig a {
  position: relative;
  display: block;
}
.__schedule .schedule-post-list li .fig a::before {
  content: "";
  background-image: url(../../images/common/zoom.svg);
  background-repeat: no-repeat;
  background-size: 35px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 3;
}
.__schedule .schedule-post-list li .fig img {
  width: 100%;
}
.__schedule .schedule-post-list li .txt-area {
  width: 69%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 990px) {
  .__schedule .schedule-post-list li .txt-area {
    width: 100%;
    display: block;
    position: static;
  }
}
.__schedule .schedule-post-list li .txt-area::before {
  content: "";
  width: 1px;
  background: #ccc;
  display: block;
  position: absolute;
  left: 19%;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 990px) {
  .__schedule .schedule-post-list li .txt-area::before {
    content: none;
  }
}
.__schedule .schedule-post-list li .txt-area .day {
  width: 20%;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  font-size: 3.3rem;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.1;
  padding-top: 0.2em;
}
@media screen and (max-width: 990px) {
  .__schedule .schedule-post-list li .txt-area .day {
    font-size: 8vw;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.__schedule .schedule-post-list li .txt-area .day small {
  font-size: 50%;
  display: block;
  font-weight: 100;
}
.__schedule .schedule-post-list li .txt-area .content {
  width: 77%;
}
@media screen and (max-width: 990px) {
  .__schedule .schedule-post-list li .txt-area .content {
    width: 100%;
  }
}
.__schedule .schedule-post-list li .txt-area .content h3 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 1em;
  color: #580304;
}
@media screen and (max-width: 990px) {
  .__schedule .schedule-post-list li .txt-area .content h3 {
    font-size: 4.8vw;
    line-height: 1.6;
  }
}
.__schedule .schedule-post-list li .txt-area .content .tbl-area table {
  width: 100%;
  border-collapse: collapse;
}
.__schedule .schedule-post-list li .txt-area .content .tbl-area table th {
  background: rgba(63, 26, 0, 0.1);
  padding: 15px 10px;
  border: 1px solid #3f1a00;
  width: 110px;
  font-size: 1.4rem;
}
@media screen and (max-width: 990px) {
  .__schedule .schedule-post-list li .txt-area .content .tbl-area table th {
    font-size: 3.2vw;
    padding: 4vw;
  }
}
.__schedule .schedule-post-list li .txt-area .content .tbl-area table td {
  background: white;
  padding: 15px 10px;
  border: 1px solid #3f1a00;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media screen and (max-width: 990px) {
  .__schedule .schedule-post-list li .txt-area .content .tbl-area table td {
    font-size: 3.2vw;
    padding: 4vw;
  }
}
.__schedule .side-column .sch-side-list {
  background: white;
  padding: 30px 20px;
  margin-bottom: 30px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 990px) {
  .__schedule .side-column .sch-side-list {
    padding: 8vw 4vw;
    margin-bottom: 8vw;
  }
}
.__schedule .side-column .sch-side-list h4 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #580304;
  margin-bottom: 1em;
  border-left: 5px solid #580304;
  line-height: 1;
  padding-left: 0.4em;
}
@media screen and (max-width: 990px) {
  .__schedule .side-column .sch-side-list h4 {
    font-size: 4.8vw;
    border-left: 3px solid #580304;
  }
}
.__schedule .side-column .sch-side-list .archive-links select {
  color: black;
  background: none;
  padding: 10px 20px;
}
@media screen and (max-width: 990px) {
  .__schedule .side-column .sch-side-list .archive-links select {
    border: 1px solid #ccc;
    padding: 1.3333333333vw 8vw;
    border-radius: 4px;
  }
}
.__schedule .side-column .sch-side-list .archive-links select + select {
  margin-left: 10px;
}
.__schedule .side-column .sch-side-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.__schedule .side-column .sch-side-list .list li {
  margin: 0 10px 10px 0;
}
.__schedule .side-column .sch-side-list .list li a {
  background: #333;
  border-radius: 40px;
  color: white;
  font-size: 1.3rem;
  display: block;
  padding: 5px 10px;
  line-height: 1;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
}
@media screen and (max-width: 990px) {
  .__schedule .side-column .sch-side-list .list li a {
    font-size: 3.4666666667vw;
    padding-top: 1px;
    padding: 1.6vw 2.6666666667vw 1.0666666667vw;
  }
}
.__schedule .pagenation-area li {
  margin-bottom: 0;
}

.__price .price-wrapper {
  margin-bottom: 50px;
}
@media screen and (max-width: 990px) {
  .__price .price-wrapper {
    margin-bottom: 13.3333333333vw;
    overflow-x: auto;
  }
}
@media screen and (max-width: 990px) {
  .__price .scroll-txt {
    font-size: 3.7333333333vw;
    color: #3f0025;
    font-weight: bold;
    margin-bottom: 5.3333333333vw;
  }
}
.__price .price-tbl {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 990px) {
  .__price .price-tbl {
    width: 160vw;
  }
}
.__price .price-tbl th {
  background: #d9ccc1;
  padding: 10px;
  border: 1px solid #3f1a00;
  text-align: center;
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4;
  vertical-align: middle;
}
@media screen and (max-width: 990px) {
  .__price .price-tbl th {
    padding: 2.6666666667vw;
    font-size: 4vw;
  }
}
.__price .price-tbl th.brown {
  background: rgba(63, 26, 0, 0.8);
  color: white;
}
.__price .price-tbl th small {
  font-size: 80%;
}
@media screen and (max-width: 990px) {
  .__price .price-tbl th small {
    font-size: 70%;
  }
}
.__price .price-tbl th.cate {
  font-size: 1.6rem;
  background: white;
}
@media screen and (max-width: 990px) {
  .__price .price-tbl th.cate {
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}
.__price .price-tbl th.sat {
  color: #00253f;
  background: white;
}
.__price .price-tbl th.sun {
  color: #3f0025;
  background: white;
}
.__price .price-tbl th.w35 {
  width: 35%;
}
.__price .price-tbl tr.second th {
  background: #ccc;
  font-size: 1.6rem;
  color: black;
}
@media screen and (max-width: 990px) {
  .__price .price-tbl tr.second th {
    font-size: 3.4666666667vw;
  }
}
.__price .price-tbl tr.second th.pm {
  background: rgba(0, 37, 63, 0.8);
  color: white;
}
.__price .price-tbl td {
  text-align: right;
  font-size: 1.6rem;
  padding: 10px;
  border: 1px solid #3f1a00;
  vertical-align: middle;
  background: white;
  color: black;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 990px) {
  .__price .price-tbl td {
    font-size: 3.4666666667vw;
    padding: 2.6666666667vw;
  }
}
.__price .price-tbl td.t-center {
  text-align: center;
}
.__price .price-tbl td.pm {
  background: rgba(0, 37, 63, 0.6);
  color: white;
}
.__price .price-tbl td small {
  font-size: 80%;
}
@media screen and (max-width: 990px) {
  .__price .price-tbl td small {
    font-size: 70%;
  }
}
.__price .note-area {
  padding: 0 20px 50px;
}
@media screen and (max-width: 990px) {
  .__price .note-area {
    padding: 0 5.3333333333vw 10.6666666667vw;
  }
}
.__price .att-area {
  background: #eee;
  padding: 20px;
  max-width: 75%;
  margin: auto;
}
@media screen and (max-width: 990px) {
  .__price .att-area {
    padding: 5.3333333333vw;
    max-width: 100%;
  }
}
.__price .att-area h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 990px) {
  .__price .att-area h3 {
    font-size: 4.2666666667vw;
    text-align: left;
    margin-bottom: 2.6666666667vw;
  }
}
.__price .att-area h3 + p {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 990px) {
  .__price .att-area h3 + p {
    font-size: 3.4666666667vw;
    text-align: left;
  }
}
.__price .att-area ul {
  padding: 0.5em 0 0 6em;
}
@media screen and (max-width: 990px) {
  .__price .att-area ul {
    padding: 1em 0 0;
  }
}
.__price .att-area ul li {
  margin-top: 0.3em;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 990px) {
  .__price .att-area ul li {
    font-size: 3.2vw;
  }
}

.__plan .plan-list li {
  margin-bottom: 50px;
}
@media screen and (max-width: 990px) {
  .__plan .plan-list li {
    margin-bottom: 10.6666666667vw;
  }
}
.__plan .plan-list li .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
@media screen and (max-width: 990px) {
  .__plan .plan-list li .ttl {
    font-size: 4.8vw;
    margin-bottom: 1em;
  }
}
.__plan .plan-list li .ttl small {
  font-size: 80%;
}
@media screen and (max-width: 990px) {
  .__plan .plan-list li .ttl small {
    font-size: 70%;
  }
}
.__plan .plan-list li .txt {
  line-height: 1.8;
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media screen and (max-width: 990px) {
  .__plan .plan-list li .txt {
    font-size: 4.2666666667vw;
  }
}
.__plan .plan-list li .txt + .txt {
  margin-top: 1em;
}
.__plan .plan-list li .txt small {
  font-size: 80%;
}
@media screen and (max-width: 990px) {
  .__plan .plan-list li .txt small {
    font-size: 70%;
  }
}
.__plan .plan-list li .txt .sub {
  font-size: 1.6rem;
  color: #333;
}
@media screen and (max-width: 990px) {
  .__plan .plan-list li .txt .sub {
    font-size: 3.4666666667vw;
  }
}
.__plan .att-area {
  background: #eee;
  padding: 30px;
}
@media screen and (max-width: 990px) {
  .__plan .att-area {
    padding: 5.3333333333vw;
  }
}
.__plan .att-area h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 990px) {
  .__plan .att-area h3 {
    font-size: 4.2666666667vw;
  }
}
.__plan .att-area ul li {
  padding-left: 1em;
  text-indent: -1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media screen and (max-width: 990px) {
  .__plan .att-area ul li {
    font-size: 3.2vw;
  }
}
.__plan .att-area ul li + li {
  margin-top: 0.5em;
}

.__access .tbl {
  width: 100%;
  border-collapse: collapse;
  color: #333;
}
.__access .tbl th {
  padding: 15px;
  border: 1px solid #ccc;
  background: #eee;
  width: 20%;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .__access .tbl th {
    padding: 0 0 1.3333333333vw;
    width: 100%;
    display: block;
    border: 0;
    font-size: 4.2666666667vw;
    background: none;
    text-align: left;
  }
}
.__access .tbl td {
  padding: 10px;
  border: 1px solid #ccc;
  background: white;
  line-height: 2;
}
@media screen and (max-width: 990px) {
  .__access .tbl td {
    padding: 0 0 4vw;
    margin-bottom: 4vw;
    width: 100%;
    display: block;
    border: 0;
    font-size: 3.7333333333vw;
    background: none;
    border-bottom: 1px dotted #ccc;
  }
}
.__access .tbl td .map {
  position: relative;
}
@media screen and (max-width: 990px) {
  .__access .tbl td .map {
    margin-top: 4vw;
  }
}
.__access .tbl td .map::before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.__access .tbl td .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.__access .map-img {
  width: 80%;
  margin: 50px auto;
}
@media screen and (max-width: 990px) {
  .__access .map-img {
    width: 90%;
    margin: 8vw auto;
  }
}
.__access .map-img img {
  width: 100%;
  height: auto;
}

.__equipment .block {
  background: #eee;
  padding: 40px 30px;
  color: #000;
}
@media screen and (max-width: 990px) {
  .__equipment .block {
    padding: 8vw 5.3333333333vw;
  }
}
.__equipment .block + .block {
  margin-top: 40px;
}
@media screen and (max-width: 990px) {
  .__equipment .block + .block {
    margin-top: 8vw;
  }
}
.__equipment .block h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #3f1a00;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 990px) {
  .__equipment .block h3 {
    font-size: 4.8vw;
  }
}
.__equipment .block .top-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 990px) {
  .__equipment .block .top-txt {
    font-size: 3.7333333333vw;
  }
}
.__equipment .block .list {
  margin-top: 1.5em;
  padding: 0 30px;
}
@media screen and (max-width: 990px) {
  .__equipment .block .list {
    padding: 0;
  }
}
.__equipment .block .list li {
  padding-bottom: 0.4em;
  margin-bottom: 0.4em;
  border-bottom: 1px dotted #aaa;
  font-weight: bold;
}
@media screen and (max-width: 990px) {
  .__equipment .block .list li {
    font-size: 3.7333333333vw;
  }
}
.__equipment .block .list li::before {
  content: "・";
  display: inline-block;
}
.__equipment .block .list + .top-txt {
  margin-top: 3em;
}
.__equipment .block .note {
  padding: 20px 30px;
  color: #333;
  font-size: 1.4rem;
}
@media screen and (max-width: 990px) {
  .__equipment .block .note {
    padding: 1em;
    font-size: 3.4666666667vw;
  }
}

.__form .top-txt {
  text-align: center;
  margin-bottom: 2.5em;
  font-size: 1.6rem;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 990px) {
  .__form .top-txt {
    font-size: 3.7333333333vw;
  }
}
.__form .top-txt a {
  text-decoration: underline;
  font-weight: bold;
  color: #003f1a;
  margin-top: 1em;
  display: block;
}
.__form .note {
  padding: 0 40px;
  font-size: 1.4rem;
  margin-bottom: 2.5em;
}
@media (max-width: 1440px) {
  .__form .note {
    padding: 0 2.9282576867vw;
  }
}
@media screen and (max-width: 990px) {
  .__form .note {
    padding: 0;
  }
}
@media screen and (max-width: 990px) {
  .__form .note {
    font-size: 3.4666666667vw;
  }
}
.__form .form-style {
  padding: 0 40px;
}
@media (max-width: 1440px) {
  .__form .form-style {
    padding: 0 2.9282576867vw;
  }
}
@media screen and (max-width: 990px) {
  .__form .form-style {
    padding: 0;
  }
}
.__form .form-style .form-tbl {
  width: 100%;
  border-collapse: collapse;
}
.__form .form-style .form-tbl th {
  background: #d9ccc1;
  border: 1px solid #666;
  padding: 10px 15px;
  font-size: 1.6rem;
  width: 35%;
}
@media screen and (max-width: 990px) {
  .__form .form-style .form-tbl th {
    display: block;
    width: 100%;
    border: 0;
    padding: 0 0 2.6666666667vw;
    font-size: 3.7333333333vw;
    background: none;
  }
}
.__form .form-style .form-tbl th .require {
  background: #580304;
  color: white;
  font-size: 11px;
  padding: 5px;
  line-height: 1;
  margin-left: 1em;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 990px) {
  .__form .form-style .form-tbl th .require {
    padding: 1.0666666667vw;
    font-size: 2.6666666667vw;
    top: -0.5333333333vw;
  }
}
.__form .form-style .form-tbl td {
  background: white;
  border: 1px solid #666;
  padding: 10px 15px;
  font-size: 1.6rem;
}
@media screen and (max-width: 990px) {
  .__form .form-style .form-tbl td {
    display: block;
    width: 100%;
    border: 0;
    padding: 0 0 4vw;
    margin-bottom: ve-sp(15);
    font-size: 4.2666666667vw;
    background: none;
  }
}
.__form .form-style input, .__form .form-style select, .__form .form-style textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  padding: 10px;
  color: #3f1a00;
}
@media screen and (max-width: 990px) {
  .__form .form-style input, .__form .form-style select, .__form .form-style textarea {
    padding: 2.6666666667vw;
    background: white;
  }
}
.__form .form-style input, .__form .form-style select {
  width: 70%;
}
@media screen and (max-width: 990px) {
  .__form .form-style input, .__form .form-style select {
    width: 80%;
    min-height: 3em;
  }
}
.__form .form-style input.number {
  width: 30%;
  margin-right: 0.5em;
}
.__form .form-style input.day {
  width: 50%;
  margin-right: 0.5em;
}
@media screen and (max-width: 990px) {
  .__form .form-style input.day {
    width: 70%;
  }
}
.__form .form-style textarea {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 990px) {
  .__form .form-style textarea {
    height: 40vw;
  }
}
.__form .form-style .btn-wrap {
  width: 70%;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 990px) {
  .__form .form-style .btn-wrap {
    width: 85%;
    margin: 8vw auto;
    display: block;
  }
}
.__form .form-style .btn-wrap .send-btn {
  width: 50%;
}
@media screen and (max-width: 990px) {
  .__form .form-style .btn-wrap .send-btn {
    width: 100%;
  }
}
.__form .form-style .btn-wrap input {
  display: block;
  margin: auto;
  background: #3f1a00;
  color: white;
  font-weight: bold;
  width: 90%;
  border-radius: 6px;
  padding: 15px;
}
@media screen and (max-width: 990px) {
  .__form .form-style .btn-wrap input {
    border-radius: 1.6vw;
    padding: 4vw;
  }
}

.__agreement dl {
  padding: 0 40px;
  margin-bottom: 2.5em;
}
@media (max-width: 1440px) {
  .__agreement dl {
    padding: 0 2.9282576867vw;
  }
}
@media screen and (max-width: 990px) {
  .__agreement dl {
    padding: 0;
  }
}
.__agreement dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media screen and (max-width: 990px) {
  .__agreement dl dt {
    font-size: 4.2666666667vw;
  }
}
.__agreement dl dd {
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 990px) {
  .__agreement dl dd {
    font-size: 3.4666666667vw;
  }
}
.__agreement dl dd.non {
  padding-left: 0;
  text-indent: 0;
}
.__agreement table {
  border-collapse: collapse;
  width: 100%;
}
.__agreement table th {
  width: 33.3%;
  border: 1px solid #ccc;
  background: #eee;
  padding: 10px;
}
@media screen and (max-width: 990px) {
  .__agreement table th {
    font-size: 3.4666666667vw;
  }
}
.__agreement table td {
  padding: 10px;
  border: 1px solid #ccc;
  background: white;
  font-size: 1.4rem;
  vertical-align: middle;
}
@media screen and (max-width: 990px) {
  .__agreement table td {
    font-size: 3.4666666667vw;
    vertical-align: top;
  }
}

.__privacy h3 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 990px) {
  .__privacy h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 1.5em;
  }
}
.__privacy .top-txt {
  font-size: 1.4rem;
  margin-bottom: 2.5em;
  padding: 0 40px;
}
@media (max-width: 1440px) {
  .__privacy .top-txt {
    padding: 0 2.9282576867vw;
  }
}
@media screen and (max-width: 990px) {
  .__privacy .top-txt {
    padding: 0;
  }
}
@media screen and (max-width: 990px) {
  .__privacy .top-txt {
    font-size: 3.7333333333vw;
  }
}
.__privacy dl {
  padding: 0 40px;
  margin-bottom: 2.5em;
}
@media (max-width: 1440px) {
  .__privacy dl {
    padding: 0 2.9282576867vw;
  }
}
@media screen and (max-width: 990px) {
  .__privacy dl {
    padding: 0;
  }
}
.__privacy dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media screen and (max-width: 990px) {
  .__privacy dl dt {
    font-size: 3.7333333333vw;
  }
}
.__privacy dl dd {
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 990px) {
  .__privacy dl dd {
    font-size: 3.2vw;
  }
}
.__privacy dl dd.non {
  padding-left: 0;
  text-indent: 0;
}
.__privacy dl + h3 {
  margin-top: 4em;
}

.__news .news-list li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #ccc;
}
.__news .news-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.__news .news-list li time {
  font-size: 1.4rem;
}
@media screen and (max-width: 990px) {
  .__news .news-list li time {
    font-size: 3.2vw;
  }
}
.__news .news-list li .txt {
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media screen and (max-width: 990px) {
  .__news .news-list li .txt {
    font-size: 4.2666666667vw;
  }
}
.__news .sec-post {
  padding: 0 40px;
}
@media (max-width: 1440px) {
  .__news .sec-post {
    padding: 0 2.9282576867vw;
  }
}
@media screen and (max-width: 990px) {
  .__news .sec-post {
    padding: 0;
  }
}
.__news .sec-post .day {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 990px) {
  .__news .sec-post .day {
    font-size: 3.2vw;
  }
}
.__news .sec-post .post-ttl {
  font-weight: bold;
  font-size: 2.4rem;
  margin: 1em 0 1.5em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media screen and (max-width: 990px) {
  .__news .sec-post .post-ttl {
    font-size: 5.3333333333vw;
  }
}
.__news .sec-post .back-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px 0 0;
}
@media screen and (max-width: 990px) {
  .__news .sec-post .back-area {
    margin: 16vw 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 5.3333333333vw;
  }
}
.__news .sec-post .back-area .back {
  width: 30%;
  background: #3f1a00;
  height: 55px;
  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;
  margin: 0 15px;
  color: white;
  font-weight: bold;
  border-radius: 6px;
}
@media screen and (max-width: 990px) {
  .__news .sec-post .back-area .back {
    width: 48%;
    height: 12vw;
    margin: 0;
    font-size: 3.7333333333vw;
  }
}
.__news .post-content p + h2 {
  margin-top: 60px;
}
@media screen and (max-width: 990px) {
  .__news .post-content p + h2 {
    margin-top: 8vw;
  }
}
.__news .post-content .wp-block-image {
  margin: 40px auto;
  width: 70%;
}
.__news .post-content .wp-block-image img {
  width: 100%;
  height: auto;
}
.__news .post-content .wp-block-image .wp-element-caption {
  font-size: 14px;
  line-height: 180%;
}
@media screen and (max-width: 990px) {
  .__news .post-content .wp-block-image .wp-element-caption {
    font-size: 2.9333333333vw;
  }
}
.__news .post-content p + p {
  margin-top: 1em;
}
.__news .pagenation-area li {
  margin-bottom: 0;
}

.__menu .mv {
  margin-bottom: 3.125vw;
}
@media (max-width: 1366px) {
  .__menu .mv {
    margin-bottom: 4.39238653vw;
  }
}
@media screen and (max-width: 990px) {
  .__menu .mv {
    margin-bottom: 10.6666666667vw;
  }
}
.__menu .mv img {
  width: 100%;
  height: auto;
}
.__menu .c-ttl {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 1.5em;
  line-height: 1.3;
  text-align: center;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
}
@media (max-width: 1366px) {
  .__menu .c-ttl {
    font-size: 2.3426061493vw;
  }
}
@media screen and (max-width: 990px) {
  .__menu .c-ttl {
    font-size: 4.8vw;
    margin-bottom: 1em;
  }
}
.__menu .c-ttl::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #3f1a00;
  margin: 10px auto 0;
  display: block;
}
@media (max-width: 1366px) {
  .__menu .c-ttl::after {
    width: 5.8565153734vw;
    height: 0.2196193265vw;
  }
}
@media screen and (max-width: 990px) {
  .__menu .c-ttl::after {
    width: 16vw;
    height: 0.2196193265vw;
    margin: 2.6666666667vw auto 0;
  }
}
.__menu .c-ttl + p {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 2.5em;
  line-height: 2;
}
@media screen and (max-width: 990px) {
  .__menu .c-ttl + p {
    font-size: 3.4666666667vw;
  }
}
.__menu .block {
  background: #eee;
  padding: 50px;
  width: 80%;
  margin: 0 auto 80px;
  border-radius: 20px;
}
@media (max-width: 1366px) {
  .__menu .block {
    padding: 3.6603221083vw;
    margin: 0 auto 5.8565153734vw;
  }
}
@media screen and (max-width: 990px) {
  .__menu .block {
    padding: 8vw 5.3333333333vw;
    width: 100%;
  }
}
.__menu .block dl {
  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;
  margin-bottom: 3em;
}
.__menu .block dl:last-child {
  margin-bottom: 0;
}
.__menu .block dl dt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 2px solid #3f1a00;
  margin: 0 0 1.5em;
  font-size: 2rem;
  font-weight: 900;
}
@media (max-width: 1366px) {
  .__menu .block dl dt {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 990px) {
  .__menu .block dl dt {
    font-size: 4.2666666667vw;
  }
}
.__menu .block dl dd {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  width: 50%;
  margin-bottom: 0.5em;
}
@media (max-width: 1366px) {
  .__menu .block dl dd {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 990px) {
  .__menu .block dl dd {
    font-size: 3.7333333333vw;
  }
}
.__menu .block .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .__menu .block .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.__menu .block .list li {
  width: 33.3%;
}
@media screen and (max-width: 990px) {
  .__menu .block .list li {
    width: 50%;
    margin-bottom: 10.6666666667vw;
  }
  .__menu .block .list li:last-child {
    margin-bottom: 0;
  }
}
.__menu .block .list li h4 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1.5em;
}
@media (max-width: 1366px) {
  .__menu .block .list li h4 {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 990px) {
  .__menu .block .list li h4 {
    font-size: 3.4666666667vw;
    margin-bottom: 1em;
  }
}
.__menu .block .list li p {
  font-size: 1.4rem;
  line-height: 2;
}
@media (max-width: 1366px) {
  .__menu .block .list li p {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 990px) {
  .__menu .block .list li p {
    font-size: 3.2vw;
  }
}
.__menu .note-area {
  width: 80%;
  margin: auto;
  color: #333;
}
@media screen and (max-width: 990px) {
  .__menu .note-area {
    width: 100%;
  }
}
.__menu .note-area h5 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 1em;
}
@media (max-width: 1366px) {
  .__menu .note-area h5 {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 990px) {
  .__menu .note-area h5 {
    font-size: 3.7333333333vw;
  }
}
.__menu .note-area h5 small {
  font-size: 80%;
}
@media screen and (max-width: 990px) {
  .__menu .note-area h5 small {
    display: block;
  }
}
.__menu .note-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.__menu .note-area ul li {
  margin: 0 1em 0.3em 0;
}
@media (max-width: 1366px) {
  .__menu .note-area ul li {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 990px) {
  .__menu .note-area ul li {
    font-size: 3.2vw;
  }
}

.__page .post-wrap h1, .__page .post-wrap h2, .__page .post-wrap h3, .__page .post-wrap h4, .__page .post-wrap h5 {
  font-weight: bold;
  margin-bottom: 1em;
}
.__page .post-wrap h1 {
  font-size: 2.5vw;
}
@media (max-width: 1366px) {
  .__page .post-wrap h1 {
    font-size: 3.513909224vw;
  }
}
@media screen and (max-width: 990px) {
  .__page .post-wrap h1 {
    font-size: 8.8vw;
  }
}
.__page .post-wrap h2 {
  font-size: 1.9791666667vw;
}
@media (max-width: 1366px) {
  .__page .post-wrap h2 {
    font-size: 2.7818448023vw;
  }
}
@media screen and (max-width: 990px) {
  .__page .post-wrap h2 {
    font-size: 6.9333333333vw;
  }
}
.__page .post-wrap h3 {
  font-size: 1.5625vw;
}
@media (max-width: 1366px) {
  .__page .post-wrap h3 {
    font-size: 2.196193265vw;
  }
}
@media screen and (max-width: 990px) {
  .__page .post-wrap h3 {
    font-size: 5.6vw;
  }
}
.__page .post-wrap h4 {
  font-size: 1.25vw;
}
@media (max-width: 1366px) {
  .__page .post-wrap h4 {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 990px) {
  .__page .post-wrap h4 {
    font-size: 5.0666666667vw;
  }
}
.__page .post-wrap h5 {
  font-size: 0.9895833333vw;
}
@media (max-width: 1366px) {
  .__page .post-wrap h5 {
    font-size: 1.3909224012vw;
  }
}
@media screen and (max-width: 990px) {
  .__page .post-wrap h5 {
    font-size: 4.5333333333vw;
  }
}
.__page .post-wrap ul {
  list-style-type: disc;
  padding-left: 1em;
}
/*# sourceMappingURL=style.css.map */