@charset "UTF-8";
/* 読み込んだフォントの指定 */
/* ベースとなるフォントカラー */
/* 任意のフォントカラー */
/* SPメディアクエリのブレイクポイント */
/* @media screen and (max-width: $sp_01) {} */
/* PCメディアクエリのブレイクポイント */
/* @media screen and (min-width: $pc_01) {} */
/***************************************************** setting */
/* main visual */
#mv {
  position: relative;
  z-index: 0;
}
#mv .slider_right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
#mv .slider_right .slider_img {
  margin-left: 18px;
}
#mv .slider_left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
#mv .slider_left .slider_img {
  margin-left: 18px;
}
#mv .mv_img {
  max-width: 100%;
  width: 100%;
}

.slick-slide img {
  max-width: 100%;
  width: 100%;
}

/* main visual END */
.area01 {
  background-color: #badef2;
  padding: 60px 0;
}
@media screen and (max-width: 750px) {
  .area01 {
    padding: 30px 0;
  }
}

.area02 {
  background-color: #f9f2a1;
  padding: 100px 0;
}
@media screen and (max-width: 750px) {
  .area02 {
    padding: 50px 0;
  }
}

.area03 {
  background-color: #fff;
  padding: 50px 0 100px;
}
@media screen and (max-width: 750px) {
  .area03 {
    padding: 25px 0 50px;
  }
}

.area04 {
  position: relative;
  z-index: 0;
  padding: 60px 0 0;
}
.area04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/procedure_img.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .area04 {
    padding: 30px 0 0;
  }
}

.box01 {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
}
.box01.mt {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .box01.mt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .box01 {
    width: 90%;
  }
}

.box02 {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .box02 {
    width: 90%;
  }
}

.support_text {
  text-align: center;
  font-size: 25px;
  font-family: "Shippori Mincho", serif;
  color: #0050a7;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .support_text {
    font-size: 4.7vw;
  }
}

.support_area {
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  .support_area {
    margin-top: 35px;
  }
}

.support_title {
  font-weight: 700;
  color: #0050a7;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .support_title {
    font-size: 5.5vw;
  }
}

.support_img {
  text-align: center;
  margin-top: 50px;
}
.support_img img {
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .support_img {
    margin-top: 25px;
  }
}

.structure_text {
  font-size: 32px;
  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;
  text-align: center;
  font-weight: 700;
  position: relative;
  z-index: 0;
}
.structure_text::before {
  content: "";
  display: block;
  width: 3px;
  height: 85px;
  background-color: #000;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  margin-right: 50px;
}
@media screen and (max-width: 750px) {
  .structure_text::before {
    margin-right: 25px;
  }
}
.structure_text::after {
  content: "";
  display: block;
  width: 3px;
  height: 85px;
  background-color: #000;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  margin-left: 50px;
}
@media screen and (max-width: 750px) {
  .structure_text::after {
    margin-left: 25px;
  }
}
@media screen and (max-width: 750px) {
  .structure_text {
    font-size: 5vw;
  }
}

.structure_area {
  background-color: #fff;
  border-right: 10px solid #333;
  border-left: 10px solid #333;
  border-bottom: 10px solid #333;
  border-radius: 0 0 10% 10%;
  margin: 0 30px;
  position: relative;
  z-index: 0;
}
.structure_area::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 50px 20vw 0px 20vw;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -20vw;
}
@media screen and (max-width: 750px) {
  .structure_area::before {
    border-width: 30px 20vw 0px 20vw;
    bottom: -30px;
    margin-left: -20vw;
  }
}
@media screen and (max-width: 750px) {
  .structure_area {
    border-right: 7px solid #333;
    border-left: 7px solid #333;
    border-bottom: 7px solid #333;
    margin: 0 20px;
  }
}

.structure_title {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #0050a7;
  padding: 20px 0;
  line-height: 1.4;
  border-radius: 35px 35px 0 0;
  margin-top: 85px;
  position: relative;
  z-index: 0;
}
.structure_title::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #082e70 transparent transparent;
  border-width: 0px 30px 25px 0px;
  position: absolute;
  bottom: -25px;
  left: 0;
}
@media screen and (max-width: 750px) {
  .structure_title::before {
    border-width: 0px 20px 15px 0px;
    bottom: -15px;
  }
}
.structure_title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #082e70 transparent transparent transparent;
  border-width: 25px 30px 0px 0px;
  position: absolute;
  bottom: -25px;
  right: 0;
}
@media screen and (max-width: 750px) {
  .structure_title::after {
    border-width: 15px 20px 0px 0px;
    bottom: -15px;
  }
}
@media screen and (max-width: 750px) {
  .structure_title {
    font-size: 7.2vw;
    padding: 10px 0;
    border-radius: 25px 25px 0 0;
    margin-top: 30px;
  }
}

