@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
:root {
  --txt-greeting: clamp(1rem, 6vw, 3rem);
  --txt-cate: clamp(1.2rem, 1vw, 1.5rem);
}

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

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

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

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  /*   color: #565C58; */
  color: #222;
  background: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  letter-spacing: 0.1em;
  background: #ededeb;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  color: #000;
  background: transparent;
  -webkit-tap-highlight-color: rgba(31, 41, 40, 0.6);
}

a:focus {
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

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

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

::selection {
  color: #FFFFFF;
  background: #2a3836;
}

input::selection,
textarea::selection {
  color: #FFFFFF;
}

textarea {
  resize: vertical;
}

:placeholder-shown {
  color: rgba(51, 51, 51, 0.4);
}

::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

:-moz-placeholder {
  opacity: 1;
  color: rgba(51, 51, 51, 0.4);
}

::-moz-placeholder {
  opacity: 1;
  color: rgba(51, 51, 51, 0.4);
}

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.breadcrumb {
  margin: 0 auto 40px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  padding-top: 20px;
  width: 95%;
  font-family: futura-pt, sans-serif;
}

@media only screen and (min-width: 768px) {
  .breadcrumb {
    margin: 0 auto 100px;
  }
}

a {
  text-decoration: none;
}

.triming {
  padding-top: 90%;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
}

.triming:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.thumb {
  overflow: hidden;
  margin-bottom: 15px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*-webkit-appearance: none;*/
  max-width: 100%;
  border-radius: 0 !important;
  border: 1px solid #CCC;
}

/* pc sp none*/
.pc-none {
  display: inherit;
}

@media only screen and (min-width: 1025px) {
  .pc-none {
    display: none;
  }
}

/* page top */
.pagetop {
  bottom: 60px;
  position: fixed;
  right: 10px;
  z-index: 1000 !important;
}

.pagetop a {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 2.8rem;
  font-size: 28px;
  height: 50px;
  line-height: 46px;
  opacity: .7;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
  width: 50px;
}

.pagetop a:hover {
  background-color: black;
}

@media only screen and (min-width: 1024px) {
  .pagetop {
    right: 20px;
  }
}

/* ボタン */
.btn-base a {
  background: #1f2928;
  color: #FFFFFF;
  display: inline-block;
  padding: 15px 40px;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn-base.btn-base-multiple a:nth-child(n + 2) {
  margin-top: 1em;
}

.btn-base a:hover {
  background: #52605f;
}

.btn-base.list {
  text-align: center;
}

.btn-base.list a {
  margin: auto;
  padding: 15px 80px;
}

.btn-base.alpha a {
  background: rgba(255, 255, 255, 0.2);
}

.btn-base.alpha a:hover {
  background: rgba(255, 255, 255, 0.4);
}

.btn-base.large {
  text-align: center;
  margin-top: 30px;
}

.btn-base.large a {
  padding: 30px 0px;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .btn-base.btn-base-multiple a:nth-child(n + 2) {
    margin-left: 1em;
  }
  .btn-base.large a {
    padding: 30px 140px;
    width: auto;
    font-size: 20px;
    font-size: 2rem;
  }
}

.base-wrap {
  padding: 0 10px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .base-wrap {
    max-width: 1200px;
    margin: auto;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
  }
}

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

.line-lr::before {
  content: "";
  width: 30px;
  background: #000000;
  height: 1px;
  display: block;
  margin-right: .4em;
}

.line-lr::after {
  content: "";
  width: 30px;
  background: #000000;
  height: 1px;
  display: block;
  margin-left: .4em;
}

/* ----------------------------------

共通

---------------------------------- */
html {
  scroll-behavior: smooth;
}

.img {
  max-width: 100%;
  height: auto;
}

.only-pc {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .only-pc {
    display: inherit !important;
  }
}

@media only screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

/*　home */
body.fixed .sp-phone a {
  color: #000000;
}

body.fixed .l-header {
  background: #ededeb;
}

.home .l-header {
  background: rgba(0, 0, 0, 0.3);
}

.home .l-header h1 a {
  background: url(images/logo.svg) center center/cover no-repeat !important;
}

.home .l-header a {
  color: #FFFFFF;
}

.home .l-header .global ul li a::after {
  background: #FFFFFF;
}

.home .l-header.fixed {
  background: #ededeb;
}

.home .l-header.fixed h1 a {
  background: url(images/logo_b.svg) center center/cover no-repeat !important;
  width: 40px;
  height: 55px !important;
}

@media only screen and (min-width: 1025px) {
  .home .l-header.fixed h1 a {
    width: 65px;
    height: 82px !important;
  }
}

.home .l-header.fixed a {
  color: #000000;
}

.home .l-header.fixed .head-sub ul li {
  border-right: 1px solid #000 !important;
}

.home .l-header.fixed .global ul li a::after {
  background: #000000;
}

.home .l-header.fixed .sp-phone a {
  color: #000000;
}

.home .head-sub ul li {
  border-right: 1px solid #ccc !important;
}

.l-header {
  background: rgba(204, 204, 204, 0.2);
  width: 100%;
  top: 0;
  padding-top: 5px;
  position: fixed;
  z-index: 100;
  color: #FFFFFF;
  -webkit-transition: .5s;
  transition: .5s;
  height: 70px;
}

@media only screen and (min-width: 768px) {
  .l-header {
    height: 150px;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .l-header {
    padding-top: 30px;
  }
}

.l-header .global {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
}

@media only screen and (min-width: 1025px) {
  .l-header .global {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    max-width: 1500px;
    margin: auto;
  }
}

@media only screen and (min-width: 1300px) {
  .l-header .global {
    padding: 0 50px;
  }
}

.l-header .global h1 {
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .l-header .global h1 {
    width: auto;
  }
}

.l-header .global h1 a {
  width: 5%;
  background: url(images/logo_b.svg) center center/cover no-repeat;
  width: 45px;
  height: 55px;
  display: block;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .l-header .global h1 a {
    width: 80px;
    height: 100px;
  }
}

@media only screen and (min-width: 1025px) {
  .l-header .global h1 a {
    margin: 0 50px;
    width: 80px;
    height: 100px;
  }
}

.l-header .global ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 47.5%;
  line-height: 1em;
  display: none;
}

@media only screen and (min-width: 1025px) {
  .l-header .global ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-header .global ul li a {
  position: relative;
}

.l-header .global ul li a::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: '';
  width: 0%;
  height: 1px;
  background-color: #000000;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-header .global ul li a:hover::after {
  width: 100%;
}

.l-header .head-sub {
  position: absolute;
  right: 30px;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1em;
  font-size: 15px;
  font-size: 1.5rem;
  display: none;
}

@media only screen and (min-width: 1025px) {
  .l-header .head-sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-header .head-sub ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
}

.l-header .head-sub ul li {
  border-right: 1px solid #000;
  padding: 0 10px;
}

.l-header .head-sub .contact {
  margin-left: 10px;
}

.l-header .head-sub .contact a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
}

.l-header.fixed {
  background: #ededeb;
  height: 70px;
  padding-top: 5px;
}

@media only screen and (min-width: 768px) {
  .l-header.fixed {
    height: 90px;
  }
}

.l-header.fixed h1 a {
  background: url(images/logo_b.svg) center center/cover no-repeat;
  height: 55px;
  width: 45px;
}

@media only screen and (min-width: 1025px) {
  .l-header.fixed h1 a {
    height: 82px;
    width: 65px;
  }
}

.row {
  max-width: 1200px;
  margin: auto;
  width: 95%;
}

.footer-btn {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer-btn ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
  }
}

.footer-btn ul li {
  margin: 10px 0;
}

@media only screen and (min-width: 768px) {
  .footer-btn ul li {
    margin: 0 10px;
  }
}

.footer-btn ul li a {
  display: block;
  margin: auto;
  font-size: 16px;
  font-size: 1.6rem;
  width: 280px;
  padding: 25px;
}

@media only screen and (min-width: 768px) {
  .footer-btn ul li a {
    width: 320px;
    padding: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.l-footer {
  text-align: center;
  position: relative;
  padding-top: 50px;
  background: #FFFFFF;
  margin-top: 50px;
  background: url(images/bg_footer.png) center bottom/cover no-repeat;
}

@media only screen and (min-width: 768px) {
  .l-footer {
    padding-top: 100px;
    margin-top: 100px;
  }
}

.l-footer .logo-footer object {
  width: 150px;
}

@media only screen and (min-width: 768px) {
  .l-footer .logo-footer object {
    width: auto;
  }
}

.l-footer address {
  margin: 30px 0 50px;
  font-style: normal;
}

.l-footer .cancel {
  margin-top: 30px;
  border-bottom: dotted 2px #ccc;
  display: inline-block;
}

.l-footer .footer-nav {
  width: 90%;
  margin: 100px auto 0;
  display: none;
}

@media only screen and (min-width: 768px) {
  .l-footer .footer-nav {
    display: inherit;
  }
}

.l-footer .footer-nav a {
  -webkit-transition: .5s;
  transition: .5s;
}

.l-footer .footer-nav a:hover {
  opacity: .5;
}

.l-footer .footer-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-footer .footer-nav ul li {
  text-align: left;
  margin-bottom: 20px;
  margin: 0 25px;
}

.l-footer .copy {
  padding-top: 200px;
  padding-bottom: 50px;
  color: #FFFFFF;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .l-footer .copy {
    padding-top: 400px;
  }
}

.sp-phone {
  position: fixed;
  left: 25px;
  top: 15px;
  z-index: 100;
  font-size: 23px;
  font-size: 2.3rem;
  -webkit-transform: rotate(-260deg);
  transform: rotate(-260deg);
}

@media only screen and (min-width: 768px) {
  .sp-phone {
    display: none;
  }
}

.page-top a {
  display: block;
  width: 50px;
  height: 50px;
  background: #1f2928;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  color: #FFFFFF;
  position: relative;
  top: 80px;
  left: 50%;
  margin-left: -25px;
  margin-top: -20px;
  line-height: 1.2em;
  z-index: 20;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .page-top a {
    top: 120px;
  }
}

.page-top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  position: relative;
  top: 1px;
}

.page-top a:hover {
  background: #52605f;
}

.fix-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

@media only screen and (min-width: 768px) {
  .fix-nav {
    right: 0;
    top: 200px;
    bottom: inherit;
    left: inherit;
    width: 45px;
  }
}

.fix-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .fix-nav ul {
    display: block;
  }
}

.fix-nav ul li {
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .fix-nav ul li {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: auto;
  }
}

.fix-nav ul li a {
  color: #FFFFFF;
  font-weight: 600;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .fix-nav ul li a {
    padding: 0 6px 0 0;
    letter-spacing: 0.3em;
  }
}

.fix-nav ul li a::before {
  content: "・";
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  top: 3px;
}

@media only screen and (min-width: 768px) {
  .fix-nav ul li a::before {
    top: -5px;
  }
}

.fix-nav ul li.search a {
  background: #1f2928;
}

@media only screen and (min-width: 768px) {
  .fix-nav ul li.search a {
    width: 45px;
    height: 160px;
    display: block;
    text-align: center;
  }
}

.fix-nav ul li.search a:hover {
  background: #52605f;
}

@media only screen and (min-width: 768px) {
  .fix-nav ul li.list {
    margin-top: 10px;
  }
}

.fix-nav ul li.list a {
  background: #4c5250;
}

@media only screen and (min-width: 768px) {
  .fix-nav ul li.list a {
    width: 45px;
    height: 210px;
    text-align: center;
  }
}

.fix-nav ul li.list a:hover {
  background: #52605f;
}

.main-content {
  max-width: 1500px;
  margin: auto;
  width: 90%;
}

/*　アニメーション */
/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  /* 下に30pxの位置から */
  -webkit-transition: opacity .8s, -webkit-transform 1.5s;
  transition: opacity .8s, -webkit-transform 1.5s;
  transition: opacity .8s, transform 1.5s;
  transition: opacity .8s, transform 1.5s, -webkit-transform 1.5s;
  /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
  transform: translateY(0);
  /* 30px上に移動する */
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  /* フェード開始を0.5秒遅らせる */
}

.js-fadeLeft {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  /* 下に30pxの位置から */
  -webkit-transition: opacity .8s, -webkit-transform 1.5s;
  transition: opacity .8s, -webkit-transform 1.5s;
  transition: opacity .8s, transform 1.5s;
  transition: opacity .8s, transform 1.5s, -webkit-transform 1.5s;
  /* 透過率と縦方向の移動を0.8秒 */
}

.js-fadeLeft.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateX(0);
  transform: translateX(0);
  /* 30px上に移動する */
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  /* フェード開始を0.5秒遅らせる */
}

.js-fadeRight {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  /* 下に30pxの位置から */
  -webkit-transition: opacity .8s, -webkit-transform 1.5s;
  transition: opacity .8s, -webkit-transform 1.5s;
  transition: opacity .8s, transform 1.5s;
  transition: opacity .8s, transform 1.5s, -webkit-transform 1.5s;
  /* 透過率と縦方向の移動を0.8秒 */
}

.js-fadeRight.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateX(0);
  transform: translateX(0);
  /* 30px上に移動する */
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  /* フェード開始を0.5秒遅らせる */
}

/* スライダー */
.slick-dots li.slick-active button:before {
  background: #1f2928;
}

.slick-dots li button:before {
  background: #999;
}

@media only screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
}

/* ----------------------------------

セカンド共通

---------------------------------- */
.home #l-container {
  padding-top: 0;
}

#l-container {
  padding-top: 150px;
}

@media only screen and (min-width: 768px) {
  #l-container {
    padding-top: 300px;
  }
}

.se-tit {
  background: url(images/tit_access.jpg) center center/cover no-repeat;
  max-width: 1500px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  aspect-ratio: 3 / 1.5;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  margin: auto;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .se-tit {
    aspect-ratio: 3 / 1;
  }
}

.se-tit h2 {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 10px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.4em;
}

@media only screen and (min-width: 768px) {
  .se-tit h2 {
    font-size: 30px;
    font-size: 3rem;
    min-height: 300px;
    top: -100px;
  }
}

.se-tit.bon {
  background: url(images/tit_cuisine.jpg) center center/cover no-repeat;
}

.se-tit.news {
  background: url(images/tit_access.jpg) center center/cover no-repeat;
}

.tit-btm-sub {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  width: 95%;
  margin: -30px auto 30px;
}

@media only screen and (min-width: 768px) {
  .tit-btm-sub {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.tit-btm-sub::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #000000;
  position: relative;
  margin-bottom: 50px;
}

.txt-greet {
  width: 95%;
  margin: auto;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .txt-greet {
    text-align: center;
  }
}

.txt-greet.center {
  text-align: center;
}

nav.sub {
  max-width: 550px;
  margin: 20px auto 40px;
  width: 95%;
}

@media only screen and (min-width: 768px) {
  nav.sub {
    margin: 50px auto 80px;
  }
}

nav.sub ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

nav.sub ul li {
  width: 46%;
  white-space: nowrap;
}

nav.sub ul li a {
  display: block;
  background: #1f2928;
  color: #FFFFFF;
  text-align: center;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-transition: .5s;
  transition: .5s;
}

nav.sub ul li a:hover {
  background: #52605f;
}

nav.sub ul li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #FFFFFF;
  text-align: center;
  position: relative;
  top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  nav.sub ul li a::after {
    width: 20px;
    height: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

nav.sub.four {
  max-width: 1200px;
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  nav.sub.four {
    margin-top: 80px;
  }
}

nav.sub.four ul li {
  width: 48%;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  nav.sub.four ul li {
    width: 23%;
    margin-bottom: 0;
  }
}

nav.sub.four ul li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

nav.sub.four ul li a::after {
  margin-left: .5em;
  top: inherit;
}

nav.sub.access {
  max-width: 800px;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  nav.sub.access {
    margin-top: 100px;
  }
}

nav.sub.access ul li {
  width: 30%;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  nav.sub.access ul li {
    width: 30%;
    margin-bottom: 0;
  }
}

nav.sub.access ul li span {
  display: none;
}

@media only screen and (min-width: 768px) {
  nav.sub.access ul li span {
    display: inherit;
  }
}

nav.sub.access ul li a::after {
  display: none;
}

nav.sub.faq ul li a::after {
  display: none;
}

nav.sub.experience {
  max-width: 100%;
  margin-top: 50px;
}

nav.sub.experience ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media only screen and (min-width: 768px) {
  nav.sub.experience ul {
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
  }
}

nav.sub.experience li {
  width: 48%;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  nav.sub.experience li {
    width: 100%;
    margin: 0 10px;
  }
}

.base-tit {
  font-weight: 600;
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .base-tit {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 60px;
  }
}

.subtit {
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 30px;
  line-height: 2em;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .subtit {
    letter-spacing: .2em;
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 60px;
  }
}

.subtit.txt-l {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .subtit.txt-l {
    text-align: center;
  }
}

/* ----------------------------------

サーチブロック

---------------------------------- */
.search-area {
  background: #f6f7f2;
  padding: 30px 0;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .search-area {
    margin-bottom: 60px;
  }
}

.search-area select {
  padding: 2px 10px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
}

.search-area input {
  padding: 2px 10px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
}

.search-area .search-inner {
  padding: 0 30px;
}

@media only screen and (min-width: 768px) {
  .search-area .search-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .search-area .search-inner .search-box {
    width: 30%;
  }
}

.search-area .search-inner .search-box .tit-search {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .search-area .search-inner .search-box .tit-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
}

.search-area .search-inner .search-box .tit-search dt {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .search-area .search-inner .search-box .tit-search dt {
    border-right: 1px solid #ccc;
    padding-right: 10%;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .search-area .search-inner .search-box .tit-search dd {
    padding-left: 5%;
    margin: auto;
  }
}

.search-area .search-inner .search-box .tit-search dd span {
  display: block;
}

.search-area .search-inner .search-box-mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  width: 70%;
  margin: 20px auto 0;
}

@media only screen and (min-width: 768px) {
  .search-area .search-inner .search-box-mid {
    width: 35%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 0;
  }
}

.btn-search {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .btn-search {
    width: 8%;
    margin-left: auto;
    margin-top: 0;
  }
}

#reserve-btn {
  background: #1f2928;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 30px;
  width: 80%;
  color: #fff !important;
  cursor: pointer;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  #reserve-btn {
    padding: 15px 30px;
    width: auto;
  }
}

