@import url('https://fonts.googleapis.com/css2?family=BenchNine:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Six+Caps&display=swap');
body {
  background:rgba(130,220,210,.1) ;
  color: #37474F !important;
}


.container, 
.container-fluid {
}

section {
  position: relative;
  margin-bottom: 10em;
}

p {
  color: #37474F;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2em;
  font-weight: 200;
}

h2, h3, h4, h5, h6 {
  padding-bottom: 1em;
  letter-spacing: .1em;
}

h2 {
  font-weight: 700;
}
.h2-responsive {
  font-weight: bold;
}
h3, h4, h5, h6, b {
  font-weight: 500 ;
}
strong {
  font-weight: 700 ; 
}
.accent-color {         background:rgba(130,220,210,.5) ;}
.accent-color.liten-1 { background:rgba(130,220,210,.4) ;}
.accent-color.liten-2 { background:rgba(130,220,210,.3) ;}
.accent-color.liten-3 { background:rgba(130,220,210,.2) ;}
.accent-color.liten-4 { background:rgba(130,220,210,.1) ;}
.accent-color.darken-1{ background:rgba(130,220,210,.6) ;}
.accent-color.darken-2{ background:rgba(130,220,210,.7) ;}
.accent-color.darken-3{ background:rgba(130,220,210,.8) ;}
.accent-color.darken-4{ background:rgba(130,220,210,.9) ;}
.accent-color.darken-5{ background:rgba(130,220,210,1)  ;}
.sub-color {            background:#f48fb1 ;}
.text-sub-color {       color:#f48fb1 ;}
.relative {
  position: relative;
}
.content-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1ch;
}
.btn.disabled, .btn:disabled {
  opacity: .37;
}




header .logo{
  display: inline-block;
  width: 200px;
  height: 200px;
  background:rgba(130,220,210,1) ;
}
header .logo img {
  width: 150px;
  margin-left: 25px;
  margin-top: 59.5px;
}

.nav-toggler {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  color:white;
}
.nav-collapse {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}
.nav-collapse ul {
  list-style: none;
  background: white;
  margin: 0;
  padding: 0;
}
.nav-collapse li {
  display: inline-block;
  padding: 1.8em 2.7em;
  text-align: center;
  font-size: .7em;
}
.nav-collapse li i {
  font-size: 1.5em;
}
.nav-collapse li.active {
  background:rgba(130,220,210,.2) ;
}
.nav-collapse li:hover {
  background:rgba(130,220,210,.1) ;
}
.nav-collapse li a {
  text-decoration: none;
  color: #666;
  font-weight: bold;
}
.nav-dark .nav-collapse li a {
  text-decoration: none;
  color: #666;
  font-weight: bold;
}

header nav {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  z-index: 1000;
}

@media only screen and (max-width: 640px) {
  header .logo {
    width:  100px;
    height: 100px;
    z-index: 1101;
  }
  header .logo img {
    width: 75px;
    margin-left: 7.5px;
    margin-top: 30px;
    z-index: 1102;
  }

  header nav {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 1100;
  }
  .nav-ctl {
    border-bottom: 1px solid rgba(130,220,210,.3);
    padding: 1em 1em 2.5em 1em;
  }
  .nav-collapse {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /*background:rgba(130,220,210,.5) ;*/
    background:rgba(255,255,255,.9) ;
    z-index: 1100;
  }
  .nav-collapse.active {
    display: block;
  }
 .nav-collapse ul {
    display: block;
    width: 100%;
    padding: 0 2em;
    margin: 40px 0;
    list-style: none;
  }
  .nav-collapse li {
    display: block;
    padding: 1em 0 ;
    margin: 0;
    text-align: left;
  }
  .nav-collapse li a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
  }
  .nav-collapse .contact a {
    color: #fff;
  }
  .nav-collapse .contact {
    margin-top: 1em;
    text-align: center;
  }
}




main {
  padding-top: 0px;
}

#main_visual {
  width: 100%;
  height: 100vh;
  background: linear-gradient( 90deg, 
    rgb(130,220,210,.3) 0%, 
    rgb(130,220,210,.3) 37%,
    #ffffff 37%, 
    #ffffff 100%
  );
}

#main-visual-slide.carousel,
#img-area {
  width: 80%;
}
.main-visual {
  padding-top: 4.77em;
  width:100%;
}

.main-visual .cover {
  width:100%;
  height: 80vh;
  object-fit: cover;
}

.main-visual .logo img {
  width: 200px;
}

.copy {
  position: absolute;
  top: 250px;
  left: 150px;
  z-index: 1001;
}
.copy h1 {
  color: white;
  font-family: 'BenchNine', sans-serif;
  font-weight: bold;
  font-size: 10em;
  line-height: .8em;
}
.copy p {
  color: white;
}

