@charset "UTF-8";
/* Media Query */
/* Color */
/* Space */
.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 24px;
}

.mt-4 {
  margin-top: 32px;
}

.mt-5 {
  margin-top: 40px;
}

.mt-6 {
  margin-top: 48px;
}

.mt-7 {
  margin-top: 56px;
}

.mt-8 {
  margin-top: 64px;
}

.mt-9 {
  margin-top: 72px;
}

.mt-10 {
  margin-top: 80px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 8px;
}

.pt-2 {
  padding-top: 16px;
}

.pt-3 {
  padding-top: 24px;
}

.pt-4 {
  padding-top: 32px;
}

.pt-5 {
  padding-top: 40px;
}

.pt-6 {
  padding-top: 48px;
}

.pt-7 {
  padding-top: 56px;
}

.pt-8 {
  padding-top: 64px;
}

.pt-9 {
  padding-top: 72px;
}

.pt-10 {
  padding-top: 80px;
}

/* shopinfo */
.shopinfo .shopname {
  font-size: 30px;
  color: #e50012;
  margin: 0;
  text-align: center;
}
.shopinfo .shopname span {
  display: block;
  font-size: 42px;
  font-weight: 900;
}
.shopinfo .shopdata {
  width: min(800px, 100%);
  list-style-type: none;
  padding: 0 0 64px;
  margin: 40px auto 0;
}
.shopinfo .shopdata li {
  margin-bottom: 16px;
}
.shopinfo .shopdata dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 550px;
  margin: 0 auto;
}
.shopinfo .shopdata dt {
  width: 20%;
}
.shopinfo .shopdata dd {
  width: 70%;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0;
}

main {
  color: #1E1E1E;
  background-color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(14px, 2vw, 20px);
  letter-spacing: 0.08em;
}

