@charset "UTF-8";

/*------------------------------------

ローディング画面

-------------------------------------*/
.loader-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}

.loader-wrap img {
  width: 160px;
  display: block;
}

@media (max-width: 428px) {
  .loader-wrap img {
    width: 120px;
  }
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
}

@media (max-width: 428px) {

  .loader,
  .loader:before,
  .loader:after {
    width: 10px;
    height: 10px;
  }
}

.loader {
  color: #db0047;
  font-size: 10px;
  margin: 50px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

@media (max-width: 428px) {
  .loader {
    margin: 40px 0;
  }
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 15px 0 -1.3em;
  }

  40% {
    box-shadow: 0 15px 0 0;
  }
}

/*------------------------------------

最上部メイン画像

-------------------------------------*/
.mv {
  position: relative;
}

.mv__sp {
  display: none;
}

@media (max-width: 768px) {
  .mv__sp {
    display: block;
  }
}

@media (max-width: 768px) {
  .mv__pc {
    display: none;
  }
}

.scroll {
  position: absolute;
  left: 50%;
  bottom: 18%;
  height: 80px;
  transform: translate(-50%, 0);
}

@media (max-width: 768px) {
  .scroll {
    bottom: 13%;
  }
}

@media (max-width: 414px) {
  .scroll {
    display: none;
  }
}

.scroll span {
  position: absolute;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
  font-weight: normal;
  color: #DB0047;
}

.scroll::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #DB0047;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
  margin-left: 9px;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 70px;
    opacity: 0;
  }

  30% {
    height: 40px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 150px;
    opacity: 0;
  }
}