.search-sub {
  text-align: center;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .search-sub {
    margin-left: auto;
    width: 15%;
    text-align: left;
    margin-top: 0;
  }
}

.search-sub a {
  display: inline-block;
  border-bottom: dotted 2px #ccc;
  margin-bottom: 5px;
}

/* ----------------------------------

トップスライダー

---------------------------------- */
.top-slider-wrap {
  position: relative;
}

.top-slider-wrap .top-slider div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vh;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .top-slider-wrap .top-slider div {
    height: 100vh;
  }
}

.top-slider-wrap h2 {
  width: 60px;
  height: 100px;
  position: absolute;
  top: 15%;
  right: 5%;
  -webkit-transform: translateY(-15%);
  transform: translateY(-15%);
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .top-slider-wrap h2 {
    width: 100px;
    height: 200px;
    top: 30%;
    right: 10%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}

@media only screen and (min-width: 1025px) {
  .top-slider-wrap h2 {
    width: 120px;
    height: 300px;
    top: 30%;
    right: 10%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}

.top-slider-wrap h2 object {
  width: 100%;
  height: auto;
}

.top-slider-wrap h3 {
  position: absolute;
  top: 25%;
  right: 20%;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
  color: #FFFFFF;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.3em;
  padding: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .top-slider-wrap h3 {
    font-size: 27px;
    font-size: 2.7rem;
    padding: 10px;
    top: 35%;
    right: 20%;
  }
}

.top-slider-wrap h3 .upper,
.top-slider-wrap h3 .btm {
  background: rgba(0, 0, 0, 0.2);
  padding: 4px;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .top-slider-wrap h3 .upper,
  .top-slider-wrap h3 .btm {
    padding: 10px;
  }
}

.top-slider-wrap h3 .upper {
  margin-left: 10px;
}

.top-slider-wrap h3 .btm {
  margin-top: 30px;
  display: block;
}

.top-slider-wrap .scroll {
  position: absolute;
  left: 50%;
  bottom: 5%;
  color: #FFFFFF;
  z-index: 1;
  display: none;
}

@media only screen and (min-width: 1025px) {
  .top-slider-wrap .scroll {
    bottom: 5%;
    display: block;
  }
}

.top-slider-wrap .scroll span {
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: -12px;
  left: -10px;
}

.top-slider-wrap .scroll {
  text-shadow: black 0 0 8px, black 0px 0px 8px, black 0px 0px 8px;
}

.top-slider-wrap .scroll::after {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 1px;
  background: #FFFFFF;
  -webkit-animation: cline 2s cubic-bezier(0.66, 0.06, 0.42, 0.9) infinite;
  animation: cline 2s cubic-bezier(0.66, 0.06, 0.42, 0.9) infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes cline {
  0% {
    bottom: 60px;
    height: 0;
    opacity: 0;
  }
  50% {
    bottom: 0;
    height: 60px;
    opacity: 1;
  }
  51% {
    bottom: 0;
    height: 60px;
  }
  100% {
    height: 0;
    bottom: 0;
  }
}

/* ----------------------------------

トップ

---------------------------------- */
.sec-tit {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .sec-tit {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0.4em;
    margin-bottom: 0;
  }
}

.sec-tit::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  margin-top: 10px;
  left: 0%;
  top: 5px;
}

@media only screen and (min-width: 768px) {
  .sec-tit::after {
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
  }
}

.sec-tit span {
  background: #ededeb;
  position: relative;
  z-index: 10;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .sec-tit span {
    padding-bottom: 10px;
  }
}

.pickup {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .pickup {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .pickup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.pickup article {
  background: #f7f7f5;
  position: relative;
  margin-bottom: 20px;
}

.pickup article::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  border: 1px solid #000000;
  width: 20px;
  height: 20px;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .pickup article::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .pickup article {
    width: 48%;
    margin-bottom: 0;
  }
}

.pickup article a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .pickup article a {
    display: block;
  }
}

.pickup article .pic {
  overflow: hidden;
  width: 45%;
}

@media only screen and (min-width: 768px) {
  .pickup article .pic {
    width: auto;
  }
}

.pickup article .pic img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .pickup article .pic img {
    aspect-ratio: 16 / 9;
  }
}

.pickup article .pic img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.pickup article .inner {
  padding: 15px;
  width: 55%;
}

@media only screen and (min-width: 768px) {
  .pickup article .inner {
    width: auto;
    padding: 25px;
  }
}

.pickup article h4 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3em;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .pickup article h4 {
    font-size: 20px;
    font-size: 2rem;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .pickup article h4::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    border: 1px solid #000000;
    width: 40px;
    height: 40px;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 20px;
  }
}

.pickup article .txt {
  line-height: 1.5em;
  display: none;
}

@media only screen and (min-width: 768px) {
  .pickup article .txt {
    display: inherit;
  }
}

.news {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .news {
    margin-bottom: 100px;
  }
}

.news h4 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
  position: relative;
  font-weight: 600;
}

.news .inner {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 20px 0;
}

.news .inner article:last-child a {
  margin-bottom: 0;
}

