@charset "UTF-8";
/*--------------- ▽ 変数設定 ▽ ---------------*/

/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
.header h1 {
  max-width: 257px;
  min-width: 210px;
  width: 64%;
}
.header h1 span {
  display: block;
}
.header-logo {
  display: block;
  width: fit-content;
}
.header-logo:hover {
  opacity: 0.7;
}
.header-inner {
  padding: 10px 20px 10px 0;
  box-sizing: border-box;
}
.header-right {
  gap: 25px;
}

/*-------------------
header-nav
--------------------*/
.header-nav {
  background: var(--col-main-light);
  padding: 12px 0;
  box-sizing: border-box;
}
.header-nav-item {
  padding: 0 20px;
  border-right: 1px solid var(--col-main);
  box-sizing: border-box;
}
.header-nav-item:last-child {
  border: none;
}
.header-nav-link:hover {
  color: var(--col-main);
}

/*-------------------
現在の表示ページ
--------------------*/
.header-nav-link.current {
  color: var(--col-main-dark);
}

.drawer-link.current {
  color: var(--col-main-dark02);
}

/*--------------- △ header △ ---------------*/
/*--------------- ▽ footer ▽ ---------------*/
#pagetop {
  position: fixed;
  right: 2.5%;
  bottom: 5%;
  z-index: 100;
}

.footer {
  padding: 70px 0 0;
  box-sizing: border-box;
  position: relative;
  background: url(../img/common/footer-bg-top.png) no-repeat top center/300%;
}
.footer-logo {
  display: block;
  width: fit-content;
  margin: 0 auto 40px;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-info {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.footer-nav-list {
  gap: 20px;
  font-size: 1.4rem;
}
.footer #copyright {
  text-align: center;
  padding: 5px 0;
  background: rgba(var(--col-main-rgb), 0.4);
}
.footer #copyright small {
  color: var(--col-main-dark);
  font-size: 12px;
}
.footer #copyright small a {
  color: var(--col-main-dark);
}
.footer #copyright small a:hover {
  opacity: 0.7;
}

/*--------------- △ footer △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
/*--------------- ▼ main-visual ▼ ---------------*/
#mv {
  z-index: 0;
  height: clamp(390px, 60vw, 550px);
  position: relative;
}
#mv li {
  position: relative;
  height: clamp(300px, 50vw, 500px);
}
#mv li:nth-child(1) {
  background: url(../img/mv/mv-slide01.jpg) no-repeat right center/cover;
}
#mv li:nth-child(2) {
  background: url(../img/mv/mv-slide02.jpg) no-repeat center center/cover;
}
#mv li:nth-child(3) {
  background: url(../img/mv/mv-slide03.jpg) no-repeat center center/cover;
}
#mv li:nth-child(4) {
  background: url(../img/mv/mv-slide04.jpg) no-repeat center center/cover;
}

.mv {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 150px;
}
.mv::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/bg-deco03.png) no-repeat center center/cover;
  bottom: -150px;
  left: 0;
  margin: auto;
  right: 0;
  transition: all 0.3s ease;
}
.mv .bx-wrapper,
.mv ul {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 0 0 auto;
}
.mv li {
  width: 100%;
  margin: 0 0 0 auto;
}
.mv-img-wrap {
  position: relative;
  margin: 0 auto;
}
.mv-catch {
  position: absolute;
  margin: auto;
  bottom: -150px;
  left: 0;
  right: 0;
  z-index: 100;
  width: clamp(250px, 80%, 400px);
  height: fit-content;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top ▼ ---------------*/
.top-section {
  padding: 17% 0;
  box-sizing: border-box;
}

/*--------------------
top-lead
---------------------*/
.top-lead {
  position: relative;
}
.top-lead::before {
  position: absolute;
  content: "";
  background: url(../img/common/bg-deco03.png) no-repeat bottom center/cover;
  width: 100%;
  height: 150px;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  transition: all 0.3s ease;
}
.top-lead-wrap {
  display: block;
}
.top-lead-img {
  position: relative;
  right: -50px;
  top: -30px;
}
.top-lead-text-wrap {
  margin: 0 auto 10%;
}

/*--------------------
top-movie
---------------------*/
.top-movie {
  background: url(../img/common/bg-deco02.png) no-repeat bottom right;
}
.top-movie .inbox {
  position: relative;
}
.top-movie .inbox::before {
  position: absolute;
  content: "";
  background: url(../img/common/bg-deco01.png) no-repeat;
  width: 100%;
  height: 200px;
  margin: auto;
  left: -260px;
  top: -80px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: -1;
}
.top-movie-wrap {
  aspect-ratio: 1000/550;
  width: 100%;
  /* background: #eee; */
  margin: 0 auto 10%;
  position: relative;
  z-index: 1;
}

.top-movie-wrap>iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}

