@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;
}

html {
  scroll-behavior: smooth;
  font-size: clamp(10px, 1.0416666667vw, 15px);
}
@media screen and (max-width: 910px) {
  html {
    font-size: clamp(10px, 3.0476190476vw, 16px);
  }
}

body {
  color: #640125;
  font-family: "Zen Maru Gothic", sans-serif !important;
  max-width: 1920px;
  margin: auto;
  /*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;
}

body {
  display: flex;
}
body .container {
  width: calc(100vw - 16rem);
  margin-left: 16rem;
}

/*******************************
/* ヘッダー
*******************************/
header {
  width: 16rem;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  padding: 1em 0.5em;
  position: fixed;
  background: #ffffff;
  box-shadow: 2px 0 4px #999;
}
header .logo {
  line-height: 0;
  text-align: center;
  width: 90%;
  margin: 0 auto 1em;
}
header .logo img {
  width: 100%;
}

nav ul {
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
}
nav ul li a {
  font-weight: bold;
  font-size: 1.125em;
  text-align: center;
  display: block;
  color: #640125;
  background: #fff;
  padding: 15px 0;
  border: solid #640125 1px;
  border-radius: 1em;
  box-shadow: 1px 1px 6px #777;
}
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 #9d5b8b;
  background-position: 90% 50%;
  padding-right: 20px;
  background-size: 8px;
  color: #f3f3f2;
}

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

footer {
  background: #640125;
  color: #f3f3f2;
  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: #f3f3f2;
  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: 910px) {
  header {
    padding-bottom: 0;
    min-width: auto;
    padding: 0;
    position: inherit;
    width: 100%;
    right: auto;
  }
  header h1 img {
    width: 100%;
  }
  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%;
    border-top: solid 1px #411f00;
  }
  .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: #9d5b8b;
    background-size: 4%, 11%;
    font-size: 1rem;
    color: #f3f3f2;
    padding: 18px 0 18px 10px;
    text-align: center;
  }
  .tel {
    line-height: inherit;
    padding: 0;
  }
  .tel a {
    color: #640125;
    background: url(../img/arrow.png), url(../img/form.png);
    background-repeat: no-repeat;
    background-position: 90% 50%, 6% 50%;
    background-color: #82bc0e;
    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: #edd3a1;
    color: #f3f3f2;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
  }
  nav.globalMenuSp ul {
    background: #f3f3f2;
    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 #640125;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #640125;
    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 #f3f3f2;
    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;
  }
}
@media screen and (max-width: 910px) {
  .bgWhite p {
    text-align: center;
  }
  .bgWhite .white p {
    text-align: left;
  }
  .bgWhite .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: #f3f3f2;
  border: 3px double #f3f3f2;
}

.more_block {
  position: relative;
}
.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: #f3f3f2;
  border: 3px double #f3f3f2;
  bottom: 0;
}
.more_block .open {
  display: none;
}
.more_block label:has(:checked) .closed {
  display: none;
}
.more_block label:has(:checked) .open {
  display: inline-block;
}
.more_block.colored {
  width: 90%;
  padding: 1em;
  background: #ffd000;
  border-radius: 2em;
}
.more_block.colored .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
}
.more_block.colored .content .small {
  line-height: 1.5;
}
@media screen and (max-width: 910px) {
  .more_block.colored .content {
    gap: 1em;
  }
  .more_block.colored .content > * {
    width: 100%;
  }
  .more_block.colored .content p:nth-of-type(3) {
    order: 2;
  }
  .more_block.colored .content p:nth-of-type(4) {
    order: 1;
  }
}

.fv {
  height: 100vh;
  padding: 0;
  box-shadow: 0 1px 8px #999;
  position: relative;
  z-index: 1;
}

.title_bar {
  background: #640125;
  color: #fff !important;
  text-align: center;
  font-size: 2em;
  width: 100%;
  margin: 2em auto 1.5em;
}

.effect .more_block,
.products .more_block {
  margin: 3em auto 0;
}
.effect .menu__wrap,
.products .menu__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 1em;
}
.effect .menu__wrap .menu,
.products .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: #f3f3f2;
  width: 25%;
  display: block;
  background-position: 85% 50%;
}
.effect .menu__wrap .menu a,
.products .menu__wrap .menu a {
  color: #f3f3f2;
}

