﻿@charset "utf-8";

/* ===============================================
共通
=============================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  color: #000;
  position: relative;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

div:after {
  content: none;
}

@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }

  .inner {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 1.2rem;
  }

  .pc {
    display: none;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}

/* close----------*/

.closeBox h3 {
  color: #c9000f;
  font-weight: bold;
  font-size: 125%;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .closeBox h3 {
    font-size: 180%;
  }
}

.closeBox {
  text-align: center;
  margin: min((70vw / 7.5), 70px) 0;
}


/* ===============================================
breadcrumbArea（パンくず）　
=============================================== */
@media screen and (min-width: 768px) {
  .breadcrumb {
    padding: 5px;
    /*margin-bottom: 10px;*/
  }

  .breadcrumb ul.breadlist {
    width: 992px;
    margin: auto;
    font-size: 0;
  }

  .breadcrumb ul.breadlist li {
    font-size: 12px;
    display: inline-block;
  }

  .breadcrumb ul.breadlist li a {
    text-decoration: underline;
  }

  .breadcrumb ul.breadlist li+li:before {
    content: "＞";
    margin: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 1.2vw 0.5vw;
    margin-bottom: 0;
  }

  .breadcrumb ul.breadlist {
    width: 100%;
    margin: auto;
    font-size: 0;
    white-space: nowrap;
    overflow: auto;
  }

  .breadcrumb ul.breadlist li {
    font-size: 1.2rem;
    display: inline-block;
  }

  .breadcrumb ul.breadlist li a {
    text-decoration: underline;
  }

  .breadcrumb ul.breadlist li+li:before {
    content: "＞";
    margin: 0 0.3vw;
  }
}

/* ===============================================
main
=============================================== */
main {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.6;
}

main .sp {
  display: none;
}

main .bold {
  font-weight: bold;
}

main .red {
  color: #C9000F;
}

@media screen and (min-width: 1025px) {
  main .inner {
    width: 992px;
  }
}

@media screen and (max-width: 1024px)and (min-width: 767px) {
  main .pc {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  main {
    font-size: 1.4rem;
    color: #333;
  }

  main .pc {
    display: none;
  }

  main .sp {
    display: inline-block;
  }
}

/*  mv
-------------------------------------------------*/
#mv {
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding: 3rem 0 2rem 0;
  position: relative;
}

#mv .toptxt {
  font-size: 110%;
  font-weight: bold;
  line-height: 1.4;
  border: solid 1px #fff;
  width: fit-content;
  padding: .5em 1em;
  margin: 1% auto 1.6%;
}

#mv .subtxt {
  font-size: 4.5rem;
  font-weight: bold;
  margin: 1rem 0 0.5rem;
}

#mv .subtxt .icn {
  font-size: 45%;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  display: inline-block;
  vertical-align: middle;
  padding: .8rem 0 .6rem;
  margin: 0 2rem .6rem 0;
}

#mv h2 {
  font-size: 6rem;
  font-weight: bold;
}

#mv h2 .small {
  font-size: 50%;
}

#mv h2 .txt01 {
  font-size: 150%;
}

#mv h2 .txt02 {
  font-size: 150%;
}

#mv h2 .txt03 {
  font-size: 70%;
}

#mv .text_shadow {
  text-shadow: 0px 0px 10px #000;
  position: relative;
}

@media screen and (min-width: 768px) {
  #mv {
    background-image: url("/coupon/coupon_future/img/coupon_mv02_pc.jpg");
    background-size: cover;
    background-position-x: center;
  }

  #mv::before {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
  #mv h2 {
    font-size: 6vw;
  }

  #mv .subtxt {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) {
  #mv {
    background-image: url("/coupon/coupon_future/img/coupon_mv02_sp.jpg");
    background-size: cover;
    background-position-x: center;
    padding: 1.2rem 0 0.7rem;
  }

  #mv::before {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #mv .subtxt {
    font-size: 2.5rem;
  }

  #mv .toptxt {
    font-size: 100%;
  }

  #mv .subTitle {
    font-size: 2rem;
    border: solid 3px #fff;
    display: inline-block;
    vertical-align: middle;
    padding: .4rem 1rem .2rem;
    margin: 0 1rem 1rem;
    font-weight: bold;
  }

  #mv .subtxt .icn {
    font-size: 60%;
    font-weight: normal;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    display: inline-block;
    vertical-align: middle;
    padding: .6rem 1rem;
    margin: 0 1rem .7rem;
  }

  #mv .subtxt .sp_sml {
    font-size: 1.9rem;
  }

  #mv .subtxt .sp_none {
    display: none;
  }

  #mv h2 {
    font-size: 4rem;
    line-height: 1.2;
  }

  #mv h2 .txt02 {
    margin-left: .8rem;
    font-size: 120%;
  }
}

