/* 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: 25px;
  padding: 5px;
  border-radius: 50px;
  display: flex;
  background-color: #fff;
}
.kv_sec .nav_area ul.nav_list li {
  padding: 5px 15px;
  border-radius: 50px;
  color: #000;
  font-size: 18px;
  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: #ef858c;
}
.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 p.cp_top {
  margin-bottom: 30px;
}
.cp_sec p.cp_top img {
  border-radius: 10px;
}
.cp_sec .cp_box {
  /* margin-bottom: 80px; */
  padding: 0;
  border-radius: 10px;
  background-color: #fff;
}
.cp_sec .cta_box {
  margin-bottom: 40px;
  padding: 80px 0;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
.cp_sec .cta_box p.cta_btn_web {
    width: 580px;
    margin: 0 auto;
}
.cp_sec .cta_box p.cta_btn_web a:hover {
   opacity: .8;
}
.cp_sec .cta_box p.cta_btn {
    width: 800px;
    margin: 0 auto;
}
.cp_sec .cta_box p.cta_btn a:hover {
   opacity: .8;
}
.cp_sec img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.cp_sec p.cp_txt_shop {
  margin-bottom: 60px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

/* .price_sec */
.price_sec {
  padding: 50px 100px;
  background-color: #f8f7f0;
}
.price_inner {
  padding: 50px 0;
  border-bottom: 1px solid #ef858c;
}
.price_sec p.price_ttl_top {
  color: #ef858c;
  font-size: 48px;
  /* line-height: 107px; */
  letter-spacing: .2em;
  text-align: center;
}
.price_sec p.price_ttl_mid {
  margin-top: -30px;
  color: #ef858c;
  font-size: 120px;
  /* line-height: 240px; */
  letter-spacing: .1em;
  text-align: center;  
}
.price_sec p.price_ttl_mid span.type {
  color: #ef858c;
  font-size: 70px;
  /* line-height: 240px; */
  letter-spacing: .1em;
  text-align: center;  
}
.price_sec p.price_ttl_bottom {
  color: #ef858c;
  font-size: 45px;
  /* line-height: 179px; */
  letter-spacing: .15em;
  text-align: center;  
}
.price_sec p.price_txt {
  color: #ef858c;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: .15em;
  text-align: center;  
}

/* .table_sec */
.table_sec {
  padding: 0 100px 70px;
  background-color: #f8f7f0;
}
.table_sec p.table_ttl {
  margin-bottom: 40px;
  color: #ef858c;
  font-weight: bold;
  font-size: 33px;
  /* line-height: 107px; */
  letter-spacing: .2em;
  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; */
    width: 100%;
    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: #f8f7f0;
}
.facility_sec p.facility_ttl {
  margin-bottom: 30px;
  color: #ef858c;
  font-size: 38px;
  font-weight: bold;
  line-height: 33px;
  letter-spacing: .2em;
  text-align: center;
}
.facility_sec .facility_img_wrap {
  margin-bottom: 80px;
  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 img {
  width: 100%;
}
.facility_sec .facility_img p.facility_img_ttl {
  padding: 10px;
  color: #ef858c;
  font-size: 24px;
  text-align: center;
}
.facility_sec .cta_box p.cta_btn {
  width: 100%;
  margin: 0 auto 80px;
}
.facility_sec .cta_box p.cta_btn a img {
  width: 100%;
}
.facility_sec .cta_box .cta_tel {
  color: #231815;
  font-size: 29px;
  font-weight: bold;
  line-height: 29px;
  letter-spacing: .15em;
  text-align: center;
}

/* .access_sec */
.access_sec {
  padding: 80px 100px 80px;
  background-color: #ededee;
}
.access_sec p.access_ttl {
  margin-bottom: 30px;
  color: #ef858c;
  font-size: 33px;
  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;
}

/* .voice_sec */
.voice_sec {
  padding: 100px 230px;
  background-color: #ef858c;
}
.voice_sec p.voice_ttl {
  margin-bottom: 40px;
  color: #fff;
  font-size: 33px;
  /* line-height: 107px; */
  letter-spacing: .2em;
  text-align: center;
}
.voice_sec .voice_wrap {
  margin : 0 auto 50px;
  display: flex;
  align-items: center;
}
.voice_sec .voice_wrap:last-child {
  margin-bottom: 0;
}
.voice_sec .voice_wrap p.voice_img {
  width: 25%;
}
.voice_sec .voice_wrap.left p.voice_img {
  margin-right: 20px;
  padding-right: 20px;
}
.voice_sec .voice_wrap.right p.voice_img {
  margin-left: 20px;
  padding-left: 20px;
}
.voice_sec .voice_wrap p.voice_img img {
  width: 100%;
}
.voice_sec .voice_wrap .voice_txt_baloon {
  width: 75%;
  padding: 20px 20px 25px 45px;
  border-radius: 10px;
  position: relative;
  background-color: #f8f7f0;
}
.voice_sec .voice_wrap .voice_txt_baloon p.voice_txt {
  color: #ef858c;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: .015em
}
.baloon_start {
  height: calc(40px / 2);
  width: 50px;
  clip-path: polygon(70% 0, 100% 100%, 0 100%);
  transform:rotate(45deg);
  position: absolute;
  top: 60%;
  background-color: #f8f7f0;
}
.voice_wrap.left .baloon_start {
  transform:rotate(45deg);
  left: -25px;
}
.voice_wrap.right .baloon_start {
  transform:rotate(-195deg);
  right: -25px;
}




@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 2vw;
    font-size: 1.8vw;
    line-height: 1.8vw;
  }
  .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 {
    margin-bottom: 4vw;
    padding: 8vw 0;
  }
  .cp_sec .cta_box p.cta_btn_web {
    width: 55vw;
    margin: 0 auto;
  }
  .cp_sec .cta_box p.cta_btn {
    width: 90%;
    margin: 0 auto;
  }
  .cp_sec p.cp_txt_shop {
    margin-bottom: 5vw;
    font-size: max(3vw,16px);
  }

   /* .price_sec */
  .price_sec {
    padding: 5vw 8vw;
  }
  .price_inner {
    padding: 5vw 0;
  }
  .price_sec p.price_ttl_top {
    font-size: 4vw;
  }
  .price_sec p.price_ttl_mid {
    margin-top: -3vw;
    font-size: 11vw;
  }
  .price_sec p.price_ttl_mid span.type {
    font-size: 6vw;
  }
  .price_sec p.price_ttl_bottom {
    font-size: 4vw;
  }
  .price_sec p.price_txt {
    font-size: max(2vw,13px);
    line-height: initial;
  }

  /* .table_sec */
  .table_sec {
    padding: 0 8vw 7vw;
  }
  .table_sec p.table_ttl {
    margin-bottom: 3vw;
    font-size: max(3vw,14px);
    line-height: 6vw;
  }
  .table_sec .table_comment_box p {
    /* font-size: 1.2vw; */
    font-size: max(1.2vw,6.5px);
    line-height: 2.5vw;
  }
  .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: max(3vw,14px);
    line-height: 6vw;
  }
  .facility_sec .facility_img_wrap {
    margin-bottom: 8vw;
    /* display: flex; */
    /* gap: 30px; */
  }
  .facility_sec .cta_box p.cta_btn {
    width: 100%;
    margin-bottom: 8vw;
  }
  .facility_sec .cta_box .cta_tel {
    font-size: 3vw;
    font-size: max(3vw,14px);
    line-height: initial;
  }
  


  /* .access_sec */
  .access_sec {
    padding: 5vw 9vw 10vw;
  }
  .access_sec p.access_ttl {
    margin-bottom: 2vw;
    font-size: max(3vw,14px);
    line-height: initial;
  }
  .access_sec .access_wrap .access_left,
  .access_sec .access_wrap .access_right {
    width: 40vw;
  }
  .info_wrap p {
    /* font-size: .9vw; */
    font-size: max(1.5vw,14px);
  }


  /* .voice_sec */
  .voice_sec {
      padding: 8vw 20vw;
      background-color: #ef858c;
  }
  .voice_sec p.voice_ttl {
    margin-bottom: 3vw;
    font-size: max(3vw,14px);
    line-height: initial;
  }
  .voice_sec .voice_wrap {
    margin: 0 auto 5vw;
  }
  .voice_sec .voice_wrap.left p.voice_img {
    margin-right: 2vw;
    padding-right: 2vw;
  }
  .voice_sec .voice_wrap.right p.voice_img {
    margin-left: 2vw;
    padding-left: 2vw;
  }
  .voice_sec .voice_wrap .voice_txt_baloon {
    width: 75%;
    padding: 1vw 1vw 1vw 1vw;
    border-radius: 1vw;
  }
  .voice_sec .voice_wrap .voice_txt_baloon p.voice_txt {
    /* font-size: 1.7vw; */
    font-size: max(1.7vw,13px);
    line-height: initial;
  }
  .voice_wrap.left .voice_txt_baloon p.voice_txt {
    padding: 1vw 1vw 1vw 3vw;
  }
  .voice_wrap.right .voice_txt_baloon p.voice_txt {
    padding: 1vw 1vw 1vw 3vw;
  }
  .baloon_start {
    height: calc(4vw / 2);
    width: 5vw;
  }
  .voice_wrap.left .baloon_start {
    transform:rotate(45deg);
    left: -2.5vw;
  }
  .voice_wrap.right .baloon_start {
    transform:rotate(-195deg);
    right: -2.5vw;
  }

}

@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 p.facility_img {
    margin-bottom: 5vw;
  }
  /* .facility_sec .facility_img_wrap p.facility_img:last-child {
    margin-bottom: 0;
  } */
  .facility_sec .facility_img {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5vw;
  }
  .facility_sec .facility_img p.facility_img_ttl {
    padding: 1vw;
    font-size: max(3.4vw,14px);
  }
  .facility_sec .cta_box p.cta_btn {
    /* width: 45vw; */
    margin: 0 auto 5vw;
  }

  .access_sec .access_wrap {
    display: block;
  }
  .info_wrap {
    margin-bottom: 1rem;
    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:390px) {
  .kv_sec .nav_area .nav_logo {
    margin: 6vw 0 0 0;
  }
}







