@charset "utf-8";

.main_content {
  font-size: 22px;
  color: #000;
}
@media screen and (max-width:1458px) {
  .main_content {
    font-size: 1.51vw;
  }
}
@media screen and (min-width:641px){
  .txt_box_plan01 {
    color:#000;
    font-size:.64em;
    margin-top:10px;
  }
  .container_i h2.ttl_plan02{
    margin-top: 5%;
  }
}

.sec01 .content {
    padding: 5%;
}

.location_sale {
    max-width: 800px;
    margin: 0 auto 5%;
}
.container_i h2 {
    margin-bottom: 4%;
    width: 17vw;
}

/*------------------------
  cta_area
------------------------*/
.cta_area {
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
  display: flex;
  justify-content: space-between;
}
.cta_area div {
  border: 1px solid #ff466f;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
}
.cta_area div > a,
.cta_area div > span {
  display: block;
  width: 100%;
  cursor: pointer;
}
.cta_area div > a:hover {
  opacity: 0.7;
}
.cta_area .tel {
  width: 25%;
  font-size: 120%;
}
.cta_area .tel a,
.cta_area .tel span {
  color: #ff466f;
  padding: 41px 10px 0;
  font-size: 14px;
  background: url(../../../images/cta_icon_tel.png) center 10px / 30px auto no-repeat;
}
.cta_area .form {
  width: 70%;
}
.cta_area .form a {
  color: #fff;
  font-size: 12px;
  background: #ff466f;
  position: relative;
}
.cta_area .form a > span {
  background: url(../../../images/cta_icon_calender.png) left center / 40px auto no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 4px 0 0 50px;
  white-space: nowrap;
}
.cta_area .form a span span {
  display: block;
  font-size: 170%;
}
/*-------------------
main-image
--------------------*/
#main-image {
  position: relative;
  width: 100%;
  z-index: -1;
  min-width: 985px;
  height: 38vw;
  padding-top: 14px;
}
.main-img {
  position: fixed;
  overflow: hidden;
  z-index: -1;
  min-width: 985px;
}
.wrap-title {
  position: absolute;
  top: 13.45vw;
  left: 7.55vw;
  width: 25.45vw;
  color: #fff;
}
.main-title {
  margin-bottom: 4.55vw;
}
.wrap-title .price {
  font-size: 1.65vw;
  font-weight: bold;
  line-height: 1.13;
  position: relative;
}
.wrap-title .price::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2.05vw;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .8vw .6vw 0 .6vw;
  border-color: #fff transparent transparent transparent;
}
.wrap-title .price span {
  font-size: 1.1vw;
}
/*-------------------
contents
--------------------*/
.container_o {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  width: 96%;
}
.container_i {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 85%;
}
#contents {
  background-color: #fff;
}

.box_plan01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.box_plan01 div {
    width: 31%;
}

.txt_plan01 {
    margin: 5% auto;
}
.txt_plan01 span {
  color: #ff466f;
  letter-spacing: .05em;
}