.structure_img {
  padding: 40px 30px;
  text-align: center;
}
.structure_img img {
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .structure_img {
    padding: 20px 10px;
  }
}

.donations_title {
  font-weight: 700;
  color: #333;
  font-size: 32px;
  text-align: center;
}
.donations_title span {
  font-size: 42px;
  color: #333;
}
@media screen and (max-width: 750px) {
  .donations_title span {
    font-size: 7.5vw;
  }
}
@media screen and (max-width: 750px) {
  .donations_title {
    font-size: 5.5vw;
  }
}

.donations_area {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .donations_area {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.donations_box {
  padding: 20px 0;
}
.donations_box:first-child {
  width: 30%;
  background-color: #8ad0e4;
  border-top: 6px solid #333;
  border-left: 6px solid #333;
  border-bottom: 6px solid #333;
  border-radius: 30px 0 0 30px;
  position: relative;
  z-index: 0;
}
.donations_box:first-child::before {
  content: "";
  background-size: 7px 25px;
  background-position: right top;
  background-repeat: repeat-y;
  background-image: linear-gradient(to bottom, #000, #000 12px, transparent 2px, transparent 8px);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 3px;
  right: -3px;
}
@media screen and (max-width: 750px) {
  .donations_box:first-child::before {
    background-size: 23px 5px;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, #000, #000 12px, transparent 2px, transparent 8px);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 2px;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .donations_box:first-child {
    width: 100%;
    border-top: 3px solid #333;
    border-left: 3px solid #333;
    border-right: 3px solid #333;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
  }
}
.donations_box:last-child {
  width: 70%;
  background-color: #fff;
  border-top: 6px solid #333;
  border-right: 6px solid #333;
  border-bottom: 6px solid #333;
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 750px) {
  .donations_box:last-child {
    width: 100%;
    border-top: none;
    border-left: 3px solid #333;
    border-right: 3px solid #333;
    border-bottom: 3px solid #333;
    border-radius: 0 0 20px 20px;
  }
}
@media screen and (max-width: 750px) {
  .donations_box {
    padding: 15px 0;
  }
}

.donations_text {
  font-weight: 700;
  color: #333;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .donations_text {
    font-size: 4.5vw;
  }
}

.donations_img {
  text-align: center;
  margin-top: 10px;
}
.donations_img img {
  max-width: 100%;
}

.donations_yen {
  font-weight: 700;
  color: #333;
  font-size: 32px;
  text-align: center;
  margin-top: 10px;
}
.donations_yen span {
  font-size: 22px;
  color: #333;
}
@media screen and (max-width: 750px) {
  .donations_yen span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .donations_yen {
    font-size: 4.5vw;
  }
}

.procedure_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 42px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .procedure_title {
    font-size: 7vw;
  }
}

.cassette_place {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cassette_place {
    font-size: 7vw;
  }
}

.cassette_title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cassette_title {
    font-size: 4.5vw;
  }
}

.measures_box {
  width: 48%;
  margin-right: 4%;
}
.measures_box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .measures_box {
    width: 100%;
    margin-right: 0;
  }
}

.measures_title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
}
.measures_title.first {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .measures_title {
    font-size: 4.5vw;
    margin-top: 15px;
  }
}