.pc-wrap {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .pc-wrap {
    width: 1000px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.pc-wrap-wide {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1200px) {
  .pc-wrap-wide {
    width: 1200px;
  }
}

.pcNone {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .pcNone {
    display: none !important;
  }
}

.spNone {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .spNone {
    display: block !important;
  }
}

main img {
  width: 100%;
}

section {
  position: relative;
}

small {
  font-size: 85% !important;
  font-weight: 500 !important;
  color: #1E1E1E !important;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

p,
dd {
  font-weight: 500;
  line-height: 1.6;
}

dd {
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.floating {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  right: 0;
  left: 0;
  width: min(940px, 90%);
  margin: auto;
  padding: 16px 0;
}
.floating a {
  display: block;
  background: #c31e1e;
  color: #fff;
  border: 4px solid #c31e1e;
  font-size: 30px;
  text-align: center;
  border-radius: 13px;
  padding: 16px 0;
  padding: 16px 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.floating a:hover {
  color: #c31e1e;
  background: #fff;
}

h2 {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(21px, 2vw, 36px);
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (min-width: 1200px) {
  h2 {
    margin-bottom: 2.5em;
  }
}
h2 span {
  padding: 0 0.5em;
  position: relative;
  z-index: 2;
}
h2 span:before {
  content: "";
  display: block;
  width: 100%;
  height: 1em;
  background-color: #FFE476;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.2em;
  margin: 0 auto;
  z-index: -1;
}

.h2_txt {
  font-size: clamp(14px, 1.6vw, 18px);
  text-align: center;
}

h3 {
  font-size: clamp(20px, 2vw, 28px);
  color: #FF772F;
  text-align: center;
  margin-bottom: 1em;
}

div#breadcrumb_container {
  border-bottom: none;
}

/*notes*/
.notes {
  display: block;
  text-align: center;
  margin-top: 2em;
}
.notes ul {
  display: inline-block;
  text-align: center;
}
.notes li {
  display: flex;
  font-weight: 400;
  font-size: clamp(10px, 1vw, 14px);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  padding-bottom: 4px;
}
.notes li + li {
  margin-top: 2px;
}
.notes li::before {
  flex: 0 0 auto;
  content: "※";
}

/*=========================
mvArea
==========================*/
.mvArea {
  position: relative;
}
.mvArea h1 {
  margin: 0;
}
.mvArea img {
  display: block;
  width: 100%;
  margin: auto;
}
.mvArea .swiper-slide {
  position: relative;
}

.swiper-note {
  display: flex;
  justify-content: right;
  margin: 8px auto 0;
  width: min(800px, 100% - 32px);
}

.swiper.sp {
  display: block;
}
@media screen and (min-width: 1200px) {
  .swiper.sp {
    display: none;
  }
}

.swiper.pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .swiper.pc {
    display: block;
  }
}

.swiper-pagination-bullet {
  background-color: #fff;
}

.swiper-pagination {
  display: none;
}

/*=========================
catchArea
==========================*/
.catchArea {
  background-color: #FAF5E1;
  padding: 30px 0 50px;
}
@media screen and (min-width: 1200px) {
  .catchArea {
    padding: 50px 0 100px;
  }
}
.catchArea .catchDeco-01 {
  width: 23%;
  right: 3%;
  bottom: -8%;
}
@media screen and (min-width: 1200px) {
  .catchArea .catchDeco-01 {
    width: 187px;
    right: 8%;
    bottom: 4%;
  }
}
.catchArea .pc-wrap {
  position: relative;
}
.catchArea h2 {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .catchArea h2 {
    text-align: center;
  }
}
.catchArea .catch_en {
  font-family: "Yellowtail", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(70px, 2vw, 87px);
  color: #fff;
  position: absolute;
  left: -3em;
  bottom: 1.5em;
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .catchArea .catch_en {
    left: 0;
    bottom: -1em;
    transform: rotate(0);
  }
}
.catchArea .flexBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.catchArea .flexBox .h2_txt {
  width: 80%;
  text-align: left;
  margin-right: 0;
  padding-right: 1em;
}
@media screen and (min-width: 768px) {
  .catchArea .flexBox .h2_txt {
    width: 35%;
    padding-right: 0;
  }
}
.catchArea .flexBox .catch_ph {
  width: 80%;
  margin-top: 30px;
  margin-right: 0;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .catchArea .flexBox .catch_ph {
    width: 45%;
    margin-top: auto;
    margin-right: 5%;
    border-radius: 10px;
  }
}

/*=========================
アイコン共通
==========================*/
.decoIcon {
  position: absolute;
  z-index: 3;
}
/*=========================
timeArea
==========================*/
.timeArea {
  background-color: #FAF5E1;
  padding: 30px 0 50px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .timeArea {
    padding: 50px 0 100px;
  }
}
.timeArea .timeDeco-01 {
  width: 10%;
  top: 48%;
  right: 20%;
}
@media screen and (min-width: 768px) {
  .timeArea .timeDeco-01 {
    width: 86px;
    left: 8%;
    bottom: 1%;
    top: auto;
  }
}
.timeArea .timeDeco-02 {
  width: 11%;
  top: 47%;
  right: 5%;
}
@media screen and (min-width: 768px) {
  .timeArea .timeDeco-02 {
    width: 89px;
    right: 10%;
    bottom: 3%;
    top: auto;
  }
}
.timeArea h2 {
  text-align: left;
}
.timeArea .timeBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.timeArea .timeBox .timeBlock {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .timeArea .timeBox .timeBlock {
    width: 50%;
  }
}
.timeArea .timeBox .timeBlock .timeBlock_inner {
  padding: 0 20px 30px;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 768px) {
  .timeArea .timeBox .timeBlock .timeBlock_inner {
    padding: 0 20px 50px;
  }
}
.timeArea .timeBox .timeBlock-day .timeBlock_inner {
  background-color: #FF945C;
}
.timeArea .timeBox .timeBlock-night {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .timeArea .timeBox .timeBlock-night {
    margin-top: 0;
  }
}
.timeArea .timeBox .timeBlock-night .timeBlock_inner {
  background-color: #304377;
}
.timeArea .timeBox .timeBlock_txt-01 {
  display: inline-block;
  font-family: "Hina Mincho", serif;
  font-size: clamp(16px, 2vw, 25px);
  line-height: 1;
  background-color: #fff;
  padding: 0.5em;
  margin: 0 auto;
  transform: translateY(-1em);
}
.timeArea .timeBox .timeBlock_txt-02 {
  font-size: clamp(14px, 2vw, 21px);
  color: #fff;
}
.timeArea .cvBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .timeArea .cvBox {
    margin-top: 50px;
    padding: 0;
  }
}
.timeArea .cvBox .cvBox_btn {
  width: 48.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 2.5vw, 26px);
  text-align: center;
}
.timeArea .cvBox .cvBox_btn:hover {
  transform: translateY(2px);
}
@media screen and (min-width: 768px) {
  .timeArea .cvBox .cvBox_btn {
    width: 28%;
  }
}
.timeArea .cvBox .cvBox_btn-menu a {
  background-color: #FF945C;
}
.timeArea .cvBox .cvBox_btn-shop {
  margin-left: 3%;
}
.timeArea .cvBox .cvBox_btn-shop a {
  background-color: #304377;
}
.timeArea .cvBox .cvBox_btn a {
  display: block;
  color: #fff;
  border-radius: 5px;
  padding: 0.5em;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.1s ease;
}
.timeArea .cvBox .cvBox_btn a:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/*=========================
priceArea
==========================*/
.priceArea {
  padding: 40px 0 60px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .priceArea {
    padding: 70px 0;
  }
}
.priceArea .priceDeco {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .priceArea .priceDeco {
    width: 113px;
  }
}
.priceArea .priceDeco-01 {
  width: 20%;
  left: 1%;
  bottom: -7%;
}
@media screen and (min-width: 768px) {
  .priceArea .priceDeco-01 {
    width: 114px;
    left: 7%;
    bottom: -5%;
  }
}
.priceArea .priceDeco-02 {
  width: 8%;
  right: 4%;
  top: 3%;
}
@media screen and (min-width: 768px) {
  .priceArea .priceDeco-02 {
    width: 76px;
    right: 11%;
  }
}

.basic {
  background-color: #fff;
  background-image: radial-gradient(#e9f8ff 20%, transparent 20%), radial-gradient(#e9f8ff 20%, transparent 20%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}
.basic .heading--lv3 {
  line-height: 1.2;
}
.basic-table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13px, 2.5vw, 16px);
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .basic-table {
    width: 77%;
  }
}
.basic-table thead th {
  padding: 16px 10px;
  font-weight: 400;
  text-align: center;
}
.basic-table thead th + th {
  width: 34%;
  border-left: 1px solid #ccc;
}
.basic-table__heading span {
  display: inline-flex;
  font-weight: 700;
  font-size: clamp(16px, 2.5vw, 18px);
  align-items: center;
  gap: 0 4px;
}
.basic-table__heading.-noon {
  background-color: #ffdb7a;
}
.basic-table__heading.-noon span::before {
  font-weight: 500;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  content: "\f185";
}
.basic-table__heading.-night {
  background-color: #7ab9ff;
}
.basic-table__heading.-night span::before {
  font-weight: 500;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  content: "\f186";
}
.basic-table tbody tr {
  border-top: 1px solid #ccc;
}
.basic-table tbody th {
  width: 25%;
  padding: 16px 10px;
  background-color: #304377;
  color: #fff;
}
.basic-table tbody td {
  width: 75%;
  font-size: 16px;
  padding: 16px 10px;
  border-left: 1px solid #ccc;
  text-align: center;
}
.basic-table__price {
  font-weight: 700;
  font-size: 24px;
}

/*-------------------------------
設備
-------------------------------*/
.equipmentArea {
  background-color: #FAF5E1;
  padding: 30px 0;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .equipmentArea {
    padding: 60px 0 70px;
  }
}
.equipmentArea .equipmentDeco-01 {
  width: 11%;
  right: 5%;
  top: -7%;
}
@media screen and (min-width: 768px) {
  .equipmentArea .equipmentDeco-01 {
    width: 80px;
    right: 5%;
    top: 10%;
  }
}

.equipmentFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .equipmentFlex {
    margin: 40px 0 0;
  }
}
.equipmentFlex div {
  width: 33%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .equipmentFlex div {
    width: 18%;
    margin: 0 3%;
  }
}

/*=========================
faqArea
==========================*/
.faqArea {
  padding: 40px 0 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .faqArea {
    padding: 70px 0 80px;
  }
}
.faqArea .faqDeco-01 {
  width: 19%;
  left: 1%;
  top: 30px;
}
@media screen and (min-width: 768px) {
  .faqArea .faqDeco-01 {
    width: 138px;
    left: 10%;
    top: 45px;
  }
}
.faqArea .faqDeco-02 {
  width: 18%;
  right: 0;
  top: 300px;
}
@media screen and (min-width: 768px) {
  .faqArea .faqDeco-02 {
    width: 111px;
    right: 8%;
    top: 500px;
  }
}

.faq-list {
  width: 85%;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .faq-list {
    width: 60%;
  }
}
.faq-question {
  display: flex;
  position: relative;
  padding: 10px;
  align-items: center;
  border-bottom: solid 1px #FF945C;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .faq-question {
    padding: 10px 16px;
  }
}
.faq-question::marker {
  content: "";
}
.faq-question::before {
  display: flex;
  width: 36px;
  aspect-ratio: 1/1;
  border-radius: 100vw;
  background-color: #fff;
  color: #FF945C;
  font-weight: 700;
  font-size: 20px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  content: "Q.";
}
@media screen and (min-width: 768px) {
  .faq-question::before {
    width: 44px;
  }
}
.faq-question .icon-wrap {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
  width: 38px;
  height: 38px;
}
.faq-question .icon-wrap .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.faq-question .icon-wrap .icon::before, .faq-question .icon-wrap .icon::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #FF945C;
  left: 50%;
  top: 50%;
  width: 35%;
  height: 3px;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}
