@charset "UTF-8";
/*
Theme Name: La Boucherie 29
Theme URI: http://owndmedia-online.work/laboucherie29/
Description: La Boucherie 29の公式ホームページです。
Version: 1.1
Author: owndmedia.lab
*/
/* ************************************************************************************************
   共通
   ************************************************************************************************ */
html,
body {
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 2;
  font-family: shippori-mincho, "Yu Mincho", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1F1511;
}

h1 {
  font-size: 10px;
}

h2 {
  font-size: 100px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 23px;
}

p {
  font-size: 15px;
}

a {
  font-size: 15px;
  text-decoration: none;
}

li,
th,
td {
  font-size: 15px;
  font-weight: normal;
}

img {
  max-width: 100%;
}

/* マウスドラッグした時の文字色 */
::selection {
  background: #3A262A;
  color: #fff;
}

/* 改行 */
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

/* スマホ切り替え */
.only-sp {
  display: none;
}

/* ページ全体の余白など */
#page {
  overflow: hidden;
  width: 100%;
}

.wrap {
  width: 1080px;
  padding: 0 30px;
  margin: 0 auto;
}

.wrap2 {
  width: 1400px;
  padding: 0 30px;
  margin: 0 auto;
}

.wrap3 {
  width: 100%;
  padding: 0 100px;
}

/*flex*/
.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
}

.reverse {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}

/* 見出し */
.h3__ttl {
  align-items: baseline;
  justify-content: center;
  font-family: ten-mincho, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.h3__ttl h3 {
  font-size: 42px;
  color: #1F1511;
  text-align: center;
  margin: 0 30px;
  line-height: 1.5;
  position: relative;
}
.h3__ttl h3::before {
  content: "";
  background: url(./img/common/ttl-line_img.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 200px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 60%);
  opacity: 0.8;
}

/* ボタン */
.btn01 {
  font-size: 17px;
  color: #1F1511;
  width: 200px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #1F1511;
  display: inline-block;
  text-align: center;
  transition: all 0.4s;
}
.btn01:hover {
  letter-spacing: 0.15em;
  transition: all 0.3s;
  color: #760000;
  border-color: #760000;
}

.btn01--w {
  color: #fff;
  border: 1px solid #fff;
}

/* スクロールバー */
::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background: rgba(192, 162, 128, 0.6);
}

::-webkit-scrollbar-thumb {
  background: #760000;
  border-radius: 5px;
}

/***** 下層ページヘッダー *****/
.sub__wrap {
  background-image: url(img/common/bg.jpg);
}
@media screen and (max-width: 560px) {
  .sub__wrap {
    background-image: url(img/common/bg_sp.jpg);
    background-size: contain;
  }
}

.header-sub {
  width: 100%;
  height: 100vh;
}
.header-sub .header-sub__wrap {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.header-sub .header-sub__wrap img {
  width: 50vw;
}
.header-sub .header-sub__wrap .header-sub__ttl {
  margin-left: -4.5vw;
  padding: 30px;
  background: rgba(118, 0, 0, 0.8);
  width: max(300px, 25%);
}
.header-sub .header-sub__wrap .header-sub__ttl h2 {
  color: #fff;
  font-size: clamp(1.25rem, 1.083rem + 0.76vw, 2rem);
  line-height: 1.3;
}
.header-sub .header-sub__wrap .header-sub__ttl h2 .en {
  font-size: 18px;
}

/***** フッター *****/
footer {
  color: #fff;
  background-color: #1F1511;
}
footer .footer__wrap .footer__container {
  padding: 50px 60px 0;
  align-items: center;
  gap: 30px;
}
footer .footer__wrap .footer__container .footer__info__details {
  width: 50%;
}
footer .footer__wrap .footer__container .footer__info__details .footer__info-store {
  font-size: 28px;
  margin-bottom: 0.5em;
}
footer .footer__wrap .footer__container .footer__info__details table {
  width: 100%;
}
footer .footer__wrap .footer__container .footer__info__details table tr th,
footer .footer__wrap .footer__container .footer__info__details table tr td {
  font-size: 14px;
  padding: 5px 0;
}
footer .footer__wrap .footer__container .footer__info__details table tr th {
  width: 15%;
}
footer .footer__wrap .footer__container .footer__info__details .footer__info__details--en {
  margin-top: 1em;
}
footer .footer__wrap .footer__container .footer__info__details .footer__btn {
  margin: 30px 0 10px;
}
footer .footer__wrap .footer__container .footer__info__details .footer__btn .btn01 {
  width: 280px;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}
footer .footer__wrap .footer__container .footer__info__details .footer__btn .btn01:hover {
  background: #fff;
  color: #1F1511;
  border: 1px solid #1F1511;
}
footer .footer__wrap .footer__container .footer__info__details .footer__btn .footer__btn--is {
  margin-left: 30px;
  transition: all 0.4s;
}
footer .footer__wrap .footer__container .footer__info__details .footer__btn .footer__btn--is:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
footer .footer__wrap .footer__container .footer__info__map {
  width: 50%;
}
footer .copy {
  text-align: center;
  padding: 20px 0;
}
footer .copy img {
  max-width: 50%;
}
footer .copy small {
  font-size: 12px;
  display: block;
}

/***** ヘッダー *****/
#g-menu {
  position: fixed;
  left: 20px;
  bottom: 30px;
  color: #fff;
  z-index: 99;
}
#g-menu .g-menu__logo img {
  transition: all 0.4s;
}
#g-menu .g-menu__logo img:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
#g-menu ul {
  margin-bottom: 40px;
}
#g-menu ul li {
  margin-top: 20px;
}
#g-menu ul li a {
  font-family: ten-mincho, sans-serif;
  font-size: 23px;
  transition: all 0.4s;
}
#g-menu ul li a:hover {
  transition: all 0.3s;
  color: #760000;
}
#g-menu ul li a.active {
  color: #1F1511;
}
#g-menu ul li a.active:hover {
  transition: all 0.3s;
  color: #760000;
}
#g-menu .g-menu__tel {
  font-size: 25px;
  transition: all 0.4s;
}
#g-menu .g-menu__tel:hover {
  transition: all 0.3s;
  color: #760000;
}
#g-menu .g-menu__tel.active {
  color: #1F1511;
}
#g-menu .g-menu__tel.active:hover {
  transition: all 0.3s;
  color: #760000;
}

/* ハンバーガーメニュー */
#h-menu {
  width: 50px;
  height: 50px;
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 101;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  display: none;
}

.h-menu__line,
.close__line {
  display: block;
  width: 30px;
  height: 2px;
  left: 12px;
  top: 14px;
  position: absolute;
  transition: transform 0.3s;
  background-color: #fff;
}

.h-menu__line {
  background-color: #ddd;
}

.h-menu__line.active {
  display: none;
}

.h-menu__line.sp-active {
  display: none;
}

.h-menu__line--center {
  width: 24px;
  top: 24px;
}

.h-menu__line--bottom {
  width: 18px;
  top: 34px;
}

.h-menu--close {
  display: none;
}

.h-menu--close.sp-active {
  display: block;
}

.close__line--top {
  top: 23px;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.close__line--bottom {
  top: 23px;
  transform: rotate(135deg);
  transition: all 0.3s;
}

/* ************************************************************************************************
   アニメーション
   ************************************************************************************************ */
/***** ローディングアニメーション *****/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #760000;
  text-align: center;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 120px;
}

/* fadeUpをするアイコンの動き */
.loading {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/***** ページ下部CTAボタン *****/
.cta_button {
  position: fixed;
  right: 20px;
  top: 20px;
  /*   bottom: 90px; */
  z-index: 20;
}
.cta_button .cta_button__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}
.cta_button .cta_button__list li a {
  background: #420000;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  width: 150px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.5s;
}
.cta_button .cta_button__list li a:hover {
  opacity: 0.8;
}
.cta_button .cta_button__list li:first-child a {
  background: #760000;
}

/***** ページトップに戻るボタン *****/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #760000;
  color: #fff;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.5s;
}

#page_top a:hover {
  opacity: 1;
  transition: 0.5s;
  background: #fff;
  color: #760000;
  opacity: 0.6;
}

#page_top .material-icons {
  position: absolute;
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/***** スクロールアニメーション *****/
.scroll.fadeIn {
  opacity: 0;
  transition: all 1800ms;
}

.scroll.fadeIn2 {
  opacity: 0;
  transition: all 3200ms;
}

.scroll.fadeInUp {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1800ms;
}

.scroll.fadeInDown {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 1800ms;
}

.scroll.fadeInLeft {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1800ms;
}

.scroll.fadeInRight {
  opacity: 0;
  transform: translateX(50px);
  transition: all 1800ms;
}

.scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll.delay {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

.scroll.delay2 {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.scroll.delay3 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.scroll.delay4 {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}

.scroll.delay5 {
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
}

.scroll.delay6 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

@media screen and (max-width: 559px) {
  .scroll.delay,
  .scroll.delay2,
  .scroll.delay3,
  .scroll.delay4,
  .scroll.delay5,
  .scroll.delay6 {
    -moz-transition-delay: unset;
    -webkit-transition-delay: unset;
    -o-transition-delay: unset;
    -ms-transition-delay: unset;
  }
}
/* ************************************************************************************************
   微調整
   ************************************************************************************************ */
@media screen and (min-width: 1920px) {
  .footer__br {
    display: none;
  }
  footer .footer__wrap .footer__map {
    height: 422px;
  }
  footer .footer__wrap .footer__container {
    padding: 50px 50px 30px;
  }
}
@media screen and (max-width: 1536px) {
  .wrap2 {
    width: 1270px;
    padding: 0 0 0 60px;
  }
  .wrap3 {
    padding: 0 2.6vw 0 5vw;
  }
  footer .footer__wrap .footer__container {
    padding: 50px 3.6vw 30px;
  }
  .header-sub .header-sub__wrap .header-sub__ttl {
    margin-left: -5.5vw;
  }
  .header-sub .header-sub__wrap img {
    width: 54vw;
  }
}
@media screen and (max-width: 1440px) {
  .h3__ttl h3 {
    margin: 0 25px !important;
  }
  .footer__br {
    display: none;
  }
}
@media screen and (max-width: 1366px) {
  .wrap {
    padding: 0 0 0 60px;
  }
  .wrap2 {
    width: 100%;
    padding: 0 50px 0 100px;
  }
  .footer__br {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .h3__ttl img {
    width: 21vw;
  }
}
@media screen and (max-width: 1220px) {
  .wrap {
    padding: 0 60px 0 180px;
    width: 100%;
  }
}
/* ************************************************************************************************
   1025px
   ************************************************************************************************ */
@media screen and (max-width: 1025px) {
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 20px;
  }
  #h-menu {
    display: block;
  }
  #g-menu {
    margin-left: -100%;
    background-color: rgba(118, 0, 0, 0.8);
    width: 18%;
    height: 100vh;
    left: 0;
    bottom: 0;
    padding: 0 0 70px 20px;
    transition: all 0.8s;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  #g-menu.active {
    margin-left: 0;
    transition: all 0.5s;
  }
  #g-menu.sp-active {
    margin-left: 0;
    transition: all 0.5s;
  }
  #g-menu ul li {
    margin-top: 20px;
  }
  #g-menu ul li a,
  #g-menu .g-menu__tel {
    font-size: 16px;
    color: #fff;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  #g-menu ul li a.active {
    color: #fff;
  }
  #g-menu .g-menu__logo img {
    width: 90px;
  }
  .wrap {
    padding: 0 40px;
  }
  .wrap2 {
    padding: 0 30px;
  }
  .wrap3 {
    padding: 0 50px;
  }
  .header-sub .header-sub__wrap .header-sub__ttl {
    margin-left: -6.5vw;
  }
  .h3__ttl img {
    width: 19vw;
  }
  footer .footer__wrap .footer__container .footer__btn {
    margin: 30px 0;
    text-align: center;
    justify-content: center;
  }
  footer .footer__wrap .footer__map {
    height: 598px;
  }
}
/* ************************************************************************************************
   960px
   ************************************************************************************************ */
@media screen and (max-width: 959px) {
  h3 {
    font-size: 16px;
  }
  #g-menu {
    width: 24%;
  }
  .header-sub .header-sub__wrap {
    flex-direction: column;
  }
  .header-sub .header-sub__wrap img {
    width: 70vw;
  }
  .header-sub .header-sub__wrap .header-sub__ttl {
    margin: 20px auto 0;
    text-align: center;
    padding: 20px;
  }
  .header-sub .header-sub__wrap .header-sub__ttl h2 .en {
    font-size: 16px;
  }
  .h3__ttl h3 {
    margin: 0 20px !important;
  }
  .h3__ttl h3 {
    font-size: 36px;
  }
  footer .footer__wrap {
    flex-direction: column;
  }
  footer .footer__wrap .footer__map {
    height: 45vh;
    width: 100%;
  }
  footer .footer__wrap .footer__container {
    flex-direction: column-reverse;
  }
  footer .footer__wrap .footer__container .footer__info__map,
  footer .footer__wrap .footer__container .footer__info__details {
    width: 100%;
  }
  footer .footer__wrap .footer__container .footer__info__details .footer__btn {
    margin: 40px 0 60px;
  }
  footer .footer__wrap .footer__container small {
    text-align: center;
    padding-right: 0;
  }
}
/* ************************************************************************************************
   560px
   ************************************************************************************************ */
@media screen and (max-width: 559px) {
  h1 {
    display: none;
  }
  h3 {
    font-size: 14px;
    font-weight: 700;
  }
  h4 {
    font-size: 17px;
  }
  p,
  a,
  li,
  th,
  td {
    font-size: 14px;
  }
  .btn01 {
    font-size: 15px;
    width: 170px;
    height: 47px;
    line-height: 47px;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
  .only-pc {
    display: none;
  }
  .wrap {
    padding: 0 40px;
  }
  .wrap2 {
    padding: 0 20px;
  }
  .wrap3 {
    padding: 0 30px;
  }
  .header-sub .header-sub__wrap img {
    width: 85vw;
  }
  .h3__ttl h3 {
    font-size: 28px;
    font-weight: normal;
  }
  .h3__ttl h3::before {
    width: 130px;
    height: 30px;
    transform: translate(-50%, 70%);
  }
  .h3__ttl img {
    width: 250px;
  }
  #i-menu .h3__ttl {
    align-items: center;
  }
  #page_top {
    width: 45px;
    height: 45px;
  }
  #page_top a {
    width: 45px;
    height: 45px;
  }
  #page_top .material-icons {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
  .cta_button .cta_button__list li a {
    width: 120px;
    padding: 8px 15px;
  }
  #h-menu {
    left: 10px;
    top: 10px;
  }
  #g-menu {
    width: 48%;
    padding: 0 10px 30px 10px;
  }
  #g-menu .g-menu__logo img {
    width: 80px;
  }
  footer .footer__wrap .footer__container {
    padding: 40px 20px 20px;
  }
  footer .footer__wrap .footer__container .footer__info__details .footer__info-store {
    font-size: 24px;
  }
  footer .footer__wrap .footer__container .footer__info__details table tr th,
  footer .footer__wrap .footer__container .footer__info__details table tr td {
    display: block;
  }
  footer .footer__wrap .footer__container .footer__info__details table tr th {
    width: 100%;
  }
  footer .footer__wrap .footer__container .footer__info table tr th {
    padding: 15px 0 0 0;
  }
  footer .footer__wrap .footer__container .footer__btn .btn01 {
    width: 232px;
  }
  footer .footer__wrap .footer__container .footer__btn .footer__btn--is {
    margin-left: 25px;
    width: 35px;
  }
  footer .footer__wrap .footer__container small {
    font-size: 11px;
  }
}
/* ************************************************************************************************
   360px
   ************************************************************************************************ */
@media screen and (max-width: 360px) {
  p,
  a,
  li,
  th,
  td {
    font-size: 13px;
  }
  h4 {
    font-size: 15px;
  }
  .h3__ttl h3 {
    margin: 0 15px;
  }
  .btn01 {
    font-size: 14px;
    width: 160px;
    height: 45px;
    line-height: 45px;
  }
  .wrap {
    padding: 0 30px;
  }
  .wrap3 {
    padding: 0 20px;
  }
  #g-menu .g-menu__logo img {
    width: 85px;
  }
  #g-menu ul li {
    margin-top: 17px;
  }
  footer .footer__wrap .footer__container .footer__info table tr th,
  footer .footer__wrap .footer__container .footer__info table tr td {
    font-size: 13px;
  }
}
/*
Theme Name: La Boucherie 29
Theme URI: https://web-creator03.com/laboucherie29/
Description: 魚一心の公式ホームページです。
Version: 1.1
Author: owndmedia.lab
*/
/* ************************************************************************************************
   index.php
   ************************************************************************************************ */
.bg-movie {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: -100;
  -webkit-filter: brightness(0.7);
  -moz-filter: brightness(0.7);
  filter: brightness(0.7);
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@supports (-ms-ime-align: auto) {
  .bg-movie {
    height: auto;
  }
}
#index__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

#main {
  width: 100%;
  height: 100vh;
}
#main .main__wrap {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

