@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: #000;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1em;
  /*min-width: 1200px;*/
}

a {
  color: #000;
  text-decoration: none;
  transition: all 300ms ease-out 0s;
  will-change: transform;
}

/*clearfix
----------------------------------------*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

a:hover {
  opacity: 0.8;
}
a:active, a:focus {
  outline: 0;
}

img {
  border: 0;
  /*vertical-align: bottom;*/
}

.center {
  text-align: center;
}

.right {
  text-align: right !important;
}

li {
  list-style: none;
}

.sp {
  display: none;
}

.pt10 {
  padding-top: 10px !important;
}

/*******************************
/* ヘッダー
*******************************/
header {
  width: 215px;
  height: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  padding: 22px 0px;
  background: #1e1e1e;
  position: fixed;
  height: 100%;
}
header .logo {
  line-height: 0;
  text-align: center;
  width: 90%;
  margin: auto;
}
header .logo img {
  width: 100%;
}

.container {
  margin-left: 215px;
  background: #000;
}

nav ul li:first-child {
  margin-top: 25px;
}
nav ul li a {
  font-weight: bold;
  font-size: 110%;
  text-align: center;
  padding: 15px 0;
  display: block;
  color: #fff;
}
nav ul li a:hover {
  opacity: 0.8;
}
nav ul li a:hover::after {
  width: 100%;
  left: 0;
}

.menu a:hover::before {
  width: 100%;
  left: 0;
}

nav ul li a::after {
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  background: #e66c00;
}

.formbtn a {
  display: block;
  padding: 18px 0;
  padding-right: 0px;
  background: url(../img/arrow.png) right no-repeat #911313;
  background-position: 82% 50%;
  padding-right: 20px;
  background-size: 8px;
}

.tel {
  display: block;
  padding: 13px 0;
  color: #fff;
  text-align: center;
  line-height: 2;
  font-size: 1.1rem;
}

footer {
  background: #2b2b2b;
  color: #fff;
  font-size: 100%;
  text-align: center;
  height: 60px;
  line-height: 60px;
}

/*----------------------------*
/*ページトップボタン*/
/*----------------------------*/
#page_top {
  bottom: 0px !important;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 5px;
  background: #4d4d4d;
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before {
  width: 35px;
  height: 35px;
  font-family: FontAwesome;
  content: "\f106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*----------------------------*
/*ページトップボタン　end*/
/*----------------------------*/
/*------------------------------------------------------------
	スマホ版
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px) {
  header {
    padding-bottom: 0;
    min-width: auto;
    padding: 0;
    position: inherit;
    width: 100%;
    right: auto;
  }
  header h1 img {
    width: 100%;
  }
  .container {
    margin-left: 0px;
  }
  header h1 a {
    display: block;
  }
  header .logo {
    width: 191px;
    padding: 8px 0px 5px 10px;
  }
  nav {
    padding: 20px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .btnBlock {
    z-index: 3;
    width: 100%;
  }
  .btnBlock p {
    width: 50%;
  }
  .formbtn a {
    background: url(../img/arrow.png), url(../img/form.png);
    background-repeat: no-repeat;
    background-position: 90% 50%, 6% 50%;
    background-color: #911313;
    background-size: 4%, 11%;
    font-size: 1rem;
    color: #fff;
    padding: 18px 0 18px 10px;
    text-align: center;
  }
  .tel {
    line-height: inherit;
    padding: 0;
  }
  .tel a {
    color: #fff;
    background: url(../img/arrow.png), url(../img/tel_sp.png);
    background-repeat: no-repeat;
    background-position: 90% 50%, 6% 50%;
    background-color: #000;
    background-size: 4%, 11%;
    font-size: 1rem;
    padding: 18px 0 18px 10px;
    text-align: center;
    width: 100%;
    display: block;
  }
  nav ul li {
    margin-left: 0;
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #1e1e1e;
    color: #fff;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
  }
  nav.globalMenuSp ul {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    display: initial;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #fff;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
  }
  nav.globalMenuSp.active {
    transform: translateY(0%);
  }
  /* 最後はラインを描かない */
  /* このクラスを、jQueryで付与・削除する */
  .navToggle {
    display: block;
    position: fixed;
    /* bodyに対しての絶対位置指定 */
    right: 20px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
    background-color: rgba(30, 30, 30, 0.5);
  }
  .navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #fff;
    transition: 0.35s ease-in-out;
    left: 6px;
  }
  .navToggle span:nth-child(1) {
    top: 9px;
  }
  .navToggle span:nth-child(2) {
    top: 18px;
  }
  .navToggle span:nth-child(3) {
    top: 27px;
  }
  .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
  }
  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    transform: rotate(-45deg);
  }
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 18px;
    transform: rotate(45deg);
  }
  #page_top {
    display: none;
  }
}
.bgBlack h2, .bgBlack p {
  color: #fff;
}
.bgBlack p {
  text-align: center;
  font-size: 1.3rem;
  padding: 25px 0 15px;
}
.bgBlack .white p {
  text-align: left;
}
.bgBlack .img {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .bgBlack p {
    text-align: center;
    font-size: 1.3rem;
    padding: 25px 0 15px;
  }
  .bgBlack .white p {
    text-align: left;
  }
  .bgBlack .img {
    width: 100%;
  }
}
.btn_more a {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  width: 16em;
  padding: 0.75em 2em;
  margin: auto;
  background: #e66c00;
  color: #fff;
  border: 3px double #fff;
}

