/* global */
:root {
  --lipot-base: #ece9e4;
  --lipot-green: #232629;
  --lipot-brown: #89632a;
  --lipot-yellow: #d9bc72;
}
body {
  background-color: #f7f6f2;
  margin: 0;
  font-family: "Hiragino Sans";
}
.sp {
  display: none;
}
.container {
  margin: auto;
  padding: 0 65px;
  max-width: 1300px;
}
.secsion-title {
  font-size: 110px;
  font-weight: 500;
  font-family: Oswald;
  margin-bottom: 0;
}
.secsion-sub-title {
  margin: 0;
  font-weight: 300;
  color: var(--lipot-yellow);
}
.sub-section-title {
  font-size: 40px;
  color: white;
  border-left: 6px solid #d9bc72;
  padding-left: 10px;
  /* font-family: serif; */
}
.discription {
  font-size: 24px;
}
.img-default {
  width: 500px;
  height: 500px;
  object-fit: cover;
}
.txt-large {
  font-size: 30px;
}
.booking-btn {
  display: table;
  background-color: #89632a;
  height: 100px;
  width: 500px;
  border-radius: 5px;
  text-align: center;
  margin: 50px auto;
}
.booking-btn p {
  vertical-align: middle;
  color: white;
  font-size: 30px;
}
.recruit-btn {
  display: table;
  background-color: #89632a;
  height: 90px;
  width: 400px;
  border-radius: 5px;
  text-align: center;
  margin-top: 50px;
}
.recruit-btn p {
  vertical-align: middle;
  color: white;
  font-size: 30px;
  margin: 22px 0;
}
a {
  text-decoration: none;
}
.clearfix::after{
  content: "";
  clear: both;
  display: block;
}
.background-green {
  background-color: var(--lipot-green);
  padding: 1px;
}
.background-board {
  background-image: url(./public/background/background.png);
  padding-bottom: 30px;
}
.flex {
  display: flex;
}
.white {
  color: white !important;
}
.green {
  color: var(--lipot-green);
}
.black {
  color: #12212c !important;
}
.center {
  text-align: center;
  margin-top: 0;
}

@media screen and (max-width: 900px) {
  .sp-margin {
    margin-left: 24px;
    margin-right: 24px;
  }
}

/* style */

/* nav */
.nav {
  position: relative;
}
.nav-logo {
  padding: 14px;
  float: left;
  width: 100px;
  height: auto;
}
.nav-recruit {
  position: absolute;
  color: var(--lipot-base);
  vertical-align: middle;
  right: 300px;
  line-height: 72px;
  z-index: 1;
}
.nav-booking {
  position: absolute;
  background-color: var(--lipot-brown);
  vertical-align: middle;
  top: 10px;
  right: 10px;
  width: 240px;
  height: 48px;
  z-index: 1;
}
.nav-booking-txt {
  text-align: center;
  color: white;
  margin: 13px;
}


/* top */
.top {
  padding-bottom: 0px !important;
}
.bg_dark {
  background-color: black;
  display: inline-block;
  height: 800px;
  position: relative;
}
.top-img {
  width: 100vw;
  height: 800px;
  object-fit: cover;
  opacity: 0.7;
  vertical-align: bottom;
}
.top-logo {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
}
.top-txt {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: serif;
  font-size: 100px;
  font-weight: 900;
  width: 100%;
  text-align: center;
}
.top-txt-date {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
  font-size: 110px;
  font-weight: 500;
  font-family: 'Oswald';
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  line-height: 104px;
}
.event-wrapper {
  position: absolute;
  top: 55%;
  /* left: calc(50% - 360px); */
  left: calc(50% - 170px);
  display: flex; /* 横並びにするために flex レイアウトを使用 */
  justify-content: center;
}
.event-wrapper img {
  width: 300px;
  margin: 0 30px;
}
.left-txt {
  width: 48%;
  color: white;
}
.right-img {
  width: 48%;
  float: right;
  margin-bottom: 30px;
  height: 340px;
  object-fit: cover;
}
.left-img {
  width: 48%;
  float: left;
  margin-bottom: 30px;
}
.right-txt {
  width: 48%;
  margin: 0 0 0 auto;
  margin-left: auto;
  color: white;
}
/* gallery */
.gallery {
  margin-top: 30px;
}
.slide-items {
  width: 100%;
  height: 100%;
}
.slide-items img {
  width: 100%;
  object-fit: cover;
}
.splide__slide img {
  height: 300px;
  width: 100%;
}
/* catch */
.catch {
  margin: 20px 0;
}
.catch-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-catch {
  width: 380px;
}
.txt-circle {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: black;
  margin-right: 40px;
}
.txt-circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  font-size: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 120px;
  text-align: center;
}
.txt-subtitle {
  text-align: center;
  line-height: 46px;
  font-size: 40px;
  font-family: 'Hiragino Sans';
  font-weight: 600;
  color: #666666;
  margin-right: 40px;
}
.txt-catch {
  text-align: center;
  margin-top: 10px;
  font-size: 40px;
  font-family: 'Zen Kurenaido';
  font-weight: 600;
}
.txt-caution {
  text-align: center;
  font-size: 14px;
}
/* concept */
.concept-list {
  padding: 40px;
  font-size: 25px;
}
li {
  padding: 10px 0;
}
.img-center {
  width: 90%;
  margin: auto;
  display: block;
  margin-bottom: 30px;
}
.txt-left {
  color: white;
  font-size: 25px;
  text-align: left;
  margin-bottom: 80px;
}
.txt-center {
  color: white;
  font-size: 25px;
  text-align: center;
  margin-bottom: 80px;
  margin: 20px 10% 80px 10%;
}
/* scene */
.txt-green {
  color: #064a3a;
  font-size: 30px;
}
/* menu */
.menu-category {
  text-align: center;
  font-size: 35px;
  margin: 0;
  font-family: 'Oswald';
}
.menu-list li:nth-child(1) {
  margin-right: 200px;
}
.menu-list {
  width: 216px;
}
.menu-wrap {
  justify-content: center;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}
