@charset "UTF-8";
/*
Theme Name: kurakura-official
*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600&family=Libre+Baskerville:wght@400;700&family=Shippori+Mincho:wght@400;500;600;700&display=swap");
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
:root {
  --concept: clamp(2rem, 2vw, 15rem);
  --shop: clamp(2rem, 2.3vw, 4rem);
  --delivery: clamp(2rem, 2.5vw, 3rem);
}

html, 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;
  scroll-behavior: smooth;
}

body {
  line-height: 1.8;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-style: normal;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    letter-spacing: 0.01em;
  }
}

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

@media only screen and (min-width: 1440px) {
  body {
    font-size: 1.7rem;
  }
}

@media only screen and (min-width: 1920px) {
  body {
    font-size: 1.9rem;
  }
}

ul {
  list-style: none;
}

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: #000000;
  background: transparent;
  /*-webkit-tap-highlight-color: rgba($mainColor, .6);*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #1a1a1a;
}

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: #9d2946;
}

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

textarea {
  resize: vertical;
}

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

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

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

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

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

.row {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .row {
    max-width: 1200px;
  }
}

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

a {
  -webkit-transition: .5s;
  transition: .5s;
}

.l-header {
  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-top: 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 100;
  -webkit-transition: .5s;
  transition: .5s;
  height: 120px;
}

@media only screen and (min-width: 1025px) {
  .l-header {
    height: 140px;
  }
}

@media only screen and (min-width: 1280px) {
  .l-header {
    height: 170px;
  }
}

.l-header nav {
  display: none;
  margin-top: 80px;
}

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

.l-header nav 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;
}

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

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

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

.l-header .lan {
  position: relative;
  top: 10px;
  line-height: 1;
  -webkit-transition: .5s;
  transition: .5s;
  display: none;
  font-size: 1.5rem;
}

@media only screen and (min-width: 1280px) {
  .l-header .lan {
    display: inherit;
  }
}

.l-header .lan a {
  color: #ccc;
  display: block;
  position: relative;
  margin-right: 12px;
  -webkit-transition: .5s;
  transition: .5s;
}

.l-header .lan a::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #ccc;
  position: absolute;
  right: -7px;
  top: 0;
}

.l-header .lan a:hover {
  color: #000000;
}

.l-header .lan .active a {
  color: #000000;
}

.l-header .lan ul {
  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;
}

.l-header .header-l {
  width: 53%;
  padding: 0 7vw;
}

.l-header h1 {
  width: 80px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
}

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

@media only screen and (min-width: 1280px) {
  .l-header h1 {
    position: relative;
    left: inherit;
    width: 10%;
    min-width: 120px;
    max-width: 120px;
    margin-left: 0;
  }
}

.l-header .header-r {
  width: 42%;
  padding: 0 3vw 0 4vw;
}

.l-header .header-r .contact {
  text-align: right;
  position: relative;
  top: 10px;
  line-height: 1;
  font-size: 1.6rem;
  -webkit-transition: .2s;
  transition: .2s;
  display: none;
}

@media only screen and (min-width: 1280px) {
  .l-header .header-r .contact {
    display: inherit;
  }
}

.l-header .header-r .contact i {
  margin-right: .5rem;
}

.l-header .header-r .contact a:hover {
  color: #aaa;
}

.l-header .header-reserve {
  width: 12%;
  position: absolute;
  left: 10px;
  top: 18px;
  letter-spacing: -0.1rem;
}

@media only screen and (min-width: 1280px) {
  .l-header .header-reserve {
    position: relative;
    left: inherit;
    top: inherit;
    margin-right: 20px;
  }
}

.l-header .header-reserve a {
  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;
  width: clamp(80px, 9vw, 150px);
  height: clamp(80px, 9vw, 150px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #89243d;
  color: #FFFFFF;
  border-radius: 50%;
}

.l-header .header-reserve a:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  background: #9c0025;
}

@media only screen and (min-width: 1280px) {
  .l-header .header-reserve {
    width: clamp(80px, 9vw, 150px);
    height: clamp(80px, 9vw, 150px);
  }
}

.l-header .header-reserve i {
  margin-bottom: .5rem;
}

.l-header.fixed {
  height: 90px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  top: -200px;
}

.l-header.fixed nav {
  margin-top: 10px;
}

.l-header.fixed .contact, .l-header.fixed .header-reserve, .l-header.fixed .lan {
  opacity: 0;
}

.l-header.fixed .header-reserve {
  width: 0;
  visibility: hidden;
}

.l-header.fixed .header-reserve a {
  opacity: 0;
}

.l-header.fixed h1 {
  min-width: 60px;
  max-width: 60px;
  width: 5%;
  position: absolute;
  margin-left: 0;
  left: 14px;
}

@media only screen and (min-width: 1025px) {
  .l-header.fixed h1 {
    position: relative;
    margin-left: -0px;
    left: inherit;
  }
}

.l-header.fixed .header-r {
  padding: 0 7vw;
  width: 48%;
}

.l-header.fixed .header-l {
  width: 48%;
  padding: 0 7vw;
}

.l-header.fixed .sp-tel {
  opacity: 1;
}

.l-header.fixed .openbtn {
  top: 15px;
}

.l-header.fixed.sub {
  top: 0;
}

.top-news {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
  padding-bottom: 20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 7vw;
}

@media only screen and (min-width: 1025px) {
  .top-news {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.top-news .tit-news {
  font-size: 1.8rem;
  margin-right: 70px;
}

.top-news .date {
  margin-right: 30px;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #555;
}

.top-news .news-list {
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -11px;
}

.top-news .news-list a {
  text-decoration: underline;
}

.top-news .news-list a:hover {
  opacity: .7;
}

.top-news .news-list i {
  font-size: 1.3rem;
  position: relative;
  top: -1px;
}

.top-news .news-link {
  position: relative;
}

.top-news .news-link::after {
  position: absolute;
  bottom: 0px;
  left: 0%;
  content: '';
  width: 0%;
  height: 1px;
  background-color: #000000;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.top-news .news-link:hover::after {
  width: 100%;
}

.top-news-sp {
  width: 90%;
  margin: auto;
  padding: 40px 0 60px;
}

.top-news-sp .tit-news {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

.top-news-sp .date {
  margin-right: 30px;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #555;
}

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

共通

---------------------------------- */
body {
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

body.is-active {
  opacity: 1;
}

.fix-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
}

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

.fix-nav.visible {
  opacity: 1;
}

.fix-nav 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;
}

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

.fix-nav ul li {
  width: 50%;
  text-align: center;
  height: 70px;
}

@media only screen and (min-width: 768px) {
  .fix-nav ul li {
    width: 70px;
    text-align: left;
    height: auto;
  }
}

.fix-nav ul li a {
  display: block;
  background: #555;
  color: #FFFFFF;
  display: block;
  width: 100%;
  height: 100%;
  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;
  letter-spacing: -.1rem;
}

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

.fix-nav ul li a span {
  display: block;
  line-height: 1.5;
}

.fix-nav ul li a i {
  margin-right: 1rem;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .fix-nav ul li a i {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}

.fix-nav ul li.eatin a {
  background: #89243d;
}

@media only screen and (min-width: 768px) {
  .fix-nav ul li.eatin a {
    height: 220px;
  }
}

.fix-nav ul li.eatin a:hover {
  background: #9c0025;
}

.fix-nav ul li.eatin.ch-eatin {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .fix-nav ul li.eatin.ch-eatin {
    width: 80px;
  }
}

.fix-nav ul li.takeout a {
  background: #895230;
}

@media only screen and (min-width: 768px) {
  .fix-nav ul li.takeout a {
    height: 300px;
  }
}

.fix-nav ul li.takeout a:hover {
  background: #914110;
}

.fix-nav ul li.takeout a::before {
  content: "";
  display: block;
  background: url(images/icon_takeout.svg) no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .fix-nav ul li.takeout a::before {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}

.loading-logo {
  width: 80px;
  position: relative;
  top: -100px;
}

.sp-none {
  display: none;
}

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

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

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

.tit-base {
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  font-weight: 500;
}

@media only screen and (min-width: 1025px) {
  .tit-base {
    font-size: 3.5rem;
  }
}

.btn-base a {
  display: block;
  width: 200px;
  border: 1px solid #000000;
  text-align: center;
  padding: 20px 0;
  margin: 30px auto 0;
}

@media only screen and (min-width: 1025px) {
  .btn-base a {
    margin: 0px auto 0;
    width: 250px;
  }
}

.btn-base a:hover {
  background: #000000;
  color: #FFFFFF;
}

.btn-base i {
  font-size: 1rem;
  margin-left: .3rem;
  position: relative;
  top: -1px;
}

@media only screen and (min-width: 1025px) {
  .btn-base i {
    font-size: 1.3rem;
  }
}

.btn-base.color a {
  background: #895230;
  color: #FFFFFF;
  border: none;
}

.btn-base.color a:hover {
  background: #914110;
}

.btn-base.btn-area {
  margin-top: 30px;
}

.btn-base.btn-menu {
  margin-bottom: 30px;
}

.btn-base.btn-menu a {
  width: 300px;
  background: #786f58;
  color: #FFFFFF;
  border: none;
}

.btn-base.btn-menu a:hover {
  background: #73602e;
}

@media only screen and (min-width: 1025px) {
  .btn-base.btn-menu a {
    width: 400px;
  }
}

.btn-base.btn-menu i {
  font-size: 1.6rem;
  position: relative;
  top: 1px;
}

@media only screen and (min-width: 1025px) {
  .btn-base.btn-menu i {
    font-size: 1.8rem;
  }
}

.btn-base.btn-type02 a {
  width: 300px;
}

.effect {
  opacity: 0;
}

.effect.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-01 {
  opacity: 0;
}

.effect-01.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-02 {
  opacity: 0;
}

.effect-02.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-03 {
  opacity: 0;
}

.effect-03.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-04 {
  opacity: 0;
}

.effect-04.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-05 {
  opacity: 0;
}

.effect-05.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-06 {
  opacity: 0;
}

.effect-06.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

.txt-base {
  width: 90%;
  margin: 30px auto 0;
}

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

@media only screen and (min-width: 1025px) {
  .txt-base {
    margin-top: 50px;
    line-height: 2.5;
    text-align: center;
  }
}

.btn-wrap {
  width: 80%;
  margin: 40px auto 0;
  white-space: nowrap;
}

@media only screen and (min-width: 1025px) {
  .btn-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;
    margin-top: 180px;
  }
}

@media only screen and (min-width: 1025px) {
  .btn-wrap .eatin {
    margin-right: 30px;
  }
}

.btn-wrap .eatin a {
  background: #89243d;
}

.btn-wrap .eatin a i {
  margin-right: .5rem;
}

.btn-wrap .eatin a:hover {
  background: #9c0025;
}

.btn-wrap .takeout {
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  .btn-wrap .takeout {
    margin-left: 30px;
    margin-top: 0;
  }
}

.btn-wrap .takeout a {
  background: #895230;
}

.btn-wrap .takeout a::before {
  content: "";
  display: block;
  background: url(images/icon_takeout.svg) no-repeat;
  width: 20px;
  height: 20px;
  margin-right: .5rem;
}

.btn-wrap .takeout a:hover {
  background: #914110;
}

.btn-wrap a {
  display: block;
  background: #ccc;
  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;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 30px 0;
  width: 100%;
  letter-spacing: -0.05rem;
}

@media only screen and (min-width: 1025px) {
  .btn-wrap a {
    width: 450px;
    padding: 30px 0;
    font-size: 1.9rem;
  }
}

.btn-wrap.btn-footer {
  width: 90%;
}

@media only screen and (min-width: 1025px) {
  .btn-wrap.btn-footer {
    width: 80%;
  }
}

.btn-wrap.btn-footer a {
  padding: 35px 0;
}

@media only screen and (min-width: 768px) {
  .btn-wrap.btn-footer a {
    width: 100%;
    padding: 45px 0;
  }
}

@media only screen and (min-width: 1025px) {
  .btn-wrap.btn-footer a {
    width: 520px;
  }
}

.l-footer {
  margin-top: 30px;
  background: url(images/bg_footer.jpg) center center/cover no-repeat;
  color: #FFFFFF;
  padding: 30px 30px 100px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 1025px) {
  .l-footer {
    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: 80px 80px 40px;
    font-size: 1.5rem;
  }
}

.l-footer .footer-logo {
  display: block;
  width: 70px;
  margin: auto;
}

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

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

@media only screen and (min-width: 1025px) {
  .l-footer .footer-l {
    width: 40%;
    text-align: left;
  }
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-r {
    width: 50%;
  }
}

.l-footer .footer-r .footer-r-inner {
  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;
  height: 100%;
}

.l-footer a {
  color: #FFFFFF;
}

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

.l-footer .line {
  width: 25px;
  height: 25px;
  position: relative;
  top: 2px;
}

.l-footer .add-box {
  margin-top: 50px;
}

@media only screen and (min-width: 1025px) {
  .l-footer .add-box {
    margin-top: 70px;
  }
}

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

.l-footer .add-box dl dt {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .l-footer .add-box dl dt {
    width: 200px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .l-footer .add-box dl dd {
    width: 100%;
  }
}

.l-footer .footer-menu {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-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;
  }
}

.l-footer .footer-menu .main-menu li {
  margin-bottom: 25px;
}

.l-footer .footer-menu .main-menu li a {
  font-size: 1.7rem;
}

.l-footer .footer-menu .sub-menu li {
  margin-bottom: 5px;
}

.l-footer .footer-menu .sub-menu li a {
  font-size: 1.5rem;
}

.l-footer .footer-sns {
  margin-top: 70px;
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-sns {
    text-align: right;
    margin-top: auto;
  }
}

.l-footer .footer-sns .txt {
  margin-bottom: 20px;
  font-size: 1.6rem;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-sns .txt {
    text-align: right;
  }
}

.l-footer .footer-sns dl {
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-sns dl {
    width: 230px;
    float: right;
    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;
    text-align: left;
  }
}

.l-footer .footer-sns dl dt {
  font-family: 'EB Garamond', sans-serif;
  font-size: 2.3rem;
  line-height: 1.5;
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-sns dl dt {
    font-size: 2.8rem;
  }
}

.l-footer .footer-sns dl ul {
  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;
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-sns dl ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.l-footer .footer-sns dl ul .insta {
  font-size: 2.5rem;
  margin-right: 30px;
}

.l-footer .copy {
  position: relative;
  margin-top: 50px;
  text-align: center;
  font-size: 1.2rem;
}

.l-footer .copy::before {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (min-width: 1025px) {
  .l-footer .copy {
    margin-top: 110px;
    text-align: right;
  }
}

.sp-tel {
  position: fixed;
  top: 30px;
  right: 0;
  width: 100%;
  z-index: 100;
  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: 180px;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

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

.sp-tel li.tel {
  width: 25px;
  margin-right: 28px;
  position: relative;
  z-index: 10;
}

.sp-tel li.mail {
  width: 30px;
}

.page-top {
  text-align: right;
  width: 100%;
  margin-top: 70px;
  padding-right: 10px;
}

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

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

.page-top img {
  display: block;
  width: 50px;
  float: right;
}

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

.c-breadcrumb {
  font-size: 1.3rem;
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .c-breadcrumb {
    font-size: 1.4rem;
  }
}

.c-breadcrumb .inner {
  width: 90%;
  margin: auto;
}

.c-breadcrumb.bg-gray {
  background: url(images/bg.jpg);
}

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

トップ

---------------------------------- */
section.limit {
  background: url(images/bg.jpg);
  padding-top: 20px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
  section.limit {
    padding-top: 50px;
  }
}

section.limit .tit-base {
  background: url(images/obj01.png) center top no-repeat;
  padding: 50px 0 160px;
  background-size: 340px;
}

@media only screen and (min-width: 768px) {
  section.limit .tit-base {
    background-size: auto;
    padding: 100px 0 160px;
  }
}

section.limit #limit-slide {
  position: relative;
  margin-top: -130px;
}

@media only screen and (min-width: 1025px) {
  section.limit #limit-slide {
    margin-top: -120px;
  }
}

section.limit #limit-slide::after {
  content: "";
  display: block;
  margin-bottom: 90px;
}

@media only screen and (min-width: 1025px) {
  section.limit #limit-slide::after {
    margin-bottom: 120px;
  }
}

