@charset "UTF-8";

@font-face {
  font-family: "HonokaShinMaru";
  src: url("../fonts/Honoka-Shin-Maru-Gothic_R.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 799px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* =========================================================
reset
========================================================= */
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

a {
  display: block;
}

/* =========================================================
base
========================================================= */
html {
  scroll-padding-top: 100px;
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

/* body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background: #fff;
  min-width: 400px;
} */
main {
  background-color: #f9f9f9;
  font: normal 16px/1.8 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  text-align: left;
  line-height: 1.6;
  color: #333333;
  text-align: justify;
  overflow-x: hidden;
  scroll-behavior: smooth;
  width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 10px #888888;
}

@media screen and (max-width: 799px) {
  body {
    min-width: 100vw;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
}

.bold {
  font-weight: 700;
}

figure {
  line-height: 0;
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover {
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out;
}

/* =========================================================
layout
========================================================= */
body {
  background-image: url(../images/bg.jpg);
  background-size: cover, 100% 100%;
  background-repeat: repeat-y, no-repeat;
  background-position: center top, center;
  min-height: 100vh;
  background-attachment: fixed;
}

.cont-wrap {
  width: 95%;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 799px) {
main{
  width: 100%;
}
}
.main {
  width: 100%;
  /* max-width: 500px; */
  margin: 0 auto;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 799px) {
  .body-wrap {
    width: 100vw;
  }
}

.body-wrap {
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

/*Google Chrome、Safariへの対応*/
.body-wrap::-webkit-scrollbar {
  display: none;
}



/* =========================================================
header
========================================================= */
header .logo {
  text-align: center;
  background: #fff;
  padding: 7px;
}

header .logo img {
  width: 150px;
}

/* =========================================================
day
========================================================= */
.day-wrap {
  /* background: #c6b7d8; */
  padding: 7px;
}

.day-inner {
  position: relative;
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
}

.day-txt {
  position: absolute;
  bottom: 10%;
  right: 2%;
  width: 19%;
  font-size: 27px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  letter-spacing: 1px;
}

.day-miniArea {
  width: 100%;
  background: #c6b7d8;
  padding: 20px;
  text-align: center;
}

.day-miniArea_wrap {
  border: 2px solid #fff;
  padding: 20px;
  font-size: clamp(24px, 2vw, 26px);
  color: #fff;
  font-family: "HonokaShinMaru", sans-serif;
}

.day-miniArea_wrap {
  line-height: 1.5;
}

.day-miniArea_wrap .js_CountdownDay {
  /* font-size: clamp(40px, 4vw, 50px);
  line-height: 1; */
}

.day-miniArea_sub {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  background-color: #fff;
  color: #333;
  border-radius: 10px;
  font-size: clamp(22px, 2vw, 24px);
}

@media screen and (max-width: 799px) {
  .day-txt {
bottom: 12%;
  right: 3%;
  width: 19%;
    font-size: clamp(14px, 4.2vw, 40px);
  }

  .day-miniArea {
    /* font-size: min(4vw, 30px); */
  }

  .day-miniArea {
    padding: 15px;
  }

  .day-miniArea_wrap {
    padding: 20px;
  }

  .day-miniArea_sub {
    padding: 5px 20px;
    /* font-size: clamp(22px, 3vw, 36px); */
  }
}

/* =========================================================
mv
========================================================= */
.mv .mv_inner {
  position: relative;
}

.mv img {
  width: 100%;
  display: block;
}


/* =========================================================
common parts
========================================================= */
.btn_fitting,
.btn_reservation {
  margin: 0 auto 5%;
}

.mv_bottom {
  position: relative;
}

.mv_bottom .btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.btn {
  width: 90%;
  filter: drop-shadow(0px 0px 5px #5b233442);
}

.btn a:hover {
  opacity: 1 !important;
  transform: scale(0.97, 0.97);
  /* ボタンを小さくする */
  transition: transform 0.2s ease-in-out;
  /* アニメーション効果 */

}

/* ----------------------------------------------------
    フローティング
---------------------------------------------------- */
.floating_btn {
  background-color: rgba(255, 255, 255, 0.5);
  /* position: -webkit-sticky; */
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  /* max-width: 500px; */
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0;
  z-index: 1000;
}

.floating_btn .btn {
  padding: 0;
  width: 280px;
  text-align: center;
  margin: auto;
  height: auto;
}

/* .floating_btn a {
  width: 500px;
  text-align: center;
  margin: auto;
  height: auto;
} */


/* =========================================================
sec01~
========================================================= */
.sec01 {
  margin-top: -85px;
  background-color: #fffbeb;
  padding-bottom: 20px;
}

.sec02 h2 {
  width: 90%;
  text-align: center;
  margin: auto;
  z-index: 0;
}

.benefits{
  background-color: #fffbeb;
}

  .sec03_mt {
  margin-top: -200px;
}
@media screen and (max-width: 799px) {
  .sec03_mt {
  /* margin-top: clamp(-500px, 5vw, -250px); */
  margin-top: -40%;
}
}
@media screen and (max-width: 490px) {
  .sec03_mt {
  /* margin-top: -150px; */
}
}

.sec03 .event {
  position: relative;
}

.sec03 .btn {
  position: absolute;
  bottom: 1.2%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.cta {
  position: relative;
}

.cta .btn {
  width: 85%;
  position: absolute;
  bottom: 24%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.sec06 {
  position: relative;
}

.sec06 .sec06_txt {
  width: 80%;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  margin: auto;
}

/* =========================================================
collection .slider01
========================================================= */
.collection {

  position: relative;
}

.collection .slider01_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}


.slider01 {
  width: 90%;
  margin: 0 auto 0;
  overflow: visible;
}

/* .slider01::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
  pointer-events: none;
} */

/* .slider01::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);
  pointer-events: none;
} */

.slider01_inner {
  width: 95%;
  margin: auto;
}

.slider01 .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slider01 .slick-slider .slick-list {
  margin-bottom: 20px;
}

.slider01 .slick-dots {
  position: static;
  width: 94%;
  border-top: 1px solid #ff8373;
  margin: auto;
  padding-bottom: 15px;
}

.slider01 .slick-dots li button::before {
  border: 1px solid #ff8373;
}

.slider01 .slick-dots li.slick-current button::before,
.slider01 .slick-dots li.slick-active button::before {
  background: #ff8373;
}

.slider01 .slick-dots li {
  margin: 0 5px;
}

.slider01 .slick-prev {
  top: 47%;
  left: -8%;
  /* left: clamp(-60px, -8vw, -23px); */
  /* width: clamp(32px, 4vw, 46px); */
  width: 30px;
  height: 30px;
  /* height: clamp(32px, 4vw, 46px); */
}

.slider01 .slick-next {
  top: 47%;
  right: -8%;
  /* left: clamp(-60px, -8vw, -23px); */
  /* width: clamp(32px, 4vw, 46px); */
  width: 30px;
  height: 30px;
  /* height: clamp(32px, 4vw, 46px); */
}

/* @media screen and (max-width: 799px) {
  .slider01::before {
    left: -10px;
    width: 10px;
  }

  .slider01::after {
    right: -10px;
    width: 10px;
  }
} */

/* =========================================================
reason
========================================================= */
.reason_btn {
  width: 90%;
  margin: 0 auto 8% auto;
}

/* アコーディオン */
.reason_ttl {
  position: relative;
  margin-bottom: clamp(20px, 3.5vw, 25px);
}

.reason .icn_area {
  width: 3%;
  height: 3%;
  display: flex;
  position: absolute;
  bottom: 17%;
  right: 5%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  align-items: center;
  justify-content: center;
}

.reason .icn__plus::before,
.reason .icn__plus::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1.5px;
  background: #ff8373;
}

.reason .icn__plus::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.reason .icn__plus.is_active::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.reason .aco_contents {
  display: none;
}

/* =========================================================
voice
========================================================= */
.voice .slider03 {
  width: 95%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
}

.voice .slider03 .slide-item {
  padding: 0 12px;
}

.voice .slider03 .slick-next {
  right: 0;
}

.voice .slider03 .slick-prev {
  left: 0.5%;
}

.voice .slider-for {
  margin-bottom: 16.5% !important;
}

.voice-btn {
  width: 60%;
  margin: 0 auto 10% auto;
}

@media screen and (max-width: 799px) {
  /* .voice .slider03 {
    width: 95vw;
  } */
}

/* =========================================================
faq
========================================================= */
.faq h2 {
  width: 90%;
  padding-top: 20px;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  z-index: 0;

}

.faq-list {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 10%;
}

.faq-list dt {
  position: relative;
  margin-top: 5%;
  cursor: pointer;
}

.faq-list dt:first-child {
  margin-top: 0;
}

.faq .icn_area {
  display: flex;
  position: absolute;
  top: 50%;
  right: 3%;
  width: 5%;
  height: 38%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  align-items: center;
  justify-content: center;
}

.faq .icn__plus::before,
.faq .icn__plus::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
}

.faq .icn__plus::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.faq .icn__plus.is_active::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq .aco_contents {
  display: none;
  width: 90%;
  text-align: center;
  margin: auto;
  margin-top: 10px;
  font-size: 14px;
}

.faq .aco_contents p {
  text-align: left;
}


/* =========================================================
scroll animation
========================================================= */
.scrollactive {
  opacity: 0;
  transition: 0.6s ease all;
  position: relative;
  transform: translateY(20px);
}

.scrollactive.scaleactive {
  transform: translateY(0) scale(1.2);
}

.scrollactive.active,
.scrollactive.show {
  opacity: 1;
  transform: translateY(0);
}

.scrollactive.active.scaleactive,
.scrollactive.show.scaleactive {
  opacity: 1;
  transform: scale(1);
}

.scrollactive.delay-2s {
  transition-delay: 0.2s;
}

.scrollactive.delay-4s {
  transition-delay: 0.4s;
}

.scrollactive.delay-6s {
  transition-delay: 0.6s;
}

.scrollactive.delay-8s {
  transition-delay: 0.8s;
}

/* =========================================================
slider
========================================================= */
.slick-slider {
  /* height: 570.6666666667px; */
  position: relative;
  margin-bottom: 0;
}

.slider {
  /* position: relative;
  overflow: hidden; */
}

/* @media screen and (max-width: 799px) {
  .slider {
    width: 100vw;
    margin: 0 auto;
  }
} */

.slick-list {
  margin: 0;
}

.slick-dots {
  bottom: -25px;
}

.slick-dots li {
  width: 8px !important;
  height: 8px !important;
  margin: 0 3px;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
}

.slick-dots li button::before {
  content: "";
  background-color: #fff;
  opacity: 1;
  font-size: 5px;
  line-height: 5px;
  width: 7px;
  height: 7px;
  margin: 0;
  border-radius: 50%;
  border: 1px solid #ff8373;
}

.slick-dots li.slick-current button::before,
.slick-dots li.slick-active button::before {
  background-color: #ff8373;
  opacity: 1;
}


@media screen and (max-width: 799px) {
  /* .slick-dots li {
    width: 2vw !important;
    height: 2vw !important;
    margin: 0 1vw;
  }

  .slick-dots li button {
    width: 2vw;
    height: 2vw;
    padding: 0;
  }

  .slick-dots li button::before {
    font-size: 2vw;
    line-height: 2vw;
    width: 2vw;
    height: 2vw;
  } */
}

.slick-next {
  position: absolute;
  top: 43.75%;
  right: 4.5%;
  z-index: 100;
  transform: translate(0%, -50%);
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 799px) {
  /* .slick-next {
    width: 6.25vw;
  } */
}

@media screen and (max-width: 799px) {
  /* .slick-next {
    height: 6.25vw;
  } */
}

.slick-next img {
  width: 100%;
  height: 100%;
}

.slick-next::before {
  display: none;
}

.slick-prev {
  position: absolute;
  top: 43.75%;
  left: 4.5%;
  z-index: 100;
  transform: translate(0%, -50%);
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 799px) {
  /* .slick-prev {
    width: 6.25vw;
  } */
}

@media screen and (max-width: 799px) {
  /* .slick-prev {
    height: 6.25vw;
  } */
}

.slick-prev img {
  width: 100%;
  height: 100%;
}

.arrow_box .slick-prev {
  left: 2%;
}

.arrow_box .slick-next {
  right: 2%;
}

.dots_box .slick-dots {
  bottom: 15px;
}

.slick-prev::before {
  display: none;
}

.slide-item {
  padding: 0 8px;
}

@media screen and (max-width: 799px) {
  .slide-item {
    padding: 0 2vw;
  }

  .slick-next {
    right: 4.5vw;
  }

  .slick-prev {
    left: 4.5vw;
  }
}

.slide-item img {
  width: 100%;
}

.slider-notes-head {
  font-size: 13.8666666667px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 5.3333333333px;
  padding-top: 10.6666666667px;
}

.slider-notes-head span {
  font-size: 16px;
  font-weight: 700;
  color: #cf1c20;
}

@media screen and (max-width: 799px) {
  .slider-notes-head {
    font-size: 3.4666666667vw;
    padding-bottom: 1.3333333333vw;
    padding-top: 2.6666666667vw;
  }

  .slider-notes-head span {
    font-size: 4vw;
  }
}



/* =========================================================
voice slider03
========================================================= */
.voice h2 {
  width: 90%;
  text-align: center;
  margin: auto;
  padding-top: 50px;
}

.slider03 .slick-dots li button::before {
  border: 1px solid #ff8373;
}


.slider03 .slick-dots li.slick-current button::before,
.slider03 .slick-dots li.slick-active button::before {
  background: #ff8373;
}

.slider03 .slick-dots li {
  margin: 0 5px;
}

.slider03 .slick-prev {
  top: 45%;
  width: clamp(32px, 4vw, 46px);
  height: clamp(32px, 4vw, 46px);
}

.slider03 .slick-next {
  top: 45%;
  width: clamp(32px, 4vw, 46px);
  height: clamp(32px, 4vw, 46px);
}

/* =========================================================
reason
========================================================= */
.reason {
  width: 90%;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}

.reason h2 {
  padding-top: 50px;
}

/* =========================================================
shoplist
========================================================= */
section.shoplist {
  padding: 5% 0 8%;
}

section.shoplist .s_note {
  font-size: 18px;
  text-align: center;
  margin-top: 3%;
  line-height: 1.8;
}

@media screen and (max-width: 799px) {
  section.shoplist .s_note {
    font-size: 4vw;
  }
}

.shoplist-ttl-wrap {
  width: 100%;
  padding: 0 0 27px 0;
}

.shoplist-ttl-inner .campaign-ttl {
  padding-bottom: 10.6666666667px;
}

@media screen and (max-width: 799px) {
  .shoplist-ttl-inner .campaign-ttl {
    padding-bottom: 4vw;
  }
}

.shoplist-sub-ttl {
  width: 213.3333333333px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .shoplist-sub-ttl {
    width: 53.3333333333vw;
  }
}

.shoplist-ttl-txt {
  font-size: 14.9333333333px;
  padding: 0;
  text-align: center;
  line-height: 1.8em;
}

@media screen and (max-width: 799px) {
  .shoplist-ttl-txt {
    font-size: 13px;
    padding: 0;
  }
}

.shop-list {
  margin: 8% auto 0;
  padding: 0 7.5%;
}

.shop-list-item {
  font-weight: 400;
  font-size: 14.9333333333px;
}

@media screen and (max-width: 799px) {
  .shop-list-item {
    font-size: 3.7333333333vw;
  }
}

.shop-list-item:last-child {
  margin-bottom: 0;
}

.shop-list-item:last-child {
  border-bottom: solid #161616 1px;
}

.shop-list-head {
  padding: 4.1% 0 4.4% 2.8%;
  border-top: solid #161616 1px;
  line-height: 1.4;
  cursor: pointer;
}

.shop-list-head::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2em;
  content: "";
}

.shop-list-head::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2em;
  content: "";
}

.shop-list-head p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-list-head-txt {
  display: inline-block;
  width: 336px;
  font-size: clamp(15px, 5vw, 20px);
  font-weight: 500;
}

.shop-list-head-icon {
  display: inline;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  float: right;
  height: 26px;
  width: 26px;
}

.shop-list-head-icon span::before,
.shop-list-head-icon span::after {
  display: inline;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  height: 1px;
  margin: -4% 0 0 -28%;
  vertical-align: middle;
  background: #161616;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 799px) {

  .shop-list-head-icon span::before,
  .shop-list-head-icon span::after {
    margin: -4% 0 0;
    width: 2vw;
    height: 0.27vw;
  }
}

.shop-list-head-icon span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.open .shop-list-head-icon span::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.open .shop-list-head-icon span::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.shop-list-in-list-wrap {
  display: none;
  border-top: solid #161616 1px;
}

ul.shop-list-in-list {
  padding: 0 5.88%;
}

.shop-list-in-list-item {
  border-bottom: 1px solid #d9d9d9;
  padding: 3.7% 0 5%;
  display: flex;
  justify-content: space-between;
}

.shop-list-in-list-item:last-child {
  border-bottom: none;
}

.shop-list-in-list-ttl {
  font-weight: 700;
  border-bottom: 1px solid #161616;
  color: #161616;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 10.6666666667px;
  font-size: clamp(15px, 3vw, 18px);
}

.shop-list-in-list-ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.35em;
  content: "";
}

.shop-list-in-list-ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.35em;
  content: "";
}

@media screen and (max-width: 799px) {
  .shop-list-in-list-ttl {
    margin-bottom: 2.6666666667vw;
    padding-bottom: 0.6666666667vw;
    border-bottom: 0.1333333333vw solid #161616;
  }
}

.shop-list-in-list-txt-box {
  width: 66.7%;
}

.shop-list-in-list-btn-wrap {
  width: 28.3%;
}

.shop-list-in-list-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 17/11;
  color: #00aab9;
  border: 1px solid #00aab9;
  border-radius: 10px;
  font-size: clamp(12.5px, 3vw, 17px);
  line-height: 1.17;
  gap: 7%;
  margin-top: 1%;
}

.shop-list-in-list-btn::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../images/icon_calendar.png") 0 0 no-repeat;
  background-size: contain;
}

