@charset "UTF-8";
/**
* スタイルシート統合
*/
/**
* 変数指定用フォルダ 随時追加予定
*
* ver.20230303
*/
/** テンプレファイル
* 一括指定、すべてのページに適用するスタイルなどはここに記述
* containerの指定などは全サイト共通にするのでこのファイルを使いまわす。
*
* ver.20230303
*/
body {
  position: relative;
}
@media only screen and (max-width: 1600px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1601px) {
  body {
    font-size: 0.9369144285vw;
  }
}
body {
  line-height: 2em;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN", "メイリオ", "MS UI Gothic", Sans;
  color: #000000;
  font-weight: normal;
}

.content-wrapper {
  width: 100%;
  overflow-x: hidden !important;
  background-color: #ffffff;
}

.scrollLock {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
}

a:hover {
  opacity: 0.9;
}

.container-wrap {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .container-wrap {
    margin-right: 0;
    margin-left: auto;
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 1601px) {
  .container-wrap {
    width: calc(100% - 9.9937539038vw);
  }
}

.container {
  position: relative;
  margin: auto;
  width: calc(100% - 40px);
}
@media screen and (min-width: 992px) {
  .container {
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 1601px) {
  .container {
    width: calc(100% - 7.4953154279vw);
  }
}

.container-right {
  position: relative;
  margin: auto;
  margin-right: 0;
  width: calc(100% - 20px);
  padding-right: 20px;
}
@media screen and (min-width: 992px) {
  .container-right {
    width: calc(100% - 60px);
    padding-right: 60px;
  }
}
@media screen and (min-width: 1601px) {
  .container-right {
    width: calc(100% - 3.7476577139vw);
    padding-right: 3.7476577139vw;
  }
}

.container-left {
  position: relative;
  margin: auto;
  margin-left: 0;
  width: calc(100% - 20px);
  padding-left: 20px;
}
@media screen and (min-width: 992px) {
  .container-left {
    width: calc(100% - 60px);
    padding-left: 0;
  }
}
@media screen and (min-width: 1601px) {
  .container-left {
    width: calc(100% - 3.7476577139vw);
  }
}

.section-separator {
  height: 90px;
}
@media screen and (min-width: 992px) {
  .section-separator {
    height: 120px;
  }
}
@media screen and (min-width: 1601px) {
  .section-separator {
    height: 7.4953154279vw;
  }
}

h1,
h2,
h3,
h4,
h5,
strong,
b {
  font-weight: bold;
  line-height: 2em;
}

.grecaptcha-badge {
  visibility: hidden;
}

#reCaptcha {
  font-size: 13px;
  text-align: left;
  padding-top: 20px;
  border-top: 1px solid #000;
}

#reCaptcha > a {
  color: #000;
}

/**
* 使いまわすコード置き場
*
* ver.20230303
*/
/**
* .heading
*/
.heading {
  display: block;
  text-align: center;
  margin: auto;
}
@media only screen and (max-width: 1600px) {
  .heading {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1601px) {
  .heading {
    margin-bottom: 3.7476577139vw;
  }
}
@media only screen and (max-width: 991px) {
  .heading {
    margin-bottom: 30px;
  }
}
.heading .enU {
  position: relative;
  padding: 0 70px;
}
@media only screen and (max-width: 1600px) {
  .heading .enU {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1601px) {
  .heading .enU {
    font-size: 2.1861336665vw;
  }
}
.heading .enU {
  font-weight: normal;
  line-height: 1em;
}
@media only screen and (min-width: 1601px) {
  .heading .enU {
    padding: 0 4.3722673329vw;
  }
}
@media only screen and (max-width: 991px) {
  .heading .enU {
    font-size: 28px;
  }
}
.heading .enU::before, .heading .enU::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #000000;
}
@media only screen and (min-width: 1601px) {
  .heading .enU::before, .heading .enU::after {
    width: 3.1230480949vw;
  }
}
.heading .enU::before {
  left: 0;
}
.heading .enU::after {
  right: 0;
}
.heading .sub {
  display: block;
  margin-top: 0.5em;
}

/**
* .heading2
*/
.heading2 {
  display: block;
}
@media only screen and (max-width: 1600px) {
  .heading2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1601px) {
  .heading2 {
    font-size: 1.4990630856vw;
  }
}
.heading2 {
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 1600px) {
  .heading2 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1601px) {
  .heading2 {
    margin-bottom: 2.498438476vw;
  }
}
@media only screen and (min-width: 1601px) {
  .heading2 {
    border-bottom: 0.1249219238vw solid #000;
  }
}
@media only screen and (max-width: 991px) {
  .heading2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

/**
* .more-btn
*/
.more-btn {
  position: relative;
  display: block;
  border: 2px solid #fff;
  color: #fff;
}
@media only screen and (max-width: 1600px) {
  .more-btn {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1601px) {
  .more-btn {
    font-size: 1.1242973142vw;
  }
}
.more-btn {
  padding: 14px 0 10px;
  width: 200px;
  margin: auto;
  text-align: center;
  transition: 0.3s;
}
@media only screen and (min-width: 1601px) {
  .more-btn {
    width: 12.4921923798vw;
    border: 0.1249219238vw solid #fff;
    padding: 0.8744534666vw 0 0.624609619vw;
  }
}
.more-btn:hover {
  color: #000000;
  background-color: #fff;
}

/**
* .en
*/
.en {
  font-family: "Epilogue", sans-serif;
  font-style: italic !important;
}

.enU {
  font-family: "Epilogue", sans-serif;
  font-style: italic !important;
  text-transform: uppercase;
}

.enUN {
  font-family: "Epilogue", sans-serif;
  font-style: normal !important;
  text-transform: uppercase;
}

/**
* .sml
*/
@media only screen and (max-width: 1600px) {
  .sml {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1601px) {
  .sml {
    font-size: 0.7495315428vw;
  }
}

/**
* 疑似要素
* @extend .element;
*/
.element, #single-content .pager .arrow::after, #single-content .pager .arrow::before, #single-content .content ul li::before, #news-blog.archive .container-left .inner .box::before, #dinnerMenu .menu-wrap .box::before, #charteredMenu .menu-wrap .box::before, #shop-information .menu-wrap .box::before, .menu-content .box .text ul li::before, #page-keyVisual .container-left::before, #news-blog .news-content .container .inner .box::before, #news-blog .news-content .container .inner::before, #profile .container .text-wrap::before, #concept .inner::before, #back-to-top .inner::after, #back-to-top .inner::before, #footer #footer-contact::before, #header .header-container .nav-container .nav-inner .nav-list .nav-item::before, .pager .nextpostslink .arrowL::before,
.pager .nextpostslink .arrowR::before,
.pager .previouspostslink .arrowL::before,
.pager .previouspostslink .arrowR::before {
  position: absolute;
  display: block;
  content: "";
}

/**
* 背景画像 中央いっぱい連続なし
* @extend .bgFull;
*/
.bgFull, #news-blog.archive .container-left .inner .box > a .image, #page-keyVisual .container-left, #news-blog .news-content .container .inner .box > a .image, #menu .container-wrap .image, #instagram .container-wrap .image, .rotate-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex, .flex-column, .flex-center, #page-keyVisual .copyRight, #mainvisual .copyRight {
  display: flex;
}

.flex-center, #page-keyVisual .copyRight, #mainvisual .copyRight {
  justify-content: center;
  align-items: center;
}

.flex-column {
  flex-direction: column;
  align-items: center;
}

.pager .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pager .page,
.pager .current {
  margin: 0 0.5em;
  padding: 1.2em 2em;
  font-weight: bold;
  background-color: #373A41;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .pager .page,
  .pager .current {
    padding: 1em 1.5em;
  }
}
.pager .current {
  background-color: #1A445F;
  color: #fff;
}
.pager .nextpostslink,
.pager .previouspostslink {
  display: inline-block;
  width: 23px;
  margin: 0 1em;
  text-align: center;
}
@media only screen and (min-width: 1601px) {
  .pager .nextpostslink,
  .pager .previouspostslink {
    scale: 1.5;
  }
}
.pager .nextpostslink .arrowL,
.pager .nextpostslink .arrowR,
.pager .previouspostslink .arrowL,
.pager .previouspostslink .arrowR {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
}
.pager .nextpostslink .arrowL::before,
.pager .nextpostslink .arrowR::before,
.pager .previouspostslink .arrowL::before,
.pager .previouspostslink .arrowR::before {
  display: inline-block;
  width: 80%;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
}
.pager .nextpostslink .arrowL::before,
.pager .previouspostslink .arrowL::before {
  left: 0;
  rotate: -30deg;
  translate: 0 -5px;
}
.pager .nextpostslink .arrowR::before,
.pager .previouspostslink .arrowR::before {
  right: 0;
  rotate: 30deg;
  translate: 0 -5px;
}

.fadeIn {
  opacity: 0;
  transform: translate(0, 20px);
  transition: 0.8s ease-out;
}

.fadeIn.delay {
  transition-delay: 0.6s;
}

.fadeIn.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.blurFadeIn,
.blurFadeInKV {
  opacity: 0;
}

.blurFadeIn.is-show {
  animation: blurFadeInAnime 0.8s 0.2s forwards;
}

.blurFadeInKV.is-show {
  animation: blurFadeInAnime 1s forwards;
}

@keyframes blurFadeInAnime {
  from {
    opacity: 0;
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.rotate-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 210px;
  height: 210px;
  background-size: contain;
  translate: 0 -50%;
  animation: imgRotate 16s linear infinite;
}
@media only screen and (min-width: 1601px) {
  .rotate-img {
    width: 13.1168019988vw;
    height: 13.7414116177vw;
  }
}
@media only screen and (max-width: 991px) {
  .rotate-img {
    width: 100px;
    height: 100px;
  }
}
@keyframes imgRotate {
  0% {
    rotate: 0;
  }
  100% {
    rotate: 360deg;
  }
}
.rotate-img:hover .a {
  fill: #fff;
}

/**
* ローディング画面用スタイルシート
*/
#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 999999;
  opacity: 1;
  transition: 1s;
}
#splash #splash-logo {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

#splash.is-active {
  opacity: 0;
}

#splash-logo.is-active {
  animation: blurAnime 0.8s forwards;
}