.sec_retouch {
  padding-bottom: 5.32em;
  margin-top: 10%;
}
.sec_retouch .txt01 {
  background: #f9f3ed;
  font-size: 1.09em;
  padding: 1.24em;
  margin-bottom: 2.23em;
}
.sec_retouch .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec_retouch .list_retouch {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec_retouch .list_retouch > * {
  max-width: 80%;
}
.sec_retouch .price {
  padding-top: .55em;
}
.sec_retouch .price .txt02 {
  color: #fe4e70;
  font-size: 2.64em;
  line-height: 1;
}
.sec_retouch .price .txt02 span {
  font-size: .65em;
}
.sec_retouch .price .txt03 {
  font-size: 1.27em;
  margin-bottom: .9em;
  color: #fe4e70;
}
.sec_retouch .price .txt04 {
  line-height: 1.14;
}
.sec_option {
  background: #f6e5e9;
  padding: 5.64em 0 5.23em;
}
.sec_option .ttl01 {
  max-width: 10.64em;
  margin-bottom: 2.5em;
}
.sec_option .txt01 {
  line-height: 1.36;
  letter-spacing: .1em;
  margin-bottom: 5.77em;
}
.sec_option .flex {
  display: flex;
  justify-content: center;
}
.sec_option .flex > * {
  width: 49.14%;
}
.sec_option .content {
  background: #FFF;
  padding: 0 1.18em 1.18em;
}
.sec_option .ttl02 {
  font-size: 2.59em;
  letter-spacing: .05em;
  color: #fe4e70;
  margin-top: -1.23em;
}
.sec_option .txt02 {
  font-size: 1.09em;
  letter-spacing: .1em;
  color: #fe4e70;
  margin-bottom: 1.27em;
}
.sec_option .txt03 {
  line-height: 1.27;
  margin-bottom: .91em;
}
.sec_option .list_option {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec_option .list_option > * {
  background: #ffe2e8;
  border-radius: .5em;
  box-sizing: border-box;
  line-height: 1.05em;
  padding: .41em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 2.45em;
}
.sec_option .list_option .col3 {
  width: 32.24%;
  line-height: 1;
  margin-bottom: .61em;
}
.sec_option .list_option .col3 span {
  font-size: .82em;
  width: 100%;
}
.sec_option .list_option .col2 {
  width: 48.83%;
}
.sec_option .list_option .col1 {
  width: 100%;
  margin-bottom: .41em;
  font-size:80%;
}
.sec_option .txt04 span:nth-of-type(1) {
  text-decoration: underline;
  font-size: 1.36em;
}
.sec_option .txt04 span:nth-of-type(2) {
  font-size: 1.64em;
}
.sec_option .txt04 span:nth-of-type(3) {
  font-size: 1.64em;
}
.sec_option .txt04 span:nth-of-type(4) {
  font-size: 2.14em;
}
.sec_option .txt04 span:nth-of-type(5) {
  font-size: 1.36em;
}
.sec_option .txt05 {
  color: #fe4e70;
}
.sec_option .txt05 span:nth-of-type(1) {
  font-size: 1.09em;
}
.sec_option .txt05 span:nth-of-type(2) {
  font-size: 1.09em;
}
.sec_option .txt05 span:nth-of-type(3) {
  font-size: 1em;
}
.sec_option .txt05 span:nth-of-type(4) {
  font-size: 1.45em;
}
.sec_option .txt05 span:nth-of-type(5) {
  font-size: 1em;
}
.sec_option .more {
  padding: 3.95em 0 0;
}
.sec_option .btn_option {
  width: 49.14%;
  font-size: 1.5em;
  color: #FFF;
  letter-spacing: .1em;
  padding: .61em;
  background: #ff476e;
  border: 0;
  border-radius: .5em;
  box-sizing: border-box;
  cursor: pointer;
}
.sec_option .option_more {
  padding-top: 3.95em;
  display: none;
}
:nth-of-type(2) .ttl02 img {
  max-width: 7.27em;
}

.bnr_qa {
  display: block;
  margin-bottom: 5.91em;
}
.bnr_qa img {
  transform-origin: right bottom;
  transform: scale(101.07%);
}
footer {
  background: #FFF;
  margin-top: -50px;
}
.plan_c p {
    color: rgb(255 71 113);
    margin: 3% auto 5%;
}
/*-------------------
option
--------------------*/
div#plus_option {
  padding-top: 5%;
  border-top: 1px solid #c7c7c7;
  border-bottom: none;
  padding-bottom: none;
  margin-bottom: none;
  max-width: 985px;
  margin: 0 auto;
}
div#plus_option h2 {
  width: 40em;
}
div#plus_option p.sub_txt {
  font-size: 16px;
  margin: 3% auto;
}
div#plus_option ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 985px;
  margin: 0 auto;
}
div#plus_option ul li {
  width: 45%;
  border: solid 1px #e46d94;
  margin: auto 1%;
  padding: 2% 0;
}
h2.intro {
  font-size: 30px;
  color: #fe236b;
  margin: 30px auto 0;
}
#option table {
  background: #FFF;
}
/*--------------------------------------
sp
----------------------------------------*/
@media screen and (max-width: 640px) {
  div#sb-site {
    padding: 66px 0px 0;
  }
  /*--- main-image ---*/
  div#main-image {
    position: relative;
    height: auto;
    padding-top: 0;
    min-width: auto;
  }
  .main-img {
    position: initial;
    min-width: auto;
  }
  .wrap-title {
    position: static;
    width: auto;
  }
  h2.main-title {
    position: absolute;
    width: 85.5vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8.38vw;
  }
  .wrap-title .price {
    position: absolute;
    width: 23.63vw;
    height: 23.63vw;
    background: #000;
    color: #FFF;
    border-radius: 50%;
    top: 9.63vw;
    left: 5.75vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 3.63vw;
  }
  .wrap-title .price span {
    display: block;
    font-size: 2.38vw;
  }
  .wrap-title .price::after {
    border-color: #FFF transparent transparent transparent;
    border-width: 1.75vw 1.31vw 0 1.31vw;
    bottom: 4.13vw;
  }
  .cta_area {
    width: 100%;
    max-width: none;
  }
  /*--- contents ---*/
  .main_content {
    font-size: 2.38vw;
  }
  .sec_costume .container_o {
    max-width: 100%;
  }
  .container_i {
    width: 85.75%;
  }
  .sec01 .content {
    padding-top: 8vw;
  }
  .sec01 .txt01 {
    font-size: 18px;
    margin-bottom: 7.63vw;
    text-decoration: none;
    letter-spacing: -.05em;
  }
 
  .box_plan01 {
    margin-bottom: 5vw;
  }
  .box_plan01 > *:not(.sp_only) {
    width: 100%;
  }
  .box_plan01 > *:not(:nth-of-type(1)):not(:nth-of-type(2)) {
    margin-top: 0;
  }


  .sec_option {
    padding: 9.25vw 0 8.13vw;
  }
  .sec_option .container_o {
    width: 85.75%;
    margin: auto;
  }
  .sec_option .ttl01 {
    max-width: 29.25vw;
    margin-bottom: 6.88vw;
  }
  .sec_option .txt01 {
    margin-bottom: 7.13vw;
  }
  .sec_option .flex {
    flex-wrap: wrap;
  }
  .sec_option .flex > * {
    width: 100%;
  }
  .sec_option .flex > *:first-of-type {
    margin-bottom: 6.88vw;
  }
  .sec_option .btn_option {
    width: 100%;
  }

  .bnr_qa {
    width: 85.75%;
    margin: 0 auto 13.63vw;
  }
  .bnr_qa img {
    transform: scale(102.27%);
  }


  h2.intro {
    font-size: 18px;
    color: #fe236b;
  }

  p.infro_text {
    font-size: 12px;
  }

  #SC_CONT_BOX {
