@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 {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-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: 1026px) {
  .pc-wrap {
    width: 1000px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.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%;
}

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-size: clamp(22px, 2vw, 35px);
  color: #696348;
  text-align: center;
  margin-bottom: 1em;
}
h2 strong {
  display: block;
  font-size: clamp(30px, 2vw, 35px);
}
@media screen and (min-width: 1026px) {
  h2 strong {
    display: inline;
  }
}

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

div#breadcrumb_container {
  border-bottom: none;
}

/*notes*/
.notes {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.notes ul {
  display: inline-block;
  text-align: left;
}
.notes li {
  display: flex;
  font-weight: 400;
  font-size: clamp(12px, 1vw, 20px);
  gap: 0 4px;
  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;
  background-color: #F5F5F5;
}
.mvArea img {
  display: block;
  width: 100%;
  margin: auto;
}
.mvArea .swiper-slide {
  position: relative;
}
.mvArea .swiper-slide .obi {
  width: 9%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
  line-height: 1;
  padding: 0 0.5em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mvArea .swiper-slide .obi {
    width: 40px;
  }
}
.mvArea .swiper-slide .obi-day {
  background-color: #E38F35;
}
.mvArea .swiper-slide .obi-day:before {
  content: "DAYTIME";
  transform: rotate(-90deg);
}
.mvArea .swiper-slide .obi-night {
  background-color: #323743;
}
.mvArea .swiper-slide .obi-night:before {
  content: "NIGHTTIME";
  transform: rotate(-90deg);
}
.mvArea .mv_catch {
  font-size: clamp(22px, 2.5vw, 32px);
  color: #fff;
  line-height: 1.4;
  position: absolute;
  left: 70px;
  bottom: 20px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mvArea .mv_catch {
    left: auto;
    right: 3%;
    bottom: 29px;
  }
}

.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: 1026px) {
  .swiper.sp {
    display: none;
  }
}

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

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

.swiper-pagination {
  display: none;
}

/*=========================
catchArea
==========================*/
.catchArea {
  background: #F5F5F5 url(../img/catch_bg.png) no-repeat left bottom;
  padding: 30px 0 50px;
}
@media screen and (min-width: 1026px) {
  .catchArea {
    padding: 50px 0 100px;
  }
}
.catchArea .enjoyBox {
  margin-top: 50px;
}

/*=========================
アイコン共通
==========================*/
.decoIcon {
  width: 34%;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .decoIcon {
    width: 159px;
  }
}

