press_item /*-----------------------------------
基本設定
-----------------------------------*/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
/*bodyy   {
display:none
}*/
body {
  min-width: 1280px;
  overflow-x: hidden;
  height: auto; /*modal使用時元位置記憶*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrap_his {
  font-family: 'Kosugi Maru', sans-serif;
  line-height: 1.5;
  letter-spacing: .08rem;
  box-sizing: border-box !important;
  background: #fff;
  font-size: 15px;
  min-width: 1280px;
  font-style: normal;
  color: #4e4e4e;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  margin: auto;
}
.contents {
  width: 100% !important;
  margin: auto;
}
.wrap_his img {
  max-width: 100% !important;
  height: auto !important;
  vertical-align: bottom;
}
.br_sp {
  display: none;
}
.br_sp_top {
  display: none;
}
.br_pc {
  display: inline;
}
.disnon {
  display: none !important;
}
.disnon_pc {
  display: none !important;
}
.disnon_sp {
  display: inline;
}
.swiper-pagination.disnon_sp {
  display: block !important;
}
.is-hide {
  display: none !important;
}
.more-hide {
  display: none !important;
}
.title-hide {
  display: none !important;
}
.wrap_his a:hover {
  opacity: 0.8;
}
/* for modern brouser */
/*.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;}

/* IE7,MacIE5 */
/*.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
/** html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/
.wrap_his .clear {
  clear: both;
}
.wrap_his img {
  vertical-align: bottom;
}
.wrap_his a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s
}
.wrap_his .clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.wrap_his .clearfix {
  /*min-height: 1px;*/
  min-height: 0px;
}
.wrap_his .both {
  clear: both;
}
.wrap_his .link_green {
  font-weight: bold;
  color: #7bcbac;
  text-decoration: underline;
}
.wrap_his .flex_container_pc, .wrap_his .flex_container {
  display: flex;
  flex-wrap: wrap;
}
.wrap_his .balooda {
  font-family: 'Baloo Da 2', sans-serif;
  font-size: 120% !important;
}
.wrap_his .flex-container, .wrap_his .flex-container-pc {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.wrap_his .box-ttl {
  text-align: center;
  position: relative;
  margin-bottom: 48px;
}
.wrap_his .big-ttl {
  /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Times New Roman", san-serif, メイリオ, Meiryo, serif;*/
  font-size: 30px;
  text-align: center;
  position: relative;
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: normal;
}
.wrap_his .box-ttl .en-ttl {
  color: #9cc5cd;
  font-family: 'STIX Two Text', serif;
  font-size: 22px;
  font-style: italic;
  letter-spacing: .01rem;
  margin-bottom: 15px;
}
/*qssのcssうちけし*/
#page-top {
  z-index: 101;
}
@media screen and (max-width: 480px) {
  body {
    min-width: inherit;
  }
  .wrap_his {
    font-size: 13px;
    font-family: 'Kosugi Maru', sans-serif;
    line-height: 1.5;
    color: #4e4e4e;
    letter-spacing: .08rem;
    /*-webkit-tap-highlight-color:rgba(0,0,0,0);*/
    font-style: normal;
    min-width: inherit;
  }
  .disnon_pc {
    display: block !important;
  }
  .disnon_sp {
    display: none;
  }
  .is-hide {
    display: none !important;
  }
  .br_sp {
    display: inline;
  }
  .br_sp_top {
    display: none;
  }
  .br_pc {
    display: none;
  }
  .wrap_his a:hover {
    opacity: 1.0;
  }
  .swiper-pagination.disnon_sp {
    display: none !important;
  }
  .wrap_his .flex_container_pc {
    display: block;
    flex-wrap: nowrap;
  }
  .wrap_his .flex_container_sp {
    display: flex;
  }
  .wrap_his .flex-container-pc {
    display: inherit;
    justify-content: inherit;
    flex-wrap: inherit;
  }
  .wrap_his .flex-container-sp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .wrap_his .box-ttl .en-ttl {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .wrap_his .box-ttl .big-ttl {
    font-size: 18px;
  }
  .wrap_his .box-ttl {
    width: 90%;
    margin: 0px auto 8%;
    text-align: center;
  }
}
/*-------------------------
mv
-------------------------------*/
.wrap_his .visual {
  position: relative;
  background-position: 100% 0%, 100% 100%;
  /*background: url(../images/bg_sky.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .wrap_his .visual {
    background: inherit;
  }
}
/*----------------------

select

----------------------- */
.wrap_his .check_lists input[type=checkbox] {
  display: none;
}
.wrap_his .check_css {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0px 2px 4px 42px;
  vertical-align: middle;
  cursor: pointer;
}
.wrap_his .check_css:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #7bcbac;
  border-bottom: 3px solid #7bcbac;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}
.wrap_his .check_css:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 0px;
  content: '';
  background: #fff;
  z-index: 1;
}
.wrap_his .check_css02 {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  /*padding: 0px 2px 4px 22px;*/
  padding: 1px 2px 2px 22px;
  vertical-align: middle;
  cursor: pointer;
}
.wrap_his .check_css02:before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -7px;
  width: 3px;
  height: 6px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  content: '';
  opacity: 0;
  transform: rotate(45deg);
}
.wrap_his .check_css02:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  margin-top: -8px;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 0px;
  content: '';
}
.wrap_his input[type=checkbox]:checked + .check_css:before {
  opacity: 1;
}
.wrap_his input[type=checkbox]:checked + .check_css02:before {
  opacity: 1;
}
@media screen and (max-width: 520px) {
  .wrap_his .check_css {
    padding: 0px 2px 4px 32px;
  }
  .wrap_his .check_css:after {
    left: 5px;
  }
  .wrap_his .check_css:before {
    left: 11px;
  }
  .wrap_his .check_css02:after {
    border: 1px solid #fff;
  }
  .wrap_his .check_css02 {
    padding: 1px 2px 2px 18px;
  }
}
/*----------------------

wrap-search-box

----------------------- */
.wrap_his select {
  -webkit-appearance: none;
  appearance: none;
}
.wrap_his select::-ms-expand {
  display: none;
}
.check-flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 12px;
}
.wrap_his .wrap-search-box .form_title {
  width: 14%;
  margin-right: 2%;
  display: table;
}
.wrap_his .wrap-search-box .form_title span {
  display: table-cell;
  background: #7bcbac;
  padding: 4px 8px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}