@keyframes blurAnime {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* Header用スタイルシート
*/
#header .header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 160px;
  height: 100vh;
  z-index: 100;
}
@media only screen and (min-width: 1601px) {
  #header .header-container {
    width: 9.9937539038vw;
  }
}
@media only screen and (max-width: 991px) {
  #header .header-container {
    width: 100%;
    height: 160px;
    transition: 0.5s;
  }
}
#header .header-container .inner {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 60px 20px;
  background-color: #fff;
  transition: 0.5s;
}
@media only screen and (min-width: 1601px) {
  #header .header-container .inner {
    padding: 3.7476577139vw 1.249219238vw;
  }
}
@media only screen and (max-width: 1399px) {
  #header .header-container .inner {
    padding: 40px 20px 20px;
  }
}
@media only screen and (max-width: 991px) {
  #header .header-container .inner {
    padding: 20px 0;
  }
}
#header .header-container .inner .open-btn {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 28px;
  min-height: 28px;
  cursor: pointer;
}
@media only screen and (min-width: 1601px) {
  #header .header-container .inner .open-btn {
    width: 2.498438476vw;
    height: 1.7489069332vw;
  }
}
@media only screen and (max-width: 991px) {
  #header .header-container .inner .open-btn {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 10;
  }
}
#header .header-container .inner .open-btn span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #373A41;
  transition: 0.5s !important;
  opacity: 1;
  animation: 4s ease-in-out hoverAnime infinite;
}
#header .header-container .inner .open-btn span:nth-of-type(1) {
  top: 0;
  animation-delay: 0.7s;
}
#header .header-container .inner .open-btn span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  animation-delay: 0.8s;
}
#header .header-container .inner .open-btn span:nth-of-type(3) {
  bottom: 0;
  animation-delay: 0.9s;
}
@keyframes hoverAnime {
  0%, 100% {
    width: 100%;
    left: auto;
    right: 0;
  }
  10% {
    width: 0%;
    left: auto;
    right: 0;
  }
  15% {
    width: 0%;
    left: 0;
    right: auto;
  }
  25% {
    width: 100%;
    left: 0;
    right: auto;
  }
}
#header .header-container .inner .open-btn.is-open span {
  position: absolute;
  width: 100% !important;
  height: 5px;
  top: 50%;
  animation: none !important;
}
#header .header-container .inner .open-btn.is-open span:nth-of-type(1) {
  transform: rotate(225deg);
}
#header .header-container .inner .open-btn.is-open span:nth-of-type(2) {
  opacity: 0;
}
#header .header-container .inner .open-btn.is-open span:nth-of-type(3) {
  transform: rotate(135deg);
}
#header .header-container .inner .header-title {
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  #header .header-container .inner .header-title {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1601px) {
  #header .header-container .inner .header-title {
    margin-top: 3.7476577139vw;
  }
}
@media only screen and (max-width: 1399px) {
  #header .header-container .inner .header-title {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  #header .header-container .inner .header-title {
    margin-top: 0;
    width: auto;
  }
}
#header .header-container .inner .header-title a {
  display: block;
  width: inherit;
}
@media only screen and (max-width: 991px) {
  #header .header-container .inner .header-title a {
    width: 87px;
  }
}
#header .header-container .inner .header-title a img {
  width: 100%;
}
#header .header-container .inner .header-title span {
  writing-mode: vertical-rl;
  vertical-align: middle;
  line-height: 3em;
  letter-spacing: 0.2em;
  margin-top: 2em;
}
html[lang=en] #header .header-container .inner .header-title span {
  display: none;
}
html[lang=en] #header .header-container .inner .header-title span font {
  display: block;
}
@media only screen and (max-width: 1399px) {
  #header .header-container .inner .header-title span {
    letter-spacing: 0em;
  }
}
@media only screen and (max-width: 991px) {
  #header .header-container .inner .header-title span {
    writing-mode: horizontal-tb;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
  }
}
#header .header-container .inner .sns-wrap {
  margin-top: auto;
  flex-direction: column;
  width: 30px;
  gap: 20px;
}
@media only screen and (min-width: 1601px) {
  #header .header-container .inner .sns-wrap {
    width: 1.873828857vw;
    gap: 1.249219238vw;
  }
}
@media only screen and (max-width: 1399px) {
  #header .header-container .inner .sns-wrap {
    gap: 15px;
  }
}
@media only screen and (max-width: 991px) {
  #header .header-container .inner .sns-wrap {
    display: none;
  }
}
#header .header-container .inner .sns-wrap a,
#header .header-container .inner .sns-wrap span {
  display: block;
}
#header .header-container .inner .sns-wrap a img,
#header .header-container .inner .sns-wrap span img {
  width: 100%;
}
#header .header-container .nav-container {
  position: fixed;
  top: 0;
  left: 0;
  translate: -100%;
  transition: 0.5s;
  z-index: -1;
  width: 25vw;
  min-width: 430px;
  height: 100vh;
  background-color: #fff;
}
@media only screen and (max-width: 575px) {
  #header .header-container .nav-container {
    min-width: 0;
    width: 100%;
  }
}
#header .header-container .nav-container .nav-inner {
  height: 100%;
  padding: 220px 60px 60px 40px;
  flex-direction: column;
}
@media only screen and (min-width: 1601px) {
  #header .header-container .nav-container .nav-inner {
    padding: 12.4921923798vw 3.7476577139vw 3.7476577139vw 2.498438476vw;
  }
}
@media only screen and (max-width: 1399px) {
  #header .header-container .nav-container .nav-inner {
    padding-top: 150px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1279px) {
  #header .header-container .nav-container .nav-inner {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  #header .header-container .nav-container .nav-inner {
    padding: 20px;
    padding-top: 88px;
  }
}
#header .header-container .nav-container .nav-inner .nav-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (min-width: 1601px) {
  #header .header-container .nav-container .nav-inner .nav-list {
    gap: 0.9369144285vw;
    margin-bottom: 60px;
  }
}
#header .header-container .nav-container .nav-inner .nav-list .nav-item {
  position: relative;
  display: block;
  padding-left: 40px;
}
@media only screen and (min-width: 1601px) {
  #header .header-container .nav-container .nav-inner .nav-list .nav-item {
    padding-left: 2.498438476vw;
  }
}
#header .header-container .nav-container .nav-inner .nav-list .nav-item span {
  display: inline-block;
}
@media only screen and (max-width: 1600px) {
  #header .header-container .nav-container .nav-inner .nav-list .nav-item .enU {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1601px) {
  #header .header-container .nav-container .nav-inner .nav-list .nav-item .enU {
    font-size: 1.3741411618vw;
  }
}
#header .header-container .nav-container .nav-inner .nav-list .nav-item .jp {
  font-weight: bold;
}
#header .header-container .nav-container .nav-inner .nav-list .nav-item::before {
  width: 30px;
  height: 2px;
  top: 0.8em;
  left: 0;
  background-color: #000000;
}
@media only screen and (min-width: 1601px) {
  #header .header-container .nav-container .nav-inner .nav-list .nav-item::before {
    width: 1.873828857vw;
  }
}
#header .header-container .nav-container .contact-wrap {
  margin-top: auto;
}
#header .header-container .nav-container .contact-wrap .tel {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  #header .header-container .nav-container .contact-wrap .tel {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1601px) {
  #header .header-container .nav-container .contact-wrap .tel {
    margin-bottom: 1.249219238vw;
  }
}
@media only screen and (max-width: 1600px) {
  #header .header-container .nav-container .contact-wrap .tel .num {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1601px) {
  #header .header-container .nav-container .contact-wrap .tel .num {
    font-size: 1.5615240475vw;
  }
}
#header .header-container .nav-container .contact-wrap .tel .num {
  font-weight: bold;
  justify-content: center;
  align-items: center;
}
#header .header-container .nav-container .contact-wrap .tel .num img {
  position: relative;
  width: 1.2em;
  top: -0.1em;
  margin-right: 0.5em;
}
#header .header-container .nav-container .contact-wrap .tel .sml {
  display: block;
}
@media only screen and (max-width: 1600px) {
  #header .header-container .nav-container .contact-wrap .tel .sml {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1601px) {
  #header .header-container .nav-container .contact-wrap .tel .sml {
    font-size: 0.8119925047vw;
  }
}
#header .header-container .nav-container .contact-wrap .reserve-btn {
  background-color: #373A41;
  border: 2px solid #373A41;
  width: 100%;
  opacity: 1 !important;
  justify-content: center;
}
@media only screen and (min-width: 1601px) {
  #header .header-container .nav-container .contact-wrap .reserve-btn {
    border: 0.1249219238vw solid #373A41;
  }
}
@media only screen and (max-width: 1600px) {
  #header .header-container .nav-container .contact-wrap .reserve-btn i {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1601px) {
  #header .header-container .nav-container .contact-wrap .reserve-btn i {
    font-size: 1.6239850094vw;
  }
}
#header .header-container .nav-container .contact-wrap .reserve-btn i {
  margin-right: 0.5em;
  line-height: 1em;
  position: relative;
  top: 3px;
}
@media only screen and (min-width: 1601px) {
  #header .header-container .nav-container .contact-wrap .reserve-btn i {
    top: 0.1873828857vw;
  }
}
#header .header-container .nav-container .contact-wrap .reserve-btn:hover {
  color: #373A41;
  background-color: #fff;
}
#header .header-container .nav-container.is-open {
  translate: 160px;
}
@media only screen and (min-width: 1601px) {
  #header .header-container .nav-container.is-open {
    translate: 9.9937539038vw;
  }
}
@media only screen and (max-width: 991px) {
  #header .header-container .nav-container.is-open {
    translate: 0;
  }
}

.lang-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media only screen and (max-width: 991px) {
  .lang-btn-box {
    display: none;
  }
}
.lang-btn-box > span, .lang-btn-box > a {
  font-family: "Epilogue", sans-serif;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  width: 45px;
}
.lang-btn-box > a {
  color: #777;
}
.lang-btn-box > span:after {
  content: "";
  width: 2px;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
}
.lang-btn-box.fixed {
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 100000;
}
@media only screen and (min-width: 992px) {
  .lang-btn-box.fixed {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .lang-btn-box.fixed {
    display: flex;
  }
}

.translated-ltr .lang-btn-box {
  display: flex;
}

html[lang=ja] .lang-btn-box.lang-en {
  display: none !important;
}
html[lang=ja] .sns-wrap .en-instagram {
  display: none;
}

html[lang=en] .lang-btn-box.lang-jp {
  display: none !important;
}
html[lang=en] .sns-wrap .en-instagram {
  cursor: pointer;
}
html[lang=en] .sns-wrap .jp-instagram {
  display: none;
}
html[lang=en] #footer #footer-contact .container .text-wrap .info-wrap img {
  display: none;
}

@media only screen and (max-width: 991px) {
  #header.HeightMin {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999;
    background-color: #ffffff;
  }
  #header.HeightMin .header-container {
    height: 68px;
    transition: 0.5s;
  }
  #header.HeightMin .header-container .inner {
    transition: 0.5s;
    padding: 5px;
  }
  #header.is-open {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999;
    background-color: #ffffff;
    transition: 0.5s;
  }
  #header.is-open .header-container {
    height: 68px;
  }
  #header.is-open .header-container .inner {
    transition: 0.5s;
    padding: 5px;
  }
  #header.is-open .header-container .inner .header-title span {
    display: none !important;
  }
}
.glay-pannel {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #373A41;
  opacity: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
  z-index: 100;
}

.glay-pannel.is-open {
  opacity: 0.5;
  visibility: visible;
}

#fixed-contact {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) {
  #fixed-contact {
    display: none !important;
  }
}
#fixed-contact .sns-wrap {
  align-items: center;
}
#fixed-contact .sns-wrap li {
  width: 33.3333333333%;
  border-top: 1px solid #373A41;
}
#fixed-contact .sns-wrap li a,
#fixed-contact .sns-wrap li span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}
#fixed-contact .sns-wrap li a img,
#fixed-contact .sns-wrap li span img {
  height: 30px;
}
#fixed-contact .sns-wrap li + li {
  border-left: 1px solid #373A41;
}

p.spOnly {
  display: none;
}
@media only screen and (max-width: 991px) {
  p.spOnly {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
  }
}

#gt-nvframe {
  display: none;
}