@media only screen and (max-width: 640px) {
  #main_visual {
    padding: 1.5em;
    width: 100%;
    height: 108vh;
    background: linear-gradient( 90deg, 
      rgb(130,220,210,.3) 0%, 
      rgb(130,220,210,.3) 50%,
      #ffffff 50%, 
      #ffffff 100%
    );
  }


  #main-visual-slide.carousel {
    width: 100%;
  }
  .main-visual {
    padding-top: 0;
    width:100%;
  }
  .main-visual .logo img {
    width: 150px;
  }
  .main-visual .cover {
    width:100%;
    height: 100vh;
    object-fit: cover;
  }
  .copy {
    position: absolute;
    top: 250px;
    left: 1em;
    z-index: 1001;
  }
  .copy h1 {
    color: white;
    font-family: 'BenchNine', sans-serif;
    font-weight: bold;
    font-size: 6em;
    line-height: .8em;
  }
  .copy p {
    color: white;
    font-size: 60%;
  }
}


.en-title {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  text-align: center ;
  font-size: 10em;
  line-height: 1em;
  letter-spacing: .07em;
  font-family: 'Six Caps', sans-serif;
  font-weight: bold;
  color: rgb(130,220,210,.3);
  z-index: -1;
}

.terget_bg {
  width: 100%;
  padding-bottom: 50px !important;
  background: linear-gradient( 0deg, 
    rgba(130,220,210,.9) 0%, 
    rgba(130,220,210,.9) 50%,
    rgba(130,220,210,.0) 50%, 
    rgba(130,220,210,.0) 100%
  );
}

.t-no {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: right;
  vertical-align: bottom;
  line-height:.5em;
  font-family: 'BenchNine', sans-serif;
  font-weight: bold;
  font-size: 10em;
  color: rgba(255,255,255,.5);
  z-index: 1001 !important;
}

@media only screen and (max-width: 640px) {
  .en-title {
    font-size: 7em;
    line-height: 1em;
    letter-spacing: .07em;
    margin-top: -.2em;
  }
  .en-title.sm {
    font-size: 4em;
    margin-top: .5em;
  }

  .terget_bg {
    width: 100%;
    padding-bottom: 50px !important;
    background: linear-gradient( 0deg, 
      rgba(130,220,210,.9) 0%, 
      rgba(130,220,210,.9) 90%,
      rgba(130,220,210,.0) 90%, 
      rgba(130,220,210,.0) 100%
    );
  }

  .t-no {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: right;
    vertical-align: bottom;
    line-height:.5em;
    font-family: 'BenchNine', sans-serif;
    font-weight: bold;
    font-size: 10em;
    color: rgba(255,255,255,.5);
    z-index: 1001 !important;
  }
}
#terget p:not(.t-no) {
  color: rgba(255,255,255,.9);
  font-weight: bold;
  z-index: 1002;
}

#story p {
  line-height: 2em;
}

#whats .image-wrapper {
  padding-left: 150px;
}
#whats .contents-wrapper {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  #whats .image-wrapper {
    padding-left: 0px;
  }
  #whats .contents-wrapper {
    width: 75%;
  }
}

#news .image-wrapper {
  padding-right: 150px;
}
#news .contents-wrapper {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  #news .image-wrapper {
    display: none;
    padding-left: 0px;
  }
  #news .contents-wrapper {
    width: 75%;
  }
}
.container-harf {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .container-harf {
    width: 80%;
  }
}

.menu-image {
  width: 15% ;
  float: left;
  padding-right: 10px;
  border-radius: 5px
}
.menu-info {
  width: 85%;
  float: right;
}
@media only screen and (max-width: 640px) {
  .menu-image {
    width: 100% ;
    padding-bottom: 10px;
  }
  .menu-info {
    width: 100%;
  }

}
.form-wrapper {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .form-wrapper {
    width: 90%;
  }
}

#reserve-table tr:nth-child(even) {
  background:rgba(130,220,210,.1)
}
.date, .price {
  letter-spacing: .0;
  font-weight: 400;
  font-family: 'Arial', sans-serif;
}
.date small, .price small {
  font-size: .5em;
  font-weight: 600;
  margin-left: .1em;
}









/**ユーティリティ**/
.rank-init {
  counter-reset: rank;
}
.triangle {
  position: relative;
}
 .triangle::before { /* ラベルのスタイル */
  content: "";
  position: absolute;
  border-bottom: 100px solid transparent;
  border-left: 100px solid #000;
  opacity: .8;
}
.triangle.rank:nth-child(1)::before {
  border-left: 100px solid #e6c300;
}
.triangle.rank:nth-child(2)::before {
  border-left: 100px solid #a9a9a9;
}
.triangle.rank:nth-child(3)::before {
  border-left: 100px solid #815a2b;
}
.triangle:nth-child(n + 4 )::before {
  border-left: 100px solid #000;
}
.triangle.new::before {
  border-left: 100px solid rgba(255,0,0,1);
}
.triangle::after { /* 順位（文字）のスタイル */
  content: " ";
  position: absolute;
  top: 10px;
  left: 25px;
  font-size: 1.2em;
  color: #fff;
}
.triangle.rank::after { /* 順位（文字）のスタイル */
  counter-increment: rank;
  content: "No." counter(rank) ;
}
.triangle.new::after { /* 順位（文字）のスタイル */
  content: "New!!" ;
}