@media screen and (max-width: 320px) {
  #mv h2 {
    font-size: 12vw;
  }

  #mv .subtxt {
    font-size: 6.5vw;
  }

  #mv .date {
    font-size: 4vw;
  }

  #mv .timer {
    font-size: 4.5vw;
  }
}

/*  targetArea
-------------------------------------------------*/
#targetArea p {
  font-weight: bold;
  text-align: center;
  background: #333;
  box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.3);
  color: #fff;
}

#targetArea dl {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #targetArea p {
    font-size: 2.7rem;
    padding: 1.1rem 0;
  }

  #targetArea dl {
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3rem 0 4.7rem;
  }

  #targetArea dt {
    width: 20%;
    border: solid 1px #333;
    text-align: center;
    padding: 1.2rem 1rem 1rem;
    margin-right: 1.4rem;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  #targetArea dd {
    margin-right: 1.4rem;
  }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
  #targetArea dl {
    margin: 3rem 2rem 4.7rem;
  }

  #targetArea dt {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  #targetArea p {
    font-size: 1.5rem;
    padding: .5rem 1rem;
  }

  #targetArea dt {
    display: none;
  }

  #targetArea dd {
    text-align: center;
    margin: 2rem 4rem;
  }
}

/*  couponArea
-------------------------------------------------*/
#couponArea {
  margin-top: 6rem;
}

.coupon-list {
  margin: 6rem auto;
}

.coupon-list>li {
  border: 5px solid #c9000f;
  margin: 0 auto 2.0rem;
  padding-bottom: 1.5rem;
  position: relative;
  background: #FFF;
}

.target {
  background: #c9000f;
  padding: 1.0rem;
  font-size: 2.7rem;
  font-weight: bold;
  color: #FFF;
  text-align: center
}

.coupon-price {
  text-align: center;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 6rem;
  color: #c9000f;
  line-height: 1.0;
  padding-bottom: 1.0rem;
  margin: 2.0rem 1.0rem;
  border-bottom: 2px dotted #c9000f;
}

.coupon-price .txt01 {
  font-size: 150%
}

.coupon-price .txt02 {
  display: block;
  font-size: 30%
}

.coupon-price .small {
  font-size: 50%
}

.btn.copy button {
  background: #fff;
  border: solid 2px #C9000F;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #C9000F;
  display: block;
  margin: 0 0 0 1rem;
  padding: 0.8rem 1rem;
  cursor: pointer;
  transition: 0.5s all;
}

.valid-date {
  text-align: center;
}

.copy {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #c9000f;
  margin-top: 10px;
  padding: 0 1.0rem
}

.copy-area {
  text-align: center
}

.copy-area input {
  border: 2px solid;
  padding: 1.0rem;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin: 1.0rem auto;
  display: block
}

.copy-area button {
  font-size: 1.6rem;
  text-align: center;
  border: none;
  border-radius: 10px;
  line-height: 48px;
  padding: 0 2.0rem
}

@media screen and (max-width: 767px) {
  .coupon-list {
    width: calc(100% - 4.8rem);
  }

  .target {
    background: #c9000f;
    padding: 1.0rem;
    font-size: 1.8rem;
    font-weight: bold;
    color: #FFF;
    text-align: center
  }

  .coupon-price {
    text-align: center;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 3.2rem;
    color: #c9000f;
    line-height: 1.0;
    padding-bottom: 1.0rem;
    margin: 2.0rem 1.0rem;
    border-bottom: 2px dotted #c9000f;
  }

  .coupon-price .txt02 {
    display: block;
    font-size: 50%
  }

  .copy-area input {
    width: 80%;
    border: 2px solid;
    padding: 1.0rem;
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin: 1.0rem auto;
    display: block
  }

  .copy-area button {
    text-align: center;
    border: none;
    border-radius: 10px;
    line-height: 48px;
    padding: 0 2.0rem;
    background-color: #EFEFEF
  }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
  #couponArea {
    margin: 0 2rem;
  }
}