/*------------------------------------

共通の設定

-------------------------------------*/
body {
  font-weight: bold;
  background: #fff;
  color: #171717;
  background-image: url(../img/gero-back-winter.png);
  background-size: contain;
  background-repeat: repeat-y;
  background-position: center 100px;
  line-height: 1.5;
  /* font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

@media (min-width: 1044px) {
  body {
    background-image: url(../img/gero-back-winter-bp);
    background-position: center 400px;
  }
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.yu {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 428px) {
  .wrapper {
    width: 92%;
  }
}

/*------------------------------------

クーポンの説明（オンライン・事前予約限定）

-------------------------------------*/
.online-coupon {
  margin: 0 20px;
  position: relative;
}

@media (max-width: 428px) {
  .online-coupon {
    margin: 0;
  }
}

.online-coupon .wrapper {
  margin-top: -80px;
  z-index: 9999;
  border: 8px solid #fff94a;
  padding: 8px;
  margin-bottom: 64px;
}

@media (max-width: 768px) {
  .online-coupon .wrapper {
    margin-top: -60px;
  }
}

@media (max-width: 428px) {
  .online-coupon .wrapper {
    padding: 0;
  }
}

@media (max-width: 414px) {
  .online-coupon .wrapper {
    margin-top: -30px;
  }
}

.online-coupon .wrapper__white {
  background-color: #fff;
  padding: 46px;
  z-index: 0;
}

@media (max-width: 768px) {
  .online-coupon .wrapper__white {
    padding: 20px;
  }
}

@media (max-width: 516px) {
  .online-coupon .wrapper__white {
    padding: 30px 15px 15px;
  }
}

.online-coupon .wrapper__white .title-space {
  display: flex;
  gap: 60px;
  justify-content: center;
  position: relative;
}

@media (max-width: 990px) {
  .online-coupon .wrapper__white .title-space {
    gap: 30px;
  }
}

@media (max-width: 525px) {
  .online-coupon .wrapper__white .title-space {
    gap: 15px;
    margin-bottom: 30px;
  }
}

.online-coupon .wrapper__white .title-space h2 {
  font-size: 58px;
  color: #db0047;
}

.online-coupon .wrapper__white .title-space h2 br {
  display: none;
}

@media (max-width: 428px) {
  .online-coupon .wrapper__white .title-space h2 br {
    display: block;
  }
}

@media (max-width: 990px) {
  .online-coupon .wrapper__white .title-space h2 {
    font-size: 40px;
  }
}

@media (max-width: 525px) {
  .online-coupon .wrapper__white .title-space h2 {
    font-size: 32px;
    text-align: center;
    line-height: 1.125;
  }
}

@media (max-width: 428px) {
  .online-coupon .wrapper__white .title-space h2 {
    font-size: 36px;
  }
}

.online-coupon .wrapper__white .title-space h2 span {
  background: linear-gradient(transparent 60%, #fff94a 60%);
}

.online-coupon .wrapper__white .title-space img {
  width: 183px;
  height: 183px;
  margin-top: -80px;
}

@media (max-width: 990px) {
  .online-coupon .wrapper__white .title-space img {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 525px) {
  .online-coupon .wrapper__white .title-space img {
    width: 90px;
    height: 90px;
    margin-top: -50px;
  }
}

@media (max-width: 508px) {
  .online-coupon .wrapper__white .title-space img {
    position: absolute;
    top: -23px;
    left: -46px;
  }
}

@media (max-width: 428px) {
  .online-coupon .wrapper__white .title-space img {
    top: -15px;
    left: -33px;
  }
}

.online-coupon .wrapper__white .coupon1 {
  display: flex;
  color: #db0047;
  margin: 40px 0 20px;
}

@media (max-width: 850px) {
  .online-coupon .wrapper__white .coupon1 {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 516px) {
  .online-coupon .wrapper__white .coupon1 {
    gap: 5px;
  }
}

@media (max-width: 525px) {
  .online-coupon .wrapper__white .coupon1 {
    margin-top: 15px;
    margin-bottom: 8px;
  }
}

.online-coupon .wrapper__white .coupon1__title {
  font-size: 24px;
  position: relative;
}

@media (max-width: 516px) {
  .online-coupon .wrapper__white .coupon1__title {
    font-size: 16px;
  }
}

.online-coupon .wrapper__white .coupon1__title span {
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-left: 15px solid #db0047;
  content: "";
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 516px) {
  .online-coupon .wrapper__white .coupon1__title span {
    width: 7px;
    height: 7px;
    border: 7px solid transparent;
    border-left: 11px solid #db0047;
    margin-left: 3px;
  }
}

.online-coupon .wrapper__white .coupon1 ul {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

@media (max-width: 516px) {
  .online-coupon .wrapper__white .coupon1 ul {
    gap: 5px;
  }
}

.online-coupon .wrapper__white .coupon1 li {
  display: flex;
  align-items: center;
}

@media (max-width: 446px) {
  .online-coupon .wrapper__white .coupon1 li {
    align-items: start;
  }
}

.online-coupon .wrapper__white .coupon1 li p:nth-child(1) {
  background-color: #db0047;
  color: #fff;
  margin-right: 10px;
  font-size: 16px;
  height: 28px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 0 10px;
}

@media (max-width: 516px) {
  .online-coupon .wrapper__white .coupon1 li p:nth-child(1) {
    font-size: 14px;
    margin-right: 6px;
  }
}

.online-coupon .wrapper__white .coupon1 li p:nth-child(2) {
  font-size: 24px;
}

.online-coupon .wrapper__white .coupon1 li p:nth-child(2) br {
  display: none;
}

@media (max-width: 516px) {
  .online-coupon .wrapper__white .coupon1 li p:nth-child(2) {
    font-size: 16px;
  }
}

.online-coupon .wrapper__white .coupon1 li .end-line {
  text-decoration: line-through;
}

.online-coupon .wrapper__white .coupon1 li .end-line::after {
  content: "終了";
  text-decoration: none;
  display: inline-block;
  margin-left: 16px;
  font-weight: normal;
}

@media (max-width: 391px) {
  .online-coupon .wrapper__white .coupon1 li .end-line::after {
    margin-left: 8px;
  }
}

.online-coupon .wrapper__white .coupon2 {
  color: #db0047;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 57px;
  position: relative;
}

@media (max-width: 900px) {
  .online-coupon .wrapper__white .coupon2 {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 516px) {
  .online-coupon .wrapper__white .coupon2 {
    margin-top: 20px;
  }
}

.online-coupon .wrapper__white .coupon2 .walk {
  width: 124px;
}

@media (max-width: 900px) {
  .online-coupon .wrapper__white .coupon2 .walk {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (max-width: 688px) {
  .online-coupon .wrapper__white .coupon2 .walk {
    display: none;
  }
}

.online-coupon .wrapper__white .coupon2__1,
.online-coupon .wrapper__white .coupon2__2 {
  display: flex;
}

.online-coupon .wrapper__white .coupon2__1 p:nth-child(1),
.online-coupon .wrapper__white .coupon2__2 p:nth-child(1) {
  font-size: 24px;
  white-space: nowrap;
}

@media (max-width: 516px) {

  .online-coupon .wrapper__white .coupon2__1 p:nth-child(1),
  .online-coupon .wrapper__white .coupon2__2 p:nth-child(1) {
    font-size: 16px;
  }
}

.online-coupon .wrapper__white .coupon2__1 p:nth-child(1) span,
.online-coupon .wrapper__white .coupon2__2 p:nth-child(1) span {
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-left: 15px solid #db0047;
  content: "";
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 516px) {

  .online-coupon .wrapper__white .coupon2__1 p:nth-child(1) span,
  .online-coupon .wrapper__white .coupon2__2 p:nth-child(1) span {
    width: 7px;
    height: 7px;
    border: 7px solid transparent;
    border-left: 11px solid #db0047;
    margin-left: 3px;
  }
}

.online-coupon .wrapper__white .coupon2__1 p:nth-child(2),
.online-coupon .wrapper__white .coupon2__2 p:nth-child(2) {
  display: flex;
  align-items: flex-end;
  font-size: 24px;
}

@media (max-width: 516px) {

  .online-coupon .wrapper__white .coupon2__1 p:nth-child(2),
  .online-coupon .wrapper__white .coupon2__2 p:nth-child(2) {
    font-size: 16px;
  }
}

.online-coupon .wrapper__white .coupon2__1 p:nth-child(2) img,
.online-coupon .wrapper__white .coupon2__2 p:nth-child(2) img {
  width: 26px;
  margin-bottom: -5px;
}

.online-coupon .wrapper__white .coupon2__2 {
  align-items: flex-end;
}

@media (max-width: 516px) {
  .online-coupon .wrapper__white .coupon2__2 {
    margin-top: 10px;
  }
}

.online-coupon .wrapper__white .coupon2 .dotted p {
  line-height: 2;
}

.online-coupon .wrapper__white .coupon2 .dotted p span {
  background-image: linear-gradient(to right, #db0047, #db0047 2px, transparent 2px, transparent 6px);
  background-size: 6px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 5px;
}

@media (max-width: 426px) {
  .online-coupon .wrapper__white .coupon2 .dotted p {
    display: inline;
  }
}

@media (max-width: 895px) {
  .online-coupon .wrapper__white .coupon2 .dotted {
    margin-top: 20px;
  }
}

.online-coupon .wrapper__white .yellow {
  background: repeating-linear-gradient(-45deg, #fff94a, #fff94a 20px, #fff9b5 20px, #fff9b5 40px);
  padding: 42px;
  position: relative;
}

@media (max-width: 520px) {
  .online-coupon .wrapper__white .yellow {
    padding: 36px 10px 20px;
  }
}

.online-coupon .wrapper__white .yellow__fukidashi {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translate(-50%, 0);
}

.online-coupon .wrapper__white .yellow__container {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 34px;
}

@media (max-width: 895px) {
  .online-coupon .wrapper__white .yellow__container {
    flex-direction: column;
  }
}

@media (max-width: 428px) {
  .online-coupon .wrapper__white .yellow__container {
    margin-bottom: 8px;
  }
}

.online-coupon .wrapper__white .yellow__two,
.online-coupon .wrapper__white .yellow__three {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.online-coupon .wrapper__white .yellow__two .two-box,
.online-coupon .wrapper__white .yellow__two .three-box,
.online-coupon .wrapper__white .yellow__three .two-box,
.online-coupon .wrapper__white .yellow__three .three-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.online-coupon .wrapper__white .yellow__two .two-box p:nth-of-type(1),
.online-coupon .wrapper__white .yellow__two .three-box p:nth-of-type(1),
.online-coupon .wrapper__white .yellow__three .two-box p:nth-of-type(1),
.online-coupon .wrapper__white .yellow__three .three-box p:nth-of-type(1) {
  font-size: 18px;
}

.online-coupon .wrapper__white .yellow__two .two-box p:nth-of-type(2),
.online-coupon .wrapper__white .yellow__two .three-box p:nth-of-type(2),
.online-coupon .wrapper__white .yellow__three .two-box p:nth-of-type(2),
.online-coupon .wrapper__white .yellow__three .three-box p:nth-of-type(2) {
  font-size: 14px;
  font-weight: normal;
}

.online-coupon .wrapper__white .yellow__price {
  width: 100%;
  margin: 20px 0;
}

.online-coupon .wrapper__white .yellow__price img {
  width: 90px;
  vertical-align: -10px;
}

@media (max-width: 428px) {
  .online-coupon .wrapper__white .yellow__price img {
    vertical-align: -7px;
    width: 65px;
  }
}

.online-coupon .wrapper__white .yellow__price .gohyaku {
  width: 58px;
}

@media (max-width: 428px) {
  .online-coupon .wrapper__white .yellow__price .gohyaku {
    width: 42px;
  }
}

.online-coupon .wrapper__white .yellow__price .ichiman {
  width: 105px;
}

@media (max-width: 428px) {
  .online-coupon .wrapper__white .yellow__price .ichiman {
    width: 75px;
  }
}

.online-coupon .wrapper__white .yellow__price p {
  text-align: center;
}

@media (max-width: 428px) {
  .online-coupon .wrapper__white .yellow__price p {
    font-size: 14px;
  }
}

.online-coupon .wrapper__white .yellow__price p br {
  display: none;
}

@media (max-width: 428px) {
  .online-coupon .wrapper__white .yellow__price p br {
    display: block;
  }
}

@media (max-width: 428px) {
  .online-coupon .wrapper__white .yellow__price-item {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 15px;
  }
}

.online-coupon .wrapper__white .yellow__price-item:last-of-type {
  margin-bottom: 0;
}

.online-coupon .wrapper__white .yellow__three ul {
  margin-bottom: auto;
}

@media (max-width: 895px) {
  .online-coupon .wrapper__white .yellow__three ul {
    margin-bottom: 46px;
  }
}

@media (max-width: 428px) {
  .online-coupon .wrapper__white .yellow__three ul {
    margin: 20px 0 0;
  }
}

@media (max-width: 414px) {
  .online-coupon .wrapper__white .yellow__coming {
    display: none;
  }
}

@media all and (-ms-high-contrast: none) {
  .online-coupon .wrapper__white .yellow__coming {
    width: 98%;
    min-height: 0%;
  }
}

.online-coupon .wrapper__white .yellow__coming-sp {
  display: none;
}

@media (max-width: 414px) {
  .online-coupon .wrapper__white .yellow__coming-sp {
    display: block;
  }
}

.online-coupon .wrapper__white .yellow__attention1,
.online-coupon .wrapper__white .yellow__attention2 {
  font-weight: normal;
  text-align: center;
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width: 680px) {

  .online-coupon .wrapper__white .yellow__attention1,
  .online-coupon .wrapper__white .yellow__attention2 {
    text-align: left;
  }
}

@media (max-width: 428px) {

  .online-coupon .wrapper__white .yellow__attention1,
  .online-coupon .wrapper__white .yellow__attention2 {
    font-size: 14px;
  }
}

.online-coupon .wrapper__white .yellow__attention2 {
  margin-top: 6px;
}

@media (max-width: 428px) {
  .online-coupon .wrapper__white .yellow__attention2 {
    margin-top: 8px;
  }
}

.directly-coupon {
  margin: 0 20px;
}

@media (max-width: 428px) {
  .directly-coupon {
    margin: 0;
  }
}

.directly-coupon .wrapper {
  z-index: 9990;
  border: 8px solid #fff94a;
  padding: 8px;
}

@media (max-width: 428px) {
  .directly-coupon .wrapper {
    padding: 0;
  }
}

.directly-coupon .wrapper__white {
  background-color: #fff;
  padding: 46px;
  z-index: 0;
}

@media (max-width: 768px) {
  .directly-coupon .wrapper__white {
    padding: 20px;
  }
}

@media (max-width: 516px) {
  .directly-coupon .wrapper__white {
    padding: 30px 15px 15px;
  }
}

.directly-coupon .wrapper__white .title-space {
  display: flex;
  gap: 60px;
  justify-content: center;
  position: relative;
}

@media (max-width: 990px) {
  .directly-coupon .wrapper__white .title-space {
    gap: 30px;
  }
}

@media (max-width: 525px) {
  .directly-coupon .wrapper__white .title-space {
    gap: 15px;
    margin-bottom: 30px;
  }
}

.directly-coupon .wrapper__white .title-space h2 {
  font-size: 58px;
  color: #db0047;
}

.directly-coupon .wrapper__white .title-space h2 br {
  display: none;
}

@media (max-width: 428px) {
  .directly-coupon .wrapper__white .title-space h2 br {
    display: block;
  }
}

@media (max-width: 990px) {
  .directly-coupon .wrapper__white .title-space h2 {
    font-size: 40px;
  }
}

@media (max-width: 525px) {
  .directly-coupon .wrapper__white .title-space h2 {
    font-size: 32px;
    text-align: center;
    line-height: 1.125;
  }
}

@media (max-width: 428px) {
  .directly-coupon .wrapper__white .title-space h2 {
    font-size: 36px;
  }
}

.directly-coupon .wrapper__white .title-space h2 span {
  background: linear-gradient(transparent 60%, #fff94a 60%);
}

.directly-coupon .wrapper__white .title-space img {
  width: 183px;
  height: 183px;
  margin-top: -80px;
}

@media (max-width: 990px) {
  .directly-coupon .wrapper__white .title-space img {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 525px) {
  .directly-coupon .wrapper__white .title-space img {
    width: 90px;
    height: 90px;
    margin-top: -50px;
  }
}

@media (max-width: 508px) {
  .directly-coupon .wrapper__white .title-space img {
    position: absolute;
    top: -28px;
    left: -46px;
  }
}

@media (max-width: 428px) {
  .directly-coupon .wrapper__white .title-space img {
    top: -15px;
    left: -33px;
  }
}

.directly-coupon .wrapper__white .coupon1 {
  display: flex;
  color: #db0047;
  margin: 40px 0 20px;
}

@media (max-width: 810px) {
  .directly-coupon .wrapper__white .coupon1 {
    flex-direction: column;
  }
}

@media (max-width: 525px) {
  .directly-coupon .wrapper__white .coupon1 {
    margin-top: 15px;
    margin-bottom: 8px;
  }
}

.directly-coupon .wrapper__white .coupon1__title {
  font-size: 24px;
  position: relative;
}

@media (max-width: 516px) {
  .directly-coupon .wrapper__white .coupon1__title {
    font-size: 16px;
  }
}

.directly-coupon .wrapper__white .coupon1__title span {
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-left: 15px solid #db0047;
  content: "";
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 516px) {
  .directly-coupon .wrapper__white .coupon1__title span {
    width: 7px;
    height: 7px;
    border: 7px solid transparent;
    border-left: 11px solid #db0047;
    margin-left: 3px;
  }
}

.directly-coupon .wrapper__white .coupon1 p:nth-child(2) {
  font-size: 24px;
}

@media (max-width: 516px) {
  .directly-coupon .wrapper__white .coupon1 p:nth-child(2) {
    font-size: 16px;
  }
}

.directly-coupon .wrapper__white .coupon2 {
  color: #db0047;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 57px;
  position: relative;
}

@media (max-width: 900px) {
  .directly-coupon .wrapper__white .coupon2 {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 516px) {
  .directly-coupon .wrapper__white .coupon2 {
    margin-top: 15px;
  }
}

.directly-coupon .wrapper__white .coupon2 .cheers {
  width: 56px;
}

@media (max-width: 900px) {
  .directly-coupon .wrapper__white .coupon2 .cheers {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (max-width: 688px) {
  .directly-coupon .wrapper__white .coupon2 .cheers {
    display: none;
  }
}

.directly-coupon .wrapper__white .coupon2__1,
.directly-coupon .wrapper__white .coupon2__2 {
  display: flex;
}

.directly-coupon .wrapper__white .coupon2__1 p:nth-child(1),
.directly-coupon .wrapper__white .coupon2__2 p:nth-child(1) {
  font-size: 24px;
  white-space: nowrap;
}

@media (max-width: 516px) {

  .directly-coupon .wrapper__white .coupon2__1 p:nth-child(1),
  .directly-coupon .wrapper__white .coupon2__2 p:nth-child(1) {
    font-size: 16px;
  }
}

.directly-coupon .wrapper__white .coupon2__1 p:nth-child(1) span,
.directly-coupon .wrapper__white .coupon2__2 p:nth-child(1) span {
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-left: 15px solid #db0047;
  content: "";
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 516px) {

  .directly-coupon .wrapper__white .coupon2__1 p:nth-child(1) span,
  .directly-coupon .wrapper__white .coupon2__2 p:nth-child(1) span {
    width: 7px;
    height: 7px;
    border: 7px solid transparent;
    border-left: 11px solid #db0047;
    margin-left: 3px;
  }
}

.directly-coupon .wrapper__white .coupon2__1 p:nth-child(2),
.directly-coupon .wrapper__white .coupon2__2 p:nth-child(2) {
  display: flex;
  align-items: flex-end;
  font-size: 24px;
}

@media (max-width: 900px) {

  .directly-coupon .wrapper__white .coupon2__1 p:nth-child(2) br,
  .directly-coupon .wrapper__white .coupon2__2 p:nth-child(2) br {
    display: none;
  }
}

@media (max-width: 516px) {

  .directly-coupon .wrapper__white .coupon2__1 p:nth-child(2),
  .directly-coupon .wrapper__white .coupon2__2 p:nth-child(2) {
    font-size: 16px;
  }
}

.directly-coupon .wrapper__white .coupon2__1 p:nth-child(2) img,
.directly-coupon .wrapper__white .coupon2__2 p:nth-child(2) img {
  width: 26px;
  margin-bottom: -5px;
}

.directly-coupon .wrapper__white .coupon2__2 {
  align-items: flex-end;
}

@media (max-width: 516px) {
  .directly-coupon .wrapper__white .coupon2__2 {
    margin-top: 10px;
  }
}

.directly-coupon .wrapper__white .coupon2 .dotted p {
  line-height: 2;
}

.directly-coupon .wrapper__white .coupon2 .dotted p span {
  background-image: linear-gradient(to right, #db0047, #db0047 2px, transparent 2px, transparent 6px);
  background-size: 6px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 5px;
}

.directly-coupon .wrapper__white .coupon2 .dotted p:nth-child(2) {
  display: inline-block;
}

@media (max-width: 895px) {
  .directly-coupon .wrapper__white .coupon2 .dotted {
    margin-top: 20px;
  }
}

.directly-coupon .wrapper__white .yellow {
  background: repeating-linear-gradient(-45deg, #fff94a, #fff94a 20px, #fff9b5 20px, #fff9b5 40px);
  padding: 42px;
  position: relative;
}

@media (max-width: 520px) {
  .directly-coupon .wrapper__white .yellow {
    padding: 36px 20px 20px;
  }
}

.directly-coupon .wrapper__white .yellow__fukidashi {
  position: absolute;
  top: -18px;
  left: 25%;
  transform: translate(-50%, 0);
}

@media (max-width: 960px) {
  .directly-coupon .wrapper__white .yellow__fukidashi {
    left: 50%;
    transform: -50%, 0;
  }
}

.directly-coupon .wrapper__white .yellow__container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 960px) {
  .directly-coupon .wrapper__white .yellow__container {
    flex-direction: column;
    align-items: center;
  }
}

.directly-coupon .wrapper__white .yellow__one {
  display: flex;
  justify-content: space-between;
}

.directly-coupon .wrapper__white .yellow__one .two-box,
.directly-coupon .wrapper__white .yellow__one .three-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.directly-coupon .wrapper__white .yellow__one .two-box p:nth-of-type(1),
.directly-coupon .wrapper__white .yellow__one .three-box p:nth-of-type(1) {
  font-size: 18px;
}

.directly-coupon .wrapper__white .yellow__one .two-box p:nth-of-type(2),
.directly-coupon .wrapper__white .yellow__one .three-box p:nth-of-type(2) {
  font-size: 14px;
  font-weight: normal;
}

.directly-coupon .wrapper__white .yellow__price {
  width: 100%;
  margin: 20px 0;
}

.directly-coupon .wrapper__white .yellow__price img {
  width: 90px;
  vertical-align: -10px;
}

@media (max-width: 428px) {
  .directly-coupon .wrapper__white .yellow__price img {
    vertical-align: -7px;
    width: 65px;
  }
}

.directly-coupon .wrapper__white .yellow__price .gohyaku {
  width: 58px;
}

@media (max-width: 428px) {
  .directly-coupon .wrapper__white .yellow__price .gohyaku {
    width: 42px;
  }
}

.directly-coupon .wrapper__white .yellow__price p {
  text-align: center;
}

@media (max-width: 428px) {
  .directly-coupon .wrapper__white .yellow__price p {
    font-size: 14px;
  }
}

.directly-coupon .wrapper__white .yellow__price p br {
  display: none;
}

@media (max-width: 428px) {
  .directly-coupon .wrapper__white .yellow__price p br {
    display: block;
  }
}

@media (max-width: 428px) {
  .directly-coupon .wrapper__white .yellow__price-item {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 15px;
  }
}

.directly-coupon .wrapper__white .yellow__price-item:last-of-type {
  margin-bottom: 0;
}

.directly-coupon .wrapper__white .yellow__right .soon {
  display: flex;
  align-items: flex-end;
  font-weight: normal;
  margin-bottom: 32px;
}

@media (max-width: 636px) {
  .directly-coupon .wrapper__white .yellow__right .soon {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}

@media (max-width: 428px) {
  .directly-coupon .wrapper__white .yellow__right .soon {
    margin-bottom: 20px;
  }
}

.directly-coupon .wrapper__white .yellow__right .soon .yu {
  font-size: 28px;
  font-weight: bold;
  color: #db0047;
  position: relative;
  margin-right: 10px;
}

@media (max-width: 636px) {
  .directly-coupon .wrapper__white .yellow__right .soon .yu {
    margin-right: 0;
  }
}

@media (max-width: 348px) {
  .directly-coupon .wrapper__white .yellow__right .soon .yu {
    font-size: 24px;
  }
}

.directly-coupon .wrapper__white .yellow__right .soon .yu::before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #db0047;
  bottom: 5px;
}

.directly-coupon .wrapper__white .yellow__right .check-btn {
  display: block;
}

@media (max-width: 960px) {
  .directly-coupon .wrapper__white .yellow__right .check-btn {
    text-align: center;
  }
}

.directly-coupon .wrapper__white .yellow__right .plus-btn {
  display: block;
  margin: 20px 0;
}

@media (max-width: 960px) {
  .directly-coupon .wrapper__white .yellow__right .plus-btn {
    text-align: center;
  }
}

@media (max-width: 428px) {
  .directly-coupon .wrapper__white .yellow__right .plus-btn {
    margin: 10px 0;
  }
}

.directly-coupon .wrapper__white .yellow__right .check-btn img,
.directly-coupon .wrapper__white .yellow__right .plus-btn img {
  width: 360px;
}

@media (max-width: 428px) {

  .directly-coupon .wrapper__white .yellow__right .check-btn img,
  .directly-coupon .wrapper__white .yellow__right .plus-btn img {
    width: 100%;
  }
}

.directly-coupon .wrapper__white .yellow__right__attention1,
.directly-coupon .wrapper__white .yellow__right__attention2 {
  font-weight: normal;
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width: 680px) {

  .directly-coupon .wrapper__white .yellow__right__attention1 br,
  .directly-coupon .wrapper__white .yellow__right__attention2 br {
    display: none;
  }
}

@media (max-width: 428px) {

  .directly-coupon .wrapper__white .yellow__right__attention1,
  .directly-coupon .wrapper__white .yellow__right__attention2 {
    font-size: 14px;
  }
}

.directly-coupon .wrapper__white .yellow__right__attention2 {
  margin-top: 18px;
}

@media (max-width: 428px) {
  .directly-coupon .wrapper__white .yellow__right__attention2 {
    margin-top: 8px;
  }
}

.directly-coupon .wrapper {
  position: relative;
}

.directly-coupon .wrapper .end {
  position: absolute;
  background-color: rgba(188, 188, 188, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.directly-coupon .wrapper .end p {
  color: #db0047;
  font-size: 46px;
  text-align: center;
}

@media (max-width: 850px) {
  .directly-coupon .wrapper .end p {
    font-size: 32px;
  }
}

@media (max-width: 428px) {
  .directly-coupon .wrapper .end p {
    font-size: 24px;
  }
}

.smt-on {
  display: none;
}

@media (max-width: 850px) {
  .smt-on {
    display: block;
  }
}

/*------------------------------------

下呂ならではの体験が満載！

-------------------------------------*/
.point {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin: 53px 0 15px;
}

@media (max-width: 428px) {
  .point {
    margin: 20px 0;
  }
}

.point br {
  display: none;
}

@media (max-width: 518px) {
  .point br {
    display: block;
  }
}

.point p {
  font-size: 29px;
  font-weight: bold;
  color: #DB0047;
}

@media (max-width: 518px) {
  .point p {
    line-height: 1.5;
    text-align: center;
  }
}

@media (max-width: 357px) {
  .point p {
    font-size: 24px;
  }
}

/*------------------------------------

体験一覧のスペース

-------------------------------------*/
.category {
  margin: 0 20px;
}

@media (max-width: 428px) {
  .category {
    margin: 0;
  }
}

.category .wrapper {
  border: 8px solid #fff94a;
  padding: 8px;
}

@media (max-width: 428px) {
  .category .wrapper {
    padding: 0;
  }
}

.category .wrapper__white {
  background-color: #fff;
  padding: 46px;
  z-index: 0;
}

@media (max-width: 768px) {
  .category .wrapper__white {
    padding: 20px;
  }
}

@media (max-width: 428px) {
  .category .wrapper__white {
    padding: 40px 15px;
  }
}

.category__title {
  width: 413px;
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  .category__title {
    margin-bottom: 0px;
  }
}

.category__catch {
  font-size: 27px;
  color: #db0047;
}

@media (max-width: 480px) {
  .category__catch {
    font-size: 20px;
  }

  .category__catch br {
    display: none;
  }
}

.category__text {
  font-weight: normal;
  margin: 15px 0;
  font-size: 18px;
  line-height: 1.8;
}

@media (max-width: 428px) {
  .category__text {
    margin: 10px 0;
  }
}

@media (max-width: 428px) {
  .category__text {
    font-size: 16px;
  }
}

.category__btn {
  width: 356px;
  display: block;
}

@media (max-width: 520px) {
  .category__btn {
    width: 100%;
  }
}

.category__images {
  flex: 1;
}

.category__content {
  flex: 1;
}

.onsen,
.craft,
.nature {
  display: flex;
  gap: 52px;
  margin-bottom: 70px;
}

@media (max-width: 860px) {

  .onsen,
  .craft,
  .nature {
    flex-direction: column;
  }
}

@media (max-width: 428px) {

  .onsen,
  .craft,
  .nature {
    gap: 20px;
    margin-bottom: 40px;
  }
}

.nature .nature-img {
  width: 100%;
}

@media (max-width: 860px) {
  .craft {
    flex-direction: column-reverse;
  }
}

.craft .category__images {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.craft .craft-img1 {
  width: 100%;
}



@media (max-width: 460px) {
  .craft .craft-img2 {
    width: 170px;
    margin-top: 0;
  }
}

.culture-gourmet {
  display: flex;
  justify-content: space-between;
  gap: 52px;
}


@media (max-width: 944px) {
  .culture-gourmet {
    flex-direction: column;
  }
}

@media all and (-ms-high-contrast: none) {

  .culture-gourmet .culture,
  .culture-gourmet .gourmet {
    width: 46%;
  }
}

.culture-gourmet__content {
  margin-top: 15px;
  display: flex;
  gap: 15px;
}

@media (max-width: 520px) {
  .culture-gourmet__content {
    flex-direction: column;
  }
}

@media (max-width: 428px) {
  .culture-gourmet__content {
    margin-top: 0;
    gap: 20px;
  }
}

.culture-gourmet__content p {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.8;
}

@media (max-width: 944px) {
  .culture-gourmet__content p {
    width: 250px;
  }
}

@media (max-width: 520px) {
  .culture-gourmet__content p {
    width: 100%;
  }
}

@media (max-width: 428px) {
  .culture-gourmet__content p {
    font-size: 16px;
  }
}

.culture-gourmet__content img {
  width: 155px;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 520px) {
  .culture-gourmet__content img {
    width: 100%;
  }
}

@media all and (-ms-high-contrast: none) {
  .culture-gourmet__content img {
    flex-shrink: 0;
  }
}

.culture-gourmet .category__btn {
  margin-top: 33px;
}

/*------------------------------------

クーポンゲットスペース

-------------------------------------*/
.btn-space {
  margin: 64px 0;
  background: repeating-linear-gradient(-45deg, #FFF94A, #FFF94A 20px, #FFF9B5 20px, #FFF9B5 40px);
  padding: 50px 20px;
}

@media (max-width: 428px) {
  .btn-space {
    margin: 40px 0;
    padding: 40px 0;
  }
}

.btn-space .wrapper {
  display: flex;
  gap: 25px;
}

@media (max-width: 768px) {
  .btn-space .wrapper {
    flex-direction: column;
  }
}

@media (max-width: 428px) {
  .btn-space .wrapper {
    gap: 10px;
  }
}

@media all and (-ms-high-contrast: none) {
  .btn-space__pc img {
    width: 98%;
  }
}

@media (max-width: 414px) {
  .btn-space__pc {
    display: none;
  }
}

.btn-space__sp {
  display: none;
}

@media (max-width: 414px) {
  .btn-space__sp {
    display: block;
  }
}

/*------------------------------------

注意事項

-------------------------------------*/
.attention-space {
  padding: 0 20px;
}

@media (max-width: 428px) {
  .attention-space {
    padding: 0;
  }
}

.attention-space .wrapper {
  background-color: #fafafa;
  padding: 8px;
}

.attention-space .wrapper__line {
  border: 1px solid #d5d5d5;
  padding: 60px;
  font-weight: normal;
}

@media (max-width: 768px) {
  .attention-space .wrapper__line {
    padding: 46px 20px;
  }
}

@media (max-width: 428px) {
  .attention-space .wrapper__line {
    padding: 20px 15px;
  }
}

.attention-space .wrapper__line h4 {
  font-size: 21px;
  text-align: center;
  margin-bottom: 45px;
  font-weight: normal;
}

@media (max-width: 428px) {
  .attention-space .wrapper__line h4 {
    margin-bottom: 15px;
  }
}

.attention-space .wrapper__line p {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.85;
}

@media (max-width: 428px) {
  .attention-space .wrapper__line p {
    font-size: 14px;
  }
}

.attention-space .wrapper__line p:nth-of-type(5) {
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 0;
}

/*------------------------------------

フッター

-------------------------------------*/
footer {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 428px) {
  footer {
    margin-bottom: 10px;
  }
}

footer small {
  font-weight: normal;
  font-size: 14px;
  color: #DB0047;
}

@media (max-width: 428px) {
  footer small {
    font-size: 12px;
  }
}

/*------------------------------------

サイト最下部のリンクボタン2つ

-------------------------------------*/
.bottom-link-space {
  margin: 64px 0 85px;
  padding: 0 20px;
}

@media (max-width: 428px) {
  .bottom-link-space {
    margin: 40px 0;
  }
}

.bottom-link-space .wrapper {
  display: flex;
  justify-content: center;
  gap: 25px;
}

@media (max-width: 860px) {
  .bottom-link-space .wrapper {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 428px) {
  .bottom-link-space .wrapper {
    gap: 10px;
  }
}

.bottom-link-space .wrapper img {
  width: 373px;
}

/*# sourceMappingURL=style.css.map */



p.link-space__bottom {
  margin-top: 15px;
  color: #db0047;
  line-height: 1.75;
  padding-left: 1em;
  text-indent: -1em;
}

p.point__bottom {
  margin-bottom: 30px;
  color: #db0047;
  line-height: 1.75;
  padding-left: 1em;
  text-indent: -1em;
  text-align: center;
}

@media (max-width: 710px) {
  p.point__bottom {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 428px) {
  p.point__bottom {
    margin-left: 0px;
    margin-right: 0px;
  }
}

p.end_summer {
  text-decoration: line-through;
}

p.end_txt {
  margin-left: 10px;
  font-size: 24px;
}

.wrap_summer {
  flex-wrap: wrap;
}


li.end_summer_sp {
  display: none !important;
}

@media (max-width: 580px) {
  p.end_txt {
    margin-left: 60px;
  }
}



@media (max-width: 516px) {
  p.end_txt {
    display: none;
  }

  li.end_summer_sp {
    display: block !important;
    margin-left: 56px;
  }
}

.culture_sp {
  display: none;
}

@media (max-width: 944px) {

  .culture-gourmet__content {
    flex-direction: column;
  }

  .culture-gourmet__content p {
    width: 100%;
  }

  .culture-gourmet__content img {
    width: 100%;
    height: auto;
  }

  .culture_sp {
    display: block;
  }



  .culture_pc {
    display: none;
  }
}