@charset "UTF-8";
.page-template_mv {
  position: relative;
  width: 100%; 
  padding-bottom: 240px
}

@media screen and (max-width:1023px) {
  .page-template_mv {
    padding-bottom: 120px;
    margin-top: 64px
  }
}

.page-template_mv_title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  height: 110px;
  margin: auto
}

@media screen and (max-width:1023px) {
  .page-template_mv_title {
    height: 66px
  }
}

.page-template_mv_title_sub {
  display: block;
  height: 50px
}

@media screen and (max-width:1023px) {
  .page-template_mv_title_sub {
    height: 40px
  }
}

.page-template_mv_title_sub img {
  height: 100%;
  width: auto;
  vertical-align: top
}

.page-template_mv_title_main {
  display: block;
  height: 45px
}

@media screen and (max-width:1023px) {
  .page-template_mv_title_main {
    height: 30px
  }
}

.page-template_mv_title_main img {
  height: 100%;
  width: auto;
  vertical-align: top
}

.page-template_inner {
  max-width: 1000px;
  width: 100%;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin: 0 auto;
    padding-bottom: 2.5rem;
  overflow: hidden;
/*   max-width: 880px */
}

@media only screen and (max-width:768px) {
  .page-template_inner {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1.5rem;      
  }
}

.page-template_title {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  margin-bottom: 4rem
}

@media only screen and (max-width:768px) {
  .page-template_title {
    font-size: 2.4rem;
    margin-bottom: 2.4rem
  }
}

.page-template_title_sub {
  display: block;
  height: 24px
}

@media only screen and (max-width:768px) {
  .page-template_title_sub {
    height: 20px
  }
}

.page-template_title_sub img {
  height: 100%;
  width: auto;
  vertical-align: top
}

.page-template_info {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  padding-top: 0
}

@media only screen and (max-width:768px) {
  .page-template_info {
    padding-top: 2rem;
  }
}

@media only screen and (max-width:768px) {
  .page-template_info {
    padding-top: 0
  }
}

.page-template_info .mb {
  margin-bottom: 2.4rem
}

.page-template_info_title {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.1rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width:768px) {
  .page-template_info_title {
    font-size: 2rem;
	margin-top: 1rem;
    margin-bottom: 2rem
  }
}

.page-template_info_title .border {
  display: inline-block;
  position: relative
}

.page-template_info_title .border:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 6px;
  width: 100%;
  background-image: url(/wp-content/uploads/common/r_title_border_pink.svg);
  background-repeat: repeat-x;
  margin-top: -0.4rem
}

.page-template_info_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 45%;
  margin-bottom: 2.4rem
}

@media only screen and (max-width:768px) {
  .page-template_info_image {
    margin-bottom: 1.6rem
  }
}

.page-template_info_packimage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  margin-bottom: 2.4rem
}

@media only screen and (max-width:768px) {
  .page-template_info_packimage {
    margin-bottom: 1.6rem
  }
}

.page-template_info .pack {
  display: block;
  padding-bottom: 25%
}

@media only screen and (max-width:768px) {
  .page-template_info .pack {
    display: none
  }
}

.page-template_info .pack_sp {
  display: none;
  padding-bottom: 111%
}

@media only screen and (max-width:768px) {
  .page-template_info .pack_sp {
    display: block
  }
}

.page-template_info .pack1 {
  display: block;
  padding-bottom: 35%
}

@media only screen and (max-width:768px) {
  .page-template_info .pack1 {
    display: none
  }
}

.page-template_info_table {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%
}

.page-template_info_table:first-of-type {
  margin-top: 2.4rem
}

@media only screen and (max-width:768px) {
  .page-template_info_table:first-of-type {
    margin-top: 1.6rem
  }
}

.page-template_info_table dt, .page-template_info_table dd {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  text-align: justify;
  padding: 1.6rem 1.6rem
}

@media only screen and (max-width:768px) {
  .page-template_info_table dt, .page-template_info_table dd {
    padding: 1.6rem 0.8rem
  }
}

.page-template_info_table dt {
  width: 160px;
  background-color: #f9a83d;
  color: #fff;
  font-weight: 700;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
	text-align:center;
}

@media only screen and (max-width:768px) {
  .page-template_info_table dt {
    width: 80px;
    font-size: 1.4rem
  }
}