.more_block {
  position: relative;
  padding: 0 0 5em;
}
.more_block input {
  display: none;
}
.more_block label {
  font-size: 1.4rem;
  text-align: center;
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  padding: 0.5em 2em;
  background: #e66c00;
  color: #fff;
  border: 3px double #fff;
  bottom: 0;
}
.more_block .more_cont_block {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: all linear 0.1s;
  padding: 0 0 3em;
  overflow: hidden;
}
.more_block .open {
  display: none;
}
.more_block label:has(:checked) .closed {
  display: none;
}
.more_block label:has(:checked) .open {
  display: inline-block;
}
.more_block label:has(:checked) + .more_cont_block {
  max-height: -moz-max-content;
  max-height: max-content;
  opacity: 1;
  pointer-events: all;
  transition: all linear 0.5s;
}

section:not(.fv) {
  padding: 2em 0 3.25em;
}
section.bg_tile {
  background: url(../img/bg_tile.png) repeat #000;
  position: relative;
  padding: 0;
}
section.bg_tile .sec__inner {
  padding: 2em 0 3.25em;
  -webkit-backdrop-filter: brightness(1.1);
          backdrop-filter: brightness(1.1);
}
section h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  width: 1em;
  line-height: 1em;
  writing-mode: vertical-rl;
  letter-spacing: 0.75em;
  padding: 3em 0 2em !important;
  margin: 0 auto;
  font-size: 1.8em;
  font-weight: lighter;
}
section h2 img {
  width: 100%;
}
section .sec_dsc {
  text-align: center;
  line-height: 2;
  margin-bottom: 2em;
  font-size: 1.25em;
  padding: 1.5em 0 1em;
}
section .sec_dsc.about_course {
  font-size: clamp(16px, 1.5vw, 1.4em);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 3;
  color: #000000;
  text-align: center;
  background: linear-gradient(to left, transparent 10%, #ff832b, transparent 90%);
  padding: 0;
  margin: 0 9% 2em;
  border-top: 1px solid #ff832b;
  border-bottom: 1px solid #ff832b;
}
section .sec_mv {
  display: flex;
}
section .sec_mv img {
  width: 100%;
}

.room .txt {
  text-align: center !important;
}

.food .more_block {
  margin: 3em auto 0;
}
.food .menu__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 1em;
}
.food .menu__wrap .menu {
  font-size: 1em;
  background: url(../img/ico_arrow_bottom.png) no-repeat right #9e8e44;
  padding: 0.75em 1.5em 0.75em 5%;
  color: #fff;
  width: 25%;
  display: block;
  background-position: 85% 50%;
}
.food .menu__wrap .menu a {
  color: #fff;
}