#i-about {
  background-image: url(img/common/bg.jpg);
  padding: 120px 0 140px;
}
@media screen and (max-width: 560px) {
  #i-about {
    background-image: url(img/common/bg_sp.jpg);
    background-size: contain;
  }
}
#i-about .i-about__txt {
  font-size: 20px;
  line-height: 2.2;
}
#i-about .i-about__wrap01 {
  position: relative;
}
#i-about .i-about__wrap01 .i-about__container01 {
  position: relative;
  z-index: 1;
}
#i-about .i-about__wrap01 .i-about__container01 .i-about__container01__img {
  text-align: center;
}
#i-about .i-about__wrap01 .i-about__container01 .i-about__container01__message {
  align-items: center;
  justify-content: center;
  margin-top: 90px;
  padding-left: 50px;
}
#i-about .i-about__wrap01 .i-about__container01 .i-about__container01__message .i-about__box {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
#i-about .i-about__wrap01 .i-about__container01 .i-about__container01__message .i-about__box h3 {
  font-size: 26px;
  margin-left: 2em;
  line-height: 2.4;
}
#i-about .i-about__wrap01 .i-about__container01 .i-about__container01__message .i-about__box p {
  line-height: 2.6;
}
#i-about .i-about__wrap01 .i-about__container01 .i-about__container01__message img {
  margin-left: 50px;
  width: clamp(260px, 28vw, 370px);
}
#i-about .i-about__wrap01 .i-about__container02 {
  margin-top: 100px;
  align-items: center;
  justify-content: center;
}
#i-about .i-about__wrap01 .i-about__container02 img {
  margin-right: 90px;
}
#i-about .i-about__wrap01 .i-about__container02 .i-about__box {
  position: relative;
  z-index: 1;
}
#i-about .i-about__wrap01 .i-about__container02 .i-about__box::before {
  content: "";
  background: url(./img/common/bg_design02.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 400px;
  height: 400px;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.1;
  z-index: -1;
}
#i-about .i-about__wrap02 {
  margin-top: 100px;
}
#i-about .i-about__wrap02 .i-about__container {
  align-items: center;
  justify-content: center;
}
#i-about .i-about__wrap02 .i-about__container .i-about__box {
  position: relative;
  z-index: 1;
}
#i-about .i-about__wrap02 .i-about__container .i-about__box::before {
  content: "";
  background: url(./img/common/bg_design03.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 400px;
  height: 400px;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.1;
  z-index: -1;
}
#i-about .i-about__wrap02 .i-about__container .i-about__box .i-about__txt {
  text-align: left;
}
#i-about .i-about__wrap02 .i-about__container img {
  margin-left: 90px;
}
#i-about .i-about__wrap03 {
  margin-top: 100px;
}
#i-about .i-about__wrap03 .i-about__container {
  justify-content: center;
  align-items: center;
}
#i-about .i-about__wrap03 .i-about__container .i-about__box {
  text-align: center;
  position: relative;
  z-index: 1;
}
#i-about .i-about__wrap03 .i-about__container .i-about__box::before {
  content: "";
  background: url(./img/common/bg_design04.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 400px;
  height: 400px;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.1;
  z-index: -1;
}
#i-about .i-about__wrap03 .i-about__container .i-about__box img {
  margin-right: 0;
}
#i-about .i-about__wrap03 .i-about__container .i-about__box .i-about__txt {
  text-align: left;
}
#i-about .i-about__wrap03 .i-about__container img {
  margin-right: 90px;
}

.i-about__wrap04 {
  margin-top: 100px;
}
.i-about__wrap04 .i-about__container {
  align-items: center;
  justify-content: center;
}
.i-about__wrap04 .i-about__container .i-about__box {
  position: relative;
  z-index: 1;
}
.i-about__wrap04 .i-about__container .i-about__box::before {
  content: "";
  background: url(./img/common/bg_design05.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 400px;
  height: 400px;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.1;
  z-index: -1;
}
.i-about__wrap04 .i-about__container .i-about__box .i-about__txt {
  text-align: left;
}
.i-about__wrap04 .i-about__container img {
  margin-left: 90px;
}

.i-about__img01 {
  width: 53vw;
}

.i-about__img02 {
  width: 35vw;
}

.i-about__img03 {
  width: 40vw;
}

.i-about__img04 {
  width: 45vw;
}

.i-about__img05 {
  width: 40vw;
}

.i-about__bg {
  width: 100%;
  height: 700px;
  background-image: url(img/index_bg01.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#i-news {
  background-image: url(img/common/bg.jpg);
  padding: 110px 0;
}
@media screen and (max-width: 560px) {
  #i-news {
    background-image: url(img/common/bg_sp.jpg);
    background-size: contain;
  }
}
#i-news .i-news__tbl {
  margin: 60px auto;
  width: 80%;
}
#i-news .i-news__tbl tr {
  border-bottom: 1px solid #1f1511;
}
#i-news .i-news__tbl th,
#i-news .i-news__tbl td {
  padding: 15px 10px;
}
#i-news .i-news__tbl th {
  color: #1f1511;
  width: 25%;
}
#i-news .i-news__tbl td a {
  transition: all 0.4s;
}
#i-news .i-news__tbl td a:hover {
  color: #760000;
  transition: all 0.3s;
}
#i-news .i-news__tbl .news__category {
  text-align: right;
}
#i-news .i-news__tbl .news__category a {
  font-size: 13px;
  color: #1f1511;
  border: 1px solid #1f1511;
  padding: 6px 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  text-align: center;
  transition: all 0.4s;
}
#i-news .i-news__tbl .news__category a:hover {
  transition: all 0.3s;
  color: #760000;
  border-color: #760000;
}
#i-news .i-news__btn {
  text-align: center;
}

#i-gallery {
  width: 100vw;
}
#i-gallery .i-gallery__wrap {
  flex-wrap: wrap;
}
#i-gallery .i-gallery__wrap .i-gallery__item {
  width: 16.6666666667%;
  overflow: hidden;
  position: relative;
}
#i-gallery .i-gallery__wrap .i-gallery__item::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#i-gallery .i-gallery__wrap .i-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s;
  filter: grayscale(30%) saturate(120%);
}
#i-gallery .i-gallery__wrap .i-gallery__item img:hover {
  transform: scale(1.2);
  transition: all 0.4s;
  filter: grayscale(0%) saturate(100%);
}

#i-menu {
  background-image: url(img/common/bg.jpg);
  padding: 110px 0 260px;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  background-color: rgba(203, 203, 203, 0.3);
}
@media screen and (max-width: 560px) {
  #i-menu {
    background-image: url(img/common/bg_sp.jpg);
    background-size: contain;
  }
}
#i-menu .i-menu__wrap {
  margin-top: 100px;
}
#i-menu .i-menu__wrap .i-menu__container {
  margin: 70px auto 0;
  max-width: 1244px;
  padding: 10px;
  border: 1px solid #fff;
}
#i-menu .i-menu__wrap .i-menu__container .i-menu__unit01,
#i-menu .i-menu__wrap .i-menu__container .i-menu__unit03 {
  position: relative;
}
#i-menu .i-menu__wrap .i-menu__container .i-menu__unit01::before,
#i-menu .i-menu__wrap .i-menu__container .i-menu__unit03::before {
  content: "";
  background: url(./img/common/pic01.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 400px;
  height: 400px;
  position: absolute;
  right: 0%;
  top: 10%;
  opacity: 0.1;
}
#i-menu .i-menu__wrap .i-menu__container .i-menu__unit01 .i-menu__box,
#i-menu .i-menu__wrap .i-menu__container .i-menu__unit03 .i-menu__box {
  margin-left: 50px;
}
#i-menu .i-menu__wrap .i-menu__container .i-menu__unit02 {
  position: relative;
}
#i-menu .i-menu__wrap .i-menu__container .i-menu__unit02::before {
  content: "";
  background: url(./img/common/pic01.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 400px;
  height: 400px;
  position: absolute;
  left: 0%;
  top: 10%;
  opacity: 0.1;
  transform: rotate(145deg);
}
#i-menu .i-menu__wrap .i-menu__container .i-menu__unit02 .i-menu__box {
  margin-right: 50px;
}
#i-menu .i-menu__wrap .i-menu__container .i-menu__inner {
  padding: 50px 60px;
  border: 1px solid #fff;
  justify-content: center;
  background: #f7f7f7;
}
#i-menu .i-menu__wrap .i-menu__container .i-menu__inner .i-menu__box {
  width: 55%;
  position: relative;
  z-index: 1;
}
#i-menu .i-menu__wrap .i-menu__container .i-menu__inner .i-menu__box h4 {
  border-bottom: 1px solid #1F1511;
  padding-bottom: 10px;
  font-size: 28px;
  overflow-wrap: break-word;
  word-break: keep-all;
  font-family: ten-mincho, sans-serif;
}
#i-menu .i-menu__wrap .i-menu__container .i-menu__inner .i-menu__box .i-menu__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 40px;
}
#i-menu .i-menu__wrap .i-menu__container .i-menu__inner .i-menu__box .i-menu__price .en {
  font-size: 14px;
}
#i-menu .i-menu__wrap .i-menu__container .i-menu__inner .i-menu__box .i-menu__price .price {
  font-size: 22px;
  margin-left: 0.5em;
}
#i-menu .i-menu__wrap .i-menu__container .i-menu__inner .i-menu__box .i-menu__txt--en {
  font-size: 12px;
}
#i-menu .i-menu__wrap .i-menu__container .i-menu__inner picture {
  width: 45%;
  z-index: 1;
  aspect-ratio: 3/2;
}
#i-menu .i-menu__wrap .i-menu__container .i-menu__inner picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#i-menu .i-menu__wrap .i-menu__btn {
  margin-top: 40px;
}
#i-menu .i-menu__wrap .i-menu__btn .btn01 {
  width: 230px;
}

/* ************************************************************************************************
   about.php
   ************************************************************************************************ */