/*--------------------
top-menu
---------------------*/
.top-menu .inxbox {
  position: relative;
}
.top-menu-ttl {
  margin: 0 auto 60px;
}
.top-menu-list {
  margin: 0 auto 10%;
  position: relative;
  z-index: 1;
}
.top-menu-item {
  position: relative;
  margin: 0 auto 15%;
}
.top-menu-item:last-of-type {
  margin: 0 auto;
}
.top-menu-item .item-img {
  position: relative;
  top: 0;
  aspect-ratio: 860/560;
  width: 100%;
  border-radius: 0 0 var(--round-base) var(--round-base);
}
.top-menu-item .item-textbox {
  border-radius: var(--round-base) var(--round-base) 0 0;
}
.top-menu-item .item-text {
  box-sizing: border-box;
}

/*--------------------
top-bnr
---------------------*/
.top-bnr-list {
  display: block;
}
.top-bnr-item {
  margin: 0 auto 12%;
}
.top-bnr-item:last-child {
  margin: 0 auto;
}

/*--------------------
top-reserve
---------------------*/
.com-reserve {
  background: url(../img/common/reserve-bg.jpg) no-repeat center center/cover;
}
.com-reserve-container {
  background: var(--col-wh);
  padding: 10% 6%;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: var(--box-shadow01);
}
.com-reserve-container .container-text-wrap {
  position: relative;
  padding: 40px 0;
  box-sizing: border-box;
  margin: 0 auto 10%;
}
.com-reserve-container .container-text-wrap::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco05.png) no-repeat;
  width: 150px;
  height: 11px;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.com-reserve-container .container-text-wrap::after {
  position: absolute;
  content: "";
  background: url(../img/common/deco05.png) no-repeat;
  width: 150px;
  height: 11px;
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
  transform: scale(-1, 1);
}
.com-reserve-container .container-text {
  text-align: center;
  margin: 0 auto 20px;
}
.com-reserve-container .container-links-list{
  gap: 20px;
  flex-wrap: wrap;
}
.com-reserve-container .container-links-item{
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.com-reserve-container .container-tel {
  margin: 0 auto;
  text-align: center;
}
.com-reserve-container .container-table-wrap {
  overflow: auto;
}

.com-time-table {
  width: 100%;
  border-top: 1px solid var(--col-main);
  border-left: 1px solid var(--col-main);
  margin-bottom: 15px;
}
.com-time-table th {
  border-right: 1px solid var(--col-main);
  border-bottom: 1px solid var(--col-main);
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  color: var(--col-main-dark);
  vertical-align: middle;
  font-size: 1.3rem;
}
.com-time-table td {
  border-right: 1px solid var(--col-main);
  border-bottom: 1px solid var(--col-main);
  padding: 8px;
  box-sizing: border-box;
  text-align: center;
  color: var(--col-main);
  vertical-align: middle;
  font-size: 1.3rem;
}
.com-time-table-note {
  font-size: 1.3rem;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.com-time-table-note .ttl {
  color: var(--col-sub);
}

/*--------------------
top-news 
---------------------*/
.top-news {
  background: var(--col-main-light02);
  position: relative;
  background: var(--col-wh);
}
.top-news-wrap {
  display: block;
}
.top-news-wrap {
  margin: 0 auto 30px;
}
.top-news-ttl {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.top-news-ttl .ttl-en {
  top: auto;
  left: 60px;
}
.top-news-right {
  z-index: 1;
}

/*--------------- ▲ top ▲ ---------------*/
/*--------------- ▽ sub-page ▽ ---------------*/
.sub-section {
  padding: 20% 0;
  box-sizing: border-box;
  position: relative;
}

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
  position: relative;
  width: 100%;
  background: url(../img/sv/sv-deco.png) no-repeat top left/60%, var(--col-main-light);
}
.sv-wrap {
  height: 100%;
  width: 100%;
}
.sv-img {
  width: 80vw;
  height: 200px;
  margin: 0 0 0 auto;
  text-align: right;
  border-radius: 20px 0 0 0;
}
.sv-ttl {
  position: absolute;
  display: block;
  z-index: 10;
  background: var(--col-wh);
  padding: 18px 30px;
  font-size: 1.9rem;
  height: fit-content;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
  box-shadow: var(--box-shadow02);
  border: 1px solid var(--col-main);
}
.sv-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/sv/sv-ttl-deco.png) no-repeat;
  width: 100px;
  height: 12px;
  left: 0;
  margin: auto;
  right: 0;
  top: -15px;
  background-size: contain;
  transition: all 0.3s ease;
}

