@charset "UTF-8";
.background {
  background: url(../images/summer-date/feature-2574-bg.jpg) repeat center center;
  background-size: 25%;
  background-attachment: fixed;
}

.feature-banner {
  width: 100%;
}

@media screen and (min-width: 1080px) {
  .feature-banner {
    width: 1000px;
    margin: 0 auto;
  }
}

.feature-banner img {
  margin: 0 auto;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    font-size: 1.5rem;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.menu-txt {
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-block;
  margin: .6rem 0 0;
  line-height: 1.7;
  text-align: center;
  height: 40px;
}

.ttl-red {
  /*  font-family: serif;*/
  color: #f25a71;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 1.3px;
}

@media screen and (min-width: 768px) {
  .ttl-red {
    font-size: 2rem;
  }
}

.ttl-blk {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 0 2rem;
}

@media screen and (min-width: 768px) {
  .ttl-blk {
    font-size: 2.2rem;
    margin: 0 0 1.5rem;
  }
}

.bg-pink .ttl-blk {
  text-align: center;
  font-weight: bold;
  /*  font-size: 1.6rem;*/
  margin: 0;
}

.post-type-feature .feature-btn.feature-btn--bgpink {
  margin: -1rem auto 1.8rem;
}

.post-type-feature .feature-block {
  padding: 1.5rem;
}

@media screen and (min-width: 768px) {
  .post-type-feature .feature-block {
    padding: 8rem 3rem;
  }
}

@media screen and (min-width: 1080px) {
  .post-type-feature .feature-block {
    padding: 8rem;
  }
}

.post-type-feature .feature-block.bg-bage {
  background: url(../images/summer-date/bg-bage.jpg) repeat center center;
  background-size: 25%;
  padding: 3rem 1.5rem;
}

.post-type-feature .feature-block.bg-bage:first-of-type {
  margin: 3rem 0 0;
  padding-top: 8rem;
}

@media screen and (min-width: 768px) {
  .post-type-feature .feature-block.bg-bage {
    padding: 4rem 2rem;
  }
}

@media screen and (min-width: 1080px) {
  .post-type-feature .feature-block.bg-bage {
    padding: 4rem 10rem;
  }
}

.post-type-feature .feature-block.bg-pink {
  background: url(../images/summer-date/sima-pnk.jpg) repeat-y center center;
  background-size: 100%;
  padding: 2rem 2rem 3rem;
}

@media screen and (min-width: 768px) {
  .post-type-feature .feature-block.bg-pink {
    padding: 6rem 8rem;
  }
}

.post-type-feature .feature-block.bg-yellow {
  background-size: 7px 7px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(135deg, #fff5b9 25%, transparent 25%, transparent 50%, #fff5b9 50%, #fff5b9 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, #fff5b9 25%, transparent 25%, transparent 50%, #fff5b9 50%, #fff5b9 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #fff5b9 25%, transparent 25%, transparent 50%, #fff5b9 50%, #fff5b9 75%, transparent 75%, transparent);
}

.post-type-feature .feature-block.bg-yellow .feature-btn--step2 {
  margin: 0 0 2rem;
}

@media screen and (min-width: 768px) {
  .post-type-feature .feature-block.bg-yellow .feature-btn--step2 {
    margin: 0;
  }
}

.post-type-feature .feature-block.bg-blue {
  background-size: 7px 7px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(135deg, #e7fff7 25%, transparent 25%, transparent 50%, #e7fff7 50%, #e7fff7 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, #e7fff7 25%, transparent 25%, transparent 50%, #e7fff7 50%, #e7fff7 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #e7fff7 25%, transparent 25%, transparent 50%, #e7fff7 50%, #e7fff7 75%, transparent 75%, transparent);
}

.post-type-feature .feature-block.bg-blue .feature-btn--step3 {
  margin: 0 0 2rem;
}

@media screen and (min-width: 768px) {
  .post-type-feature .feature-block.bg-blue .feature-btn--step3 {
    margin: 0;
  }
}

.post-type-feature .feature-block.bg-yellow,
.post-type-feature .feature-block.bg-blue {
  position: relative;
  padding: 2.5rem 2rem 1rem;
}

@media screen and (min-width: 768px) {
  .post-type-feature .feature-block.bg-yellow,
  .post-type-feature .feature-block.bg-blue {
    padding: 4rem;
  }
}

@media screen and (min-width: 1080px) {
  .post-type-feature .feature-block.bg-yellow,
  .post-type-feature .feature-block.bg-blue {
    padding: 6rem 8rem;
  }
}

.post-type-feature .feature-block.bg-yellow::after,
.post-type-feature .feature-block.bg-blue::after {
  content: "";
  background: url(../images/summer-date/madamadaarimasu_01.png) no-repeat center center;
  background-size: contain;
  width: 120px;
  height: 60px;
  top: -58px;
  left: 20px;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .post-type-feature .feature-block.bg-yellow::after,
  .post-type-feature .feature-block.bg-blue::after {
    width: 150px;
    height: 94px;
    top: -82px;
    left: 89px;
  }
}

figcaption {
  font-size: 1.4rem;
  text-align: center;
}

small {
  font-size: 80%;
  line-height: 1.2;
  display: inline-block;
  line-height: 1.7;
}

strong {
  font-weight: bold;
}

.creset {
  counter-reset: number 0;
}

.number {
  position: relative;
  display: block;
  padding: 33px 0 0;
  margin: 0;
}

.spot-txt-area .number {
  padding: 5px 0 0;
}

.number::before {
  counter-increment: number 1;
  content: "0" counter(number) " ";
  display: inline-block;
  width: 28px;
  height: 28px;
  /*  position: absolute;
  top: 0;
  left: 0;*/
  background: #f25a71;
  border-radius: 14px;
  /*  margin: 0;*/
  margin: 0 1rem 0 0;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: -.3px;
}

.post-type-feature .feature-btn--inner {
  margin: 1rem auto;
}

.spot-txt {
  font-size: 1.4rem;
}

.post-type-feature .feature-btn {
  color: #333;
  background: #ff8ba0;
  border-radius: 0px;
  text-align: center;
  display: block;
  padding: 1.5rem 3rem;
  margin: 1.5rem auto 4rem;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .post-type-feature .feature-btn {
    margin: 1.5rem auto 8rem;
    max-width: 280px;
  }
}

@media screen and (min-width: 1080px) {
  .post-type-feature .feature-btn {
    margin: 2.5rem auto 8rem;
    max-width: 350px;
  }
}

.post-type-feature .feature-btn--step2 {
  background: #fff34d;
  margin: 1.5rem auto 8rem;
}

@media screen and (min-width: 1080px) {
  .post-type-feature .feature-btn--step2 {
    margin: 0 auto 8rem;
  }
}

.post-type-feature .feature-btn--step3 {
  background: #60cdcc;
  margin: 1.5rem auto 8rem;
}

@media screen and (min-width: 1080px) {
  .post-type-feature .feature-btn--step3 {
    margin: 2.5rem auto 8rem;
  }
}

.menu-yoko {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .menu-yoko {
    display: block;
  }
}

.h1-ttl-step {
  font-weight: bold;
  font-size: 2.1rem;
  text-align: center;
  color: #ff8ba0;
  line-height: 1.5;
  letter-spacing: .01em;
  position: relative;
  margin: .5rem 0 0;
}

.h1-ttl-step:not(:first-of-type) {
  margin: 5rem 0 0;
}

@media screen and (min-width: 768px) {
  .h1-ttl-step {
    font-size: 2.6rem;
    line-height: 1.7;
    letter-spacing: .08em;
  }
}

.h1-ttl-step::before {
  counter-increment: number 1;
  content: "第 " counter(number) " 歩";
  /* 表示形式を指定 */
  position: absolute;
  background: url(../images/summer-date/flag-yellow.png) no-repeat center center;
  background-size: contain;
  font-size: 1.7rem;
  letter-spacing: -.03em;
  width: 70px;
  height: 70px;
  top: -47px;
  left: 0;
  line-height: 1.9;
  padding: 1.1rem .8rem 0 0;
  color: #534741;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .h1-ttl-step::before {
    font-size: 2.3rem;
    width: 140px;
    height: 80px;
    top: -20px;
    left: 60px;
    padding: .6rem .8rem 0 0;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}

@media screen and (min-width: 1080px) {
  .h1-ttl-step::before {
    /*left: 100px;*/
    left: 50px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}

.h1-ttl-step__sub {
  font-size: 1.7rem;
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .h1-ttl-step__sub {
    font-size: 2rem;
    display: block;
    text-align: center;
  }
}

.h1-ttl-step--step2 {
  color: #a67c52;
  position: relative;
}

.h1-ttl-step--step2::after {
  content: "";
  position: absolute;
  background: url(../images/summer-date/step2-illust.png) no-repeat center center;
  background-size: contain;
  width: 60px;
  height: 100px;
  top: -87px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .h1-ttl-step--step2::after {
    width: 110px;
    height: 130px;
    top: 35px;
    right: 0;
  }
}

@media screen and (min-width: 1080px) {
  .h1-ttl-step--step2::after {
    width: 125px;
    height: 150px;
    top: 30px;
    right: -10px;
  }
}

.h1-ttl-step--step3 {
  color: #808080;
  position: relative;
}

.h1-ttl-step--step3::after {
  content: "";
  position: absolute;
  background: url(../images/summer-date/18053015.png) no-repeat center center;
  background-size: contain;
  width: 85px;
  height: 160px;
  top: -102px;
  right: 0;
}

@media screen and (min-width: 768px) {
  .h1-ttl-step--step3::after {
    width: 135px;
    height: 160px;
    top: -130px;
    right: 0;
  }
}

@media screen and (min-width: 1080px) {
  .h1-ttl-step--step3::after {
    width: 135px;
    height: 160px;
    top: -30px;
    right: -61px;
  }
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.row-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2rem auto;
  position: relative;
}

.shop-ttl {
  font-size: 2.1rem;
  line-height: 1.6;
  text-align: center;
  display: inline-block;
  margin: 0 auto 2rem;
  padding: .7rem 1.2rem;
  background-size: 7px 7px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(135deg, #efff2e 25%, transparent 25%, transparent 50%, #efff2e 50%, #efff2e 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, #efff2e 25%, transparent 25%, transparent 50%, #efff2e 50%, #efff2e 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #efff2e 25%, transparent 25%, transparent 50%, #efff2e 50%, #efff2e 75%, transparent 75%, transparent);
}

.shop-ttl-text {
  display: block;
  position: relative;
  margin: 0 0 2rem;
  font-size: 1.5rem;
}

/*
.shop-ttl-text::after {
  content: "";
  background: url(../images/summer-date/04.png) no-repeat center center;
  background-size: contain;
  width: 142px;
  height: 143px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
*/

.pnk-text-mini {
  color: #ff8ba0;
  position: relative;
  padding: .5rem 0;
  /*border-bottom: 1px solid #ff8ba0;*/
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 0 0 3rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pnk-text-mini {
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .pnk-text-mini {
    /*    border-bottom: 2px solid #ff8ba0;*/
    margin: 1rem 0 3rem;
    padding: .5rem 0 0;
    text-align: center;
    font-size: 2rem;
    line-height: 1.9;
  }
}

.pnk-text-mini--morning {
  position: relative;
}

.pnk-text-mini--morning::after {
  content: "";
  position: absolute;
  top: -55px;
  left: 215px;
  background: url(../images/summer-date/illust-11.png) no-repeat center center;
  background-size: contain;
  width: 60px;
  height: 48px;
  display: block;
}

@media screen and (min-width: 768px) {
  .pnk-text-mini--morning::after {
    top: -64px;
    left: -60px;
    width: 130px;
    height: 58px;
  }
}

.pnk-text-mini--afternoon {
  position: relative;
}

.pnk-text-mini--afternoon::after {
  content: "";
  position: absolute;
  top: -52px;
  left: 25px;
  background: url(../images/summer-date/illust-08.png) no-repeat center center;
  background-size: contain;
  width: 77px;
  height: 49px;
  display: block;
}

@media screen and (min-width: 768px) {
  .pnk-text-mini--afternoon::after {
    top: -52px;
    left: -85px;
    width: 80px;
    height: 55px;
  }
}

@media screen and (min-width: 1080px) {
  .pnk-text-mini--afternoon::after {
    top: -52px;
    left: -98px;
    width: 80px;
    height: 55px;
  }
}

.pnk-text-mini--night {
  position: relative;
}

.pnk-text-mini--night::after {
  content: "";
  position: absolute;
  top: -48px;
  left: 209px;
  background: url(../images/summer-date/illust-02.png) no-repeat center center;
  background-size: contain;
  width: 60px;
  height: 45px;
  display: block;
}

@media screen and (min-width: 768px) {
  .pnk-text-mini--night::after {
    left: -87px;
    width: 80px;
    height: 45px;
  }
}

@media screen and (min-width: 1080px) {
  .pnk-text-mini--night::after {
    left: -132px;
    width: 80px;
    height: 45px;
  }
}

.pnk-text-mini--star {
  position: relative;
}

.pnk-text-mini--star::after {
  content: "";
  position: absolute;
  top: -42px;
  left: -142px;
  background: url(../images/summer-date/illust-01.png) no-repeat center center;
  background-size: contain;
  width: 80px;
  height: 45px;
  display: block;
}

.pnk-text-mini--none {
  position: relative;
}

.pnk-text-mini--none::after {
  content: "";
  display: none;
}

.pnk-text-mini--step2 {
  color: #a67c52;
  text-align: center;
  /*border-bottom: 1px solid #ffd72e;*/
}

@media screen and (min-width: 768px) {
  .pnk-text-mini--step2 {
    /*border-bottom: 2px solid #ffd72e;*/
    text-align: center;
  }
}

.pnk-text-mini--step3 {
  color: #808080;
  text-align: center;
  /*border-bottom: 1px solid #60cdcc;*/
}

@media screen and (min-width: 768px) {
  .pnk-text-mini--step3 {
    /*border-bottom: 2px solid #60cdcc;*/
    text-align: center;
  }
}

.morning-illust {
  background: url(../images/summer-date/min_157.png) no-repeat center center;
  background-size: contain;
  width: 150px;
  height: 20px;
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  padding: 2rem 0 0;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.9rem;
  font-weight: bold;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .morning-illust {
    background: url(../images/summer-date/min_157.png) no-repeat center center;
    background-size: contain;
    width: 70px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3rem 0 0;
    text-align: center;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    font-size: 2rem;
    font-weight: bold;
  }
}

.afternoon-illust {
  background: url(../images/summer-date/min_157.png) no-repeat center center;
  background-size: contain;
  width: 60px;
  height: 20px;
  display: block;
  position: absolute;
  top: -9px;
  left: 10px;
  font-size: 2rem;
  padding: 3rem 0 0;
  text-align: center;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  font-weight: bold;
}

.sima-column-ttl {
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 1rem 0 .5rem;
  font-size: 1.7rem;
}

@media screen and (min-width: 768px) {
  .sima-column-ttl {
    font-size: 1.8rem;
  }
}

.sima-column-text {
  color: #ea7288;
  display: block;
  font-size: 1.5rem;
}

.sima-column-text--step2 {
  color: #a67c52;
}

.sima-column-text--step3 {
  color: #808080;
}

.simabox {
  min-height: 435px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .simabox {
    min-height: 400px;
  }
}

@media screen and (min-width: 1080px) {
  .simabox {
    min-height: 420px;
  }
}

.simabox .feature-btn {
  color: #333;
  border-radius: 0px;
  text-align: center;
  display: block;
  padding: 1.5rem 3rem;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .simabox .feature-btn {
    max-width: 280px;
  }
}

@media screen and (min-width: 1080px) {
  .simabox .feature-btn {
    max-width: 350px;
  }
}

.simabox .feature-btn--step2 {
  background: #fff34d;
  margin: 1.5rem auto 8rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 1080px) {
  .simabox .feature-btn--step2 {
    margin: 0 auto;
  }
}

.simabox .feature-btn--step3 {
  background: #60cdcc;
  margin: 1.5rem auto 8rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 1080px) {
  .simabox .feature-btn--step3 {
    margin: 2.5rem auto 8rem;
  }
}

.wht-box {
  background: #fff;
  padding: 2rem;
  position: relative;
  color: #ff8ba0;
}

.wht-box::before {
  content: "";
  background: url(../images/summer-date/kururin-head.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: -62px;
  left: 55%;
  width: 160px;
  height: 70px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  .wht-box::before {
    left: 53%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.wht-box__ttl {
  font-size: 1.7rem;
  font-weight: bold;
  display: block;
  margin: 0 0 1rem;
}

@media screen and (min-width: 768px) {
  .wht-box__ttl {
    font-size: 1.9rem;
  }
}

.wht-box__blkttl {
  color: #333;
  font-size: 1.7rem;
  font-weight: bold;
  display: block;
  margin: 0 0 1rem;
}

@media screen and (min-width: 768px) {
  .wht-box__blkttl {
    font-size: 1.9rem;
  }
}

.wht-box__blktext {
  color: #333;
}

.wht-box--kururin01 {
  position: relative;
  margin: 7rem 0 9rem;
}

@media screen and (min-width: 768px) {
  .wht-box--kururin01 {
    margin: 0 0 5rem;
  }
}

.wht-box--kururin01::after {
  content: "";
  background: url(../images/summer-date/kururin-02.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  bottom: -76px;
  left: 30px;
  width: 165px;
  height: 90px;
}

.wht-box--margintop {
  margin: 10rem 0 0;
}

.wht-box .feature-btn--step3 {
  margin: 1.5rem 0 0;
}

.small-text {
  font-size: 1.4rem;
  display: block;
  margin: 1rem 0;
}

.small-text--center {
  text-align: center;
}

.img-margin-bottom {
  margin: 0 0 1rem;
}

.mt50 {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .mt50 {
    margin-top: 50px;
  }
}

.mt70 {
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .mt70 {
    margin-top: 70px;
  }
}

.mt100 {
  margin-top: 70px;
}

@media screen and (min-width: 768px) {
  .mt100 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .m0 {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .mobile-mt10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-mt50 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-mt70 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-mt100 {
    margin-top: 100px;
  }
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb70 {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .mb70 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-mb10 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-mb30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-mb50 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-mb70 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-mb80 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-mb100 {
    margin-bottom: 100px;
  }
}

.mr30 {
  margin-right: 30px;
}

.post-type-page img,
.post-type-feature img,
.post-type-store img {
  max-width: 100%;
  height: auto;
}

.box-center {
  margin: 0 auto;
}

.colum-re {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .colum-re {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .order-1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.order-danjyo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .order-danjyo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .order-danjyo-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-danjyo-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-danjyo-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-danjyo-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-danjyo-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-danjyo-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}

.kuru {
  display: block;
}

.kuru:first-of-type {
  margin: 0 auto 2.5rem;
  width: 65%;
}

@media screen and (min-width: 768px) {
  .kuru:first-of-type {
    margin: 0;
    width: 45%;
  }
}

.kururin-messe {
  display: block;
  font-weight: bold;
  text-align: center;
  letter-spacing: .25em;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .kururin-messe {
    text-align: left;
    line-height: 2.8;
  }
}

.bg-color-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, transparent), color-stop(35%, #efff2e));
  background: -webkit-linear-gradient(top, transparent 35%, #efff2e 35%);
  background: -o-linear-gradient(top, transparent 35%, #efff2e 35%);
  background: linear-gradient(-180deg, transparent 35%, #efff2e 35%);
}

.odentabetai {
  position: relative;
}

.odentabetai::after {
  content: "";
  background: url(../images/summer-date/doushiyou.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 340px;
  height: 160px;
  position: absolute;
  top: 32%;
  left: 47%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .odentabetai::after {
    width: 303px;
    height: 158px;
    top: 50%;
    left: 50%;
  }
}

@media screen and (max-width: 767px) {
  .kururindoushiyo {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .kururindoushiyo {
    margin: 8rem 0 0;
  }
}

.danjyo {
  margin: 0 0 -1rem;
}

@media screen and (min-width: 768px) {
  .danjyo {
    margin: 0 0 -4.1rem;
  }
}

@media screen and (min-width: 768px) {
  .woman {
    margin: 0 0 -4rem;
  }
}