.news .inner article a {
  margin-bottom: 20px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .news .inner article a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.news .inner article a dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .news .inner article a dl {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

.news .inner article a dl dd {
  background: #1f2928;
  color: #FFFFFF;
  padding: 2px 10px;
  margin-left: 20px;
  border-radius: 5px;
  margin-right: auto;
  display: block;
  white-space: nowrap;
  font-size: 11px;
  font-size: 1.1rem;
}

@media only screen and (min-width: 768px) {
  .news .inner article a dl dd {
    padding: 3px 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.news .inner article a .news-tit {
  width: 100%;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .about h4 {
    width: 5%;
  }
}

@media only screen and (min-width: 768px) {
  .about .about-l {
    width: 35%;
  }
}

.about .about-l .tit {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .about .about-l .tit {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: left;
    margin-bottom: 50px;
  }
}

.about .about-l .pic-box {
  margin-top: 60px;
}

.about .about-l .pic-box ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about .about-l .pic-box li {
  margin-right: 15px;
}

.about .about-l .pic-box li img {
  width: 100%;
  height: auto;
}

.about .about-l .exp {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .about .about-r {
    width: 45%;
  }
}

.about .about-r img {
  width: 90%;
  height: auto;
  display: block;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .about .about-r img {
    width: 100%;
  }
}

.about .exp.only-sp {
  margin-top: 10px;
}

.about-sp {
  margin: 10px auto 0;
  width: 320px;
}

.about-sp .pic-box {
  margin: auto;
}

.about-sp .pic-box img {
  padding: 10px;
  width: 45vw;
}

.about-sp .pic-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  list-style: none;
  width: 0%;
  margin: auto;
}

.about-sp .btn-base {
  text-align: center;
  margin-top: 30px;
}

.greeting {
  background: url(images/bg_top01_202305.jpg) center center/cover no-repeat;
  position: relative;
  color: #FFFFFF;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  aspect-ratio: 3 / 1.3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 50px 30px;
}

@media only screen and (min-width: 768px) {
  .greeting {
    padding-left: 10%;
    padding-bottom: 10%;
  }
}

.greeting::after {
  display: block;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
}

@media only screen and (min-width: 768px) {
  .greeting::after {
    background: rgba(0, 0, 0, 0.92);
    background: -webkit-gradient(left top, right top, color-stop(17%, rgba(0, 0, 0, 0.92)), color-stop(35%, rgba(0, 0, 0, 0.73)), color-stop(94%, rgba(0, 0, 0, 0.1)), color-stop(99%, rgba(0, 0, 0, 0.05)));
    background: -webkit-gradient(linear, left top, right top, color-stop(17%, rgba(0, 0, 0, 0.92)), color-stop(35%, rgba(0, 0, 0, 0.73)), color-stop(94%, rgba(0, 0, 0, 0.1)), color-stop(99%, rgba(0, 0, 0, 0.05)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.92) 17%, rgba(0, 0, 0, 0.73) 35%, rgba(0, 0, 0, 0.1) 94%, rgba(0, 0, 0, 0.05) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
  }
}

.greeting dl, .greeting .btn-base {
  position: relative;
  z-index: 10;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
}

.greeting dl dt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .greeting dl dt {
    font-size: 30px;
    font-size: 3rem;
  }
}

.greeting dl dd {
  margin-bottom: 40px;
}

.greeting .btn-base {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .greeting .btn-base {
    text-align: left;
  }
}

.greeting.part-two {
  background: url(images/bg_top02.jpg) center center/cover no-repeat;
  margin-top: 70px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .greeting.part-two {
    margin-top: 150px;
    margin-bottom: 100px;
  }
}

.greeting.part-three {
  background: url(images/bg_top03_202305.jpg) center center/cover no-repeat;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .greeting.part-three {
    margin-bottom: 100px;
  }
}

.cuisine {
  background: url(images/top_momizi01.png) right top no-repeat;
  background-size: 50%;
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .cuisine {
    padding-top: 100px;
    background-size: auto;
  }
}

.cuisine dl {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .cuisine dl {
    margin-bottom: 80px;
  }
}

.cuisine dl dd {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5em;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .cuisine dl dd {
    font-size: 30px;
    font-size: 3rem;
  }
}

.cuisine .cuisine-wrap {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .cuisine .cuisine-wrap {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .cuisine .cuisine-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .cuisine .cuisine-wrap h4 {
    width: 5%;
  }
}

@media only screen and (min-width: 768px) {
  .cuisine .cuisine-wrap .cuisine-l {
    width: 60%;
  }
}

.cuisine .cuisine-wrap .cuisine-l img {
  width: 100%;
  height: auto;
}

.cuisine .cuisine-wrap .cuisine-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
  .cuisine .cuisine-wrap .cuisine-r {
    width: 30%;
  }
}

.cuisine .cuisine-wrap .cuisine-r .txt {
  margin-bottom: 30px;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .cuisine .cuisine-wrap .cuisine-r .txt {
    margin-bottom: 80px;
    margin-top: 10px;
  }
}

.cuisine .cuisine-wrap .btn-base {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .cuisine .cuisine-wrap .btn-base {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .charter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}

@media only screen and (min-width: 768px) {
  .charter h4 {
    width: 5%;
  }
}

@media only screen and (min-width: 768px) {
  .charter .charter-l {
    width: 60%;
  }
}

.charter .charter-l img {
  width: 100%;
  height: auto;
}

.charter .charter-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
  .charter .charter-r {
    width: 30%;
  }
}

.charter .charter-r .txt {
  margin-bottom: 0px;
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .charter .charter-r .txt {
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.charter .charter-r .pic-sub {
  margin: 40px 0 0px 0;
  display: block;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.charter .btn-base.only-sp {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.plan {
  background: url(images/top_momizi.png) left bottom no-repeat;
  background-size: 50%;
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .plan {
    padding-bottom: 100px;
    background-size: auto;
  }
}

@media only screen and (min-width: 768px) {
  .plan h4 {
    width: 5%;
  }
}

@media only screen and (min-width: 768px) {
  .plan .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.plan .inner .plan-wrap {
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .plan .inner .plan-wrap {
    width: 90%;
  }
}

.plan .inner .plan-wrap .box {
  width: 70%;
  margin: 0 auto 50px;
}

@media only screen and (min-width: 768px) {
  .plan .inner .plan-wrap .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.plan .inner .plan-wrap .box .pic {
  overflow: hidden;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .plan .inner .plan-wrap .box .pic {
    margin-right: 30px;
    width: 30%;
    margin-right: 15px;
    margin-bottom: 0;
  }
}

.plan .inner .plan-wrap .box .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.plan .inner .plan-wrap .box .pic img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.plan .inner .plan-wrap .detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  padding: 20px 45px;
}

@media only screen and (min-width: 768px) {
  .plan .inner .plan-wrap .detail {
    padding: 0;
  }
}

.plan .inner .plan-wrap .detail dl dt {
  font-weight: 600;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.3em;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .plan .inner .plan-wrap .detail dl dt {
    font-size: 20px;
    font-size: 2rem;
  }
}

.plan .inner .plan-wrap .price {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .plan .inner .plan-wrap .price {
    margin-top: 30px;
  }
}

.plan .inner .plan-wrap .price dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plan .inner .plan-wrap .price dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 20px;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .plan .inner .plan-wrap .price dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.plan .inner .plan-wrap .price dl dd {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .plan .inner .plan-wrap .price dl dd {
    font-size: 20px;
    font-size: 2rem;
  }
}

.plan .inner .plan-wrap .price dl dd span {
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .plan .inner .plan-wrap .price dl dd span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.plan .inner .plan-wrap .btn-base {
  margin-top: 15px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .plan .inner .plan-wrap .btn-base {
    margin-top: auto;
    text-align: right;
  }
}

.bon {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .bon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .bon h4 {
    width: 5%;
  }
}

@media only screen and (min-width: 768px) {
  .bon .inner {
    width: 90%;
  }
}

.bon .inner .bon-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .bon .inner .bon-l {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .bon .inner .bon-l .txt {
    width: 72%;
  }
}

@media only screen and (min-width: 768px) {
  .bon .inner .bon-l .btn-base {
    width: 25%;
  }
}

@media only screen and (min-width: 768px) {
  .bon .inner .bon-r .pic-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .bon .inner .bon-r .pic-box .pic-l {
    width: 72%;
  }
}

.bon .inner .bon-r .pic-box .pic-l img {
  width: 100%;
  height: auto;
}

.bon .inner .bon-r .pic-box .pic-r {
  width: 90%;
  margin: 30px auto 0;
}

.bon .inner .bon-r .pic-box .pic-r img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .bon .inner .bon-r .pic-box .pic-r img {
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .bon .inner .bon-r .pic-box .pic-r {
    width: 25%;
    margin-top: 0;
  }
}

.bon .inner .bon-r .pic-box ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .bon .inner .bon-r .pic-box ul {
    display: block;
  }
}

.bon .inner .bon-r .pic-box ul li {
  margin: 0 10px;
}

@media only screen and (min-width: 768px) {
  .bon .inner .bon-r .pic-box ul li {
    margin: 0 0 30px;
  }
}

.bon .btn-base.only-sp {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.bon .txt.only-sp {
  margin-top: 20px;
}

.corona {
  padding-bottom: 80px;
}

@media only screen and (min-width: 768px) {
  .corona {
    padding-bottom: 150px;
  }
}

.corona a {
  display: block;
  background: #1f2928;
  color: #FFFFFF;
  text-align: center;
  padding: 20px 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .corona a {
    padding: 30px;
  }
}

.corona a:hover {
  background: #52605f;
}

.footer-link {
  background: #f6f7f2;
  padding: 50px 0 80px;
  margin-bottom: -100px !important;
}

@media only screen and (min-width: 768px) {
  .footer-link {
    padding: 100px 0;
    margin-bottom: -160px !important;
  }
}

.footer-link .inner {
  max-width: 800px;
  margin: auto;
  width: 70%;
}

@media only screen and (min-width: 768px) {
  .footer-link .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .footer-link .inner .link-l {
    width: 45%;
  }
}

.footer-link .inner .link-l img {
  width: 100%;
  height: auto;
}

.footer-link .inner .link-r {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .footer-link .inner .link-r {
    width: 45%;
    margin-top: 0;
  }
}

.footer-link .inner .link-r dl {
  margin-bottom: 30px;
}

.footer-link .inner .link-r dl dt {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
}

.footer-link .inner .link-r .btn-base {
  text-align: center;
}

.top-plan-slider .next {
  right: -15px;
  margin-top: -80px;
}

.top-plan-slider .prev {
  left: -15px;
  margin-top: -80px;
}

.top-plan-slider .slick-dots {
  bottom: 30px;
}

.top-banquet-slider .next {
  right: -15px;
}

.top-banquet-slider .prev {
  left: -15px;
}

.top-banquet-slider .slick-dots {
  bottom: -20px;
}

/* ----------------------------------

お勤め

---------------------------------- */
.exp-content {
  margin-top: 30px;
}

.exp-content::after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .exp-content .exp-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.exp-content .exp-wrap img {
  width: 100%;
  height: auto;
}

.exp-content .exp-l {
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 10px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .exp-content .exp-l {
    width: 15%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: 0.4em;
    margin-bottom: 0;
    text-align: left;
    display: inline;
  }
}

.exp-content .exp-l span {
  display: block;
}

@media only screen and (min-width: 768px) {
  .exp-content .exp-l span {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .exp-content .exp-r {
    width: 80%;
  }
}

.exp-content .txt-inner {
  background: rgba(237, 237, 235, 0.8);
  max-width: 800px;
  position: relative;
  margin: auto;
}

.exp-content .txt-inner::after {
  content: "";
  display: block;
}

@media only screen and (min-width: 768px) {
  .exp-content .txt-inner::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .exp-content .txt-inner {
    top: -100px;
    width: 60%;
    padding: 30px;
    margin: inherit;
  }
}

.exp-content.reverse .exp-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.exp-content.reverse .exp-wrap .exp-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

@media only screen and (min-width: 768px) {
  .exp-content.reverse .exp-wrap .exp-l {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: inline;
    padding-right: 10%;
  }
}

@media only screen and (min-width: 768px) {
  .exp-content.reverse .txt-inner {
    float: right;
  }
}

.exp-content .exp-l.only-sp {
  margin-top: 20px;
  display: block;
}

.kigan {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #ccc;
  padding: 30px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .kigan {
    padding: 50px;
    margin-top: 0;
    margin-bottom: 100px;
  }
}

.kigan dl {
  margin-bottom: 30px;
}

.kigan dl dt {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .kigan dl dt {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}

.kigan dl dd {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .kigan dl dd {
    text-align: center;
  }
}

.mo-info {
  background: url(images/pic_ex03.jpg) center center/cover no-repeat;
  position: relative;
  color: #FFFFFF;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  aspect-ratio: 3 / 0.8;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  margin-top: 30px;
}

.mo-info::after {
  display: block;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7;
}

.mo-info dl {
  position: relative;
  z-index: 10;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
}

.mo-info dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: .2em;
}

@media only screen and (min-width: 768px) {
  .mo-info dl dt {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.mo-info dl dd {
  margin-top: 30px;
  font-weight: 600;
}

.mo-info dl dd a {
  display: block;
  background: rgba(255, 255, 255, 0.7);
  max-width: 500px;
  margin: auto;
  padding: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .mo-info dl dd a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 30px;
  }
}

.mo-info dl dd a:hover {
  background: white;
}

.mo-info.btm {
  background: url(images/pic_ex04.jpg) center center/cover no-repeat;
}

.voice {
  margin-top: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  .voice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 150px;
    margin-top: 100px;
  }
}

.voice h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .voice h4 {
    width: 5%;
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .voice .voice-slide-wrap {
    width: 90%;
  }
}

.voice .voice-slide-wrap .voice-slider .slick-slide {
  padding: 20px;
  margin: 0 20px;
  background: rgba(255, 255, 255, 0.3);
}

@media only screen and (min-width: 768px) {
  .voice .voice-slide-wrap .voice-slider .slick-slide {
    padding: 50px;
  }
}

.voice .voice-slide-wrap .name {
  margin-top: 20px;
  text-align: right;
}

.prev, .next {
  width: 40px;
  height: 40px;
  border: 1px solid #000000;
  text-align: center;
  position: relative;
  margin-top: -20px;
  cursor: pointer;
}

.next:hover,
.prev:hover {
  color: #fff;
  background: #000;
}

.prev {
  position: absolute;
  top: 50%;
  z-index: 10;
}

.prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  position: relative;
  top: 10px;
}

@media only screen and (min-width: 768px) {
  .prev::before {
    top: 5px;
  }
}

.next {
  position: absolute;
  top: 50%;
  z-index: 10;
  right: 0;
}

.next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: relative;
  top: 10px;
}

@media only screen and (min-width: 768px) {
  .next::before {
    top: 5px;
  }
}

.group-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .group-column {
    margin-top: 0;
  }
}

.group-column > div {
  margin: 0 auto 40px;
  width: 80%;
}

@media only screen and (min-width: 768px) {
  .group-column > div {
    width: 47%;
  }
}

.group-column > div img {
  width: 100%;
  height: auto;
}

.group-column > div h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .group-column > div h4 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.group-column > div .txt {
  margin-bottom: 20px;
  line-height: 1.3em;
}

@media only screen and (min-width: 768px) {
  .group-column > div .txt {
    line-height: inherit;
  }
}

.stay-modelcourse {
  margin-top: 100px;
}

.otsutome-flow {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .stay-modelcourse {
    margin-top: 50px;
  }
  .otsutome-flow {
    margin-bottom: 50px;
  }
}

.inner-auto-slide-wrap {
  background: #fff;
  padding: 60px 0 100px;
}

.inner-auto-slide-wrap .slick-slide {
  max-width: 800px;
  text-align: center;
  background: transparent;
  padding: 0 50px;
}

.inner-auto-slide-wrap .slick-slide p {
  margin-top: 1em;
}

/*
.inner-auto-slide-wrap .slick-dots {
  bottom: 50px;
}
*/
.inner-auto-slide-wrap .prev {
  left: 50%;
  margin-left: -420px;
}

.inner-auto-slide-wrap .next {
  right: 50%;
  margin-right: -420px;
}

@media only screen and (max-width: 767px) {
  .inner-auto-slide-wrap {
    padding: 30px 0 50px;
    margin-top: 50px;
  }
  .inner-auto-slide-wrap .slick-slide {
    padding: 0 5vw;
    width: 82vw;
  }
  .inner-auto-slide-wrap .slick-dots {
    bottom: -15px;
  }
  .inner-auto-slide-wrap .prev {
    margin-left: -45vw;
  }
  .inner-auto-slide-wrap .next {
    margin-right: -45vw;
  }
}

/* ----------------------------------

宴会　会議

---------------------------------- */
.banq-content {
  margin-bottom: 70px;
}

@media only screen and (min-width: 768px) {
  .banq-content {
    margin-bottom: 150px;
  }
}

@media only screen and (min-width: 768px) {
  .banq-content .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .banq-content h4 {
    width: 10%;
    margin-left: auto;
    margin-right: auto;
  }
}

.banq-content .banq-slider-wrap {
  width: 95%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .banq-content .banq-slider-wrap {
    width: 85%;
  }
}

.banq-content .banq-slider-wrap .txt {
  margin-bottom: 30px;
}

.banq-content .banq-slider {
  margin: auto;
}

.banq-content .banq-slider img {
  width: 100%;
  height: auto;
}

.banq-content .banq-slider .next {
  right: -20px;
}

.banq-content .banq-slider .prev {
  left: -20px;
}

@media only screen and (min-width: 768px) {
  .banq-content .option {
    width: 81%;
    float: right;
    margin-right: 3%;
  }
}

.banq-content .option .other {
  margin-bottom: 50px;
  margin-top: 50px;
}

.banq-content .option .other dt {
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .banq-content .option .other dt {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .banq-content .option .other dd {
    text-align: center;
  }
}

.banq-content .option .other dd table {
  width: 100%;
  border-collapse: collapse;
}

.banq-content .option .other dd table tr:last-child td {
  border-bottom: none;
}

.banq-content .option .other dd table th {
  padding: 20px;
}

.banq-content .option .other dd table th:last-child {
  border-right: none;
}

.banq-content .option .other dd table th {
  background: #ddd;
  padding: 25px;
  border-right: 1px solid #bbb;
}

.banq-content .option .other dd table td {
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 1px dotted #aaa;
  padding: 20px;
  border-right: 1px solid #bbb;
}

.banq-content .option .other dd table td:last-child {
  border-right: none;
}

.banq-content .scroll-tab {
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}

.banq-content .att {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 80px;
}

.banq-content .att ul {
  list-style: none;
}

.banq-content.reverse {
  padding: 50px 0;
  background: rgba(255, 255, 255, 0.5);
}

.banq-content.reverse::after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .banq-content.reverse {
    padding: 100px 0;
  }
}

.banq-content.reverse .sec-tit span {
  background: #f5f5f5;
}

.banq-content.reverse .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  max-width: 1500px;
  margin: auto;
  width: 95%;
}

@media only screen and (min-width: 768px) {
  .banq-content.reverse .option {
    float: none;
    margin: 0 0% 0 4%;
    width: 80%;
  }
}

.banq-content .seki th {
  border-bottom: 1px dotted #aaa;
  width: 33%;
  vertical-align: middle;
}

.outline::before {
  content: "";
  display: block;
  clear: both;
}

.service {
  margin-top: 0px;
}

@media only screen and (min-width: 768px) {
  .service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0px;
  }
}

@media only screen and (min-width: 768px) {
  .service h4 {
    width: 10%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) {
  .service .service-wrap {
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.service .service-wrap .box {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .service .service-wrap .box {
    width: 48%;
    margin-bottom: 0;
  }
}

.service .service-wrap .box img {
  width: 100%;
  height: auto;
}

.service .service-wrap .box dl {
  margin-top: 15px;
}

.service .service-wrap .box dl dt {
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .service .service-wrap .box dl dt {
    font-size: 20px;
    font-size: 2rem;
  }
}

.bus {
  max-width: 1400px;
  margin: 50px auto 0;
  background: #1f2928;
  color: #FFFFFF;
  padding-bottom: 20px;
  padding-top: 10px;
}

@media only screen and (min-width: 1025px) {
  .bus {
    margin: 100px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0;
    padding-top: 0;
  }
}

.bus .pic {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .bus .pic {
    width: 20%;
    display: inherit;
  }
}

.bus .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  aspect-ratio: 1 / 1;
  width: 50%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  margin: auto;
  display: block;
}

@media only screen and (min-width: 1025px) {
  .bus .pic img {
    max-height: 320px;
    aspect-ratio: 1 / 3;
    width: 100%;
  }
}

.bus .exp {
  padding: 20px;
}

@media only screen and (min-width: 1025px) {
  .bus .exp {
    width: 80%;
    padding: 50px;
  }
}

.bus .exp dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #FFFFFF;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .bus .exp dl dt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.bus .btn-base {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .bus .btn-base {
    float: right;
  }
}

.bus .btn-base a {
  background: rgba(255, 255, 255, 0.2);
  padding: 20px 50px;
}

.bus .btn-base a:hover {
  background: rgba(255, 255, 255, 0.4);
}

.bus.btm {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .bus.btm {
    margin-bottom: 100px;
  }
}

.scene {
  margin-top: 50px;
  margin-bottom: 50px;
  background: rgba(255, 255, 255, 0.5);
  padding: 40px 0 0;
}

@media only screen and (min-width: 768px) {
  .scene {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 80px 0;
  }
}

.scene .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: auto;
}

.scene .box {
  background: rgba(255, 255, 255, 0.5);
  padding: 15px;
  margin-bottom: 30px;
  text-align: center;
  width: 48%;
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .scene .box {
    width: 23%;
    margin-bottom: 50px;
    padding: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.scene .box .pic object {
  width: 80px;
  margin: auto;
  display: block;
}

.scene .box dl {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .scene .box dl {
    margin-top: 50px;
  }
}

.scene .box dl dt {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.scene .box dl dd {
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .scene .box dl dd {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.scene .box.scean01 object {
  width: 70px;
}

@media only screen and (min-width: 768px) {
  .scene .box.scean01 object {
    width: 100px;
  }
}

.scene .box.scean02 object {
  width: 50px;
}

@media only screen and (min-width: 768px) {
  .scene .box.scean02 object {
    width: 70px;
  }
}

.scene .box.scean03 object {
  width: 70px;
}

@media only screen and (min-width: 768px) {
  .scene .box.scean03 object {
    width: 100px;
  }
}

.scene .box.scean04 object {
  width: 70px;
}

@media only screen and (min-width: 768px) {
  .scene .box.scean04 object {
    width: 100px;
  }
}

.scene .inner-news {
  margin-top: 50px;
}

@media only screen and (min-width: 1300px) {
  .scene .inner-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

.scene .inner-news img {
  width: 100%;
  height: auto;
}

.scene .inner-news article {
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}

@media only screen and (min-width: 1300px) {
  .scene .inner-news article {
    width: 48%;
  }
}

@media only screen and (min-width: 768px) {
  .scene .inner-news article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.scene .inner-news article .pic {
  overflow: hidden;
  position: relative;
  width: 70%;
  display: block;
  margin: auto;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .scene .inner-news article .pic {
    width: 35%;
    padding-bottom: 0;
    margin: inherit;
    display: inline;
  }
}

@media only screen and (min-width: 1300px) {
  .scene .inner-news article .pic {
    width: 55%;
  }
}

@media only screen and (min-width: 768px) {
  .scene .inner-news article .pic .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.scene .inner-news article .pic .inner img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: .5s;
  transition: .5s;
  height: auto;
}

.scene .inner-news article .pic img {
  width: 100%;
  height: auto;
}

.scene .inner-news article .detail {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .scene .inner-news article .detail {
    padding: 30px 30px 30px 0;
    width: 60%;
  }
}

@media only screen and (min-width: 1300px) {
  .scene .inner-news article .detail {
    width: 40%;
  }
}

.scene .inner-news article .detail .date {
  margin-bottom: 5px;
}

.scene .inner-news article .detail dl dd {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .scene .inner-news article .detail dl dd {
    margin-top: 30px;
  }
}

.contact-banq dt {
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .contact-banq dt {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.contact-banq ul {
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .contact-banq ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.contact-banq ul li {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .contact-banq ul li {
    margin: 0 10px;
  }
}

.contact-banq ul li.tel {
  border: 1px solid #000000;
  font-size: 20px;
  font-size: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
}

@media only screen and (min-width: 768px) {
  .contact-banq ul li.tel {
    width: 400px;
    height: 90px;
  }
}

.contact-banq ul li.tel::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f879";
  margin-right: .5em;
}

.contact-banq ul li.mail a {
  background: #1f2928;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  width: 100%;
  height: 80px;
}

@media only screen and (min-width: 768px) {
  .contact-banq ul li.mail a {
    width: 400px;
    height: 90px;
  }
}

.contact-banq::before {
  content: "";
  display: block;
  clear: both;
}

.scene-menu-slider .next {
  right: -15px;
  margin-top: -20px;
}

.scene-menu-slider .prev {
  left: -15px;
  margin-top: -20px;
}

/* ----------------------------------

売店

---------------------------------- */
.rec-item {
  margin-top: 50px;
}

.rec-item .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.rec-item .inner::after {
  content: "";
  display: block;
  width: 29%;
}

.rec-item .inner .box {
  width: 48%;
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .rec-item .inner .box {
    width: 29%;
  }
}

.rec-item .inner .box .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.rec-item .inner .box img {
  width: 100%;
  height: auto;
}

.rec-item .inner .box dl {
  margin-top: 15px;
}

.rec-item .inner .box dl dt {
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .rec-item .inner .box dl dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.store-info {
  background: rgba(255, 255, 255, 0.5);
  padding: 50px 0 100px;
  position: relative;
  margin-bottom: -100px;
}

@media only screen and (min-width: 768px) {
  .store-info {
    padding: 100px 0 200px;
    margin-bottom: -150px;
  }
}

.store-info dl {
  max-width: 280px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.store-info dl dt {
  min-width: 100px;
}

.store-info dl dd {
  width: 100%;
}

.store-info .pic-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.store-info .pic-wrap > div {
  width: 48%;
}

.store-info .pic-wrap img {
  width: 100%;
  height: auto;
}

/* ----------------------------------

アクセス

---------------------------------- */
.map {
  padding-bottom: 60px;
  margin-top: 30px;
  /* Google Mapのiframe */
}

@media only screen and (min-width: 768px) {
  .map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 100px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .map h4 {
    width: 5%;
  }
}

.map .map-wrap {
  position: relative;
  height: 0;
  padding-top: 45%;
  /* 比率を4:3に固定 */
}

@media only screen and (min-width: 768px) {
  .map .map-wrap {
    width: 90%;
  }
}

.map .map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-illust {
  background: rgba(255, 255, 255, 0.5);
  padding: 50px 0;
}

@media only screen and (min-width: 768px) {
  .map-illust {
    padding: 100px 0;
  }
}

.map-illust .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

.map-illust .inner img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .map-illust .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

@media only screen and (min-width: 768px) {
  .map-illust .inner > div {
    width: 45%;
  }
}

.map-illust .inner .map-l {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .map-illust .inner .map-l {
    margin-top: 0;
  }
}

.map-illust .subtit {
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .map-illust .subtit {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.map-illust dl {
  margin-bottom: 40px;
}

.map-illust dl:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .map-illust dl {
    margin-bottom: 80px;
  }
}

.map-illust dl dt {
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .map-illust dl dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.access-content {
  margin-bottom: 70px;
}

@media only screen and (min-width: 768px) {
  .access-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.access-content:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .access-content {
    margin-bottom: 150px;
  }
}

@media only screen and (min-width: 768px) {
  .access-content h4 {
    width: 5%;
  }
}

@media only screen and (min-width: 768px) {
  .access-content .sec-tit::after {
    height: 500px;
  }
}

@media only screen and (min-width: 768px) {
  .access-content .map-inner {
    width: 90%;
  }
}

.access-content .map-inner .txt {
  margin-bottom: 50px;
}

.access-content .map-inner img {
  width: 70%;
  height: auto;
  display: block;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .access-content .map-inner img {
    width: 100%;
  }
}

.access-content .map-inner .tit {
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .access-content .map-inner .tit {
    font-size: 20px;
    font-size: 2rem;
  }
}

.access-content .map-inner .link-txt {
  text-align: right;
}

.access-content .map-inner .link-txt ul {
  list-style: none;
  margin-top: 30px;
}

.access-content .map-inner .link-txt ul li {
  margin-bottom: 10px;
}

.access-content .map-inner .link-txt ul li a {
  text-decoration: underline;
}

.access-content .map-inner .inner {
  margin-top: 80px;
}

/* ----------------------------------

よくある質問

---------------------------------- */
.head-tit {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .head-tit {
    font-size: 30px;
    font-size: 3rem;
  }
}

.faq-wrap {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .faq-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .faq-wrap h4 {
    width: 5%;
  }
}

@media only screen and (min-width: 768px) {
  .faq-wrap .inner {
    width: 90%;
  }
}

.faq-wrap dl {
  background: rgba(255, 255, 255, 0.5);
  padding: 15px 30px;
  margin-bottom: 15px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .faq-wrap dl {
    margin-bottom: 30px;
  }
}

.faq-wrap dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .faq-wrap dl dt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.faq-wrap dl dt::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -15px;
  border: 1px solid #999;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .faq-wrap dl dt::after {
    width: 25px;
    height: 25px;
    margin-top: -15px;
    right: 0px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.faq-wrap dl dt.close::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
}

.faq-wrap dl dd {
  margin-top: 10px;
}

#page-faq #l-container,
#page-privacy #l-container,
#page-contact #l-container,
#page-corona #l-container,
.single-experience #l-container {
  padding-top: 80px;
}

@media only screen and (min-width: 768px) {
  #page-faq #l-container,
  #page-privacy #l-container,
  #page-contact #l-container,
  #page-corona #l-container,
  .single-experience #l-container {
    padding-top: 250px;
  }
}

/* ----------------------------------

プライバシーポリシー

---------------------------------- */
.privacy {
  max-width: 1000px;
  margin: 80px auto 0;
  width: 95%;
}

.privacy ol li {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 50px;
  list-style-position: inside;
}

@media only screen and (min-width: 768px) {
  .privacy ol li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.privacy ol li > div {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .privacy ol li > div {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.privacy ol ul {
  margin-top: 20px;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .privacy ol ul {
    margin-left: 50px;
  }
}

.privacy ol ul li {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  list-style: decimal;
  list-style-position: inside;
}

@media only screen and (min-width: 768px) {
  .privacy ol ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* ----------------------------------

お問い合わせ

---------------------------------- */
.privacy-doui {
  overflow-y: scroll;
  height: 230px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.3);
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .privacy-doui {
    padding: 30px;
  }
}

.privacy-doui .tit {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .privacy-doui .tit {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.privacy-doui .privacy {
  margin-top: 30px;
}

.txt-contact {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .txt-contact {
    margin-top: 80px;
    text-align: center;
  }
}

.txt-contact .tel {
  display: inline-block;
  border: 1px solid #000000;
  padding: 15px 80px;
  font-size: 20px;
  font-size: 2rem;
  margin: 30px 0;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .txt-contact .tel {
    width: auto;
  }
}

.txt-contact .tel::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f879";
  margin-right: .3em;
}

.txt-contact .btn-wrap {
  margin-top: 20px;
  margin-bottom: 80px;
}

@media only screen and (min-width: 768px) {
  .txt-contact .btn-wrap {
    margin-top: 50px;
    margin-bottom: 0;
  }
}

.txt-contact .btn-wrap ul {
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .txt-contact .btn-wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
  }
}

.txt-contact .btn-wrap ul li {
  margin-bottom: 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .txt-contact .btn-wrap ul li {
    margin: 0 10px;
  }
}

.txt-contact .btn-wrap ul li a {
  padding: 20px 60px;
  width: 250px;
}

.mw_wp_form .send {
  background: #1f2928;
  color: #FFFFFF;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  padding: 20px 50px;
  display: block;
  margin: auto;
}

.mw_wp_form .send:disabled {
  background: #ccc;
}

.mw_wp_form input {
  padding: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  background: rgba(255, 255, 255, 0.7);
}

.mw_wp_form textarea {
  background: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px;
}

.mw_wp_form dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.mw_wp_form dl dt {
  min-width: 280px;
}

.mw_wp_form dl dd {
  width: 100%;
}

.mw_wp_form .dl-tw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mw_wp_form .dl-tw .dl-twl {
  width: 150px;
  margin-right: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.mw_wp_form .dl-tw .dl-twr {
  width: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .mw_wp_form {
    padding: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .mw_wp_form {
    width: 1000px;
    margin: 50px auto 0;
  }
}

.mw_wp_form .dl-tw {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mw_wp_form .dl-tw {
    width: 70%;
  }
}

.mw_wp_form .dl-tw input[type="text"] {
  width: 70%;
}

.mw_wp_form .dl-tw span {
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mw_wp_form .dl-tw .dl-twl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.mw_wp_form .dl-tw .dl-twr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.mw_wp_form .required dt::before {
  background: #000;
  color: #fff;
  content: "必須";
  font-size: 1.1rem;
  font-size: 11px;
  margin-right: .3em;
  padding: 3px 10px;
}

.mw_wp_form .any dt::before {
  background: #f2f2f2;
  color: #000;
  content: "任意";
  font-size: 1.1rem;
  font-size: 11px;
  margin-right: .3em;
  padding: 3px 10px;
}

.mw_wp_form ul {
  list-style: none;
}

.mw_wp_form .error {
  padding-left: 10px;
  padding-top: 3px;
}

.page-id-36 .mw_wp_form {
  margin-left: 250px;
}

.page-id-36 .form-send {
  margin-right: 250px;
}

.mw_wp_form dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: flex-start;
  -ms-flex-flow: flex-start;
  flex-flow: flex-start;
  margin-bottom: 30px;
  border-bottom: 1px dotted #999;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .mw_wp_form dl {
    display: block;
  }
}

.mw_wp_form dt {
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  -webkit-box-flex: 0;
  flex: 0 0 30%;
  margin-bottom: 10px;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .mw_wp_form dt {
    text-align: left;
  }
}

.mw_wp_form dd {
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  -webkit-box-flex: 0;
  flex: 0 0 70%;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .mw_wp_form dd {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    width: 100%;
  }
}

.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form textarea {
  max-width: 500px;
}

@media screen and (max-width: 768px) {
  .mw_wp_form input[type="text"],
  .mw_wp_form input[type="email"],
  .mw_wp_form input[type="tel"],
  .mw_wp_form textarea {
    max-width: 100%;
  }
}

.mw_wp_form select {
  -webkit-appearance: none;
  background: #f2f2f2;
  background: #f2f2f2;
  border: none;
  border-radius: 5px;
  font-size: 1.4rem;
  font-size: 14px;
  margin-bottom: 4px;
  padding: 15px 10px;
  vertical-align: middle;
  width: 100%;
  width: 200px;
}

.form-send {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 400px;
  margin: auto;
}

.form-send .btn-back {
  display: block;
  width: 150px;
  margin: auto;
  height: 80px;
}

.form-send .send {
  width: 150px;
  height: 80px;
}

.doui {
  text-align: center;
  margin-bottom: 30px;
}

#page-contact .send,
#page-reserve .send {
  width: auto !important;
}

#page-confirm .doui,
#page-confirm_res .doui {
  display: none;
}

#page-confirm .txt-base,
#page-confirm_res .txt-base {
  margin-top: 80px;
}

.page-id-29 .privacy-doui {
  display: none;
}

.txt-thanks {
  margin: 50px auto;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .txt-thanks {
    text-align: center;
  }
}

#tour_calendar .ui-widget.ui-widget-content {
  width: 100% !important;
}

/* ----------------------------------

ご宿泊

---------------------------------- */
.bg-momizi {
  background: url(images/momizi02.png) left top no-repeat;
  background-size: 50%;
}

@media only screen and (min-width: 768px) {
  .bg-momizi {
    background-size: auto;
  }
}

.tokuten {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .tokuten {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    margin-top: 80px;
  }
}

.tokuten img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .tokuten .tokuten-l {
    width: 15%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}

.tokuten .tokuten-l .sec-tit::after {
  margin-left: 0;
}

.tokuten .tokuten-l .sub-txt {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .tokuten .tokuten-l .sub-txt {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.5em;
    margin-right: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.tokuten .tokuten-l .sub-txt span {
  display: block;
}

@media only screen and (min-width: 768px) {
  .tokuten .tokuten-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    margin-right: 60px;
    margin-top: 100px;
  }
}

.tokuten .tokuten-r .box {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .tokuten .tokuten-r .box {
    width: 47%;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .tokuten .tokuten-r .box:nth-child(2) {
    margin-top: 80px;
  }
}

.tokuten .tokuten-r .box .pic {
  position: relative;
}

.tokuten .tokuten-r .box .pic .line {
  position: absolute;
  left: 20px;
  top: -30px;
  z-index: 10;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}

@media only screen and (min-width: 768px) {
  .tokuten .tokuten-r .box .pic .line {
    letter-spacing: 0.5em;
    font-size: 20px;
    font-size: 2rem;
    top: -60px;
    left: 50px;
  }
}

.tokuten .tokuten-r .box .pic .line span {
  display: block;
  margin: 0 10px 0 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
}

.tokuten .tokuten-r .box dl {
  margin-top: 15px;
}

.tokuten .tokuten-r .box dl dt {
  font-weight: 600;
  margin-bottom: 10px;
}

.tokuten .btn-base {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .tokuten .btn-base {
    text-align: right;
  }
}

.first {
  margin-top: 70px;
}

@media only screen and (min-width: 768px) {
  .first {
    margin-top: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.first h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .first h4 {
    width: 3%;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .first h4.sec-tit::after {
    left: 17px;
  }
}

@media only screen and (min-width: 768px) {
  .first .inner {
    width: 93%;
  }
}

.first .inner img {
  width: 100%;
  height: auto;
}

.first .inner .txt {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .first .first-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.first .first-wrap .box {
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .first .first-wrap .box {
    width: 31%;
    margin-bottom: 0;
  }
}

.first .first-wrap .box dl {
  padding: 30px;
  font-weight: 600;
  position: relative;
}

.first .first-wrap .box dl dt {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .first .first-wrap .box dl dt {
    font-size: 20px;
    font-size: 2rem;
  }
}

.first .first-wrap .box dl dt::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #000000;
  position: absolute;
  top: -20px;
  left: 50%;
}

.first .first-wrap .box dl dd {
  font-weight: normal;
}

.stay-info {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .stay-info {
    margin-top: 100px;
  }
}

.stay-info .subtit {
  font-size: 22px;
  font-size: 2.2rem;
}

@media only screen and (min-width: 768px) {
  .stay-info .subtit {
    font-size: 30px;
    font-size: 3rem;
  }
}

.stay-tit {
  text-align: center;
  margin-bottom: 50px;
}

.stay-tit dt {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .stay-tit dt {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}

.stay-tit dd {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .stay-tit dd {
    text-align: center;
  }
}

.stay-slider {
  position: relative;
}

.stay-slider .next {
  right: -15px;
}

.stay-slider .prev {
  left: -15px;
}

.stay-wrap .slick-dots {
  bottom: -60px;
  text-align: right;
}

.stay-wrap .slick-dots li button::before {
  display: none !important;
}

.stay-wrap .slick-dots li:first-child::before {
  content: "18畳 定員10名";
}

.stay-wrap .slick-dots li:nth-child(2)::before {
  content: "16畳 定員8名";
}

.stay-wrap .slick-dots li:last-child::before {
  content: "14畳 定員7名";
}

.stay-wrap .slick-dots li.slick-active {
  text-decoration: underline;
}

.stay-one {
  position: relative;
}

.stay-one img {
  width: 100%;
  height: auto;
}

.stay-one span {
  display: block;
  width: 100px;
  height: 100px;
  top: 20px;
  left: 20px;
  position: absolute;
  margin: auto;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .stay-one span {
    width: 200px;
    height: 200px;
    top: 50px;
    left: 50px;
  }
}

.stay-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

@media only screen and (min-width: 768px) {
  .stay-column {
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
  }
}

@media only screen and (min-width: 768px) {
  .stay-column .column-l {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .stay-column .column-r {
    margin-left: 10px;
  }
}

.stay-column > div {
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (min-width: 768px) {
  .stay-column > div {
    width: 50%;
  }
}

.stay-column img {
  width: 100%;
  height: auto;
}

.stay-column span {
  display: block;
  width: 100px;
  height: 100px;
  top: 20px;
  left: 20px;
  position: absolute;
  margin: auto;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .stay-column span {
    width: 200px;
    height: 200px;
    top: 50px;
    left: 50px;
  }
}

.stay-column.sp-spac {
  margin-top: 0;
}

.tit-reserve {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 17px;
  font-size: 1.7rem;
}

@media only screen and (min-width: 768px) {
  .tit-reserve {
    margin-top: 100px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.stay-cuisine {
  background: rgba(255, 255, 255, 0.5);
  margin-top: 50px;
  padding: 50px 0;
}

@media only screen and (min-width: 768px) {
  .stay-cuisine {
    margin-top: 100px;
    padding: 100px 0;
  }
}

.stay-cuisine .break-first {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .stay-cuisine .break-first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 80px;
  }
}

.stay-cuisine .break-first img {
  width: 100%;
  height: auto;
}

.stay-cuisine .break-first .break-l {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .stay-cuisine .break-first .break-l {
    width: 30%;
    margin-bottom: 0;
    display: block;
  }
}

.stay-cuisine .break-first .break-l .pic {
  width: 60%;
  padding-top: 30px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .stay-cuisine .break-first .break-l .pic {
    width: auto;
    padding-top: 0;
    display: block;
  }
}

.stay-cuisine .break-first .break-l .pic img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .stay-cuisine .break-first .break-l .pic img {
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .stay-cuisine .break-first .break-r {
    width: 65%;
  }
}

.stay-cuisine .break-first dl {
  margin-bottom: 30px;
}

.stay-cuisine .break-first dl dt {
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .stay-cuisine .break-first dl dt {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}

.stay-cuisine .break-first .pic img {
  display: block;
  margin: auto;
  height: auto;
  width: 200px;
}

@media only screen and (min-width: 768px) {
  .stay-cuisine .break-first .pic img {
    width: auto;
  }
}

.stay-cuisine .break-first.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .stay-cuisine .break-first.reverse {
    margin-top: 80px;
  }
}

.facility {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .facility {
    margin-top: 100px;
  }
}

.facility h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .facility h4 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.facility .inner {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .facility .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .facility .inner h4 {
    width: 5%;
  }
}

@media only screen and (min-width: 768px) {
  .facility .inner .fa-wrap {
    width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.facility .inner .fa-wrap .txt {
  margin-bottom: 30px;
}

.facility .inner .fa-wrap .txt .att {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 30px;
}

.facility .inner .fa-wrap .fa-l {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .facility .inner .fa-wrap .fa-l {
    width: 49%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .facility .inner .fa-wrap .fa-r {
    width: 49%;
  }
}

.facility .inner .fa-wrap .pic {
  position: relative;
}

.facility .inner .fa-wrap .pic span {
  position: absolute;
  bottom: 10%;
  left: 10%;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  margin: auto;
  display: block;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .facility .inner .fa-wrap .pic span {
    width: 150px;
    height: 150px;
  }
}

.facility .inner img {
  width: 100%;
  height: auto;
}

.facility .inner .fa-wrap-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

@media only screen and (min-width: 768px) {
  .facility .inner .fa-wrap-one {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.facility .inner .fa-wrap-one .txt {
  margin-bottom: 30px;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .facility .inner .fa-wrap-one .txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
  }
}

.facility .inner .fa-wrap-one .txt .btn-base {
  text-align: center;
  margin-top: 30px;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .facility .inner .fa-wrap-one .txt .btn-base {
    text-align: left;
    margin-top: 0;
  }
}

.facility .inner .fa-wrap-one .txt .att {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .facility .inner .fa-wrap-one .txt .att {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.facility .inner .fa-wrap-one .txt.noflex {
  display: block;
}

@media only screen and (min-width: 768px) {
  .facility .inner .fa-wrap-one p {
    width: 80%;
  }
}

.facility .inner .fa-wrap-one .pic {
  position: relative;
}

.facility .inner .fa-wrap-one .pic span {
  position: absolute;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: -40px;
}

@media only screen and (min-width: 768px) {
  .facility .inner .fa-wrap-one .pic span {
    width: 150px;
    height: 150px;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    margin-top: -75px;
  }
}

.stay-link {
  background: rgba(255, 255, 255, 0.5);
  padding: 50px 0;
}

@media only screen and (min-width: 768px) {
  .stay-link {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 768px) {
  .stay-link .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.stay-link .inner .link {
  background: url(images/damy.jpg) center center/cover no-repeat;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 4 / 2.5;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .stay-link .inner .link {
    width: 48%;
    margin-bottom: 0;
  }
}

.stay-link .inner .link::after {
  display: block;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
}

.stay-link .inner .link dl {
  position: relative;
  z-index: 10;
  color: #FFFFFF;
}

.stay-link .inner .link dl dt {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .stay-link .inner .link dl dt {
    font-size: 20px;
    font-size: 2rem;
  }
}

.stay-link .inner .link dl dd a {
  display: block;
  background: rgba(255, 255, 255, 0.7);
  padding: 25px 30px;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
  width: 250px;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .stay-link .inner .link dl dd a {
    width: 300px;
  }
}

.stay-link .inner .link dl dd a:hover {
  background: rgba(255, 255, 255, 0.9);
}

.stay-link .inner .link.pat01 {
  background: url(images/bg_stay.jpg) center center/cover no-repeat;
}

.stay-link .inner .link.pat02 {
  background: url(images/bg_group.jpg) center center/cover no-repeat;
}

.guide-info {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .guide-info {
    margin-top: 100px;
  }
}

.first-wrap-slider .next {
  right: -15px;
  margin-top: -80px;
}

.first-wrap-slider .prev {
  left: -15px;
  margin-top: -80px;
}

/* ----------------------------------

体験

---------------------------------- */
.post-type-archive-experience .se-tit span {
  display: block;
  margin-top: 60px;
}

@media only screen and (min-width: 768px) {
  .post-type-archive-experience .se-tit span {
    display: inline;
    margin-top: 0;
  }
}

.exp-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 0px;
}

@media only screen and (min-width: 768px) {
  .exp-menu-list {
    margin-bottom: 100px;
  }
}

.exp-menu-list::after {
  content: "";
  display: block;
  width: 31%;
}

.exp-menu-list img {
  width: 100%;
  height: auto;
}

.exp-menu-list article {
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .exp-menu-list article {
    width: 31%;
    margin-bottom: 30px;
  }
}

.exp-menu-list article .pic {
  overflow: hidden;
  position: relative;
}

.exp-menu-list article .pic::after {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background: #999;
  position: absolute;
  left: 50%;
  bottom: 0px;
}

.exp-menu-list article .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.exp-menu-list article .pic img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.exp-menu-list article .inner {
  padding: 0px 30px 30px;
  position: relative;
}

.exp-menu-list article .inner::before {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background: #999;
  position: absolute;
  left: 50%;
  top: 0px;
}

.exp-menu-list article .inner h5 {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  position: relative;
  padding-right: 50px;
  padding-top: 40px;
}

.exp-menu-list article .inner h5::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: block;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #1f2928;
  position: absolute;
  right: 0px;
  top: 40px;
  font-size: 13px;
  font-size: 1.3rem;
}

.layout {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .layout {
    margin-bottom: 100px;
  }
}

.ex-head {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

@media only screen and (min-width: 768px) {
  .ex-head {
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .ex-head .inner-l {
    width: 35%;
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .ex-head .inner-l .tit-wrap {
    position: relative;
    left: 50px;
    z-index: 10;
    width: 140%;
  }
}

@media only screen and (min-width: 768px) {
  .ex-head .inner-r {
    width: 60%;
  }
}

.ex-head .cate-name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.ex-head .tax-name {
  margin: 30px 0 20px;
}

@media only screen and (min-width: 768px) {
  .ex-head .tax-name {
    margin: 30px 0 100px;
  }
}

.ex-head .txt {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .ex-head .txt {
    width: 65%;
    margin-top: 80px;
  }
}

.ex-head .txt .date {
  margin-top: 30px;
  font-weight: 600;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .ex-head .txt .date {
    display: inline-block;
    text-align: left;
  }
}

.ex-head h2 {
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  /*background: linear-gradient(rgba(255,255,255,0.5) 1%);*/
  display: inline;
  line-height: 1.5em;
  /*&::after{
        background: rgba($white,.6);
        content:"";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
     }*/
}

@media only screen and (min-width: 768px) {
  .ex-head h2 {
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 2em;
  }
}

@media only screen and (min-width: 768px) {
  .ex-head h2 span {
    background: rgba(242, 242, 242, 0.7);
    padding: 10px;
  }
}

.ex-slider {
  width: 95%;
  margin: 0px auto 20px;
}

@media only screen and (min-width: 768px) {
  .ex-slider {
    width: 100%;
    margin: 0;
  }
}

.ex-slider .next {
  right: -20px;
}

.ex-slider .prev {
  left: -20px;
}

.ex-slider img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.layout-pic-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 30px 0;
}

.layout-pic-wrap h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .layout-pic-wrap h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.layout-pic-wrap .txt {
  margin-bottom: 20px;
  line-height: 1.3em;
}

@media only screen and (min-width: 768px) {
  .layout-pic-wrap .txt {
    line-height: inherit;
  }
}

.layout-pic-wrap .group-tit {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .layout-pic-wrap .group-tit {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.layout-pic-wrap .group-tit span {
  border-bottom: 1px dotted #000;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .layout-pic-wrap .group-tit span {
    width: 300px;
  }
}

.layout-pic-wrap .group-tit.one span {
  border-bottom: none;
}

.layout-pic-wrap .group-txt {
  text-align: center;
}

.layout-pic-wrap img {
  width: 100%;
  height: auto;
}

.layout-pic-wrap.three > div {
  width: 31%;
}

.layout-pic-wrap.two > div {
  width: 48%;
}

.layout-pic-wrap.one > div {
  width: 100%;
}

.layout-pic-wrap.one > div img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.time-line {
  max-width: 1100px;
  width: 92%;
  margin: 50px auto 0;
}

@media only screen and (min-width: 768px) {
  .time-line {
    margin: 100px auto 0;
  }
}

.day-wrap {
  margin: 0 auto 50px;
}

@media only screen and (min-width: 768px) {
  .day-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
  }
}

.day-wrap .day-tit {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .day-wrap .day-tit {
    width: 22px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.day-wrap .day-tit span {
  background: #ededeb;
  display: inline-block;
  padding: 0px 0 20px;
  letter-spacing: 0.2em;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .day-wrap .day-tit span {
    letter-spacing: 0.4em;
  }
}

.day-wrap .day-tit::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}

@media only screen and (min-width: 768px) {
  .day-wrap .day-tit::after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -5px;
    margin-top: 0;
  }
}

.day-wrap ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  width: 95%;
  position: relative;
}

.day-wrap ol::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  left: 13px;
}

.day-wrap li {
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
  z-index: 10;
  font-size: 15px;
  font-size: 1.5rem;
}

.day-wrap li:last-child {
  margin-bottom: 0;
}

.day-wrap li span {
  display: block;
  margin: 10px 0;
}

.day-wrap li:last-child::after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: #ededeb;
  position: absolute;
  bottom: -25px;
  left: 11px;
}

.day-wrap li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #000000;
  display: block;
  float: left;
  line-height: 30px;
  margin-left: -30px;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: .5em;
  background: #ededeb;
  position: relative;
  top: -5px;
}

.att-wrap a {
  text-decoration: underline;
  color: #1f2928;
}

.att-wrap dl {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}

@media only screen and (min-width: 768px) {
  .att-wrap dl {
    padding: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.att-wrap dl dt {
  font-weight: 600;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .att-wrap dl dt {
    min-width: 300px;
    font-weight: normal;
    margin-bottom: 0;
  }
}

.att-wrap dl dd {
  width: 100%;
}

#link-1,
#link-2,
#link-3,
#link-4,
#link-5,
#morning,
#culture,
#hall,
#dish,
#cafe,
#lunch,
#menu,
#document,
#stay,
#room,
#car,
#train,
#bus {
  margin-top: -100px;
  padding-top: 100px;
  display: block;
}

#service {
  margin-top: -100px;
  padding-top: 100px;
  display: block;
}

.cancel-poli {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .cancel-poli {
    text-align: center;
  }
}

.cancel-poli dl dt {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .cancel-poli dl dt {
    font-size: 20px;
    font-size: 2rem;
  }
}

.ex-cate-name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.exp-menu-slider .next {
  right: -15px;
  margin-top: -80px;
}

.exp-menu-slider .prev {
  left: -15px;
  margin-top: -80px;
}

/* ----------------------------------

体験予約

---------------------------------- */
.zip-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

#address2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

nav.flow {
  max-width: 580px;
  margin: 50px auto;
  position: relative;
}

@media only screen and (min-width: 768px) {
  nav.flow {
    margin: 100px auto;
  }
}

nav.flow::after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 18%;
  left: 50%;
  margin-left: -40%;
}

@media only screen and (min-width: 768px) {
  nav.flow::after {
    width: 85%;
  }
}

nav.flow ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

nav.flow ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

nav.flow ul li::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  border: 1px solid #1f2928;
  background: #FFFFFF;
  z-index: 10;
  margin-bottom: .5em;
}

.reserve-att {
  max-width: 900px;
  margin: auto;
}

#page-reserve nav.flow ul li.step01 {
  font-weight: 600;
}

#page-reserve nav.flow ul li.step01::before {
  width: 25px;
  height: 25px;
  background: #1f2928;
}

.error-msg {
  margin-bottom: 30px;
}

/* ----------------------------------

お食事

---------------------------------- */
#page-cuisine section {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  #page-cuisine section {
    margin-bottom: 100px;
  }
}

#page-cuisine .se-tit span {
  display: block;
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  #page-cuisine .se-tit span {
    display: inline;
    margin-top: 0;
  }
}

#page-cuisine .att {
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  #page-cuisine .att {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.cuisine-content .att {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  margin-top: 50px;
  text-align: left;
}

.menu-wrap {
  background: rgba(255, 255, 255, 0.5);
  padding: 50px 0;
}

@media only screen and (min-width: 768px) {
  .menu-wrap {
    padding: 100px 0;
  }
}

.news.cuisine-news {
  margin: 50px 0 30px;
}

@media only screen and (min-width: 768px) {
  .news.cuisine-news {
    margin: 50px 0 100px;
  }
}

.news.cuisine-news dl dd {
  background: #999 !important;
}

.tit-cuisine-sub {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .tit-cuisine-sub {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.cuisine-info {
  max-width: 1000px;
  margin: 20px auto 50px;
}

@media only screen and (min-width: 768px) {
  .cuisine-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 100px auto;
  }
}

.cuisine-info .subtxt {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .cuisine-info .subtxt {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.cuisine-info img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .cuisine-info img {
    width: 100%;
  }
}

.cuisine-info ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cuisine-info ul li {
  width: 47%;
}

@media only screen and (min-width: 768px) {
  .cuisine-info .info-r {
    width: 50%;
    margin: auto;
  }
}

.cuisine-info .info-r .att {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 50px;
}

.cuisine-info .info-r .att li {
  list-style: none;
}

.cuisine-info .info-r .tit dt {
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .cuisine-info .info-r .tit dt {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 0;
  }
}

.cuisine-info .info-r .time-wrap {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .cuisine-info .info-r .time-wrap {
    margin-top: 70px;
  }
}

.cuisine-info .info-r .time-wrap .upper > dt {
  text-align: center;
  border-bottom: 1px solid #000000;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.cuisine-info .info-r .time-wrap .upper dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cuisine-info .info-r .time-wrap .upper dd.center {
  text-align: center;
  display: block;
}

.cuisine-info .info-r .time-wrap .upper dd .time {
  text-align: center;
  width: 50%;
}

.cuisine-info .info-r .time-wrap .upper dd .time:first-child {
  border-right: 1px dotted #000000;
}

.cuisine-info .info-r .time-wrap .upper dd .time dd {
  width: 100%;
  text-align: center;
  display: block;
}

.cuisine-info.btm {
  background: rgba(255, 255, 255, 0.5);
  max-width: 100%;
  padding: 50px 0;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .cuisine-info.btm {
    padding: 100px 0;
    margin-top: 100px;
  }
}

.cuisine-info.btm .inner {
  max-width: 1200px;
}

@media only screen and (min-width: 768px) {
  .cuisine-info.btm .inner {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .cuisine-info.btm .inner .info-l {
    width: 55%;
  }
}

.cuisine-info.btm .inner .info-l img {
  width: 80%;
}

@media only screen and (min-width: 768px) {
  .cuisine-info.btm .inner .info-l img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .cuisine-info.btm .inner .info-r {
    width: 35%;
  }
}

.cuisine-info.btm .inner .info-r .subtxt {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .cuisine-info.btm .inner .info-r .subtxt {
    margin-top: 0;
  }
}

.cuisine-info.btm .inner .info-r ul {
  display: block !important;
}

.cuisine-info.btm .inner .info-r ul li {
  width: 100%;
}

.cuisine-info.store-btm .info-l {
  width: 100% !important;
}

.cuisine-info.store-btm .info-l img {
  width: 100% !important;
}

.cuisine-info.store-btm .info-l ul li {
  width: 48%;
}

.cuisine-info.store-btm .inner {
  display: block;
}

.cui-main {
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .cui-main {
    width: 80%;
  }
}

.cui-main img {
  width: 100%;
  height: auto;
}

.cui-main .pic {
  position: relative;
  margin-top: 70px;
}

.group-content .cui-main .pic {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .cui-main .pic {
    margin-top: 150px;
  }
  .group-content .cui-main .pic {
    margin-top: 60px;
  }
}

.cui-main .pic h4 {
  position: absolute;
  white-space: nowrap;
  right: 30px;
  top: -50px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 15px 20px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}

@media only screen and (min-width: 768px) {
  .cui-main .pic h4 {
    letter-spacing: 0.4em;
    font-size: 30px;
    font-size: 3rem;
    right: 50px;
    top: -100px;
    padding: 30px 15px 150px 15px;
  }
}

@media only screen and (min-width: 768px) {
  .cui-main .pic h4::after {
    content: "";
    display: block;
    width: 1px;
    height: 150px;
    background: #000000;
    position: absolute;
    bottom: -0px;
    left: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .cui-main .pic h4::before {
    content: "";
    display: block;
    width: 1px;
    height: 150px;
    background: #ccc;
    position: absolute;
    bottom: -60px;
    left: 50%;
  }
}

.cui-main .txt {
  margin: 40px 0;
}

@media only screen and (min-width: 768px) {
  .cui-main .txt {
    margin: 80px 0;
    text-align: center;
  }
}

.cui-main.reverse h4 {
  right: inherit;
  left: 20px;
}

@media only screen and (min-width: 768px) {
  .cui-main.reverse h4 {
    left: 50px;
  }
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.menu dl {
  margin-bottom: 30px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .menu dl {
    width: 46%;
    margin-bottom: 20px;
  }
}

.menu dl dt {
  position: relative;
  min-width: 200px;
}

@media only screen and (min-width: 768px) {
  .menu dl dt {
    min-width: 200px;
  }
}

.menu dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  white-space: nowrap;
}

.menu dl dd::before {
  content: "・・・";
  display: block;
  margin-right: .5em;
}

@media only screen and (min-width: 768px) {
  .menu dl dd::before {
    content: "・・・・・・";
  }
}

.txt-group {
  margin: 40px 0;
}

@media only screen and (min-width: 768px) {
  .txt-group {
    margin: 80px 0;
    text-align: center;
  }
}

.group-wrap {
  margin: 0 auto 50px;
}

@media only screen and (min-width: 768px) {
  .group-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 80%;
    margin: 0 auto 100px;
  }
}

.group-wrap .tit-wrap {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .group-wrap .tit-wrap {
    width: 15%;
  }
}

.group-wrap .tit-wrap::after {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 25px;
}

.group-wrap .tit-wrap .txt-wrap {
  z-index: 10;
  position: relative;
}

.group-wrap h4 {
  background: #ededeb;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .group-wrap h4 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: 0.4em;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .group-wrap h4 {
    text-align: left;
  }
}

.group-wrap h4 span {
  display: block;
}

@media only screen and (min-width: 768px) {
  .group-wrap h4 span {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .group-wrap .group-slider-wrap {
    width: 85%;
  }
}

.group-wrap .group-slider-wrap img {
  width: 100%;
  height: auto;
}

.group-wrap .group-slider-wrap .group-slider {
  width: 95%;
  margin: auto;
}

.group-wrap .group-slider-wrap .group-slider .next {
  right: -20px;
  margin-top: -80px;
}

.group-wrap .group-slider-wrap .group-slider .prev {
  left: -20px;
  margin-top: -80px;
}

.group-wrap .group-slider-wrap .group-slider .inner {
  padding: 30px;
  text-align: center;
}

.group-wrap .group-slider-wrap .group-slider .inner h5 {
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .group-wrap .group-slider-wrap .group-slider .inner h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .group-wrap.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}

@media only screen and (min-width: 768px) {
  .group-wrap.reverse .tit-wrap::after {
    right: 65px;
    left: inherit;
  }
}

@media only screen and (min-width: 768px) {
  .group-wrap.reverse .tit-wrap h4 {
    display: block;
    float: right;
  }
}

/* ----------------------------------

団体旅行

---------------------------------- */
.stay-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stay-main img {
  width: 100%;
  height: auto;
}

.stay-main h4 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: 10%;
  letter-spacing: 0.4em;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
}

.stay-main h4 span {
  display: block;
  margin-top: 50px;
}

.stay-main .pic-room {
  width: 85%;
}

.stay-txt {
  max-width: 65%;
  padding: 50px;
  background: rgba(237, 237, 235, 0.8);
  position: relative;
  margin-top: -80px;
}

.stay-txt::after {
  content: "";
  display: block;
  margin-top: 30px;
}

.group-menu {
  margin-top: 70px;
  background: rgba(255, 255, 255, 0.5);
  padding: 50px 0 20px;
}

@media only screen and (min-width: 768px) {
  .group-menu {
    padding: 100px 0 50px;
    margin-top: 150px;
  }
}

.group-menu .group-content > .pic {
  width: 100%;
  margin: 0 auto 40px;
}

.group-menu .group-content > .pic img {
  width: 100%;
}

.group-menu .subtit {
  margin-bottom: 20px;
  font-weight: 600;
}

.txt-base {
  width: 95%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .group-menu .group-content > .pic {
    width: 80%;
    margin: 0 auto 60px;
  }
  .txt-base {
    text-align: center;
  }
}

.group-content {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .group-content {
    margin-bottom: 100px;
  }
}

.group-subtit {
  text-align: center;
  border-bottom: 1px dotted #000000;
  padding-bottom: 15px;
  margin-bottom: 20px;
  margin-top: 50px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .group-subtit {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.group-culture {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .group-culture {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .group-culture .culture-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.group-culture img {
  width: 100%;
  height: auto;
}

.group-culture .culture-l {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .group-culture .culture-l {
    width: 65%;
    margin-bottom: 0;
  }
}

.group-culture .culture-r {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
  .group-culture .culture-r {
    width: 30%;
  }
}

.group-culture .culture-r .btn-base {
  text-align: center;
  margin-top: 34px;
}

.download {
  margin-top: 50px;
  background: rgba(255, 255, 255, 0.5);
  padding: 50px 0;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .download {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 100px 0;
  }
}

.download ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .download ul::after {
    content: "";
    display: block;
    width: 32%;
  }
}

.download ul li {
  list-style: none;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .download ul li {
    width: 32%;
    margin-bottom: 25px;
  }
}

.download ul li a {
  display: block;
  border: 1px solid #1f2928;
  padding: 20px 20px;
  background: rgba(204, 204, 204, 0.2);
  position: relative;
}

@media only screen and (min-width: 768px) {
  .download ul li a {
    padding: 30px 50px;
  }
}

.download ul li a:hover {
  background: rgba(204, 204, 204, 0.5);
}

.download ul li a:hover::after {
  right: 15px;
}

.download ul li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-left: .5em;
  border: 1px solid #1f2928;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: .2s;
  transition: .2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ----------------------------------

御室会館とは

---------------------------------- */
#page-about {
  overflow-x: hidden;
}

#page-about .se-tit h2 {
  white-space: nowrap;
}

#page-about .se-tit h2 span {
  display: block;
  margin-top: 80px;
}

@media only screen and (min-width: 768px) {
  #page-about .se-tit h2 span {
    display: inline;
    margin-top: 0;
  }
}

.about-greet {
  position: relative;
  background: url(images/momizi.png) left bottom no-repeat;
  background-size: 30%;
  padding-bottom: 70px;
}

@media only screen and (min-width: 768px) {
  .about-greet {
    padding-bottom: 150px;
    background-size: 40vw;
  }
}

.about-greet .greet-content {
  max-width: 1500px;
  margin: 50px auto 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

@media only screen and (min-width: 768px) {
  .about-greet .greet-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

.about-greet .greet-r {
  position: relative;
}

.about-greet .greet-r img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .about-greet .greet-r {
    left: -100px;
    width: 67%;
  }
}

.about-greet .greet-l {
  position: relative;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .about-greet .greet-l {
    width: 43%;
    margin-top: 0;
  }
}

.about-greet .greet-l .inner {
  position: relative;
  z-index: 10;
  max-width: 600px;
  width: 95%;
  margin: auto;
}

.about-greet .greet-l h4 {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .about-greet .greet-l h4 {
    padding-left: 30px;
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .about-greet .greet-l .txt {
    padding-left: 30px;
  }
}

.about-greet .greet-l .pic-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 95%;
  margin: 20px auto 0;
}

@media only screen and (min-width: 768px) {
  .about-greet .greet-l .pic-wrap {
    margin: 50px auto 0;
  }
}

.about-greet .greet-l .pic-wrap img {
  width: 100%;
  height: auto;
}

.about-greet .greet-l .pic-wrap > div:first-child {
  margin-top: 50px;
  margin-right: 20px;
}

.about-mid {
  position: relative;
  background: url(images/bg_about01.png) left top -20%/cover no-repeat;
  background-size: 80%;
}

@media only screen and (min-width: 768px) {
  .about-mid {
    margin-top: -150px;
    background: none;
  }
}

@media only screen and (min-width: 768px) {
  .about-mid::after {
    content: "";
    display: block;
    margin-top: 150px;
  }
}

.about-mid .mid-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (min-width: 768px) {
  .about-mid .mid-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    height: 55vw;
  }
}

@media only screen and (min-width: 768px) {
  .about-mid .mid-content .mid-l {
    width: 45vw;
    padding-bottom: 15%;
    background: url(images/bg_about01.png) right bottom/cover no-repeat;
  }
}

@media only screen and (min-width: 768px) {
  .about-mid .mid-content .mid-l .inner {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-left: 20%;
  }
}

.about-mid .mid-content .mid-l .inner h4 {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  text-shadow: 0 0 5px #fff,0 0 10px #fff,0 0 15px #fff;
}

@media only screen and (min-width: 768px) {
  .about-mid .mid-content .mid-l .inner h4 {
    font-size: 25px;
    font-size: 2.5rem;
    letter-spacing: .4em;
    text-align: left;
  }
}

.about-mid .mid-content .mid-l .inner h4 span {
  display: block;
}

@media only screen and (min-width: 768px) {
  .about-mid .mid-content .mid-l .inner h4 span {
    margin-top: 100px;
  }
}

.about-mid .mid-content .mid-l .inner .txt {
  width: 95%;
  margin: 30px auto 20px;
  text-shadow: 0 0 2px #fff,0 0 3px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}

.about-mid .mid-content .mid-l .inner .txt br {
  display: none;
}

@media only screen and (min-width: 768px) {
  .about-mid .mid-content .mid-l .inner .txt br {
    display: inherit;
    margin: 50px auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .about-mid .mid-content .mid-l .inner .txt {
    margin-top: 120px;
    margin-right: 50px;
    letter-spacing: .5em;
  }
}

.about-mid .mid-content .mid-r {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .about-mid .mid-content .mid-r {
    width: 50vw;
    padding-top: 5%;
  }
}

.about-mid .mid-content .mid-r .pic-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .about-mid .mid-content .mid-r .pic-wrap {
    left: 0;
    right: -100px;
    position: absolute;
  }
}

.about-mid .mid-content .mid-r .pic-wrap img {
  width: 100%;
  height: auto;
}

.about-mid .mid-content .mid-r .pic-wrap .pic-l {
  width: 60%;
  /*   padding-top: 30%; */
  padding-left: 5%;
}

@media only screen and (min-width: 768px) {
  .about-mid .mid-content .mid-r .pic-wrap .pic-l {
    padding-left: 0;
  }
}

.about-mid .mid-content .mid-r .pic-wrap .pic-r {
  width: 35%;
  padding-right: 5%;
}

@media only screen and (min-width: 768px) {
  .about-mid .mid-content .mid-r .pic-wrap .pic-r {
    padding-right: 0;
    padding-top: 8%;
  }
}

.about-mid .mid-content .mid-r .pic-wrap .pic-l div,
.about-mid .mid-content .mid-r .pic-wrap .pic-r div {
  margin-bottom: 30px;
}

.about-cafe {
  position: relative;
  background: url(images/bg_about02.png) left bottom no-repeat;
  background-size: 50%;
}

@media only screen and (min-width: 768px) {
  .about-cafe {
    background: url(images/bg_about02.png) left bottom no-repeat;
    background-size: auto;
  }
}

.about-cafe img {
  width: 100%;
  height: auto;
}

.about-cafe .cafe-content {
  max-width: 1500px;
  margin: auto;
}

.about-cafe .cafe-content .cafe-wrap {
  width: 95%;
  margin: 40px auto 0;
}

@media only screen and (min-width: 768px) {
  .about-cafe .cafe-content .cafe-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 80px;
  }
}

.about-cafe .cafe-content .cafe-wrap h4 {
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
  text-shadow: 0 0 5px #fff,0 0 10px #fff,0 0 15px #fff;
  margin-top: 30px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .about-cafe .cafe-content .cafe-wrap h4 {
    letter-spacing: .4em;
    width: 10%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .about-cafe .cafe-content .cafe-wrap h4 span {
    display: block;
    margin-top: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .about-cafe .cafe-content .cafe-wrap .pic {
    width: 85%;
  }
}

.about-cafe .cafe-content .cafe-btm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .about-cafe .cafe-content .cafe-btm {
    margin-left: 10%;
    margin-top: 50px;
    margin-bottom: 0;
  }
}

.about-cafe .cafe-content .cafe-btm .pic {
  width: 30%;
}

.about-cafe .cafe-content .cafe-btm .txt {
  width: 65%;
}

.about-space {
  padding-top: 70px;
  width: 95%;
  margin: auto;
  background: url(images/bg_about03.png) right top no-repeat;
  background-size: 50%;
}

@media only screen and (min-width: 768px) {
  .about-space {
    padding-top: 100px;
    margin-top: 0;
    background: url(images/bg_about03.png) right bottom no-repeat;
    background-size: auto;
  }
}

.about-space .space-content {
  max-width: 1500px;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .about-space .space-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}

.about-space h4 {
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
  text-shadow: 0 0 5px #fff,0 0 10px #fff,0 0 15px #fff;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .about-space h4 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: 35%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 50px;
    letter-spacing: .6em;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .about-space h4 span {
    display: block;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .about-space .pic {
    width: 55%;
    padding-top: 100px;
  }
}

.about-space .pic img {
  width: 100%;
  height: auto;
}

.about-space .pic .txt {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .about-space .pic .txt {
    margin-top: 30px;
  }
}

.about-column {
  background: rgba(255, 255, 255, 0.5);
  padding: 50px 0;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .about-column {
    margin-top: 100px;
    padding: 100px 0;
  }
}

.about-column img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .about-column .column-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.about-column .column-wrap div dl dt {
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .about-column .column-wrap div dl dt {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 30px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .about-column .column-wrap div:first-child {
    width: 30%;
  }
}

@media only screen and (min-width: 768px) {
  .about-column .column-wrap div:last-child {
    width: 65%;
  }
}

.about-column.bgnone {
  background: none;
  padding: 0;
}

.about-column.bgnone .column-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.about-info {
  margin-top: 50px;
}

.about-voice {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .about-voice {
    margin-top: 100px;
  }
}

/* ----------------------------------

宿泊縦スライダー

---------------------------------- */
.stay-cuisine-slider {
  /* slide-box */
  /* slide */
  /* slide-navigation */
  /* slick */
}

.stay-cuisine-slider .slide-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .stay-cuisine-slider .slide-box {
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
  }
}

.stay-cuisine-slider .slide {
  position: relative;
  width: 100% !important;
  margin: 0 7px 7px 0;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .stay-cuisine-slider .slide {
    width: 85% !important;
  }
}

.stay-cuisine-slider .slide .item {
  position: relative;
  height: 100%;
}

.stay-cuisine-slider .slide .item a {
  display: block;
}

.stay-cuisine-slider .slide .item::before {
  display: block;
  padding-top: 55%;
  content: "";
}

@media only screen and (min-width: 768px) {
  .stay-cuisine-slider .slide .item::before {
    padding-top: 35%;
  }
}

.stay-cuisine-slider .slide .item .image {
  position: relative;
  overflow: hidden;
}

.stay-cuisine-slider .slide .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.stay-cuisine-slider .slide > .slick-list,
.stay-cuisine-slider .slide > .slick-list > .slick-track,
.stay-cuisine-slider .slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .stay-cuisine-slider .slide {
    width: 100%;
  }
}

.stay-cuisine-slider .slide-navigation {
  line-height: 0;
  position: relative;
  width: 15%;
  margin: 0;
  padding: 0;
}

.stay-cuisine-slider .slide-navigation .item {
  position: relative;
  cursor: pointer;
  margin-bottom: 7px;
}

.stay-cuisine-slider .slide-navigation .item:last-child {
  margin-bottom: 0;
}

.stay-cuisine-slider .slide-navigation .item .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.stay-cuisine-slider .slide-navigation .item .image img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.stay-cuisine-slider .slide-navigation .item .image::before {
  display: block;
  padding-top: 75%;
  content: "";
}

.stay-cuisine-slider .slide-navigation .item .image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #000;
}

.stay-cuisine-slider .slide-navigation .slick-current .image::after {
  opacity: 0;
}

.stay-cuisine-slider .slide-navigation .item .image {
  position: relative;
  overflow: hidden;
}

.stay-cuisine-slider .slide-navigation .item .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .stay-cuisine-slider .slide-navigation {
    width: 100%;
  }
  .stay-cuisine-slider .slide-navigation .item .image::before {
    padding-top: 50%;
  }
}

.stay-cuisine-slider .slick-vertical .slick-slide {
  border: 0 solid transparent;
}

.stay-cuisine-slider .slick-arrow {
  z-index: 999;
}

.stay-cuisine-slider .slick-prev {
  top: 25px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
}

.stay-cuisine-slider .slick-prev:before {
  content: "↑";
}

.stay-cuisine-slider .slick-next {
  top: auto;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
}

.stay-cuisine-slider .slick-next:before {
  content: "↓";
}

@media screen and (max-width: 767px) {
  .stay-cuisine-slider .slick-prev {
    top: 20px;
    bottom: 0;
    right: auto;
    left: 20px;
  }
  .stay-cuisine-slider .slick-prev:before {
    content: "←";
  }
  .stay-cuisine-slider .slick-next {
    top: 20px;
    bottom: 0;
    right: 20px;
    left: auto;
  }
  .stay-cuisine-slider .slick-next:before {
    content: "→";
  }
}

/* ----------------------------------

モーダルウィンドウ

---------------------------------- */
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(31, 41, 40, 0.9);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -40px;
  right: -0px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 1000;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 30px;
}

.plan-search {
  text-align: center;
}

.plan-search .tit-search {
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.plan-search .number-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.plan-search .number-wrap .stay-num {
  margin-right: 20px;
}

.plan-search dl {
  margin-bottom: 20px;
}

.plan-search dl dt {
  font-weight: 600;
  margin-top: 10px;
}

.plan-search input {
  padding: 5px;
  font-size: 19px;
  font-size: 1.9rem;
  width: 110px;
}

.plan-search select {
  padding: 5px;
  font-size: 20px;
  font-size: 2rem;
}

.plan-search .btn-search {
  background: #1f2928;
  border: none;
  color: #FFFFFF;
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-transition: .5s;
  transition: .5s;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
}

@media only screen and (min-width: 768px) {
  .plan-search .btn-search {
    width: 300px;
  }
}

.plan-search .btn-search:hover {
  background: #52605f;
}

.plan-search .btn-plan-list a {
  border-bottom: dotted 2px #ccc;
  display: inline-block;
  margin-top: 20px;
}

.plan-search .btn-cancel {
  border-bottom: dotted 2px #ccc;
  display: inline-block;
  margin-top: 20px;
}

/* ----------------------------------

ハンバーガーメニュー

---------------------------------- */
.sp-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-menu ul li {
  width: 47%;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
}

.sp-menu ul li a {
  display: block;
  border-bottom: 1px dotted #FFFFFF;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  letter-spacing: -0.01em;
  padding: 15px 0;
  position: relative;
}

.sp-menu ul li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}

.sp-menu .submenu {
  width: 100%;
  margin-top: 20px;
}

.sp-menu .submenu ul li {
  font-size: 13px;
  font-size: 1.3rem;
}

.sp-menu .submenu ul li a {
  border-bottom: none;
  padding: 10px 0;
}

.sp-menu .submenu ul li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
}

.sp-menu .sp-contact {
  width: 100%;
  margin-top: 30px;
}

.sp-menu .sp-contact a {
  padding: 0;
  border: none;
  display: block;
  width: 80%;
  text-align: center;
  padding: 20px;
  border: 1px solid #FFFFFF;
  margin: auto;
}

.sp-menu .sp-contact a::after {
  display: none;
}

.sp-menu .lang {
  width: 80%;
  margin: 40px auto 0;
  white-space: nowrap;
}

.sp-menu .lang ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-flow: nowrap;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
}

.sp-menu .lang li {
  padding: 0;
  width: 33%;
  margin: 0 10px;
}

.sp-menu .lang li a {
  border-bottom: none;
  text-align: center;
  display: block;
  padding: 0;
  border-bottom: 1px solid #FFFFFF;
}

.sp-menu .lang li a::after {
  display: none;
}

/* ----------------------------------

お知らせ

---------------------------------- */
.news-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.news-content .news-box {
  width: 46%;
  margin-bottom: 40px;
}

.news-content .news-box.dummy {
  height: 0;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .news-content .news-box {
    width: 30%;
    margin-bottom: 80px;
  }
}

.news-content .news-box > div:first-child {
  overflow: hidden;
  position: relative;
}

.news-content .news-box > div:first-child .cate {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #1f2928;
  color: #FFFFFF;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 3px 6px;
}

@media only screen and (min-width: 768px) {
  .news-content .news-box > div:first-child .cate {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.news-content .news-box > div:first-child img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  width: 100%;
  height: 30vw;
  max-height: 250px;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  .news-content .news-box > div:first-child img {
    height: 20vw;
  }
}

.news-content .news-box > div:first-child img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.news-content .news-box img {
  width: 100%;
  height: auto;
}

.news-content .news-box dl dt {
  color: #999;
  margin-top: 10px;
}

@media only screen and (min-width: 1025px) {
  .news-content .news-box dl dt {
    margin-top: 20px;
  }
}

.wp-pagenavi {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 20px;
  text-align: center;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  height: 32px;
  margin: 0 8px 0 0;
  padding: 0 12px;
  line-height: 32px;
  color: #111111;
  background: #f2f2f2;
  vertical-align: bottom;
  text-align: center;
  text-decoration: none;
  border: none !important;
  border-radius: 20px;
}

.wp-pagenavi a:hover {
  color: #FFFFFF;
  background: #000000;
}

.wp-pagenavi .current {
  font-weight: bold;
  color: #FFFFFF;
  background: #000000;
}

.post-page {
  max-width: 1000px;
  margin: auto;
}

.post-page h2 {
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .post-page h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.post-page img {
  width: 100%;
  height: auto;
  margin: 20px auto;
}

@media only screen and (min-width: 1025px) {
  .post-page img {
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

.post-page .date-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}

@media only screen and (min-width: 768px) {
  .post-page .date-info {
    margin: 40px 0;
  }
}

.post-page .date-info .date {
  color: #aaa;
}

.post-page .date-info .share {
  margin-left: 30px;
}

.post-page .date-info .share dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-page .date-info .share dl dt {
  margin-right: 30px;
  font-size: 18px;
  font-size: 1.8rem;
}

.post-page .date-info .share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-page .date-info .share ul li {
  margin-right: 20px;
  font-size: 20px;
  font-size: 2rem;
}

.post-page .date-info .share ul li a {
  color: #aaa;
  font-size: 22px;
  font-size: 2.2rem;
}

.post-page-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 60px auto 0;
  list-style: none;
}

.post-page-nav .nextPost a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.post-page-nav .nextPost a::before {
  font-family: "FontAwesome";
  content: "\f104";
  margin-right: .5em;
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  top: -2px;
}

@media only screen and (min-width: 768px) {
  .post-page-nav .nextPost a::before {
    font-size: 40px;
    font-size: 4rem;
    top: -4px;
  }
}

.post-page-nav .nextPost a:hover {
  opacity: .4;
}

.post-page-nav .prevPost a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.post-page-nav .prevPost a::after {
  font-family: "FontAwesome";
  content: "\f105";
  margin-left: .5em;
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  top: -4px;
}

@media only screen and (min-width: 768px) {
  .post-page-nav .prevPost a::after {
    font-size: 40px;
    font-size: 4rem;
    top: -2px;
  }
}

.post-page-nav .prevPost a:hover {
  opacity: .4;
}

.lastest {
  margin-top: 50px;
  margin: 80px auto;
}

@media only screen and (min-width: 1025px) {
  .lastest {
    width: 800px;
  }
}

.lastest h3 {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: normal;
  letter-spacing: .2em;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .lastest h3 {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}

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

.lastest .lastest-box .box-l {
  width: 60%;
}

.lastest .lastest-box .box-l a {
  -webkit-transition: .5s;
  transition: .5s;
}

.lastest .lastest-box .box-l a:hover {
  opacity: .5;
}

.lastest .lastest-box .box-r {
  width: 35%;
}

.lastest .lastest-box .box-r a {
  -webkit-transition: .5s;
  transition: .5s;
}

.lastest .lastest-box .box-r a:hover {
  opacity: .8;
}

.lastest .lastest-box img {
  width: 100%;
  height: auto;
}

.lastest .lastest-box dl dt {
  color: #999;
}

h2.blog-tit {
  text-align: center;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 20px 0;
  font-weight: 600;
}

.news-wrap {
  margin-top: 80px;
}

.next-nav {
  margin-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
}

body.single-post .news-wrap p {
  margin-bottom: 1em;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .next-nav {
    padding-bottom: 50px;
  }
}

.next-nav > li:first-child::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  margin-right: .5em;
}

.next-nav > li:last-child::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-left: .5em;
}

.next-nav > li a {
  -webkit-transition: .5s;
  transition: .5s;
}

.next-nav > li a:hover {
  opacity: .5;
}

/* ----------------------------------

感染症対策

---------------------------------- */
.corona-wrap {
  max-width: 1000px;
  margin: auto;
  width: 95%;
}

.corona-wrap .tit {
  margin: 50px 0;
}

.corona-wrap dl {
  margin-bottom: 50px;
}

.corona-wrap dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .corona-wrap dl dt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.corona-wrap dl dd ul li {
  list-style-position: inside !important;
  list-style: decimal;
}

.corona-wrap .soudan {
  margin-top: 50px;
  background: rgba(31, 41, 40, 0.1);
  padding: 50px;
  text-align: center;
}

/*single-tour*/
.tour .sgl_head_inner {
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.tour .sgl_head_img {
  position: relative;
  padding-top: 50px;
  padding-left: 0;
  background-color: transparent;
  z-index: 0;
}

.tour .sgl_head .post_type {
  width: calc(100% + 100px);
}

.single_head.tour::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 76%;
  height: 100%;
  background: url("./img/back_bd1.svg") center center/cover no-repeat;
}

.tour_h_price {
  margin-top: 55px;
  color: #1f2928;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  padding: 20px 0px 0;
}

@media only screen and (min-width: 768px) {
  .tour_h_price {
    padding: 50px 0px 0;
  }
}

.tour_h_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px 10px 25px;
  margin-left: auto;
  width: 150px;
  color: #1f2928;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #fff;
  border-radius: 50px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.tour_h_btn i {
  margin-left: 10px;
}

.tour_h_btn:hover {
  color: #fff;
  background-color: #1f2928;
}

.tour .sgl_head {
  padding-right: 20px;
}

.single_tour .sp_post_info, .page-id-90 .sp_post_info {
  width: 92%;
  margin: 0 auto 25px;
}

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

.dual_col:not(:last-child) {
  margin-bottom: 50px;
}

.right.dual_col {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.dual_col > img:only-child {
  max-width: 100% !important;
}

.dual_col__img {
  max-width: 55%;
}

.left.dual_col .dual_col__img {
  margin-right: 5%;
}

.right.dual_col .dual_col__img {
  margin-left: 5%;
}

.dual_col__img:only-child {
  max-width: 100%;
  margin: 0 auto !important;
}

.dual_col .dual_col__img:not(:only-of-type) {
  max-width: 47.5%;
  margin: 0 2.5%;
}

.dual_col__text {
  width: 40%;
  line-height: 2;
}

.dual_col > .dual_col__text:only-child {
  width: 100% !important;
}

.dual_col > .dual_col__text:only-child h4:only-child {
  text-align: center;
}

.dual_col__text h2,
.dual_col__text h3,
.dual_col__text h4 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}

.dual_col__text p {
  line-height: 2;
  margin-bottom: 15px;
}

#tour_point {
  max-width: 1100px;
  width: 92%;
  margin: auto;
}

.dual_col__text ul {
  line-height: 1.6;
}

.single_tour ul {
  padding-left: 20px;
}

.single_tour ul.lsn {
  padding-left: 0;
}

.details_section dl dd table {
  width: 100%;
  border: 1px solid #ccc;
}

.details_section dl dd tr {
  border-bottom: 1px solid #ccc;
}

.details_section dl dd th {
  padding: 10px;
  text-align: center;
  border-left: 1px solid #ccc;
}

.details_section dl dd td {
  padding: 10px;
  text-align: center;
  border-left: 1px solid #ccc;
}

.details_section dl .prices th {
  text-align: center;
}

.details_section dl .prices th:first-child {
  width: 140px;
}

.details_section dl .cancellation_fees th {
  width: 25%;
  text-align: center;
}

.single_tour #details {
  max-width: 1100px;
  width: 92%;
  margin: auto;
}

.single_tour #details dl:first-of-type {
  border-top: 1px solid #b3b3b3;
}

.single_tour #details dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  border-bottom: 1px solid #b3b3b3;
}

.single_tour #details dt {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 280px;
  padding: 25px 20px 25px 0;
  font-weight: 600;
}

.single_tour #details dd {
  width: 100%;
  padding: 25px 20px 25px 0;
}

.embedded_contents {
  width: 100%;
  padding: 30px 0;
}

.embedded_contents iframe {
  width: 100%;
}

#tour_tl {
  width: 100%;
  padding: 95px 0 120px;
  margin-top: 95px;
  background-color: #f0fbf4;
}

.tour_tl_li {
  max-width: 1100px;
  width: 92%;
  margin: auto;
  list-style: none;
}

.tour_tl_li li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.tour_tl_li li:nth-of-type(odd) {
  padding: 45px 155px 45px;
  background-color: #fff;
  z-index: 1;
}

.tour_tl_li li:nth-of-type(even) {
  padding: 45px 155px 55px;
  background: url("./img/back_tl.svg") center bottom/cover no-repeat;
  z-index: 2;
}

.tour_tl_li li.has_img {
  padding-right: 55px;
}

.tour_tl_li li:nth-child(2n+1):last-child::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 25px solid #fff;
  border-right: 30px solid transparent;
  border-bottom: none;
  border-left: 30px solid transparent;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tour_tl_li li + li {
  margin-top: -25px;
}

.tour_tl_li .num {
  position: absolute;
  top: 45%;
  left: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding-right: 5px;
  color: #fff;
  font-size: 3rem;
  font-family: ab-kirigirisu, sans-serif;
  line-height: 1;
  letter-spacing: -5px;
  text-align: center;
  background-color: #17caab;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tour_tl_li .num span {
  margin-bottom: 5px;
  font-size: 2rem;
}

.tour_tl_li li:first-of-type .num span, .tour_tl_li li:last-of-type .num span, .tour_tl_li li:first-of-type .num b, .tour_tl_li li:last-of-type .num b {
  display: none;
}

.tour_tl_li li:first-of-type .num::before {
  content: 'START';
  font-size: 2rem;
}

.tour_tl_li li:last-of-type .num::before {
  content: 'GOAL';
  font-size: 2rem;
}

.tour_tl_li .cont {
  width: 100%;
}

.tour_tl_li .head3 {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.tour_tl_li .txt {
  width: 100%;
  text-align: center;
}

.tour_tl_li .img {
  width: 25%;
}

.tour_tl_li .img img {
  border-radius: 10px;
}

.tour_tl_note {
  max-width: 1100px;
  width: 92%;
  margin: 0 auto 30px;
  padding-bottom: 0;
  border-bottom: none;
}

#tour_covid {
  position: relative;
  max-width: 1100px;
  width: 92%;
  padding: 65px 30px;
  margin: 100px auto 0;
  background: rgba(255, 255, 255, 0.5);
}

#tour_covid li {
  list-style: none;
}

#tour_covid::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #1f2928;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.tour_covid_b {
  width: 100%;
}

.tour_covid_b .head2 {
  width: 100%;
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.tour_covid_b .txt {
  width: 100%;
  text-align: center;
}

.tour_covid_b .txt span {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}

.tour_boshi_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 930px;
  width: 100%;
  margin: 35px auto 60px;
}

.tour_boshi_li li {
  width: 16%;
  margin: 0 4.5%;
  text-align: center;
}

.tour_taisaku_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 630px;
  width: 85%;
  margin: 15px auto 0;
}

.tour_taisaku_li li {
  width: 25%;
  margin: 0 4%;
  text-align: center;
}

.contact_policy_check + .tour_form_btn .btn1 {
  pointer-events: none;
  background-color: #c7f4ed;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.contact_policy_check + .tour_form_btn.checked .btn1 {
  background-color: #17caab;
  pointer-events: inherit;
}

.tour_btn_wrap {
  width: 100%;
  padding: 60px 20px;
  background: url("./img/back_bd1.svg") center center/cover no-repeat;
}

.tour_btn_wrap .contact_policy_check {
  margin-bottom: 50px;
}

.tour_form_btn .btn1 {
  margin: 0;
}

.single_tour #details {
  margin-top: 100px;
}

.tour_bottom {
  width: 100%;
  padding: 150px 20px 60px;
  text-align: center;
}

.tour_bottom .title {
  margin-bottom: 35px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3;
}

.tour_bottom .fee {
  font-size: 1.8rem;
  font-weight: 600;
}

#tour_calendar {
  max-width: 900px;
  width: 92%;
  padding: 55px 0;
  margin: auto;
}

.sgl_head .cat_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.sgl_head .cat_wrap .cat {
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 10px;
}

#contact .retreat_form.maxw800 {
  max-width: 800px;
  width: 92%;
  margin: auto;
  text-align: center;
}

@media only screen and (max-width: 1120px) {
  .tour_h_price {
    margin: 35px 0 25px;
  }
  .tour .sgl_head .post_type {
    width: calc(100% + 35px);
  }
  .tour_btn_wrap {
    background-size: 1400px auto;
  }
}

@media only screen and (max-width: 1024px) {
  .tour .sgl_head .post_type {
    width: 100%;
  }
  .dual_col__text h4 {
    margin-bottom: 15px;
    font-size: 2.1rem;
  }
  .dual_col__text p {
    line-height: 1.7;
  }
  .dual_col__text ul {
    font-size: 1.6rem;
  }
  .dual_col__text {
    width: 47%;
  }
  .dual_col__img {
    max-width: 50%;
  }
  .left.dual_col .dual_col__img {
    margin-right: 3%;
  }
  .right.dual_col .dual_col__img {
    margin-left: 3%;
  }
  .dual_col .dual_col__img:not(:only-of-type) {
    max-width: 48.5%;
    margin: 0 1.5%;
  }
  #tour_tl {
    padding: 50px 0 80px;
  }
  .tour_tl_li .num {
    left: 35px;
  }
  .tour_tl_li li:nth-of-type(odd), .tour_tl_li li:nth-of-type(even) {
    padding-right: 125px;
    padding-left: 125px;
  }
  #tour_covid {
    padding: 45px 30px 50px;
    margin-top: 85px;
  }
  .single_tour #details {
    margin-top: 85px;
  }
  .tour_covid_b .head2 {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .tour_covid_b .txt {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .tour_boshi_li {
    margin: 20px auto 40px;
  }
  .tour_covid_b .txt span {
    font-size: 2rem;
  }
  .tour_bottom {
    padding: 100px 20px 40px;
  }
  .tour_bottom .title {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
  .tour_btn_wrap {
    padding: 40px 20px;
  }
  .tour_btn_wrap .contact_policy_check {
    margin-bottom: 30px;
  }
  #tour_calendar {
    padding: 65px 0;
  }
}

@media only screen and (max-width: 850px) {
  .tour_h_price {
    margin: 20px 0 15px;
  }
  .tour .sgl_head_img {
    padding-top: 0;
  }
  .tour .sgl_head .post_type {
    font-size: 3.3rem;
  }
  .dual_col__text h4 {
    margin-bottom: 10px;
    font-size: 1.9rem;
  }
  .dual_col:not(:last-child) {
    margin-bottom: 40px;
  }
  .single_tour #details dt {
    width: 200px;
    padding: 20px 20px 20px 0;
  }
  .single_tour #details dd {
    padding: 20px 20px 20px 0;
  }
  #tour_covid {
    margin-top: 75px;
  }
  .tour_tl_li .img {
    width: 40%;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .tour .sgl_head .post_type {
    font-size: 2.7rem;
  }
  .tour .sgl_head .post_type::before {
    margin-top: 2px;
  }
  .tour_h_price {
    margin: 10px 0;
  }
  .tour_h_btn {
    width: 130px;
    padding: 5px 15px 5px 25px;
    font-size: 1.4rem;
  }
  .single_tour #details dl {
    font-size: 1.5rem;
  }
  .embedded_contents {
    padding: 20px 0;
  }
  .embedded_contents iframe {
    height: 300px !important;
  }
  .tour_tl_li li:nth-of-type(odd) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tour_tl_li li:nth-of-type(even) {
    padding-bottom: 45px;
  }
  .tour_tl_li li:nth-of-type(odd), .tour_tl_li li:nth-of-type(even) {
    padding-right: 75px;
    padding-left: 110px;
  }
  .tour_tl_li .head3 {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .tour_tl_li .num {
    left: 20px;
    width: 80px;
    height: 80px;
    font-size: 2.7rem;
  }
  .tour_tl_li .num span {
    margin-bottom: 0;
    font-size: 1.7rem;
  }
  #tour_tl {
    margin-top: 70px;
  }
  .tour_boshi_li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 400px;
    margin: 10px auto 20px;
  }
  .tour_boshi_li li {
    width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
    text-align: center;
  }
  #tour_covid {
    margin-top: 55px;
  }
  .single_tour #details {
    margin-top: 60px;
  }
  .tour_bottom {
    padding: 60px 20px 30px;
  }
  .tour_bottom .title {
    margin-bottom: 15px;
    font-size: 2.3rem;
  }
  .tour_bottom .fee {
    font-size: 1.6rem;
  }
  .tour_btn_wrap {
    padding: 30px 20px;
  }
  .tour_btn_wrap .contact_policy_check {
    margin-bottom: 15px;
  }
  #tour_calendar {
    padding: 45px 0;
  }
  #contact .retreat_form.maxw800 {
    text-align: left;
  }
}