/*--------------- ▼ ぱんくず ▼ ---------------*/
#bread-clumb {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 2% 0;
  z-index: 100;
  line-height: 1;
}
#bread-clumb li {
  position: relative;
  color: var(--col-text);
  font-size: 14px;
  float: left;
  margin-right: 20px;
}
#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}
#bread-clumb li:last-child {
  margin-right: 0;
}
#bread-clumb li:last-child:after {
  display: none;
}
#bread-clumb li a {
  color: var(--col-text);
  border-bottom: 1px solid;
  display: block;
}
#bread-clumb li a:hover {
  opacity: 0.7;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ sub02_about ▼ ---------------*/
/*-----------------------
about-message
-------------------------*/
.about-message .inbox {
  position: relative;
}
.about-message .inbox::before {
  position: absolute;
  content: "";
  background: url(../img/common/bg-deco01.png) no-repeat;
  width: 200px;
  height: 300px;
  left: -100px;
  margin: auto;
  top: -60px;
  background-size: contain;
  transition: all 0.3s ease;
}
.about-message-wrap {
  position: relative;
  z-index: 1;
  display: block;
}
.about-message-img .img {
  aspect-ratio: 1/1;
  width: 80%;
  margin: 0 auto 6%;
}
.about-message-img figcaption {
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0 auto 6%;
}
.about-message-img figcaption .text {
  font-size: 1.5rem;
  font-family: var(--font-ttl-ja);
  color: var(--col-main-dark02);
  display: block;
  margin-bottom: 5px;
}
.about-message-img figcaption .name {
  font-size: 1.8rem;
  font-family: var(--font-ttl-ja);
  left: 0.1em;
  color: var(--col-wh);
  display: block;
  background: var(--col-main);
  padding: 12px 20px;
  box-sizing: border-box;
}
.about-message-img figcaption .name .small {
  font-size: 1.4rem;
}
.about-message-text {
  margin-bottom: 10%;
}
.about-message-note .license-item {
  margin-bottom: 18px;
  font-size: 1.5rem;
}
.about-message-note .license-item:last-child {
  margin-bottom: 0;
}

/*-----------------------
about-feature
-------------------------*/

.about-feature-item {
  position: relative;
  margin: 0 auto 50px;
  z-index: 1;
}
.about-feature-item:last-child {
  margin: 0 auto;
}
.about-feature-item .item-ttl {
  min-height: auto;
  font-size: 1.9rem;
}
.about-feature-item .item-img {
  aspect-ratio: 540/400;
  width: 100%;
  position: relative;
  border-radius: 0 0 var(--round-small) var(--round-small);
}
.about-feature-item .item-textbox {
  border-radius: var(--round-small) var(--round-small) 0 0;
}

