@charset "UTF-8";
.clearfix:before, .table-styleA dl:before, .table-styleB dl:before,
.clearfix:after,
.table-styleA dl:after,
.table-styleB dl:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after, .table-styleA dl:after, .table-styleB dl:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix, .table-styleA dl, .table-styleB dl {
  zoom: 1;
}
.clearfix:after, .table-styleA dl:after, .table-styleB dl:after {
  display: block;
  content: "";
  clear: both;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////
flex 設定
//////////////////////////////////　*/
/*　////////////////////////////////
三角形
//////////////////////////////////　*/
/*　////////////////////////////////
矢印
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
/*--余白設定 --*/
.menu-toggle, .menu-toggle span {
  display: inline-block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-toggle {
  position: fixed;
  top: 10px;
  right: 5px;
  width: 50px;
  height: 50px;
  z-index: 120;
  background: #002fa5;
  border: none;
}
.menu-toggle p {
  margin-top: 33px;
  color: #fff;
  letter-spacing: -0.04em;
  font-size: 1.5rem;
}
.menu-toggle span {
  position: absolute;
  left: 15%;
  width: 70%;
  height: 4px;
  background-color: #fff;
  z-index: 120;
}
.menu-toggle span:nth-of-type(1) {
  top: 30%;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}
.menu-toggle span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-toggle span:nth-of-type(3) {
  top: 70%;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
}

.menu-toggle.active {
  opacity: 1;
  border: none;
}
.menu-toggle.active p {
  color: #fff;
}
.menu-toggle.active span {
  background-color: #fff;
}
.menu-toggle.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.menu-toggle.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
  top: 58%;
}

#nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 110;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
#nav .nav_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(2.4rem, 3.68vw, 3.2rem);
  line-height: 1.3;
  font-weight: 400;
  z-index: 10;
  color: #333333;
  padding: 15px;
  margin-bottom: 10px;
}
#nav .nav_title .en_title {
  display: block;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2rem, 3.02vw, 2.6rem);
  font-weight: normal;
}
#nav .nav-logo {
  margin: 30px 0 10px;
  text-align: center;
}
#nav .nav-logo a {
  display: inline-block;
}
#nav .nav-logo img {
  width: 280px;
  height: auto;
  display: inline-block;
}
#nav ul {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-top: 5vh;
}
#nav ul li {
  text-align: center;
  list-style-type: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.6s ease;
  transition: transform 0.8s ease, opacity 0.6s ease, -webkit-transform 0.8s ease;
  will-change: transform, animation, position;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  margin-bottom: 15px;
}
#nav ul li a {
  display: inline-block;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
}
#nav ul li a:hover {
  color: #333333;
}
#nav ul li .nav-reserve {
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 2vw;
  background: #ea5f2f;
  border-radius: 50px;
  width: 200px;
}
#nav ul li .nav-reserve:hover {
  color: #fff;
}
#nav .nav_tel_area {
  text-align: center;
  border-top: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 75vw;
  margin: 40px auto 0;
  padding: 25px 0 0;
  color: #fff;
}
#nav .nav_tel_area .tel_txt {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(3.4rem, 4.7vw, 3.8rem);
  line-height: 1;
}

#nav.active {
  right: 0;
  opacity: 0.98;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
#nav.active li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}

button:focus:not(.focus-visible) {
  outline: none;
}

/*　////////////////////////////////
mixin
//////////////////////////////////　*/
/*
@include css3(transition, 0.5s);
*/
/*　////////////////////////////////
HTML5の場合は値を「false」から「true」にする
//////////////////////////////////　*/
/*　////////////////////////////////
// 汎用クラスを使用するか
//////////////////////////////////　*/
/*　////////////////////////////////
reset
//////////////////////////////////　*/
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

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

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

input, select {
  vertical-align: middle;
}

/*　////////////////////////////////
共通
//////////////////////////////////　*/
html {
  font-size: 62.5%;
}