/**
* Footer用スタイルシート
*/
#footer {
  position: relative;
}
@media only screen and (max-width: 1600px) {
  #footer {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1601px) {
  #footer {
    margin-top: 2.498438476vw;
  }
}
@media only screen and (max-width: 991px) {
  #footer {
    margin-bottom: 70px;
  }
}
#footer #footer-loop img {
  -o-object-fit: cover;
     object-fit: cover;
}
#footer #information {
  background-color: #373A41;
  padding-bottom: 60px;
}
@media only screen and (min-width: 1601px) {
  #footer #information {
    padding-bottom: 3.7476577139vw;
  }
}
@media only screen and (max-width: 991px) {
  #footer #information {
    padding-bottom: 40px;
  }
}
#footer #information .heading {
  color: #fff;
}
#footer #information .heading .enU::before, #footer #information .heading .enU::after {
  background-color: #fff;
}
#footer #information .lead {
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  #footer #information .lead {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1601px) {
  #footer #information .lead {
    margin-bottom: 2.498438476vw;
  }
}
@media only screen and (max-width: 575px) {
  #footer #information .lead {
    text-align: left;
  }
  #footer #information .lead br {
    display: none;
  }
}
@media only screen and (max-width: 1600px) {
  #footer #information .more-btn {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1601px) {
  #footer #information .more-btn {
    margin-bottom: 2.498438476vw;
  }
}
#footer #information img {
  display: block;
  width: 45%;
  margin: auto;
}
@media only screen and (max-width: 1600px) {
  #footer #information img {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1601px) {
  #footer #information img {
    margin-bottom: 0.9369144285vw;
  }
}
@media only screen and (max-width: 991px) {
  #footer #information img {
    width: 100%;
  }
}
#footer #information .en {
  display: block;
  width: 45%;
  margin: auto;
  color: #fff;
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  #footer #information .en {
    width: 100%;
  }
}
#footer #footer-contact {
  position: relative;
}
@media only screen and (max-width: 1600px) {
  #footer #footer-contact {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1601px) {
  #footer #footer-contact {
    margin-bottom: 3.7476577139vw;
  }
}
@media only screen and (max-width: 991px) {
  #footer #footer-contact {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer #footer-contact {
    margin-bottom: 0;
  }
}
#footer #footer-contact::before {
  width: 100%;
  height: 40%;
  top: -1px;
  left: 0;
  background-color: #373A41;
}
@media only screen and (max-width: 767px) {
  #footer #footer-contact::before {
    height: 170px;
  }
}
#footer #footer-contact .container {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #footer #footer-contact .container {
    flex-direction: column;
  }
}
#footer #footer-contact .container .map-wrap {
  width: calc(100% - 420px);
}
@media only screen and (min-width: 1601px) {
  #footer #footer-contact .container .map-wrap {
    width: calc(100% - 25.1093066833vw);
  }
}
@media only screen and (max-width: 991px) {
  #footer #footer-contact .container .map-wrap {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  #footer #footer-contact .container .map-wrap {
    width: 100%;
    height: 335px;
  }
}
#footer #footer-contact .container .text-wrap {
  width: 420px;
  padding: 40px 60px 0;
}
@media only screen and (min-width: 1601px) {
  #footer #footer-contact .container .text-wrap {
    width: 26.2336039975vw;
    padding: 2.498438476vw 3.7476577139vw 0;
  }
}
@media only screen and (max-width: 991px) {
  #footer #footer-contact .container .text-wrap {
    padding: 40px 20px;
    width: 50%;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  #footer #footer-contact .container .text-wrap {
    padding: 40px 0;
    width: 100%;
  }
}
#footer #footer-contact .container .text-wrap .footer-logo {
  width: 35%;
}
@media only screen and (max-width: 1600px) {
  #footer #footer-contact .container .text-wrap .footer-logo {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1601px) {
  #footer #footer-contact .container .text-wrap .footer-logo {
    margin-bottom: 1.5615240475vw;
  }
}
@media only screen and (max-width: 767px) {
  #footer #footer-contact .container .text-wrap .footer-logo {
    margin: auto;
    margin-bottom: 25px;
  }
}
#footer #footer-contact .container .text-wrap .footer-logo img {
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  #footer #footer-contact .container .text-wrap .info-wrap dl {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1601px) {
  #footer #footer-contact .container .text-wrap .info-wrap dl {
    margin-bottom: 0.624609619vw;
  }
}
@media only screen and (max-width: 767px) {
  #footer #footer-contact .container .text-wrap .info-wrap dl {
    padding: 0 20px;
  }
}
#footer #footer-contact .container .text-wrap .info-wrap img {
  width: 1em;
  margin-left: 0.5em;
}
@media only screen and (max-width: 1600px) {
  #footer #footer-contact .container .text-wrap .info-wrap .sml {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1601px) {
  #footer #footer-contact .container .text-wrap .info-wrap .sml {
    font-size: 0.7495315428vw;
  }
}
#footer #footer-contact .container .text-wrap .tel {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  #footer #footer-contact .container .text-wrap .tel {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1601px) {
  #footer #footer-contact .container .text-wrap .tel {
    margin-top: 1.5615240475vw;
  }
}
@media only screen and (max-width: 1600px) {
  #footer #footer-contact .container .text-wrap .tel {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1601px) {
  #footer #footer-contact .container .text-wrap .tel {
    margin-bottom: 1.5615240475vw;
  }
}
@media only screen and (max-width: 1600px) {
  #footer #footer-contact .container .text-wrap .tel .num {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1601px) {
  #footer #footer-contact .container .text-wrap .tel .num {
    font-size: 1.5615240475vw;
  }
}
#footer #footer-contact .container .text-wrap .tel .num {
  font-weight: bold;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.3em;
}
#footer #footer-contact .container .text-wrap .tel .num img {
  position: relative;
  width: 1.2em;
  top: -0.1em;
  margin-right: 0.5em;
}
#footer #footer-contact .container .text-wrap .tel .sml {
  display: block;
}
@media only screen and (max-width: 1600px) {
  #footer #footer-contact .container .text-wrap .tel .sml {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1601px) {
  #footer #footer-contact .container .text-wrap .tel .sml {
    font-size: 0.8119925047vw;
  }
}
#footer #footer-contact .container .text-wrap .reserve-btn {
  background-color: #373A41;
  border: 2px solid #373A41;
  width: 100%;
  opacity: 1 !important;
  justify-content: center;
}
@media only screen and (max-width: 1600px) {
  #footer #footer-contact .container .text-wrap .reserve-btn {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1601px) {
  #footer #footer-contact .container .text-wrap .reserve-btn {
    margin-top: 1.5615240475vw;
  }
}
@media only screen and (min-width: 1601px) {
  #footer #footer-contact .container .text-wrap .reserve-btn {
    border: 0.1249219238vw solid #373A41;
  }
}
@media only screen and (max-width: 1600px) {
  #footer #footer-contact .container .text-wrap .reserve-btn i {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1601px) {
  #footer #footer-contact .container .text-wrap .reserve-btn i {
    font-size: 1.6239850094vw;
  }
}
#footer #footer-contact .container .text-wrap .reserve-btn i {
  margin-right: 0.5em;
  line-height: 1em;
  position: relative;
  top: 3px;
}
@media only screen and (min-width: 1601px) {
  #footer #footer-contact .container .text-wrap .reserve-btn i {
    top: 0.1873828857vw;
  }
}
#footer #footer-contact .container .text-wrap .reserve-btn:hover {
  color: #373A41;
  background-color: #fff;
}
#footer .copyRight {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 53px;
  background-color: #373A41;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  #footer .copyRight {
    display: none !important;
  }
}

#back-to-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 95;
  cursor: pointer;
}
@media only screen and (min-width: 1601px) {
  #back-to-top {
    width: 4.9968769519vw;
    height: 4.9968769519vw;
  }
}
#back-to-top .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#back-to-top .inner::after, #back-to-top .inner::before {
  background-color: #000;
  border-radius: 2px;
  width: 2px;
}
@media only screen and (min-width: 1601px) {
  #back-to-top .inner::after, #back-to-top .inner::before {
    width: 0.1249219238vw;
  }
}
#back-to-top .inner::after {
  height: 50%;
  left: 50%;
}
#back-to-top .inner::before {
  height: 20%;
  top: 23%;
  left: 45%;
  rotate: 35deg;
}
#back-to-top img {
  width: 85%;
  height: 85%;
}

/**
* トップページ用スタイルシート
*/
@media only screen and (max-width: 991px) {
  #mainvisual {
    margin-top: 160px;
  }
}
#mainvisual .container-left {
  position: relative;
}
@media only screen and (max-width: 991px) {
  #mainvisual .container-left {
    width: 100%;
    padding-left: 0;
  }
}
#mainvisual .container-left .kv-slider-wrap {
  width: 100%;
  height: 100%;
}
#mainvisual .container-left .kv-slider-wrap .image {
  width: 100%;
  height: 100vh;
  min-height: 400px;
  background-size: cover;
  animation: leftMove 90s ease-out infinite !important;
}
@media only screen and (max-width: 991px) {
  #mainvisual .container-left .kv-slider-wrap .image {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  #mainvisual .container-left .kv-slider-wrap .image:nth-of-type(1) {
    background-image: url(../img/kv-bg1_sp.jpg) !important;
  }
  #mainvisual .container-left .kv-slider-wrap .image:nth-of-type(2) {
    background-image: url(../img/kv-bg2_sp.jpg) !important;
  }
  #mainvisual .container-left .kv-slider-wrap .image:nth-of-type(3) {
    background-image: url(../img/kv-bg3_sp.jpg) !important;
  }
}
@keyframes leftMove {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
#mainvisual .container-left .slick-num {
  position: absolute;
  bottom: 50px;
  right: 35px;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 1600px) {
  #mainvisual .container-left .slick-num {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1601px) {
  #mainvisual .container-left .slick-num {
    font-size: 1.873828857vw;
  }
}
@media only screen and (min-width: 1601px) {
  #mainvisual .container-left .slick-num {
    bottom: 3.1230480949vw;
    right: 2.1861336665vw;
  }
}
@media only screen and (max-width: 991px) {
  #mainvisual .container-left .slick-num {
    font-size: 20px;
    bottom: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 1600px) {
  #mainvisual .container-left .slick-num .num {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1601px) {
  #mainvisual .container-left .slick-num .num {
    font-size: 3.1230480949vw;
  }
}
#mainvisual .container-left .slick-num .num {
  margin-right: 5px;
  width: 3em;
}
@media only screen and (max-width: 991px) {
  #mainvisual .container-left .slick-num .num {
    font-size: 40px;
  }
}
#mainvisual .container-left .cloud {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: radial-gradient(#fff, transparent 80%);
}
#mainvisual .container-left .kv-title {
  position: absolute;
  width: 284px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1601px) {
  #mainvisual .container-left .kv-title {
    width: 17.7389131793vw;
  }
}
@media only screen and (max-width: 991px) {
  #mainvisual .container-left .kv-title {
    width: 160px;
  }
}
#mainvisual .container-left .kv-title img {
  width: 100%;
}
#mainvisual .container-left .scroll {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  display: table-cell;
  writing-mode: vertical-rl;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  #mainvisual .container-left .scroll {
    bottom: -80px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  #mainvisual .container-left .scroll {
    bottom: -60px;
  }
}
#mainvisual .container-left .scroll .line {
  display: inline-block;
  margin-top: 10px;
  width: 2px;
  height: 100px;
  background-color: #000;
  animation: scrollLine 1s infinite;
  transform-origin: top;
}
@media only screen and (max-width: 991px) {
  #mainvisual .container-left .scroll .line {
    height: 50px;
  }
}
@keyframes scrollLine {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
#mainvisual .copyRight {
  position: absolute;
  top: 0;
  right: 0;
  width: 61px;
  height: 100vh;
  background-color: #373A41;
}
@media only screen and (min-width: 1601px) {
  #mainvisual .copyRight {
    width: 3.8101186758vw;
  }
}
@media only screen and (max-width: 991px) {
  #mainvisual .copyRight {
    display: none;
  }
}
@media only screen and (max-width: 1600px) {
  #mainvisual .copyRight span {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1601px) {
  #mainvisual .copyRight span {
    font-size: 0.8119925047vw;
  }
}
#mainvisual .copyRight span {
  color: #fff;
  display: table-cell;
  writing-mode: vertical-rl;
  vertical-align: middle;
}

