@charset "utf-8";
/* CSS Document */
*, ::before, ::after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  color: #333;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  z-index: 0;
  font-feature-settings: "pkna"1;
  overflow-x: hidden;
  background: #CFA251;
  letter-spacing: .1em;
}
a {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: inherit;
  font-feature-settings: "palt";
  line-height: 1.65;
}
p {
  margin-bottom: 0;
}
pre {
  margin-bottom: 0;
}
dl {
  margin-bottom: 0;
}
ul {
  margin-bottom: 0;
}
ol {
  margin-bottom: 0;
  list-style: decimal;
  padding-left: 1em;
}
img {
  max-width: 100%;
}
.en {
  font-family: "Aoboshi One", serif;
}
.min {
  font-family: "Zen Old Mincho", serif;
}
/*-----------------------------------------------------------------

ハンバーガーメニュー

-----------------------------------------------------------------*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #CFA251;
  /*動き*/
  transition: all 0.6s;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1.6rem;
}
/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #830000;
}
/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #FFFFFF;
  width: 45%;
}
.openbtn1 span:nth-of-type(1) {
  top: 15px;
}
.openbtn1 span:nth-of-type(2) {
  top: 23px;
}
.openbtn1 span:nth-of-type(3) {
  top: 31px;
}
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
/*==================================================
メインビジュアル
===================================*/
.mv {
  height: calc(800 / 1920* 100vw);
  max-height: 800px;
  background: url("images/main.png")no-repeat center / cover;
  position: relative;
}
/*
.slider {
  position:relative;
	z-index: 0;
	height: 46vw;
}
.slider-item01 {
    background:url(../img/img_01.jpg);
}

.slider-item02 {
    background:url(../img/img_02.jpg);
}

.slider-item03 {
    background:url(../img/img_03.jpg);
}
.slider-item {
    width: 100%;
    height:46vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
*/
/*矢印の設定*/
.slick-prev, .slick-next {
  display: none !important;
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #fff; /*矢印の色*/
  border-right: 2px solid #fff; /*矢印の色*/
  height: 25px;
  width: 25px;
}
.slick-prev { /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}
.slick-next { /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
  display: none !important;
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0; /*ドットの位置*/
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #fff; /*ドットボタンの色*/
}
.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}
/*--------------------------------------------------------------------------*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  background: #F6D051;
}
.logo {
  width: calc(260 / 1920* 100vw);
}
.gnav {
  padding-right: 100px;
}
.gnav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3vw;
}
.gnav ul li {
  font-size: max(1vw, 16px);
  letter-spacing: .1em;
}
.catch {
  text-align: center;
  color: #FFFFFF;
  font-size: max(2vw, 20px);
  letter-spacing: .1em;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-weight: 500;
}
.catch span {
  font-size: max(4vw, 34px);
}
.top-bnr {
  position: relative;
  padding: calc(80 / 1920* 100vw);
}
.inner1640 {
  max-width: 1640px;
  width: 95%;
  margin: 0 auto;
}
.inner1280 {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
}
.pos {
  position: absolute;
}
.deco01 {
  top: 0;
  left: 3%;
  width: calc(263 / 1920* 100vw);
  max-width: 263px;
  z-index: -1;
}
.deco02 {
  top: 0;
  right: 3%;
  width: calc(316 / 1920* 100vw);
  max-width: 316px;
  z-index: -1;
}
.deco03 {
  bottom: 5%;
  right: 3%;
  width: calc(237 / 1920* 100vw);
  max-width: 237px;
  z-index: -1;
}
.head_text {
  font-size: max(1.6vw, 22px);
  margin-bottom: 50px;
  text-align: center;
  font-weight: 500;
}
.center {
  text-align: center;
}
.white {
  color: #FFFFFF;
}
.t16 {
  font-size: max(1vw, 16px);
  line-height: 1.6;
}
.bbq-section {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  margin-top: 50px;
}
.bbq-box {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
}
.bbq-img {
  height: calc(450 / 1920* 100vw);
  background-size: cover;
  background-position: center;
  position: relative;
}
.bbq-title {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 0 #8b0000;
}
.bbq-title h2 {
  font-size: max(2.4vw, 22px);
  margin: 0;
  line-height: 1.2;
  font-weight: 500;
}
.bbq-title h2 span {
  font-size: max(2.4vw, 22px);
  letter-spacing: 1px;
}
.bbq-text {
  padding: 20px 3vw;
  text-align: center;
  min-height: 220px;
  position: relative;
}
.bbq-sub {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: max(1.1vw, 18px);
}
.bbq-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 15px 30px;
  background-color: #610303;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border: none;
  transition: background-color 0.3s;
  font-size: max(1.1vw, 18px);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 300px;
}
.bbq-btn:hover {
  background-color: #a00000;
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
  .bbq-box {
    width: 100%;
  }
}
.specials {
  padding: calc(80 / 1920* 100vw) 0;
  position: relative;
}
.deco04 {
  top: 47%;
  right: 3%;
  width: calc(329 / 1920* 100vw);
  max-width: 329px;
}
.bbq-special-wrap {
  padding: calc(120 / 1920* 100vw) 0;
  position: relative;
  margin-bottom: calc(120 / 1920* 100vw);
}
.bbq-special-wrap::before {
  content: "";
  width: 70%;
  height: 100%;
  background: #F9EFD2;
  position: absolute;
  right: 0;
  top: 0;
}
.bbq-special-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.bbq-special-img {
  width: 45%;
}
.bbq-special-img img {
  width: 100%;
  height: auto;
  display: block;
}
.bbq-special-text {
  width: 52%;
  padding: 40px;
  margin-left: auto;
}
.bbq-special-text h2 {
  font-size: max(2.2vw, 24px);
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
}
.bbq-special-text h2 span {
  font-size: max(3vw, 28px);
  font-weight: 600;
}
.bbq-special-text p {
  line-height: 2;
}
.bbq-special-bottom {
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: 1;
}
.bbq-special-bottom h3 {
  font-size: max(4vw, 28px);
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 0 #008316;
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
  .specials {
    max-width: 95%;
    margin: 0 auto;
  }
  .bbq-special-wrap::before {
    display: none;
  }
  .bbq-special-container {
    flex-direction: column;
  }
  .bbq-special-img, .bbq-special-text {
    width: 100%;
  }
  .bbq-special-text {
    padding: 20px;
    background: #F9EFD2;
  }
  .bbq-special-bottom h3 {
    font-size: max(3vw, 28px);
  }
  .bbq-special-bottom {
    position: absolute;
    bottom: auto;
    left: 50%;
    z-index: 1;
    top: calc(500 / 767* 100vw);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}
.r_reverse {
  flex-direction: row-reverse;
}
.bbq-special-wrap.reverse {
  /* margin-bottom: 0; */
  margin-bottom: calc(120 / 1920* 100vw);
}
.bbq-special-wrap.reverse::before {
  content: "";
  width: 70%;
  height: 100%;
  background: #F9EFD2;
  position: absolute;
  right: auto;
  top: 0;
  left: 0;
}
.bbq-special-wrap.bottom {
  margin-bottom: 0;
}
.bbq-special-text.bottom {
  position: relative;
  padding-bottom: 90px;
}
.bbq-special-text.bottom .bbq-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
 
}
.reverse .bbq-special-bottom {
  right: 10%;
  left: auto;
}
.sec_imag {
  padding: calc(50 / 1920* 100vw) 0;
}
.top_news {
  padding: calc(30 / 1920* 100vw) 0 calc(80 / 1920* 100vw);
  position: relative;
}
.deco05 {
  bottom: 5%;
  right: 5%;
  width: calc(367 / 1920* 100vw);
  max-width: 367px;
}
.news_ttl {
  text-align: center;
  font-size: max(3vw, 28px);
  color: #FFFFFF;
  margin-bottom: 30px;
  font-weight: 500;
}
.news_inner {
  height: 400px;
  overflow-y: scroll;
  padding: 10px;
}
.news_list dt {
  color: #4E0202;
  font-size: max(1.1vw, 18px);
}
.news_list dd {
  color: #FFFFFF;
  font-size: max(1vw, 16px);
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #4E0202
}
.footer-bbq {
  background-color: #F6D051;
  color: #000;
  text-align: center;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 10%;
  flex-wrap: wrap;
}
.footer-logo img {
  max-width: 100%;
}
.footer-contact {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-tel, .footer-mail {
  text-align: center;
}
.footer-tel .label, .footer-mail .label {
  background-color: #830000;
  color: #FFFFFF;
  font-weight: 500;
  padding: 8px 20px;
  margin-bottom: 5px;
  font-size: max(1.2vw, 20px);
}
.footer-tel .value, .footer-mail .value {
  font-size: max(1.4vw, 20px);
  font-weight: bold;
}
.footer-tel .icon, .footer-mail .icon {
  margin-right: 10px;
}
.footer-tel .icon img, .footer-mail .icon img {
  max-height: 20px;
  object-fit: contain;
}
.footer-bottom {
  background-color: #830000;
  color: #FFFFFF;
  font-size: 16px;
  padding: 10px 0;
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    gap: 30px;
  }
  .footer-contact {
    flex-direction: column;
    gap: 20px;
  }
  .reverse .bbq-special-bottom {
    position: absolute;
    bottom: auto;
    left: 50%;
    z-index: 1;
    top: calc(500 / 767* 100vw);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}
/*--------------------------------------------------------------------------

下層ページ

--------------------------------------------------------------------------*/
.h2_ttl {
  height: 25vw;
  background: url("images/h2_ttl.png") no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: max(3vw, 30px);
  text-align: center;
  font-weight: 600;
  flex-direction: column;
}
.h2_ttl span {
  font-size: max(1.4vw, 20px);
}
.sec {
  padding: calc(80 / 1920* 100vw) 0;
}
.bbq_ttl {
  text-align: center;
  color: #fff;
  text-shadow: 3px 3px 0 #8b0000;
  font-size: max(3.8vw, 30px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .1em;
  margin-bottom: calc(80 / 1920 * 100vw);
}
.bbq_ttl span {
  font-size: max(2vw, 20px);
}
.reason {
  position: relative;
  padding: calc(100 / 1920* 100vw) 0 calc(150 / 1920* 100vw);
}
.reasondeco01 {
  top: 40%;
  right: 0;
  width: calc(276 / 1920* 100vw);
  max-width: 276px;
  z-index: -1;
}
.reasondeco02 {
  bottom: 0;
  left: 5%;
  width: calc(191 / 1920* 100vw);
  max-width: 191px;
  z-index: -1;
}
.reasondeco03 {
  bottom: 0;
  right: 0;
  width: calc(230 / 1920* 100vw);
  max-width: 230px;
  z-index: -1;
}
.reason-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 50px 0;
}
.reason-img {
  width: 50%;
}
.reason-img img {
  width: 100%;
  height: auto;
  display: block;
}
.reason-info {
  width: 50%;
  padding: 60px;
}
.reason-label {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin-bottom: 20px;
  text-align: center;
  justify-content: center;
}
.label-title {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  margin-right: 10px;
}
.label-number {
  font-size: 48px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1;
}
.reason-info h2 {
  font-size: 42px;
  line-height: 1.5;
  margin: 0 0 30px;
  font-weight: 600;
}
.num_ttl {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}
.reason-info p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
}
.reason-btn {
  display: inline-block;
  background: #660000;
  color: #fff;
  text-decoration: none;
  padding: 16px 40px;
  font-size: 18px;
  border-radius: 4px;
  transition: 0.3s;
}
.reason-btn:hover {
  background: #990000;
}
/* スマホ対応 */
@media (max-width: 768px) {
  .reason-block {
    flex-direction: column;
  }
  .reason-img, .reason-info {
    width: 100%;
  }
  .reason-info {
    padding: 40px 20px;
  }
  .label-number {
    font-size: 36px;
  }
  .reason-info h2 {
    font-size: 30px;
  }
  .reason-info p {
    font-size: 16px;
  }
}
.contact-section {
  text-align: center;
}
.contact-section .contact-inner {
  max-width: 1200px;
  margin: 0 auto 50px;
  background-color: #f8db94;
  padding: 40px 20px;
}
.contact-section h2 {
  font-size: max(2vw, 20px);
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.6;
}
.contact-section p {
  font-size: max(1vw, 16px);
  line-height: 1.8;
  margin: 10px 0;
}
.contact-section h3 {
  font-size: max(2vw, 20px);
  font-weight: 600;
  margin: 40px 0 20px;
}
.contact-buttons {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
.contact-buttons .btn {
  background-color: #800000;
  color: #fff;
  padding: 20px 40px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: opacity 0.3s;
  min-width: 250px;
}
.contact-buttons .btn:hover {
  opacity: 0.8;
}
/* Responsive */
@media (max-width: 600px) {
  .contact-section h2 {
    font-size: 20px;
  }
  .contact-section h3 {
    font-size: 1.4rem;
  }
  .contact-buttons .btn {
    width: 100%;
    max-width: 300px;
    padding: 15px;
  }
  .contact-buttons {
    flex-direction: column;
    align-items: center;
  }
}
.step-box {
  border: 3px solid #00ff00;
  border-radius: 20px;
  padding: 30px;
  margin: 40px auto;
  max-width: 1200px;
  font-family: sans-serif;
  background: #fff;
}
.step-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.step-text {
  flex: 1 1 55%;
  padding: 10px;
}
.step-text h2 {
  font-size: max(1.6vw, 24px);
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.step-text .step-number {
  font-size: max(3vw, 30px);
  font-weight: 600;
  color: #FFFFFF;
  text-shadow: 3px 5px #830000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #830000;
  border-right: 2px solid transparent;
}
.step-text p {
  font-size: max(1vw, 16px);
  line-height: 1.8;
  margin: 10px 0;
}
.step-image {
  flex: 1 1 40%;
  text-align: center;
  padding: 10px;
}
.step-image img {
  max-width: 100%;
  height: auto;
}
/* レスポンシブ */
@media (max-width: 768px) {
  .step-inner {
    flex-direction: column;
  }
  .step-text, .step-image {
    flex: 1 1 100%;
    text-align: center;
  }
  .step-text {
    text-align: left;
  }
  .step-text h2 {
    justify-content: center;
    flex-direction: column;
  }
}
.flow {
  background: #F9EFD2;
}
.flow_ttl {
  text-align: center;
  font-size: max(3vw, 30px);
  margin-bottom: calc(80 / 1920* 100vw);
  font-weight: 600;
  line-height: 1;
}
.flow_ttl span {
  font-size: max(1.2vw, 18px);
}
.bg_box {
  padding: 3vw;
  background: #830000;
  border: 1px solid #610303;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 40px;
}
.head_title {
  font-size: max(3vw, 30px);
  font-weight: 600;
  text-align: center;
  margin-bottom: calc(50 / 1920* 100vw);
}
.slider02 img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider02 .slick-slide {
  margin: 0 10px; /*スライド左右の余白調整*/
}
.recommend-box {
  padding: 40px 0;
}
.recommend-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 40px;
  position: relative;
  padding-bottom: calc(150 / 1920 * 100vw);
}
.recommend-image {
  flex: 1 1 50%;
}
.recommend-image img {
  width: 100%;
  height: auto;
}
.recommend-text {
  flex: 1 1 45%;
  padding: 3vw;
}
.recommend-label {
  font-size: max(2.4vw, 24px);
  color: #FFFFFF;
  font-weight: 800;
  text-shadow: 2px 4px #830000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #830000;
  display: block;
  margin-bottom: 10px;
}
.recommend-text h3 {
  font-size: max(2vw, 20px);
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5;
}
.recommend-text p {
  font-size: max(1vw, 16px);
  line-height: 1.8;
  margin: 0;
}
.recdeco01 {
  bottom: calc(-50 / 1920* 100vw);
  right: 0;
  width: calc(230 / 1920 * 100vw);
  max-width: 230px;
  z-index: -1;
}
.recdeco02 {
  bottom: calc(-50 / 1920* 100vw);
  left: 0;
  width: calc(191 / 1920 * 100vw);
  max-width: 191px;
  z-index: -1;
}
.recdeco03 {
  bottom: calc(-50 / 1920* 100vw);
  right: 0;
  width: calc(230 / 1920 * 100vw);
  max-width: 230px;
  z-index: -1;
}
.recdeco04 {
  bottom: calc(-50 / 1920* 100vw);
  left: 0;
  width: calc(276 / 1920 * 100vw);
  max-width: 276px;
  z-index: -1;
}
@media (max-width: 768px) {
  .recommend-inner {
    flex-direction: column;
  }
  .recommend-text, .recommend-image {
    flex: 1 1 100%;
    padding: 0;
  }
  .recommend-text {
    padding: 3%;
  }
}
.bg_sec {
  background: #F9EFD2;
}
table.price_table {
  width: 80%;
  border-collapse: collapse;
  margin: 0 auto;
  min-width: 600px;
}
.price_table th, .price_table td {
  padding: 15px;
  text-align: center;
  border: 1px solid #6F645E;
  font-size: max(1vw, 16px);
}
.price_table th {
  background-color: #610303;
  color: #FFFFFF;
}
.price_table .course-name {
  background-color: #610303;
  color: #FFFFFF;
  width: 25%;
  vertical-align: middle;
}
.price_table .content-details {
  color: #333333;
  text-align: center;
  vertical-align: middle;
}
.price_table .price {
  text-align: center;
  width: 20%; 
  vertical-align: middle;
}
.button-container {
  background-color: #CD9A5B;
  max-width: 350px;
  padding: 20px 0;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin: calc(80 / 1920* 100vw) auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.button-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.button-container h4 {
  color: #FFFFFF;
  font-size: max(3vw, 30px);
  margin: 0;
  text-shadow: -2px -2px 0 #8B0000, 2px -2px 0 #8B0000, -2px 2px 0 #8B0000, 2px 2px 0 #8B0000;
  line-height: 1;
}
.button-container p {
  color: #8B0000;
  font-size: max(1vw, 16px);
  margin-top: 10px;
}
.table-wrapper {
  width: 100%;
  overflow-x: auto;
  padding: 10px;
}
.contact_inner {
  background: #F4F4F4;
  padding: 3vw;
}
.contact-form-container {
  width: 100%;
  max-width: 1200px;
  padding: 30px;
  margin: 0 auto;
}
.contact-form-section-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact-form-section-title::before {
  content: '';
  display: block;
  width: 8px;
  height: 24px;
  background-color: #008000; /* Green bar */
  margin-right: 10px;
}
.contact-form-section-title h2 {
  font-size: max(1.4vw, 22px);
  margin: 0;
}
.contact-form-notes {
  background-color: #f0f0f0;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 5px;
  line-height: 1.6;
  font-size: max(1vw, 14px);
}
.contact-form-notes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-form-notes li {
  margin-bottom: 8px;
  display: flex;
}
.contact-form-notes li::before {
  content: '■';
  color: #008000; /* Green square bullet */
  margin-right: 8px;
}
.contact-form-form-area {
  background-color: #fefefe;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #eee;
  font-size: max(1vw, 16px);
}
.contact-form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.contact-form-label-area {
  flex: 0 0 240px;
  padding-right: 20px;
  text-align: right;
  color: #444;
  font-weight: bold;
  box-sizing: border-box;
}
.contact-form-label-area span {
  color: #ff0000; /* Red for required */
  margin-left: 5px;
  font-size: 0.9em;
}
.contact-form-input-area {
  flex: 1;
  min-width: 250px; /* Ensure input fields don't get too small */
}
.contact-form-input-area input[type="text"], .contact-form-input-area input[type="email"], .contact-form-input-area input[type="tel"], .contact-form-input-area select, .contact-form-input-area textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1em;
  box-sizing: border-box;
}
.contact-form-input-area textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-form-input-area .example-text {
  color: #999;
  font-size: 0.9em;
  margin-top: 5px;
}
.contact-form-input-area .note-text {
  color: #666;
  font-size: 0.8em;
  margin-top: 5px;
}
.contact-form-submit-button-wrapper {
  text-align: center;
  margin-top: 40px;
}
.contact-form-submit-button {
  background-color: #8B0000; /* Dark red button */
  color: white;
  padding: 15px 40px;
  border: none;
  border-radius: 5px;
  font-size: 1.2em;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.contact-form-submit-button:hover {
  background-color: #A00000;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
  .contact-form-container {
    padding: 10px;
  }
  .contact-form-label-area {
    flex: 1 0 100%;
    text-align: left;
    margin-bottom: 5px;
    padding-right: 0;
  }
  .contact-form-input-area {
    flex: 1 0 100%;
  }
  .contact-form-row {
    margin-bottom: 25px;
  }
  .contact-form-notes {
    padding: 10px;
  }
  .contact-form-form-area {
    padding: 20px;
  }
  .contact-form-submit-button {
    padding: 12px 30px;
  }
}
.area {
  background: #FFFFFF;
}
.japan-map-regions-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 30px;
  max-width: 450px;
  width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.japan-map-region-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  border-radius: 30px;
  color: #333333;
  font-weight: 600;
  min-width: 210px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  text-decoration: none;
    background: #F9EFD2;
    font-size: max(1vw , 16px);
}
.japan-map-region-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.japan-map-region-button span {
  margin-right: 10px;
}
.japan-map-region-button::after {
  content: '▶';
  font-size: max(1vw , 16px);
}
/* Region specific colors */
.japan-map-region-kinki {
  border: 5px solid #F7931E;
} /* Orange */
.japan-map-region-hokkaido {
  border: 5px solid #00AEEF;
} /* Light Blue */
.japan-map-region-chugoku {
  border: 5px solid #8C564B;
} /* Brown */
.japan-map-region-tohoku {
  border: 5px solid #4CAF50;
} /* Green */
.japan-map-region-shikoku {
  border: 5px solid #E91E63;
} /* Pink */
.japan-map-region-kanto {
  border: 5px solid #9C27B0;
} /* Purple */
.japan-map-region-kyushu {
  border: 5px solid #FF5722;
} /* Deep Orange */
.japan-map-region-chubu {
  border: 5px solid #8BC34A;
} /* Light Green */
.japan-map-region-okinawa {
  border: 5px solid #D32F2F;
} /* Red */
.japan-map-image-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.japan-map-image-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
  .japan-map-regions-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
  }
  .japan-map-region-button {
    width: 80%; /* ボタンの幅を広げる */
    max-width: 250px; /* 最大幅を設定 */
  }
}
@media (max-width: 480px) {
  .japan-map-region-button {
    width: 90%;
  }
}
.japan-map-container
{
    position: relative;
}
.map-container {
  margin-bottom: calc(80 / 1920* 100vw);
}