section.limit #limit-slide dl {
  margin-top: 15px;
}

section.limit #limit-slide dl dt {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #555;
}

section.about {
  padding: 60px 0;
}

@media only screen and (min-width: 1025px) {
  section.about {
    padding: 150px 0;
  }
}

section.about .tit-base {
  background: url(images/obj_sp01.png) center top no-repeat;
  background-size: 340px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 1025px) {
  section.about .tit-base {
    padding-bottom: 0;
    background: none;
  }
}

section.about h3 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .1em;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5vw;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  section.about h3 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: 35%;
    text-align: left;
    font-size: 3.7rem;
    margin-top: 5vw;
  }
}

section.about h3 span {
  display: block;
}

@media only screen and (min-width: 1025px) {
  section.about h3 span {
    margin-top: 100px;
  }
}

section.about .about-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-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  position: relative;
  margin-top: -20px;
}

@media only screen and (min-width: 1025px) {
  section.about .about-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    padding-top: 100px;
    background: url(images/obj02.png) right 10% top -10% no-repeat;
  }
}

@media only screen and (min-width: 1025px) {
  section.about .about-column #about-slide {
    width: 65%;
  }
}

section.about .about-txt {
  margin-top: 40px;
}

@media only screen and (min-width: 1025px) {
  section.about .about-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;
  }
}

section.about .about-txt .txt {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  section.about .about-txt .txt {
    padding-left: 50px;
    width: 65%;
  }
}

@media only screen and (min-width: 1025px) {
  section.about .about-txt .btn-base {
    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;
    width: 35%;
  }
}

section.enjoy {
  background: url(images/bg.jpg);
  padding: 50px 0;
}

@media only screen and (min-width: 1025px) {
  section.enjoy {
    padding: 100px 0;
  }
}

section.enjoy .enjoy-content {
  max-width: 1400px;
  width: 90%;
  margin: 40px auto 0;
}

@media only screen and (min-width: 768px) {
  section.enjoy .enjoy-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;
    margin: 80px auto 0;
  }
}

section.enjoy .enjoy-content .enjoy-box {
  position: relative;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  section.enjoy .enjoy-content .enjoy-box {
    width: 30%;
    margin-bottom: 0;
  }
}

section.enjoy .enjoy-content .enjoy-box h4 {
  position: relative;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: .5rem;
}

@media only screen and (min-width: 1025px) {
  section.enjoy .enjoy-content .enjoy-box h4 {
    font-size: 2.7rem;
  }
}

section.enjoy .enjoy-content .enjoy-box h4 a {
  display: block;
  width: 100%;
  height: 100%;
  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;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 0.9;
  width: 100%;
  height: auto;
  -webkit-transition: .9s;
  transition: .9s;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  section.enjoy .enjoy-content .enjoy-box h4 a {
    aspect-ratio: 1 / 1.3;
  }
}

section.enjoy .enjoy-content .enjoy-box h4 a::before {
  content: "";
  display: block;
  background: url(images/arrow_one.svg) center center no-repeat;
  width: 50px;
  height: 10px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -25px;
  z-index: 10;
}

@media only screen and (min-width: 1025px) {
  section.enjoy .enjoy-content .enjoy-box h4 a::before {
    bottom: 50px;
  }
}

section.enjoy .enjoy-content .enjoy-box h4 a::after {
  display: block;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
  -webkit-transition: .5s;
  transition: .5s;
}

section.enjoy .enjoy-content .enjoy-box h4 a span {
  position: relative;
  z-index: 10;
  color: #FFFFFF;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

section.enjoy .enjoy-content .enjoy-box h4 a:hover {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

section.enjoy .enjoy-content .enjoy-box h4 a:hover::after {
  opacity: .3;
}

section.enjoy .enjoy-content .enjoy-box.type01 a {
  background: url(images/about01.jpg) center center/cover no-repeat;
}

@media only screen and (min-width: 768px) {
  section.enjoy .enjoy-content .enjoy-box.type01 a {
    background: url(images/about01.jpg) center center/cover no-repeat;
  }
}

section.enjoy .enjoy-content .enjoy-box.type02 a {
  background: url(images/about02.jpg) center center/cover no-repeat;
}

@media only screen and (min-width: 768px) {
  section.enjoy .enjoy-content .enjoy-box.type02 a {
    background: url(images/about02.jpg) center center/cover no-repeat;
  }
}

section.enjoy .enjoy-content .enjoy-box.type03 a {
  background: url(images/about03_sp.jpg) center center/cover no-repeat;
}

@media only screen and (min-width: 768px) {
  section.enjoy .enjoy-content .enjoy-box.type03 a {
    background: url(images/about03.jpg) center center/cover no-repeat;
  }
}

section.enjoy .enjoy-content .enjoy-box .inner {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  section.enjoy .enjoy-content .enjoy-box .inner {
    font-size: 1.6rem;
  }
}

section.enjoy .btn-wrap {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  section.enjoy .btn-wrap {
    margin-top: 80px;
  }
}

section.cuisine {
  padding: 60px 0;
}

@media only screen and (min-width: 1025px) {
  section.cuisine {
    background: url(images/obj03.png) left -50px top 250px no-repeat;
    padding: 100px 0;
  }
}

section.cuisine .cuisine-img {
  position: relative;
}

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

section.cuisine .cuisine-img 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;
}

section.cuisine .cuisine-img ul.cuisine-top {
  margin-top: 100px;
}

section.cuisine .cuisine-img ul.cuisine-top li:first-child {
  width: 15%;
  margin-left: 3vw;
}

section.cuisine .cuisine-img ul.cuisine-top li:nth-child(2) {
  width: 18%;
  text-align: center;
  margin-left: 15vw;
  margin-top: 5vw;
}

section.cuisine .cuisine-img ul.cuisine-top li:nth-child(3) {
  width: 40%;
  text-align: right;
  margin-left: 4vw;
}

section.cuisine .cuisine-img ul.cuisine-bottom {
  position: relative;
  margin-top: -100px;
}

section.cuisine .cuisine-img ul.cuisine-bottom li:first-child {
  width: 30%;
}

section.cuisine .cuisine-img ul.cuisine-bottom li:nth-child(2) {
  margin-top: 250px;
  width: 30%;
}

section.cuisine .cuisine-img ul.cuisine-bottom li:nth-child(3) {
  width: 15%;
  margin-right: 4vw;
  margin-top: 150px;
}

section.cuisine .cuisine-img-sp {
  background: url(images/obj_sp02.png) left top no-repeat;
  background-size: 330px;
  padding-top: 70px;
}

section.cuisine .cuisine-img-sp-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section.cuisine .cuisine-img-sp-top li:first-child {
  margin-right: 15vw;
  margin-top: 100px;
}

section.cuisine .cuisine-img-sp-mid {
  margin-top: 5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section.cuisine .cuisine-img-sp-mid li:first-child {
  margin-left: 5vw;
  margin-right: 6vw;
}

section.cuisine .cuisine-img-sp-mid li:last-child {
  margin-top: 80px;
}

section.cuisine .cuisine-img-sp-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: -20px;
}

section.cuisine .cuisine-img-sp-bottom li:first-child {
  margin-right: 14vw;
}

section.cuisine .cuisine-img-sp-bottom li:last-child {
  margin-top: 80px;
}

section.cuisine .btn-base a {
  margin: 70px auto 0;
}

#plan-slide {
  position: relative;
  top: -120px;
}

