@charset "utf-8";

/*common*/

a {
  color: #00a6df;
}

.comment {
  /* margin: 0 0 30px 0; */
}

.comment li {
  font-size: 1.2rem;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

.sec-inner {
  padding: 0 3%;
}

.shop-btn {
  text-align: center;
  /* margin: 0 0 20px 0; */
}

sup {
  font-size: 0.6em;
  font-weight: normal;
  vertical-align: 0.6em;
}

@media screen and (min-width: 769px) {

  .sec-inner {
    padding: 0;
  }
}


/*movie*/

.movie-wrap {
  width: 100%;
  margin: 0 auto 50px auto;
}

.movie-wrap .movie {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}

.movie-wrap .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*キャンペーン対象店舗*/

.target-store h2 {
  font-size: 2rem;
  color: #fff;
  background: #a45559;
  line-height: 1;
  padding: 10px;
  margin: 0 0 20px 0;
}

.target-store h2 span {
  height: 1.1em;
  display: inline-block;
  padding-left: 7px;
  border-left: 5px solid #fff;
}

.target-store .shop-wrap {
  margin: 0 0 50px 0;
}

.target-store .shop-wrap .shop-box {
  padding: 15px 20px;
  border-bottom: 1px dotted #555;
}

.target-store .shop-wrap .shop-box .shop-name {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5px 0;
}

.target-store .shop-wrap h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  margin: 0;
  border-bottom: 1px dotted #555;
}

.target-store .shop-wrap .shop-box .shop-name h4 {
  font-size: 18px;
  margin: 0 1em 0 0;
}

.target-store .shop-wrap .shop-box dl dt,
.target-store .shop-wrap .shop-box dl dd {
  display: inline;
}

.shop-areaList {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}

.shop-areaList li {
  margin: 0 10px 10px 0;
}

.shop-areaList li a {
  display: block;
  background: #a45559;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
}


/* Googlefont */

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: .05em;
}

/*original*/

#sec1 {
  /* background: #c7f0fd; */
  overflow: hidden;
}

#sec1 h1 {
  margin-bottom: 30px;
}

.lead-txt {
  font-size: clamp(1.6rem, 2vw, 2rem);
  text-align: center;
  margin-bottom: 30px;
}

#sec1 .lead-txt {
  font-size: clamp(1.4rem, 2vw, 2rem);
}

#sec2 {
  margin-bottom: 30px;
}

#sec2 h2 {
  color: #60675a;
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: bold;
  margin-bottom: 10px;
}

#sec2 .sec2-wrap-blue {
  background: #c7f0fd;
}

#sec2 p {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}


@media screen and (min-width: 769px) {

  #sec2 h2 {
    margin: 20px 0 5px 0;
  }

  #sec2 .sec2-wrap {
    display: flex;
  }

  #sec2 .sec2-wrap .txt-wrap {
    width: 568px;
    padding: 0 30px;
  }

  #sec2 .sec2-wrap figure {
    width: 320px;
  }

  #sec2 .sec2-wrap figure .text-top {
    vertical-align: text-top;
  }
}


.sec3 h2 {
  text-align: center;
  width: 200px;
  margin: 0 auto 30px auto;
}

.sec3 h3.option-menu {
  color: #60675a;
  font-size: clamp(1.8rem, 2vw, 2rem);
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

.sec3 h3.option-menu .plus {
  content: '';
  background: #60675a;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.sec3 h3.option-menu .plus:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 16px;
  background-color: #fff;
}

.sec3 h3.option-menu .plus:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 16px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(90deg);
  /*90度回転させて横棒にする*/
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
}

.sec3 .sec3-wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.sec3 .sec3-wrap .txt-area {
  padding: 0 3%;
}

.sec3 .sec3-wrap .txt-area .fukidashi-txt {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  text-align: center;
}

.sec3 .sec3-wrap .txt-area .fukidashi-img {
  text-align: center;
  width: 300px;
  margin: -1em auto 0 auto;
}

.sec3 .sec3-wrap .txt-area .fukidashi-img2 {
  text-align: center;
  width: 330px;
  margin: -1em auto 0 auto;
}

.sec3 .sec3-wrap .txt-area h4 {
  color: #60675a;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.sec3 .sec3-wrap .txt-area .option-txt {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.sec3 .gradation {
  background: #fff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(223, 236, 247, 1) 100%);
  padding-top: 3%;
  margin: 0 -3.3%;
}


@media screen and (max-width: 768px) {
  .sec3 .sec3-wrap .img-sec3-04 {
    padding: 0 3%;
  }
}


@media screen and (min-width: 769px) {

  .sec3 h2 {
    width: 300px;
  }

  .sec3 .sec3-wrap .txt-area .fukidashi-img {
    width: 340px;
    margin: -1.25em auto 0 auto !important;
  }

  .sec3 .sec3-wrap .txt-area .fukidashi-img2 {
    width: 380px;
    margin: -1.25em auto 0 auto !important;
  }

  .sec3 .sec3-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 20px;
  }

  .sec3 .sec3-wrap .txt-area {
    width: 426px;
    padding: 0;
  }

  .sec3 h3.option-menu {
    margin-bottom: 20px;
  }

  .sec3 .sec3-wrap .txt-area .option-txt {
    margin-bottom: 1em;
  }

  .sec3 .sec3-wrap .txt-area .item-txt {
    color: #60675a;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .sec3 .sec3-wrap .txt-area .option-price {
    text-align: center;
  }

  .sec3 .sec3-wrap figure {
    width: 422px;
  }

  .sec3 .gradation {
    background: inherit;
  }

  #sec4 .sec3-wrap {
    background: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(224, 237, 248, 1) 100%);

  }
}

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

  /*common*/

  .wrapper-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumb {
    padding: 10px 2%;
  }

  .h1-common {
    width: 96%;
    margin: 0 2% 20px 2%;
  }


  /*キャンペーン対象店舗*/

  .target-store .shop-wrap .shop-box {
    padding: 3% 0;
  }

  .target-store .shop-wrap .shop-box .shop-name h4 {
    font-size: 16px;
  }

  .target-store .shop-wrap .shop-box .shop-name img {
    height: 16px;
    vertical-align: middle;
  }


  /*  orijinal*/


}


@media screen and (min-width: 769px) {

  /*  movie*/

  .movie-wrap {
    width: 640px;
    margin: 20px auto 50px auto;
  }


  /*キャンペーン対象店舗*/

  .target-store .shop-wrap .shop-box dl dd a {
    color: #333;
    pointer-events: none;
    text-decoration: none;
  }


  /*  orijinal*/

  .target-store h2 {
    font-size: 2.5rem;
    padding: 10px 15px;
  }

  .target-store .sec-inner {
    padding: 0;
  }

}