/* Map header styles */
.map-header {
    color: #fff;
    padding: 15px;
    font-weight: 600;
    font-size: max(1.2vw , 20px);
    text-align: center;
}

/* Specific header colors */
.hokkaido-color { background-color: #008BD5; } /* Blue */
.tohoku-color { background-color: #52BBAD; } /* Green */
.kanto-color { background-color: #F08F69; } /* Orange */
.chubu-color { background-color: #9CC715; } /* Teal */
.kinki-color { background-color: #F6AA00; } /* Yellow */
.chugoku-color { background-color: #A380B7; } /* Purple */
.shikoku-color { background-color: #BC7E46; } /* Pink */
.kyushu-color { background-color: #DB5310; } /* Red */
.okinawa-color { background-color: #C84E96; } /* pink */
/* Map content layout */
.map-content {
    display: flex;
    align-items: center;
    padding: 15px;
    gap: 20px;
    flex-direction: column;
}

.map-content img {
    max-width: 500px;
    height: auto;
    display: block;
}
.map-description
{
    width: 100%;
}
/* Region Info Table styles */
.region-info-table {
    width: 100%;
    border-collapse: collapse;
    font-size: max(1vw , 16px);
    color: #333;
}

.region-info-table th,
.region-info-table td {
    padding: 15px 1vw;
    text-align: left;
    border: 1px solid #CCCCCC;
}
.region-info-table td
{
    background: #FFFFFF;
}
.region-info-table th {
    width: 20%;
    color: #FFFFFF;
}
.region-info-table.hokkaido th {
    background: #008BD5;
}
.region-info-table.tohoku th {
    background: #52BBAD;
}
.region-info-table.kanto th {
    background: #F08F69;
}
.region-info-table.chubu th {
    background: #9CC715;
}
.region-info-table.kinki th {
    background: #F6AA00;
}
.region-info-table.chugoku th {
    background: #A380B7;
}
.region-info-table.shikoku th {
    background: #BC7E46;
}
.region-info-table.kyushu th {
    background: #DB5310;
}

/* Okinawa Area Specific Styles */
.okinawa-container {
    margin-bottom: 20px;
    overflow: hidden;
}

.okinawa-header {
    background-color: #C84E96;
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.okinawa-header::before {
    content: url('okinawa_icon.png');
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.okinawa-main-content {
    display: flex;
    padding: 0; 
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.okinawa-map-image {
    flex: 0 0 180px; 
    background-color: #C84E96;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 20px; 
}

.okinawa-map-image img {
    max-width: 100%;
    height: auto;
    display: block;
    border: none;
}

.okinawa-info-section {
    flex-grow: 1;
    display: flex;
    background-color: #fff; 
}
.okinawa_hyou
{
    display: flex;
    width: 100%;
}
.okinawa-left-menu {
    flex: 0 0 150px;
    background-color: #C84E96;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
}

.okinawa-menu-item {
    color: #fff;
    padding: 8px 15px;
    font-size: 0.9em;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.okinawa-menu-item.active {
    background-color: #C2006A;
}

.okinawa-menu-item:hover {
    background-color: #C2006A;
}

.okinawa-detail-content {
    flex-grow: 1;
    padding: 20px;
    overflow-y: auto;
}

.okinawa-detail-block {
    margin-bottom: 20px;
    overflow: hidden;
}

.okinawa-detail-header {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #333333;
    margin-bottom: 20px;
}

.okinawa-detail-header h3 {
    margin: 0;
    font-size: max(1.2vw , 20px);
    color: #333;
    display: flex;
    align-items: center;
}

.okinawa-detail-header .bullet-point {
    font-size: max(1vw , 16px);
    margin-right: 8px;
}

.toggle-button {
    background: none;
    color: #555;
    font-size: max(2vw , 18px);
    width: 28px;
    height: 28px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

.toggle-button:hover {
    color: #000;
}

/* Okinawa Info Table */
.okinawa-info-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85em;
    color: #333;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out; /* For smooth toggle */
    max-height: 500px; /* Max height when open */
    opacity: 1;
    overflow: hidden; /* Hide overflow content during transition */
}

.okinawa-info-table.collapsed {
    display: none;
}


.okinawa-info-table th,
.okinawa-info-table td {
    padding: 15px;
    text-align: left;
    border: 1px solid #333333;
    font-size: max(1vw , 16px);
}

.okinawa-info-table th {
    background-color: #6F645E; 
    font-weight: normal;
    width: 20%; 
    color: #FFFFFF;
}
.okinawa-info-table a {
    color: #008BD5;
    text-decoration: none;
}

.okinawa-info-table a:hover {
    text-decoration: underline;
}


/* Legend styles */
.map-legend {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    max-width: 300px;
}

.legend-header {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 15px;
    color: #333;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.legend-color {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    flex-shrink: 0;
}

/* Specific legend colors */
.legend-hokkaido { background-color: #008BD5; }
.legend-tohoku { background-color: #52BBAD; }
.legend-kanto { background-color: #F08F69; }
.legend-chubu { background-color: #9CC715; }
.legend-kinki { background-color: #F6AA00; }
.legend-chugoku { background-color: #A380B7; }
.legend-shikoku { background-color: #BC7E46; }
.legend-kyushu { background-color: #DB5310; }
.legend-okinawa { background-color: #C84E96; } /* Okinawa pink for legend */


.legend-text {
    font-size: 0.95em;
    color: #555;
    flex-grow: 1;
}

.legend-icon {
    font-weight: bold;
    font-size: 1.2em;
    color: #888;
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
    .map-content {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .map-content img {
        max-width: 150px;
    }

    .region-info-table {
        width: 100%;
        margin-top: 15px;
    }

    .okinawa-main-content {
        flex-direction: column;
        padding: 15px;
    }
    .okinawa-main-content img
    {
        max-width: 150px;
    }
.okinawa_hyou {
  flex-direction: column;
}
    .okinawa-map-image {
        flex: none;
        width: 100%;
    }
    .okinawa-map-image img {
        max-width: 150px; /* Adjust size for mobile */
    }

    .okinawa-info-section {
        flex-direction: column;
        width: 100%;
    }

    .okinawa-left-menu {
        flex-direction: row; /* Horizontal menu on small screens */
        width: 100%;
        padding: 10px 0;
        overflow-x: auto; /* Allow scrolling for menu */
        justify-content: flex-start;
        align-items: center;
    }

    .okinawa-menu-item {
        flex-shrink: 0; /* Prevent items from shrinking */
        white-space: nowrap; /* Prevent wrapping */
        padding: 8px 10px;
    }

    .okinawa-detail-content {
        width: 100%;
        padding: 15px;
    }

    .map-legend {
        max-width: 100%;
    }
    .region-info-table tr {
  display: flex;
  flex-direction: column;
}
    .region-info-table th {
  width: 100%;
}
    .okinawa-info-table tr
    {
        display: flex;
        flex-wrap: wrap;
    }
    .okinawa-info-table th {
  width: 100%
}
    .okinawa-info-table td {
  width: 100%
}
}
.post_nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.post_nav a {
  display: inline-block;
  padding: 12px 20px;
  background: #f5f5f5;
  color: #333;
  text-decoration: none;
  border: 1px solid #ccc;
  font-size: max(1vw, 16px);
  transition: 0.3s;
}

.post_nav a:hover {
  background: #891b13;
  color: #fff;
  border-color: #891b13;
}
.pager {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 10px;
}

.pager .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  background: #f5f5f5;
  color: #333;
  text-decoration: none;
  border: 1px solid #ccc;
  font-size: max(1vw, 16px);
}

.pager .page-numbers.current,
.pager .page-numbers:hover {
  background: #891b13;
  color: #fff;
  border-color: #891b13;
}
dl.news_list2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px;
  font-size: max(1vw, 16px);
}
dl.news_list2 dt {
  width: calc(20% - 15px);
  margin-bottom: 15px;
}
dl.news_list2 dt span {
  padding: 8px 20px;
  background: #99140f;
  color: #FFFFFF;
  border-radius: 50px;
}
dl.news_list2 dd {
  width: calc(80% - 15px);
  margin-bottom: 15px;
}
.news p
{
    font-size: max(1vw , 16px);
    letter-spacing: .1em;
    line-height: 1.8;
}
.ank_btn
{
    font-size: max(1vw , 16px);
    font-weight: 500;
    text-align: center;
    padding: 15px 10px;
    color: #FFFFFF;
    display: block;
    position: relative;
}
.ank_btn::before
{
    content: "↓";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.ank_btn.type01
{
    background: #8b3f27;
}
.ank_btn.type02
{
    background: #8abc12;
}
.ank_btn.type03
{
    background: #b8985c;
}
/*--------------------------------------------------------------------------

PC

--------------------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .sp-only {
    display: none !important;
  }
  .tab-only {
    display: none !important;
  }
}
/*--------------------------------------------------------------------------

tablet

--------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-only {
    display: none !important;
  }
  .pc-only {
    display: none !important;
  }
}
/*--------------------------------------------------------------------------

sp

--------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .pc-tab-only {
    display: none !important;
  }
  .tab-only {
    display: none !important;
  }
  .logo {
    width: calc(260 / 767* 100vw);
  }
  .mv {
    height: calc(800 / 767* 100vw);
  }
  .bbq-section {
    gap: 30px;
  }
  .bbq-img {
    height: calc(450 / 767* 100vw);
  }
  .bbq-text {
    padding: 20px 3vw 60px;
    min-height: auto;
  }
  .h2_ttl {
    height: 40vw;
  }
  .sec {
    padding: calc(80 / 767* 100vw) 0;
  }
  .reasondeco01 {
    top: 45%;
    width: calc(276 / 767* 100vw);
  }
  .reasondeco02 {
    width: calc(191 / 767* 100vw);
  }
  .reasondeco03 {
    width: calc(230 / 767* 100vw);
  }
  .recdeco01 {
    bottom: calc(-50 / 767* 100vw);
    width: calc(230 / 767 * 100vw);
  }
  .recdeco02 {
    bottom: calc(-50 / 767* 100vw);
    width: calc(191 / 767 * 100vw);
  }
  .recdeco03 {
    bottom: calc(-50 / 767* 100vw);
    width: calc(230 / 767 * 100vw);
  }
  .recdeco04 {
    bottom: calc(-50 / 767* 100vw);
    width: calc(276 / 767 * 100vw);
  }
}
/*==================================================
フェードイン
===================================*/
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  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);
  }
}
/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger, .fadeUpTrigger, .fadeDownTrigger, .fadeLeftTrigger, .fadeRightTrigger {
  opacity: 0;
}

.menu-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin:40px 0;
}

.menu-item {
  display: flex;
  gap: 40px;
  border: 2px solid #CFA251;
  border-radius: 20px;
  padding:40px;
  background: #F9EFD2;
  
}
/* .menu-item.even {
  border: 2px solid #bb0000;
} */
@media screen and (max-width: 767px) {
  .menu-item {
    flex-direction: column;
  }
}

.menu-item-img {
width:calc(50% - 20px);
flex-shrink: 0;
aspect-ratio: 4/3;
overflow: hidden;
}
@media screen and (max-width: 767px) {
  .menu-item-img {
    width: 100%;
  }
}

.menu-item-img img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}



.food-course-name {
  font-size: max(2.8vw, 24px);
  color:#fff;
  background: #cfa251;
  border-radius: 20px;
  padding: 5px 10px;
  text-align: center;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.2;
  margin-bottom: 20px;
}

.course-price {
  font-size: max(2vw, 20px);
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.2;
  margin-bottom: 30px;
  
}

.course-price span{
  font-size: max(3vw, 28px);
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-left: 10px;
}
.course-details {
  font-size: max(1.8vw, 18px);
  letter-spacing: .1em;
  line-height: 1.8;
}

.course-text__head {
  font-size: max(1.6vw, 16px);
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.2;
    margin-bottom: 20px;
}

.course-text__body {
  font-size: max(1.4vw, 14px);
  margin-bottom: 20px;
}

.ingredients {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 20px;

}

.ingredients-head {
  font-size: max(1.6vw, 16px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.ingredients-body {
  font-size: max(1.4vw, 14px);
}
.area-titlearea {
padding-top: 20px;
text-align: center;
background: #f9f9f9;
padding: calc(80 / 1920* 100vw) 0;
}

.area-title {
font-size: max(2.8vw, 24px);
font-weight: 700;
letter-spacing: .1em;
line-height: 1.2;
margin-bottom: 20px;
}

.area-text {
font-size: max(1.4vw, 14px);
letter-spacing: .1em;
line-height: 1.2;
margin-bottom: 20px;
}

.button-container__contact{
margin:0 auto!important;
}