.page-template_info_table dd {
  width: 80%;
  width: calc(100% - 160px);
  width: -webkit-calc(100% - 160px);
  border-top: solid 1px #cbcbcb;
  border-right: solid 1px #cbcbcb
}

.page-template_info_table dd .cancellation > span{
    font-size: 2.3rem;
}


@media only screen and (max-width:768px) {
  .page-template_info_table dd {
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    font-size: 1.4rem
  }
}

.page-template_info_table dd .price {
    font-size: 3rem;
  font-weight: 700;
  color: #f00;
}

@media only screen and (max-width:768px) {
  .page-template_info_table dd .price {
    font-size: 3rem
  }
}

.page-template_info_table:last-of-type dt {
  border-bottom: solid 1px #fff
}

.page-template_info_table:last-of-type dd {
  border-bottom: solid 1px #cbcbcb
}

.page-template_flow {
    padding-top: 3rem;
  background-color: rgba(60, 182, 250, .3)
}

@media only screen and (max-width:768px) {
  .page-template_flow {
    padding-top: 2rem;
  }
}

.page-template_flow_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 2.4rem
}

@media only screen and (max-width:768px) {
  .page-template_flow_flex {
    margin-bottom: 1.6rem
  }
}

.page-template_flow .flow_box {
  width: 23%
}

@media only screen and (min-width:770px) {
  .page-template_flow .flow_box {
    margin-right: 2.65%
  }
  .page-template_flow .flow_box:nth-of-type(4n) {
    margin-right: 0
  }
  .page-template_flow .flow_box:nth-of-type(n+5) {
    margin-top: 2.4rem
  }
}

@media only screen and (min-width:481px) and (max-width:769px) {
  .page-template_flow .flow_box {
    width: 48%;
    margin-right: 4%
  }
  .page-template_flow .flow_box:nth-of-type(2n) {
    margin-right: 0
  }
  .page-template_flow .flow_box:nth-of-type(n+3) {
    margin-top: 2.4rem
  }
}

@media only screen and (max-width:768px) {
  .page-template_flow .flow_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1.6rem
  }
  .page-template_flow .flow_box:last-of-type {
    margin-bottom: 0
  }
}

.page-template_flow .flow_box_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 0.8rem
}

@media only screen and (max-width:768px) {
  .page-template_flow .flow_box_image {
    width: 50%;
    padding-bottom: 50%;
    margin-bottom: 0
  }
}

.page-template_flow .flow_box_image:before {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  width: 32px;
  height: 32px;
  background-color: #f9688f;
  color: #fff
}

.page-template_flow .flow_box_textbox {
  width: 100%;
  margin: auto 0
}

@media only screen and (max-width:768px) {
  .page-template_flow .flow_box_textbox {
    width: 46%
  }
}

.page-template_flow .flow_box_textbox_title {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.1rem
}

@media only screen and (max-width:768px) {
  .page-template_flow .flow_box_textbox_title {
    font-size: 1.8rem
  }
}

.page-template_flow .flow_time {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 280px;
  margin: 0 auto 4rem
}

@media only screen and (max-width:768px) {
  .page-template_flow .flow_time {
    margin: 0 auto 2.4rem
  }
}

.page-template_flow .flow_time_left, .page-template_flow .flow_time_right {
  width: 140px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem
}

.page-template_flow .flow_time_right {
  background-color: #f9688f;
  color: #fff
}

.page-template_flow .flow_time_aside {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  padding-top: 0.8rem
}

.page-template_flow .flow_befoaf {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  width: 400px;
  padding: 2.4rem;
  margin: auto
}

@media only screen and (max-width:768px) {
  .page-template_flow .flow_befoaf {
    width: 100%
  }
}

.page-template_flow .flow_befoaf_left, .page-template_flow .flow_befoaf_right {
  width: 48%
}

.page-template_flow .flow_befoaf_left_title, .page-template_flow .flow_befoaf_right_title {
  display: inline-block;
  height: 14px
}

.page-template_flow .flow_befoaf_left_title img, .page-template_flow .flow_befoaf_right_title img {
  height: 100%;
  width: auto;
  vertical-align: top
}

.page-template_flow .flow_befoaf_left figure, .page-template_flow .flow_befoaf_right figure {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 100%
}

.page-template_option {
  padding-top: 3rem;
}

@media only screen and (max-width:768px) {
  .page-template_option {
    padding-top: 2rem;

  }
}