/*  infoArea
-------------------------------------------------*/
.infoArea h3 {
  text-align: center;
}

.infoArea .infoBox .infotxt li {
  text-indent: -1.4rem;
  margin-left: 1.4rem;
}

.infoArea .infoBox .infotxt li:before {
  content: "●";
}

.infoArea .infoBox .infotxt .imgArea img {
  border: solid 5px #F2F2F2;
  box-sizing: content-box;
}

.graybtn a {
  border: solid 1px #888888;
  border-radius: 50px;
  font-size: 1.4rem;
  display: block;
  padding: 0.3rem 3rem 0.2rem;
  position: relative;
  transition: 0.5s all;
}

.graybtn.graybtnTop {
  margin-top: 1rem
}

.graybtn a:hover {
  background: #B2B2B2;
  color: #fff;
}

.graybtn a:after {
  content: "";
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  display: block;
  width: 7px;
  height: 7px;
  transform: rotate(45deg) translate(0, -50%);
  position: absolute;
  top: 44%;
  right: 1.5rem;
  transition: 0.5s all;
}

.graybtn a:hover:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.notice-list>li {
  padding-left: 1.0em;
  position: relative;
}

.redtxt {
  color: #d61518;
}

.notice-list>li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0
}

@media screen and (min-width: 768px) {
  .infoArea h3 {
    font-size: 3.2rem;
    margin: 6rem 0 2rem;
  }

  .infoArea .infoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.6rem;
  }

  .infoArea .infoBox h4 {
    font-size: 2rem;
    font-weight: bold;
    width: 20%;
  }

  .infoArea .infoBox h4::before {
    display: inline-block;
    content: "";
    width: 0.5em;
    height: 1em;
    background: #333;
    vertical-align: middle;
    margin-right: 7px;
  }

  .infoArea .infoBox .infotxt {
    width: 80%;
    text-align: left;
    line-height: 1.8em;
    margin-bottom: 1.6rem;
  }

  .infoArea .infoBox .infotxt .largetxt {
    font-size: 2rem;
  }

  .infoArea .infoBox .infotxt .att {
    font-size: 1.4rem;
  }

  .infoArea .infoBox .infotxt .tel a {
    font-weight: bold;
    font-size: 2rem;
    color: #333333;
  }

  .infoArea .infoBox .infotxt .imgArea p {
    font-weight: bold;
    margin: 3rem 0 1.3rem;
  }

  .infoArea .infoBox .infotxt .imgArea+p {
    margin: 2.7rem 0 .8rem;
  }
  .infoArea .infotxt .info-list .note-tag {
      position: relative;
      padding-left: 1.0em;
      font-size: 1.4rem
  }
  .infoArea .infotxt .info-list .note-tag::before {
      content: "※";
      position: absolute;
      top: 0;
      left: 0;
  }
  .graybtn p {
    display: inline-block;
  }

  .graybtn p+p {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1024px)and (min-width: 768px) {
  .infoArea {
    margin: 0 2rem;
  }
}

