@charset "UTF-8";
.ttl_plan img, .ttl_situation img, .list_situation li img, .image_situation img, .sec_include_option .list_include_option img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.wrap_sec_plan {
  background-color: #faf0d9;
  background-size: 90px auto, 93px auto;
}

@media only screen and (min-width: 768px), print {
  .wrap_sec_plan {
    background-position: left 70px, right 90px;
    background-size: auto, auto;
  }
}

.ttl_plan {
  margin-bottom: 20px;
}

.ttl_situation {
  margin-bottom: 10px;
}

.list_situation {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -5px 0;
}

@media only screen and (min-width: 768px), print {
  .list_situation {
    margin: 0 -8px;
  }
}

.list_situation li {
  width: 50%;
  margin-top: 20px;
  padding: 0 5px;
}

@media only screen and (min-width: 768px), print {
  .list_situation li {
    width: 25%;
    margin-top: 0;
    padding: 0 8px;
  }
}

.list_situation .txt_situation {
  margin-top: 7px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 12px;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .list_situation .txt_situation {
    font-size: 13px;
  }
}

.image_situation {
  margin: 35px 0 -7%;
}

@media only screen and (min-width: 768px), print {
  .image_situation {
    margin: 35px 0 -4.8%;
  }
}

@media only screen and (min-width: 768px), print {
  #omiyamairi .list_include_option {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.sec_include_option {
  padding: 65px 0 60px;
  position: relative;
  background: #e4dcca;
}

@media only screen and (min-width: 768px), print {
  .sec_include_option {
    padding: 75px 0 80px;
  }
}

.sec_include_option:before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: 0;
  bottom: auto;
  left: 0;
  height: 3px;
  background: #e4dcca;
  background-size: 37px auto;
}

@media only screen and (min-width: 768px), print {
  .sec_include_option:before {
    top: -13px;
    height: 13px;
    background-size: auto;
  }
}

.sec_include_option .list_include_option {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -10px -5px 18px;
}

@media only screen and (min-width: 768px), print {
  .sec_include_option .list_include_option {
    margin: -10px -5px 30px;
  }
}

.sec_include_option .list_include_option._option5 li {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-top: 10px;
  padding: 0 5px;
  width: 50%;
}

@media only screen and (min-width: 480px), print {
  .sec_include_option .list_include_option._option5 li {
    width: 33.33333%;
  }
}

@media only screen and (min-width: 576px), print {
  .sec_include_option .list_include_option._option5 li {
    width: 20%;
  }
}

@media only screen and (min-width: 768px), print {
  .sec_include_option .list_include_option._option5 li {
    width: 20%;
  }
}

@media only screen and (min-width: 1300px) {
  .sec_include_option .list_include_option._option5 li {
    width: auto;
  }
}

.sec_include_option .list_include_option li {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-top: 10px;
  padding: 0 5px;
  width: 90%;
}

.sec_include_option .list_include_option li a {
  color: #000A02;
}

@media only screen and (min-width: 480px), print {
  .sec_include_option .list_include_option li {
    width: auto;
  }
  .sec_include_option .list_include_option li a {
    color: #000A02;
  }  
}

.plan_price {
  font-family: "Poppins", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}

.plan_price .yen {
  margin-left: 2px;
  font-style: italic;
  font-size: 20px;
}

.plan_price .tax {
  margin-left: 0.5em;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
}

.plan_price + .plan_price_notes {
  margin-top: 3px;
}

.plan_price_notes {
  color: #888;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.plan_price_notes a {
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.table_include_option {
  margin-top: 16px;
}

@media only screen and (min-width: 768px), print {
  .table_include_option {
    margin-top: 26px;
  }
}

.sec_plan_photo_gallery {
  padding: 50px 0 60px;
}

@media only screen and (min-width: 768px), print {
  .sec_plan_photo_gallery {
    padding: 80px 0;
  }
}

.sec_other_plan {
  position: relative;
  padding-top: 5px;
}

.sec_other_plan iframe {
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .sec_other_plan {
    padding-top: 5px;
  }
}

.sec_other_plan .list_other_plan {
  margin: 0 -5px;
}

@media only screen and (min-width: 576px), print {
  .sec_other_plan .list_other_plan {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.sec_other_plan .list_other_plan li {
  margin-top: 10px;
  padding: 0 5px;
}

@media only screen and (min-width: 576px), print {
  .sec_other_plan .list_other_plan li {
    width: 50%;
  }
}

@media only screen and (min-width: 768px), print {
  .sec_other_plan .list_other_plan li {
    width: 25%;
  }
}

@media only screen and (min-width: 768px), print {
  .sec_other_plan .list_other_plan li.other_thumb_kids {
    width: auto;
  }
  .sec_other_plan .list_other_plan li.other_thumb_kids a {
    padding-right: 10px;
  }
}

.sec_other_plan .list_other_plan a {
  -webkit-transition-property: top, -webkit-box-shadow;
  transition-property: top, -webkit-box-shadow;
  -o-transition-property: box-shadow, top;
  transition-property: box-shadow, top;
  transition-property: box-shadow, top, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.07);
}

.sec_other_plan .list_other_plan a:hover {
  top: -3px;
  -webkit-box-shadow: 0 1px 10px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px 4px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.sec_other_plan .list_other_plan a:hover:after {
  right: 0;
  bottom: 0;
}

.sec_other_plan .list_other_plan a:after {
  -webkit-transition-property: right, bottom;
  -o-transition-property: right, bottom;
  transition-property: right, bottom;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  content: "";
  position: absolute;
  right: 2px;
  bottom: 2px;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
}

@media only screen and (min-width: 768px), print {
  .sec_other_plan .list_other_plan a:after {
    right: 3px;
    bottom: 3px;
  }
}

.sec_other_plan .list_other_plan .img_other_thumb {
  margin-right: 15px;
}

.sec_other_plan .list_other_plan .txt_other_thumb span {
  display: block;
  margin-top: 5px;
  color: #000A02;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 13px;
  font-weight: 700;
}

@media only screen and (min-width: 768px), print {
  .sec_other_plan .list_other_plan .txt_other_thumb span {
    font-size: 14px;
  }
}

.sec_other_plan .list_other_plan .txt_other_thumb img {
  max-width: 100%;
  height: auto;
}