#concept .inner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 1601px) {
  #concept .inner {
    padding-top: 3.7476577139vw;
    padding-bottom: 3.7476577139vw;
  }
}
@media only screen and (max-width: 991px) {
  #concept .inner {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #concept .inner {
    flex-direction: column;
  }
}
#concept .inner::before {
  width: 65%;
  height: calc(100% - 100px);
  background: #FDFDF4;
  z-index: 0;
}
@media only screen and (min-width: 1601px) {
  #concept .inner::before {
    height: calc(100% - 6.2460961899vw);
  }
}
@media only screen and (max-width: 991px) {
  #concept .inner::before {
    width: calc(100% + 40px);
    height: 80%;
    top: 0;
    left: -20px;
  }
}
#concept .inner .vertical {
  position: relative;
  top: -50px;
}
@media only screen and (max-width: 1600px) {
  #concept .inner .vertical {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1601px) {
  #concept .inner .vertical {
    font-size: 1.873828857vw;
  }
}
#concept .inner .vertical {
  line-height: 1em;
  writing-mode: vertical-rl;
  vertical-align: middle;
  letter-spacing: 0.33em;
  margin: 0 60px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1601px) {
  #concept .inner .vertical {
    top: -3.1230480949vw;
    margin: 0 3.7476577139vw;
  }
}
@media only screen and (max-width: 991px) {
  #concept .inner .vertical {
    margin: 0 40px 0 20px;
    top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #concept .inner .vertical {
    top: 0;
    font-size: 23px;
    line-height: 2em;
    letter-spacing: 0;
    writing-mode: horizontal-tb;
    margin: 0;
    margin-bottom: 20px;
  }
}
#concept .inner .vertical .line {
  position: relative;
  flex-grow: 1;
  width: 2px;
  background-color: #000000;
  margin-top: 1rem;
}
#concept .inner .vertical .line::before {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: 100px;
  bottom: -100px;
  background-color: #000000;
}
@media only screen and (max-width: 991px) {
  #concept .inner .vertical .line::before {
    display: none;
  }
}
@media only screen and (min-width: 1601px) {
  #concept .inner .vertical .line {
    width: 0.1249219238vw;
  }
  #concept .inner .vertical .line::before {
    width: 0.1249219238vw;
    height: 6.2460961899vw;
    bottom: -6.2460961899vw;
  }
}
@media only screen and (max-width: 991px) {
  #concept .inner .vertical .line {
    flex-grow: 0;
    height: 50vw;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  #concept .inner .vertical .line {
    display: none;
  }
}
#concept .inner .wrapper {
  position: relative;
  width: calc(100% - 60px - 150px);
  flex-grow: 1;
  gap: 60px;
  align-items: center;
}
@media only screen and (min-width: 1601px) {
  #concept .inner .wrapper {
    gap: 3.7476577139vw;
    width: calc(100% - 3.7476577139vw - 9.3691442848vw);
  }
}
@media only screen and (max-width: 1279px) {
  #concept .inner .wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 991px) {
  #concept .inner .wrapper {
    gap: 40px;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 991px) and (max-width: 767px) {
  #concept .inner .wrapper {
    width: 100%;
  }
}
#concept .inner .wrapper .text-wrap {
  width: calc(45% - 60px);
}
@media only screen and (min-width: 1601px) {
  #concept .inner .wrapper .text-wrap {
    width: calc(45% - 3.7476577139vw);
  }
}
@media only screen and (max-width: 1279px) {
  #concept .inner .wrapper .text-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  #concept .inner .wrapper .text-wrap h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1601px) {
  #concept .inner .wrapper .text-wrap h3 {
    font-size: 1.249219238vw;
  }
}
@media only screen and (max-width: 1600px) {
  #concept .inner .wrapper .text-wrap h3 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1601px) {
  #concept .inner .wrapper .text-wrap h3 {
    margin-bottom: 2.498438476vw;
  }
}
@media only screen and (max-width: 991px) {
  #concept .inner .wrapper .text-wrap h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #concept .inner .wrapper .text-wrap h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1600px) {
  #concept .inner .wrapper .text-wrap p {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1601px) {
  #concept .inner .wrapper .text-wrap p {
    margin-bottom: 2.498438476vw;
  }
}
@media only screen and (max-width: 767px) {
  #concept .inner .wrapper .text-wrap p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1600px) {
  #concept .inner .wrapper .text-wrap .name {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1601px) {
  #concept .inner .wrapper .text-wrap .name {
    font-size: 0.8119925047vw;
  }
}
#concept .inner .wrapper .text-wrap .name {
  text-align: right;
}
@media only screen and (max-width: 1600px) {
  #concept .inner .wrapper .text-wrap .name .serif {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1601px) {
  #concept .inner .wrapper .text-wrap .name .serif {
    font-size: 1.249219238vw;
  }
}
#concept .inner .wrapper .text-wrap .name .serif {
  font-weight: bold;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "游明朝体", "MS明朝", "MSP明朝", serif;
  margin-right: 0.3em;
}
#concept .inner .wrapper .picture-wrap {
  position: relative;
  top: -60px;
  width: 55%;
  gap: 10px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1601px) {
  #concept .inner .wrapper .picture-wrap {
    top: -3.7476577139vw;
    gap: 0.624609619vw;
  }
}
@media only screen and (max-width: 1279px) {
  #concept .inner .wrapper .picture-wrap {
    top: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #concept .inner .wrapper .picture-wrap {
    gap: 5px;
  }
}
#concept .inner .wrapper .picture-wrap .concept-slider img {
  width: 100%;
}
#concept .inner .wrapper .picture-wrap .concept-slider:nth-of-type(1) {
  width: 100%;
}
#concept .inner .wrapper .picture-wrap .concept-slider:nth-of-type(2), #concept .inner .wrapper .picture-wrap .concept-slider:nth-of-type(3) {
  width: calc(50% - 5px);
}
@media only screen and (min-width: 1601px) {
  #concept .inner .wrapper .picture-wrap .concept-slider:nth-of-type(2), #concept .inner .wrapper .picture-wrap .concept-slider:nth-of-type(3) {
    width: calc(50% - 0.3123048095vw - 1px);
  }
}
@media only screen and (max-width: 767px) {
  #concept .inner .wrapper .picture-wrap .concept-slider:nth-of-type(2), #concept .inner .wrapper .picture-wrap .concept-slider:nth-of-type(3) {
    width: calc((100% - 5px) / 2);
  }
}

#menu .container-wrap, #instagram .container-wrap {
  background-color: #373A41;
}
#menu .container-wrap .container, #instagram .container-wrap .container {
  padding: 60px 0;
}
@media only screen and (min-width: 1601px) {
  #menu .container-wrap .container, #instagram .container-wrap .container {
    padding: 3.7476577139vw 0;
  }
}
@media only screen and (max-width: 991px) {
  #menu .container-wrap .container, #instagram .container-wrap .container {
    padding: 40px 0;
  }
}
#menu .container-wrap .heading, #instagram .container-wrap .heading {
  color: #fff;
}
#menu .container-wrap .heading .enU::before, #instagram .container-wrap .heading .enU::before, #menu .container-wrap .heading .enU::after, #instagram .container-wrap .heading .enU::after {
  background-color: #fff;
}
#menu .container-wrap .lead, #instagram .container-wrap .lead {
  display: block;
  max-width: 640px;
  margin: auto;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  #menu .container-wrap .lead, #instagram .container-wrap .lead {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1601px) {
  #menu .container-wrap .lead, #instagram .container-wrap .lead {
    margin-bottom: 2.498438476vw;
  }
}
@media only screen and (min-width: 1601px) {
  #menu .container-wrap .lead, #instagram .container-wrap .lead {
    max-width: 39.9750156152vw;
  }
}
@media only screen and (max-width: 575px) {
  #menu .container-wrap .lead, #instagram .container-wrap .lead {
    text-align: left;
  }
}
#menu .container-wrap .image::before, #instagram .container-wrap .image::before {
  display: block;
  content: "";
  padding-top: 36.8%;
}

#profile .container > img {
  position: relative;
  width: calc(100% + 60px);
}
@media only screen and (min-width: 1601px) {
  #profile .container > img {
    width: calc(100% + 3.7476577139vw);
  }
}
@media only screen and (max-width: 991px) {
  #profile .container > img {
    width: calc(100% + 40px);
    right: 20px;
  }
}
#profile .container .text-wrap {
  position: relative;
  padding: 0 60px;
  background-color: #ffffff;
}
@media only screen and (min-width: 1601px) {
  #profile .container .text-wrap {
    padding: 0 3.7476577139vw;
  }
}
@media only screen and (max-width: 991px) {
  #profile .container .text-wrap {
    padding: 20px 20px 0;
  }
}
#profile .container .text-wrap::before {
  background-color: #ffffff;
  width: 100%;
  height: 61px;
  top: -60px;
  left: 0;
}
@media only screen and (min-width: 1601px) {
  #profile .container .text-wrap::before {
    height: 3.8101186758vw;
    top: -3.7476577139vw;
  }
}
@media only screen and (max-width: 991px) {
  #profile .container .text-wrap::before {
    height: 21px;
    top: -20px;
  }
}
#profile .container .text-wrap h3 {
  display: block;
}
@media only screen and (max-width: 1600px) {
  #profile .container .text-wrap h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1601px) {
  #profile .container .text-wrap h3 {
    font-size: 1.249219238vw;
  }
}
@media only screen and (max-width: 1600px) {
  #profile .container .text-wrap h3 {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1601px) {
  #profile .container .text-wrap h3 {
    margin-bottom: 2.498438476vw;
  }
}
@media only screen and (min-width: 992px) {
  #profile .container .text-wrap h3 {
    text-align: center;
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  #profile .container .text-wrap h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #profile .container .text-wrap h3 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1600px) {
  #instagram .more-btn i {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1601px) {
  #instagram .more-btn i {
    font-size: 1.6239850094vw;
  }
}
#instagram .more-btn i {
  margin-right: 0.5em;
  line-height: 1em;
  position: relative;
  top: 3px;
}
@media only screen and (min-width: 1601px) {
  #instagram .more-btn i {
    top: 0.1873828857vw;
  }
}
#instagram .feed-wrap {
  width: 100%;
}

#news-blog .more-btn {
  border: 2px solid #373A41;
  color: #000000;
}
@media only screen and (min-width: 1601px) {
  #news-blog .more-btn {
    border: 0.1249219238vw solid #373A41;
  }
}
#news-blog .more-btn:hover {
  color: #fff;
  background-color: #373A41;
}
#news-blog .news-content {
  background-color: #FDFDF4;
}
@media only screen and (max-width: 1600px) {
  #news-blog .news-content {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1601px) {
  #news-blog .news-content {
    margin-top: 3.7476577139vw;
  }
}
@media only screen and (max-width: 991px) {
  #news-blog .news-content {
    margin-top: 40px;
  }
}
#news-blog .news-content .container {
  padding: 60px 0;
}
@media only screen and (min-width: 1601px) {
  #news-blog .news-content .container {
    padding: 3.7476577139vw 0;
  }
}
@media only screen and (max-width: 991px) {
  #news-blog .news-content .container {
    padding: 40px 0;
  }
}
#news-blog .news-content .container .inner {
  position: relative;
  flex-wrap: wrap;
  gap: 60px;
}
@media only screen and (min-width: 1601px) {
  #news-blog .news-content .container .inner {
    gap: 3.7476577139vw;
  }
}
@media only screen and (max-width: 991px) {
  #news-blog .news-content .container .inner {
    gap: 30px;
    flex-direction: column;
  }
}
#news-blog .news-content .container .inner::before {
  background-color: #373A41;
  width: 1px;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  #news-blog .news-content .container .inner::before {
    display: none;
  }
}
#news-blog .news-content .container .inner .box {
  position: relative;
  width: calc(50% - 30px);
}
@media only screen and (min-width: 1601px) {
  #news-blog .news-content .container .inner .box {
    width: calc(50% - 1.873828857vw - 1px);
  }
}
@media only screen and (max-width: 991px) {
  #news-blog .news-content .container .inner .box {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  #news-blog .news-content .container .inner .box:nth-of-type(3)::before {
    background-color: #373A41;
    top: -30px;
    width: calc(200% + 60px);
    height: 1px;
  }
}
@media only screen and (min-width: 992px) and (min-width: 1601px) {
  #news-blog .news-content .container .inner .box:nth-of-type(3)::before {
    width: calc(200% + 3.7476577139vw);
    top: -1.873828857vw;
  }
}
#news-blog .news-content .container .inner .box > a {
  align-items: flex-start;
  gap: 30px;
}
@media only screen and (min-width: 1601px) {
  #news-blog .news-content .container .inner .box > a {
    gap: 1.873828857vw;
  }
}
@media screen and (max-width: 800px) {
  #news-blog .news-content .container .inner .box > a {
    gap: 20px;
  }
}
#news-blog .news-content .container .inner .box > a .image {
  width: 122px;
}
@media only screen and (min-width: 1601px) {
  #news-blog .news-content .container .inner .box > a .image {
    width: 7.6202373517vw;
  }
}
@media screen and (max-width: 800px) {
  #news-blog .news-content .container .inner .box > a .image {
    width: 80px;
  }
}
#news-blog .news-content .container .inner .box > a .image::before {
  display: block;
  content: "";
  padding-top: 100%;
}
#news-blog .news-content .container .inner .box > a .text-wrap {
  width: calc(100% - 152px);
}
@media only screen and (min-width: 1601px) {
  #news-blog .news-content .container .inner .box > a .text-wrap {
    width: calc(100% - 9.4940662086vw);
  }
}
@media screen and (max-width: 800px) {
  #news-blog .news-content .container .inner .box > a .text-wrap {
    width: calc(100% - 100px);
  }
}
#news-blog .news-content .container .inner .box > a .text-wrap .date-wrap {
  display: block;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 1600px) {
  #news-blog .news-content .container .inner .box > a .text-wrap .post-text {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1601px) {
  #news-blog .news-content .container .inner .box > a .text-wrap .post-text {
    font-size: 0.8119925047vw;
  }
}