@media only screen and (min-width: 1025px) {
  #plan-slide {
    top: -100px;
  }
}

#plan-slide::after {
  content: "";
  display: block;
  margin-top: -60px;
}

@media only screen and (min-width: 1025px) {
  #plan-slide::after {
    margin-top: -0px;
  }
}

#plan-slide .splide__slide img {
  width: 100%;
  height: auto;
}

.plan-content {
  max-width: 1200px;
  margin: auto;
  width: 90%;
}

@media only screen and (min-width: 1025px) {
  .plan-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;
    top: -100px;
  }
}

.plan-content .plan-box {
  margin-bottom: 50px;
}

@media only screen and (min-width: 1025px) {
  .plan-content .plan-box {
    width: 47%;
    margin-bottom: 0;
  }
}

.plan-content .plan-box img {
  -webkit-transition: .5s;
  transition: .5s;
}

.plan-content .plan-box img:hover {
  opacity: .8;
}

.plan-content::after {
  content: "";
  display: block;
  margin-top: -170px;
}

@media only screen and (min-width: 1025px) {
  .plan-content::after {
    margin-top: -100px;
  }
}

.top-info {
  max-width: 1000px;
  margin: 60px 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  width: 70%;
}

@media only screen and (min-width: 1025px) {
  .top-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    margin: 100px auto;
  }
}

.top-info .info-l {
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  .top-info .info-l {
    width: 50%;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .top-info .info-r {
    width: 40%;
  }
}

.top-info .btn-base {
  margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
  .top-info .btn-base {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .top-info .btn-base a {
    float: right;
  }
}

.plan-detail .plan-txt {
  text-align: left;
  margin-top: 20px;
}

.plan-detail .plan-txt .plan-txt-l {
  margin-top: 20px;
}

.plan-detail .plan-txt .plan-txt-l a {
  color: #888;
  display: block;
}

.plan-detail .plan-txt span {
  display: block;
  font-size: 90%;
  margin-top: 10px;
}

.plan-detail .plan-txt span a {
  color: #555;
  text-decoration: underline;
}

.plan-detail .txt-add {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}

@media only screen and (min-width: 1025px) {
  .plan-detail .add-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;
  }
}

.plan-detail .price-chouri .tit {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .plan-detail .price-chouri .tit {
    text-align: center;
  }
}

.plan-detail .price-chouri 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;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #000;
}

@media only screen and (min-width: 768px) {
  .plan-detail .price-chouri dl br {
    display: none;
  }
}

section.travel {
  width: 90%;
  margin: auto;
}

section.travel .travel-inner {
  background: #faf9f7;
  padding: 40px 20px;
  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;
  -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) {
  section.travel .travel-inner {
    max-width: 700px;
  }
}

@media only screen and (min-width: 1025px) {
  section.travel .travel-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    padding: 100px;
    max-width: 1300px;
  }
}

@media only screen and (min-width: 1025px) {
  section.travel .travel-inner .travel-r {
    width: 43%;
  }
}

section.travel .travel-inner .travel-l {
  font-size: 1.3rem;
}

@media only screen and (min-width: 1025px) {
  section.travel .travel-inner .travel-l {
    width: 52%;
    font-size: 1.6rem;
  }
}

section.travel .travel-inner .travel-l p {
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  section.travel .travel-inner .travel-l p {
    margin-top: 0;
  }
}

section.travel .travel-inner .travel-l dl dt {
  font-size: 1.7rem;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  section.travel .travel-inner .travel-l dl dt {
    font-size: 2rem;
    text-align: left;
  }
}

section.travel .travel-inner .travel-l dl.sa-inner dt {
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  section.travel .travel-inner .travel-l dl.sa-inner dt {
    font-size: 1.6rem;
  }
}

section.travel .travel-inner .travel-l dl.sa-inner span {
  display: block;
  margin-top: 30px;
  font-size: 90%;
  line-height: 1.5;
}

section.travel .travel-inner .travel-sa {
  margin-top: 50px;
}

@media only screen and (min-width: 1025px) {
  section.travel .travel-inner .travel-sa {
    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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

section.travel .map-bus {
  background: #faf9f7;
  max-width: 1300px;
  margin: auto;
}

section.travel .map-bus .map-bus-inner {
  margin: auto;
  border-top: 1px dotted #999;
  padding-top: 30px;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  section.travel .map-bus .map-bus-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;
    width: 80%;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  section.travel .map-bus .map-bus-inner .bus-l {
    padding-top: 50px;
  }
}

section.travel .map-bus .map-bus-inner .bus-l dl dt {
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  section.travel .map-bus .map-bus-inner .bus-l dl dt {
    font-size: 1.9rem;
  }
}

section.travel .map-bus .map-bus-inner .bus-l .tit-case {
  display: block;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  section.travel .map-bus .map-bus-inner .bus-r {
    width: 45%;
  }
}

section.travel .map-bus dl {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  section.travel .map-bus dl {
    margin-bottom: 0;
  }
}

section.travel .map-bus dl dt {
  margin-bottom: 20px;
  font-size: 1.5rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  section.travel .map-bus dl dt {
    font-size: 1.6rem;
    text-align: left;
  }
}

@media only screen and (min-width: 1025px) {
  section.travel .map-bus dl dt {
    font-size: 1.8rem;
  }
}

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

splide

---------------------------------- */
#top-slide.splide .splide__track {
  width: 100vw;
  height: calc(100vh - 120px);
  margin-top: 120px;
  height: calc(100dvh - 120px);
  /*height: -webkit-fill-available;*/
}

@media only screen and (min-width: 768px) {
  #top-slide.splide .splide__track {
    height: calc(100vh - 140px);
    margin-top: 140px;
  }
}

@media only screen and (min-width: 1280px) {
  #top-slide.splide .splide__track {
    height: calc(100vh - 170px);
    margin-top: 170px;
  }
}

#top-slide.splide .splide__slide {
  width: 100vw;
  height: 100%;
}

#top-slide.splide .splide__slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  width: 100%;
  height: 100%;
}

#top-slide .splide__pagination {
  visibility: hidden;
}

#limit-slide {
  /* スライド共通のスタイル */
  margin: auto;
  /* アクティブなスライドのスタイル */
  /* スライドのサイズ調整 */
}

@media only screen and (min-width: 1025px) {
  #limit-slide {
    width: 90%;
  }
}

#limit-slide .splide__slide img {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  /* 左右のスライドを小さくする */
  -webkit-transition: 1.5s;
  transition: 1.5s;
  /* ゆっくり小さくさせる */
}

#limit-slide .splide__slide dl {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  /* 左右のスライドを小さくする */
  -webkit-transition: 1.5s;
  transition: 1.5s;
  /* ゆっくり小さくさせる */
  position: relative;
  top: -30px;
}

#limit-slide .splide__slide.is-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
  /* 中央のスライドは小さくしない */
  z-index: 1;
  /* 中央のスライドを一番上にする */
}

#limit-slide .splide__slide.is-active dl {
  -webkit-transform: scale(1);
  transform: scale(1);
  /* 中央のスライドは小さくしない */
  z-index: 1;
  /* 中央のスライドを一番上にする */
  position: relative;
  top: 0;
}

#limit-slide .splide__slide img {
  height: 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: 3 / 2;
  width: 100%;
  height: auto;
}

#limit-slide .splide__slide a:hover {
  opacity: .7;
}

#limit-slide .splide__pagination {
  bottom: -50px;
}

#limit-slide .splide__arrow {
  background: none;
  height: 3em;
  width: 3em;
}

#limit-slide .splide__arrow--prev {
  left: -2em;
}

#limit-slide .splide__arrow--next {
  right: -2em;
}

#limit-slide .splide__pagination .is-active {
  background: #000;
}

#about-slide .splide__slide 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: 3 / 2;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

#about-slide .splide__pagination {
  position: relative;
  margin-top: 30px;
  padding: 0;
}

@media only screen and (min-width: 1025px) {
  #about-slide .splide__pagination {
    float: right;
  }
}

#about-slide .splide__pagination .is-active {
  background: #000;
}

#about-slide02 .splide__slide 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: 3 / 2;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

#about-slide02 .splide__pagination {
  position: relative;
  margin-top: 30px;
  padding: 0;
}

@media only screen and (min-width: 1025px) {
  #about-slide02 .splide__pagination {
    float: left;
  }
}

#about-slide02 .splide__pagination .is-active {
  background: #000;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 28px;
  right: 10px;
  cursor: pointer;
  width: 70px;
  height: 65px;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 1025px) {
  .openbtn {
    top: 37px;
    right: 15px;
  }
}

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

.openbtn.active {
  position: fixed;
  z-index: 99999;
}

.openbtn.fixed {
  top: 18px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all .6s;
  transition: all .6s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #000000;
  width: 55%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 27px;
}

.openbtn span:nth-of-type(3) {
  top: 39px;
}

.openbtn.active span:nth-of-type(1) {
  /*top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-35deg);
    width: 60%;
        background-color: $black;*/
  display: inline-block;
  -webkit-transition: all .6s;
  transition: all .6s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #000000;
  width: 55%;
  -webkit-transform: translateY(6px) rotate(-35deg);
  transform: translateY(6px) rotate(-35deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  /*top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(35deg);
    width: 60%;
    background-color: $black;*/
  display: inline-block;
  -webkit-transition: all .6s;
  transition: all .6s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #000000;
  width: 55%;
  -webkit-transform: translateY(-18px) rotate(35deg);
  transform: translateY(-18px) rotate(35deg);
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 9999;
  /*ナビのスタート位置と形状*/
  top: 0;
  -webkit-transform: translate(100vw, 0);
  transform: translate(100vw, 0);
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: white;
  /*動き*/
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: .5;
}

#g-nav .sp-logo {
  /*	position: absolute;
 	left: 15px;
 	top: 15px;*/
  position: absolute;
  top: 15px;
  left: 15px;
  width: 120px;
}

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

#g-nav .l-header-nav-r {
  position: relative;
  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;
  border-bottom: 2px solid #89243d;
  padding-bottom: 15px;
  height: 50px;
}

#g-nav .l-header-nav-r .insta {
  position: absolute;
  right: 60px;
  -webkit-transition: .5s;
  transition: .5s;
}

#g-nav .l-header-nav-r .insta:hover {
  opacity: .5;
}

#g-nav .lan {
  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: 40px;
  line-height: 0.8;
}

#g-nav .lan a {
  color: #ccc;
  display: block;
  position: relative;
  margin-right: 25px;
  -webkit-transition: .5s;
  transition: .5s;
}

#g-nav .lan a::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #ccc;
  position: absolute;
  right: -15px;
  top: 0;
}

#g-nav .lan a:hover {
  color: #000000;
}

#g-nav .lan .active a {
  color: #000000;
}

#g-nav .footer-logo {
  width: 65px;
  display: block;
  margin: auto;
  margin-top: 50px;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
  opacity: 1;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0px 30px 30px;
  z-index: 0;
}

#g-nav.panelactive #g-nav-list a {
  -webkit-transition: .5s;
  transition: .5s;
}

#g-nav.panelactive #g-nav-list a:hover {
  opacity: .5;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  z-index: 999;
}

#g-nav-list .main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  max-width: 500px;
  margin: 50px auto 0;
}

#g-nav-list .main-menu li {
  margin-bottom: 25px;
}

#g-nav-list .main-menu li:nth-child(even) {
  width: 48%;
}

#g-nav-list .main-menu li:nth-child(odd) {
  width: 51%;
}