.page-template_option_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.page-template_option .option_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #eee;
  width: 44%;
  padding: 1rem
}

.page-template_option .option_box_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 36%;
  height: 0;
  padding-bottom: 36%
}

.page-template_option .option_box_text {
  width: 60%
}

@media only screen and (min-width:770px), only screen and (min-width:481px) and (max-width:769px) {
/*   .page-template_option .option_box:nth-of-type(-n+2) { */
/*     margin-bottom: 2.4rem */
/*   } */
  .page-template_option .option_box {
    margin-bottom: 2.4rem
  }
}

@media only screen and (max-width:768px) {
  .page-template_option .option_box {
    width: 100%;
    margin-bottom: 0.8rem
  }
}

.page-template_option .option_box_title {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: bold;
}

.page-template_option .option_box .c-text {
  font-size: 1rem;
  line-height: 1.3;
}

@media only screen and (max-width:768px) {
  .page-template_option .option_box .c-text {
    font-size: 15px
  }
}

.page-template_option .option_box .c-text:first-of-type {
  margin-bottom: 0.8rem
}

.page-template_option .option_box .c-text:first-of-type .cancellation > span{
    font-size: 1rem;
}

.page-template_option .option_box .c-text .price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #f00;
}

@media only screen and (max-width:768px) {
  .page-template_option .option_box .c-text .price {
    font-size: 1.8rem;
      letter-spacing: 0;
  }
}

.page-template_qa {
  padding-top: 3rem;
  background-color: rgba(60, 182, 250, .3)
}

@media only screen and (max-width:768px) {
  .page-template_qa {
    padding-top: 2rem;

  }
}

.page-template_qa .template_faq {
  margin: 0 auto;
  padding: 0;
  list-style: none
}

.page-template_qa .template_faq_list {
  margin-bottom: 0.8rem;
  position: relative;
  cursor: pointer;
  text-align: left;
  background: #f9688f;
  color: white
}

.page-template_qa .template_faq_list:last-of-type {
  margin-bottom: 0
}

.page-template_qa .template_faq_list .question {
  padding: 1.6rem
}

.page-template_qa .template_faq_list .question_title {
  font-size: 1.6rem
}

@media only screen and (min-width:481px) and (max-width:769px), only screen and (max-width:768px) {
  .page-template_qa .template_faq_list .question_title {
    margin-right: 4rem
  }
}

.page-template_qa .template_faq_list .question_icon {
  position: absolute;
  top: 8px;
  right: 24px;
  color: #fff;
  font-size: 24px
}

.page-template_qa .template_faq_list .answer {
  font-size: 16px;
  display: none;
  padding: 1.6rem;
  margin-bottom: 15px;
  background: #fff;
  color: #000
}

.toilet_qa, .pack_qa {
  background-color: #fff !important
}

.toilet_qa .answer, .pack_qa .answer {
  background: rgba(255, 255, 255, .9) !important
}

.page-template_precautions {
  padding-top: 2rem;
    margin-bottom: 3rem
}

@media only screen and (max-width:768px) {
  .page-template_precautions {
    padding-top: 2rem;

  }
}

.page-template_precautions .template_precautions {
  margin: 0 auto;
  padding: 0;
  list-style: none
}

.page-template_precautions .template_precautions_list {
  margin-bottom: 0.8rem;
  position: relative;
  cursor: pointer;
  text-align: left;
  background: #f9688f;
  color: white
}

.page-template_precautions .template_precautions_list:last-of-type {
  margin-bottom: 0
}

.page-template_precautions .template_precautions_list .question {
  padding: 1.6rem
}

.page-template_precautions .template_precautions_list .question_title {
  font-size: 1.6rem
}

.page-template_precautions .template_precautions_list .question_icon {
  position: absolute;
  top: 8px;
  right: 24px;
  color: #fff;
  font-size: 24px
}

.page-template_precautions .template_precautions_list .answer {
  font-size: 16px;
  display: none;
  padding: 1.6rem;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, .9);
  color: #000
}

.page-template_precautions .template_precautions_list .answer .list {
  text-indent: -1em;
  padding-left: 1em
}

.page-template_precautions .template_precautions_list .answer .list:before {
  content: "・"
}

.page-template_precautions .template_precautions_list .answer .title {
  margin-top: 1.6rem
}

.page-template_precautions .template_precautions_list .answer .title:first-of-type {
  margin-top: 0
}