#res {
  padding: 50px 0 260px;
}
#res .heading-vertical {
  display: flex;
  align-items: flex-start;
}
#res .heading-vertical::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 200px;
  background: #1f1511;
  margin-right: 10px;
}
#res .heading-vertical .res__heading--ja {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: clamp(1.5rem, 1.327rem + 0.77vw, 2.25rem);
  font-weight: normal;
  font-family: ten-mincho, sans-serif;
}
#res .heading-vertical .res__heading--en {
  writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: normal;
}
#res .res__img01 {
  width: 40vw;
}
#res .res__wrap01 {
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
#res .res__wrap01::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(203, 203, 203, 0.3);
  position: absolute;
  top: 0;
  left: calc(-50vw + 50% - 60px);
  transform: translateY(80px);
  z-index: -1;
}
#res .res__wrap01 .res__box {
  width: 50%;
  margin-top: 50px;
  z-index: 10;
}
#res .res__wrap01 .res__box .heading-vertical {
  justify-content: flex-start;
  margin-left: 100px;
}
#res .res__wrap01 .res__box .heading-vertical::before {
  margin-right: 10px;
}
#res .res__wrap01 .res__txt {
  margin: 100px 70px 50px 0;
}
#res .res__wrap01 .res__txt span {
  font-size: 22px;
}
#res .res__wrap02 {
  margin-top: 300px;
  justify-content: flex-start;
  flex-direction: row-reverse;
  position: relative;
  z-index: 1;
}
#res .res__wrap02::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(203, 203, 203, 0.3);
  position: absolute;
  top: 0;
  right: calc(-50vw + 50%);
  transform: translateY(80px);
  z-index: -1;
}
#res .res__wrap02 .res__box {
  margin-left: 60px;
  margin-top: 50px;
  z-index: 10;
}
#res .res__wrap02 .res__box .heading-vertical {
  justify-content: flex-end;
  margin-right: 100px;
}
#res .res__wrap02 .res__box .heading-vertical::before {
  margin-left: 10px;
}
#res .res__wrap02 .res__box .res__txt {
  margin-top: 50px;
}
#res .res__wrap03 {
  margin-top: 300px;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
#res .res__wrap03::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(203, 203, 203, 0.3);
  position: absolute;
  top: 0;
  left: calc(-50vw + 50% - 60px);
  transform: translateY(80px);
  z-index: -1;
}
#res .res__wrap03 .res__box {
  width: 30%;
  margin-top: 50px;
  z-index: 10;
}
#res .res__wrap03 .res__box .heading-vertical {
  justify-content: flex-start;
  margin-left: 100px;
}
#res .res__wrap03 .res__box .heading-vertical::before {
  margin-right: 10px;
}
#res .res__wrap03 .res__news {
  width: 70%;
  margin-top: 200px;
}
#res .res__wrap03 .res__news .news__container {
  width: 100%;
  max-width: 720px;
}
#res .res__wrap03 .res__news .news__container .news__tbl {
  width: 100%;
}
#res .res__wrap03 .res__news .news__container .news__tbl tr {
  border-bottom: 1px solid #1f1511;
}
#res .res__wrap03 .res__news .news__container .news__tbl tr .news__date {
  font-weight: 600;
  padding: 15px 10px;
}
#res .res__wrap03 .res__news .news__container .news__tbl tr .news__ttl a {
  display: block;
  width: 100%;
  padding: 15px 10px;
  transition: all 0.4s;
}
#res .res__wrap03 .res__news .news__container .news__tbl tr .news__ttl a:hover {
  transition: all 0.3s;
  color: #760000;
}
#res .res__wrap03 .res__news .news__container .news__tbl tr .news__category {
  padding: 15px 10px;
  text-align: right;
}
#res .res__wrap03 .res__news .news__container .news__tbl tr .news__category a {
  font-size: 13px;
  color: #1f1511;
  border: 1px solid #1f1511;
  padding: 6px 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  text-align: center;
  transition: all 0.4s;
}
#res .res__wrap03 .res__news .news__container .news__tbl tr .news__category a:hover {
  transition: all 0.3s;
  color: #760000;
  border-color: #760000;
}
#res .res__wrap03 .res__news .news__container .res__news__btn {
  margin-top: 80px;
}

#res-gallery {
  width: 100vw;
}
#res-gallery picture {
  width: 33.3333333333%;
  height: auto;
  transition: all 0.6s;
  filter: grayscale(30%) saturate(120%);
}
#res-gallery picture:hover {
  filter: grayscale(0%) saturate(100%);
}

#access {
  background-image: url(img/common/bg.jpg);
  padding: 200px 0 280px;
}
@media screen and (max-width: 560px) {
  #access {
    background-image: url(img/common/bg_sp.jpg);
    background-size: contain;
  }
}
#access .access__inner {
  position: relative;
  z-index: 1;
}
#access .access__inner::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: rgba(203, 203, 203, 0.3);
  position: absolute;
  top: 0;
  left: calc(-50vw + 50%);
  transform: translateY(50px);
  z-index: -1;
}
#access .access__heading-vertical {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#access .access__heading-vertical::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 200px;
  background: #1f1511;
  margin-right: 10px;
}
#access .access__heading-vertical .access__heading-vertical--ja {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: normal;
  font-size: clamp(1.5rem, 1.327rem + 0.77vw, 2.25rem);
}
#access .access__heading-vertical .access__heading-vertical--en {
  writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: normal;
}
#access .access__wrap {
  margin-top: 80px;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
#access .access__wrap table {
  width: 60%;
}
#access .access__wrap table tr {
  border-bottom: 1px solid #fff;
}
#access .access__wrap table tr th,
#access .access__wrap table tr td {
  padding: 15px 10px;
}
#access .access__wrap table tr th {
  width: 20%;
}
#access .access__wrap table a {
  text-decoration: underline;
}
#access .access__wrap .access__map {
  width: 40%;
  filter: grayscale(0.5);
}

/************** 画像スライダー **************/
.res__slider {
  width: 65%;
  margin: 200px 50px 0 0;
}

.slideshow-container {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  /* Next & previous buttons */
}
.slideshow-container .slide {
  display: none;
}
.slideshow-container .slide img {
  width: 100%;
  vertical-align: middle;
}
.slideshow-container .prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
}
.slideshow-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}
.slideshow-container .prev-arrow,
.slideshow-container .next-arrow {
  position: relative;
  display: inline-block;
  transition: 0.6s ease;
}
.slideshow-container .prev-arrow:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-135deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.slideshow-container .next-arrow:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* インジケータ（ドット） */
.dot-container {
  text-align: center;
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.dot-container .dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dot-container .dot.active, .dot-container .dot:hover {
  background-color: #717171;
}

/* フェードアニメーション */
.fade {
  animation-name: fade;
  animation-duration: 1.8s;
  animation-timing-function: ease;
}
@keyframes fade {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}

/* ************************************************************************************************
  menu.php
  ************************************************************************************************ */
#about-menu {
  padding: 50px 0 250px;
}
#about-menu .about-menu__box {
  z-index: 10;
  background: rgba(203, 203, 203, 0.3);
  padding: 60px;
}
#about-menu .about-menu__box .about-menu__heading {
  font-size: clamp(1.5rem, 1.327rem + 0.77vw, 2.25rem);
  word-break: keep-all;
  overflow-wrap: break-word;
  font-family: ten-mincho, sans-serif;
}
#about-menu .about-menu__box .about-menu__txt {
  margin-top: 30px;
}
#about-menu .about-menu__box .about-menu__btn {
  margin-top: 50px;
}
#about-menu .about-menu__wrap01 {
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
}
#about-menu .about-menu__wrap01 .about-menu__box {
  margin-right: -60px;
  padding-right: 120px;
  width: 60%;
}
#about-menu .about-menu__wrap02 {
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
}
#about-menu .about-menu__wrap02 .about-menu__box {
  margin-left: -60px;
  padding-left: 120px;
  width: 60%;
}
#about-menu .about-menu__wrap03 {
  justify-content: center;
  align-items: center;
}
#about-menu .about-menu__wrap03 .about-menu__box {
  margin-right: -60px;
  padding-right: 120px;
  width: 60%;
}
#about-menu .about-menu__wrap03 .about-menu__box .about-menu__plan-list {
  margin-top: 30px;
}
#about-menu .about-menu__wrap03 .about-menu__box .about-menu__plan-list li {
  margin-bottom: 1rem;
  padding: 1rem;
  background: rgba(203, 203, 203, 0.3);
}
#about-menu .about-menu__wrap03 .about-menu__box .about-menu__plan-list li h3 {
  border-bottom: 1px solid #1F1511;
  margin-bottom: 0.5em;
  line-height: 2.2;
  font-weight: normal;
}
#about-menu .about-menu__wrap03 .about-menu__box .about-menu__plan-list li p span {
  font-size: 22px;
  margin-right: 0.5em;
}
#about-menu .about-menu__wrap03 .about-menu__box .about-menu__txt--en {
  font-size: 12px;
}
#about-menu picture {
  position: relative;
  z-index: 11;
  width: 40%;
}
#about-menu .about-menu__link {
  margin-top: 120px;
  justify-content: center;
}
#about-menu .about-menu__link .btn01 {
  margin: 0 30px;
  width: 240px;
}