#g-nav-list .main-menu li a {
  font-size: 1.6rem;
  letter-spacing: -0.02rem;
  white-space: nowrap;
}

#g-nav-list .sub-menu {
  max-width: 500px;
  margin: 30px auto 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

#g-nav-list .sub-menu li {
  margin-bottom: 20px;
}

#g-nav-list .sub-menu li:nth-child(even) {
  width: 48%;
}

#g-nav-list .sub-menu li:nth-child(odd) {
  width: 51%;
}

#g-nav-list .sub-menu a {
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
}

#g-nav-list .tel {
  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-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 30px;
}

#g-nav-list .tel .txt {
  position: relative;
  top: 3px;
  margin-right: .5rem;
}

#g-nav-list .tel .num {
  font-size: 3.3rem;
  line-height: 1.5;
}

#g-nav-list .time {
  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: relative;
  margin-left: 10px;
}

#g-nav-list .btn-wrap {
  width: 100%;
}

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

セカンド共通

---------------------------------- */
.se-header {
  width: 100%;
  height: calc(100vh - 120px);
  margin-top: 120px;
  height: calc(100dvh - 120px);
}

@media only screen and (min-width: 1025px) {
  .se-header {
    height: calc(100vh - 140px);
    margin-top: 140px;
  }
}

@media only screen and (min-width: 1280px) {
  .se-header {
    height: calc(100vh - 170px);
    margin-top: 170px;
  }
}

.se-header .se-tit {
  width: 100%;
  height: 40%;
  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;
  background: url(images/tit_bg.png) center bottom no-repeat;
  background-size: 100%;
}

@media only screen and (min-width: 768px) {
  .se-header .se-tit {
    height: 30%;
    background-size: auto;
  }
}

.se-header .se-tit h2 {
  font-weight: 500;
  font-size: 2.6rem;
}

@media only screen and (min-width: 768px) {
  .se-header .se-tit h2 {
    font-size: 3.8rem;
  }
}

@media only screen and (min-width: 1025px) {
  .se-header .se-tit h2 {
    font-size: 4.4rem;
  }
}

.se-header .se-tit .en {
  font-family: 'EB Garamond', sans-serif;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .se-header .se-tit .en {
    font-size: 2.1rem;
  }
}

.se-header .tit-img {
  width: 100%;
  background: #000000;
  height: 60%;
}

@media only screen and (min-width: 768px) {
  .se-header .tit-img {
    height: 70%;
  }
}

.se-header .tit-img img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  width: 100%;
  height: 100%;
}

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

店内メニュー

---------------------------------- */
section.menu, .en-item-wrap {
  margin: 100px 0;
}

section.menu .price, .en-item-wrap .price {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

section.menu .thumbnail, .en-item-wrap .thumbnail {
  margin: 30px 0 20px;
}

section.menu .thumbnail .thumbnail-img, .en-item-wrap .thumbnail .thumbnail-img {
  text-align: center;
  background: #f2f2f2;
  border-radius: 100px;
  padding: 10px 15px;
  font-size: 1.4rem;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 1.2;
  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: 0 10px;
}

@media only screen and (min-width: 768px) {
  section.menu .thumbnail .thumbnail-img, .en-item-wrap .thumbnail .thumbnail-img {
    font-size: 1.7rem;
    padding: 10px 30px;
  }
}

section.menu .thumbnail .thumbnail-img:hover, .en-item-wrap .thumbnail .thumbnail-img:hover {
  background: #000000;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  section.menu .thumbnail .thumbnail-img br, .en-item-wrap .thumbnail .thumbnail-img br {
    display: none;
  }
}

section.menu .thumbnail .thumbnail-img.slick-current.slick-center, .en-item-wrap .thumbnail .thumbnail-img.slick-current.slick-center {
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  font-weight: 600;
}

section.menu .season, .en-item-wrap .season {
  background: #89243d;
  color: #FFFFFF;
  font-size: 1.2rem;
  padding: 3px 8px;
  margin-right: 1rem;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  section.menu .season, .en-item-wrap .season {
    font-size: 1.5rem;
  }
}

section.menu .txt-add, .en-item-wrap .txt-add {
  text-align: center;
  width: 90%;
  margin: 30px auto 0;
}

section.menu .sec-tit, .en-item-wrap .sec-tit {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 30px;
  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;
}

@media only screen and (min-width: 768px) {
  section.menu .sec-tit, .en-item-wrap .sec-tit {
    font-size: 2.9rem;
    margin-top: 60px;
  }
}

section.menu .sec-tit::after, .en-item-wrap .sec-tit::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #000000;
  position: relative;
  margin-top: 15px;
}

section.menu .txt-add-sub, .en-item-wrap .txt-add-sub {
  text-align: center;
  margin-top: 20px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 1025px) {
  section.menu .txt-add-sub, .en-item-wrap .txt-add-sub {
    font-size: 1.5rem;
  }
}

section.menu .txt-add-sub img, .en-item-wrap .txt-add-sub img {
  display: inline-block;
  margin: auto;
}

section.menu .cate-tit, .en-item-wrap .cate-tit {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  section.menu .cate-tit, .en-item-wrap .cate-tit {
    font-size: 2.4rem;
  }
}

section.menu .menu-inner, .en-item-wrap .menu-inner {
  width: 90%;
  max-width: 1400px;
  margin: 20px auto 0;
}

@media only screen and (min-width: 768px) {
  section.menu .menu-inner, .en-item-wrap .menu-inner {
    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;
    margin: 60px auto 0;
  }
}

section.menu .menu-inner .type01, .en-item-wrap .menu-inner .type01 {
  border-bottom: 1px dotted #ccc;
  padding: 15px 10px;
}

@media only screen and (min-width: 768px) {
  section.menu .menu-inner .type01, .en-item-wrap .menu-inner .type01 {
    width: 47%;
  }
}

section.menu .menu-inner .type01 dl, .en-item-wrap .menu-inner .type01 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;
}

section.menu .menu-inner .type01 dl dt, .en-item-wrap .menu-inner .type01 dl dt {
  width: 70%;
}

section.menu .menu-inner .type01 dl dd, .en-item-wrap .menu-inner .type01 dl dd {
  white-space: nowrap;
}

section.menu .menu-inner .type01 .exp, .en-item-wrap .menu-inner .type01 .exp {
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  section.menu .menu-inner .type01 .exp, .en-item-wrap .menu-inner .type01 .exp {
    font-size: 1.5rem;
  }
}

section.menu .menu-inner .type02, .en-item-wrap .menu-inner .type02 {
  border-bottom: 1px dotted #ccc;
  padding: 15px 10px;
}

@media only screen and (min-width: 768px) {
  section.menu .menu-inner .type02, .en-item-wrap .menu-inner .type02 {
    width: 47%;
  }
}

section.menu .menu-inner .type02 .season, .en-item-wrap .menu-inner .type02 .season {
  margin-bottom: 5px;
}

section.menu .menu-inner .type02 dl, .en-item-wrap .menu-inner .type02 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;
}

section.menu .menu-inner .type02 dl dt, .en-item-wrap .menu-inner .type02 dl dt {
  line-height: 1.5;
}

section.menu .menu-inner .type02 dl dd, .en-item-wrap .menu-inner .type02 dl dd {
  width: 20%;
  margin-left: auto;
  text-align: right;
}

section.menu .menu-inner .type02 .menu-sub, .en-item-wrap .menu-inner .type02 .menu-sub {
  font-size: 1.3rem;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  section.menu .menu-inner .type02 .menu-sub, .en-item-wrap .menu-inner .type02 .menu-sub {
    font-size: 1.5rem;
  }
}

section.menu .menu-inner .type02 .item-img, .en-item-wrap .menu-inner .type02 .item-img {
  margin-right: 0;
  margin-left: 2rem;
  width: 70px;
}

section.menu .cate-menu, .en-item-wrap .cate-menu {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  section.menu .cate-menu, .en-item-wrap .cate-menu {
    margin-top: 70px;
  }
}

section.menu .sup, .en-item-wrap .sup {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  section.menu .sup, .en-item-wrap .sup {
    font-size: 1.5rem;
  }
}

section.menu .emp, .en-item-wrap .emp {
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  section.menu .emp, .en-item-wrap .emp {
    font-size: 1.8rem;
  }
}

.item-img {
  margin-right: 2rem;
  position: relative;
  display: inline-block;
}

.item-img::after {
  display: block;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .3;
  -webkit-transition: .5s;
  transition: .5s;
}

.item-img:hover::after {
  opacity: .1;
}

.item-img::before {
  font-family: "Font Awesome 6 Free";
  content: '\f00e';
  font-weight: 900;
  color: #FFFFFF;
  position: absolute;
  right: 4px;
  bottom: 0px;
  z-index: 10;
}

.item-img img {
  width: 70px;
  -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: 3 / 1.8;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

section.menu .btn-base {
  margin-top: 80px;
}

section.menu .btn-base i {
  font-size: 2rem;
  position: relative;
  top: 2px;
}

section.menu #thumbnail-carousel {
  margin: 30px 0 20px 5px;
}

@media only screen and (min-width: 768px) {
  section.menu #thumbnail-carousel {
    margin: 30px 0 50px 30px;
  }
}

section.menu #thumbnail-carousel .splide__track--nav > .splide__list > .splide__slide.is-active {
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  font-weight: 600;
}

section.menu #thumbnail-carousel .splide__track--nav > .splide__list > .splide__slide {
  text-align: center;
  background: #f2f2f2;
  border-radius: 100px;
  padding: 10px 15px;
  font-size: 1.4rem;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 1.2;
  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;
}

@media only screen and (min-width: 768px) {
  section.menu #thumbnail-carousel .splide__track--nav > .splide__list > .splide__slide {
    font-size: 1.7rem;
    padding: 10px 30px;
  }
}

section.menu #thumbnail-carousel .splide__track--nav > .splide__list > .splide__slide:hover {
  background: #000000;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  section.menu #thumbnail-carousel .splide__track--nav > .splide__list > .splide__slide br {
    display: none;
  }
}

.btnlinestretches5 {
  /*線の基点とするためrelativeを指定*/
  position: absolute;
  right: 20px;
  font-family: 'EB Garamond', sans-serif;
  /*リンクの形状*/
  color: #333;
  padding: 10px 0;
  display: inline-block;
  text-decoration: none;
  outline: none;
}

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

/*線の設定*/
.btnlinestretches5::before {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  /*線の形状*/
  width: 100%;
  height: 1px;
  background: #333;
}

/*矢印の設定*/
.btnlinestretches5::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -2px;
  /*矢印の形状*/
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*線と矢印を繰り返しアニメーション*/
.btnlinestretches5::before {
  -webkit-animation: arrowlong01 2s ease infinite;
  animation: arrowlong01 2s ease infinite;
}

.btnlinestretches5::after {
  -webkit-animation: arrowlong02 2s ease infinite;
  animation: arrowlong02 2s ease infinite;
}

@-webkit-keyframes arrowlong01 {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 0;
    opacity: 1;
  }
  80% {
    width: 105%;
    opacity: 1;
  }
  100% {
    width: 105%;
    opacity: 0;
  }
}

@keyframes arrowlong01 {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 0;
    opacity: 1;
  }
  80% {
    width: 105%;
    opacity: 1;
  }
  100% {
    width: 105%;
    opacity: 0;
  }
}

@-webkit-keyframes arrowlong02 {
  0% {
    left: 0;
    opacity: 0;
  }
  20% {
    left: 0;
    opacity: 1;
  }
  80% {
    left: 103%;
    opacity: 1;
  }
  100% {
    left: 103%;
    opacity: 0;
  }
}