.faq-question .icon-wrap .icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.is-opened .icon-wrap .icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  display: flex;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .faq-answer {
    padding: 16px;
    font-size: clamp(14px, 1.1vw, 20px);
  }
}
.faq-answer::before {
  display: flex;
  aspect-ratio: 1/1;
  width: 36px;
  border-radius: 100vw;
  color: #FF945C;
  font-weight: 700;
  font-size: 20px;
  flex: 0 0 auto;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  content: "A.";
}
@media screen and (min-width: 768px) {
  .faq-answer::before {
    width: 44px;
  }
}
.faq-answer p {
  margin: 8px 0 0;
}
.faq-answer a {
  color: #e50012;
  text-decoration: underline;
}

/*Safariで表示されてしまう▶を非表示 */
summary::-webkit-details-marker {
  display: none;
}

.access {
  position: relative;
}
.access:before {
  content: "";
  width: 100%;
  height: 7%;
  display: block;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background-color: #FDF7DD;
  position: absolute;
  left: 0;
  top: 7%;
}
@media screen and (min-width: 768px) {
  .access:before {
    height: 10%;
    top: 10%;
  }
}
.access .infoDeco-01 {
  width: 20%;
  left: 3%;
  top: 9%;
}
@media screen and (min-width: 768px) {
  .access .infoDeco-01 {
    width: 169px;
    top: 12%;
  }
}
.access .accessInner {
  background: linear-gradient(180deg, #fff 0%, #fff 14%, #FDF7DD 14%, #FDF7DD 100%);
}
@media screen and (min-width: 768px) {
  .access .accessInner {
    background: linear-gradient(180deg, #fff 0%, #fff 20%, #FDF7DD 20%, #FDF7DD 100%);
  }
}
.access-map {
  width: 100%;
  aspect-ratio: 1/1;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .access-map {
    aspect-ratio: 16/9;
  }
}
.access-map iframe {
  width: 100%;
  height: 100%;
}
.access-shopname {
  font-size: 13px;
  text-align: center;
}
.access-shopname img {
  width: 40%;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .access-shopname img {
    width: 20%;
  }
}
.access-shopname p {
  margin: 0 auto;
  text-align: center;
}
.access-details {
  display: flex;
  margin-top: 50px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .access-details {
    border: 1px solid #ccc;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.access-details dt {
  display: flex;
  padding: 14px;
  background-color: #FF945C;
  color: #fff;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .access-details dt {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .access-details dt:not(:first-child) {
    border-top: 1px solid #fff;
  }
}
.access-details dd {
  padding: 14px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .access-details dd {
    width: 70%;
  }
}
.access-details dd:not(:nth-child(2)) {
  border-top: 1px solid #ccc;
}
.access-details .notes {
  margin-top: 0;
}/*# sourceMappingURL=style.css.map */