@media only screen and (max-width: 650px) {
  .dual_col__img {
    max-width: inherit;
    width: 100%;
    margin-bottom: 10px;
  }
  .left.dual_col .dual_col__img {
    margin-right: 0;
  }
  .dual_col {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 500px;
    margin: auto;
  }
  .dual_col__text {
    width: 100%;
  }
  .dual_col .dual_col__img:not(:only-of-type) {
    max-width: 49%;
    margin: 0;
  }
  .dual_col:not(:last-child) {
    margin-bottom: 30px;
  }
  .dual_col__text h4 {
    font-size: 1.6rem;
  }
  .dual_col__text p {
    line-height: 1.5;
  }
  .dual_col__text ul {
    font-size: 1.4rem;
  }
  .tour_tl_li .head3 {
    margin-bottom: 5px;
    font-size: 1.6rem;
    text-align: left;
  }
  .tour_tl_li .txt {
    font-size: 1.4rem;
    text-align: left;
  }
  .tour_tl_li li:nth-of-type(odd), .tour_tl_li li:nth-of-type(even) {
    padding-right: 20px;
    padding-left: 105px;
  }
  .tour_tl_li .num span {
    font-size: 1.5rem;
  }
  .tour_tl_li .num {
    font-size: 2.5rem;
  }
  .tour_tl_li li:first-of-type .num::before, .tour_tl_li li:last-of-type .num::before {
    font-size: 1.8rem;
  }
  .tour_tl_li .num {
    left: 15px;
    width: 70px;
    height: 70px;
    font-size: 2.4rem;
  }
  .tour_tl_li li + li {
    margin-top: -15px;
  }
  .tour_tl_li li:nth-of-type(odd), .tour_tl_li li:nth-of-type(even) {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tour_tl_li li:nth-child(2n+1):last-child::after {
    border-top: 15px solid #fff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
  #tour_tl {
    padding: 30px 0 55px;
    margin-top: 50px;
  }
  .tour_taisaku_li {
    width: 95%;
  }
  .tour_covid_b .head2 {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  .tour_covid_b .txt span {
    font-size: 1.8rem;
  }
  #datepicker_view {
    max-width: 300px;
    width: 100%;
    margin: auto;
  }
  div.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 100%;
  }
  .single_tour .sgl_head .cat, .single_tour .sgl_head .date, .single_tour .sgl_head .title, .single_head .tour_h_price, .single_head .tour_h_btn {
    display: none;
  }
  .single_tour .sp_post_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tour_h_price {
    width: auto;
    margin: 5px 0 0;
  }
  .single_tour .sp_post_info .title {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 550px) {
  .single_tour #details dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single_tour #details dt {
    width: 100%;
    padding: 10px 0 0;
  }
  .single_tour #details dd {
    padding: 0 0 10px;
    font-size: 1.4rem;
  }
  .details_section dl dd table {
    margin-top: 5px;
  }
  .tour_tl_li .num {
    width: 60px;
    height: 60px;
    font-size: 2.2rem;
  }
  .tour_tl_li li:first-of-type .num::before, .tour_tl_li li:last-of-type .num::before {
    font-size: 1.6rem;
  }
  .tour_tl_li li:nth-of-type(odd), .tour_tl_li li:nth-of-type(even) {
    padding-left: 85px;
  }
  .tour_tl_li li:nth-of-type(odd), .tour_tl_li li:nth-of-type(even) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tour_tl_li li + li {
    margin-top: 0;
  }
  .tour_tl_li li:nth-of-type(even) {
    background: url("./img/back_bd1.svg") center center/1400px auto no-repeat;
  }
  .tour_tl_li li:nth-child(2n+1):last-child::after {
    display: none;
  }
  .tour_tl_li .head3 {
    font-size: 1.5rem;
  }
  .tour_tl_li .txt {
    line-height: 1.5;
  }
  #tour_tl {
    padding-bottom: 45px;
  }
  .tour_taisaku_li {
    width: 100%;
  }
  #tour_covid {
    padding: 25px 20px 40px;
  }
  .tour_boshi_li li {
    width: 42%;
    padding: 0 15px;
    margin: 0 0 20px;
    text-align: center;
  }
  .tour_boshi_li {
    margin: 10px auto;
  }
  .tour_covid_b .txt {
    font-size: 1.4rem;
    text-align: left;
  }
  .tour_taisaku_li {
    margin-top: 5px;
  }
  .tour_bottom {
    padding: 35px 20px 20px;
  }
  .tour_bottom .title {
    margin-bottom: 10px;
    font-size: 1.9rem;
  }
  .tour_btn_wrap {
    padding: 25px 20px;
  }
}