@keyframes arrowlong02 {
  0% {
    left: 0;
    opacity: 0;
  }
  20% {
    left: 0;
    opacity: 1;
  }
  80% {
    left: 103%;
    opacity: 1;
  }
  100% {
    left: 103%;
    opacity: 0;
  }
}

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

こだわり

---------------------------------- */
.page-id-11 .tit-img img {
  -o-object-position: 50% 15%;
  object-position: 50% 15%;
}

@media only screen and (min-width: 1280px) {
  .page-id-11 .tit-img img {
    -o-object-position: 50% 80%;
    object-position: 50% 80%;
  }
}

.page-greeting {
  margin: 50px 0;
}

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

.page-greeting .txt-base .pc-br {
  display: none;
}

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

#concept-slide .splide__arrow {
  background: none;
}

#concept-slide .splide__slide 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: 3 / 2;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

#concept-slide .splide__pagination {
  margin-bottom: -50px;
}

#concept-slide .splide__pagination .is-active {
  background: #000;
}

#concept-slide .splide__arrow--prev {
  left: 22vw;
}

#concept-slide .splide__arrow--next {
  right: 22vw;
}

section.concept {
  background: url(images/bg.jpg) repeat;
  padding: 0px 0 50px;
  margin-top: 100px;
}

@media only screen and (min-width: 1025px) {
  section.concept {
    padding: 120px 0 100px;
    margin-top: 150px;
  }
}

section.concept .concept-inner {
  margin-bottom: 50px;
}

@media only screen and (min-width: 1025px) {
  section.concept .concept-inner {
    background: url(images/obj04.png) center right -200px no-repeat;
    margin-bottom: 100px;
  }
}

section.concept .concept-inner .concept-inner-top {
  background: url(images/obj01.png) center top no-repeat;
  background-size: 340px;
}

@media only screen and (min-width: 1025px) {
  section.concept .concept-inner .concept-inner-top {
    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;
    background: none;
  }
}

section.concept .concept-inner .concept-inner-top h4 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 50px;
  font-size: var(--concept);
}

@media only screen and (min-width: 1025px) {
  section.concept .concept-inner .concept-inner-top h4 {
    width: 30%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .5rem;
    padding-top: 20px;
    text-align: left;
    margin-bottom: 0;
  }
}

section.concept .concept-inner .concept-inner-top h4 span {
  display: block;
}

@media only screen and (min-width: 1025px) {
  section.concept .concept-inner .concept-inner-top h4 span {
    margin-top: 5vw;
  }
}

@media only screen and (min-width: 1280px) {
  section.concept .concept-inner .concept-inner-top h4 span {
    margin-top: 5vw;
  }
}

@media only screen and (min-width: 1025px) {
  section.concept .concept-inner .concept-inner-top #concept-slide02, section.concept .concept-inner .concept-inner-top #concept-slide03 {
    width: 65%;
  }
}

section.concept .concept-inner .concept-inner-top #concept-slide02 img, section.concept .concept-inner .concept-inner-top #concept-slide03 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: 3 / 2;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

section.concept .concept-inner .concept-inner-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: 70px;
}

@media only screen and (min-width: 1025px) {
  section.concept .concept-inner .concept-inner-btm {
    margin-top: 0;
  }
}

section.concept .concept-inner .concept-inner-btm .txt {
  width: 50%;
  padding: 20px;
}

@media only screen and (min-width: 1025px) {
  section.concept .concept-inner .concept-inner-btm .txt {
    padding: 70px;
    width: 70%;
    line-height: 2.3;
  }
}

section.concept .concept-inner .concept-inner-btm .pic {
  width: 45%;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  section.concept .concept-inner .concept-inner-btm .pic {
    top: -100px;
    width: 25%;
  }
}

section.concept .concept-inner.reverse {
  margin-top: 0px;
}

@media only screen and (min-width: 1025px) {
  section.concept .concept-inner.reverse {
    background: url(images/obj05.png) center left -200px no-repeat;
    margin-top: 0;
  }
}

section.concept .concept-inner.reverse .concept-inner-top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
}

section.concept .concept-inner.reverse .concept-inner-btm {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

section.concept .concept-inner.dashi .txt {
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  section.concept .concept-inner.dashi h4 {
    margin-top: 5vw;
  }
}

section.concept .concept-inner.dashi h4 span {
  position: relative;
  width: 50px;
  display: block;
  margin: 0 auto 0;
}

@media only screen and (min-width: 1025px) {
  section.concept .concept-inner.dashi h4 span {
    height: 6vw;
    margin: 250px 0 0 0;
  }
}

section.concept .concept-inner.dashi h4 span::before {
  content: "";
  display: block;
  position: absolute;
  background: url(images/d_up.svg) left top no-repeat;
  width: 15px;
  height: 25px;
  top: 0px;
  left: 0px;
}

@media only screen and (min-width: 1025px) {
  section.concept .concept-inner.dashi h4 span::before {
    top: -10px;
    left: 0px;
  }
}

section.concept .concept-inner.dashi h4 span::after {
  content: "";
  display: block;
  position: absolute;
  background: url(images/d_btm.svg) left top no-repeat;
  width: 15px;
  height: 25px;
  bottom: 0px;
  right: 0px;
}

@media only screen and (min-width: 1025px) {
  section.concept .concept-inner .pic-dashi {
    width: 65%;
  }
}

section.concept .txt-concept {
  width: 90%;
  margin: 30px auto;
}

.calendar {
  max-width: 1400px;
  width: 90%;
  margin: auto;
  border: 1px solid #000000;
  padding: 40px 20px 50px;
  position: relative;
  margin-top: 50px;
}

@media only screen and (min-width: 1025px) {
  .calendar {
    padding: 100px 70px;
    margin-top: 80px;
  }
}

.calendar h5 {
  position: absolute;
  left: 50%;
  top: -20px;
  background: url(images/bg.jpg);
  font-weight: 500;
  font-size: 2rem;
  padding: 0 30px;
  margin-left: -100px;
}

@media only screen and (min-width: 1025px) {
  .calendar h5 {
    font-size: 2.8rem;
    margin-left: -130px;
    padding: 0 40px;
  }
}

.calendar dl {
  text-align: center;
  margin-bottom: 50px;
}

.calendar dl dt {
  font-size: 1.6rem;
  margin-bottom: 20px;
  letter-spacing: -0.02rem;
}

@media only screen and (min-width: 1025px) {
  .calendar dl dt {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}

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

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

.calendar .cal-wrap {
  margin-bottom: 50px;
  text-align: center;
  overflow-y: scroll;
}

@media only screen and (min-width: 768px) {
  .calendar .cal-wrap {
    overflow-y: hidden;
  }
}

.calendar .cal-wrap img {
  min-width: 900px;
}

@media only screen and (min-width: 768px) {
  .calendar .cal-wrap img {
    min-width: auto;
  }
}

.calendar .cal-att {
  font-size: 90%;
  margin-bottom: 30px;
}

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

#concept-slide02 {
  margin-right: 50px;
}

@media only screen and (min-width: 1025px) {
  #concept-slide02 {
    margin-right: 0;
  }
}

#concept-slide02 .splide__pagination {
  margin-bottom: -40px;
  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;
  padding: 0;
}

@media only screen and (min-width: 1025px) {
  #concept-slide02 .splide__pagination {
    margin-bottom: -50px;
  }
}

#concept-slide02 .splide__pagination .is-active {
  background: #000;
}

#concept-slide03 {
  margin-left: 50px;
}

@media only screen and (min-width: 1025px) {
  #concept-slide03 {
    margin-left: 0;
  }
}

#concept-slide03 .splide__pagination {
  margin-bottom: -40px;
  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;
  padding: 0;
}

@media only screen and (min-width: 1025px) {
  #concept-slide03 .splide__pagination {
    margin-bottom: -50px;
  }
}

#concept-slide03 .splide__pagination .is-active {
  background: #000;
}

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

店内のご案内

---------------------------------- */
.shop-greeting {
  margin-top: 60px;
}

@media only screen and (min-width: 1025px) {
  .shop-greeting {
    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: 150px;
  }
}

@media only screen and (min-width: 1025px) {
  .shop-greeting .greeting-inner {
    width: 40%;
  }
}

.shop-greeting .greeting-inner .shop-tit {
  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;
  height: 100%;
}

.shop-greeting .greeting-inner h3 {
  font-size: var(--shop);
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .shop-greeting .greeting-inner h3 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-top: 50px;
    margin-bottom: 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    letter-spacing: 0.3rem;
  }
}

@media only screen and (min-width: 1025px) {
  .shop-greeting .greeting-inner h3 span {
    display: block;
    margin-top: 7vw;
  }
}

.shop-greeting .greeting-inner .txt {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .shop-greeting .greeting-inner .txt {
    line-height: 2;
    margin-top: auto;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .shop-greeting .shop-img {
    width: 55%;
  }
}

.shop-greeting #shop-slide {
  margin-top: 40px;
}

@media only screen and (min-width: 1025px) {
  .shop-greeting #shop-slide {
    margin-top: 0;
  }
}

.shop-greeting #shop-slide .splide__pagination {
  margin-bottom: -40px;
  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;
  padding: 0;
}

@media only screen and (min-width: 1025px) {
  .shop-greeting #shop-slide .splide__pagination {
    margin-bottom: -50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.shop-greeting #shop-slide .splide__pagination .is-active {
  background: #000;
}

.shop-column {
  max-width: 1400px;
  margin: 80px auto 0;
}

@media only screen and (min-width: 1025px) {
  .shop-column {
    margin: 150px auto 0;
  }
}

.shop-column .column-img {
  margin-top: 50px;
}

@media only screen and (min-width: 1025px) {
  .shop-column .column-img 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;
  }
}

.shop-column .column-img ul li {
  width: 85%;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1025px) {
  .shop-column .column-img ul li {
    width: 49.7%;
    margin-bottom: 0;
  }
}

.shop-column .column-img ul li:first-child {
  float: right;
}

.shop-column dl {
  width: 90%;
  margin: 0px auto 0;
}

@media only screen and (min-width: 1025px) {
  .shop-column dl {
    text-align: center;
    margin-top: 50px;
    width: 100%;
  }
}

.shop-column dl dt {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .shop-column dl dt {
    font-size: 2.2rem;
  }
}

.shop-column-btm {
  max-width: 1400px;
  margin: 40px auto 0;
  width: 90%;
}

@media only screen and (min-width: 1025px) {
  .shop-column-btm {
    margin: 180px auto 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;
  }
}

.shop-column-btm > div {
  margin-bottom: 50px;
}

@media only screen and (min-width: 1025px) {
  .shop-column-btm > div {
    width: 49.7%;
    margin-bottom: 0;
  }
}

.shop-column-btm dl dt {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .shop-column-btm dl dt {
    font-size: 3.1rem;
    margin-bottom: 30px;
  }
}