/*-----------------------
about-info
-------------------------*/
.about-info-container {
  background: var(--col-main-light02);
  padding: 7% 6%;
  box-sizing: border-box;
}

/*--------------- ▲ sub02_about ▲ ---------------*/
/*--------------- ▼ sub03_menu ▼ ---------------*/
/*-----------------------
menu
-------------------------*/
#menu .menu-item {
  margin: 0 auto 30px;
}
#menu .menu-item:last-child {
  margin: 0 auto;
}
#menu .menu-item .item-wrap {
  display: block;
}
#menu .menu-item .item-img {
  aspect-ratio: 300/200;
  width: 100%;
  border-radius: var(--round-small);
  margin: 0 auto 5%;
}
#menu .menu-item .item-text {
  line-height: 1.9;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--col-sub);
}
#menu .menu-item .item-price {
  text-align: right;
  display: block;
  color: var(--col-main-dark02);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: var(--font-ttl-ja);
}

/*--------------- ▲ sub03_menu ▲ ---------------*/
/*--------------- ▼ sub04_worries ▼ ---------------*/
/*-----------------------
worries-lead
-------------------------*/
.worries-lead {
  background: url(../img/worries/about-bg.jpg) no-repeat left bottom/100%, var(--col-main-light);
  padding-bottom: 200px;
  box-sizing: border-box;
}
.worries-lead-ttl .ttl-en {
  right: -70px;
}
.worries-lead .inbox {
  position: relative;
}
.worries-lead .inbox::before {
  position: absolute;
  content: "";
  background: url(../img/common/bg-deco04.png) no-repeat;
  width: 300px;
  height: 400px;
  margin: auto;
  right: -150px;
  top: -80px;
  background-size: contain;
  transition: all 0.3s ease;
}
.worries-lead-list {
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}
.worries-lead-item {
  background: var(--gradient01);
  margin-bottom: 10px;
  padding: 15px 40px 15px 15px;
  box-sizing: border-box;
  font-size: 1.8rem;
  color: var(--col-wh);
  letter-spacing: 0.1em;
  font-family: var(--font-ttl-ja);
}
.worries-lead-item .icon-check {
  position: relative;
  display: block;
  padding-left: 30px;
}
.worries-lead-item .icon-check::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-check.png) no-repeat;
  width: 20px;
  height: 20px;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}

/*-----------------------
worries-effect
-------------------------*/
.worries-effect::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-arw02.png) no-repeat;
  width: 140px;
  height: 60px;
  left: 0;
  margin: auto;
  right: 0;
  top: -30px;
  background-size: contain;
  transition: all 0.3s ease;
}
.worries-effect-list {
  gap: 40px;
}
.worries-effect-item {
  width: 100%;
  background: url(../img/common/deco09.png) no-repeat bottom 20px right 20px, var(--col-wh);
  padding: 30px 30px 60px;
}
.worries-effect-item .item-ttl {
  margin: 0 auto 70px;
}
.worries-effect-item .item-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco10.png) no-repeat;
  width: 54px;
  height: 20px;
  bottom: -45px;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.worries-effect-item .item-text {
  line-height: 1.9;
}

