/* common */
html,body,h1,h2,h3,h4,h5,div,section,p,img,a,button,ul,li {
  margin: 0; padding: 0; box-sizing: border-box; font-weight: normal;
}
html {
  font-family: sans-serif;
}
span {
  margin: 0; padding: 0; box-sizing: border-box;
}
ul {
  list-style: none;
}
img{
	vertical-align:top;
}
a {
  color: #000;
  text-decoration: none;
}

.container {
  width: 1100px;
  margin: 0 auto;
}

/* .kv_sec */
.kv_sec {
  width: 100%;
  position: relative;
}
.kv_sec .kv_bg img {
  width: 100%;
}
.kv_sec .nav_area {
  width: 100%;
  padding: 0 50px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.kv_sec .nav_area .nav_logo {
  margin: 28px 0 0 0;
}
.kv_sec .nav_area .nav_logo img {
  width: 90px;
}
.kv_sec .nav_area .nav_logo:hover {
  opacity: .7;
}
.kv_sec .nav_area ul.nav_list {
  margin-top: 10px;
  padding: 1px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
.kv_sec .nav_area ul.nav_list li {
  padding: 1px 18px;
  border-radius: 50px;
  color: #000;
  font-size: 16px;
  line-height: 31.5px;
  letter-spacing: 0;
  transition: .3s;
}
.kv_sec .nav_area ul.nav_list li:hover {
  color: #fff;
  background-color: #f3a8b4;
}
.kv_sec .nav_area .nav_btn {
  border-radius: 0 0 25px 25px;
  background-color: #ec728a;
}
.kv_sec .nav_area .nav_btn p {
  margin: 0 15px;
  padding: 18px 0;
  font-size: 18px;
  line-height: 31.5px;
  border-bottom: 1px dashed #fff;
}
.kv_sec .nav_area .nav_btn p:last-child {
  border-bottom: none;
}
.kv_sec .nav_area .nav_btn p a {
  color: #fff;
  font-weight: bold;
}
.kv_sec .nav_area .nav_btn p a:hover {
  text-decoration: underline;
}
.kv_sec .kv_txt {
  width: 100%;
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  /* opacity: .7; */
  /* background-color: #ca728a; */
  background-color:rgba(170,30,30,.6);
}
.kv_sec .kv_txt p {
  color: #fff;
  font-size: 50px;
  line-height: 75px;
  letter-spacing: .1em;
  text-align: center;
}
/* .cp_sec */
.cp_sec {
  padding: 90px 100px 80px;
  background-color: #f0a6b2;
}
.cp_sec p.cp_ttl {
  margin-bottom: 22px;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  line-height: 67px;
  letter-spacing: .1em;
  text-align: center;
}
.cp_sec .cp_box {
  margin-bottom: 80px;
  padding: 0;
  border-radius: 10px;
  background-color: #fff;
}
.cp_sec .cp_box.cp_now {
  padding: 1.5vw 0;
}
.cp_sec .cta_box p.cta_btn_web {
    width: 580px;
    margin: 0 auto 100px;
}
.cp_sec .cta_box p.cta_btn_web a:hover {
   opacity: .8;
}
.cp_sec .cta_box p.cta_btn {
    /* width: 580px; */
    width: 100%;
    margin: 0 auto;
}
.cp_sec .cta_box p.cta_btn a:hover {
   opacity: .8;
}
.cp_sec img {
  width: 100%;
  border-radius: 10px;
}

/* .detail_sec */
.detail_sec {
  padding: 0 100px 80px;
  background-color: #f0a6b2;
}
.detail_sec .detail_ttl {
  margin-bottom: 25px;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  line-height: 66px;
  letter-spacing: .1em;
  text-align: center;
}
.detail_sec .detail_price_box {
  width: 100%;
  margin: 0 auto 39px;
}
.detail_sec .detail_price_box .detail_price_wrap {
  display: flex;
  justify-content:center;
  gap: 20px;
}
.detail_sec .detail_price_box .detail_price_wrap p {
  color: #fff;
  font-size: 33px;
  line-height: initial;
  letter-spacing: .1em;
}
/* .detail_sec .detail_item_box {
  padding: 25px 10px;
  border: 1px solid #fff;
  border-radius: 20px;
}
.detail_sec .detail_item_box p {
  text-align: center;
}
.detail_sec .detail_item_box p.detail_item_ttl {
  margin-bottom: 30px;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  line-height: 68px;
  letter-spacing: .2em;
}
.detail_sec .detail_item_box p.detail_item_txt {
  color: #fff;
  font-size: 23px;
  line-height: 34px;
  letter-spacing: .1em;
}
.detail_sec .detail_item_box p.detail_item_txt:nth-child(3) {
  margin-bottom: 20px;
}
.detail_sec .detail_item_box p.detail_item_comment {
  color: #fff;
  font-size: 21px;
  line-height: 59px;
  letter-spacing: .2em;
} */

/* .flow_sec */
.flow_sec {
  padding: 0 100px 100px;
  background-color: #f0a6b2;
}
.flow_sec p.flow_ttl {
  width: 780px;
  margin: 0 auto 30px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.flow_sec img {
  width: 100%;
}
.flow_sec .flow_box {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 20px;
  position: relative;
}
.flow_sec .flow_box.balloon::after {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 48%;
  bottom: -12px;
  background-color: #f0a6b2;
}
.flow_sec .flow_box .flow_box_ttl {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: .1em;
  text-align: center;
}
.flow_sec .flow_box .flow_box_txt {
  color: #fff;
  font-size: 19px;
  line-height: 34px;
  letter-spacing: .1em;
  text-align: center;
}
.flow_sec .flow_box .flow_box_detail {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .1em;
  text-align: center;
}
.flow_sec .flow_comment p {
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: .2em;
}
.flow_sec .detail_item_box {
  padding: 25px 10px;
  /* border: 1px solid #fff;
  border-radius: 20px; */
}
.flow_sec .detail_item_box p {
  text-align: center;
}
.flow_sec .detail_item_box p.detail_item_ttl {
  margin-bottom: 30px;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  line-height: 68px;
  letter-spacing: .2em;
}
.flow_sec .detail_item_box p.detail_item_txt {
  color: #fff;
  font-size: 23px;
  line-height: 34px;
  letter-spacing: .1em;
}
.flow_sec .detail_item_box p.detail_item_txt:nth-child(3) {
  margin-bottom: 20px;
}
.flow_sec .detail_item_box p.detail_item_comment {
  color: #fff;
  font-size: 21px;
  line-height: 59px;
  letter-spacing: .2em;
}
.flow_sec p.flow_ttl:after {
  content: "▼";
  position: absolute;
  right: 40px;
  top: 50%;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  transition: transform .5s;
  transform: rotate(0deg);
}
.flow_sec.active p.flow_ttl::after {
  transition: transform .5s;
  transform: rotate(180deg);
}

.flow_sec .balloon_wrap {
  opacity: 0;
  transition: .5s;
}
.flow_sec .balloon_wrap.active {
  opacity: 1;
}
.ballon_inner {
  display: none;
  transition: display .3s allow-discrete;
}
.active .ballon_inner {
  display: block;
}

/* .table_sec */
.table_sec {
  padding: 0 130px 70px;
  background-color: #f0a6b2;
}
.table_sec p.table_ttl {
  margin-bottom: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 44px;
  line-height: 67px;
  letter-spacing: .1em;
  text-align: center;
}
.table_sec p.table_status {
  padding: 50px 0 100px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: .1em;
  text-align: center;
}
.table_sec p img {
  width: 100%;
}
.table_sec .table_comment_box {
  padding: 10px 0;
}
.table_sec .table_comment_box p {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: .1em;
}
.table_sec .table_comment_box p span.mark {
  padding: 0 3px;
  color: #964290;
  font-size: 13px;
  font-weight: bold;
  line-height: 12px;
  letter-spacing: .05em;
  text-align: center;
  border: 2px solid #000;
  background-color: #fff;
}
.table_sec .table_comment_box p span.circle {
  padding-right: 5px;
}
.table_sec .table_comment_box .table_comment_wrap {
  display: flex;
  justify-content: space-between;
}
.table_sec .table_btn_box p.table_btn {
    width: 780px;
    margin: 0 auto 100px;
}
.table_sec .table_btn_box p.table_btn a:hover {
   opacity: .8;
}

/* .facility_sec */
.facility_sec {
  padding: 0 100px 90px;
  background-color: #f0a6b2;
}
.facility_sec p.facility_ttl {
  margin-bottom: 30px;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  line-height: 33px;
  letter-spacing: .2em;
  text-align: center;
}
.facility_sec .facility_img_wrap {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2%;
}
.facility_sec .facility_img_wrap:last-child {
  margin-bottom: 0;
}
.facility_sec .facility_img {
  width: 48%;
  margin-bottom: 30px;
}
.facility_sec .facility_img:last-child {
  margin-bottom: 0;
}
.facility_sec .facility_img:nth-last-child(2) {
  margin-bottom: 0;
}
.facility_sec .facility_img p.facility_img_ttl {
  padding: 10px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.facility_sec .facility_img img {
  width: 100%;
}

/* .access_sec */
.access_sec {
  padding: 80px 100px 100px;
  background-color: #ededee;
}
.access_sec p.access_ttl {
  margin-bottom: 30px;
  color: #595757;
  font-size: 44px;
  font-weight: bold;
  line-height: 67px;
  letter-spacing: .1em;
  text-align: center;
}
.access_sec iframe {
  width: 100%;
  margin-bottom: 20px;
}
.access_sec .access_wrap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.access_sec .access_wrap .access_left,
.access_sec .access_wrap .access_right {
  width: 444px;
}
.info_wrap {
  display: flex;
}
.info_wrap p {
  font-size: 14px;
}
.info_wrap p.info_ttl {
  padding-right: 5px;
  font-weight: bold;
  letter-spacing: .1em;
  white-space: nowrap;
}



@media screen and (max-width:1116px) {
  .container {
    width: 100%;
  }

  /* .kv_sec */
  .kv_sec {
    width: 100%;
  }
  .kv_sec .nav_area {
    padding: 0 4vw;
  }
  .kv_sec .nav_area .nav_logo img {
    width: 7.9vw;
    min-width: 60px;
  }
  .kv_sec .nav_area ul.nav_list li {
    padding: 5px 1vw;
    font-size: 14px;
    line-height: initial;
  }
  .kv_sec .nav_area .nav_btn {
    border-radius: 0 0 2.5vw 2.5vw;
  }
  .kv_sec .nav_area .nav_btn p {
    padding: 1.7vw 0;
    font-size: 1.8vw;
    line-height: 3.3vw;
  }
  .kv_sec .kv_txt {
    padding: .1vw 0;
  }
  .kv_sec .kv_txt p {
    font-size: 4.5vw;
    line-height: 7.5vw;
  }

  /* .cp_sec  */
  .cp_sec {
    padding: 8vw;
  }
  .cp_sec p.cp_ttl {
    margin-bottom: 2vw;
    font-size: 4vw;
    line-height: 6vw;
  }
  .cp_sec .cp_box {
    margin-bottom: 8vw;
  }
  .cp_sec .cta_box p.cta_btn_web {
    width: 100%;
    margin: 0 auto 8vw;
  }
  .cp_sec .cta_box p.cta_btn {
    width: 100%;
    margin: 0 auto 3vw;
  }

  /* .detail_sec */
  .detail_sec {
    padding: 0 8vw 8vw;
  }
  .detail_sec .detail_ttl {
    margin-bottom: 2vw;
    font-size: 4vw;
    line-height: 6vw;
  }
  .detail_sec .detail_price_box {
    /* width: 70%; */
    margin: 0 auto 3vw;
}
  .detail_sec .detail_price_box .detail_price_wrap p {
    /* font-size: 1.6vw; */
    font-size: max(3vw,14px);
    line-height: initial;
  }
  /* .detail_sec .detail_item_box {
    padding: 2.5vw 1vw;
    border-radius: 2vw;
  }
  .detail_sec .detail_item_box p.detail_item_ttl {
    margin-bottom: 2vw;
    font-size: max(3vw,14px);
    line-height: 6vw;
  }
  .detail_sec .detail_item_box p.detail_item_txt { */
    /* font-size: 1.6vw; */
    /* font-size: max(2vw,10px);
    line-height: 3vw;
  }
  .detail_sec .detail_item_box p.detail_item_txt:nth-child(3) {
    margin-bottom: 2vw;
  }
  .detail_sec .detail_item_box p.detail_item_comment { */
    /* font-size: 1.4vw; */
    /* font-size: max(1.6vw,8px);
    line-height: 5vw;
  } */

  /* .flow_sec */
  .flow_sec {
    padding: 0 9vw 10vw;
  }
  .flow_sec p.flow_ttl {
    width: 70vw;
    margin: 0 auto 3vw;
    text-align: center;
  }
  .flow_sec .flow_box {
    margin-bottom: 3vw;
    padding: 2vw;
    border-radius: 2vw;
  }
  .flow_sec .flow_box .flow_box_ttl {
    margin-bottom: 1vw;
    /* font-size: 1.8vw; */
    font-size: max(2.1vw,14px);
    line-height: initial;
  }
  .flow_sec .flow_box .flow_box_txt {
    /* font-size: 1.4vw; */
    font-size: max(1.8vw,14px);
    line-height: initial;
  }
  .flow_sec .flow_box.balloon::after {
    width: 2vw;
    height: 2vw;
    left: 48%;
    bottom: -1.2vw;
  }
  .flow_sec .flow_box .flow_box_detail {
    /* font-size: 1.2vw; */
    font-size: max(1.6vw,12px);
    line-height: initial;
  }
  .flow_sec .flow_comment p {
    /* font-size: 1.2vw; */
    font-size: max(1.7vw,12px);
    line-height: initial;
  }
  .flow_sec .detail_item_box {
    padding: 2.5vw 1vw;
    border-radius: 2vw;
  }
  .flow_sec .detail_item_box p.detail_item_ttl {
    margin-bottom: 2vw;
    font-size: max(3vw,14px);
    line-height: initial;
  }
  .flow_sec .detail_item_box p.detail_item_txt {
    /* font-size: 1.6vw; */
    font-size: max(2vw,13px);
    line-height: initial;
  }
  .flow_sec .detail_item_box p.detail_item_txt:nth-child(3) {
    margin-bottom: 2vw;
  }
  .flow_sec .detail_item_box p.detail_item_comment {
    /* font-size: 1.4vw; */
    font-size: max(1.6vw,12px);
    line-height: initial;
  }
  .flow_sec p.flow_ttl:after {
    right: 3vw;
    top: 7.2vw;
    color: #fff;
    font-size: max(2.5vw,9px);
    font-weight: bold;
  }

  /* .table_sec */
  .table_sec {
    padding: 0 8vw 7vw;
  }
  .table_sec p.table_ttl {
    margin-bottom: 3vw;
    font-size: 4vw;
    line-height: 6vw;
  }
  .table_sec p.table_status {
    padding: 5vw 0 8vw;
    font-size: max(2.5vw,14px);
    line-height: initial;
  }
  .table_sec .table_comment_box p {
    margin-bottom: .5vw;
    /* font-size: 1.2vw; */
    font-size: max(1.2vw,6.5px);
    line-height: 2vw;
  }
  .table_sec .table_comment_box p span.mark {
    /* font-size: 1.3vw; */
    font-size: max(1.3vw,6.5px);
    line-height: 1vw;
    border: .1vw solid #000;
  }
  .table_sec .table_btn_box p.table_btn {
    width: 100%;
    margin: 0 auto 8vw;
  }

  /* .facility_sec */
  .facility_sec {
    padding: 0 9vw 8vw;
  }
  .facility_sec p.facility_ttl {
    margin-bottom: 3vw;
    font-size: 3.6vw;
    line-height: 6vw;
  }
  .facility_sec .facility_img_wrap {
    margin-bottom: 3vw;
    /* display: flex; */
    /* gap: 30px; */
  }

  /* .access_sec */
  .access_sec {
    padding: 5vw 9vw 10vw;
  }
  .access_sec p.access_ttl {
    margin-bottom: 3vw;
    font-size: 4vw;
    line-height: 6vw;
  }
  .access_sec .access_wrap .access_left,
  .access_sec .access_wrap .access_right {
    width: 40vw;
  }
  .info_wrap p {
    /* font-size: .9vw; */
    font-size: max(1.3vw, 7px);
  }
}



@media screen and (max-width:768px) {
  .facility_sec p.facility_ttl {
    margin-bottom: 3vw;
    font-size: 4vw;
  }
  .facility_sec .facility_img_wrap {
    margin-bottom: 0;
    display: block;
  }
  .facility_sec .facility_img_wrap .facility_img {
    margin-bottom: 5vw;
  }
  .facility_sec .facility_img_wrap .facility_img:last-child {
    margin-bottom: 0;
  }
  .facility_sec .facility_img {
    width: 100%;
    margin: 0 auto;
  }
  .facility_sec .facility_img p.facility_img_ttl {
    padding: 1vw;
    font-size: max(3.4vw,14px);
  }
  .access_sec .access_wrap {
    display: block;
  }
  .access_sec .access_wrap .access_left,
  .access_sec .access_wrap .access_right {
    width: 100%;
  }
  .access_sec .access_wrap .access_left {
    margin-bottom: 1vw;
  }
}

/* @media screen and (max-width:470px) {
  .detail_sec .detail_price_box {
    width: 80%;
  }
} */
/* @media screen and (max-width:420px) {
  .detail_sec .detail_price_box {
    width: 50%;
  }
} */

@media screen and (max-width:390px) {
  .kv_sec .nav_area .nav_logo {
    margin: 6vw 0 0 0;
  }
}