.wrap_his .wrap-search-box {
  width: 1100px;
  margin: 0px auto;
  position: relative;
  top: -50px;
}
.wrap_his .wrap-search-box .check_lists h2 {
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-weight: normal;
  position: relative;
}
.wrap_his .wrap-search-box .check_lists h2::before {
  content: "";
  display: block;
  width: 100%;
  background: url(../images/bird.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  position: absolute;
  top: -72px;
  right: 0px;
  height: 60px;
}
.wrap_his .wrap-search-box .check_lists h2 span {
  font-family: 'STIX Two Text', serif;
  font-size: 38px;
  display: block;
  font-weight: 100 !important;
  color: #000;
  width: 350px;
  margin: auto;
}
.wrap_his .wrap-search-box .check_lists h2 img {
  /*width: 117px;お披露目用にけした*/
  display: block;
  margin: auto;
}
.wrap_his .wrap-search-box .check_lists .search_buttom {
  padding: 0px 30px;
  background: #eee;
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.wrap_his .wrap-search-box .check_lists .search_buttom:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 3px #7bcbac;
  border-right: solid 3px #7bcbac;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 16px;
  right: 30px;
}
.wrap_his .wrap-search-box .check_lists .search_buttom.active:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #7bcbac;
  border-left: solid 3px #7bcbac;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  right: 30px;
}
.wrap_his .wrap-search-box .check_lists .check_area, .wrap_his .wrap-search-box .check_lists .check_price, .wrap_his .wrap-search-box .check_lists .check_capacity, .wrap_his .wrap-search-box .check_lists .check_meal, .wrap_his .wrap-search-box .check_lists .check_facility, .wrap_his .wrap-search-box .check_lists .check_theme {
  z-index: 5;
  position: relative;
}
.wrap_his .wrap-search-box .check_lists .wrap_aco {
  display: block;
  overflow: hidden;
  padding: 30px;
  border: solid 1px #c1c1c1;
  border-top: 0px;
  border-radius: 0px 0px 10px 10px;
}
.wrap_his .wrap-search-box .check_lists .search_buttom span {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 15px;
  font-weight: bold;
}
.wrap_his .wrap-search-box .check_lists .pick_up .search-box {
  text-align: center;
  margin-bottom: 20px;
}
.wrap_his .wrap-search-box .check_lists .pick_up .ttl {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: .08rem;
  padding-right: 20px;
}
.wrap_his .wrap-search-box .check_lists .pick_up ul {
  display: inline-block;
}
.wrap_his .wrap-search-box .check_lists .pick_up li {
  display: inline-block;
  padding: 0px 18px;
  font-size: 16px;
  line-height: 20px;
  background: #7ccbac;
  line-height: 24px;
  border-radius: 24px;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1rem;
  margin: 0px 5px;
}
.wrap_his .wrap-search-box .check_lists .wrap_f {
  margin-bottom: 30px;
}
.wrap_his .wrap-search-box .check_lists .wrap_f .check_area, .wrap_his .wrap-search-box .check_lists .wrap_f .check_price {
  vertical-align: top;
  margin-top: 20px;
}
.wrap_his .wrap-search-box .form_title {
  font-size: 13px;
  color: #000;
  margin-bottom: 15px;
}
/*.wrap_his .wrap-search-box .form_title span {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #7bcbac;
  line-height: 30px;
}*/
.wrap_his .wrap-search-box .check_area select {
  background: #ececec;
  width: 80%;
  padding: 5px;
  height: 35px;
  display: block;
  font-size: 14px;
  border: none;
  color: #636363;
}
.wrap_his .box_result {
  width: 1200px;
  margin: auto;
  padding: 30px 0px 20px;
  border-bottom: solid 1px #c7c7c7;
}
.wrap_his .box_result .result_title {
  font-size: 20px;
  letter-spacing: .2rem;
}
.wrap_his .box_result .result_title span {
  font-size: 15px;
}
.check-flex .wrap-dropd-list {
  width: 86%;
}
.check-flex .select-wrapper {
  width: 86%;
  position: relative;
}
.check-flex .select-box {
  background: #fff;
  border: #c7c7c7 solid 1px;
  border-radius: 5px;
  padding: 12px 10px !important;
  width: 100%;
  color: inherit;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 100%;
}
.check-flex .select-box option {
  color: inherit;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 110%;
}
.check-flex .select-wrapper:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 22px;
  right: 20px;
  margin-top: -4px;
}
.check-flex .wrap-dropd-list .dropd-list {
  padding: 10px;
  background: #fff;
  border: #c7c7c7 solid 1px;
  border-radius: 5px;
  position: relative;
}
.check-flex .drop-btn:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 22px;
  right: 20px;
  margin-top: -4px;
}
.check-flex .drop-btn.dropList_open:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #000;
  border-left: solid 2px #000;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 22px;
  right: 20px;
  margin-top: -4px;
}
.modal_window .check_lists .area-list dt {
  padding: 8px;
  border-bottom: 1px solid #c3c3c3;
  position: relative;
}
.check-flex .wrap-dropd-list .dropd-list .box-area-list {
  padding: 12px 0px;
}
.wrap-search-box .drop-target {
  display: none;
}
.wrap-search-box .search-box {
  padding: 12px 0px;
}
.check-flex .wrap-dropd-list .box-area-list {
  padding: 12px 0px 0px;
}
/*#search-party {
    display: none;
}*/
.buttom_q_sp {
  width: 50%;
  margin: auto;
  text-align: center;
  background: #7bcbac;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
}
.wrap_his .modal_window {
  background: #e9f4ed;
  border-radius: 15px;
  padding-bottom: 5%;
}
.wrap_his .modal_window::before {
  content: "";
  display: block;
  width: 100%;
  background: url(../images/corner_leaf.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  height: 500px;
  position: absolute;
  bottom: 0px;
  transform: scale(1, -1);
  border-radius: 15px;
  z-index: 0;
}
.wrap_his .modal_window::after {
  content: "";
  display: block;
  width: 100%;
  background: url(../images/corner_leaf.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  height: 500px;
  position: absolute;
  bottom: 0px;
  transform: scale(-1, -1);
  border-radius: 15px;
  z-index: 0;
}
.modal_window .check_lists {
  padding: 50px 100px;
}
.modal_window .check_lists::before {
  content: "";
  display: block;
  width: 100%;
  background: url(../images/corner_leaf.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  height: 500px;
  position: absolute;
  top: 0px;
  right: 0;
  border-radius: 15px;
  z-index: 0;
}
.modal_window .check_lists::after {
  content: "";
  display: block;
  width: 100%;
  background: url(../images/corner_leaf.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  height: 500px;
  position: absolute;
  top: 0px;
  transform: scale(-1, 1);
  left: 0px;
  border-radius: 15px;
  z-index: 0;
}
.wrap_his .modal_window .box_result {
  position: fixed;
  bottom: calc(0% + 10px);
  background: #1e7bab;
  border-radius: 10px;
  border-bottom: inherit;
  padding: 1%;
  color: #fff;
  width: 1100px;
  z-index: 10;
}
.wrap_his .modal_window .wrap-buttom {
  margin: 0px auto 0px;
  text-align: center;
  position: relative;
  z-index: 5;
}
.wrap_his .modal_window .wrap-buttom .buttom {
  background: #eee;
  padding: 10px 50px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  margin: 0px 15px;
}
.wrap_his .modal_window .wrap-buttom .buttom {
  background: #606060;
  color: #fff;
}
.wrap_his .wrap_item .item .wrap_pkg .icon li {
  width: 100%;
}
.wrap_his .box-search-float {
  display: inline-block;
  bottom: 100px;
  position: fixed;
  right: 10px;
  z-index: 99;
}
.wrap_his .box-search-float a {
  background: #d4ecfb;
  font-size: 17px;
  color: #125f8e;
  height: 150px;
  display: block;
  width: 150px;
  line-height: 176px;
  text-align: center;
  border-radius: 150px;
  position: relative;
}
.wrap_his .box-search-float a::before {
  content: "";
  display: block;
  width: 100%;
  background: url(../images/bg_search.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: -15px;
  right: -15px;
  height: 180px;
  width: 180px;
}
.wrap_his .box-search-float a::after {
  content: "";
  display: block;
  width: 100%;
  background: url(../images/bird.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  position: absolute;
  top: 18px;
  right: 0px;
  height: 50px;
}
@media screen and (max-width: 520px) {
  .wrap_his .wrap-search-box {
    width: 95%;
    margin: 0px auto 0px;
    top: 7px;
  }
  .wrap_his .modal_window {
    padding: 5% 0%;
  }
  .wrap_his .modal_window::before {
    background: url(../images/corner_leaf.png);
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    height: 500px;
    position: absolute;
    bottom: 0px;
    transform: scale(1, -1);
    z-index: 0;
  }
  .wrap_his .modal_window::after {
    background: url(../images/corner_leaf.png);
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    height: 500px;
    position: absolute;
    bottom: 0px;
    transform: scale(-1, -1);
    z-index: 0;
  }
  .modal_window .check_lists::before {
    background: url(../images/corner_leaf.png);
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    height: 500px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 0;
  }
  .modal_window .check_lists::after {
    background: url(../images/corner_leaf.png);
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    height: 500px;
    position: absolute;
    top: 0px;
    transform: scale(-1, 1);
    left: 0px;
    z-index: 0;
  }
  .wrap_his .wrap-search-box .check_lists {
    width: 90%;
    margin: 8% auto;
    padding: 0px;
  }
  .wrap_his .wrap-search-box .check_lists h2 {
    margin-bottom: 10px;
  }
  .wrap_his .wrap-search-box .check_lists h2 span {
    font-size: 30px;
    width: 100%;
  }
  .wrap_his .wrap-search-box .check_lists .search_buttom span {
    width: 25px;
    position: relative;
    top: -2px;
  }
  .wrap_his .wrap-search-box .check_lists .wrap_aco {
    padding: 4%;
  }
  .wrap_his .wrap-search-box .check_lists .pick_up .ttl {
    display: block;
    font-size: 15px;
    padding-right: 0px;
    color: #7ccbac;
  }
  .wrap_his .wrap-search-box .check_lists .pick_up ul {
    display: block;
  }
  .wrap_his .wrap-search-box .check_lists .pick_up li {
    display: inline-block;
    padding: 4px 15px 1px;
    height: inherit;
    font-size: 12px;
    line-height: 1;
    border-radius: 14px;
    letter-spacing: .1rem;
    margin: 5px 2.5px;
  }
  .wrap_his .wrap-search-box .check_lists .wrap_f {
    margin-bottom: 0;
  }
  .wrap_his .wrap-search-box .check_lists .search_buttom {
    padding: 0px 15px;
  }
  .wrap_his .wrap-search-box .check_area select {
    width: 100%;
    padding: 5px;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    border: 1px solid #ccc;
    /*background: #eee url(../../../static/images/sp_arrow.png) no-repeat center right 15px;*/
    display: block;
    position: relative;
    background-size: 15px;
    color: #333;
  }
  .wrap_his .box_result {
    width: 90%;
    margin: auto;
    padding: 20px 0px 10px;
    border-bottom: solid 0px #c7c7c7;
  }
  /*お披露目用に変更*/
  .wrap_his .wrap-search-box .check_lists h2 img {
    margin: 0px auto 0px;
    width: 80%;
  }
  .check-flex {
    display: block;
    margin-bottom: 4%;
  }
  .wrap_his .wrap-search-box .form_title {
    width: auto;
    margin-right: 0%;
  }
  .wrap_his .wrap-search-box .form_title span {
    padding: 2px 8px;
    font-size: 12px;
  }
  .check-flex .wrap-dropd-list {
    width: 100%;
  }
  .check-flex .select-wrapper {
    width: 100%;
  }
  .wrap_his .modal_window .box_result {
    position: fixed;
    bottom: 65px;
    /* background: #606060;*/
    border-radius: 5px;
    padding: 2%;
    width: 95%;
    right: 2.5%;
  }
  .wrap_his .box-search-float {
    display: inline-block;
    bottom: 130px;
    position: fixed;
    right: 10px;
    z-index: 7;
  }
  .wrap_his .box-search-float a {
    padding: 10px 16px;
    font-size: 13px;
    font-weight: bold;
    height: 110px;
    width: 110px;
    line-height: 109px;
    border-radius: 110px;
  }
  .wrap_his .box-search-float a::before {
    content: "";
    display: block;
    background: url(../images/bg_search.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: -11px;
    right: -7px;
    height: 125px;
    width: 125px;
  }
  .wrap_his .box-search-float a::after {
    content: "";
    display: block;
    width: 100%;
    background: url(../images/bird.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    position: absolute;
    top: 12px;
    right: 0px;
    height: 35px;
  }
}
/*----------------------

wrap_item

----------------------- */
.wrap_his .more_buttom {
  width: 300px;
  line-height: 50px;
  border: 1px solid #000;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: auto;
  cursor: pointer;
  position: relative;
  background-color: #000;
  margin-bottom: 65px;
}
.wrap_his .more_buttom:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 22px;
  left: 80px;
  margin-top: -4px;
}
.wrap_his .wrap_item {
  width: 1200px;
  margin: auto;
}
.wrap_his .wrap_item .wrap_title {
  text-align: center;
  margin: 60px 0 0px;
/*  display: block!important;*/
}
.wrap_his .wrap_item .wrap_title .catch {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.wrap_his .wrap_item .wrap_title .en_ttl {
  position: relative;
}
.wrap_his .wrap_item .wrap_title .en_ttl:before {
  content: "";
  width: 100%;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 2px;
  z-index: -2;
}
.wrap_his .wrap_item .wrap_title .en {
  font-family: "Source Serif Pro", serif;
  font-size: 38px;
  display: inline-block;
  font-weight: 100 !important;
  color: #000;
  background-color: #fff;
  padding: 0 15px;
}
.wrap_his .wrap_item .wrap_title .ja {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.1em;
  background: #7ba285;
  padding: 10px 50px;
  text-align: center;
  color: #fff;
}
.wrap_his .wrap_item .wrap_area {
/*  margin: 70px auto;
  padding-top: 45px;*/
}
.wrap_his .wrap_item .inner_item {
  margin-bottom: 40px;
  justify-content: flex-start;
}
.wrap_his .wrap_item .item_box {
  letter-spacing: 0em;
  width: 25%;
  padding: 0px 10px;
  font-size: 13px;
  margin-bottom: 50px;
  position: relative;
}
.wrap_his .wrap_item .item_box .item {
  position: relative;
}
.wrap_his .wrap_item .item .wrap_num .box_num {
  float: right;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}
.wrap_his .wrap_item .item .wrap_photo {
  margin: 5px auto 20px;
  position: relative;
}
.wrap_his .wrap_item .item .wrap_photo .icon {
  position: absolute;
  top: 3%;
  left: 3%;
  width: 55px;
  z-index: 2;
}
.wrap_his .wrap_item .item .wrap_photo .goto {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 80px;
  z-index: 2;
}
.wrap_his .attention_wrap .icon .goto {
  height: 16px !important;
  padding-right: 5px;
  position: relative;
  top: -2px;
}
.wrap_his .wrap_item .item .wrap_photo .icon.right {
  left: inherit;
  right: 3%;
}
.wrap_his .wrap_item .item .wrap_photo .adv {
  position: absolute;
  top: 0px;
  right: 0px;
  background: rgba(28, 28, 28, 0.6);
  z-index: 10;
  padding: 6px 8px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.wrap_his .wrap_item .item .wrap_photo .atn {
  background: #f0a9c4;
}
.wrap_his .wrap_item .item .item_ja {
  font-size: 16px;
  letter-spacing: .08rem;
  margin-bottom: 8px;
}
.wrap_his .wrap_item .item .item_ja span {
  font-size: 13px;
  font-weight: bold;
}
.wrap_his .wrap_item .item .wrap_sale .box_price {
  /*display: inline-block;*/
  vertical-align: bottom;
  padding-left: 3px;
  position: relative;
  text-align: right;
}
.wrap_his .wrap_item .item .wrap_sale .box_price .price {
  font-size: 24px;
  font-family: 'Sumana', serif;
  line-height: 1;
  display: inline;
  letter-spacing: -.02rem;
}
.wrap_his .wrap_item .item .wrap_sale .box_price .price span {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}
.wrap_his .wrap_item .item .wrap_pkg {
  margin-top: 8px;
}
.wrap_his .wrap_item .item .wrap_pkg .icon li {
  display: inline-block;
  width: 40px;
}
.wrap_his .wrap_item .item .wrap_buttom p.txt {
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 5px;
}
.wrap_his .wrap_item .item .hosoku {
  font-size: 11px;
}
.wrap_his .wrap_item .item .link-btm {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
}
.wrap_his .item .wrap_num {
  display: none;
}
.wrap_his .wrap_pkg .wrap_type {
  margin-bottom: 8px;
}
.wrap_his .wrap_pkg .wrap_type .box_type {
  display: inline-block;
  padding: 2px 8px;
  background: #8b898e;
  background: #7bcbac;
  color: #fff;
  margin-right: 5px;
}
.wrap_his .wrap_pkg .wrap_prc {
  padding-bottom: 4px;
  border-bottom: solid 1px;
  margin-bottom: 8px;
}
.wrap_his .wrap_pkg .wrap_prc .type {
  font-weight: bold;
  background: #d9e8dd;
  padding: 2px 4px;
  margin-bottom: 4px;
}
.wrap_his .wrap_pkg .wrap_prc .type span.kome {
  font-size: 85%;
}
.wrap_his .wrap_pkg .wrap_other {
  margin-bottom: 2px;
}
.wrap_his .wrap_pkg .wrap_other .type {
  display: inline;
  margin-right: 4px;
}
.wrap_his .wrap_pkg .wrap_prc .type .icon, .wrap_his .wrap_pkg .wrap_other .type .icon {
  width: 14px;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: -3px;
}
.wrap_his .wrap_pkg .wrap_other .txt {
  display: inline;
}
@media screen and (max-width: 520px) {
  .wrap_his .wrap_item {
    width: 100%;
    margin: auto;
  }
  .wrap_his .more_buttom {
    margin: 10px auto 30px;
  }
  .wrap_his .wrap_item .wrap_title .catch {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  .wrap_his .wrap_item .wrap_title .en {
    font-size: 30px;
  }
  .wrap_his .wrap_item .wrap_area {}
  .wrap_his .wrap_item .wrap_title {
    margin: 10px 0 0px;
  }
  .wrap_his .wrap_item .wrap_title .en_ttl:before {
    display: none;
  }
  .wrap_his .wrap_item .inner_item {
    width: 96%;
    margin: 0% auto 4%;
  }
  .wrap_his .wrap_item .item_box {
    letter-spacing: 0em;
    display: inline-block;
    width: 46%;
    vertical-align: top;
    margin: auto;
    padding: 0px;
    font-size: 13px;
    margin-bottom: 30px;
    margin: 0% 1.5% 5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .wrap_his .wrap_item .item .wrap_num .box_num {
    float: none;
    font-size: 10px;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 3px;
  }
  .wrap_his .wrap_item .item .wrap_num .box_num br {
    display: none;
  }
  .wrap_his .wrap_item .item .wrap_photo {
    margin: 5px auto 20px;
  }
  .wrap_his .wrap_item .item .wrap_photo .icon {
    position: absolute;
    top: 3%;
    left: 3%;
    width: 40px;
  }
  .wrap_his .wrap_item .item .item_ja {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 5px;
  }
  .wrap_his .wrap_item .item .item_ja span {
    font-size: 12px;
    font-weight: bold;
  }
  .wrap_his .wrap_item .item .wrap_pkg {
    margin-top: 12px;
  }
  .wrap_his .wrap_item .item .wrap_pkg .icon li {
    display: inline-block;
    width: 26px;
  }
  .wrap_his .wrap_item .item .hosoku {
    font-size: 10px;
    margin-top: 5px;
  }
  .wrap_his .wrap_item .item .box_buttom_02 .link_item {
    width: 100%;
    padding: 0px;
    float: none;
    margin-right: 0%;
    margin-top: 8px;
  }
  .wrap_his .wrap_pkg .wrap_type .box_type {
    padding: 3px 5px;
    font-size: 90%;
    margin-bottom: 5px;
  }
  .wrap_his .wrap_pkg .wrap_prc .type {
    font-weight: normal;
    font-size: 12px;
  }
  .wrap_his .wrap_pkg .wrap_prc .txt {
    font-size: 12px;
  }
  .wrap_his .wrap_pkg .wrap_other {
    font-size: 12px;
  }
}
/*---------------------

hisparty_point

-----------------------*/
.wrap_his .hisparty_point .lead {
  width: 100%;
  margin: auto;
  height: 500px;
  background: url(../images/mv_his_point_pc.jpg) 100% 50% / cover;
  display: table;
}
.wrap_his .hisparty_point .lead .lead_ttl {
  display: table-cell;
  vertical-align: middle;
}
.wrap_his .hisparty_point .lead .lead_ttl .txt {
  text-align: center;
  line-height: 3;
}
.wrap_his .hisparty_point .lead .lead_ttl .txt span {
  padding: 10px;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .wrap_his .hisparty_point .lead {
    width: 100%;
    margin: auto;
    height: 300px;
    background: url(../images/mv_his_point_sp.jpg) 100% 50% / cover;
    display: table;
  }
  .wrap_his .hisparty_point .lead .lead_ttl .txt {
    position: relative;
    top: -60px;
  }
  .wrap_his .hisparty_point .lead .lead_ttl .txt span {
    font-size: 14px;
  }
}
/* -----------------------------------------------------------
   outline
   ----------------------------------------------------------- */
.wrap_his .outline {
  padding: 6% 0px 8%;
  position: relative;
}
.wrap_his .outline::before {
  content: "";
  display: block;
  width: 100%;
  background: url(../images/corner_leaf02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  height: 50%;
  position: absolute;
  top: -10px;
}
.wrap_his .outline::after {
  content: "";
  display: block;
  width: 100%;
  background: url("../images/corner_leaf03.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 0%;
  height: 50%;
  position: absolute;
  top: -10px;
}
.wrap_his .wrap-outline {
  width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.wrap_his .outline .wrap-logo {
  width: 100%;
  margin: auto;
  align-items: center;
}
.wrap_his .outline .wrap-logo .txt {
  width: 50%;
  padding: 0% 5%;
}
.wrap_his .wrap-outline .wrap-logo .logo {
  color: #289cc5;
  font-size: 36px;
  font-family: 'Kosugi Maru', sans-serif;
  text-align: center;
  margin: 5% auto;
  font-weight: normal;
  position: relative;
  width: 90%;
}
.wrap_his .wrap-outline .wrap-logo .logo::before {
  content: "";
  display: block;
  width: 100px;
  background: url("../images/bird.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 118px;
  position: absolute;
  top: -150px;
  left: -110px;
}
.wrap_his .wrap-outline .wrap-logo .logo .catch {
  font-size: 80%;
}
.wrap_his .wrap-outline .wrap-logo .logo .catch .his {
  font-family: 'Baloo Da 2', sans-serif;
  font-size: 150%;
}
.wrap_his .wrap-outline .wrap-logo .logo .catch .zero {
  font-size: 130%;
  padding: 0px 5px;
}
.wrap_his .wrap-outline .wrap-logo .logo .catch .zero .num {
  font-family: 'Baloo Da 2', sans-serif;
  font-size: 180%;
  line-height: 1;
  position: relative;
  top: 3px;
}
.wrap_his .outline .wrap-logo .txt-m {
  /* font-weight: bold;*/
  line-height: 1.8;
  letter-spacing: .15rem;
}
.wrap_his .outline .wrap-logo .wrap-logo-graph {
  width: 50%;
  padding: 3%;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.wrap_his .outline .wrap-logo .wrap-logo-graph::after {
  content: "";
  display: block;
  width: 126px;
  background: url(../images/bouquet.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 135px;
  position: absolute;
  bottom: 20px;
  right: -25px;
}
.wrap_his .outline .wrap-logo .wrap-logo-graph .pink {
  font-size: 20px;
  color: #f988b8;
  /*font-weight: bold;*/
}
.wrap_his .outline .wrap-logo .wrap-logo-graph .graph-ttl {
  margin: 3% auto 0%;
  text-align: center;
  background: #4aaccf;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
.wrap_his .outline .wrap-logo .wrap-logo-graph .graph {
  width: 70%;
  margin: 5% auto 0%;
}
@media screen and (max-width: 767px) {
  .wrap_his .outline {
    padding: 0px 0px 8%;
    width: 100%;
  }
  .wrap_his .outline::before {
    content: "";
    display: block;
    background: url(../images/corner_leaf02.png);
    background-size: 210px;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    height: 100%;
    position: absolute;
    top: -10px;
    width: 100%;
  }
  .wrap_his .outline::after {
    content: "";
    display: block;
    width: 100%;
    background: url(../images/corner_leaf03.png);
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    height: 100%;
    position: absolute;
    top: -10px;
    left: 0px;
  }
  .wrap_his .outline .wrap-outline {
    padding: 5%;
    position: relative;
    width: 100%;
  }
  .wrap_his .outline .wrap-logo {
    width: 100%;
  }
  .wrap_his .wrap-outline .wrap-logo .logo {
    font-size: 21px;
    margin: 10% auto;
    width: 90%;
  }
  .wrap_his .wrap-outline .wrap-logo .logo::before {
    width: 60px;
    height: 71px;
    position: absolute;
    top: -70px;
    left: -35px;
  }
  .wrap_his .outline .wrap-logo .txt {
    width: 100%;
    padding: 10% 8%;
  }
  .wrap_his .outline .wrap-logo .txt-m {
    letter-spacing: .08rem;
  }
  .wrap_his .outline .wrap-logo .wrap-logo-graph {
    width: 100%;
    padding: 6%;
    background: #fff;
    border-radius: 5px;
    position: relative;
  }
  .wrap_his .outline .wrap-logo .wrap-logo-graph .pink {
    font-size: 14px;
  }
  .wrap_his .outline .wrap-logo .wrap-logo-graph .pink span {
    font-size: 75%;
  }
  .wrap_his .outline .wrap-logo .wrap-logo-graph .graph-ttl {
    font-size: 14px;
  }
}
/* -----------------------------------------------------------
   reason
   ----------------------------------------------------------- */
.wrap_his .reason {
  padding: 0% 0% 8%;
  position: relative;
}
.wrap_his .reason::before {
  content: "";
  width: 100%;
  height: 400px;
  background-image: url(../images/corner_leaf02.png), url(../images/corner_leaf03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  transform: rotateZ(180deg);
  display: block;
  bottom: 0px;
  position: absolute;
}
.wrap_his .reason .wrap-reason {
  width: 1280px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.wrap_his .reason .wrap-reason .box-reason {
  width: 45%;
  /*background: #fff;*/
  padding: 2%;
  margin: 0% auto;
  border-bottom: dashed 1px #afafaf;
}
.wrap_his .reason .wrap-reason .box-reason .box-dtl {
  /*font-weight: bold;*/
  line-height: 1.8;
  font-size: 17px;
  background: url(../images/leaf.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  padding-left: 45px;
}
.wrap_his .reason .wrap-reason .box-reason .box-dtl::before {}
@media screen and (max-width: 767px) {
  .wrap_his .reason {
    padding: 0px 0px 20%;
  }
  .wrap_his .reason::before {
    height: 160px;
    background-position: -20px -10px, 105% -15px;
  }
  .wrap_his .reason .inner-reason {
    position: relative;
  }
  .wrap_his .reason .wrap-reason {
    width: 85%;
    margin: auto;
  }
  .wrap_his .reason .wrap-reason .box-reason {
    padding: 0%;
    margin: auto;
    width: 100%;
  }
  .wrap_his .reason .wrap-reason .box-reason .box-dtl {
    margin-top: 0%;
    font-weight: normal;
    line-height: 1.5;
    font-size: 13px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    padding: 4% 0% 4% 28px;
  }
}
/* -----------------------------------------------------------
   price-detail
   ----------------------------------------------------------- */
.wrap_his .price-detail {
  padding: 72px 0%;
  background-color: #f4ebf4;
}
.wrap_his .price-detail .box-scroll {
  width: 1280px;
  margin: auto;
  /* overflow-x: scroll; */
  position: relative;
}
.wrap_his .price-detail .wrap-price-detail {
  margin-top: 3%;
}
.wrap_his .price-detail .box-scroll .box-price-detail {
  width: 33%;
}
.wrap_his .price-detail .box-scroll .box-price-detail .box-subttl {
  border-bottom: dashed 2px #7ccbac;
  margin-bottom: 20px;
  padding-right: 80px;
}
.wrap_his .price-detail .box-scroll .box-price-detail .box-subttl .box-icon {
  font-family: 'Quicksand', sans-serif;
  display: inline-block;
  font-weight: bold;
  color: #7ccbac;
  font-size: 12px;
  text-align: center;
}
.wrap_his .price-detail .box-scroll .box-price-detail .box-subttl .box-icon .icon {
  display: block;
  width: 4em;
  height: 40px;
  line-height: 25px;
  color: #fff;
  background: url(../image02/flag.png) 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.wrap_his .price-detail .box-scroll .box-price-detail .box-subttl .txt-l {
  display: inline-block;
  padding-left: 5px;
}
.wrap_his .price-detail .box-scroll .box-price-detail .box-dtl {
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .wrap_his .price-detail {
    padding: 16% 0% 0%;
  }
  .wrap_his .price-detail .inner-price-detail {
    position: relative;
    top: -32px;
  }
  .wrap_his .price-detail .box-scroll {
    margin: 15% auto 0%;
    overflow-x: scroll;
    width: 90%;
    white-space: nowrap;
  }
  .wrap_his .price-detail .box-scroll .wrap-price-detail {
    flex-wrap: inherit;
    justify-content: start;
    margin-top: 0%;
    padding-bottom: 30px;
  }
  .wrap_his .price-detail .box-scroll .box-price-detail {
    width: 360px !important;
    padding: 0% 15px;
  }
  .wrap_his .price-detail .nav-scroll {
    font-size: 16px;
    position: absolute;
    padding: 0px 30px 0px;
    top: 53%;
    right: 5%;
    z-index: 3;
    background: rgb(45 45 45 / 50%);
    display: inline-block;
    height: 27px;
    border-radius: 5px;
    color: #fff;
    padding-top: 1%;
    text-align: center;
    border-bottom: inherit;
  }
  .wrap_his .price-detail .nav-scroll::after {
    content: inherit;
  }
}
/* -----------------------------------------------------------
   list-point
   ----------------------------------------------------------- */
.wrap_his .list-point {
  padding: 72px 0%;
	    background: #fff7fb;
}
.wrap_his .list-point .container-point-box {
  width: 1280px;
  margin: auto;
}
.wrap_his .list-point .wrap-point-box {
  width: 50%;
  padding: 2.5%;
  align-items: center;
}
.wrap_his .list-point .wrap-point-box .photo {
  width: 40%;
}
.wrap_his .list-point .wrap-point-box .box-txt {
  width: 60%;
  padding: 0% 5%;
}
.wrap_his .list-point .wrap-point-box .box-txt .num-point {
  color: #f49ec6;
  font-family: 'STIX Two Text', serif;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 3%;
}
.wrap_his .list-point .wrap-point-box .box-txt .name {
  font-size: 18px;
  /*font-weight: bold;*/
}
.wrap_his .list-point .wrap-point-box .box-txt .name span {
  font-size: 70%;
}
.wrap_his .list-point .wrap-tokuten-box {
  width: 1200px;
  margin: 5% auto;
  padding: 0% 0% 1%;
  background: #f9e5f1;
  border-radius: 10px;
}
.wrap_his .list-point .wrap-tokuten-box .tokuten-box {
  align-items: end;
}
.wrap_his .list-point .wrap-tokuten-box .flex-container {
  align-items: end;
  z-index: 2;
  position: relative;
  top: -20px;
}
.wrap_his .list-point .wrap-tokuten-box .icon-tokuten {
  display: block;
  width: 150px;
  background: #f9e5f1;
  border-radius: 80px;
  height: 150px;
}
.wrap_his .list-point .wrap-tokuten-box .txt {
  font-size: 25px;
  /* font-weight: bold;*/
  padding-left: 25px;
  position: relative;
  color: #eb63a0;
}
.wrap_his .list-point .wrap-tokuten-box .item_present {
  font-size: 50px;
  color: #eb63a0;
  /*font-weight: bold;*/
  line-height: 1;
  position: relative;
  padding-left: 20px;
  top: -15px;
}
.wrap_his .list-point .wrap-tokuten-box .item_present .num {
  font-family: 'STIX Two Text', serif;
  font-size: 90px;
  font-weight: normal;
  position: relative;
  top: 5px;
}
.wrap_his .list-point .wrap-tokuten-box .box-kome {
  width: 1000px;
  margin: 0px auto 20px;
  line-height: 1.8;
}
.wrap_his .list-point .wrap-tokuten-box .box-kome span {
  padding: 3px 5px;
  background: #eb63a0;
  color: #fff;
  /*font-weight: bold;*/
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .wrap_his .list-point {
    padding: 16% 0%;
  }
  .wrap_his .list-point .inner-list-point {
    position: relative;
  }
  .wrap_his .list-point .container-point-box {
    width: 90%;
  }
  .wrap_his .list-point .wrap-point-box {
    width: 100%;
    padding: 5% 0px;
  }
  .wrap_his .list-point .wrap-point-box .photo {
    width: 35%;
  }
  .wrap_his .list-point .wrap-point-box .box-txt {
    width: 65%;
    padding: 0% 0% 0% 5%;
  }
  .wrap_his .list-point .wrap-point-box .box-txt .num-point {
    font-size: 15px;
  }
  .wrap_his .list-point .wrap-point-box .box-txt .name {
    font-size: 14px;
  }
  .wrap_his .list-point .wrap-tokuten-box {
    width: 90%;
  }
  .wrap_his .list-point .wrap-tokuten-box .flex-container {
    top: -10px;
  }
  .wrap_his .list-point .wrap-tokuten-box .icon-tokuten {
    display: block;
    width: 80px;
    height: inherit;
  }
  .wrap_his .list-point .wrap-tokuten-box .txt {
    font-size: 16px;
    padding-left: 15px;
  }
  .wrap_his .list-point .wrap-tokuten-box .item_present {
    font-size: 20px;
    padding-left: 0px;
    top: -8px;
    text-align: center;
  }
  .wrap_his .list-point .wrap-tokuten-box .item_present .num {
    font-size: 50px;
    top: 2px;
    letter-spacing: 0;
  }
  .wrap_his .list-point .wrap-tokuten-box .box-kome {
    width: 90%;
    margin: 0px auto 5%;
    line-height: 1.5;
    font-size: 12px;
  }
  .wrap_his .list-point .wrap-tokuten-box .box-kome span {
    padding: 0px;
    color: #eb63a0;
    font-weight: bold;
    border-radius: 3px;
    display: block;
    text-align: center;
    background: inherit;
    margin-bottom: 1%;
  }
}

/* -----------------------------------------------------------
reservation
   ----------------------------------------------------------- */
.wrap_his .reservation {
  padding: 72px 0px;
      background: #a1c5b2;
  position: relative;
}
/*.wrap_his .reservation::before {
  content: "";
  display: block;
  width: 100%;
  background: url(../images/corner_flower.png);
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: 95% 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
}*/
.wrap_his .reservation .box-ttl .en-ttl{
    color: #fff;
}
.wrap_his .reservation .big-ttl{
    color: #fff;
}
.wrap_his .reservation .wrap-reservation {
  width: 1200px;
  margin: auto;
}
/*.wrap_his .reservation .wrap-reservation .flex-container-pc {
  justify-content: space-between;
}*/
.wrap_his .reservation .wrap-reservation .box-btm {
  width: 48%;
/*  background: #fff;
  padding: 2%;*/
  border-radius: 5px;
}
.wrap_his .reservation .wrap-reservation .box-btm .catch {
  font-size: 20px;
  position: relative;
  text-align: center;
}
.wrap_his .reservation .wrap-reservation .box-btm .catch::before {
  content: '';
  width: 30px;
  height: 30px;
  border: 0px;
  position: absolute;
  bottom: -40px;
  right: 50%;
  background: #70bccb;
  border-radius: 30px;
}
.wrap_his .reservation .wrap-reservation .box-btm.type-02 .catch::before {
  background: #e888ac;
}
.wrap_his .reservation .wrap-reservation .box-btm .catch::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  bottom: -30px;
  right: calc(50% + 8px);
  margin-top: -0.5em;
}
.wrap_his .reservation .wrap-reservation .box-btm .link-btm {
  text-align: center;
  padding: 16px;
  background: #5a9880;
  border-radius: 5px;
  width: 100%;
  display: block;
/*  margin-top: 54px;*/
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.wrap_his .reservation .wrap-reservation .box-btm.type-02 .link-btm {
  background: #e888ac;
}
.wrap_his .reservation .wrap-reservation .box-btm .link-btm:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 36px;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .wrap_his .reservation {
    padding: 16% 0px;
  }
  .wrap_his .reservation::before {
    content: "";
    display: block;
    width: 100%;
    background: url(../images/corner_flower.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 112% 101%;
    height: 100%;
    position: absolute;
    bottom: 0px;
  }
  .wrap_his .reservation .wrap-reservation {
    width: 90%;
  }
  .wrap_his .reservation .wrap-reservation .box-btm {
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .wrap_his .reservation .wrap-reservation .box-btm .catch {
    font-size: 14px;
  }
  .wrap_his .reservation .wrap-reservation .box-btm .catch::after {
    content: none;
  }
  .wrap_his .reservation .wrap-reservation .box-btm .catch::before {
    content: none;
  }
  .wrap_his .reservation .wrap-reservation .box-btm .link-btm {
    padding: 4% 4% 4% 2%;
    margin-top: 4%;
    font-size: 16px;
    font-weight: normal;
  }
  .wrap_his .reservation .wrap-reservation .box-btm .link-btm:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 10%;
    margin-top: 0px;
  }
}
/* -----------------------------------------------------------
   style
   ----------------------------------------------------------- */
.wrap_his .style {
  padding: 72px 0%;
  /*background: #cef3e8;*/
  position: relative;
}
.wrap_his .style::before {
  content: "";
  width: 100%;
  height: 400px;
  background-image: url(../images/corner_leaf02.png), url(../images/corner_leaf03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  display: block;
  top: 0px;
  position: absolute;
}
.wrap_his .style .wrap-style {
  width: 1280px;
  margin: 50px auto 0px;
  position: relative;
  z-index: 5;
}
.wrap_his .style .wrap-style .wrap-style-box {
  width: 33%;
  padding: 0% 3%;
}
.wrap_his .style .wrap-style .wrap-style-box .name {
  margin: 0px auto 20px;
  font-size: 18px;
  font-weight: bold;
  color: #289cc5;
  padding-bottom: 10px;
  border-bottom: solid 2px;
}
.wrap_his .style .wrap-style .wrap-style-box .box-dtl {
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .wrap_his .style {
    padding: 16% 0%;
  }
  .wrap_his .style::before {
    content: "";
    width: 100%;
    height: 200px;
    background-image: url(../images/corner_leaf02.png), url(../images/corner_leaf03.png);
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: 0% -50%, 100% -50%;
    display: block;
    top: inherit;
    position: absolute;
    transform: rotateZ(180deg);
    display: block;
    bottom: 0px;
  }
  .wrap_his .style .inner-style {
    position: relative;
    top: -45px;
  }
  .wrap_his .style .wrap-style {
    width: 85%;
    margin: auto;
  }
  .wrap_his .style .wrap-style .wrap-style-box {
    width: 100%;
    padding: 0% 0%;
    margin-bottom: 8%;
  }
  .wrap_his .style .wrap-style .wrap-style-box .photo {
    width: 35%;
  }
  .wrap_his .style .wrap-style .wrap-style-box .box-dtl {
    width: 65%;
    padding-left: 5%;
  }
  .wrap_his .style .wrap-style .wrap-style-box .name {
    margin: 0px auto 5%;
    font-size: 16px;
  }
  .wrap_his .style .wrap-style .wrap-style-box .box-dtl {
    margin-top: 0%;
  }
}
/* -----------------------------------------------------------
   relatedlink
   ----------------------------------------------------------- */
.wrap_his .relatedlink {
  padding: 72px 0px;
}
.wrap_his .relatedlink .swiper-container {
  width: 1200px;
  margin: auto;
}
.wrap_his .relatedlink .wrap-service {}
.wrap_his .relatedlink .wrap-service .wrap-service_box {
  width: 23%;
  position: relative;
  margin: 0px 1%;
}
.wrap_his .relatedlink .wrap-service .wrap-service_box .link-btm {
  width: 100%;
  position: absolute;
  top: 0%;
  right: 0%;
  height: 100%;
  display: block;
}
.wrap_his .relatedlink .wrap-service .wrap-service_box .box-txt {
  margin: 12px auto;
}
.wrap_his .relatedlink .wrap-service .wrap-service_box .box-txt .name {
  font-weight: bold;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .wrap_his .relatedlink {
    padding: 16% 0px 8%;
  }
  .wrap_his .relatedlink .swiper-container {
    width: 95%;
    margin: 0% 0% 10% 5%;
  }
  .wrap_his .relatedlink .wrap-service {
    padding-bottom: 10%;
  }
  .wrap_his .relatedlink .wrap-service .wrap-service_box {
    width: 48%;
    position: relative;
    margin: 0px 2%;
  }
  .wrap_his .relatedlink .wrap-service .wrap-service_box .box-txt {
    margin: 6% auto;
  }
  .wrap_his .relatedlink .wrap-service .wrap-service_box .box-txt .name {
    margin-bottom: 2%;
  }
}
/*#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    border-radius: 60px;
    width: 60px;
    height: 60px;
    background-color: #9FD6D2;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
}
#pageTop a {
   color: #fff;
    position: relative;
    top: -2px;
}*/
.wrap_his .back-btm .link-btm {
  display: block;
  width: 400px;
  color: #000;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  margin: auto;
  border: 1px solid #ababab;
  text-align: center;
  line-height: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.wrap_his .back-btm .link-btm:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -4px;
}
#searchTop {
  display: block;
  position: fixed;
  bottom: 100px;
  right: 0px;
  z-index: 999;
  border-radius: 10px 0px 0px 10px;
  width: 80px;
  height: 70px;
  background-color: #f59f9f;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  padding: 0px 6px;
}
#searchTop a {
  position: relative;
  top: -5px;
}
#ohirome {
  display: block;
  position: fixed;
  bottom: 200px;
  right: 0px;
  z-index: 999;
  width: 110px;
  height: 92px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  border: solid 3px #da4abb;
  border-right: 0px;
}
.wrap_his #attention {
  width: 1200px;
  margin: 0px auto 80px;
  padding: 30px 0px;
  border-top: solid 1px;
  border-bottom: solid 1px;
}
.wrap_his #attention ul {
  list-style-type: disc;
  list-style-position: inside;
}
@media screen and (max-width: 520px) {
  /*#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    background-color: #9FD6D2;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
}*/
  /*#pageTop a {
   color: #fff;
    position: relative;
    top: -2px;
}*/
  .wrap_his .back-btm .link-btm {
    width: 90%;
    margin: 4% auto;
  }
  .wrap_his .back-btm .link-btm:before {
    right: 5%;
  }
  #searchTop {
    display: block;
    position: fixed;
    bottom: 140px;
    right: 0px;
    z-index: 999;
    border-radius: 10px 0px 0px 10px;
    width: 50px;
    height: 40px;
    background-color: #f59f9f;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    padding: 0px 6px;
  }
  #searchTop a {
    position: relative;
    top: -5px;
  }
  .wrap_his #attention {
    width: 90%;
    margin: 30px auto;
    padding: 20px 0px;
  }
}
/* -----------------------------------------------------------
nav-scroll
   ----------------------------------------------------------- */
@media screen and (max-width: 480px) {
  .wrap_his .nav-scroll {
    font-family: 'Baloo Da 2', sans-serif;
    display: inline-block;
    color: #7ccbac;
    font-size: 15px;
    position: absolute;
    bottom: 0%;
    right: 5%;
    border-bottom: solid 1px #7ccbac;
    font-weight: normal;
    padding: 0px 60px 0px 10px;
  }
  .wrap_his .nav-scroll::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 0;
    border-top: solid 2px #7ccbac;
    position: absolute;
    bottom: -12px;
    right: 3px;
    transform: rotate(45deg);
  }
}
/*------------------------------

modal

------------------------------*/
/*modalボタン*/
.lock {
  overflow: hidden;
}
.modal-overlay {
  z-index: 9000;
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 2s ease;
}
.modal-wrap {
  z-index: 9001;
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  overflow: auto;
  transition: all 2s ease;
  -webkit-overflow-scrolling: touch;
  /*background: #fff;*/
  background: rgb(166 166 166 / 90%);
}
.buttom_close {
  position: fixed;
  bottom: 0%;
  color: #fff;
  text-align: right;
  right: 1%;
}
.buttom_close .close_bottom {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  width: 70px;
  font-size: 45px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
/*.box_btn .modal-open{
	z-index: 2;
    display: inline-block;
    line-height: 1;
    padding: 20px 80px;
    background: #f2f2f2;
    letter-spacing: .1rem;
    font-size: 18px;
    position: relative;
    border-radius: 50px;
    margin: 50px auto;
    text-align: center;
}*/
@media screen and (max-width: 480px) {
  .modal-wrap {
    top: 0%;
    left: 0%;
    background: #fff;
    /* background: rgb(166 166 166 / 90%); */
    border: solid 10px #cfe4dc;
  }
  .box_btn .modal-open {
    z-index: 2;
    display: block;
    line-height: 1;
    letter-spacing: .05rem;
    font-size: 16px;
    position: relative;
    margin: 8% auto;
  }
  .buttom_close .close_bottom {
    background: rgba(0, 0, 0, 0.5);
    width: 60px;
    font-size: 35px;
    height: 50px;
    line-height: 50px;
  }
  .buttom_close {
    position: fixed;
    bottom: 0%;
    right: 0%;
  }
}
/* -----------------------------------------------------------
   nav
   ----------------------------------------------------------- */
.check_area label {
  cursor: pointer;
}
input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 248px;
  height: 170px;
}
input[type=radio]:checked + label::before {
  margin-top: 18px;
}
input[type=radio] {
  display: none;
}
input[type=radio]:checked + label.tab_css {
  background: #CB7B9A !important;
  color: #fff !important;
  transition: all 0.2s;
  font-weight: 700;
}
input[type=radio]:checked + label.tab_css {
  position: relative;
}
input[type=radio]:checked + label.tab_css::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #de9494 transparent transparent transparent;
  border-color: #CB7B9A transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
@media screen and (max-width: 480px) {
  input[type=radio]:checked + label::before {
    display: none;
  }
  input[type=radio] + label::before {
    display: none;
  }
  input[type=radio]:checked + label.tab_css::after {
    display: none;
  }
}
/*readmore*/
.readmore_button {
  display: none;
}
@media screen and (max-width: 480px) {
  .readmore_button {
    position: relative;
    padding: 8px 0;
    display: block;
    width: 100%;
    margin: 20px 0 20px auto;
    border: 1px solid #fefefe;
    background: #eee;
    text-align: center;
  }
  .readmore_button::before, .readmore_button::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #333;
  }
  .readmore_button::before {
    top: 45%;
    right: 25px;
    transform: rotate(0deg);
  }
  .readmore_button::after {
    top: 45%;
    right: 25px;
    transform: rotate(90deg);
  }
  .readmore_button.close::after {
    transform: rotate(180deg);
    transition: all 0.2s;
  }
  .wrap_his .add_how_to .readmore_box {
    display: none;
  }
}