/*=========================
enjoyArea
==========================*/
.enjoyArea {
  padding: 30px 0 50px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1026px) {
  .enjoyArea {
    padding: 50px 0 100px;
  }
}
.enjoyArea .enjpyDeco {
  position: absolute;
}
.enjoyArea .enjpyDeco-01 {
  width: 30%;
  left: -8%;
  top: 67px;
}
@media screen and (min-width: 1026px) {
  .enjoyArea .enjpyDeco-01 {
    width: 21%;
    left: -20px;
    top: 30px;
  }
}
.enjoyArea .enjpyDeco-02 {
  width: 24%;
  right: -5%;
  top: 0%;
}
@media screen and (min-width: 1026px) {
  .enjoyArea .enjpyDeco-02 {
    width: 17%;
    right: 10px;
    top: 1%;
  }
}
.enjoyArea .timeBlock .pc-wrap {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .enjoyArea .timeBlock .pc-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.enjoyArea .timeBlock-day {
  background-color: linear-gradient(to bottom, #ffffff 0% 28%, #F5F0E0 28% 100%);
  padding: 50px 0 0;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .enjoyArea .timeBlock-day {
    background-color: #F5F0E0;
    margin-top: 50px;
  }
}
.enjoyArea .timeBlock-day .pc-wrap {
  background-color: #F5F0E0;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .enjoyArea .timeBlock-day .pc-wrap {
    background-color: #F5F0E0;
    margin-top: 50px;
  }
}
.enjoyArea .timeBlock-day .timeBlock_ph {
  margin-top: -50px;
}
@media screen and (min-width: 768px) {
  .enjoyArea .timeBlock-day .timeBlock_ph {
    margin-top: initial;
  }
}
.enjoyArea .timeBlock-night {
  background-color: #F5F0E0;
  padding: 50px 0;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .enjoyArea .timeBlock-night {
    padding: 135px 0 100px;
  }
}
.enjoyArea .timeBlock-night:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #323743;
  clip-path: polygon(0 24%, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.enjoyArea .timeBlock-all {
  background: linear-gradient(to bottom, #323743 0% 28%, #fff 28% 100%);
  padding: 0 0 50px;
  transform: translateY(-1px);
}
@media screen and (min-width: 768px) {
  .enjoyArea .timeBlock-all {
    background: none;
    padding: 50px 0 100px;
  }
}
.enjoyArea .timeBlock .timeBlock_inner {
  width: 74%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .enjoyArea .timeBlock .timeBlock_inner {
    width: 100%;
    margin: 0 auto;
  }
}
.enjoyArea .timeBlock .timeBlock_inner-reverse {
  flex-direction: row-reverse;
  margin: 0 auto 0 0;
}
@media screen and (min-width: 768px) {
  .enjoyArea .timeBlock .timeBlock_inner-reverse {
    margin: 0 auto;
  }
}
.enjoyArea .timeBlock .timeBlock_inner .timeDeco-01 {
  left: -35%;
  bottom: -8%;
}
@media screen and (min-width: 768px) {
  .enjoyArea .timeBlock .timeBlock_inner .timeDeco-01 {
    left: auto;
    right: -5%;
    bottom: 10px;
  }
}
.enjoyArea .timeBlock .timeBlock_inner .timeDeco-02 {
  right: -30%;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .enjoyArea .timeBlock .timeBlock_inner .timeDeco-02 {
    left: 40%;
    right: auto;
    bottom: -60px;
  }
}
.enjoyArea .timeBlock .timeBlock_inner .timeDeco-02_02 {
  right: -35%;
  top: -17.5%;
}
@media screen and (min-width: 768px) {
  .enjoyArea .timeBlock .timeBlock_inner .timeDeco-02_02 {
    display: none;
  }
}
.enjoyArea .timeBlock .timeBlock_inner .timeDeco-03 {
  left: -30%;
  bottom: -13%;
}
@media screen and (min-width: 768px) {
  .enjoyArea .timeBlock .timeBlock_inner .timeDeco-03 {
    left: auto;
    right: 0;
    bottom: 25%;
  }
}
.enjoyArea .timeBlock .timeBlock_inner .timeBlock_ph {
  width: 86%;
}
@media screen and (min-width: 768px) {
  .enjoyArea .timeBlock .timeBlock_inner .timeBlock_ph {
    width: 45%;
  }
}
.enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt {
    width: 48%;
  }
}
.enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_number {
  width: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  position: absolute;
  left: -63px;
  top: 10%;
}
@media screen and (min-width: 768px) {
  .enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_number {
    width: auto;
    justify-content: flex-start;
    margin-bottom: 1em;
    position: static;
    top: 20%;
  }
}
.enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_number .number {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_number .number {
    width: 56px;
  }
}
.enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_number .number img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_number .number img {
    width: auto;
  }
}
.enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_number .time {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: clamp(10px, 2.5vw, 19px);
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  margin-left: 0;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_number .time {
    width: 80px;
    height: 80px;
    margin-left: 0.8em;
    margin-top: 0;
  }
}
.enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_number-day {
  color: #EA5504;
}
.enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_number-day .time {
  border: solid 1px #EA5504;
}
.enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_number-night {
  color: #FFFA7B;
  left: auto;
  right: -68px;
  top: 16%;
}
.enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_number-night .time {
  border: solid 1px #FFFA7B;
}
.enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_number-all {
  color: #696348;
  top: 37%;
}
.enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_number-all .time {
  background-color: #696348;
  color: #fff;
}
.enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_ttl {
  display: flex;
  align-items: center;
  font-size: clamp(16px, 2.5vw, 28px);
  padding-bottom: 0.5em;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_ttl {
    margin-top: 0;
  }
}
.enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_ttl-day {
  color: #EA5504;
  border-bottom: solid 2px #EA5504;
}
.enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_ttl-day:before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 30px;
  background: url(../img/time_ttl-day.png) no-repeat left center;
  background-size: contain;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_ttl-day:before {
    width: 39px;
    height: 40px;
  }
}
.enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_ttl-night {
  color: #FFFA7B;
  border-bottom: solid 2px #FFFA7B;
  padding-left: 14%;
}
@media screen and (min-width: 768px) {
  .enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_ttl-night {
    padding-left: 0;
  }
}
.enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_ttl-night:before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 30px;
  background: url(../img/time_ttl-night.png) no-repeat left center;
  background-size: contain;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_ttl-night:before {
    width: 39px;
    height: 40px;
  }
}
.enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_txt {
  margin-top: 1em;
}
.enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_txt-night {
  padding-left: 14%;
}
@media screen and (min-width: 768px) {
  .enjoyArea .timeBlock .timeBlock_inner .timeBlock_cnt .tB_cnt_txt-night {
    padding-left: 0;
  }
}
.enjoyArea .cvBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.enjoyArea .cvBox .cvBox_btn {
  width: 48.5%;
  font-size: clamp(16px, 2.5vw, 26px);
  text-align: center;
}
.enjoyArea .cvBox .cvBox_btn:hover {
  transform: translateY(2px);
}
@media screen and (min-width: 1026px) {
  .enjoyArea .cvBox .cvBox_btn {
    width: 28%;
  }
}
.enjoyArea .cvBox .cvBox_btn-menu a {
  background-color: #EA5504;
}
.enjoyArea .cvBox .cvBox_btn-shop {
  margin-left: 3%;
}
.enjoyArea .cvBox .cvBox_btn-shop a {
  background-color: #323743;
}
.enjoyArea .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;
}
.enjoyArea .cvBox .cvBox_btn a:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/*=========================
priceArea
==========================*/
.priceArea {
  padding: 50px 0 30px;
  background-color: #F5F0E0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1026px) {
  .priceArea {
    padding: 100px 0 70px;
  }
}
.priceArea .priceDeco {
  width: 16%;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .priceArea .priceDeco {
    width: 113px;
  }
}
.priceArea .priceDeco-01 {
  left: -1%;
  top: -1%;
}
@media screen and (min-width: 1026px) {
  .priceArea .priceDeco-01 {
    left: 10%;
    top: 11%;
  }
}
.priceArea .priceDeco-02 {
  right: -1%;
  top: -1%;
}
@media screen and (min-width: 1026px) {
  .priceArea .priceDeco-02 {
    right: 10%;
    top: 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-size: clamp(13px, 2.5vw, 16px);
  margin: 30px auto 0;
}
@media screen and (min-width: 1026px) {
  .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: 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: #323743;
  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;
}

/*-------------------------------
暑さ対策
-------------------------------*/
.summerheatArea {
  background-color: #F5F5F5;
  padding: 50px 0 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1026px) {
  .summerheatArea {
    padding: 100px 0 70px;
  }
}
.summerheatArea .summerheatDeco-01 {
  left: -3%;
  top: 0%;
  width: 29.5%;
}
@media screen and (min-width: 1026px) {
  .summerheatArea .summerheatDeco-01 {
    left: 8%;
    top: 7%;
    width: 159px;
  }
}
.summerheatArea .summerheatDeco-02 {
  right: -13%;
  top: 15%;
}
@media screen and (min-width: 1026px) {
  .summerheatArea .summerheatDeco-02 {
    right: 6%;
    top: 29%;
  }
}

.summerheatFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  margin: 40px 0 30px;
}
@media screen and (min-width: 1026px) {
  .summerheatFlex {
    margin: 40px 0 0;
  }
}
.summerheatFlex div {
  width: 76%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  position: relative;
}
@media screen and (min-width: 768px) {
  .summerheatFlex div {
    width: 36%;
  }
}
.summerheatFlex div:nth-child(even) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .summerheatFlex div:nth-child(even) {
    margin-left: 5%;
  }
}
.summerheatFlex div:nth-child(n+2) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .summerheatFlex div:nth-child(n+2) {
    margin-top: auto;
  }
}
.summerheatFlex div:nth-child(n+3) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .summerheatFlex div:nth-child(n+3) {
    margin-top: 70px;
  }
}
.summerheatFlex div span {
  display: inline-table;
  font-size: clamp(16px, 2.5vw, 27px);
  position: absolute;
  left: 1em;
  bottom: -1em;
  background-color: #FFFA7B;
  color: #696348;
  text-align: center;
  font-weight: bold;
  padding: 0.5em 0.8em;
  transform: rotate(-2deg);
}