/**
* 下層ページ用スタイルシート
*/
@media only screen and (max-width: 991px) {
  #page-keyVisual {
    margin-top: 160px;
  }
}
#page-keyVisual .container-left {
  background-position: right;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1601px) {
  #page-keyVisual .container-left {
    height: 18.7382885696vw;
  }
}
@media only screen and (max-width: 991px) {
  #page-keyVisual .container-left {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #page-keyVisual .container-left {
    height: 200px;
  }
}
#page-keyVisual .container-left::before {
  width: 100%;
  height: 100%;
  background: radial-gradient(#fff, transparent 50%);
}
#page-keyVisual .container-left .heading {
  position: relative;
  margin: auto;
}
@media only screen and (max-width: 1600px) {
  #page-keyVisual .container-left .heading {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1601px) {
  #page-keyVisual .container-left .heading {
    font-size: 2.1861336665vw;
  }
}
#page-keyVisual .container-left .heading {
  font-weight: normal;
  line-height: 1em;
}
@media only screen and (max-width: 767px) {
  #page-keyVisual .container-left .heading {
    font-size: 28px;
  }
}
#page-keyVisual .container-left .heading .lead {
  display: block;
}
@media only screen and (max-width: 1600px) {
  #page-keyVisual .container-left .heading .lead {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1601px) {
  #page-keyVisual .container-left .heading .lead {
    font-size: 0.9369144285vw;
  }
}
#page-keyVisual .container-left .heading .lead {
  font-weight: bold;
}
#page-keyVisual .copyRight {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 900px;
  background-color: #373A41;
}
@media only screen and (min-width: 1601px) {
  #page-keyVisual .copyRight {
    width: 3.7476577139vw;
    height: 56.2148657089vw;
  }
}
@media only screen and (max-width: 991px) {
  #page-keyVisual .copyRight {
    display: none;
  }
}
@media only screen and (max-width: 1600px) {
  #page-keyVisual .copyRight span {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1601px) {
  #page-keyVisual .copyRight span {
    font-size: 0.8119925047vw;
  }
}
#page-keyVisual .copyRight span {
  color: #fff;
  display: table-cell;
  writing-mode: vertical-rl;
  vertical-align: middle;
}

@media only screen and (max-width: 991px) {
  #menu-nav .container-left {
    width: 100%;
    padding-left: 0;
  }
}
#menu-nav ul {
  align-items: center;
  flex-wrap: wrap;
  gap: 1px;
}
#menu-nav ul li {
  width: calc((100% - 3px) / 4);
}
@media only screen and (max-width: 767px) {
  #menu-nav ul li {
    width: calc((100% - 1px) / 2);
  }
}
#menu-nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #373A41;
  color: #fff;
}
@media only screen and (max-width: 1600px) {
  #menu-nav ul li a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1601px) {
  #menu-nav ul li a {
    font-size: 1.0618363523vw;
  }
}
#menu-nav ul li a {
  height: 58px;
}
@media only screen and (min-width: 1601px) {
  #menu-nav ul li a {
    height: 3.6227357901vw;
  }
}
#menu-nav ul li a.selected {
  background-color: #26435D;
}

.menu-content .reserve-btn {
  background-color: #373A41;
  border: 2px solid #373A41;
  width: 100%;
  opacity: 1 !important;
  justify-content: center;
}
@media only screen and (max-width: 1600px) {
  .menu-content .reserve-btn {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1601px) {
  .menu-content .reserve-btn {
    margin-bottom: 3.7476577139vw;
  }
}
.menu-content .reserve-btn {
  max-width: 300px;
}
@media only screen and (min-width: 1601px) {
  .menu-content .reserve-btn {
    max-width: 18.7382885696vw;
    border: 0.1249219238vw solid #373A41;
  }
}
@media only screen and (max-width: 1600px) {
  .menu-content .reserve-btn i {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1601px) {
  .menu-content .reserve-btn i {
    font-size: 1.6239850094vw;
  }
}
.menu-content .reserve-btn i {
  margin-right: 0.5em;
  line-height: 1em;
  position: relative;
  top: 3px;
}
@media only screen and (min-width: 1601px) {
  .menu-content .reserve-btn i {
    top: 0.1873828857vw;
  }
}
.menu-content .reserve-btn:hover {
  color: #373A41;
  background-color: #fff;
}
.menu-content .lead {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .menu-content .lead {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1601px) {
  .menu-content .lead {
    margin-bottom: 2.498438476vw;
  }
}
@media only screen and (max-width: 1600px) {
  .menu-content .lead:last-of-type {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1601px) {
  .menu-content .lead:last-of-type {
    margin-bottom: 3.7476577139vw;
  }
}
@media only screen and (max-width: 991px) {
  .menu-content .lead {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 575px) {
  .menu-content .lead {
    text-align: left;
  }
}
.menu-content .w {
  display: inline-block;
  width: 13em;
}
.menu-content .box .text strong,
.menu-content .box .text p,
.menu-content .box .text ul {
  display: block;
  margin-bottom: 2em;
}
.menu-content .box .text ul li {
  position: relative;
  padding-left: 1em;
}
.menu-content .box .text ul li::before {
  width: 0.4em;
  height: 0.4em;
  border: 2px solid #373A41;
  border-radius: 50%;
  top: 1em;
  left: 0;
}
@media only screen and (max-width: 1600px) {
  .menu-content .box .text .sml {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1601px) {
  .menu-content .box .text .sml {
    font-size: 0.8119925047vw;
  }
}
.menu-content .box .price {
  display: block;
  margin-top: auto;
}
@media only screen and (max-width: 1600px) {
  .menu-content .box .price {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1601px) {
  .menu-content .box .price {
    font-size: 1.249219238vw;
  }
}
.menu-content .box .price {
  font-weight: bold;
  text-align: right;
}
@media only screen and (max-width: 1600px) {
  .menu-content .box .price span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1601px) {
  .menu-content .box .price span {
    font-size: 0.9369144285vw;
  }
}
.menu-content .box .price span {
  font-weight: normal;
}

#lunchMenu .menu-wrap {
  flex-wrap: wrap;
  gap: 60px;
}
@media only screen and (min-width: 1601px) {
  #lunchMenu .menu-wrap {
    gap: 3.7476577139vw;
  }
}
@media only screen and (max-width: 1399px) {
  #lunchMenu .menu-wrap {
    gap: 40px;
  }
}
@media only screen and (max-width: 1399px) and (max-width: 991px) {
  #lunchMenu .menu-wrap {
    gap: 20px;
  }
}
#lunchMenu .menu-wrap .box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: calc((100% - 60px) / 2);
  background-color: #FDFDF4;
  padding: 60px;
}
@media only screen and (min-width: 1601px) {
  #lunchMenu .menu-wrap .box {
    width: calc((100% - 3.7476577139vw) / 2 - 1px);
    padding: 3.7476577139vw;
  }
}
@media only screen and (max-width: 1399px) {
  #lunchMenu .menu-wrap .box {
    width: calc((100% - 40px) / 2);
    padding: 40px;
  }
}
@media only screen and (max-width: 1399px) and (max-width: 991px) {
  #lunchMenu .menu-wrap .box {
    width: calc((100% - 20px) / 2);
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 1399px) and (max-width: 991px) and (max-width: 767px) {
  #lunchMenu .menu-wrap .box {
    width: 100%;
  }
}
#lunchMenu .menu-wrap .box img {
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  #lunchMenu .menu-wrap .box img {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1601px) {
  #lunchMenu .menu-wrap .box img {
    margin-bottom: 1.873828857vw;
  }
}
@media only screen and (max-width: 1600px) {
  #lunchMenu .menu-wrap .box .text {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1601px) {
  #lunchMenu .menu-wrap .box .text {
    margin-bottom: 1.873828857vw;
  }
}
@media only screen and (max-width: 991px) {
  #lunchMenu .menu-wrap .box .text {
    margin-bottom: 0;
  }
}

#dinnerMenu .menu-wrap, #charteredMenu .menu-wrap, #shop-information .menu-wrap {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media only screen and (min-width: 1601px) {
  #dinnerMenu .menu-wrap, #charteredMenu .menu-wrap, #shop-information .menu-wrap {
    gap: 3.7476577139vw;
  }
}
@media only screen and (max-width: 991px) {
  #dinnerMenu .menu-wrap, #charteredMenu .menu-wrap, #shop-information .menu-wrap {
    gap: 90px;
  }
}
#dinnerMenu .menu-wrap .box, #charteredMenu .menu-wrap .box, #shop-information .menu-wrap .box {
  position: relative;
  padding-top: 60px;
  align-items: flex-start;
}
#dinnerMenu .menu-wrap .box:nth-of-type(2n), #charteredMenu .menu-wrap .box:nth-of-type(2n), #shop-information .menu-wrap .box:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 1400px) {
  #dinnerMenu .menu-wrap .box, #charteredMenu .menu-wrap .box, #shop-information .menu-wrap .box {
    align-items: stretch;
  }
}
@media only screen and (max-width: 1279px) {
  #dinnerMenu .menu-wrap .box, #charteredMenu .menu-wrap .box, #shop-information .menu-wrap .box {
    flex-direction: column !important;
    padding: 0;
  }
}
#dinnerMenu .menu-wrap .box::before, #charteredMenu .menu-wrap .box::before, #shop-information .menu-wrap .box::before {
  width: 65%;
  height: calc(100% - 60px);
  background: #FDFDF4;
  z-index: 0;
}
@media only screen and (min-width: 1601px) {
  #dinnerMenu .menu-wrap .box::before, #charteredMenu .menu-wrap .box::before, #shop-information .menu-wrap .box::before {
    height: calc(100% - 3.7476577139vw);
  }
}
@media only screen and (max-width: 1279px) {
  #dinnerMenu .menu-wrap .box::before, #charteredMenu .menu-wrap .box::before, #shop-information .menu-wrap .box::before {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  #dinnerMenu .menu-wrap .box::before, #charteredMenu .menu-wrap .box::before, #shop-information .menu-wrap .box::before {
    width: calc(100% + 40px);
    height: 80%;
    top: 0;
    left: -20px;
  }
}
#dinnerMenu .menu-wrap .box .text-wrap, #charteredMenu .menu-wrap .box .text-wrap, #shop-information .menu-wrap .box .text-wrap {
  position: relative;
  width: 52%;
  padding: 60px;
}
@media only screen and (min-width: 1601px) {
  #dinnerMenu .menu-wrap .box .text-wrap, #charteredMenu .menu-wrap .box .text-wrap, #shop-information .menu-wrap .box .text-wrap {
    padding: 3.7476577139vw;
  }
}
@media only screen and (max-width: 1279px) {
  #dinnerMenu .menu-wrap .box .text-wrap, #charteredMenu .menu-wrap .box .text-wrap, #shop-information .menu-wrap .box .text-wrap {
    width: 100%;
    padding: 40px;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 991px) {
  #dinnerMenu .menu-wrap .box .text-wrap, #charteredMenu .menu-wrap .box .text-wrap, #shop-information .menu-wrap .box .text-wrap {
    padding: 40px 0;
  }
}
#dinnerMenu .menu-wrap .box .image-wrap, #charteredMenu .menu-wrap .box .image-wrap, #shop-information .menu-wrap .box .image-wrap {
  position: relative;
  flex-wrap: wrap;
  top: -60px;
  gap: 10px;
  width: 48%;
}
@media only screen and (min-width: 1601px) {
  #dinnerMenu .menu-wrap .box .image-wrap, #charteredMenu .menu-wrap .box .image-wrap, #shop-information .menu-wrap .box .image-wrap {
    top: -3.7476577139vw;
    gap: 0.624609619vw;
  }
}
@media only screen and (max-width: 1279px) {
  #dinnerMenu .menu-wrap .box .image-wrap, #charteredMenu .menu-wrap .box .image-wrap, #shop-information .menu-wrap .box .image-wrap {
    top: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #dinnerMenu .menu-wrap .box .image-wrap, #charteredMenu .menu-wrap .box .image-wrap, #shop-information .menu-wrap .box .image-wrap {
    gap: 5px;
  }
}
#dinnerMenu .menu-wrap .box .image-wrap img, #charteredMenu .menu-wrap .box .image-wrap img, #shop-information .menu-wrap .box .image-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
#dinnerMenu .menu-wrap .box .image-wrap img:nth-of-type(1), #charteredMenu .menu-wrap .box .image-wrap img:nth-of-type(1), #shop-information .menu-wrap .box .image-wrap img:nth-of-type(1) {
  width: 100%;
}
#dinnerMenu .menu-wrap .box .image-wrap img:nth-last-of-type(1), #charteredMenu .menu-wrap .box .image-wrap img:nth-last-of-type(1), #shop-information .menu-wrap .box .image-wrap img:nth-last-of-type(1), #dinnerMenu .menu-wrap .box .image-wrap img:nth-last-of-type(2), #charteredMenu .menu-wrap .box .image-wrap img:nth-last-of-type(2), #shop-information .menu-wrap .box .image-wrap img:nth-last-of-type(2) {
  width: calc(50% - 5px);
}
@media only screen and (min-width: 1601px) {
  #dinnerMenu .menu-wrap .box .image-wrap img:nth-last-of-type(1), #charteredMenu .menu-wrap .box .image-wrap img:nth-last-of-type(1), #shop-information .menu-wrap .box .image-wrap img:nth-last-of-type(1), #dinnerMenu .menu-wrap .box .image-wrap img:nth-last-of-type(2), #charteredMenu .menu-wrap .box .image-wrap img:nth-last-of-type(2), #shop-information .menu-wrap .box .image-wrap img:nth-last-of-type(2) {
    width: calc(50% - 0.3123048095vw - 1px);
  }
}
@media only screen and (max-width: 767px) {
  #dinnerMenu .menu-wrap .box .image-wrap img:nth-last-of-type(1), #charteredMenu .menu-wrap .box .image-wrap img:nth-last-of-type(1), #shop-information .menu-wrap .box .image-wrap img:nth-last-of-type(1), #dinnerMenu .menu-wrap .box .image-wrap img:nth-last-of-type(2), #charteredMenu .menu-wrap .box .image-wrap img:nth-last-of-type(2), #shop-information .menu-wrap .box .image-wrap img:nth-last-of-type(2) {
    width: calc((100% - 5px) / 2);
  }
}