.menu {
  background-image: url(img/common/bg.jpg);
  padding: 110px 0 70px;
}
@media screen and (max-width: 560px) {
  .menu {
    background-image: url(img/common/bg_sp.jpg);
    background-size: contain;
  }
}
.menu .menu__wrap {
  margin-top: 80px;
  justify-content: space-between;
}
.menu .menu__wrap .menu__container {
  width: 47%;
}
.menu .menu__wrap .menu__container .menu__list {
  margin-bottom: 80px;
}
.menu .menu__wrap .menu__container .menu__list h4 {
  font-size: 20px;
  border-top: 3px double #1F1511;
  border-bottom: 3px double #1F1511;
  padding: 5px 10px;
}
.menu .menu__wrap .menu__container .menu__list table {
  margin-top: 20px;
  width: 100%;
}
.menu .menu__wrap .menu__container .menu__list table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.menu .menu__wrap .menu__container .menu__list table tr th,
.menu .menu__wrap .menu__container .menu__list table tr td {
  padding: 10px;
}
.menu .menu__wrap .menu__container .menu__list table tr th {
  width: 78%;
}
.menu .menu__wrap .menu__container .menu__list table tr td {
  text-align: right;
}
.menu .menu__note {
  text-align: center;
  margin-bottom: 60px;
}

/* ************************************************************************************************
  news
  ************************************************************************************************ */
.news {
  padding: 60px 0 130px;
}
.news .news__wrap {
  justify-content: space-between;
}
.news .news__wrap .news__container {
  width: 70%;
  max-width: 720px;
}
.news .news__wrap .news__container .category__ttl {
  margin-bottom: 40px;
}
.news .news__wrap .news__container .category__ttl h3 {
  font-size: 24px;
  border-top: 1px solid #1F1511;
  border-bottom: 1px solid #1F1511;
  padding: 0 10px;
}
.news .news__wrap .news__container .news__tbl {
  width: 100%;
}
.news .news__wrap .news__container .news__tbl tr {
  border-bottom: 1px solid #1f1511;
}
.news .news__wrap .news__container .news__tbl tr .news__date {
  font-weight: 600;
  padding: 15px 10px;
}
.news .news__wrap .news__container .news__tbl tr .news__ttl a {
  display: block;
  width: 100%;
  padding: 15px 10px;
  transition: all 0.4s;
}
.news .news__wrap .news__container .news__tbl tr .news__ttl a:hover {
  transition: all 0.3s;
  color: #760000;
}
.news .news__wrap .news__container .news__tbl tr .news__category {
  padding: 15px 10px;
  text-align: right;
}
.news .news__wrap .news__container .news__tbl tr .news__category a {
  font-size: 13px;
  color: #1f1511;
  border: 1px solid #1f1511;
  padding: 6px 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  text-align: center;
  transition: all 0.4s;
}
.news .news__wrap .news__container .news__tbl tr .news__category a:hover {
  transition: all 0.3s;
  color: #760000;
  border-color: #760000;
}
.news .news__wrap .news__container .single__heading {
  border-bottom: 1px solid #1f1511;
  padding: 10px;
}
.news .news__wrap .news__container .single__heading .single__date {
  display: inline-block;
  color: #1f1511;
  margin-right: 20px;
  vertical-align: middle;
}
.news .news__wrap .news__container .single__heading .single__category {
  display: inline-block;
}
.news .news__wrap .news__container .single__heading .single__category .post-categories li {
  display: inline-block;
  margin: 0 5px;
}
.news .news__wrap .news__container .single__heading .single__category a {
  font-size: 13px;
  color: #1f1511;
  border: 1px solid #1f1511;
  padding: 6px 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  text-align: center;
  transition: all 0.4s;
}
.news .news__wrap .news__container .single__heading .single__category a:hover {
  transition: all 0.3s;
  color: #760000;
  border-color: #760000;
}
.news .news__wrap .news__container .single__heading .single__ttl {
  font-size: 19px;
  margin-top: 15px;
  font-weight: 600;
}
.news .news__wrap .news__container .single__thumbnail {
  margin: 50px 0;
}
.news .news__wrap .news__container .single__thumbnail img {
  height: auto;
}
.news .news__wrap .news__container .single__content img {
  height: auto;
}
.news .news__wrap .news__sidebar {
  width: 26%;
  max-width: 260px;
}
.news .news__wrap .news__sidebar .news__category .news__category__ttl {
  background: rgba(118, 0, 0, 0.8);
  padding: 20px;
  color: #fff;
}
.news .news__wrap .news__sidebar .news__category .news__sidebar__list .news__sidebar__item {
  background: rgba(203, 203, 203, 0.3);
}
.news .news__wrap .news__sidebar .news__category .news__sidebar__list .news__sidebar__item:first-child {
  border-bottom: 1px dotted rgba(118, 0, 0, 0.8);
}
.news .news__wrap .news__sidebar .news__category .news__sidebar__list .news__sidebar__item .news__sidebar__link {
  padding: 15px 20px;
  display: block;
}
.news .news__wrap .news__sidebar .news__category .news__sidebar__list .news__sidebar__item .news__sidebar__link:hover {
  color: #760000;
}
.news .news__wrap .news__sidebar .news__archive {
  text-align: center;
}
.news .news__wrap .news__sidebar .news__archive .news__archive__ttl {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}
.news .news__wrap .news__sidebar .news__archive .news__line {
  display: inline-block;
}
.news .news__wrap .news__sidebar .news__archive select {
  width: 100%;
  height: 35px;
  background: rgba(255, 255, 255, 0.8);
  max-width: 244px;
  border: 1px solid #1F1511;
  margin-top: 10px;
  appearance: auto;
}
.news .news__wrap .news__sidebar .news__sidebar__btn {
  text-align: center;
  margin-top: 50px;
}
.news .news__wrap .news__sidebar .news__sidebar__btn .btn01 {
  font-size: 16px;
  width: 190px;
  height: 55px;
  line-height: 55px;
}

/*ページネーション*/
.pagination {
  margin-top: 30px;
}
.pagination .page-numbers {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers li {
  font-size: 16px;
  margin: 0 10px;
}
.pagination .page-numbers li .current {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.pagination .page-numbers li a {
  transition: all 0.4s;
}
.pagination .page-numbers li a:hover {
  color: #760000;
  transition: all 0.3s;
}

.nav-below {
  margin-top: 50px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-below a {
  font-size: 15px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #1F1511;
  display: inline-block;
  margin: 0 30px;
  text-align: center;
  transition: all 0.4s;
}
.nav-below a:hover {
  color: #760000;
  border-color: #760000;
  transition: all 0.3s;
}
.nav-below .nav-home {
  width: 180px;
}

/* ************************************************************************************************
  reserve.php
  ************************************************************************************************ */
#reserve {
  padding: 50px 0 250px;
}
#reserve .reserve__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#reserve .reserve__heading::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #1f1511;
  margin-right: 10px;
}
#reserve .reserve__heading .reserve__heading--ja {
  word-break: keep-all;
  overflow-wrap: break-word;
  font-weight: normal;
  font-size: clamp(1.5rem, 1.327rem + 0.77vw, 2.25rem);
  font-family: ten-mincho, sans-serif;
}
#reserve .reserve__heading .reserve__heading--en {
  font-size: 14px;
  color: #760000;
}
#reserve .reserve__box {
  padding: 60px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#reserve .reserve__box::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(203, 203, 203, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#reserve .reserve__box .reserve__heading {
  font-size: 36px;
}
#reserve .reserve__box .reserve__img {
  margin-top: 50px;
}
#reserve .reserve__box .reserve__img img {
  width: 65%;
}
#reserve .reserve__box .reserve__link {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
#reserve .reserve__wrap01 {
  margin-bottom: 120px;
}

/* ************************************************************************************************
  gallery
  ************************************************************************************************ */
#gallery {
  padding: 50px 0 230px;
}
#gallery .gallery__wrap {
  justify-content: space-between;
  flex-wrap: wrap;
}
#gallery .gallery__wrap .gallery__item {
  width: 32%;
  margin-bottom: 2%;
  overflow: hidden;
  position: relative;
}
#gallery .gallery__wrap .gallery__item::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#gallery .gallery__wrap .gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  filter: grayscale(30%) saturate(120%);
}
#gallery .gallery__wrap .gallery__item img:hover {
  transform: scale(1.2);
  transition: all 0.4s;
  filter: grayscale(0%) saturate(100%);
}
#gallery .s-gallery__wrap .s-gallery__thumbnail {
  text-align: center;
}
#gallery .s-gallery__wrap .s-gallery__thumbnail img {
  width: 100%;
  max-width: 70%;
  height: auto;
}
#gallery .s-gallery__wrap p.s-gallery__ttl {
  margin-top: 60px;
}
#gallery .s-gallery__wrap .nav-below a {
  width: 120px;
}
#gallery .s-gallery__wrap .nav-below .nav-home {
  width: 170px;
}

/* ************************************************************************************************
  reserve
  ************************************************************************************************ */