.shop-column-btm h4 {
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .shop-column-btm h4 {
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
}

.shop-column-btm .txt {
  padding: 0 0px;
}

@media only screen and (min-width: 1025px) {
  .shop-column-btm .txt {
    padding: 0 30px;
  }
}

.shop-column-btm .txt span {
  display: block;
  font-size: 1.2rem;
  margin-top: 10px;
}

@media only screen and (min-width: 1025px) {
  .shop-column-btm .txt span {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}

section.shop-plan {
  background: url(images/bg.jpg);
  margin-top: 60px;
  padding: 0px 0 20px;
}

@media only screen and (min-width: 1025px) {
  section.shop-plan {
    margin-top: 120px;
  }
}

section.shop-plan .tit-base {
  background: url(images/obj01.png) center top no-repeat;
  padding: 50px 0 160px;
  background-size: 340px;
}

@media only screen and (min-width: 768px) {
  section.shop-plan .tit-base {
    background-size: auto;
    padding: 100px 0 160px;
  }
}

@media only screen and (min-width: 768px) {
  section.shop-plan .tit-base br {
    display: none;
  }
}

section.shop-plan .plan-inner {
  max-width: 900px;
  margin: -150px auto 0;
  position: relative;
  width: 90%;
}

@media only screen and (min-width: 1025px) {
  section.shop-plan .plan-inner {
    margin: -100px auto 0;
    width: 100%;
  }
}

section.shop-plan .plan-inner::after {
  content: "";
  display: block;
}

@media only screen and (min-width: 1025px) {
  section.shop-plan .plan-inner::after {
    margin-bottom: 100px;
  }
}

section.shop-plan .plan-inner .plan-box {
  margin-bottom: 60px;
}

section.shop-plan .txt {
  margin-top: 30px;
  font-size: 1.3rem;
  line-height: 1.5;
}

@media only screen and (min-width: 1025px) {
  section.shop-plan .txt {
    font-size: 1.6rem;
  }
}

section.shop-plan .txt-add {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}

@media only screen and (min-width: 1025px) {
  section.shop-plan .add-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;
  }
}

section.banquet {
  max-width: 1400px;
  margin: 60px auto;
  width: 90%;
}

@media only screen and (min-width: 1025px) {
  section.banquet {
    margin: 150px auto;
  }
}

section.banquet .banquet-inner {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1025px) {
  section.banquet .banquet-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: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 1025px) {
  section.banquet .banquet-inner > div {
    width: 48%;
  }
}

section.banquet .banquet-inner dl {
  margin-bottom: 40px;
}

section.banquet .banquet-inner dl dt {
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  section.banquet .banquet-inner dl dt {
    font-size: 3rem;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  section.banquet .banquet-inner .btn-base a {
    margin: inherit;
  }
}

section.banquet .banquet-inner .banquet-l .btn-base a {
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  section.banquet .banquet-inner .banquet-l .btn-base a {
    margin: inherit;
  }
}

section.banquet .attention {
  font-size: 1.3rem;
  margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
  section.banquet .attention {
    font-size: 1.5rem;
  }
}

section.banquet .attention a {
  text-decoration: underline;
}

section.banquet .img-spbanq {
  margin-top: 20px;
}

section.gift {
  background: url(images/bg.jpg);
  margin: auto;
  padding: 40px 20px;
}

@media only screen and (min-width: 768px) {
  section.gift {
    max-width: 700px;
  }
}

@media only screen and (min-width: 1025px) {
  section.gift {
    padding: 80px 100px;
    max-width: 1400px;
  }
}

section.gift .gift-inner {
  margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
  section.gift .gift-inner {
    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;
    background: #FFFFFF;
    margin-top: 70px;
  }
}

@media only screen and (min-width: 1025px) {
  section.gift .gift-inner > div {
    width: 50%;
  }
}

section.gift .gift-inner .gift-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  padding: 40px;
}

@media only screen and (min-width: 1025px) {
  section.gift .gift-inner .gift-l {
    padding: 50px;
  }
}

section.gift .gift-inner .gift-l dl dt {
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  section.gift .gift-inner .gift-l dl dt {
    font-size: 2.3rem;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  section.gift .gift-inner .gift-l dl dt br {
    display: none;
  }
}

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

宅配料理

---------------------------------- */
.btn-type-column {
  margin-top: 50px;
}

@media only screen and (min-width: 1025px) {
  .btn-type-column {
    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;
  }
}

.btn-type-column li {
  margin: 0 10px;
  list-style: none;
}

.btn-type-column li.color a {
  background: #895230;
  color: #FFFFFF;
  border: none;
}

.btn-type-column li.color a:hover {
  background: #914110;
}

section.delivery {
  padding: 0px 0;
  position: relative;
}

section.delivery .delivery-inner {
  max-width: 1400px;
  margin: auto;
  position: relative;
  z-index: 10;
  background: url(images/bg.jpg);
  padding: 50px 0 50px;
}

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

section.delivery .delivery-inner::after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background: #FFFFFF;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (min-width: 768px) {
  section.delivery .delivery-inner::after {
    width: 100px;
  }
}

section.delivery .delivery-inner::before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 768px) {
  section.delivery .delivery-inner::before {
    width: 100px;
  }
}

section.delivery .delivery-box {
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  section.delivery .delivery-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;
    margin-bottom: 120px;
  }
}

section.delivery .delivery-box .delivery-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;
  -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) {
  section.delivery .delivery-box .delivery-l {
    width: 50%;
    padding: 50px 80px 0 200px;
  }
}

section.delivery .delivery-box .delivery-l .num {
  font-family: 'Libre Baskerville', sans-serif;
  color: #89243d;
  font-size: 2.5rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  section.delivery .delivery-box .delivery-l .num {
    font-size: 3rem;
    text-align: left;
  }
}

@media only screen and (min-width: 1025px) {
  section.delivery .delivery-box .delivery-l .num {
    font-size: 4rem;
  }
}

section.delivery .delivery-box .delivery-l h3 {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
  font-size: var(--delivery);
}

@media only screen and (min-width: 768px) {
  section.delivery .delivery-box .delivery-l h3 {
    text-align: left;
    margin-bottom: 40px;
  }
}

section.delivery .delivery-box .delivery-l h3 br {
  display: none;
}

@media only screen and (min-width: 1025px) {
  section.delivery .delivery-box .delivery-l h3 br {
    display: block;
  }
}

section.delivery .delivery-box .delivery-l .txt {
  width: 80%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  section.delivery .delivery-box .delivery-l .txt {
    width: 100%;
    margin: inherit;
  }
}

section.delivery .delivery-box .delivery-r {
  margin-top: 30px;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  section.delivery .delivery-box .delivery-r {
    width: 50%;
    margin-top: 0;
    float: inherit;
    text-align: left;
  }
}

section.delivery .delivery-box .delivery-r img {
  width: 90%;
}

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

section.delivery .delivery-box:nth-child(even) {
  -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) {
  section.delivery .delivery-box:nth-child(even) .delivery-l {
    padding: 50px 200px 0 80px;
  }
}

section.delivery .delivery-box:nth-child(even) .delivery-r {
  text-align: left;
}

section.delivery .btn-base.color a {
  background: #895230;
  color: #FFFFFF;
  width: 300px;
  border: none;
}

@media only screen and (min-width: 1025px) {
  section.delivery .btn-base.color a {
    width: 400px;
  }
}

section.delivery .btn-base.color a:hover {
  background: #914110;
}

section.area {
  margin-top: 70px;
}

@media only screen and (min-width: 768px) {
  section.area {
    margin-top: 150px;
  }
}

section.area .deli-att {
  color: #bf0000;
  width: 90%;
  margin: 30px auto;
}

@media only screen and (min-width: 768px) {
  section.area .deli-att {
    margin: 100px auto;
    text-align: center;
  }
}

section.area .deli-att02 {
  text-align: center;
  margin: 30px 0 30px;
}

@media only screen and (min-width: 768px) {
  section.area .deli-att02 {
    margin: 30px 0 60px;
  }
}

section.area .order-att {
  max-width: 1200px;
  margin: auto;
  width: 90%;
  font-size: 1.3rem;
  color: #bf0000;
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  section.area .order-att {
    font-size: 1.6rem;
  }
}

section.area .txt-penchi {
  text-align: center;
  display: block;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  section.area .txt-penchi {
    display: none;
  }
}

section.area .deli-order {
  margin-bottom: 80px;
}

section.area .deli-order a {
  width: 300px;
}

@media only screen and (min-width: 768px) {
  section.area .deli-order a {
    width: 400px;
  }
}

section.area .area-price {
  max-width: 1200px;
  margin: auto;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  section.area .area-price {
    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;
  }
}

section.area .area-price::after {
  content: "";
  display: block;
  width: 31%;
}

section.area .area-price .area-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;
  margin-bottom: 20px;
  border-bottom: 1px dotted #888;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  section.area .area-price .area-box {
    width: 31%;
    padding-bottom: 0;
    border: none;
    margin-bottom: 80px;
  }
}

section.area .area-price .area-box .icon {
  width: 25%;
}

section.area .area-price .area-box .area-content {
  width: 75%;
}

section.area .area-price .area-box .area-content .price-up {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  section.area .area-price .area-box .area-content .price-up {
    margin-top: 40px;
  }
}

section.area .area-price .area-box .area-content dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  section.area .area-price .area-box .area-content dl {
    font-size: 1.6rem;
  }
}

section.area .area-price .area-box .area-content dl dt {
  margin-right: 20px;
}

section.area .area-price .area-box .area-content dl span {
  font-size: 1.8rem;
  font-family: 'Libre Baskerville', sans-serif;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  section.area .area-price .area-box .area-content dl span {
    font-size: 2.2rem;
  }
}

section.area .area-price .area-box .area01 span {
  color: #d96363;
}

section.area .area-price .area-box .area02 span {
  color: #d9a409;
}

section.area .area-price .area-box .area03 span {
  color: #3d75d9;
}

section.area .area-price .area-box .area04 span {
  color: #61b31d;
}

section.area .area-price .area-box .area05 span {
  color: #a65db3;
}

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

テイクアウト

---------------------------------- */
section.takeout-menu {
  background: url(images/bg.jpg);
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  section.takeout-menu {
    padding-bottom: 100px;
  }
}

section.takeout-menu .tit-base {
  background: url(images/obj01.png) center top no-repeat;
  padding: 50px 0 160px;
  background-size: 340px;
}

@media only screen and (min-width: 768px) {
  section.takeout-menu .tit-base {
    background-size: auto;
    padding: 100px 0 160px;
  }
}

@media only screen and (min-width: 768px) {
  section.takeout-menu .tit-base br {
    display: none;
  }
}

section.takeout-menu .takeout-menu-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;
  max-width: 1400px;
  margin: auto;
  position: relative;
  margin-top: -120px;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  section.takeout-menu .takeout-menu-inner {
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    margin-top: -70px;
  }
}

section.takeout-menu .takeout-menu-inner .takeout-menu-box {
  width: 47%;
  margin: 0 5px 40px;
}

@media only screen and (min-width: 768px) {
  section.takeout-menu .takeout-menu-inner .takeout-menu-box {
    width: 23%;
    margin-bottom: 0;
    margin: 0 1rem;
  }
}

section.takeout-menu .takeout-menu-inner .takeout-menu-box 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: 3 / 2;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