#aLaCarteMenu .menu-wrap, #charteredMenu .menu-wrap, #shop-information .menu-wrap {
  flex-direction: column;
  gap: 120px;
  padding: 0 60px;
}
@media only screen and (min-width: 1601px) {
  #aLaCarteMenu .menu-wrap, #charteredMenu .menu-wrap, #shop-information .menu-wrap {
    gap: 7.4953154279vw;
  }
}
@media only screen and (max-width: 991px) {
  #aLaCarteMenu .menu-wrap, #charteredMenu .menu-wrap, #shop-information .menu-wrap {
    gap: 90px;
    padding: 0;
  }
}
#aLaCarteMenu .menu-wrap .menu-inner > p, #charteredMenu .menu-wrap .menu-inner > p, #shop-information .menu-wrap .menu-inner > p {
  display: block;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  #aLaCarteMenu .menu-wrap .menu-inner > p, #charteredMenu .menu-wrap .menu-inner > p, #shop-information .menu-wrap .menu-inner > p {
    text-align: left;
  }
}
#aLaCarteMenu .menu-wrap .list-wrap, #charteredMenu .menu-wrap .list-wrap, #shop-information .menu-wrap .list-wrap {
  flex-wrap: wrap;
  gap: 40px 60px;
}
@media only screen and (max-width: 991px) {
  #aLaCarteMenu .menu-wrap .list-wrap, #charteredMenu .menu-wrap .list-wrap, #shop-information .menu-wrap .list-wrap {
    gap: 40px 20px;
  }
}
#aLaCarteMenu .menu-wrap .list-wrap li, #charteredMenu .menu-wrap .list-wrap li, #shop-information .menu-wrap .list-wrap li {
  width: calc((100% - 60px) / 2);
}
@media only screen and (max-width: 991px) {
  #aLaCarteMenu .menu-wrap .list-wrap li, #charteredMenu .menu-wrap .list-wrap li, #shop-information .menu-wrap .list-wrap li {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  #aLaCarteMenu .menu-wrap .list-wrap li, #charteredMenu .menu-wrap .list-wrap li, #shop-information .menu-wrap .list-wrap li {
    width: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  #aLaCarteMenu .menu-wrap .list-wrap li .list-inner, #charteredMenu .menu-wrap .list-wrap li .list-inner, #shop-information .menu-wrap .list-wrap li .list-inner {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1601px) {
  #aLaCarteMenu .menu-wrap .list-wrap li .list-inner, #charteredMenu .menu-wrap .list-wrap li .list-inner, #shop-information .menu-wrap .list-wrap li .list-inner {
    font-size: 0.9369144285vw;
  }
}
#aLaCarteMenu .menu-wrap .list-wrap li .list-inner, #charteredMenu .menu-wrap .list-wrap li .list-inner, #shop-information .menu-wrap .list-wrap li .list-inner {
  justify-content: space-between;
  font-weight: bold;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #000000;
}
@media only screen and (min-width: 1601px) {
  #aLaCarteMenu .menu-wrap .list-wrap li .list-inner, #charteredMenu .menu-wrap .list-wrap li .list-inner, #shop-information .menu-wrap .list-wrap li .list-inner {
    border-bottom: 0.1249219238vw solid #000000;
  }
}
@media only screen and (max-width: 767px) {
  #aLaCarteMenu .menu-wrap .list-wrap li .list-inner, #charteredMenu .menu-wrap .list-wrap li .list-inner, #shop-information .menu-wrap .list-wrap li .list-inner {
    border: none;
    padding-bottom: 0;
    flex-direction: column;
  }
}
#aLaCarteMenu .menu-wrap .list-wrap li .list-inner .item_name, #charteredMenu .menu-wrap .list-wrap li .list-inner .item_name, #shop-information .menu-wrap .list-wrap li .list-inner .item_name,
#aLaCarteMenu .menu-wrap .list-wrap li .list-inner .item_price,
#charteredMenu .menu-wrap .list-wrap li .list-inner .item_price,
#shop-information .menu-wrap .list-wrap li .list-inner .item_price {
  line-height: 32px;
}
@media only screen and (min-width: 1601px) {
  #aLaCarteMenu .menu-wrap .list-wrap li .list-inner .item_name, #charteredMenu .menu-wrap .list-wrap li .list-inner .item_name, #shop-information .menu-wrap .list-wrap li .list-inner .item_name,
  #aLaCarteMenu .menu-wrap .list-wrap li .list-inner .item_price,
  #charteredMenu .menu-wrap .list-wrap li .list-inner .item_price,
  #shop-information .menu-wrap .list-wrap li .list-inner .item_price {
    line-height: 1.9987507808vw;
  }
}
@media only screen and (max-width: 1600px) {
  #aLaCarteMenu .menu-wrap .list-wrap li .list-inner .item_name, #charteredMenu .menu-wrap .list-wrap li .list-inner .item_name, #shop-information .menu-wrap .list-wrap li .list-inner .item_name {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1601px) {
  #aLaCarteMenu .menu-wrap .list-wrap li .list-inner .item_name, #charteredMenu .menu-wrap .list-wrap li .list-inner .item_name, #shop-information .menu-wrap .list-wrap li .list-inner .item_name {
    font-size: 1.249219238vw;
  }
}
@media only screen and (max-width: 1399px) {
  #aLaCarteMenu .menu-wrap .list-wrap li .list-inner .item_name, #charteredMenu .menu-wrap .list-wrap li .list-inner .item_name, #shop-information .menu-wrap .list-wrap li .list-inner .item_name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #aLaCarteMenu .menu-wrap .list-wrap li .list-inner .item_name, #charteredMenu .menu-wrap .list-wrap li .list-inner .item_name, #shop-information .menu-wrap .list-wrap li .list-inner .item_name {
    display: block;
    width: 100%;
    padding-bottom: 0.3em;
    border-bottom: 2px solid #000000;
  }
}
#aLaCarteMenu .menu-wrap .list-wrap li .list-inner .item_price, #charteredMenu .menu-wrap .list-wrap li .list-inner .item_price, #shop-information .menu-wrap .list-wrap li .list-inner .item_price {
  display: inline-block;
  width: 11em;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #aLaCarteMenu .menu-wrap .list-wrap li .list-inner .item_price, #charteredMenu .menu-wrap .list-wrap li .list-inner .item_price, #shop-information .menu-wrap .list-wrap li .list-inner .item_price {
    margin-right: 0;
    margin-left: auto;
    padding-top: 0.3em;
  }
}
#aLaCarteMenu .menu-wrap .list-wrap li > p, #charteredMenu .menu-wrap .list-wrap li > p, #shop-information .menu-wrap .list-wrap li > p {
  display: block;
  margin-top: 2em;
}

#charteredMenu .box, #shop-information .box {
  align-items: flex-start !important;
}
#charteredMenu .box .table-wrap dl, #shop-information .box .table-wrap dl {
  margin-bottom: 2em;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #000000;
}
@media only screen and (min-width: 1601px) {
  #charteredMenu .box .table-wrap dl, #shop-information .box .table-wrap dl {
    border-bottom: 0.1249219238vw solid #000000;
  }
}
#charteredMenu .box .table-wrap dl:last-of-type, #shop-information .box .table-wrap dl:last-of-type {
  margin-bottom: 0;
}
#charteredMenu .box .table-wrap dt, #shop-information .box .table-wrap dt {
  width: 11em;
}
@media only screen and (max-width: 575px) {
  #charteredMenu .box .table-wrap dt, #shop-information .box .table-wrap dt {
    width: 6em;
    padding-right: 1em;
  }
}
#charteredMenu .box .table-wrap dd, #shop-information .box .table-wrap dd {
  width: calc(100% - 11em);
}
@media only screen and (max-width: 575px) {
  #charteredMenu .box .table-wrap dd, #shop-information .box .table-wrap dd {
    width: calc(100% - 6em);
  }
}
#charteredMenu .box .table-wrap dd .w, #shop-information .box .table-wrap dd .w {
  display: inline-block;
  width: 13em;
}
#charteredMenu .list-inner .item_name, #shop-information .list-inner .item_name {
  font-size: 15px !important;
}
@media only screen and (min-width: 1601px) {
  #charteredMenu .list-inner .item_name, #shop-information .list-inner .item_name {
    font-size: 0.9369144285vw !important;
  }
}
#charteredMenu .menu-wrap.ireg .box, #shop-information .menu-wrap.ireg .box {
  padding-top: 0;
}
#charteredMenu .menu-wrap.ireg .box .text-wrap, #shop-information .menu-wrap.ireg .box .text-wrap {
  width: 100%;
}
#charteredMenu .menu-wrap.ireg .box .text-wrap ul, #shop-information .menu-wrap.ireg .box .text-wrap ul {
  margin-bottom: 0;
}
#charteredMenu .menu-wrap.ireg .box::before, #shop-information .menu-wrap.ireg .box::before {
  width: 100%;
  height: 100%;
}