.reserve {
  padding-bottom: 100px;
}
.reserve .cf7-table {
  border-collapse: separate;
  border-spacing: 20px;
  height: 100%;
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
}
.reserve .cf7-table_tr--th {
  padding: 10px;
  text-align: right;
  width: 30%;
  vertical-align: middle;
}
.reserve .cf7-table_tr--th--required {
  background: #9D2419;
  border-radius: 5px;
  color: #fff;
  margin-left: 10px;
  padding: 5px;
}
.reserve .cf7-table_tr--td {
  border-bottom: 1px solid #fff;
  padding: 10px;
  width: 70%;
}
.reserve .cf7-ckbox {
  margin-bottom: 3rem;
  text-align: center;
}
.reserve .cf7-btn {
  text-align: center;
}
.reserve .content_cf7-policy {
  background: #fff;
  height: 100%;
  max-height: 395px;
  max-width: 825px;
  width: 100%;
  margin: 3rem auto;
  padding: 2rem;
  overflow-y: auto;
}
.reserve .content_cf7-policy--ttl {
  font-size: 22px;
  text-align: center;
  margin-bottom: 1.75rem;
}
.reserve .content_cf7-policy--subttl {
  font-size: 18px;
}
.reserve .content_cf7-policy--txt {
  margin-bottom: 1.5rem;
}

.wpcf7 .wpcf7-submit {
  font-size: 17px;
  color: #271507;
  width: 200px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #271507;
  display: inline-block;
  text-align: center;
  transition: all 0.4s;
  margin-left: 4rem;
}

.wpcf7 .wpcf7-submit:hover {
  letter-spacing: 0.15em;
  transition: all 0.3s;
  color: #9D2419;
  border-color: #9D2419;
}

/* ************************************************************************************************
   微調整
   ************************************************************************************************ */
/*Edge調整*/
@supports (-ms-ime-align: auto) {
  #i-gallery .i-gallery__wrap .i-gallery__item {
    width: 16.6%;
  }
  .about-menu__wrap02 .about-menu__img {
    max-width: 600px;
    width: 100%;
  }
  #course {
    padding: 110px 0 0;
  }
}
@media screen and (max-width: 1870px) {
  /***** index.php @1870px *****/
  #i-about .i-about__wrap01 .i-about__container02 img {
    margin-right: 4vw;
  }
  #i-about .i-about__wrap02 .i-about__container img {
    margin-left: 4vw;
  }
  #i-about .i-about__wrap03 .i-about__container img {
    margin-right: 4vw;
  }
  /***** about.php @1870px *****/
  .res__img01 {
    width: 33vw;
  }
  .res__img02 {
    width: 20.2vw;
  }
  #res .res__wrap01 .res__box .res__txt {
    margin: 50px 3.7vw 50px 0;
    padding-left: 90px;
  }
}
@media screen and (max-width: 1720px) {
  .i-about__img04 {
    width: 45vw;
  }
}
@media screen and (max-width: 1536px) {
  /***** index.php @1536px *****/
  #main .main__wrap .main__logo {
    width: 28%;
    text-align: center;
  }
  /***** about.php @1536px *****/
  #access .access__wrap .access__map {
    width: 47%;
  }
}
@media screen and (max-width: 1440px) {
  /***** about.php @1440px *****/
  #access .access__wrap table tr th {
    width: 25%;
  }
}
@media screen and (max-width: 1366px) {
  /***** index.php @1366px *****/
  #i-about .i-about__txt {
    font-size: 18px;
  }
  /***** about.php @1366px *****/
  .res__img01 {
    width: 35vw;
  }
  .res__img02 {
    width: 22vw;
  }
}
@media screen and (max-width: 1280px) {
  /***** index.php @1280px *****/
  @supports (-ms-ime-align: auto) {
    .bg-movie {
      width: auto;
      height: 100%;
    }
  }
}
/* ************************************************************************************************
   1025px
   ************************************************************************************************ */
@media screen and (max-width: 1025px) {
  /***** index.php @1025px *****/
  #i-about {
    padding: 90px 0 170px;
  }
  #i-about .i-about__txt {
    font-size: 16px;
  }
  #i-about .i-about__wrap01 .i-about__container02 {
    margin-top: 100px;
  }
  #i-about .i-about__wrap02 {
    margin-top: 100px;
  }
  #i-about .i-about__wrap02 .i-about__container .i-about__box .i-about__txt {
    padding-left: 0;
  }
  #i-about .i-about__wrap03 {
    margin-top: 100px;
  }
  .i-about__img05 {
    width: 34.5vw;
  }
  .i-about__bg {
    height: 450px;
    background-attachment: scroll;
  }
  #i-news {
    padding: 80px 0;
  }
  #i-news .i-news__tbl {
    margin: 50px auto 60px;
  }
  #i-menu {
    padding: 80px 0 90px;
  }
  #i-menu .i-menu__wrap {
    margin-top: 70px;
  }
  #i-menu .i-menu__wrap .i-menu__container {
    margin: 50px auto 0;
    padding: 7px;
  }
  #i-menu .i-menu__wrap .i-menu__container .i-menu__inner {
    padding: 40px 50px;
  }
  #i-menu .i-menu__wrap .i-menu__btn {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  /***** about.php @1025px *****/
  #res {
    padding: 50px 0 180px;
  }
  #res .res__wrap01 {
    justify-content: center;
  }
  #res .res__wrap01 .res__box {
    padding-left: 0;
  }
  #res .res__wrap01 .res__box .res__txt {
    margin: 40px 3.7vw 40px 0;
    padding-left: 0;
  }
  #res .res__wrap02 .res__box .res__txt {
    margin-top: 40px;
  }
  #access {
    padding: 160px 0 200px;
  }
  #access .access__wrap {
    margin-top: 60px;
    padding-left: 0;
  }
  #access .access__wrap table tr th {
    width: 26%;
  }
  /***** menu.php @1025px *****/
  #about-menu {
    padding: 50px 0 110px;
  }
  #about-menu .about-menu__wrap01,
  #about-menu .about-menu__wrap02 {
    margin-bottom: 90px;
  }
  #about-menu .about-menu__wrap01 .about-menu__box,
  #about-menu .about-menu__wrap03 .about-menu__box {
    margin-right: -60px;
  }
  #about-menu .about-menu__link {
    margin-top: 90px;
  }
  #about-menu .about-menu__wrap01 .about-menu__box .about-menu__txt,
  #about-menu .about-menu__wrap02 .about-menu__box .about-menu__txt {
    width: 95%;
  }
  .menu {
    padding: 90px 0 50px;
  }
  .menu .menu__wrap {
    margin-top: 70px;
  }
  .menu .menu__wrap .menu__container {
    width: 50%;
  }
  .menu .menu__wrap .menu__container .menu__list {
    margin-bottom: 70px;
  }
  .menu .menu__wrap .menu__container .menu__list h4 {
    font-size: 18px;
  }
  /***** index.php(WP) @1025px *****/
  .news {
    padding: 50px 0 110px;
  }
  .news .news__wrap .news__container {
    width: 74%;
  }
  .news .news__wrap .news__sidebar {
    width: 23%;
  }
  .news .news__wrap .news__container .single__thumbnail {
    margin: 40px 0;
  }
  .nav-below {
    margin-top: 40px;
  }
  /***** gallery(WP) @1025px *****/
  #gallery {
    padding: 50px 0 110px;
  }
  #gallery .gallery__wrap {
    width: 90%;
    margin: 0 auto;
  }
}
/* ************************************************************************************************
   960px
   ************************************************************************************************ */