/*=========================
faqArea
==========================*/
.faqArea {
  padding: 50px 0 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1026px) {
  .faqArea {
    padding: 100px 0 70px;
  }
}
.faqArea .faqDeco-01 {
  right: -7%;
  top: 20px;
}
@media screen and (min-width: 1026px) {
  .faqArea .faqDeco-01 {
    right: 30px;
    top: 100px;
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  margin-top: 40px;
}
.faq-question {
  display: flex;
  position: relative;
  padding: 12px;
  color: #fff;
  background-color: #E38F35;
  gap: 12px;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .faq-question {
    padding: 16px;
  }
}
.faq-question::marker {
  content: "";
}
.faq-question::before {
  display: flex;
  width: 36px;
  aspect-ratio: 1/1;
  border-radius: 100vw;
  background-color: #fff;
  color: #E38F35;
  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: #fff;
  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: 12px;
  gap: 12px;
}
@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;
  background-color: #E38F35;
  color: #fff;
  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 {
  padding: 50px 0 0;
  position: relative;
}
@media screen and (min-width: 1026px) {
  .access {
    padding: 100px 0 0;
  }
}
.access .accessDeco-01 {
  left: 0;
  top: 0;
}
@media screen and (min-width: 1026px) {
  .access .accessDeco-01 {
    left: 20px;
    top: 10%;
  }
}
.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;
  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: #E38F35;
  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 */