@media only screen and (max-width: 640px) {
  .triangle::before { /* ラベルのスタイル */
    border-bottom: 30px solid transparent;
  }
  .triangle::after { /* 順位（文字）のスタイル */
    content: " ";
    position: absolute;
    top: 5px;
    left: 25px;
    font-size: .8em;
    color: #fff;
  }

}


.rounded-10{ border-radius: 10px; }
.rounded-20{ border-radius: 20px; }
.rounded-30{ border-radius: 30px; }
.rounded-40{ border-radius: 40px; }

.ratio-9-16, .ratio-3-4, .ratio-3-2, .ratio-3-1, .square {
  width: 100%;
  object-fit: cover;
}
.ratio-9-16{aspect-ratio: 9 / 16;}
.ratio-3-4{ aspect-ratio: 3 / 4;}
.ratio-3-2{ aspect-ratio: 3 / 2;}
.ratio-3-1{ aspect-ratio: 3 / 1;}
.square{    aspect-ratio: 1;}
.cover {
  object-fit: cover;
}
.cover.center{
  object-position: center center;
}
.x-small {
  font-size: 0.37em;
  vertical-align: super;
}
.btn-floating.btn-xs {
  margin: 5px;
  width: 21.21112px;
  height:21.21112px
}
.btn-floating.btn-xs i {
  font-size: .74519rem;
  line-height:22.5px
}
div#share{
  display: inline-block;
}
/* ページTOP */
#page-top {
  width: 64px;
  height: 64px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  /* メインカラー */
  background-color: #373737;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
}
#page-top a:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity:0.8;
}
#page-top a {
    width: 64px;
    height: 64px;
    display: block;
    text-align: left;
    text-indent: -200em;
    overflow: hidden;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="32,26"><polygon fill="%23e8eaf6" points="32 25.85 16 9.85 0 25.85 0 16 16 0 32 16 32 25.85" /></svg>');
    background-size: 64px 64px;
    background-position: 16px 16px;
    border-radius: 32px;
    background-color: #373737;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
}

  .reserve-btn {
    width: 128px;
    height: 128px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    /* メインカラー */
    background-color: #f48fb1;
    border-radius: 64px;
    -webkit-border-radius: 64px;
    -moz-border-radius: 64px;
  }

  .reserve-btn a {
      padding-top: 24px;
      display: block;
      color: white;
      overflow: hidden;
      line-height: 2.4em;
      text-align: center;
      border-radius: 64px;
      -webkit-border-radius: 64px;
      -moz-border-radius: 64px;
  }
  .reserve-btn a small{
    margin-top: 0;
    font-size: 1.2em;
  }
  .reserve-btn i {
    margin: 0;
    padding: 0;
    font-size: 4em;
  }


@media only screen and (max-width: 640px) {
  .reserve-btn {
    width: 64px;
    height: 64px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    /* メインカラー */
    background-color: #f48fb1;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
  }

  .reserve-btn a {
      padding-top: 12px;
      display: block;
      color: white;
      overflow: hidden;
      line-height: 1.2em;
      text-align: center;
      border-radius: 32px;
      -webkit-border-radius: 32px;
      -moz-border-radius: 32px;
  }
  .reserve-btn a small{
    margin-top: 0;
    font-size: .6em;
  }
  .reserve-btn i {
    margin: 0;
    padding: 0;
    font-size: 2em;
  }
}


footer{
    /*footerの装飾*/
    width: 100%;
    color: #fff;
    background: rgba(130,220,210,1); 
    text-align: center;
    padding: 10px 0;
}

footer a {
    color: white;
    font-weight: bold;
}

.card .view {
  height: 250px;
  orver-flow:hidden ;
}

@media only screen and (max-width: 640px) {
  .card .view {
    height: 200px;
  }
}

.custom-scrollbar {
  margin:0px;
  padding:0px;
}

.sn-bg-kirin {
    background-image:  url( ../../../../img/header_bg.png )  ;
}
.cal td {
  height:auto;
  min-height:100px;
}
.cal-date {
  display:block;
    width:100%;
    min-width:100%;
  display: block;
  height:20px;
}

.cal-data {
  display:block;
    width:100%;
    min-width:100%;
  height:auto;
  min-height:85px;
}

.cal-capacity {
  display:block;
    width:100%;
    min-width:100%;
  height:25px;
}