/*    padding: 0 5px;*/
  }

  /*--- sapporo-plan ---*/
  #sapporo-plan {
    margin: 40px auto;
  }

  #sapporo-plan .reserve_button {
    margin: 30px auto 0;
  }

  ul.sapporo-plan_list {
    min-width: auto;
    margin: 0 auto 35px;
  }

  ul.sapporo-plan_list li {
    margin: 0 auto;
    width: auto;
    display: inline-block;
    vertical-align: initial;
  }

  .sapporo-plan_list {
    margin: 0 auto 35px;
    width: 100%;
  }

/*-------------------
option
--------------------*/
  div#plus_option {
    padding-top: 10%;
  }

  div#plus_option h2 {
    width: 20em;
  }

  div#plus_option p.sub_txt {
    font-size: 13px;
    margin: 5% auto;
  }

  div#plus_option ul {
    display: flex;
    flex-wrap: wrap;
  }

  div#plus_option ul li {
    width: 100%;
    border: solid 1px #e46d94;
    margin: 3% 0;
    padding: 3%;
  }

    .sec_retouch {
    padding-bottom: 16vw;
  }
  .sec_retouch .txt01 {
    font-size: 1.26em;
    line-height: 1.38;
    margin-bottom: 4.88vw;
  }
  .sec_retouch .list_retouch {
    width: 85.75%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .sec_retouch .list_retouch > * {
    max-width: 100%;
  }
  .sec_retouch .list_retouch > *:not(:nth-of-type(1)):not(:nth-of-type(2)) {
    margin-top: 4.5vw;
  }
  .sec_retouch .price {
    padding-top: 2.38vw;
    margin-bottom: 15px;
  }

  .container_i h2 {
    margin-bottom: 10%;
    width: 45vw;
    margin-top: 10%;
  }

  .cta_area .cta01 .plan_bottom {
    width:90%;
    margin-bottom:5%;
  }
}