.measures_text {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (max-width: 750px) {
  .measures_text {
    font-size: 3.5vw;
  }
}

.measures_img img {
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .measures_img {
    margin-top: 15px;
  }
}

.excursion_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .excursion_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.excursion_box {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px;
}
.excursion_box.excursion {
  background-color: #64ac4f;
}
.excursion_box.mb0 {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .excursion_box.mb0 {
    margin-bottom: 20px;
  }
}
.excursion_box:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .excursion_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.excursion_box_in {
  position: relative;
  z-index: 0;
}
.excursion_box_in::before {
  content: "";
  background-image: linear-gradient(to right, #64ac4f, #64ac4f 14px, transparent 2px, transparent 8px);
  background-size: 30px 13px;
  background-position: left bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 13px;
  background-color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .excursion_box_in::before {
    margin-top: 25px;
  }
}
.excursion_box_in::after {
  content: "";
  background-image: linear-gradient(to right, #64ac4f, #64ac4f 14px, transparent 2px, transparent 8px);
  background-size: 30px 13px;
  background-position: left bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 13px;
  background-color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
}
@media screen and (max-width: 750px) {
  .excursion_box_in::after {
    margin-bottom: 25px;
  }
}

.excursion_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-top: 40px;
}
@media screen and (max-width: 750px) {
  .excursion_left {
    padding-top: 30px;
  }
}

.excursion_title {
  font-size: 72px;
  font-family: "Shippori Mincho", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  margin-left: 4.5vw;
}
.excursion_title span {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .excursion_title {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    font-size: 15vw;
  }
}

.excursion_text {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
}
.excursion_text span {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .excursion_text {
    font-size: 5vw;
  }
}

.excursion_img_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 40px 0 40px;
}
@media screen and (max-width: 750px) {
  .excursion_img_area {
    margin: 30px 10px 30px;
  }
}

.excursion_img:last-child {
  margin-left: 15px;
}
@media screen and (max-width: 750px) {
  .excursion_img:last-child {
    margin-left: 10px;
  }
}
.excursion_img img {
  max-width: 100%;
}

.value_img {
  text-align: center;
}
.value_img img {
  max-width: 100%;
  width: 100%;
}

.value_text {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .value_text {
    font-size: 4vw;
  }
}
.value_text_mb {
  margin-bottom: 20px;
}

.value_lead {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .value_lead {
    font-size: 4vw;
  }
}

.application_all {
  border: 6px solid #9fce63;
  padding: 20px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .application_all {
    border: 4px solid #9fce63;
    padding: 15px 10px;
  }
}

.value_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-top: 3px solid #9fce63;
  border-bottom: 3px solid #9fce63;
  padding: 10px 0;
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  .value_area {
    border-top: 2px solid #9fce63;
    border-bottom: 2px solid #9fce63;
    padding: 7px 0;
    margin-top: 35px;
  }
}

.value_amount {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .value_amount {
    font-size: 6vw;
  }
}
.value_amount span {
  font-size: 16px;
  display: block;
}

.value_yen {
  font-size: 42px;
  font-weight: 700;
  margin-left: auto;
  line-height: 1.2;
}
.value_yen span {
  font-size: 28px;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .value_yen span {
    font-size: 6vw;
  }
}
@media screen and (max-width: 750px) {
  .value_yen {
    font-size: 9vw;
  }
}

.application_text {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .application_text {
    font-size: 6.5vw;
    margin-top: 15px;
  }
}