section.takeout-menu .takeout-menu-inner .name {
  text-align: center;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  section.takeout-menu .takeout-menu-inner .name {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  section.takeout-menu .takeout-rank .takeout-menu-inner .takeout-menu-box:nth-child(even) {
    margin-top: 20px;
  }
}

section.takeout-menu .takeout-season {
  margin-top: 0px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  section.takeout-menu .takeout-season {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  section.takeout-menu .takeout-season .takeout-menu-inner .takeout-menu-box:nth-child(odd) {
    margin-top: 20px;
  }
}

.btn-deli-top {
  margin-top: 50px;
  margin-bottom: 80px;
}

@media only screen and (min-width: 1025px) {
  .btn-deli-top {
    margin-bottom: 100px;
  }
}

.btn-deli {
  margin: 0px 0 0px;
}

@media only screen and (min-width: 768px) {
  .btn-deli {
    margin: 50px 0 0px;
  }
}

.btn-deli a {
  width: 300px;
}

@media only screen and (min-width: 768px) {
  .btn-deli a {
    width: 400px;
  }
}

.gift.gift-deli {
  background: none;
  width: 90%;
  margin-top: 20px;
}

.gift.gift-deli .gift-l {
  background: url(images/bg.jpg) !important;
  display: none;
}

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

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

アクセス

---------------------------------- */
.access-greeting {
  max-width: 1000px;
  margin: 30px auto 80px;
  width: 90%;
}

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

.access-greeting .access-add {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .access-greeting .access-add {
    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;
    margin-top: 50px;
  }
}

.access-greeting .access-add dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .access-greeting .access-add dl {
    width: 47%;
    margin-bottom: 30px;
  }
}

.access-greeting .access-add dl dt {
  width: 130px;
}

@media only screen and (min-width: 768px) {
  .access-greeting .access-add dl dt {
    width: 200px;
  }
}

.access-greeting .access-add dl dd {
  width: 100%;
}

.btn-map {
  text-align: center;
  margin-top: 50px;
}

.btn-map a {
  text-decoration: underline;
  font-family: 'Libre Baskerville', sans-serif;
}

.btn-map a:hover {
  opacity: .6;
}

.btn-map a i {
  margin-right: .5rem;
}

section.train {
  margin-bottom: 80px;
}

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

section.train .txt-base {
  text-align: center;
}

section.train .txt-base span {
  display: block;
  font-size: 90%;
  margin-top: 5px;
}

section.car {
  max-width: 1200px;
  margin: auto;
  width: 90%;
}

section.car .map-car {
  margin-top: 80px;
}

section.parking {
  max-width: 1200px;
  margin: 60px auto 0;
}

@media only screen and (min-width: 1025px) {
  section.parking {
    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: 120px auto 0;
  }
}

section.parking .parking-img {
  width: 60%;
  margin: 30px auto 0;
}

section.parking .parking-img span {
  display: block;
  margin-top: 10px;
  text-align: center;
}

section.parking .parking-l {
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  section.parking .parking-l {
    width: 47%;
  }
}

section.parking .parking-r {
  margin: 40px auto 0;
  width: 90%;
}

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

section.parking .parking-r .parking-info dt {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

section.parking .parking-r .parking-sub {
  margin-top: 50px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  section.parking .parking-r .parking-sub {
    font-size: 1.5rem;
  }
}

section.parking .car-att {
  margin-top: 30px;
  background: #f7f7f7;
  padding: 15px;
}

@media only screen and (min-width: 768px) {
  section.parking .car-att {
    padding: 30px;
  }
}

section.parking .car-att dt {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  section.parking .car-att dt {
    font-size: 1.8rem;
  }
}

section.sightseeing {
  margin: 60px 0;
  background: url(images/bg.jpg);
  padding: 50px 0 0;
}

@media only screen and (min-width: 768px) {
  section.sightseeing {
    margin: 120px 0;
    padding: 100px 0;
  }
}

section.sightseeing .txt-base {
  text-align: center;
}

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

section.sightseeing .sightseeing-inner {
  max-width: 1200px;
  margin: 120px 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;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

section.sightseeing .sightseeing-inner .sightseeing-box {
  width: 90%;
  margin: 0 auto 60px;
}

@media only screen and (min-width: 768px) {
  section.sightseeing .sightseeing-inner .sightseeing-box {
    width: 47%;
    margin: 0 auto 80px;
  }
}

section.sightseeing .sightseeing-inner .sightseeing-box .sightseeing-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;
  position: relative;
}

section.sightseeing .sightseeing-inner .sightseeing-box .sightseeing-column .num {
  position: absolute;
  top: -30px;
  left: 0;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 2.8rem;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  section.sightseeing .sightseeing-inner .sightseeing-box .sightseeing-column .num {
    font-size: 3.8rem;
  }
}

section.sightseeing .sightseeing-inner .sightseeing-box .sightseeing-column .pic {
  width: 55%;
  padding-left: 20px;
}

section.sightseeing .sightseeing-inner .sightseeing-box .sightseeing-column .detail {
  width: 42%;
  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;
  text-align: center;
}

section.sightseeing .sightseeing-inner .sightseeing-box .sightseeing-column .detail dl dt {
  font-size: 1.6rem;
  font-weight: 500;
  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: 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;
  letter-spacing: -0.02rem;
}

@media only screen and (min-width: 768px) {
  section.sightseeing .sightseeing-inner .sightseeing-box .sightseeing-column .detail dl dt {
    font-size: 2rem;
  }
}

section.sightseeing .sightseeing-inner .sightseeing-box .sightseeing-column .detail dl dt i {
  color: #89243d;
  font-size: 2.8rem;
  margin-bottom: 5px;
}

section.sightseeing .sightseeing-inner .sightseeing-box .sightseeing-column .detail dl dd {
  margin-top: 40px;
}

section.sightseeing .sightseeing-inner .sightseeing-box .sightseeing-column .detail dl dd a {
  text-decoration: underline;
}

section.sightseeing .sightseeing-inner .sightseeing-box .sightseeing-column .detail dl dd a i {
  margin-right: .5rem;
}

section.sightseeing .sightseeing-inner .sightseeing-box .sightseeing-column .detail dl dd a:hover {
  opacity: .5;
}

section.sightseeing .sightseeing-txt {
  margin-left: 20px;
  margin-top: 20px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  section.sightseeing .sightseeing-txt {
    font-size: 1.6rem;
  }
}

section.sightseeing .sightseeing-txt .sub-detail {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  section.sightseeing .sightseeing-txt .sub-detail {
    font-size: 1.5rem;
  }
}

.access-travel {
  max-width: 1300px;
  background: #faf9f7;
  margin: auto;
}

.access-travel .travel-inner {
  padding-bottom: 50px !important;
}

.travel-tel {
  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: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  padding-bottom: 40px;
  background: #faf9f7;
  max-width: 1300px;
  margin: 50px auto 0;
}

@media only screen and (min-width: 768px) {
  .travel-tel {
    padding-bottom: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    margin-top: 50px;
  }
}

.travel-tel .tel-l {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .travel-tel .tel-l {
    margin-right: 30px;
    margin-top: 0;
  }
}

.travel-tel .tel-l .num {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .travel-tel .tel-l .num {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .travel-tel .tel-r {
    margin-left: 30px;
  }
}

.travel-tel .tel-r .btn-base a {
  margin-top: 0;
}

.travel-tel .time {
  margin-left: 40px;
}

.sp-way {
  margin-top: 30px;
}

.triger {
  width: 90%;
  margin: 0 auto 30px;
}

.triger dl dt {
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 25px 0;
  position: relative;
}

.triger dl dt::after {
  font-family: "Font Awesome 6 Free";
  content: '\f107';
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}

.triger dl dt.ac::after {
  font-family: "Font Awesome 6 Free";
  content: '\f106';
  font-weight: 900;
}

.triger dl dd {
  position: relative;
}

.triger dl dd ul {
  position: relative;
}

.triger dl dd ul::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #000000;
  position: absolute;
  left: 50%;
  top: 0;
}

.triger dl dd ul li {
  height: 100px;
  position: relative;
}

.triger dl dd ul li span {
  height: 100%;
  width: 100%;
  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;
  padding-left: 40%;
}

.triger dl dd ul li.ic {
  border: 1px solid #000000;
  text-align: center;
  width: 80%;
  margin: auto;
  padding: 20px 0;
  height: auto;
  background: #FFFFFF;
  z-index: 10;
  position: relative;
}

.triger dl dd ul li.end {
  background: #89243d;
  position: relative;
  z-index: 10;
  height: auto;
  text-align: center;
  padding: 15px 0;
}

.triger dl dd ul li.end img {
  width: 40px;
}

.tit-sp-parking {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 30px;
}

.map-kanko {
  max-width: 1400px;
}

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

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

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

お問い合わせ

---------------------------------- */
section.contact {
  max-width: 800px;
  margin: 100px auto;
  width: 90%;
}

section.contact dl {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  section.contact 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;
  }
}

section.contact dl dt {
  width: 450px;
  font-size: 1.7rem;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  section.contact dl dt {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}

section.contact dl dt::before {
  content: "必須";
  display: block;
  background: #af0000;
  color: #FFFFFF;
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1.3;
  padding: 2px 8px;
  position: relative;
  margin-right: 1rem;
}

section.contact dl dd {
  width: 100%;
}

section.contact dl.any dt::before {
  background: #999;
  content: "任意";
}

section.contact input[type="text"], section.contact textarea, section.contact input[type="email"], section.contact input[type="tel"] {
  border: none;
  background: #f2f2f2;
  width: 100%;
  padding: 15px 10px;
  font-size: 1.8rem;
}

section.contact .btn-privacy {
  text-align: center;
  display: block;
  margin-top: 90px;
}

section.contact .btn-privacy a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f023';
  font-weight: 900;
  margin-right: .5rem;
}

section.contact input[type="submit"] {
  display: block;
  width: 200px;
  border: 1px solid #000000;
  text-align: center;
  padding: 20px 0;
  margin: 30px auto 0;
  -webkit-transition: .5s;
  transition: .5s;
  background: none;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 1.6rem;
  cursor: pointer;
  color: #000000;
  border-radius: 0px;
  font-weight: normal;
}

@media only screen and (min-width: 1025px) {
  section.contact input[type="submit"] {
    margin: 50px auto 0;
    width: 250px;
  }
}

section.contact input[type="submit"]:hover {
  background: #000000;
  color: #FFFFFF;
}

.wpcf7-previous {
  display: block;
  width: 200px;
  border: 1px solid #000000;
  text-align: center;
  padding: 20px 0;
  margin: 30px auto 0;
  -webkit-transition: .5s;
  transition: .5s;
  background: none;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 1.6rem;
  cursor: pointer;
  color: #000000;
  border-radius: 0px;
  font-weight: normal;
}

@media only screen and (min-width: 1025px) {
  .wpcf7-previous {
    margin: 50px auto 0;
    width: 250px;
  }
}

.wpcf7-previous:hover {
  background: #000000;
  color: #FFFFFF;
}

@media only screen and (min-width: 1025px) {
  .page-id-54 .wpcf7-previous {
    margin-right: 20px;
  }
}

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

お知らせ

---------------------------------- */
section.news-content {
  max-width: 800px;
  margin: 100px auto;
  width: 90%;
}

section.news-content a:hover {
  color: #666;
}

section.news-content dl {
  margin-bottom: 20px;
  border-bottom: 1px dotted #555;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  section.news-content 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;
    border-bottom: none;
    margin-bottom: 20px;
  }
}

section.news-content dl dt {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #666;
}

@media only screen and (min-width: 768px) {
  section.news-content dl dt {
    width: 300px;
  }
}

section.news-content dl dd {
  width: 100%;
  position: relative;
}

section.news-content dl dd i {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 1.3rem;
  margin-top: -15px;
}

@media only screen and (min-width: 768px) {
  section.news-content dl dd i {
    display: none;
  }
}

.wp-pagenavi {
  margin-top: 100px;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #999;
}

.wp-pagenavi a.current, .wp-pagenavi span.current {
  color: #000000;
}

section.news-column {
  max-width: 800px;
  margin: 100px auto 0;
  width: 90%;
}

section.news-column .date {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #666;
  text-align: center;
}

section.news-column .blog-tit {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  section.news-column .blog-tit {
    font-size: 3rem;
  }
}

section.news-column .share {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  max-width: 230px;
  margin: 50px auto;
  padding: 25px;
}

@media only screen and (min-width: 768px) {
  section.news-column .share {
    max-width: 280px;
  }
}

section.news-column .share 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;
}

section.news-column .share dl dt {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  section.news-column .share dl dt {
    font-size: 1.9rem;
  }
}

section.news-column .share dl dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section.news-column .share dl dd ul li.facebook {
  margin-right: 2em;
}

section.news-column .share dl dd ul li.facebook i {
  font-size: 1.9rem;
}

@media only screen and (min-width: 768px) {
  section.news-column .share dl dd ul li.facebook i {
    font-size: 2.3rem;
  }
}

.icon-x {
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
  top: 3px;
}

@media only screen and (min-width: 768px) {
  .icon-x {
    width: 20px;
    height: 20px;
  }
}