.course {
  font-size: 16px;
}
.course .course__wrap .course__wrap_ttl {
  background: linear-gradient(93deg, #000 30%, transparent 90%);
  color: #f3f3f2;
  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: #f3f3f2;
  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: #f3f3f2;
  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: #f3f3f2;
  opacity: 0.7;
  transition: all 0.1s;
}
.course .menu_top {
  max-height: auto;
}
.course:has(:chefcked) .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: #f3f3f2;
  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: #9d5b8b;
}

.shop .flex_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 2em;
}
.shop .flex_block > * {
  width: 45%;
}
.shop .flex_block > * img {
  width: 100%;
}
.shop .flex_block .map {
  padding: 0;
  border-radius: 2em;
  overflow: hidden;
  height: 45vh;
}
.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: #f3f3f2;
}
.shop .flex_block .shop_dtl p b {
  width: -moz-max-content;
  width: max-content;
  display: block;
  border: 1px solid #f3f3f2;
  line-height: 1;
  padding: 0.25em;
  margin: 0 0 0.125em;
}
.shop .flex_block .shop_dtl:has(.between) * {
  text-align: center;
}
.shop .flex_block .shop_dtl .between {
  width: 100%;
  display: flex;
  justify-content: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
.shop .flex_block .shop_dtl .between a {
  display: block;
  width: 12em;
  line-height: 1.6;
  font-size: 1.1;
  font-weight: bold;
  background: #9d5b8b;
  color: #f3f3f2 !important;
  border-radius: 1em;
  border: 1px solid #640125;
  padding: 0.25em 0.5em;
}
.shop .flex_block .shop_dtl .between a:nth-last-of-type(1) {
  background: #82bc0e;
  color: #640125 !important;
}

.flex_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 2em;
}
.flex_block > * {
  width: 45%;
}
.flex_block > * img {
  width: 100%;
}
.flex_block .map {
  padding: 0;
  border-radius: 2em;
  overflow: hidden;
  height: 45vh;
}
.flex_block .shop_dtl {
  padding: 0;
}
.flex_block .shop_dtl p {
  font-size: clamp(1em, 1.6vw, 1.2em);
  text-align: left;
  padding: 0 0 1em;
  color: #f3f3f2;
}
.flex_block .shop_dtl p b {
  width: -moz-max-content;
  width: max-content;
  display: block;
  border: 1px solid #f3f3f2;
  line-height: 1;
  padding: 0.25em;
  margin: 0 0 0.125em;
}
.flex_block .shop_dtl:has(.between) * {
  text-align: center;
}
.flex_block .shop_dtl .between {
  width: 100%;
  display: flex;
  justify-content: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
.flex_block .shop_dtl .between a {
  display: block;
  width: 12em;
  line-height: 1.6;
  font-size: 1.1;
  font-weight: bold;
  background: #9d5b8b;
  color: #f3f3f2 !important;
  border-radius: 1em;
  border: 1px solid #640125;
  padding: 0.25em 0.5em;
}
.flex_block .shop_dtl .between a:nth-last-of-type(1) {
  background: #82bc0e;
  color: #640125 !important;
}

.to_clm,
.to_clm_R {
  display: flex;
}

@media screen and (max-width: 910px) {
  header {
    height: auto !important;
  }
  body {
    display: flex;
    flex-direction: column;
  }
  body .container {
    width: 100vw;
    margin-left: 0;
  }
  body .container section {
    font-size: 1rem;
  }
  body .container li.arrangement {
    flex-direction: column;
    padding: 0 2%;
  }
  body .container li.arrangement.__R {
    flex-direction: column-reverse;
  }
  body .container li.arrangement > * {
    width: 100% !important;
  }
  body .container li.arrangement .txt > div {
    flex-direction: column;
    row-gap: 1em;
  }
  .fv {
    height: auto;
  }
  header .logo {
    margin: 0 auto 0 13vw;
  }
  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;
  }
  section .content.f_cc .txt {
    text-align: justify;
    line-height: 2;
  }
  .shop .flex_block {
    flex-direction: column;
  }
  .shop .flex_block > * {
    width: 94%;
  }
  .shop .shop_dtl {
    width: -moz-fit-content;
    width: fit-content;
  }
  .more_block label,
  .btn_more a {
    font-size: 1.2em;
    padding: 0.25em 2em;
  }
  .btn_more a {
    width: -moz-max-content;
    width: max-content;
  }
  .to_clm {
    flex-direction: column !important;
  }
  .to_clm_R {
    flex-direction: column-reverse !important;
  }
  .to_clm > *,
  .to_clm_R > * {
    width: 100% !important;
  }
}
#shadow-host-companion {
  display: none;
}/*# sourceMappingURL=common.css.map */