.shop-list-in-list-btn:hover {
  background: #00aab9;
  color: #fff;
  opacity: 1;
}

.shop-list-in-list-btn:hover::before {
  background-image: url("../images/icon_calendar_wh.png");
}

@media screen and (max-width: 799px) {
  .shop-list-in-list-btn {
    border-radius: 2.5vw;
  }

  .shop-list-in-list-btn::before {
    width: 6vw;
    height: 6vw;
  }
}

.shop-list-in-list-btn .fa-phone-alt {
  display: none;
  font-size: 13px;
  color: #ff5096;
}

@media screen and (max-width: 799px) {
  .shop-list-in-list-btn .fa-phone-alt {
    font-size: 3.25vw;
  }
}

.shop-list-in-list-txt {
  width: 100%;
  font-size: clamp(12.5px, 3.5vw, 18px);
}

.shop-list-in-list-txt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.35em;
  content: "";
}

.shop-list-in-list-txt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.35em;
  content: "";
}

@media screen and (max-width: 799px) {
  .shop-list-in-list-txt {
    padding-bottom: 2.6666666667vw;
  }
}

.shop-list-in-list-txt-red {
  width: 100%;
  font-size: 8.5333333333px;
  font-weight: 500;
  color: #9a1c28;
  font-weight: 300;
  font-weight: 700;
  font-feature-settings: "palt";
}

@media screen and (max-width: 799px) {
  .shop-list-in-list-txt-red {
    font-size: 3.2vw;
    padding-bottom: 2.6666666667vw;
  }
}

@media screen and (min-width: 800px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* =========================================================
footer
========================================================= */
.footer-content {
  padding: 5.5% 0 21% 0;
  background: linear-gradient(to right, #ffc0cb, #ffdab9);
}

.footer-info {
  text-align: center;
  font-size: clamp(13px, 3vw, 17px);
}

.footer-info a {
  color: #fff;
  text-decoration: underline;
  transition: 0.5s;
  display: inline-block;
  margin: 0 clamp(20px, 3.5vw, 25px);
}

.footer-info a:hover {
  text-decoration: none;
}

.footer-copy {
  font-size: 13px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

@media screen and (max-width: 799px) {
  .footer-content {
    padding: 5.5% 0 21% 0;
  }
}