#news-blog.archive .container-wrap {
  background: none;
}
#news-blog.archive .container-left {
  background-color: #FDFDF4;
  padding: 60px;
}
@media only screen and (min-width: 1601px) {
  #news-blog.archive .container-left {
    padding: 3.7476577139vw;
  }
}
@media only screen and (max-width: 991px) {
  #news-blog.archive .container-left {
    width: 100%;
    padding: 40px 20px;
  }
}
#news-blog.archive .container-left .inner {
  position: relative;
  flex-wrap: wrap;
  gap: 60px;
}
@media only screen and (min-width: 1601px) {
  #news-blog.archive .container-left .inner {
    gap: 3.7476577139vw;
  }
}
@media only screen and (max-width: 991px) {
  #news-blog.archive .container-left .inner {
    gap: 40px;
    flex-direction: column;
  }
}
#news-blog.archive .container-left .inner .box {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  #news-blog.archive .container-left .inner .box:last-of-type {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1601px) {
  #news-blog.archive .container-left .inner .box:last-of-type {
    margin-bottom: 1.873828857vw;
  }
}
@media only screen and (max-width: 991px) {
  #news-blog.archive .container-left .inner .box:last-of-type {
    margin-bottom: 20px;
  }
}
#news-blog.archive .container-left .inner .box::before {
  background-color: #868E9A;
  bottom: -30px;
  width: 100%;
  height: 1px;
}
@media only screen and (min-width: 1601px) {
  #news-blog.archive .container-left .inner .box::before {
    bottom: -1.873828857vw;
  }
}
@media only screen and (max-width: 991px) {
  #news-blog.archive .container-left .inner .box::before {
    bottom: -20px;
  }
}
#news-blog.archive .container-left .inner .box > a {
  align-items: flex-start;
  gap: 30px;
}
@media only screen and (min-width: 1601px) {
  #news-blog.archive .container-left .inner .box > a {
    gap: 1.873828857vw;
  }
}
@media screen and (max-width: 800px) {
  #news-blog.archive .container-left .inner .box > a {
    gap: 20px;
  }
}
#news-blog.archive .container-left .inner .box > a .image {
  width: 122px;
}
@media only screen and (min-width: 1601px) {
  #news-blog.archive .container-left .inner .box > a .image {
    width: 7.6202373517vw;
  }
}
@media screen and (max-width: 800px) {
  #news-blog.archive .container-left .inner .box > a .image {
    width: 80px;
  }
}
#news-blog.archive .container-left .inner .box > a .image::before {
  display: block;
  content: "";
  padding-top: 100%;
}
#news-blog.archive .container-left .inner .box > a .text-wrap {
  width: calc(100% - 152px);
}
@media only screen and (min-width: 1601px) {
  #news-blog.archive .container-left .inner .box > a .text-wrap {
    width: calc(100% - 9.4940662086vw);
  }
}
@media screen and (max-width: 800px) {
  #news-blog.archive .container-left .inner .box > a .text-wrap {
    width: calc(100% - 100px);
  }
}
#news-blog.archive .container-left .inner .box > a .text-wrap .date-wrap {
  display: block;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 1600px) {
  #news-blog.archive .container-left .inner .box > a .text-wrap .post-text {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1601px) {
  #news-blog.archive .container-left .inner .box > a .text-wrap .post-text {
    font-size: 0.8119925047vw;
  }
}

#floor-map .lead,
#floor-map .lead-next {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  #floor-map .lead,
  #floor-map .lead-next {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1601px) {
  #floor-map .lead,
  #floor-map .lead-next {
    margin-bottom: 3.7476577139vw;
  }
}
@media only screen and (max-width: 767px) {
  #floor-map .lead,
  #floor-map .lead-next {
    text-align: left;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1600px) {
  #floor-map .lead {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1601px) {
  #floor-map .lead {
    font-size: 1.249219238vw;
  }
}
@media only screen and (max-width: 767px) {
  #floor-map .lead {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  #floor-map .inner {
    width: 100%;
  }
}
#floor-map .inner .img-wrap {
  position: relative;
  width: 60%;
  margin: auto;
}
@media only screen and (max-width: 1600px) {
  #floor-map .inner .img-wrap {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1601px) {
  #floor-map .inner .img-wrap {
    margin-bottom: 3.7476577139vw;
  }
}
@media only screen and (max-width: 991px) {
  #floor-map .inner .img-wrap {
    width: 100%;
  }
}
#floor-map .inner .img-wrap picture img {
  width: 100%;
}
#floor-map .inner .img-wrap > p {
  position: absolute;
  left: 0;
  top: 8%;
}
#floor-map .inner .flex-wrap {
  gap: 20px;
  flex-wrap: wrap;
}
#floor-map .inner .flex-wrap dl {
  width: calc((100% - 60px) / 4);
}
@media only screen and (max-width: 1279px) {
  #floor-map .inner .flex-wrap dl {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width: 1279px) and (max-width: 575px) {
  #floor-map .inner .flex-wrap dl {
    width: 100%;
  }
}
#floor-map .inner .flex-wrap dl dt {
  display: flex;
  align-items: center;
  color: #26435D;
}
@media only screen and (max-width: 1600px) {
  #floor-map .inner .flex-wrap dl dt {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1601px) {
  #floor-map .inner .flex-wrap dl dt {
    margin-bottom: 1.249219238vw;
  }
}
@media only screen and (max-width: 1600px) {
  #floor-map .inner .flex-wrap dl dt {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1601px) {
  #floor-map .inner .flex-wrap dl dt {
    font-size: 1.249219238vw;
  }
}
@media only screen and (max-width: 1399px) {
  #floor-map .inner .flex-wrap dl dt {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#floor-map .inner .flex-wrap dl dt .num {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  #floor-map .inner .flex-wrap dl dt .num {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1601px) {
  #floor-map .inner .flex-wrap dl dt .num {
    font-size: 2.1861336665vw;
  }
}
#floor-map .inner .flex-wrap dl dt .num {
  font-weight: normal;
  line-height: 0.8em;
  color: #fff;
  background-color: #26435D;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding-top: 2%;
  margin-right: 20px;
}
@media only screen and (min-width: 1601px) {
  #floor-map .inner .flex-wrap dl dt .num {
    width: 3.1230480949vw;
    height: 3.1230480949vw;
    margin-right: 1.249219238vw;
  }
}
@media only screen and (max-width: 1399px) {
  #floor-map .inner .flex-wrap dl dt .num {
    margin-right: 10px;
  }
}
#floor-map .inner .flex-wrap dl dd img {
  width: 100%;
}

#shop-information .heading .enU br {
  display: none;
}
@media only screen and (max-width: 575px) {
  #shop-information .heading .enU {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    justify-content: center;
    margin: auto;
    line-height: 1.2em;
  }
  #shop-information .heading .enU br {
    display: block;
  }
}
#shop-information .heading .enU > span {
  display: inline-block;
}
#shop-information .menu-wrap .box .image-wrap iframe {
  height: 450px;
}
@media only screen and (min-width: 1601px) {
  #shop-information .menu-wrap .box .image-wrap iframe {
    height: 28.1074328545vw;
  }
}
@media only screen and (max-width: 991px) {
  #shop-information .menu-wrap .box .image-wrap iframe {
    height: 210px;
  }
}

/**
* お知らせ詳細ページ
* 
* ver.20221130
*/
#single-content .container.content {
  padding-right: 60px;
}
@media only screen and (min-width: 1601px) {
  #single-content .container.content {
    padding-right: 3.7476577139vw;
  }
}
@media only screen and (max-width: 991px) {
  #single-content .container.content {
    padding: 0;
  }
}
@media only screen and (max-width: 1600px) {
  #single-content .dc {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1601px) {
  #single-content .dc {
    font-size: 0.9369144285vw;
  }
}
#single-content .dc {
  text-align: center;
}
#single-content .dc .date {
  color: #000000;
}
#single-content .dc .category {
  color: #000000;
}
#single-content .heading-single {
  position: relative;
}
@media only screen and (max-width: 1600px) {
  #single-content .heading-single {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1601px) {
  #single-content .heading-single {
    font-size: 1.6239850094vw;
  }
}
#single-content .heading-single {
  color: #000000;
  font-weight: bold;
}
@media only screen and (max-width: 1600px) {
  #single-content .heading-single {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1601px) {
  #single-content .heading-single {
    margin-bottom: 3.7476577139vw;
  }
}
#single-content .heading-single {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  #single-content .heading-single {
    font-size: 24px;
    text-align: left;
  }
}
#single-content .content img {
  display: block;
  margin: auto;
  width: 100%;
}
#single-content .content h2 {
  line-height: 2em;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  #single-content .content h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1601px) {
  #single-content .content h2 {
    font-size: 1.4990630856vw;
  }
}
#single-content .content h2 {
  font-weight: bold;
  padding-left: 3em;
}
@media only screen and (max-width: 1600px) {
  #single-content .content h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1601px) {
  #single-content .content h2 {
    margin-bottom: 1.873828857vw;
  }
}
@media only screen and (max-width: 991px) {
  #single-content .content h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #single-content .content h2 {
    font-size: 18px;
  }
}
#single-content .content h2::before {
  position: absolute;
  display: block;
  content: "";
  width: 2em;
  height: 0.1em;
  left: 0;
  top: 1.1em;
  transform: translateY(-50%);
  background: #000;
}
#single-content .content h3 {
  position: relative;
  line-height: 2em;
  font-weight: bold;
}
@media only screen and (max-width: 1600px) {
  #single-content .content h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1601px) {
  #single-content .content h3 {
    margin-bottom: 1.873828857vw;
  }
}
@media only screen and (max-width: 1600px) {
  #single-content .content h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1601px) {
  #single-content .content h3 {
    font-size: 1.249219238vw;
  }
}
#single-content .content h3 {
  border-bottom: 0.1em solid #000000;
}
@media only screen and (max-width: 991px) {
  #single-content .content h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #single-content .content h3 {
    font-size: 16px;
  }
}
#single-content .content ul li {
  position: relative;
  padding-left: 2em;
}
#single-content .content ul li::before {
  width: 0.4em;
  height: 0.4em;
  border: 2px solid #373A41;
  border-radius: 50%;
  top: 1em;
  left: 1em;
}
#single-content .content ul li ul li::before {
  border: 1px solid #373A41;
}
#single-content .content ol {
  margin-left: 2em;
  list-style: auto;
  margin-bottom: 1em;
}
#single-content .content ol li {
  margin-bottom: 1em;
}
#single-content .content ol li::marker {
  color: #000;
}
#single-content .content b,
#single-content .content strong {
  font-weight: bold;
  color: #000;
}
#single-content .content a {
  color: #000;
}
#single-content .content .wp-block-embed-youtube {
  position: relative;
  display: block;
}
#single-content .content .wp-block-embed-youtube::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
#single-content .content .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#single-content .content .wp-block-embed-youtube iframe {
  width: 100% !important;
  height: 100% !important;
}
#single-content .pager {
  background-color: #26435D;
  color: #fff;
  font-weight: bold;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  #single-content .pager {
    width: calc(100% - 40px);
    margin: auto;
  }
}
@media only screen and (max-width: 575px) {
  #single-content .pager {
    flex-direction: column;
  }
}
#single-content .pager a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 58px;
}
@media only screen and (min-width: 1601px) {
  #single-content .pager a {
    height: 3.6227357901vw;
  }
}
#single-content .pager .arrow {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 15px;
  line-height: 15px;
}
#single-content .pager .arrow::before {
  width: 18px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  bottom: 5px;
}
#single-content .pager .arrow::after {
  width: 13px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  bottom: 8px;
}
#single-content .pager .prev .arrow::before {
  left: 0;
}
#single-content .pager .prev .arrow::after {
  left: 0;
  rotate: -30deg;
}
#single-content .pager .next .arrow::before {
  right: 0;
}
#single-content .pager .next .arrow::after {
  right: 0;
  rotate: 30deg;
}
#single-content .pager .back .arrow {
  width: 1em;
  margin-left: 0.5em;
  rotate: 90deg;
}
#single-content .pager .back .arrow::before {
  left: 0;
}
#single-content .pager .back .arrow::after {
  left: 0;
  rotate: -30deg;
}
#single-content .pager > .flex, #single-content .pager > .flex-center, #single-content .pager > .flex-column, #single-content #mainvisual .pager > .copyRight, #mainvisual #single-content .pager > .copyRight, #single-content #page-keyVisual .pager > .copyRight, #page-keyVisual #single-content .pager > .copyRight {
  width: 66.6666666667%;
}
@media only screen and (max-width: 575px) {
  #single-content .pager > .flex, #single-content .pager > .flex-center, #single-content .pager > .flex-column, #single-content #mainvisual .pager > .copyRight, #mainvisual #single-content .pager > .copyRight, #single-content #page-keyVisual .pager > .copyRight, #page-keyVisual #single-content .pager > .copyRight {
    flex-direction: column;
    width: 100%;
  }
}
#single-content .pager > .flex div, #single-content .pager > .flex-center div, #single-content .pager > .flex-column div, #single-content #mainvisual .pager > .copyRight div, #mainvisual #single-content .pager > .copyRight div, #single-content #page-keyVisual .pager > .copyRight div, #page-keyVisual #single-content .pager > .copyRight div {
  width: 50%;
}
@media only screen and (max-width: 575px) {
  #single-content .pager > .flex div, #single-content .pager > .flex-center div, #single-content .pager > .flex-column div, #single-content #mainvisual .pager > .copyRight div, #mainvisual #single-content .pager > .copyRight div, #single-content #page-keyVisual .pager > .copyRight div, #page-keyVisual #single-content .pager > .copyRight div {
    width: 100%;
  }
}
#single-content .pager > .flex div, #single-content .pager > .flex-center div, #single-content .pager > .flex-column div, #single-content #mainvisual .pager > .copyRight div, #mainvisual #single-content .pager > .copyRight div, #single-content #page-keyVisual .pager > .copyRight div, #page-keyVisual #single-content .pager > .copyRight div {
  border-right: 1px solid #ffffff;
}
@media only screen and (max-width: 575px) {
  #single-content .pager > .flex div, #single-content .pager > .flex-center div, #single-content .pager > .flex-column div, #single-content #mainvisual .pager > .copyRight div, #mainvisual #single-content .pager > .copyRight div, #single-content #page-keyVisual .pager > .copyRight div, #page-keyVisual #single-content .pager > .copyRight div {
    border: none;
    border-bottom: 1px solid #ffffff;
  }
}
#single-content .pager > .back {
  width: 33.3333333333%;
  text-align: center;
  background-color: #373A41;
}
@media only screen and (max-width: 575px) {
  #single-content .pager > .back {
    width: 100%;
  }
}