@media only screen and (max-width: 450px) {
  .tour .sgl_head .post_type {
    font-size: 2.1rem;
  }
  #tour_tl {
    margin-top: 40px;
  }
  .tour_covid_b .head2 {
    font-size: 1.6rem;
  }
}

.head2_1 {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.tour_h_price {
  text-align: left;
  margin: 10px 0;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .tour_h_price {
    text-align: left;
  }
}

.full_width_text {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .full_width_text {
    padding: 50px;
    margin-bottom: 0;
  }
}

.mtop1em {
  margin-top: 1em;
}

/* ----------------------------------

cookie

---------------------------------- */
.cc-window.cc-banner.cc-type-opt-in.cc-theme-block.cc-bottom.cc-color-override--958013087 {
  display: block;
}

.cookie-txt {
  font-size: 12px;
  line-height: 1.5em;
}

.cookie-detail {
  font-size: 12px;
}

.cookie-detail {
  color: #26ABC7;
  -webkit-text-decoration-color: #26ABC7;
  text-decoration-color: #26ABC7;
  text-decoration: none;
}

.cc-link {
  text-decoration: none !important;
  -webkit-text-decoration-color: #26ABC7 !important;
  text-decoration-color: #26ABC7 !important;
}

.cookie-detail::after {
  content: ">>";
  display: inline-block;
}

.cc-compliance.cc-highlight {
  margin-top: 10px;
}

a.cc-btn.cc-deny {
  width: 50%;
  background: #ccc;
  border: 1px solid #ccc !important;
  font-size: 12px;
  display: none;
}

a.cc-btn.cc-allow {
  width: 100%;
  font-size: 12px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cookie-close {
  display: none;
}

.cookie-accept {
  width: 100px;
}

@media screen and (min-width: 768px) {
  a.cc-btn.cc-deny {
    border: none !important;
    width: auto;
    font-size: 14px;
  }
  a.cc-btn.cc-allow {
    width: auto;
    font-size: 14px;
  }
  .cc-window.cc-banner.cc-type-opt-in.cc-theme-block.cc-bottom.cc-color-override--958013087 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cc-compliance.cc-highlight {
    margin-top: 10px;
  }
  .cookie-accept {
    width: 100px;
  }
}

#tour_covid {
  margin-bottom: 50px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider img {
  width: 100%;
  height: auto;
  margin-left: 1px;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  background: #FFFFFF;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slick-slide a:hover img {
  opacity: .8;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  margin: auto;
  text-align: center;
}

.slick-dots li {
  display: inline;
  margin: 0 10px !important;
}

.slick-dots button {
  padding: 0 !important;
  text-indent: -9999px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slick-dots button::before {
  background: #FFFFFF;
  border-radius: 50%;
  width: 10px !important;
  height: 10px !important;
}

.slick-dots button:hover {
  background: none;
}

.slick-dots button:focus {
  outline: none;
}

.slick-dots .slick-active button {
  background: none;
}

.slick-prev, .slick-next {
  /*background: rgba(255,255,255,0.7)!important;*/
  z-index: 10;
  border-radius: 50%;
  width: 35px !important;
  height: 35px !important;
}

@media only screen and (min-width: 768px) {
  .slick-prev, .slick-next {
    width: 45px !important;
    height: 45px !important;
  }
}

.slick-next {
  right: 3% !important;
}

@media only screen and (min-width: 768px) {
  .slick-next {
    right: 8% !important;
  }
}

.slick-next::before {
  font-size: 40px !important;
  color: #000000;
  position: relative;
  top: 2px;
  left: 2px;
}

.slick-prev {
  left: 3% !important;
}

@media only screen and (min-width: 768px) {
  .slick-prev {
    left: 8% !important;
  }
}

.slick-prev::before {
  font-size: 40px !important;
  color: #000000;
  content: "" !important;
  position: relative;
  top: 2px;
  left: 2px;
}

.hamburger {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0px;
  right: 10px;
  z-index: 9999;
  padding: 10px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media only screen and (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}

.hamburger.active {
  background: none;
  position: fixed;
  z-index: 10000;
}

.hamburger__icon {
  position: relative;
  margin-top: 22px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}

.hamburger__icon:before {
  top: -10px;
}

.hamburger__icon:after {
  top: 10px;
}

.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #000000;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.home .hamburger__icon, .home .hamburger__icon:before, .home .hamburger__icon:after {
  background-color: #FFFFFF;
}

.home.fixed .hamburger__icon, .home.fixed .hamburger__icon:before, .home.fixed .hamburger__icon:after {
  background-color: #000000;
}

.hamburger__icon:after {
  width: 30px;
}

.active .hamburger__icon:after {
  width: 30px;
}

.hamburger.active .hamburger__icon {
  background-color: transparent;
}

.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background: #FFFFFF;
}

.hamburger.active .hamburger__icon:before {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.hamburger.active .hamburger__icon:after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9996;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(31, 41, 40, 0.9);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
  font-size: 1.6rem;
}

.fat-nav.active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fat-nav ul {
  margin-bottom: 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .fat-nav ul {
    margin-bottom: 20px;
  }
}

.fat-nav ul a {
  display: block;
  padding: 5px;
}

@media only screen and (min-width: 768px) {
  .fat-nav ul a {
    padding: 10px;
  }
}

.fat-nav li,
.fat-nav a {
  color: #FFFFFF;
}

.fat-nav li {
  list-style-type: none;
  text-align: center;
  padding: 5px 0;
}

.fat-nav li ul li {
  padding: 0;
}

.fat-nav li a {
  padding-right: .2em;
  letter-spacing: .2em;
  text-decoration: none;
  font-family: futura-pt, sans-serif;
}

.fat-nav .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}

.fat-nav form {
  margin-bottom: 40px;
}

.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  margin: auto;
  display: table;
  table-layout: fixed;
}

/*

@import "bourbon/bourbon";*/
/*@import "module/component";
@import "module/project";
@import "module/scope";
@import "module/utility";

@import "module/sns";
@import "module/slick";
@import "module/swiper";
@import "module/fatNav";*/
/* ----------------------------------



---------------------------------- */
.attention {
  border: 4px solid #000000;
  margin: 40px auto;
  padding: 30px 20px;
  background: #FFFFFF;
}

@media only screen and (min-width: 1025px) {
  .attention {
    padding: 50px;
    margin: 80px auto;
  }
}

.attention .tit {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.7rem;
}

@media only screen and (min-width: 1025px) {
  .attention .tit {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}

.charter {
  margin-top: 80px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 1025px) {
  .charter {
    margin-top: 200px;
    padding-bottom: 100px;
  }
}