.application_list {
  margin-top: 20px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.application_list li {
  width: 50%;
  text-align: center;
}
.application_list li a {
  display: inline-block;
}
.application_list li a img {
  max-width: 216px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .application_list {
    margin-top: 15px;
  }
}

.point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.point_list li {
  width: 48%;
  margin-right: 4%;
  background-color: #f9f4da;
  margin-bottom: 30px;
  padding: 40px;
}
@media screen and (max-width: 750px) {
  .point_list li.last {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
}
.point_list li:nth-child(2n) {
  margin-right: 0;
}
.point_list li:last-child {
  background-color: #f2f2f2;
}
@media screen and (max-width: 750px) {
  .point_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 0 10px 10px 0;
    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: 750px) {
  .point_left_sp {
    width: 68%;
  }
}

@media screen and (max-width: 750px) {
  .point_right_sp {
    width: 30%;
    margin-left: 2%;
    text-align: center;
  }
}

.point_number_area {
  background-color: #000;
  max-width: 305px;
  width: 100%;
  padding: 10px;
  text-align: center;
  position: relative;
  z-index: 0;
  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;
}
.point_number_area::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: auto;
  right: 0;
  border-style: solid;
  border-color: transparent #f9f4da transparent transparent;
  border-width: 30px 15px 30px 0px;
}
@media screen and (max-width: 750px) {
  .point_number_area {
    max-width: 100%;
    padding: 5px 10px;
  }
}

.point_number {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin-right: 40px;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .point_number {
    font-size: 4vw;
  }
}

.point_text {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 25px;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .point_text {
    font-size: 3.5vw;
    margin-top: 15px;
    text-align: left;
    margin-left: 10px;
  }
}

.point_stay {
  font-size: 29px;
  font-weight: 700;
  text-align: center;
  color: #c1272d;
  line-height: 1.4;
  margin-top: 5px;
}
@media screen and (max-width: 750px) {
  .point_stay {
    font-size: 5vw;
    text-align: left;
    margin-left: 10px;
  }
}

.point_postscript {
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .point_postscript {
    font-size: 3.5vw;
    text-align: left;
    margin-left: 10px;
    margin-top: 5px;
  }
}

.point_img_area {
  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;
  margin-top: 20px;
}
.point_img_area .point_img:last-child {
  margin-left: 20px;
}
.point_img_area .point_img img {
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .point_img_area {
    display: none;
  }
}

.point_img_area_sp {
  display: none;
}
.point_img_area_sp .point_img_sp.left {
  text-align: left;
}
.point_img_area_sp .point_img_sp.right {
  text-align: right;
}
.point_img_area_sp .point_img_sp.mt {
  margin-top: 10px;
}
.point_img_area_sp .point_img_sp img {
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .point_img_area_sp {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .point_icon_02_sp {
    width: 60%;
  }
}

@media screen and (max-width: 750px) {
  .point_icon_03_sp {
    width: 60%;
  }
}

@media screen and (max-width: 750px) {
  .point_icon_04_sp {
    width: 60%;
  }
}

@media screen and (max-width: 750px) {
  .point_icon_05_sp {
    width: 50%;
  }
}

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

.point_note {
  font-size: 14px;
  margin-top: 35px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .point_note {
    font-size: 3vw;
    margin-top: 15px;
    text-align: left;
    margin-left: 10px;
  }
}

.coupon_title {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  color: #c1272d;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .coupon_title {
    font-size: 6vw;
  }
}

.coupon_area {
  background-color: #fff;
  padding: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .coupon_area {
    display: none;
  }
}

.coupon_text {
  font-size: 18px;
  text-align: center;
}

.coupon_img {
  text-align: center;
}
.coupon_img a {
  display: inline-block;
}
.coupon_img a img {
  max-width: 100%;
}

.coupon_text_sp {
  font-size: 18px;
  text-align: center;
  display: none;
}
@media screen and (max-width: 750px) {
  .coupon_text_sp {
    display: block;
    font-size: 3.5vw;
    margin-top: 10px;
  }
}

.coupon_link_sp {
  font-size: 5vw;
  text-align: center;
  color: #fff !important;
  font-weight: 700;
  line-height: 1.4;
  background-color: #808080;
  padding: 10px 0;
  width: 100%;
  margin-top: 10px;
  position: relative;
  z-index: 0;
  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;
  display: none;
}
.coupon_link_sp::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  margin-top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 7px 0px 7px 10px;
}
@media screen and (max-width: 750px) {
  .coupon_link_sp {
    display: block;
  }
}

.thanks {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .thanks {
    margin-bottom: 30px;
  }
}

.thanks_text {
  font-family: "Sawarabi Mincho", serif;
  font-size: 42px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .thanks_text {
    font-size: 24px;
  }
}
.thanks_text span {
  color: #999af8;
  font-family: "Sawarabi Mincho", serif;
}

.thanks_coupon {
  background: #f9f4da;
  padding: 30px 20px;
}
@media screen and (max-width: 750px) {
  .thanks_coupon {
    padding: 20px 15px;
  }
}

.thanks_coupon_text {
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .thanks_coupon_text {
    font-size: 20px;
  }
}

.thanks_coupon_title {
  color: #c1272d;
  font-size: 51px;
  font-weight: 700;
  line-height: 1.4901960784;
}
@media screen and (max-width: 750px) {
  .thanks_coupon_title {
    font-size: 28px;
  }
}
.thanks_coupon_title span.large {
  color: #c1272d;
  font-size: 78px;
}
@media screen and (max-width: 750px) {
  .thanks_coupon_title span.large {
    font-size: 54px;
  }
}
.thanks_coupon_title span.middle {
  color: #c1272d;
  font-size: 63px;
}
@media screen and (max-width: 750px) {
  .thanks_coupon_title span.middle {
    font-size: 36px;
  }
}

.section_bg {
  background: #fff;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
}
.section_bg.pt {
  padding-top: 0;
}
@media screen and (max-width: 750px) {
  .section_bg {
    padding-top: 30px;
  }
}

.hakodate .point_title,
.hakodate .value_title {
  background: #999af8;
}
.hakodate .application_all,
.hakodate .value_area {
  border-color: #999af8;
}

.kushiro .point_title,
.kushiro .value_title {
  background: #f7931e;
}