/*************************************
* お問合せページ
* contact
*
* ver.20211128
*/
#contact {
  overflow-x: hidden;
}
#contact .smallfont {
  font-size: 13px;
}
#contact {
  /* フォームのJS用 */
}
#contact .hidden {
  display: none;
}
#contact .topright:hover {
  color: red;
}
#contact {
  /* 必須アイコン */
}
#contact .required {
  position: relative;
}
#contact .example-require {
  display: inline-block;
  font-size: 11px;
  color: #000;
  line-height: 30px;
  right: 0px;
  margin: 0px;
  padding: 0px 8px;
  margin-right: 10px;
  background-size: 100% 100%;
  background-color: #000;
  border-radius: 5px;
}
#contact .required:before {
  content: "必須";
  display: block;
  position: absolute;
  font-size: 11px;
  line-height: 30px;
  color: #000;
  right: 0px;
  margin: 0px;
  padding: 0px 8px;
  background-size: 100% 100%;
  background-color: #000;
  border-radius: 5px;
}
#contact {
  /* ここからフォームレイアウト */
}
#contact span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  text-align: left;
}
#contact span.wpcf7-form-control-wrap.your-address-prefectures {
  text-align: left;
}
#contact span.wpcf7-form-control-wrap.your-name-sei,
#contact span.wpcf7-form-control-wrap.your-name-mei,
#contact span.wpcf7-form-control-wrap.your-name-sei-kana,
#contact span.wpcf7-form-control-wrap.your-name-mei-kana {
  display: inline-block;
  width: 48%;
  box-sizing: border-box;
}
#contact form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#contact form table {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  table-layout: fixed;
}
#contact form table tr > th {
  width: 280px;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 0px;
  font-size: 15px;
  border-top: solid 1px #000;
}
#contact form table tr > td.th-title {
  padding-left: 64px;
}
@media screen and (max-width: 960px) {
  #contact form table tr > td.th-title {
    border-top: none;
    padding-left: 0px;
  }
}
#contact form table tr > th + td {
  border-top: solid 1px #000;
}
#contact form table tr > td {
  /* width: 70%; */
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 15px;
}
#contact form table tr > td p::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 960px) {
  #contact form table {
    /* ブロック化 */
  }
  #contact form table tbody,
  #contact form table tr,
  #contact form table tr > th,
  #contact form table tr > td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 13.33px;
  }
  #contact form table tr > td {
    padding: 20px 0;
  }
  #contact form table tr > th {
    padding: 20px 0 0;
  }
}
#contact form {
  /* 入力項目幅制御 */
}
#contact form input[type=date],
#contact form input[type=text],
#contact form input[type=email],
#contact form input[type=tel],
#contact form textarea {
  width: 100%;
  box-sizing: border-box;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 13.33px;
  width: 100%;
  padding: 3px 8px;
  margin: 2px;
  vertical-align: middle;
  font-size: 13.33px;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 2px;
}
@media screen and (max-width: 960px) {
  #contact form .required:before {
    position: absolute;
    right: 0;
  }
}
#contact form select {
  border: solid 1px #CCC;
  padding: 3px 8px;
  margin: 2px;
  vertical-align: middle;
  font-size: 13.33px;
  background: #fff;
  font-size: 13.33px;
  width: 100%;
  height: 180px;
}
@media screen and (max-width: 960px) {
  #contact form select {
    width: 100%;
  }
}
#contact form ::-webkit-input-placeholder,
#contact form :-moz-placeholder,
#contact form ::-moz-placeholder,
#contact form :-ms-input-placeholder,
#contact form ::placeholder {
  color: #000 !important;
  opacity: 1;
}
#contact form {
  /* 入力した 色 設定 */
}
#contact form input:-webkit-autofill,
#contact form input:-webkit-autofill:hover,
#contact form input:-webkit-autofill:focus,
#contact form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
#contact form input[type=submit]:active,
#contact form input[type=button]:active {
  /* font-size: 1rem; */
  transform: scale(1);
  /* box-shadow: 0 3px 15px -2px; */
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  border: none;
  vertical-align: middle;
  background: none;
}
#contact form {
  /* 住所系 */
}
#contact form input[name=your-address-prefectures],
#contact form input[name=your-address-municipality] {
  margin-bottom: 5px;
}
#contact form {
  /* 市区町村、丁目番地 */
}
#contact form select[name=your-address-prefectures],
#contact form input[name=your-address-municipality],
#contact form input[name=your-address-num] {
  margin-left: 5px;
}
#contact form {
  /* 氏名系 */
}
#contact form input[name=your-name-sei],
#contact form input[name=your-name-mei],
#contact form input[name=your-name-sei-kana],
#contact form input[name=your-name-mei-kana] {
  width: 100%;
  max-width: 150px;
  max-width: none;
}
#contact form {
  /* 数量 */
}
#contact form input[type=number] {
  width: 80px;
}
#contact form {
  /* placeholder 色 設定 */
}
#contact form ::-moz-placeholder {
  color: #000;
  opacity: 1;
  /* Firefox */
}
#contact form ::placeholder {
  color: #000;
  opacity: 1;
  /* Firefox */
}
#contact form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
#contact form {
  /* 入力した 色 設定 */
}
#contact form input:-webkit-autofill,
#contact form input:-webkit-autofill:hover,
#contact form input:-webkit-autofill:focus,
#contact form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px rgb(255, 255, 255) inset;
}
#contact form span.smallfont {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1px;
}
#contact form ::-webkit-input-placeholder,
#contact form :-moz-placeholder,
#contact form ::-moz-placeholder,
#contact form :-ms-input-placeholder {
  color: #000 !important;
  opacity: 1;
}
#contact form textarea {
  width: 100%;
  height: 180px;
}
#contact form .wpcf7 .ajax-loader {
  position: absolute;
}
@media screen and (max-width: 960px) {
  #contact form .th-title {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #contact form span.wpcf7-form-control-wrap {
    text-align: left;
  }
}
#contact form #reCaptcha {
  border-top: solid 1px #000;
  padding-top: 20px;
  margin-bottom: 120px;
  text-align: left;
}
#contact form #reCaptcha a {
  color: #000;
}
@media only screen and (max-width: 767px) {
  #contact form #reCaptcha {
    margin-bottom: 90px;
  }
}
#contact form #reCaptcha + .btn {
  padding: 20px 64px;
  font-size: 18px;
  position: relative;
}
#contact form #reCaptcha + .btn .wpcf7-spinner {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-150%, 100%);
}
#contact form .more-btn {
  width: 261px;
  padding: 0;
  display: block;
  margin: auto;
  margin-bottom: 64px;
  text-align: center;
}
#contact form .more-btn input {
  background-color: #000;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
}
@media only screen and (max-width: 1600px) {
  #contact form .more-btn input {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1601px) {
  #contact form .more-btn input {
    font-size: 0.9993753904vw;
  }
}
#contact form .more-btn input {
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
}
#contact form .more-btn .arrowL {
  display: inline-block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 5em;
  transform: translateY(-50%) rotate(45deg);
  border-top: 0.2em solid #fff;
  border-right: 0.2em solid #fff;
}
#contact form .wpcf7-spinner {
  position: absolute;
  display: none;
  right: -65px;
  top: 20px;
  background-color: #000;
}
#contact .flex, #contact .flex-center, #contact .flex-column, #contact #mainvisual .copyRight, #mainvisual #contact .copyRight, #contact #page-keyVisual .copyRight, #page-keyVisual #contact .copyRight {
  display: flex;
  gap: 18px;
}
#contact {
  /*# ラジオボタン */
}
#contact .wpcf7-radio .wpcf7-list-item label {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#contact .wpcf7-radio .wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#contact .wpcf7-radio .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
  background-color: #000;
  border: 1px solid #000;
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  left: 0;
  top: 7px;
}
#contact .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:after {
  background-color: #000;
  border: 1px solid #000;
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  left: 0;
  top: 7px;
}
#contact .wpcf7-radio .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
  display: block;
  top: 10px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  border: none;
  text-align: center;
}
#contact .wpcf7-list-item {
  margin-left: 0 !important;
  margin-right: 1em !important;
}
@media screen and (max-width: 575px) {
  #contact .wpcf7-list-item {
    display: block !important;
  }
}
#contact {
  /* 送信後のレスポンステキスト */
}
#contact .wpcf7 form .wpcf7-response-output {
  text-align: center;
  padding: 2.5em;
  font-weight: bold;
  border-radius: 1em;
}
@media only screen and (max-width: 1600px) {
  #contact .wpcf7 form .wpcf7-response-output {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1601px) {
  #contact .wpcf7 form .wpcf7-response-output {
    margin-top: 3.7476577139vw;
  }
}
@media only screen and (max-width: 575px) {
  #contact .wpcf7 form .wpcf7-response-output {
    text-align: left;
  }
}
#contact .wpcf7 form.sent .wpcf7-response-output {
  color: #000 !important;
  background: #000 !important;
  border: 2px solid #000 !important;
}
#contact .wpcf7 form.failed .wpcf7-response-output,
#contact .wpcf7 form.invalid .wpcf7-response-output,
#contact .wpcf7 form.unaccepted .wpcf7-response-output,
#contact .wpcf7 form.payment-required .wpcf7-response-output {
  color: #000 !important;
  background: #000 !important;
  border: 2px solid #000 !important;
}
#contact .wpcf7-not-valid-tip {
  color: #000 !important;
  font-size: 13px;
}/*# sourceMappingURL=style.css.map */