@media screen and (max-width: 767px) {
  .infoArea {
    margin: 2.2rem;
  }

  .infoArea h3 {
    font-size: 2.4rem;
    margin: 3rem 0 0;
  }

  .infoArea .infoBox {
    padding: 1.5rem 0;
  }

  .infoArea .infoBox:not(:last-child) {
    border-bottom: solid 1px #888888;
  }

  .infoArea .infoBox h4 {
    font-weight: bold;
  }

  .infoArea .infoBox h4::before {
    display: inline-block;
    content: "";
    width: 0.5em;
    height: 1em;
    background: #333;
    vertical-align: middle;
    margin-right: 7px;
  }

  .infoArea .infoBox .infotxt {
    width: 100%;
  }

  .infoArea .infoBox .infotxt .att {
    font-size: 1rem;
  }

  .infoArea .infoBox .infotxt .tel a {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #2488FF;
    max-width: 350px;
    border: solid 1px #2488FF;
    border-radius: 4px;
    display: block;
    position: relative;
    padding: 1rem 0 .8rem;
    margin: 1rem auto;
  }

  .infoArea .infoBox .infotxt .tel a:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 4px -8px 0;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    vertical-align: baseline;
    background-image: url(/cmn/headfoot/images/icon-phone-kaigai.png);
  }

  .infoArea .infoBox .infotxt .tel a:after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #2488FF;
    border-right: solid 2px #2488FF;
    display: block;
    position: absolute;
    top: 50%;
    right: 1.7rem;
    transform: rotate(45deg) translate(0, -50%);
  }

  .infoArea .infoBox .infotxt .imgArea .img {
    text-align: center;
  }

  .infoArea .infoBox .infotxt .imgArea img {
    max-width: 317px;
    width: 100%;
    height: auto;
    margin: .7rem 0 2rem;
  }

  .infoArea .infoBox .infotxt .imgArea p {
    font-weight: bold;
    margin-top: 2rem;
  }

  .infoArea .infoBox .infotxt .note-tag {
      position: relative;
      padding-left: 1.0em;
  }
  .infoArea .infoBox .infotxt .note-tag::before {
      content: "※";
      position: absolute;
      top: 0;
      left: 0;
  }

  .graybtn p+p {
    margin-top: 1rem;
  }

  .graybtn a {
    font-size: 1.4rem;
    text-align: center;
    width: 80%;
    max-width: 350px;
    padding: 1rem 1rem;
    margin: 0 auto;
  }
}

/*  bannerArea
-------------------------------------------------*/
.bannerArea {
  .banner__list {
    display: grid;
    margin: min((30vw / 7.5), 30px) 0;
    gap: var(--bnr-gap);
    --bnr-gap: min((40vw / 7.5), 40px);
    --bnr-col: 2;
    @media(width >=768px) {
      grid-template-columns: repeat(auto-fit, calc((100% - var(--bnr-gap) * (var(--bnr-col) - 1)) / var(--bnr-col)));
      &:has(> :nth-child(-n+1):last-child) {
        grid-template-columns: 1fr;
        justify-content: center;
      }
    }
    .banner__list--item--image {
      width: 100%;
      height: 100%;
    }
  }
  @media(width <768px) {
    .inner {
      margin: min((30vw / 7.5), 30px) 2.2rem;
    }
  }
}

/* searchMod----------*/
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  z-index: 1;
}
#searchBlock .rn-searchMod__formDomLink {
  font-size: min((22vw / 7.5), 12px);
}
.rn-searchMod__inputField, .rn-searchMod__select, .rn-searchMod__toggle, .tabOnline .search-condition-button {
  font-size: 1.4rem !important;
}
.rn-searchMod__buttonSearch {
  font-size: 1.6rem !important;
}
.rn-searchMod__formDomLink {
  font-size: 1.2rem !important;
}
.rn-searchMod__label::before {
  font-size: 1.2rem !important;
}
.rn-searchMod__destListSectionTitle, .rn-searchMod__formSection, .rn-searchMod__tooltip, .rn-searchMod__validationTxt {
  font-size: 1.2rem !important;
}
.rn-searchMod__destListSectionTabList>li {
  font-size: 1.2rem !important;
  @media screen and (max-width: 767px) {
    font-size: 1rem !important;
  }
}

/* pageTop----------*/
.goTop {
  display: none;
}

@media screen and (max-width: 767px) {
  .goTop {
    width: 54px;
    height: 49px;
  }
}

@media screen and (min-width: 768px) {
  .nopc {
    display: none;
  }
}

/*  hover
-------------------------------------------------*/
@media (hover : hover) and (pointer : fine) {
  .copy-area button {
    cursor: pointer;
    &:hover {
      background-color: #333;
      color: #fff;
    }
  }
  .banner__list--item--link {
    transition: opacity .5s;
    &:hover {
      opacity: .75;
    }
  }
}