.menu-img {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
}
.menu-title {
  height: 35px;
}
.price {
  font-size: 20px;
}
.price-large {
  font-size: 30px;
  text-align: center;
  margin: 0;
}
.lunch-txt {
  color: white;
  text-align: center;
}
.menu-title-large {
  text-align: center;
  font-size: 30px;
}
.menu-list-large {
  width: 600px;
}
.img-large {
  width: 500px;
  height: 400px;
  object-fit: contain;
  padding-left: 55px;
}
.caution {
  font-size: 16px;
  padding: 0;
  margin: 5px 0px;
}
.margin-bottom {
  margin-bottom: 30px;
}
.tax {
  font-size: 12px;
}
/* app */
.app {
  position: relative;
}
.app-logo {
  width: 400px;
}
.app-btn {
  display: flex;
  align-items: flex-end;
  margin-top: 200px;
}
.app-btn-list {
  list-style: none;
  margin-right: 30px;
}
.app-func {
  padding: 30px;
  background-color: white;
}
.app-left {
  margin: 0 60px;
}
.func-title {
  padding-top: 30px;
  font-size: 30px;
}
.func-list {
  display: flex;
}
.func-txt {
  line-height: 100%;
  font-weight: 500;
  font-size: 32px;
  color: #04c97d;
  font-family: 'Oswald';
}
.func-subtxt {
  font-size: 25px;
}
.sp-img {
  width: 300px;
  height: 571px;
}
/* recruit */
.line-btn {
  width: 400px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.recruit-detail {
  font-size: 30px;
  color: #04c97d;
  text-decoration: underline;
}
/* shop */
.shop-flex {
  display: flex;
}
table {
  font-size: 25px;
  font-family: "Hiragino Sans";
  float: left;
  color: white;
}
tr {
  margin: 5px;
  display: block;
}
.t-left {
  width: 200px;
  color: white;
}
.google-map {
  margin: auto;
}
/* footer */
.footer {
  color: white;
  height: 50px;
}
.footer-txt {
  bottom: 0;
  margin: auto;
  padding-top: 10px;
  font-size: 16px;
  text-align: center;
}
.contain {
  object-fit: contain;
}

@media screen and (max-width: 900px) {
  /* global */
  .secsion-title {
    font-size: 50px;
    text-align: center;
  }
  .secsion-sub-title {
    text-align: center;
  }
  .sub-section-title {
    font-size: 24px;
  }
  .container {
    padding: 0;
  }
  .margin {
    margin: 24px;
  }
  .txt-left {
    font-size: 16px;
  }
  .right-img {
    float: none;
    width: 100%;
    margin: auto;
    margin-bottom: 0;
    display: block;
  }
  .img-default {
    height: 300px;
  }
  .left-txt {
    width: 90%;
    margin: 24px;
  }
  .right-txt {
    float: none;
    width: 90%;
    margin: 24px;
  }
  .left-img {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
  .discription {
    font-size: 16px;
  }
  .concept-list {
    font-size: 16px;
  }
  /* nav */
  .nav-recruit {
    display: none;
  }
  .nav-booking {
    width: 150px;
    height: 40px;
    top: 15px;
  }
  .nav-booking-txt {
    margin: 8px;
  }
  .booking-btn {
    height: 50px;
    width: 340px;
  }
  .booking-btn p {
    font-size: 20px;
  }
  .recruit-btn {
    height: 50px;
    width: 300px;
    margin: 20px auto;
  }
  .recruit-btn p {
    font-size: 20px;
  }
  /* top */
  .bg_dark {
    height: 200px;
  }
  .top-logo {
    width: 200px;
    top: 50%;
  }
  .top-img {
    height: 200px;
  }
  .top-txt {
    top: 70%;
    font-size: 30px;
    font-weight: 500;
  }
  .top-txt-date {
    font-size: 50px;
    line-height: 46px;
    width: 300px;
  }
  .event-sp {
    margin: auto;
    width: 100%;
    max-width: 350px;
  }
  /* catch */
  .top-catch {
    width: 280px;
  }
  .txt-circle {
    width: 70px;
    height: 70px;
    margin-right: 20px;
  }
  .txt-circle span {
    font-size: 15px;
    width: 70px;
  }
  .txt-subtitle {
    line-height: 26px;
    font-size: 20px;
    margin-right: 20px;
  }
  .txt-catch {
    margin-top: 10px;
    font-size: 25px;
  }
  .txt-caution {
    text-align: center;
    font-size: 9px;
  }
  /* concept */
  .txt-center {
    font-size: 16px;
    padding: 20px;
    margin-bottom: 0;
  }
  /* scene */
  .txt-green {
    font-size: 26px;
  }
  /* menu */
  .menu-list {
    width: 175px;
    padding-bottom: 0px;
  }
  .menu-list-large {
    width: 300px;
  }
  .menu-img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
  }
  .img-large {
    width: 300px;
    height: 300px;
    padding-left: 0;
  }
  .menu-title-large {
    text-align: center;
    font-size: 24px;
  }
  .price-large {
    margin: 0;
    font-size: 24px;
  }
  .lunch-txt {
    margin: 25px;
  }
  .menu-title {
    line-height: 20px;
    font-size: 14px;
  }
  .price {
    margin: 5px 0 0 0;
    font-size: 16px;
  }
  .caution {
    color: white;
    padding: 0;
    margin: 5px 20px;
    font-size: 16px;
  }
  .margin-bottom {
    margin-bottom: 30px;
  }
  /* app */
  .app-sp {
    width: 50%;
    display: block;
    margin-top: 40px;
  }
  .app-logo {
    width: 300px;
    margin: auto;
  }
  .sp-screen {
    margin: auto;
    display: block;
  }
  .func-list {
    margin-bottom: 20px;
  }
  .func-icon {
    width: 60px;
  }
  .func-txt {
    font-size: 24px;
    margin: 0;
  }
  .func-subtxt {
    font-size: 16px;
    margin: 0;
  }
  /* recruit */
  .line-btn {
    width: 300px;
    margin: auto;
    display: block;
  }
  /* shop */
  .shop-flex {
    display: block;
  }
  table {
    font-size: 16px;
    margin: auto;
    float: none;
  }
  .t-left {
    width: 100px;
  }
  .google-map {
    width: 80vw;
    margin: auto;
    display: block;
  }
  /* footer */
  .footer-txt {
    font-size: 10px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.contain {
  object-fit: contain;
}


/* popup */
.fukidashi {
  text-align: center;
  margin: 0;
}
.fukidashi span{
  position: relative;
  padding: 0 15px;
}
.fukidashi span::before,
.fukidashi span::after{
  content: "";
  display: inline-block;
  background: #000;
  width: 1px;
  position: absolute;
}
.fukidashi span::before{
  left: 0;
}
.fukidashi span::after{
  right: 0;
}
.fukidashi span::before,
.fukidashi span::after{
  height: 20px;
  bottom: -3px;
}
.fukidashi span::before{
  transform: rotate(-30deg);
}
.fukidashi span::after{
  transform: rotate(30deg);
}
.fukidashi span{
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

.official-booking-btn {
  display: table;
  width: 400px;
  height: 50px;
  border-radius: 5px;
  background: #12212c;
  color: white;
  text-align: center;
  margin: 10px auto;
}
@media screen and (max-width: 900px) {
  .official-booking-btn {
    width: 270px;
  }
}

.line {
  background:#22ba4f url(https://play-lh.googleusercontent.com/74iMObG1vsR3Kfm82RjERFhf99QFMNIY211oMvN636_gULghbRBMjpVFTjOK36oxCbs) no-repeat 20px center / 50px auto;
  margin-top: 3px;
  margin-bottom: 3px;
}

/* campaign */
.campaign-title {
  font-size: 30px;
  color: black;
  margin: 0 30px;
  margin: 0;
  padding: 0;
}
.campaign-btn {
  display: table;
  width: 500px;
  border-radius: 5px;
  background:#22ba4f url(https://play-lh.googleusercontent.com/74iMObG1vsR3Kfm82RjERFhf99QFMNIY211oMvN636_gULghbRBMjpVFTjOK36oxCbs) no-repeat 20px center / 80px auto;
  color: white;
  text-align: center;
  margin: 10px auto;
  padding:10px 0;
  font-size: 30px;
}
@media screen and (max-width: 900px) {
  .campaign-btn {
    background:#22ba4f url(https://play-lh.googleusercontent.com/74iMObG1vsR3Kfm82RjERFhf99QFMNIY211oMvN636_gULghbRBMjpVFTjOK36oxCbs) no-repeat 20px center / 50px auto;
    width: 270px;
    width: 90%;
    font-size: 20px;
    padding: 0;
  }
}

/* course  */
.course-title {
  font-size: 30px;
  margin: 0 30px;
  margin: 0;
  padding: 0;
}

.course-menu {
  font-size: 25px;
}

.course-menu li {
  padding: 2px 0;
}

@media screen and (max-width: 900px) {
  .course-title {
    font-size: 24px;
  }

  .course-menu {
    font-size: 16px;
  }
}