/*--------------- ▲ sub04_ ▲ ---------------*/
/*--------------- ▼ sub05_flow ▼ ---------------*/
/*-----------------------
flow-about
-------------------------*/
.flow-about{
  background: url(../img/common/bg-deco02.png)no-repeat bottom right/60%;
}
.flow-about-ttl .ttl-en {
  right: -20px;
}
.flow-about-ttl .ttl-wrap::before {
  right: -200px;
}
.flow-about-list {
  counter-reset: number 0;
}
.flow-about-item {
  margin: 0 auto 60px;
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--col-main);
}
.flow-about-item::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: var(--col-wh);
  border-right: 1px solid var(--col-main);
  border-bottom: 1px solid var(--col-main);
  transform: rotate(45deg);
  bottom: -16px;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.flow-about-item:last-child {
  margin: 0 auto;
  border: none;
}
.flow-about-item:last-child::before {
  content: none;
}
.flow-about-item .item-wrap {
  flex-wrap: wrap;
}
.flow-about-item .item-num {
  content: "";
  position: absolute;
  top: -30px;
  font-size: 6rem;
  z-index: 2;
  right: 0;
  color: var(--col-main-dark02);
  font-family: var(--font-ttl-en);
}
.flow-about-item .item-num em {
  font-size: 7rem;
}
.flow-about-item .item-text-wrap {
  order: 1;
  margin: 0 auto 8%;
}
.flow-about-item .item-text {
  box-sizing: border-box;
}
.flow-about-item .item-text .small {
  font-size: 1.4rem;
}
.flow-about-item .item-img {
  order: 2;
  aspect-ratio: 380/200;
  width: 100%;
  border-radius: 0 var(--round-base);
  margin: 0 auto 5%;
}

/*-----------------------
flow-faq
-------------------------*/
.flow-faq-ttl .ttl-en {
  right: -50px;
}
.flow-faq-list {
  position: relative;
  z-index: 1;
}
.flow-faq-item {
  margin: 0 auto 8%;
  padding: 7% 6%;
}
.flow-faq-item:last-child {
  margin: 0 auto;
}
.flow-faq-item .item-q {
  gap: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--col-main);
  margin-bottom: 15px;
}
.flow-faq-item .item-q .icon {
  background: var(--col-main);
  color: var(--col-wh);
  border-radius: 0 var(--round-small);
  width: 30px;
  height: 30px;
  font-size: 1.8rem;
  font-family: var(--font-ttl-ja);
  line-height: 1.2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.flow-faq-item .item-q .text {
  position: relative;
  color: var(--col-main-dark02);
  flex: 1;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 0;
}
.flow-faq-item .item-a {
  gap: 20px;
}
.flow-faq-item .item-a .icon {
  background: var(--col-sub);
  color: var(--col-wh);
  border-radius: 0 var(--round-small);
  width: 30px;
  height: 30px;
  font-size: 1.8rem;
  font-family: var(--font-ttl-ja);
  line-height: 1.2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.flow-faq-item .item-a .text {
  position: relative;
  flex: 1;
  margin-top: 0px;
  line-height: 1.9;
}

/*-----------------------
flow-reserve
-------------------------*/
#flow-reserve .com-time-table-note{
  margin: 20px auto 0;
}
/*--------------- ▲ sub05_flow ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.post-wrp .tag-change {
  text-align: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
  margin-bottom: 30px;
  -webkit-justify-content: start;
  justify-content: start;
}
.post-wrp .tag-change li {
  flex: 0 0 30%;
  margin: 2% 1% 0 0;
}
.post-wrp .tag-change li a {
  border: solid 1px var(--col-main);
  padding: 5px 0;
  display: block;
  color: var(--col-main);
  background: #fff;
  font-size: 3vw;
}
.post-wrp .tag-change .current a {
  background: var(--col-main);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

/*タグ一覧
-------------------------------*/
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
  z-index: 2;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col-text);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  border: solid 1px var(--col-main);
  color: var(--col-main);
  background: #fff;
  padding: 10px 15px;
  display: block;
}
.post-wrp .tag-change .current a {
  background: var(--col-main);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

/*詳細
-------------------------------*/
.s-time-tag {
  margin-bottom: 5%;
}

.sb-post-body {
  margin-bottom: 7%;
  padding-bottom: 7%;
  border-bottom: 1px solid;
  line-height: 2;
}

.s-post-taglist {
  margin-bottom: 30px;
}

/*--------------- ▲ お知らせ ▲ ---------------*/