.wp-block-image {
  margin: 10px 0;
}

.post-page-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 800px;
  margin: 100px auto 50px;
  -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) {
  .post-page-nav {
    margin: 150px auto 0;
  }
}

.post-page-nav li {
  display: block;
  width: 30%;
}

.post-page-nav .btn-back {
  text-align: center;
}

.post-page-nav .prevPost {
  text-align: right;
}

.post-page-nav a:hover {
  color: #666;
}

.post-page-nav i {
  font-size: 1rem;
  position: relative;
  top: -2px;
}

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

プライバシー

---------------------------------- */
.privacy-wrap {
  max-width: 800px;
  margin: 50px auto;
  width: 90%;
}

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

.privacy-wrap li {
  margin-bottom: 50px;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}

/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999 !important;
  text-align: center;
  color: #000;
}

/* Loading画像中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999999;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  width: 100%;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg {
  height: 2px;
}

/*割れる画面のアニメーション*/
.loader_cover {
  width: 100%;
  height: 50%;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/*上の画面*/
.loader_cover-up {
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

/*下の画面*/
.loader_cover-down {
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/*クラス名がついたらY軸方向に0*/
.coveranime {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.grecaptcha-badge {
  visibility: hidden;
}

.page-id-53 .grecaptcha-badge, .page-id-54 .grecaptcha-badge, .page-id74 .grecaptcha-badge {
  visibility: visible;
}

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

English

---------------------------------- */
.page-id-91 {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.page-id-91 .se-header h2 {
  letter-spacing: .2rem;
  font-weight: 400;
  margin-bottom: 20px;
}

.page-id-91 .header-reserve {
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: .1rem;
}

@media only screen and (min-width: 1025px) {
  .page-id-91 .header-reserve {
    font-size: 1.5rem;
  }
}

.page-id-91 .btn-wrap li a {
  letter-spacing: .2rem;
}

.header-en {
  padding-left: 50px;
}

.header-en .header-en-r {
  width: 40%;
  margin-left: auto;
  margin-right: 50px;
}

.header-en .header-en-r .lan {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .header-en .header-en-r .lan {
    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;
  }
}

.header-en .header-l {
  width: 100%;
  padding: 0;
}

.header-en.fixed .header-l {
  padding: 0;
  width: 100%;
}

.header-en .header-reserve a {
  line-height: 1;
}

@media only screen and (min-width: 1025px) {
  .header-en .header-reserve a {
    line-height: 1.5;
  }
}

.greeting-box-en {
  background: url(images/obj03.png) center bottom -30px no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .greeting-box-en {
    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;
    background: url(images/obj03.png) center right no-repeat;
    background-size: auto;
  }
}

.greeting-box-en h3 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .greeting-box-en h3 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .greeting-box-en .greeting-l {
    width: 55%;
  }
}

.greeting-box-en .greeting-r {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .greeting-box-en .greeting-r {
    width: 40%;
    padding-right: 100px;
    margin-top: 0;
  }
}

.greeting-box-en.reserve {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  margin-top: 50px;
  background: url(images/obj03.png) center bottom -30px no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .greeting-box-en.reserve {
    background: url(images/obj03.png) center left -200px no-repeat;
    background-size: auto;
  }
}

@media only screen and (min-width: 768px) {
  .greeting-box-en.reserve {
    margin-top: 100px;
  }
}

.greeting-box-en.reserve .greeting-r {
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .greeting-box-en.reserve .greeting-r {
    padding-left: 100px;
  }
}

.greeting-box-en .txt {
  width: 90%;
  margin: auto;
}

.greeting-box-en.onece {
  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: 1025px) {
  .greeting-box-en.onece {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
}

.greeting-box-en.onece .greeting-l, .greeting-box-en.onece .greeting-r {
  width: 100%;
}

.greeting-box-en.onece .greeting-r {
  padding-left: 0;
  margin-top: 0;
}

@media only screen and (min-width: 1025px) {
  .greeting-box-en.onece .greeting-r {
    padding-left: 100px;
    margin-top: 30px;
  }
}

.greeting-box-en.onece .greeting-r .txt {
  margin-bottom: 30px;
}

.en-greeting h2 {
  font-size: 2rem;
  text-align: center;
  margin: 50px 0 30px;
  font-weight: 400;
  letter-spacing: .2rem;
}

@media only screen and (min-width: 768px) {
  .en-greeting h2 {
    font-size: 3.5rem;
    margin: 100px 0;
  }
}

.en-tit {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 30px;
}

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

.en-att {
  text-align: center;
  width: 90%;
  margin: 0px auto 20px;
}

@media only screen and (min-width: 768px) {
  .en-att {
    margin: 20px auto 30px;
  }
}

.en-pic-cuisine {
  max-width: 1200px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .en-pic-cuisine {
    margin: 80px auto;
    width: 90%;
  }
}

.en-tit-price {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .en-tit-price {
    font-size: 2.4rem;
    letter-spacing: .2rem;
  }
}

.en-item-wrap {
  max-width: 1200px;
  width: 90%;
  margin: 50px auto;
}

@media only screen and (min-width: 768px) {
  .en-item-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;
  }
}

.en-item-wrap .en-item-box {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .en-item-wrap .en-item-box {
    width: 47%;
  }
}

.en-item-wrap .en-item-box .en-cate-tit {
  font-size: 1.6rem;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .en-item-wrap .en-item-box .en-cate-tit {
    font-size: 1.8rem;
  }
}

.en-item-wrap .en-item-box dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #000;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.en-map {
  max-width: 1200px;
  position: relative;
}

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

.en-map .btn-gmap-en a {
  display: inline-block;
  background: #8c5d51;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 10px;
  color: #FFFFFF;
  padding: 5px 20px;
}

.en-map .btn-gmap-en a i {
  margin-right: .5rem;
}

.en-map .btn-gmap-en a:hover {
  opacity: .8;
}

.en-train {
  max-width: 1200px;
  width: 90%;
  margin: 20px auto 0;
}

@media only screen and (min-width: 768px) {
  .en-train {
    margin: auto;
  }
}

.en-hour {
  background: #fafafa;
  padding: 40px 20px;
  max-width: 900px;
  margin: 70px auto 0;
  text-align: center;
  width: 90%;
}

@media only screen and (min-width: 1025px) {
  .en-hour {
    margin: 150px auto 0;
    padding: 50px;
  }
}

.en-hour dl {
  margin-bottom: 40px;
}

.en-hour dl dt {
  text-decoration: underline;
}

.footer-en {
  display: block;
  text-align: center;
}

.footer-en .footer-sns {
  margin-top: 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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.en-address {
  margin-top: 20px;
}

.en-num {
  margin-top: 10px;
}

.nav-en ul li {
  letter-spacing: -0.1rem;
}

.nav-en ul li.eatin {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .nav-en ul li.eatin {
    width: 70px;
  }
}

.nav-en ul li.eatin a {
  position: relative;
  letter-spacing: .2rem;
}

@media only screen and (min-width: 768px) {
  .nav-en ul li.eatin a {
    height: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .nav-en .en-txt-resve {
    display: none;
  }
}

.nav-en .en-svg-resve {
  width: 30px;
  height: 180px;
  display: none;
}

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

.se-header-en {
  margin-top: 80px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .se-header-en {
    margin-top: 120px;
  }
}

.se-header-en .tit-img 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;
}

@media only screen and (min-width: 768px) {
  .se-header-en .tit-img img {
    aspect-ratio: 2 / 0.8;
  }
}

#overview, #menu, #location {
  margin-top: -70px;
  padding-top: 70px;
}

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

中国語

---------------------------------- */
.page-id-135, .page-id-137, .page-id-267, .page-id-265 {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
}

.page-id-135 .l-footer .footer-sns dl dt, .page-id-137 .l-footer .footer-sns dl dt, .page-id-267 .l-footer .footer-sns dl dt, .page-id-265 .l-footer .footer-sns dl dt {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
}

.page-id-135 .btn-gmap-en a, .page-id-137 .btn-gmap-en a, .page-id-267 .btn-gmap-en a, .page-id-265 .btn-gmap-en a {
  right: 20px;
}

@media only screen and (min-width: 768px) {
  .page-id-135 .btn-gmap-en a, .page-id-137 .btn-gmap-en a, .page-id-267 .btn-gmap-en a, .page-id-265 .btn-gmap-en a {
    right: 60px;
  }
}

.page-id-137 .footer-sns dl dt, .page-id-267 .footer-sns dl dt {
  font-size: 1.6rem;
  line-height: 3;
}

@media only screen and (min-width: 768px) {
  .page-id-137 .fix-nav ul li.eatin a, .page-id-267 .fix-nav ul li.eatin a {
    height: 300px;
  }
}

.test .splide__track {
  -webkit-transition: height .3s ease-out;
  transition: height .3s ease-out;
}

.menu-other {
  margin-top: 20px;
}

.menu-other span {
  color: #bf0000;
}

.other-exp {
  margin-top: 20px;
  font-size: 90%;
}

.btn-column-type > div {
  margin: 0 10px;
}

@media only screen and (min-width: 1025px) {
  .btn-column-type {
    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;
  }
}

.fea {
  margin: 60px 0;
}

@media only screen and (min-width: 1025px) {
  .fea {
    margin: 120px 0;
  }
}

.fea .cus {
  text-align: center;
}

.fea .cus dt {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: bold;
}

@media only screen and (min-width: 1025px) {
  .fea .cus dt {
    font-size: 3rem;
  }
}

.fea .cus dd {
  font-size: 4.7rem;
  white-space: nowrap;
}

@media only screen and (min-width: 1025px) {
  .fea .cus dd {
    font-size: 9rem;
    line-height: 1.5;
  }
}

.fea .limit {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .fea .limit {
    margin-top: 0;
    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;
    text-align: left;
  }
}

.fea .limit .kikan {
  background: #bf0000;
  padding: 0 10px;
  color: #FFFFFF;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 5px;
}

.fea .limit .day {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .fea .limit .day {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}

.fea .att {
  margin: 20px 0;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .fea .att {
    text-align: left;
  }
}

.fea .att dt {
  font-weight: bold;
}

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

@media only screen and (min-width: 1025px) {
  .fea .web {
    /* display: flex;
         align-items: flex-start;*/
    margin-bottom: 50px;
    text-align: left;
  }
}

.fea .web dt {
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
  .fea .web dt {
    margin-bottom: 0;
    width: 200px;
    margin-right: 20px;
  }
}

.fea .web dd {
  width: 100%;
}

.fea .web dd span {
  font-size: 80%;
  display: block;
  margin-top: 10px;
}

.fea .tel {
  margin-top: 30px;
}

.fea .tel .num {
  font-size: 2.6rem;
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  .fea .tel .num {
    font-size: 3.6rem;
  }
}

.fea .tel .num a {
  color: #000000;
}

.fea .tel .num i {
  font-size: 1.7rem;
  position: relative;
  top: -3px;
  margin-right: .4rem;
}

.fea .btn-reserve a {
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .fea .btn-reserve a {
    margin: inherit;
  }
}

.fea-inner {
  max-width: 1200px;
  width: 90%;
  margin: 20px auto 0;
}

@media only screen and (min-width: 1025px) {
  .fea-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: 50px auto 0;
  }
}

@media only screen and (min-width: 1025px) {
  .fea-inner .fea-l {
    width: 50%;
  }
}

@media only screen and (min-width: 1025px) {
  .fea-inner .fea-r {
    width: 45%;
    padding-top: 30px;
  }
}

.fea-inner .btn-pdf a {
  margin: 20px auto 0;
}


    /*========= モーダル表示のためのCSS ===============*/
/*infoエリアをはじめは非表示*/
#info {
  display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container {
  max-width: 600px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

.hid {
  visibility: hidden;
}
