@charset "UTF-8";
/* CSS Document */
/*===============================================
● PC/SP共通
===============================================*/
.menudetail_contents .disc {
  margin: 0 0 1em 1em;
}
.menudetail_contents .disc li {
  list-style: disc;
}
.menudetail_contents .bold {
  font-weight: bold;
}
.menudetail_contents .gold {
  color: #AF8335;
}
.menudetail_contents .orange {
  color: #ff5f00;
}
.menudetail_contents s.red {
  color: #ff0000;
}
.menudetail_contents p.text {
  margin-bottom: 1em;
}
.menudetail_contents p.text-center {
  text-align: center;
}
.mb40 {
  margin-bottom: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.menudetail_contents .m40a {
  margin: 40px auto
}
.menudetail_contents .f80 {
  font-size: 80%;
}
.menudetail_contents .f120 {
  font-size: 120%;
}
.bg {
  margin-bottom: 40px!important;
  padding: 40px;
  background: hsla(0,100%,98%,1.00);
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/*===============================================
● 画面の横幅が761px以上
===============================================*/
@media screen and (min-width: 761px) {
  /*=========================
▼▼共通▼▼
===========================*/
  .w800 {
    width: 800px;
    margin: auto;
  }
  .w1000 {
    width: 1000px;
    margin: auto;
  }
  .menudetail_contents {
    width: 100%;
    /* clear: both; */
    /* float: left; */
    background-size: 100%;
    font-size: 17px;
    line-height: 35px;
    color: #000000;
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    min-width: 1200px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
  }
  .menudetail_contents .auto {
    max-width: none;
    /* width: 1100px; */
    margin: 0 auto;
    position: relative;
  }
  .menudetail_contents img {
    display: block;
    width: 100%;
    height: auto;
  }
  .menudetail_contents section {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 74px;
  }
  #title_conts {
    width: 100%;
    height: 600px;
    background-image: url(../images/hana-nankotu/img_main_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 40px;
  }
  #title_conts h1 {
    position: absolute;
    width: 400px;
    left: 0;
    top: 180px;
    height: auto;
  }
  .contsMenu {
    width: 1200px;
    margin: 20px auto 100px;
    display: table;
    border-left: 1px solid #ccc;
  }
  .contsMenu a {
    padding: 0 15px;
    border-right: 1px solid #ccc;
    width: 14%;
    line-height: 1.5;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .title_box {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 99;
    margin: 50px 0 226px 0;
  }
  .title_box::after {
    content: "";
    display: block;
    width: 1px;
    height: 132px;
    background-color: #000;
    position: absolute;
    bottom: -190px;
    left: 50%;
  }
  .lato_font {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
  }
  .title_box h2 {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .1em;
    margin-bottom: 14px;
  }
  .title_box .jp_title {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .2em;
  }
  .slide_in_image {
    width: 100%;
    height: auto;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    opacity: 0;
  }
  .isPlay {
    animation-name: play;
    animation-duration: 0.55s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    position: relative;
    opacity: 1 !important;
    animation-timing-function: ease;
  }
  /*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
  .isPlay:before {
    animation-name: maskOut;
    animation-duration: 0.55s;
    animation-delay: 0.55s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f3f6f7, #edf4f7);
  }
  /*//「slide_in_image」をスライドインする*/
  @keyframes play {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  /*//マスク要素をスライドアウトする*/
  @keyframes maskOut {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(100%);
    }
  }
  .conts_inner {
    clear: both;
    /* overflow: hidden; */
    margin-bottom: 50px;
  }
  .conts_inner .heading {
    font-size: 26px;
    line-height: 56px;
    font-weight: bold;
    margin-bottom: 50px;
    letter-spacing: .2em;
    text-align: center;
  }
  .conts_inner .box {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 164px;
    position: relative;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  }
  .conts_inner .box:last-of-type {
    /* margin-bottom: 0; */
  }
  .conts_inner .box .img {
    width: 570px;
    position: absolute;
    top: 0;
    right: 28px;
    overflow: hidden;
  }
  .conts_inner .box:nth-of-type(2n) .img {
    right: auto;
    left: 0;
  }
  .conts_inner .box .text_group {
    width: 580px;
    float: left;
    padding-top: 107px;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
  }
  .conts_inner .box:nth-of-type(2n) .text_group {
    float: right;
    padding-top: 87px;
    /* padding-right: 35px; */
  }
  .conts_inner .box .text_group_reed {
    font-size: 26px;
    line-height: 56px;
    font-weight: bold;
    margin-bottom: 28px;
    letter-spacing: .2em;
  }
  .conts_inner .text_group .text {
    width: 100%;
  }
  .conts_inner .box:nth-of-type(2n) .text_group .text {
    width: 100%;
  }
  .link_bnr {
    width: 860px;
    margin: 40px auto;
    clear: both;
    padding: 40px 0;
  }
  .ttl_sub {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    background: #000000;
    color: #fff;
    line-height: 32px;
    padding: 0.5em;
  }
  .bnr_box {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 20px 20px;
    border: 2px solid #d89b9c;
    clear: both;
  }
  .bnr_box_heading {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
    letter-spacing: 2px;
    color: #d89b9c;
  }
  .bnr_box_inner {
    display: flex;
    justify-content: space-evenly;
  }
  .bnr_box_inner p {
    width: calc((100% - 40px) /2);
    max-width: 300px;
    text-align: center;
    font-weight: bold;
    color: #d89b9c;
  }
  .text_link a {
    display: table;
    padding: 5px 40px 5px 15px;
    margin-top: 8px;
    background: #bbbbbb;
    color: #fff;
    position: relative;
    margin: 20px 0;
	text-shadow: none;
  }
  .text_link a:after {
    content: '';
    position: absolute;
    background-image: url(../images/common/reserve_arrow.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 20px;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    background-size: contain;
  }
  .txt_center{
    text-align: center;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  .intro .box {
    width: 108%;
    float: left;
    clear: both;
    margin-bottom: 100px;
    position: relative;
  }
  .intro.box .text_group {
    width: calc((100% - 50px) / 2);
    float: left;
    padding-top: 57px;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
  }
  .intro .box .text_group .text {
    width: 100%;
  }
  .intro .box .img {
    width: calc((100% - 50px) / 2);
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    height: auto;
  }
  .recommend {
    width: 100%;
    padding: 80px 0;
    background-image: url("../images/hana-nankotu/img_recommend_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 40px;
  }
  .recommend_list {
    display: table;
    width: 100%;
    margin-top: 30px;
  }
  .recommend_list li {
    width: 32%;
    height: 70px;
    margin-right: 2%;
    margin-bottom: 20px;
    background: #fff;
    padding: 0 10px 0 60px;
    position: relative;
    float: left;
    font-weight: bold;
    line-height: 1.2;
    display: flex;
    align-items: center;
  }
  .recommend_list li:nth-child(3n) {
    margin-right: 0;
  }
  .recommend_list li:before {
    content: '';
    position: absolute;
    background-image: url(../images/hutae/check.jpg);
    background-repeat: no-repeat;
    left: 15px;
    top: 50%;
    margin-top: -13px;
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
  .type_list {
    display: flex;
    justify-content: space-between;
  }
  .type_list li {
    width: calc((100% - 60px) /4);
  }
  .variation_table {
    width: 1200px;
    margin: 20px auto 80px;
  }
  .type_table {
    width: 1000px;
    margin: 20px auto 80px;
  }
  .technique h3 {
    background: #44abb5;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 40px auto;
    padding: 0.25em 0;
    width: 1000px;
  }
  .technique_flow_list {
    display: flex;
    justify-content: space-between;
  }
  .technique_flow_list li {
    width: calc((100% - 60px) /4)
  }
  .variation_table th {
    background: #44abb5;
    text-align: center;
    padding: 10px 0;
    vertical-align: middle;
    border: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }
  .variation_table tbody td {
    text-align: center;
    padding: 10px 0.5em;
    vertical-align: middle;
    border: 1px solid #ccc;
  }
  .variation_table tbody td.tRed {
    color: #f00;
  }
  .variation_table tbody tr:nth-child(even) {
    background: #f0fafa;
  }
  .variation_table tbody tr.red {
    background: #feffc5;
  }
  .variation_table tbody td.big {
    font-size: 30px;
  }
  .variation_table tbody td:first-child {
    font-size: 18px;
  }
  .variation_table tbody td.text-left {
    text-align: left;
  }
  .case .case_head {
    font-size: 28px;
    text-align: center;
    margin-bottom: 1em;
    color: #d59c9d;
    font-weight: bold;
  }
  .case .case_sub_head {
    color: #fff;
    text-align: ｌ;
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0;
    padding: 0.25em 1em;
    width: 50%;
    background-image: linear-gradient(90deg, rgb(102 102 102), rgba(255, 255, 255, 0));
  }
  .case_wrap {
    display: block;
    height: auto;
    width: 1000px;
    margin: 0 auto;
    padding: 40px;
    /* border: 4px solid #ccc; */
    clear: both;
  }
  .case_box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto 40px;
    flex-flow: wrap;
  }
  .case_box .img {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 48%;
    margin-bottom: 40px;
  }
  .case_box p {
    text-align: center;
    font-size: 18px;
    background: #be98a3;
    color: #fff;
    padding: 5px 0;
    font-weight: bold;
  }
  .case_box .img:nth-of-type(odd) p {
    background: #999;
  }
  .case_inner2 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .case_inner2 .case_img {
    width: calc((100% - 30px) / 4);
  }
  .case_video_wrap {}
  .case_video {
    width: 800px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .case_video_text {
    text-align: center;
    font-weight: bold;
    margin: 1em 0;
  }

  #case_conts .swiper{
    margin-bottom:40px;
    max-width: 1600px;
    padding: 0 0 40px;
  }


  .risk_text {
    width: 100%;
    margin: 40px 0 auto;
    font-size: 80%;
    line-height: 1.5;
    background: #eee;
    padding: 2em 1.8em 1em 1.8em;
  }
  .risk_text p, .risk_text2 p {
    margin-bottom: 1em;
  }
  .risk_text2 {
    width: 100%;
    margin: 20px 0 auto;
    font-size: 80%;
    line-height: 1.5;
  }
  .merit {
    counter-reset: number 0;
  }
  .merit h4:before {
    counter-increment: number 1;
    content: counter(number) ".";
  }
  .plan-inner {
    display: flex;
    justify-content: space-between;
  }
  .plan_box {
    width: 45%;
  }
  .plan_head {
    font-size: 24px;
	text-align: center;
    background: #D59C9D;
    color: #fff;
    padding: 0.25em;
    margin-bottom: 20px;
  }
  .plan_box:nth-of-type(2) .plan_head {
    background: #c76567;
  }
  .flow_list li {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 107px;
  }
  .flow_list li:nth-of-type(2n) .text_box {
    float: right;
  }
  .flow_list li:last-of-type {
    margin-bottom: 0;
  }
  .flow_list li .text_box {
    width: 590px;
    min-height: 363px;
    float: left;
    position: relative;
    z-index: 9;
  }
  .flow_list .text_box .flow_ttl {
    font-size: 31px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .flow_list li .img {
    width: 567px;
    float: right;
    position: relative;
    z-index: 9;
    overflow: hidden;
  }
  .flow_list li:nth-of-type(2n) .img {
    float: left;
  }
  .flow_list .number {
    font-size: 90px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .flow_list .gray_text {
    font-size: 100px;
    line-height: 1;
    color: #f6f6f6;
    position: absolute;
    bottom: -42px;
    left: 0;
    z-index: -1;
    letter-spacing: .1em;
  }
  .price_wrapper {
    width: 100%;
    /* float: left; */
    /* clear: both; */
    text-align: center;
    padding: 20px 100px;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 33px;
    overflow: hidden;
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
  }
  .price_wrapper .price_box {
    width: 475px;
    /* float: left; */
    margin-bottom: 35px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 20px 12px;
    border-radius: 6px;
    box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.06);
  }
  .price_wrapper .price_box:nth-of-type(2n) {
    /* float: right; */
  }
  .price_box:nth-of-type(3), .price_box:nth-of-type(4) {
    /* padding: 34px 10px 22px; */
  }
  .price_box .price_name {
    font-size: 23px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
    font-style: italic;
  }
  .price_box:nth-of-type(3) h4, .price_box:nth-of-type(4) h4 {
    margin-bottom: 0;
  }
  .price_box h4 .small {
    font-size: 22px;
  }
  .price_box .terms {
    display: inline-block;
    border-radius: 16px;
    background-color: #e43c83;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    padding: 2px 0 1px;
    width: 223px;
    font-size: 21px;
  }
  .price_box .price_wrap .price {
    font-size: 60px;
    display: inline-block;
    line-height: 1.3;
    font-weight: bold;
    font-style: italic;
    color: #e43c83;
    position: relative;
  }
  .price_box .price_wrap .price {
    font-size: 60px;
  }
  .price_box .price_wrap .price_op {
    color: #30b3bd;
  }
  .price_box .price_wrap .price .small {
    font-size: 36px;
  }
  .price_box .price_wrap .price_op .small {
    color: #30b3bd;
  }
  .price_box .price_wrap .price .taxplus {
    font-size: 22px;
    display: block;
  }
  .price_box .price_wrap .price .tax {
    font-size: 13px;
    font-weight: bold;
    top: 16px;
  }
  .link_fl {
    margin: 0 0 80px;
  }
  .link_fl p {
    margin-bottom: 1em;
    font-size: 18px;
  }
  .detail_box {
    width: 1000px;
    clear: both;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    padding: 60px 50px 82px;
    margin: 0 auto;
  }
  .detail_box h4 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }
  .detail_box table tr:nth-of-type(2n) {
    background-color: #f8f8f8;
  }
  .detail_box table th {
    width: 217px;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    padding: 15px 23px 12px 35px;
  }
  .detail_box table td {
    font-size: 16px;
    line-height: 27px;
    padding: 15px 23px 12px 0;
  }
  .faqArea {
    border-top: 2px solid #40b1bf;
  }
  .faqArea dl {
    border-bottom: 2px solid #40b1bf;
    padding: 10px 0;
  }
  .faqArea dl dt {
    padding: 10px 10px 10px 70px;
    position: relative;
  }
  .faqArea dl dt:before {
    position: absolute;
    content: "";
    background-image: url("../images/potenza/q.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 7px;
  }
  .faqArea dl dd {
    padding: 10px 10px 10px 70px;
    background: #f3f3f3;
    position: relative;
    display: none;
  }
  .faqArea dl dd:before {
    position: absolute;
    content: "";
    background-image: url("../images/potenza/a.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 7px;
  }
  .faqArea dl dd .ansLink {
    display: table;
    padding: 5px 40px 4px 15px;
    margin-top: 8px;
    background: #40b1bf;
    color: #fff;
    position: relative;
  }
  .faqArea dl dd .ansLink:after {
    content: '';
    position: absolute;
    background-image: url(../images/hutae/reserve_arrow.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 20px;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    background-size: contain;
  }
}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next,.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  filter: brightness(0);
}
.swiper-pagination-bullet-active{
      background: #C2686A;
}
/*===============================================
●画面の横幅が760pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width: 760px) {
  /*=========================
▼▼共通▼▼
===========================*/
  .lato_font {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
  }
  .menudetail_contents auto {
    width: 94%;
    margin: 0 auto;
  }
  .menudetail_contents {
    width: 100%;
    height: 100%;
    clear: both;
    float: left;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 1.7;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    color: #000000;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
  }
  #title_conts {
    width: 100%;
    height: 80vw;
    background-image: url(../images/hana-nankotu/img_main_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 61% 50%;
    position: relative;
    margin-bottom: 2.4vw;
  }
  #title_conts h1 {
    margin-bottom: 10px;
    width: 52%;
    padding: 26vw 0 0 0;
    float: left;
  }
  .contsMenu {
    width: 100%;
    margin: 0;
    display: inline-block;
  }
  .contsMenu {
    margin-bottom: 10vw;
    display: flex;
    margin-top: -2.2vw;
    width: 100%;
    flex-flow: wrap;
  }
  .contsMenu a {
    text-align: left;
    height: 15vw;
    padding: 0 6% 0 1em;
    width: 50%;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    position: relative;
    margin-top: -1px;
    font-size: 3.5vw;
    line-height: 1.5;
    display: flex;
    align-items: center;
  }
  .contsMenu a:nth-child(2n) {
    border-right: 0;
  }
  /* .contsMenu a:nth-child(1), .contsMenu a:nth-child(2) {
    line-height: 1.5;
  }*/
  .contsMenu a:nth-child(even) {
    border-left: none;
  }
  .contsMenu a:after {
    content: '';
    position: absolute;
    background-image: url(../images/hutae/under_arrow.png);
    background-repeat: no-repeat;
    right: 3vw;
    top: 50%;
    margin-top: -1vw;
    width: 3vw;
    height: 3vw;
    background-size: 100%;
    filter: saturate(0%) brightness(0);
  }
  .title_box {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9;
    margin-bottom: 80px;
  }
  .title_box::after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background-color: #000;
    position: absolute;
    bottom: -60px;
    left: 50%;
  }
  .title_box h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .1em;
    margin-bottom: 14px;
  }
  .title_box .jp_title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .1em;
  }
  .conts_inner {
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
  }
  .conts_inner .heading {
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: .1em;
    text-align: center;
  }
  .conts_inner .box {
    width: 100%;
    margin-bottom: 68px;
    position: relative;
  }
  .conts_inner .box .text_group_reed {
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: .1em;
  }
  .slide_in_image {
    width: 100%;
    height: auto;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    opacity: 0;
  }
  .isPlay {
    animation-name: play;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    position: relative;
    opacity: 1 !important;
  }
  /*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
  .isPlay:before {
    animation-name: maskOut;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f3f6f7, #edf4f7);
  }
  /*//「slide_in_image」をスライドインする*/
  @keyframes play {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  /*//マスク要素をスライドアウトする*/
  @keyframes maskOut {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(100%);
    }
  }
  .link_bnr {
    width: 100%;
    margin: 20px auto;
    clear: both;
    padding: 20px;
  }
  .ttl_sub {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    background: #000000;
    color: #fff;
    line-height: 32px;
    padding: 0.25em;
  }
  .bnr_box {
    width: 95%;
    margin: 0 auto 60px;
    padding: 10px;
    border: 2px solid #d89b9c
  }
  .bnr_box_heading {
    text-align: center;
    font-size: 5vw;
    margin-bottom: 20px;
    color: #d89b9c;
  }
  .bnr_box_inner {
    display: flex;
    justify-content: space-evenly;
  }
  .bnr_box_inner p {
    width: calc((100% - 20px) /2);
    text-align: center;
    font-weight: bold;
    color: #d89b9c;
  }
  .text_link a {
    display: table;
    padding: 15px 50px 15px 20px;
    background: #bbbbbb;
    color: #fff;
	font-size: 120%;
    position: relative;
    margin: 20px auto;
	text-shadow: none;
  }
  .text_link a:after {
    content: '';
    position: absolute;
    background-image: url(../images/common/reserve_arrow.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 20px;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    background-size: contain;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  .intro .box .text {
    width: 100%;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .recommend {
    width: 100%;
    background-image: url("../images/hana-nankotu/img_recommend_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 40px;
    padding: 7vw 0 3vw;
  }
  .recommend_list {
    padding: 5%;
    overflow: hidden;
    display: table;
    width: 100%;
    margin-top: 3vw;
  }
  .recommend_list li {
    width: 100%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #fff;
    padding: 3% 3% 3% 16%;
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 3.6vw;
  }
  .recommend_list li:nth-child(3n) {
    margin-right: 0;
  }
  .recommend_list li:before {
    content: '';
    position: absolute;
    background-image: url(../images/hutae/check.jpg);
    background-repeat: no-repeat;
    left: 15px;
    top: 50%;
    margin-top: -13px;
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
  .type_list {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
  }
  .type_list li {
    width: calc((100% - 20px) /2);
    margin-bottom: 10px;
  }
  .technique h3 {
    background: #44abb5;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 40px auto 0;
    padding: 0.25em 0;
  }
  .technique_flow_list {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
  }
  .technique_flow_list li {
    width: calc((100% - 20px) /2);
  }
  .variation .table-scroll {
    overflow: scroll;
  }
  .variation_table {
    width: 600px;
  }
  .variation_table th {
    background: #44abb5;
    text-align: center;
    padding: 10px 0;
    vertical-align: middle;
    border: 1px solid #ccc;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
  }
  .variation_table tbody td {
    text-align: center;
    padding: 10px 0.5em;
    vertical-align: middle;
    border: 1px solid #ccc;
    font-size: 12px;
  }
  .variation_table tbody td.tRed {
    color: #f00;
  }
  .variation_table tbody tr:nth-child(even) {
    background: #f0fafa;
  }
  .variation_table tbody tr.red {
    background: #feffc5;
  }
  .variation_table tbody td.big {
    font-size: 30px;
  }
  .variation_table tbody td:first-child {
    font-size: 18px;
  }
  .variation_table tbody td.text-left {
    text-align: left;
  }
  .case .case_head {
    font-size: 20px;
    text-align: center;
    margin-bottom: 1em;
    color: #d59c9d;
    font-weight: bold;
  }
  .case .case_sub_head {
    color: #fff;
    text-align: ｌ;
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0;
    padding: 0.25em 1em;
    width: 100%;
    background-image: linear-gradient(90deg, rgb(102 102 102), rgba(255, 255, 255, 0));
  }
  .case_wrap {
    margin-bottom: 40px;
  }
  .case_inner {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .case_inner::after {
    position: absolute;
    content: "";
    top: 33%;
    left: 49%;
    width: 40px;
    height: 40px;
    display: block;
    background: no-repeat url(../images/hana-nankotu/s_arrow.png);
    background-size: contain;
  }
  .case_img {
    margin-bottom: 20px;
    width: 100%;
  }
  .case_img:nth-of-type(1n) {
    position: relative;
  }
  .case_img:nth-of-type(1n)::after {
    position: absolute;
    content: url("../images/hana-nankotu/s_arrow.png");
  }
  .case_inner2 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .case_inner2 .case_img {
    /* margin-bottom: 50px; */
    width: 100%;
  }
  .case_video_wrap {}
  .case_video {
    width: 800px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .case_video_text {
    text-align: center;
    font-weight: bold;
    margin: 1em 0;
  }

  #case_conts .swiper {
    padding: 0 0 25px;
}

  .risk_text {
    width: 100%;
    margin: 40px 0 auto;
    font-size: 80%;
    line-height: 1.5;
    background: #eee;
    padding: 2em 1.8em 1em 1.8em;
  }
  .risk_text p, .risk_text2 p {
    margin-bottom: 1em;
  }
  .risk_text2 {
    width: 100%;
    margin: 20px 0 auto;
    font-size: 80%;
    line-height: 1.5;
  }
  .merit {
    counter-reset: number 0;
  }
  .merit h4:before {
    counter-increment: number 1;
    content: counter(number) ".";
  }
  .plan {
    margin-bottom: 100px;
    padding: 0 20px;
  }
  .plan_head {
    font-size: 20px;
	text-align: center;
    background: #D59C9D;
    color: #fff;
    padding: 0.2em;
    margin-bottom: 10px;
  }
  .plan_box:nth-of-type(2) .plan_head {
    background: #c76567;
  }
  .flow_list {
    width: 90%;
    margin: 0 auto 10vw;
    clear: both;
  }
  .flow_list li {
    width: 100%;
    margin-bottom: 50px;
  }
  .flow_list li:last-of-type {
    margin-bottom: 0;
  }
  .flow_list li .text_box {
    width: 100%;
    position: relative;
    z-index: 9;
  }
  .flow_list li .text_box .number {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .flow_list li .text_box h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .flow_list li .text_box .gray_text {
    font-size: 40px;
    line-height: 1;
    color: #f6f6f6;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    text-align: right;
    letter-spacing: .1em;
  }
  .flow_list li .img {
    width: 100%;
    position: relative;
    z-index: 9;
    margin-top: 20px;
    overflow: hidden;
  }
  .price_wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 33px;
  }
  .price_wrapper .price_box {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 20px 12px;
    border-radius: 6px;
    box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.06);
  }
  .price_box .price_name {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 6px;
    font-style: italic;
  }
  .price_box .terms {
    display: inline-block;
    width: 140px;
    border-radius: 16px;
    background-color: #e43c83;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    padding: 2px 0 1px;
  }
  .price_wrap .price {
    display: inline-block;
    font-size: 38px;
    line-height: 1.3;
    font-weight: bold;
    font-style: italic;
    color: #e43c83;
    position: relative;
  }
  .price_wrap .price_op {
    color: #30b3bd;
  }
  .price .small {
    display: inline-block;
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    /* color: #e43c83; */
  }
  .price_wrap .price_op .small {
    color: #30b3bd;
  }
  .price .taxplus {
    font-size: 5vw;
    display: block;
  }
  .price_box .price_wrap .price .tax {
    top: 13px;
  }
  .link_fl {
    margin: 0 0 80px;
  }
  .link_fl p {
    margin-bottom: 1em;
    font-size: 18px;
  }
  .detail_box {
    width: 100%;
    clear: both;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    padding: 30px 5% 32px;
    margin: 0 auto 10vw;
  }
  .detail_box h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
    text-align: center;
  }
  .detail_box table tr:nth-of-type(2n) {
    background-color: #f8f8f8;
  }
  .detail_box table th {
    width: 30%;
    font-size: 13px;
    line-height: 1.6;
    font-weight: bold;
    padding: 12px 5% 10px 5%;
  }
  .detail_box table td {
    font-size: 14px;
    line-height: 1.6;
    padding: 12px 5% 10px 0;
  }
  .faqArea {
    border-top: 2px solid #40b1bf;
  }
  .faqArea dl {
    border-bottom: 2px solid #40b1bf;
    padding: 10px 0;
  }
  .faqArea dl dt {
    padding: 10px 10px 10px 14vw;
    position: relative;
  }
  .faqArea dl dt:before {
    position: absolute;
    content: "";
    background-image: url("../images/potenza/q.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    width: 8vw;
    height: 8vw;
    left: 10px;
    top: 7px;
  }
  .faqArea dl dd {
    padding: 10px 10px 10px 14vw;
    background: #f3f3f3;
    position: relative;
    display: none;
  }
  .faqArea dl dd:before {
    position: absolute;
    content: "";
    background-image: url("../images/potenza/a.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    width: 8vw;
    height: 8vw;
    left: 10px;
    top: 7px;
  }
  .faqArea dl dd .ansLink {
    display: table;
    padding: 5px 40px 4px 15px;
    margin-top: 8px;
    background: #40b1bf;
    color: #fff;
    position: relative;
    width: 100%;
  }
  .faqArea dl dd .ansLink:after {
    content: '';
    position: absolute;
    background-image: url(../images/hutae/reserve_arrow.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 20px;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    background-size: contain;
  }
}