body {
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-line-break: normal;
  line-break: normal;
  line-height: 1.8;
  font-weight: 300;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
body ul li {
  list-style-type: none;
}

.container, .container-s, .container-xs {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .container-s {
    width: 700px;
  }
  .container-xs {
    width: 680px;
  }
}
@media (min-width: 987px) {
  .container, .inner-container {
    width: 930px;
  }
  .container-s {
    width: 930px;
  }
  .container-xs {
    width: 880px;
  }
}
@media (min-width: 1220px) {
  .container, .inner-container {
    width: 1140px;
  }
  .container-s {
    width: 1000px;
  }
}
@media (min-width: 1460px) {
  .container {
    width: 1380px;
  }
}
/*　////////////////////////////////
改行
//////////////////////////////////　*/
.pc-br {
  display: none;
}
@media (min-width: 480px) {
  .pc-br {
    display: block;
  }
}

@media (min-width: 480px) {
  .sp-br {
    display: none;
  }
}

.tb-br {
  display: none;
}
@media (min-width: 768px) {
  .tb-br {
    display: block;
  }
}

@media (min-width: 768px) {
  .br-tb {
    display: none;
  }
}

.br-tb2 {
  display: none;
}
@media (min-width: 480px) {
  .br-tb2 {
    display: block;
  }
}
@media (min-width: 768px) {
  .br-tb2 {
    display: none;
  }
}

.md-br {
  display: none;
}
@media (min-width: 987px) {
  .md-br {
    display: block;
  }
}

@media (min-width: 987px) {
  .br-md {
    display: none;
  }
}

.lg-br {
  display: none;
}
@media (min-width: 1220px) {
  .lg-br {
    display: block;
  }
}

@media (min-width: 1220px) {
  .br-lg {
    display: none;
  }
}

.xlg-br {
  display: none;
}
@media (min-width: 1500px) {
  .xlg-br {
    display: block;
  }
}

@media (min-width: 1500px) {
  .br-xlg {
    display: none;
  }
}

/*margin 0 auto */
.block-center {
  display: block;
  margin: 0 auto;
}

/*center*/
.center {
  text-align: center;
}

.lg-center {
  text-align: left;
}
@media (min-width: 1220px) {
  .lg-center {
    text-align: center;
  }
}

.md-center {
  text-align: left;
}
@media (min-width: 987px) {
  .md-center {
    text-align: center;
  }
}

.sm-center {
  text-align: left;
}
@media (min-width: 768px) {
  .sm-center {
    text-align: center;
  }
}

/*　////////////////////////////////
画像切り替え
//////////////////////////////////　*/
.pc-img {
  display: none !important;
}

.sp-img {
  display: block !important;
}

@media (min-width: 768px) {
  .pc-img {
    display: block !important;
  }
  .sp-img {
    display: none !important;
  }
}
/*　////////////////////////////////
OP
//////////////////////////////////　*/
@keyframes fadeIn {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
/*　////////////////////////////////
テキストselection
//////////////////////////////////　*/
::-moz-selection {
  background: #002fa5;
  color: #fff;
}
::selection {
  background: #002fa5;
  color: #fff;
}

/*　////////////////////////////////
a
//////////////////////////////////　*/
a:hover, a {
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  color: #3e3a39;
}

a:active {
  text-decoration: none;
}

/*　////////////////////////////////
img
//////////////////////////////////　*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 480px) {
  img {
    max-width: 100%;
  }
}

/*　////////////////////////////////
pagetop
//////////////////////////////////　*/
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.pagetop a {
  background: #002fa5;
  color: #fff;
  width: 60px;
  height: 60px;
  display: inline-block;
  position: relative;
}
.pagetop a:before, .pagetop a:after {
  position: absolute;
  content: "";
  top: 10px;
  width: 1px;
  height: 40px;
  background: #fff;
}
.pagetop a:before {
  left: 34%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.pagetop a:after {
  left: 66%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

/*　////////////////////////////////
YouTube動画スタイル
//////////////////////////////////　*/
.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*　////////////////////////////////
背景色
//////////////////////////////////　*/
.bg-gray {
  background: #f2f2f0;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .bg-gray {
    padding: 80px 0;
  }
}

/*　////////////////////////////////
table
//////////////////////////////////　*/
.table-styleA, .table-styleB {
  border-bottom: 1px solid #007e4a;
}
.table-styleA dl, .table-styleA dt, .table-styleA dd, .table-styleB dl, .table-styleB dt, .table-styleB dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-styleA dl dt, .table-styleA dl dd, .table-styleB dl dt, .table-styleB dl dd {
  border-top: 1px solid #007e4a;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .table-styleA dl dt, .table-styleA dl dd, .table-styleB dl dt, .table-styleB dl dd {
    font-size: 1.6rem;
  }
}
.table-styleA dl dt, .table-styleB dl dt {
  width: 100%;
  float: none;
  padding: 10px 0;
  font-size: 1.6rem;
  margin: 0;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .table-styleA dl dt, .table-styleB dl dt {
    text-align: left;
    width: 230px;
    float: left;
    padding: 20px 0 0 20px;
  }
}
.table-styleA dl dd, .table-styleB dl dd {
  margin-left: 0;
  padding: 10px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .table-styleA dl dd, .table-styleB dl dd {
    margin-left: 230px;
    padding: 20px 0 20px 20px;
  }
}
.table-styleA dl dd:after, .table-styleB dl dd:after {
  content: "";
  display: block;
  clear: both;
}

/*　////////////////////////////////
背景画像指定
//////////////////////////////////　*/
.webp .reservation-bg {
  background-image: url("/img/webp/reservation_bg.webp");
}

.no-webp .reservation-bg {
  background-image: url("/img/reservation_bg.jpg");
}

/*　////////////////////////////////
end　背景画像指定
//////////////////////////////////　*/
body {
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 2.22vw, 1.8rem);
  color: #333333;
  animation: fadeIn 2.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  font-family: "Noto Sans JP", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}
body ul {
  margin: 0;
}
body ul li {
  list-style-type: none;
}
body a span:hover,
body a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

* {
  margin: 0;
  padding: 0;
}

.all-wrapper {
  overflow: hidden;
  /*　////////////////////////////////
  header
  //////////////////////////////////　*/
  /*　////////////////////////////////
  footer
  //////////////////////////////////　*/
  /*--- reservation -----------------------------*/
  /*--- footer -----------------------------*/
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  共通
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /*----- マージン -----*/
  /*----- コンテンツスタイル -----*/
  /*----- ボタンスタイル -----*/
  /*----- 見出しスタイル -----*/
  /*-------- テーブルスタイル ----------*/
  /*-------- リストスタイル ----------*/
  /*-------- ブートスラップ関連 ----------*/
}
.all-wrapper .main-nav .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.all-wrapper .main-nav .nav_list li:not(:last-child) {
  margin-right: 2.2vw;
}
.all-wrapper .main-nav .nav_list li a {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}
.all-wrapper .main-nav .nav_list li a:hover {
  color: #002fa5;
}
@media (min-width: 1220px) {
  .all-wrapper .main-nav .nav_list li:not(:last-child) {
    margin-right: 3vw;
  }
  .all-wrapper .main-nav .nav_list li a {
    font-size: 1.6rem;
  }
}
@media (min-width: 1500px) {
  .all-wrapper .main-nav .nav_list li:not(:last-child) {
    margin-right: 3.5vw;
  }
  .all-wrapper .main-nav .nav_list li a {
    font-size: 1.8rem;
  }
}
.all-wrapper header.header {
  position: fixed;
  top: -1px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  -webkit-box-shadow: 0px 5px 15px -10px #999999;
          box-shadow: 0px 5px 15px -10px #999999;
  z-index: 99;
}
.all-wrapper header.header .header-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.all-wrapper header.header .header-wrapper .header-left, .all-wrapper header.header .header-wrapper .header-right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.all-wrapper header.header .header-wrapper .header-left .h1-title a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.all-wrapper header.header .header-wrapper .header-left .h1-title img {
  width: 280px;
  width: clamp(280px, 40vw, 560px);
  height: auto;
  display: block;
}
.all-wrapper header.header .header-wrapper .header-right .tel-area .tel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.all-wrapper header.header .header-wrapper .header-right .tel-area .tel-box .tag {
  padding: 5px 10px;
  line-height: 1;
  font-size: clamp(1.6rem, 2.36vw, 2rem);
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}
.all-wrapper header.header .header-wrapper .header-right .tel-area .tel-box .tel {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2.2rem;
  font-size: clamp(2.2rem, 2.5vw, 3.4rem);
  line-height: 1.3;
}
.all-wrapper header.header .header-wrapper .header-right .tel-area .tel-main .tag {
  background: #002fa5;
}
.all-wrapper header.header .header-wrapper .header-right .tel-area .tel-main .tel {
  color: #002fa5;
}
.all-wrapper header.header .header-wrapper .header-right .tel-area .tel-annex .tag {
  background: #007e4a;
}
.all-wrapper header.header .header-wrapper .header-right .tel-area .tel-annex .tel {
  color: #007e4a;
}
.all-wrapper header.header .header-wrapper .header-right .sp-nav .sp-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.all-wrapper header.header .header-wrapper .header-right .sp-nav .tel-area .tel-box {
  margin-bottom: 10px;
}
.all-wrapper header.header .header-wrapper .header-right .nav_list .nav-reserve {
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 2vw;
  background: #ea5f2f;
  border-radius: 50px;
}
.all-wrapper header.header .pc-nav {
  display: none;
}
.all-wrapper header.header .sp-nav {
  display: block;
}
@media (min-width: 987px) {
  .all-wrapper header.header .header-wrapper .header-left {
    padding-right: 15px;
  }
  .all-wrapper header.header .header-wrapper .header-right .tel-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 4%;
    margin-bottom: 10px;
  }
  .all-wrapper header.header .header-wrapper .header-right .tel-area .tel-box .tel {
    pointer-events: none;
  }
  .all-wrapper header.header .pc-nav {
    display: block;
  }
  .all-wrapper header.header .sp-nav {
    display: none;
  }
}
.all-wrapper .reservation-bg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 10px 1px #c4c4c4;
          box-shadow: 0px 0px 10px 1px #c4c4c4;
}
.all-wrapper .reservation {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 15px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 13px;
  max-width: 1200px;
  margin: 0 auto;
}
.all-wrapper .reservation .method-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.all-wrapper .reservation .method-wrap .method-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
}
.all-wrapper .reservation .method-wrap .method-box .reserve-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(1.8rem, 2.48vw, 2rem);
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c8c8c8;
  line-height: 1.4;
}
.all-wrapper .reservation .method-wrap .method-box .reserve-title::before {
  content: "";
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  margin-right: 10px;
}
.all-wrapper .reservation .method-wrap .method-box .reserve-tel::before {
  background-image: url("/img/tel.svg");
}
.all-wrapper .reservation .method-wrap .method-box .reserve-fax::before {
  background-image: url("/img/fax.svg");
}
.all-wrapper .reservation .method-wrap .method-box .reserve-net::before {
  background-image: url("/img/pc.svg");
}
.all-wrapper .reservation .method-wrap .method-box .tel, .all-wrapper .reservation .method-wrap .method-box .fax {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #002fa5;
  font-size: clamp(2.6rem, 3.94vw, 3.4rem);
}
.all-wrapper .reservation .method-wrap .method-box .tel a, .all-wrapper .reservation .method-wrap .method-box .fax a {
  color: #002fa5;
}
.all-wrapper .reservation .method-wrap .method-box .fax {
  pointer-events: none;
}
.all-wrapper .reservation .method-wrap .method-box .fax a {
  pointer-events: none;
}
.all-wrapper .reservation .method-wrap .method-box .mail {
  margin-top: 5px;
}
.all-wrapper .reservation .method-wrap .method-box .mail img {
  display: block;
  height: 17px;
  width: auto;
  margin-left: 0.2em;
}
@media (min-width: 768px) {
  .all-wrapper .reservation-bg {
    padding: 80px 8vw;
  }
  .all-wrapper .reservation {
    padding: 40px 25px 50px;
  }
  .all-wrapper .reservation .method-wrap {
    gap: 4%;
  }
  .all-wrapper .reservation .method-wrap .method-box {
    width: 48%;
  }
  .all-wrapper .reservation .method-wrap .method-box .tel {
    pointer-events: none;
  }
  .all-wrapper .reservation .method-wrap .method-box .tel a {
    pointer-events: none;
  }
}
@media (min-width: 1220px) {
  .all-wrapper .reservation .method-wrap {
    gap: 2%;
  }
  .all-wrapper .reservation .method-wrap .method-box {
    width: 32%;
  }
}
.all-wrapper footer.footer {
  padding-top: 60px;
}
.all-wrapper footer.footer .footer-contents {
  max-width: 1200px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  border-bottom: 1px solid #d4d4d4;
}
.all-wrapper footer.footer .footer-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.all-wrapper footer.footer .footer-title a {
  display: block;
  max-width: 580px;
  width: 100%;
}
.all-wrapper footer.footer .footer-title img {
  display: block;
}
.all-wrapper footer.footer .footer-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 20px;
  max-width: 850px;
  padding-bottom: 10px;
}
.all-wrapper footer.footer .footer-location .location {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
}
.all-wrapper footer.footer .footer-location .location-title {
  font-weight: 500;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 10px;
  background: #002fa5;
  color: #fff;
  font-size: clamp(1.8rem, 2.48vw, 2rem);
  margin-bottom: 15px;
}
.all-wrapper footer.footer .footer-location .title-annex {
  background: #333333;
}
.all-wrapper footer.footer .footer-location .mail {
  margin-top: 5px;
}
.all-wrapper footer.footer .footer-location .mail img {
  display: block;
  height: 17px;
  width: auto;
  margin-left: 0.2em;
}
.all-wrapper footer.footer .another {
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}
.all-wrapper footer.footer .another .another-txt {
  text-align: center;
  font-size: clamp(1.5rem, 2.02vw, 1.6rem);
  margin-bottom: 15px;
}
.all-wrapper footer.footer .another .another-bnr a {
  display: block;
  max-width: 440px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.all-wrapper footer.footer .another .another-bnr a:hover {
  opacity: 0.7;
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
  -webkit-box-shadow: 3px 3px 6px 0px #c4c4c4;
          box-shadow: 3px 3px 6px 0px #c4c4c4;
}
.all-wrapper footer.footer .copyright {
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background: #002fa5;
  font-size: clamp(1.3rem, 1.9vw, 1.6rem);
}
@media (min-width: 768px) {
  .all-wrapper footer.footer {
    padding-top: 100px;
  }
  .all-wrapper footer.footer .footer-contents {
    margin: 0 auto 30px;
  }
  .all-wrapper footer.footer .footer-title {
    margin-bottom: 60px;
  }
  .all-wrapper footer.footer .footer-location {
    gap: 4%;
    padding-bottom: 30px;
  }
  .all-wrapper footer.footer .footer-location .location {
    width: 48%;
  }
  .all-wrapper footer.footer .another {
    margin-bottom: 40px;
  }
}
.all-wrapper section {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .all-wrapper section {
    margin-bottom: 100px;
  }
}
.all-wrapper .section-s {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .all-wrapper .section-s {
    margin-bottom: 80px;
  }
}
.all-wrapper .no-mb-section {
  margin-bottom: 0;
}
.all-wrapper .link-section {
  padding-top: 70px;
  margin-bottom: 0;
}
@media (min-width: 987px) {
  .all-wrapper .link-section {
    padding-top: 120px;
    margin-bottom: 0;
  }
}
.all-wrapper .pa_section {
  margin-bottom: 40px;
}
.all-wrapper .pa_section:last-child {
  margin-bottom: 80px;
}
@media (min-width: 987px) {
  .all-wrapper .pa_section {
    margin-bottom: 0px;
  }
  .all-wrapper .pa_section:last-child {
    margin-bottom: 80px;
  }
  .all-wrapper .pa_box {
    padding-top: 63px;
  }
}
.all-wrapper .sentence {
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 2.15vw, 1.7rem);
}
.all-wrapper .txt_center {
  text-align: center;
  text-wrap: balance;
}
.all-wrapper .widget-title {
  margin: 0;
  max-width: initial;
}
.all-wrapper .midashi {
  font-size: clamp(2rem, 3.09vw, 2.7rem);
  font-weight: 500;
  border-left: 10px solid #002fa5;
  padding-left: 10px;
  margin-bottom: 30px;
  line-height: 1.4;
}
.all-wrapper .midashi2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #002fa5;
  margin-bottom: 10px;
}
.all-wrapper .kome {
  color: #c23939;
}
.all-wrapper .hissu {
  color: #ed1c24;
  margin-left: 10px;
}
.all-wrapper .attend {
  color: #ed1c24;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.all-wrapper .red_txt {
  color: #ff0d36;
}
.all-wrapper .ast {
  text-indent: -1em;
  margin-left: 1em;
}
.all-wrapper .ast::before {
  content: "※";
}
.all-wrapper .bg-txt {
  background: #e8f3f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  border-radius: 8px;
}
.all-wrapper .mb_xxs {
  margin-bottom: 10px;
}
.all-wrapper .mb_xs {
  margin-bottom: 12px;
}
.all-wrapper .mb_s {
  margin-bottom: 20px;
}
.all-wrapper .mb_m {
  margin-bottom: 25px;
}
.all-wrapper .mb_l {
  margin-bottom: 35px;
}
.all-wrapper .mb_xl {
  margin-bottom: 40px;
}
.all-wrapper .mb_xxl {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .all-wrapper .mb_xs {
    margin-bottom: 20px;
  }
  .all-wrapper .mb_s {
    margin-bottom: 30px;
  }
  .all-wrapper .mb_m {
    margin-bottom: 40px;
  }
  .all-wrapper .mb_l {
    margin-bottom: 50px;
  }
  .all-wrapper .mb_xl {
    margin-bottom: 60px;
  }
  .all-wrapper .mb_xxl {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .all-wrapper .sm-mt {
    margin-top: 30px;
  }
}
@media (max-width: 987px) {
  .all-wrapper .md-mt {
    margin-top: 30px;
  }
}
.all-wrapper .l-fit, .all-wrapper .r-fit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}
.all-wrapper .l-fit .left-box, .all-wrapper .l-fit .right-box, .all-wrapper .r-fit .left-box, .all-wrapper .r-fit .right-box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.all-wrapper .l-fit .left-box, .all-wrapper .r-fit .left-box {
  margin-bottom: 30px;
}
.all-wrapper .l-fit .left-box {
  margin-bottom: 30px;
}
.all-wrapper .r-fit .left-box {
  margin-bottom: 30px;
}
.all-wrapper .r-fit.row-reverse .left-box, .all-wrapper .l-fit.row-reverse .left-box {
  margin-bottom: 0;
}
.all-wrapper .r-fit.row-reverse .right-box, .all-wrapper .l-fit.row-reverse .right-box {
  margin-bottom: 25px;
}
@media (min-width: 987px) {
  .all-wrapper .l-fit {
    padding: 0 8vw 0 0;
    gap: 4%;
  }
  .all-wrapper .l-fit .left-box {
    margin-bottom: 0;
    width: 46%;
  }
  .all-wrapper .l-fit .right-box {
    width: 50%;
    margin-bottom: 0;
  }
  .all-wrapper .r-fit {
    padding: 0 0 0 8vw;
    gap: 4%;
  }
  .all-wrapper .r-fit .left-box {
    margin-bottom: 0;
    width: 50%;
  }
  .all-wrapper .r-fit .right-box {
    width: 46%;
  }
  .all-wrapper .r-fit.row-reverse .right-box, .all-wrapper .l-fit.row-reverse .right-box {
    margin-bottom: 0;
  }
}
.all-wrapper .btnA {
  display: inline-block;
  max-width: 280px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 40px;
  text-align: center;
  color: #fff;
  background: #002fa5;
  border-radius: 50px;
  position: relative;
  font-weight: 500;
}
.all-wrapper .btnA::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 15px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.all-wrapper .btnA:hover::after {
  right: 12px;
}
.all-wrapper .h-style-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.all-wrapper .h-style-a .en {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(3.3rem, 5.48vw, 5rem);
  color: #002fa5;
  line-height: 1.4;
  padding-bottom: 7px;
  margin-bottom: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.all-wrapper .h-style-a .en::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: #c8c8c8;
}
.all-wrapper .h-style-a .jp {
  font-weight: 500;
  font-size: clamp(1.8rem, 2.76vw, 2.4rem);
  line-height: 1.2;
}
@media (min-width: 768px) {
  .all-wrapper .h-style-a {
    margin-bottom: 40px;
  }
  .all-wrapper .h-style-a .en {
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
}
.all-wrapper .table-style .dl-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  border-bottom: 1px solid #c8c8c8;
}
.all-wrapper .table-style .dl-row dt {
  width: 120px;
}
.all-wrapper .table-style .dl-row dd {
  width: calc(100% - 120px);
}
.all-wrapper .list-style li {
  text-indent: -1em;
  margin-left: 1em;
}
.all-wrapper .list-style li::before {
  content: "・";
}
.all-wrapper .square_list li {
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.all-wrapper .square_list li::before {
  content: "■";
  margin-right: 0.2em;
}
.all-wrapper .row-eq-height {
  /*row 高さ揃える*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.all-wrapper .row-reverse {
  /*左右入れ替え*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.all-wrapper .ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .all-wrapper .col-mb {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .all-wrapper .col-mb-l {
    margin-bottom: 45px;
  }
}

/* .all-wrapper */