.course {
  font-size: 16px;
}
.course .course__wrap .course__wrap_ttl {
  background: linear-gradient(93deg, #000 30%, transparent 90%);
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0 0 0 1em;
  line-height: 3;
  margin: 4cqh auto 1em;
}
.course .course_dtl {
  margin: 3em 0 0;
}
.course .course_dtl * {
  line-height: 1;
}
.course .course_dtl .course_dtl__inner {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: auto;
}
.course .course_dtl .course_name {
  width: 70%;
  text-align: left;
  background: linear-gradient(266deg, transparent, #ff8b0b, #000 80%);
  color: #fff;
  font-size: 1.4em;
  line-height: 3;
  padding: 0 0 0 1em;
  margin: 0 auto 1.5em;
}
.course .course_dtl .course_img,
.course .course_dtl .course_dsc__wrap {
  position: relative;
  width: 28vw;
  height: 28vw;
}
.course .course_dtl .course_img img,
.course .course_dtl .course_dsc__wrap img {
  width: 100%;
}
.course .course_dtl .course_sub_ttl {
  font-size: 1.125em;
  line-height: 1.4;
  padding: 0 0 1em;
}
.course .course_dtl .price {
  font-size: 1.75em;
  color: #a31717;
  padding: 0 0 0.5em;
  text-align: right;
}
.course .course_dtl .price .small {
  font-size: 0.7em;
  padding-right: 0.25em;
  color: #000;
}
.course .course_dtl .menu_dtl {
  font-size: 1em;
  padding: clamp(1em, 1vw, 3em) 0.5em;
  overflow: scroll;
  height: calc(100% - 6.45em);
  background: rgb(255, 254, 253);
  box-shadow: inset 1px 1px 3px #e7a66c, inset -1px -1px 2px #e7a66c;
}
.course .course_dtl:nth-of-type(1) {
  margin-top: 3em;
}
.course .course_dtl .btn_booking {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 2em 0 0 auto;
}
.course .course_dtl .btn_booking a {
  font-size: 1.2em;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  -moz-column-gap: 0.125em;
       column-gap: 0.125em;
  margin-left: auto;
  background: #fff;
  padding: 0.5em 1em;
  border-radius: 0 1em 1em 0;
  border: 2px solid #ff6800;
  transition: all 0.4s;
}
.course .course_dtl .btn_booking a img {
  width: 1em;
}
.course .course_dtl .btn_booking a:hover {
  background: #ff6800;
  color: #fff;
  opacity: 0.7;
  transition: all 0.1s;
}
.course .menu_top {
  max-height: auto;
}
.course:has(:checked) .menu_top {
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  transition: all linear;
}

.reward .reward__wrap {
  font-size: clamp(8px, 0.7vw, 10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 7em;
       column-gap: 7em;
  row-gap: 7em;
}
.reward .reward__wrap .reward_cnt {
  font-size: clamp(16px, 2vw, 20px);
  padding: 2em 0.125em 1em;
  position: relative;
  width: 40%;
  border: double 10px rgba(255, 234, 216, 0.8549019608);
}
.reward .reward__wrap .reward_cnt::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-28%, -15%);
  font-size: 1.8em;
  color: #fff;
  text-shadow: 2px 2px 4px #411f00, 0 0 2px #411f00, 0 0 2px #411f00, 0 0 2px #411f00, 0 0 2px #411f00, 0 0 2px #411f00;
  z-index: 2;
}
.reward .reward__wrap .reward_cnt:nth-of-type(1)::before {
  content: "特典１";
}
.reward .reward__wrap .reward_cnt:nth-of-type(2)::before {
  content: "特典２";
}
.reward .reward__wrap .reward_cnt:nth-of-type(3)::before {
  content: "特典３";
}
.reward .reward__wrap .reward_cnt:nth-of-type(4)::before {
  content: "特典４";
}
.reward .reward__wrap .reward_cnt * {
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.reward .reward__wrap .reward_cnt img {
  position: absolute;
  width: 7em;
  top: 0;
  left: 0;
  transform: translate(-25%, -45%);
}
.reward .reward__wrap .reward_cnt img.small {
  width: 4em;
  transform: translate(-75%, -5%) rotate(-65deg);
}
.reward .reward__wrap .reward_cnt .reward_catch {
  font-size: 1.8em;
  text-align: left;
  margin: 0 0 0.5em 3.2em;
}
.reward .reward__wrap .reward_cnt .reward_ttl {
  font-size: 1.4em;
  line-height: 1.4;
  margin: 0 auto 0.75em;
}
.reward .reward__wrap .reward_cnt .reward_dsc_head {
  font-size: 0.8em;
  margin: 0 auto 0.5em;
}
.reward .reward__wrap .reward_cnt .reward_dsc {
  font-size: 0.7em;
  line-height: 1.5;
  width: -moz-max-content;
  width: max-content;
  height: 4.5em;
  margin: 0 auto;
  text-align: justify;
}
.reward .reward__wrap .reward_cnt .red {
  color: #911313;
}

.shop .flex_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 2em;
}
.shop .flex_block > * {
  width: 45%;
}
.shop .flex_block .map {
  padding: 0;
}
.shop .flex_block .shop_dtl {
  padding: 0;
}
.shop .flex_block .shop_dtl p {
  font-size: clamp(1em, 1.6vw, 1.2em);
  text-align: left;
  padding: 0 0 1em;
  color: #fff;
}
.shop .flex_block .shop_dtl p b {
  width: -moz-max-content;
  width: max-content;
  display: block;
  border: 1px solid #fff;
  line-height: 1;
  padding: 0.25em;
  margin: 0 0 0.125em;
}

@media screen and (max-width: 767px) {
  header .logo {
    margin: 0 auto 0 13vw;
  }
  section.bg_tile .sec__inner {
    -webkit-backdrop-filter: brightness(1.125);
            backdrop-filter: brightness(1.125);
  }
  section .sec_dsc {
    font-size: 1.125em;
  }
  section .sec_dsc.about_course {
    width: 94%;
    margin: 0 auto;
    line-height: 1.8;
  }
  section h2 {
    font-size: 1.4em;
    font-weight: bold;
  }
  .food .menu__wrap {
    flex-direction: column;
    align-items: center;
  }
  .food .menu__wrap .menu {
    width: 70%;
  }
  .course .course__wrap .course__wrap_ttl {
    background: #000;
  }
  .course .course_dtl .course_dtl__inner {
    flex-direction: column;
    width: 94%;
  }
  .course .course_dtl .course_img,
  .course .course_dtl .course_dsc__wrap {
    width: 100%;
    height: auto;
  }
  .course .course_dtl .course_img .price,
  .course .course_dtl .course_dsc__wrap .price {
    text-align: left;
    margin: 0.5em 0 0;
  }
  .course .course_dtl .course_img .price .small,
  .course .course_dtl .course_dsc__wrap .price .small {
    font-size: 0.65em;
  }
  .course .course_dtl .course_name {
    width: 100%;
    padding: 0.25em 0 0.25em 1em;
    font-size: 1.2em;
    line-height: 1.4;
  }
  .course .course_dtl {
    padding: 0 0 5em;
  }
  .course .course_dtl .course_name {
    padding: 0.5em 0 0.5em 1em;
    font-size: 1em;
    line-height: 1.4;
    text-align: center;
    background: linear-gradient(165deg, transparent, #ff8b0b, #000 40%);
  }
  .course .course_dtl .menu_dtl {
    height: 20em;
  }
  .course .course_dtl .btn_booking {
    bottom: -4em;
  }
  .reward .reward__wrap .reward_cnt {
    width: 80%;
  }
  .shop .flex_block {
    flex-direction: column;
  }
  .shop .flex_block > * {
    width: 94%;
  }
  .more_block label,
  .btn_more a {
    font-size: 1.2em;
    padding: 0.25em 2em;
  }
  .btn_more a {
    width: -moz-max-content;
    width: max-content;
  }
}/*# sourceMappingURL=common.css.map */