@media screen and (max-width: 960px) {
  /***** index.php @960px *****/
  #main .main__wrap h2 img {
    width: 40vw;
  }
  #i-about .i-about__wrap01 .i-about__container01 .i-about__container01__message {
    flex-direction: column-reverse;
    gap: 60px;
    padding-left: 0;
    margin-top: 60px;
  }
  #i-about .i-about__wrap01 .i-about__container01 .i-about__container01__message img {
    margin-left: 0;
    max-width: 260px;
  }
  #i-about .i-about__wrap01 .i-about__container01 .i-about__container01__message .i-about__box h3 {
    font-size: 22px;
  }
  #i-about .i-about__wrap01 .i-about__container02,
  #i-about .i-about__wrap03 .i-about__container {
    flex-direction: column;
    gap: 80px;
    margin-top: 0;
  }
  #i-about .i-about__wrap01 .i-about__container02 .i-about__box {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  #i-about .i-about__wrap01 .i-about__container02 .i-about__box::before,
  #i-about .i-about__wrap03 .i-about__container .i-about__box::before {
    left: auto;
    right: 0;
  }
  #i-about .i-about__wrap01 .i-about__container02 img {
    margin-right: 0;
    margin-top: 50px;
    align-self: flex-end;
  }
  #i-about .i-about__wrap01 .i-about__container02::before {
    width: 400px;
    height: 400px;
    left: 0;
    right: auto;
  }
  #i-about .i-about__wrap02 .i-about__container,
  #i-about .i-about__wrap04 .i-about__container {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 80px;
  }
  #i-about .i-about__wrap02 .i-about__container::before {
    width: 300px;
    height: 300px;
    top: 50%;
    right: 0%;
    left: auto;
  }
  #i-about .i-about__wrap02 .i-about__container picture,
  #i-about .i-about__wrap04 .i-about__container picture {
    text-align: right;
  }
  #i-about .i-about__wrap02 .i-about__container .i-about__box,
  #i-about .i-about__wrap04 .i-about__container .i-about__box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  #i-about .i-about__wrap02 .i-about__container .i-about__box::before,
  #i-about .i-about__wrap04 .i-about__container .i-about__box::before {
    left: 0%;
    right: auto;
  }
  #i-about .i-about__wrap02 .i-about__container .i-about__box .i-about__pic {
    width: 16vw;
  }
  #i-about .i-about__wrap02 .i-about__container .i-about__box .i-about__pic {
    margin-right: 0;
  }
  #i-about .i-about__wrap02 .i-about__container img {
    margin-left: 0;
  }
  #i-about .i-about__wrap03 .i-about__container {
    flex-direction: column;
    align-items: center;
  }
  #i-about .i-about__wrap03 .i-about__container::before {
    width: 300px;
    height: 300px;
    left: 0;
    top: 60%;
    right: auto;
  }
  #i-about .i-about__wrap03 .i-about__container img {
    margin-right: 0;
  }
  #i-about .i-about__wrap03 .i-about__container .i-about__box {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .i-about__wrap04 .i-about__container img {
    margin-left: 0;
  }
  .i-about__img01,
  .i-about__img04 {
    width: 80%;
  }
  .i-about__img02,
  .i-about__img03,
  .i-about__img05 {
    width: 60%;
  }
  #i-gallery .i-gallery__wrap .i-gallery__item {
    width: 25%;
  }
  #i-menu .i-menu__wrap .i-menu__container .i-menu__inner {
    padding: 40px 30px;
    flex-direction: column;
  }
  #i-menu .i-menu__wrap .i-menu__container .i-menu__inner__flex {
    flex-direction: column;
  }
  #i-menu .i-menu__wrap .i-menu__container .i-menu__inner .i-menu__box h4 {
    font-size: 24px;
  }
  #i-menu .i-menu__wrap .i-menu__container .i-menu__inner .i-menu__box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
  }
  #i-menu .i-menu__wrap .i-menu__container .i-menu__unit01::before,
  #i-menu .i-menu__wrap .i-menu__container .i-menu__unit02::before,
  #i-menu .i-menu__wrap .i-menu__container .i-menu__unit03::before {
    top: 50%;
  }
  #i-menu .i-menu__wrap .i-menu__container .i-menu__inner picture {
    width: 100%;
  }
  /***** about.php @960px *****/
  #res {
    padding: 0 0 200px;
  }
  #res .res__wrap01 {
    flex-direction: column;
    align-items: flex-end;
  }
  #res .res__wrap02 {
    flex-direction: column;
    align-items: flex-end;
  }
  #res .res__wrap03 {
    flex-direction: column;
  }
  #res .res__wrap01::before,
  #res .res__wrap02::before,
  #res .res__wrap03::before {
    width: 100vw;
    left: calc(-50vw + 50%);
  }
  #res .res__wrap03::before {
    width: 100vw;
  }
  #res .res__wrap01 .res__box {
    width: 100%;
  }
  #res .res__wrap02 .res__box {
    margin-left: 0;
    width: 100%;
  }
  #res .res__wrap03 .res__box {
    width: 100%;
  }
  #res .res__wrap01 .res__box .res__heading {
    width: 100%;
  }
  #res .res__wrap01 .res__box .res__txt {
    text-align: left;
    width: 80%;
    margin: 50px auto;
  }
  #res .res__img01 {
    width: 100%;
    margin-bottom: 30px;
  }
  .res__slider {
    width: 100%;
    margin: 100px 0 0;
  }
  #res .res__wrap03 .res__news .news__container .news__tbl {
    max-width: 100%;
  }
  #res .res__wrap03 .res__news {
    width: 100%;
    margin-top: 100px;
  }
  .res__img02 {
    width: 30%;
    margin-bottom: 30px;
  }
  #res-gallery .res-gallery__wrap {
    flex-wrap: wrap;
  }
  #res-gallery picture {
    width: 50%;
  }
  #res-gallery picture:first-of-type {
    width: 100%;
  }
  #access .access__wrap {
    flex-direction: column;
  }
  #access .access__wrap .access__map {
    width: 90%;
    margin: 0 auto;
  }
  #access .access__wrap table {
    width: 90%;
    margin: 0 auto;
  }
  /***** menu.php @960px *****/
  #about-menu {
    padding: 0 0 110px;
  }
  #about-menu .about-menu__wrap01,
  #about-menu .about-menu__wrap03 {
    flex-direction: column;
    align-items: flex-start;
  }
  #about-menu .about-menu__wrap01 .about-menu__box,
  #about-menu .about-menu__wrap03 .about-menu__box {
    margin-right: 0;
    padding-right: 60px;
    width: 100%;
  }
  #about-menu .about-menu__wrap02 {
    flex-direction: column-reverse;
  }
  #about-menu .about-menu__wrap02 .about-menu__box {
    margin-left: 0;
    padding-left: 60px;
    width: 100%;
  }
  #about-menu .about-menu__wrap01 .about-menu__box .about-menu__txt,
  #about-menu .about-menu__wrap03 .about-menu__box .about-menu__txt {
    width: 100%;
  }
  #about-menu .about-menu__wrap02 {
    align-items: flex-end;
  }
  #about-menu picture {
    width: 100%;
    margin-bottom: 30px;
  }
  #about-menu .about-menu__box {
    width: 100%;
  }
  #about-menu .about-menu__link {
    justify-content: space-between;
  }
  #about-menu .about-menu__link .btn01 {
    width: 220px;
    margin: 0;
  }
  .menu .menu__wrap {
    flex-direction: column;
    align-items: center;
  }
  .menu .menu__wrap .menu__container {
    width: 80%;
    margin-top: 50px;
  }
  .menu .menu__wrap .menu__container .menu__list {
    margin-bottom: 60px;
  }
  /***** about.php @960px *****/
  #reserve .reserve__box {
    padding: 30px;
  }
  /***** index.php(WP) @960px *****/
  .news {
    padding: 0 0 110px;
  }
  .news .news__wrap {
    flex-direction: column;
    align-items: center;
  }
  .news .news__wrap .news__container {
    width: 95%;
  }
  .news .news__wrap .news__sidebar {
    margin-top: 80px;
    max-width: 720px;
    width: 100%;
    text-align: center;
  }
  .news .news__wrap .news__sidebar .news__sidebar__bnr {
    display: inline-block;
    margin: 0 10px;
    width: 30%;
  }
  .news .news__wrap .news__sidebar .news__archive .news__line {
    display: block;
    margin: 0 auto;
    width: 260px;
  }
  #i-news .i-news__tbl {
    width: 100%;
  }
  /***** gallery(WP) @960px *****/
  #gallery {
    padding: 0 0 110px;
  }
}
/* ************************************************************************************************
   560px
   ************************************************************************************************ */