.toilet_precautions, .pack_precautions {
  background-color: rgba(60, 182, 250, .3) !important
}

.toilet_precautions .answer, .pack_precautions .answer {
  background: #fff !important
}

.page-template_included {
  padding-top: 2.5rem;
  background-color: rgba(60, 182, 250, .3)
}

@media only screen and (max-width:768px) {
  .page-template_included {
    padding-top: 2rem;

  }
}

.page-template_included_flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.page-template_included_flex .packbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 49%;
  background-color: #fff;
  margin: auto;
  padding: 1.6rem 1rem
}

@media only screen and (min-width:481px) and (max-width:769px) {
  .page-template_included_flex .packbox {
    width: 80%
  }
  .page-template_included_flex .packbox:first-of-type {
    margin-bottom: 1.6rem
  }
}

@media only screen and (max-width:768px) {
  .page-template_included_flex .packbox {
    width: 48%;
    padding: 1.6rem
  }
}

.page-template_included_flex .packbox_title {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #f9688f;
  margin-bottom: 0.8rem
}

.page-template_included_flex .packbox_icon {
  width: 30%;
  text-align: center
}

@media only screen and (max-width:768px) {
  .page-template_included_flex .packbox_icon {
    width: 100%;
    margin-bottom: 0.8rem
  }
}

.page-template_included_flex .packbox_icon figcaption {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: 700
}

.page-template_included_flex .packbox_icon figcaption > span,
.page-template_included_5pack .packbox_icon figcaption > span{
    font-size: 1.3rem;
    line-height: 1.5;
    display: block;
}

.page-template_included_5pack {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 1.6rem 4rem
}

@media only screen and (min-width:481px) and (max-width:769px) {
  .page-template_included_5pack {
    justify-content: flex-start
  }
}

@media only screen and (max-width:768px) {
  .page-template_included_5pack {
    padding: 1.6rem 0;
    justify-content: flex-start
  }
   .page-template_included_5pack .packbox_icon figcaption > span{
        letter-spacing: 0;
    }    
    
}

.page-template_included_5pack .packbox_icon {
  width: 20%;
  text-align: center
}

.page-template_included_5pack .packbox_icon figcaption {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: 700
}

@media only screen and (max-width:768px) {
  .page-template_included_5pack .packbox_icon figcaption {
    font-size: 1.4rem
  }
}

@media only screen and (min-width:481px) and (max-width:769px) {
  .page-template_included_5pack .packbox_icon {
    width: 30%;
    margin-right: 5%
  }
  .page-template_included_5pack .packbox_icon:nth-of-type(3n) {
    margin-right: 0
  }
}

@media only screen and (max-width:768px) {
  .page-template_included_5pack .packbox_icon {
    width: 33.3333%
  }
}

.page-template_included_table {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fff
}

.page-template_included_table:first-of-type {
  margin-top: 2.4rem
}

@media only screen and (max-width:768px) {
  .page-template_included_table:first-of-type {
    margin-top: 1.6rem
  }
}

.page-template_included_table dt, .page-template_included_table dd {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  text-align: justify;
  padding: 1.6rem 1.6rem
}

@media only screen and (max-width:768px) {
  .page-template_included_table dt, .page-template_included_table dd {
    padding: 1.6rem 0.8rem
  }
}

.page-template_included_table dt {
  width: 160px;
  background-color: #4093ad;
  color: #fff;
  font-weight: 700;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
	text-align:center;
}

@media only screen and (max-width:768px) {
  .page-template_included_table dt {
    width: 80px;
    font-size: 1.4rem
  }
}

.page-template_included_table dd {
  width: 80%;
  width: calc(100% - 160px);
  width: -webkit-calc(100% - 160px);
  border-top: solid 1px #cbcbcb;
  border-right: solid 1px #cbcbcb
}

@media only screen and (max-width:768px) {
  .page-template_included_table dd {
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    font-size: 1.4rem
  }
}

.page-template_included_table dd .price {
  font-size: 3rem;
  font-weight: 700;
  color: #ff0000;
}

@media only screen and (max-width:768px) {
  .page-template_included_table dd .price {
    font-size: 3rem
  }
}

.page-template_included_table:last-of-type dt {
  border-bottom: solid 1px #fff
}

.page-template_included_table:last-of-type dd {
  border-bottom: solid 1px #cbcbcb
}