@media screen and (max-width: 559px) {
  /***** index.php @560px *****/
  #main .main__wrap h2 img {
    width: 63vw;
  }
  #i-about {
    padding: 60px 0 160px;
  }
  .i-about__img01,
  .i-about__img04 {
    width: 100%;
  }
  .i-about__img02,
  .i-about__img03,
  .i-about__img05 {
    width: 77%;
  }
  #i-about .i-about__wrap01 .i-about__container01 .i-about__container01__message .i-about__box h3 {
    font-weight: normal;
    font-size: 20px;
    margin-left: 1em;
    line-height: 2;
  }
  #i-about .i-about__wrap01 .i-about__container01 .i-about__container01__message .i-about__box p {
    line-height: 2.4;
  }
  #i-about .i-about__wrap01 .i-about__container02 .i-about__box::before,
  #i-about .i-about__wrap02 .i-about__container .i-about__box::before,
  #i-about .i-about__wrap03 .i-about__container .i-about__box::before,
  #i-about .i-about__wrap04 .i-about__container .i-about__box::before {
    width: 250px;
    height: 250px;
    transform: translateY(-35%);
  }
  #i-about .i-about__wrap01 .i-about__container02,
  #i-about .i-about__wrap02 .i-about__container,
  #i-about .i-about__wrap03 .i-about__container,
  #i-about .i-about__wrap04 .i-about__container {
    gap: 60px;
  }
  #i-about .i-about__wrap02 {
    margin-top: 80px;
  }
  #i-about .i-about__wrap03 {
    margin-top: 80px;
  }
  #i-about .i-about__wrap03 {
    margin-top: 80px;
  }
  .i-about__bg {
    height: 35vh;
    background-position: bottom;
  }
  #i-news {
    padding: 60px 0;
  }
  #i-news .i-news__tbl {
    margin: 30px auto;
  }
  #i-news .i-news__tbl th,
  #i-news .i-news__tbl td {
    display: block;
    width: 100%;
  }
  #i-news .i-news__tbl th {
    font-size: 13px;
    padding: 10px 10px 0;
  }
  #i-news .i-news__tbl td {
    padding: 0 10px 10px;
  }
  #i-gallery .i-gallery__wrap .i-gallery__item {
    width: 33.3333333333%;
  }
  #i-menu {
    padding: 60px 0 70px;
  }
  #i-menu .i-menu__wrap {
    margin-top: 0;
  }
  #i-menu .i-menu__wrap .i-menu__container {
    margin: 40px auto 0;
    border-width: 1px;
  }
  #i-menu .i-menu__wrap .i-menu__container .i-menu__unit01::before {
    width: 300px;
    height: 300px;
  }
  #i-menu .i-menu__wrap .i-menu__container .i-menu__unit02::before {
    width: 300px;
    height: 300px;
  }
  #i-menu .i-menu__wrap .i-menu__container .i-menu__unit03::before {
    width: 300px;
    height: 300px;
  }
  #i-menu .i-menu__wrap .i-menu__container .i-menu__inner {
    justify-content: flex-start;
    flex-direction: column;
    padding: 30px 15px;
    border-width: 1px;
  }
  #i-menu .i-menu__wrap .i-menu__container .i-menu__inner .i-menu__box {
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  #i-menu .i-menu__wrap .i-menu__container .i-menu__inner .i-menu__box h4 {
    text-align: center;
    margin: 20px auto;
    font-size: 22px;
  }
  #i-menu .i-menu__wrap .i-menu__btn {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  /***** about.php @560px *****/
  #res {
    padding: 0 0 230px;
  }
  #res .res__wrap01 {
    padding-right: 0;
    align-items: flex-start;
  }
  #res .res__wrap02 {
    padding-left: 0;
    align-items: center;
  }
  #res .res__wrap01 .res__box .res__heading,
  #res .res__wrap03 .res__box .res__heading {
    margin-left: 0;
    justify-content: center;
  }
  #res .res__wrap02 .res__box .res__heading {
    margin-right: 0;
    justify-content: center;
  }
  #res .res__wrap01 .res__box {
    text-align: left;
  }
  #res__img01 {
    width: 85%;
    margin-bottom: 20px;
  }
  #res .res__wrap01 .res__box {
    width: 100%;
  }
  #res .res__wrap01 .res__box .res__txt {
    margin: 80px 0 40px;
    width: 100%;
  }
  #res .res__wrap01 .res__box .btn01 {
    width: 210px;
  }
  #res .res__wrap02,
  #res .res__wrap03 {
    margin-top: 200px;
  }
  #res .res__wrap02 .res__box .res__txt {
    margin-top: 20px;
  }
  .res__img02 {
    width: 50%;
    margin-bottom: 20px;
  }
  .res__slider {
    margin-top: 80px;
  }
  .dot-container {
    padding: 10px;
  }
  #res .res__wrap03 .res__news {
    margin-top: 80px;
  }
  #res .res__wrap03 .res__news .news__container .news__tbl th,
  #res .res__wrap03 .res__news .news__container .news__tbl td {
    display: block;
    width: auto;
  }
  #res .res__wrap03 .res__news .news__container .res__news__btn {
    text-align: center;
  }
  #access {
    padding: 200px 0 180px;
  }
  #access .access__wrap {
    margin-top: 40px;
  }
  #access .access__wrap table {
    width: 95%;
  }
  #access .access__wrap table tr th,
  #access .access__wrap table tr td {
    display: block;
    width: 100%;
  }
  #access .access__wrap table tr th {
    text-align: center;
    font-weight: 600;
    padding-bottom: 0;
  }
  /***** menu.php @560px *****/
  #about-menu {
    padding: 0 0 70px;
  }
  #about-menu .about-menu__wrap01 {
    padding-left: 0;
    margin-bottom: 70px;
  }
  #about-menu .about-menu__wrap01 .about-menu__box,
  #about-menu .about-menu__wrap03 .about-menu__box {
    width: 100%;
    padding: 30px;
  }
  #about-menu .about-menu__wrap02 {
    padding-right: 0;
  }
  #about-menu .about-menu__wrap02 .about-menu__box {
    width: 100%;
    padding: 30px;
  }
  #about-menu .about-menu__box .about-menu__txt {
    margin-top: 25px;
  }
  #about-menu .about-menu__link {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  #about-menu .about-menu__link .btn01 {
    width: 200px;
    margin-top: 25px;
  }
  .menu {
    padding: 60px 0 20px;
  }
  .menu .menu__wrap {
    margin-top: 45px;
  }
  .menu .menu__wrap .menu__container {
    margin-top: 30px;
    width: 100%;
  }
  .menu .menu__wrap .menu__container .menu__list {
    margin-bottom: 50px;
  }
  .menu .menu__wrap .menu__container .menu__list h4 {
    font-size: 16px;
  }
  .menu .menu__wrap .menu__container .menu__list table {
    margin-top: 15px;
  }
  .menu .menu__wrap .menu__container .menu__list table tr th {
    width: 75%;
  }
  .menu .menu__note {
    margin-bottom: 50px;
  }
  /***** reserve.php @560px *****/
  #reserve .reserve__box {
    padding: 30px;
  }
  #reserve .reserve__box .reserve__link {
    display: block;
  }
  #reserve .reserve__box .reserve__btn:first-child {
    margin-bottom: 30px;
  }
  #reserve .reserve__box .reserve__img img {
    width: 95%;
  }
  /***** index.php(WP) @560px *****/
  .news {
    padding: 0 0 80px;
  }
  .news .news__wrap .news__container {
    width: 100%;
  }
  .news .news__wrap .news__container .news__tbl tr .news__date,
  .news .news__wrap .news__container .news__tbl tr .news__ttl,
  .news .news__wrap .news__container .news__tbl tr .news__category {
    display: block;
    width: 100%;
  }
  .news .news__wrap .news__container .news__tbl tr .news__date {
    padding: 15px 10px 10px;
  }
  .news .news__wrap .news__container .news__tbl tr .news__ttl a {
    padding: 0 10px;
  }
  .news .news__wrap .news__container .news__tbl tr .news__category {
    padding: 10px 10px 15px;
  }
  .news .news__wrap .news__sidebar .news__sidebar__bnr {
    margin: 0 0 30px;
    width: auto;
  }
  .news .news__wrap .news__sidebar .news__sidebar__btn .btn01 {
    font-size: 15px;
    width: 170px;
    height: 47px;
    line-height: 47px;
  }
  .single .wrap {
    padding: 0 30px;
  }
  .single .news__wrap .news__container {
    width: 100%;
  }
  .news .news__wrap .news__container .single__heading .single__ttl {
    font-size: 17px;
  }
  .news .news__wrap .news__container .single__thumbnail {
    margin: 30px 0;
  }
  .nav-below {
    justify-content: space-around;
  }
  .nav-below a {
    font-size: 12px;
    width: 100px;
    height: 42px;
    line-height: 42px;
    margin: 0;
  }
  .nav-below .nav-home {
    width: 100px;
  }
  .news .news__wrap .news__container .category__ttl {
    margin-bottom: 25px;
  }
  .news .news__wrap .news__container .category__ttl h3 {
    font-size: 20px;
    font-weight: 400;
  }
  /***** gallery(WP) @560px *****/
  #gallery {
    padding: 0 0 80px;
  }
  #gallery .gallery__wrap {
    width: 100%;
  }
  #gallery .wrap {
    padding: 0 20px;
  }
  #gallery .gallery__wrap .gallery__item {
    width: 48%;
  }
  #gallery .s-gallery__wrap .s-gallery__thumbnail img {
    max-width: 90%;
  }
  #gallery .s-gallery__wrap p.s-gallery__ttl {
    margin-top: 40px;
  }
  #gallery .s-gallery__wrap .nav-below a {
    width: 80px;
  }
  #gallery .s-gallery__wrap .nav-below .nav-home {
    width: 130px;
  }
  /***** contact(WP) @560px *****/
  .reserve .cf7-table_tr--th {
    display: block;
    text-align: left;
    padding: 10px 0;
    width: 100%;
  }
  .reserve .cf7-table_tr--td {
    display: block;
    padding: 10px 0;
    width: 100%;
  }
  .reserve .content_cf7-policy--ttl {
    font-size: 18px;
  }
  .reserve .content_cf7-policy--subttl {
    font-size: 16px;
  }
  .reserve .content_cf7-policy--txt {
    font-size: 14px;
  }
}
/* ************************************************************************************************
   360px
   ************************************************************************************************ */
@media screen and (max-width: 360px) {
  #i-about .i-about__txt {
    font-size: 14px;
  }
  .menu .menu__wrap .menu__container .menu__list h4 {
    font-size: 15px;
  }
  .news .news__wrap .news__container .news__tbl tr .news__category a,
  .news .news__wrap .news__container .single__heading .single__category a {
    font-size: 12px;
  }
  .news .news__wrap .news__sidebar .news__sidebar__btn .btn01 {
    font-size: 14px;
    width: 160px;
    height: 45px;
    line-height: 45px;
  }
  .news .news__wrap .news__container .single__heading .single__ttl {
    font-size: 15px;
  }
  #res .res__wrap01 .res__box .res__heading p,
  #res .res__wrap02 .res__box .res__chef .en {
    font-size: 21px;
  }
  .reserve .cf7-table_tr--th,
  .reserve .cf7-table_tr--td {
    width: 90%;
  }
}/*# sourceMappingURL=style.css.map */