@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 .red {
  color: #ff0000;
}
.menudetail_contents .pink {
  color: #d68783;
  font-weight: bold;
}
.menudetail_contents p.text {
  margin-bottom: 1em;
}
.menudetail_contents p.text-center {
  text-align: center;
}
.menudetail_contents .m40a {
  margin: 40px auto
}
.menudetail_contents .f80 {
  font-size: 80%;
}
.menudetail_contents .f120 {
  font-size: 120%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

/*===============================================
● 画面の横幅が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;
    /* overflow: hidden; */
    /* height: 500px; */
  }
  .menudetail_contents img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
  }
  .menudetail_contents section {
    width: 100%;
    float: left;
    clear: both;
  }
  #title_conts {
    width: 100%;
    height: 500px;
    background-image: url(../images/koreannose/img_main_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 40px;
    background-color: #e9b1b4;
  }
  #title_conts h1 {
    position: absolute;
    width: 450px;
    right: 0;
    top: 20px;
    z-index: 99;
  }
  #koreannose_contents .conts_ttl {
    margin: 0 auto;
    display: block;
  }
  #koreannose_contents .conts_ttl .conts_ttl_img {
    /* height: 16vw; */
    width: auto;
    padding: 4.5vw 0;
    margin: 0 auto;
  }
  .contsMenu {
    width: 1200px;
    margin: 20px auto 40px;
    display: table;
    border-left: 1px solid #ccc;
  }
  .contsMenu a {
    padding: 0 10px;
    border-right: 1px solid #ccc;
    width: 14%;
    line-height: 1.5;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .lato_font {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
  }
  .slide_in_image {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    opacity: 0;
    margin-bottom: 30px;
    clear: both;
  }
  .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, #f7d6d5, #f0d0ce);
  }
  /*//「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;
    /* clear: both; */
  }
  .conts_inner .heading {
    font-size: 20px;
    line-height: 1.8;
    /* font-weight: bold; */
    margin-bottom: 50px;
    letter-spacing: .2em;
    text-align: center;
    clear: both;
  }
  .conts_inner .box {
    width: 100%;
    float: left;
    /* clear: both; */
    margin-bottom: 150px;
    position: relative;
    /* text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff; */
    /* background: #f00; */
  }
   .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;
  }

  .text_link_push{
    font-weight:bold;
    color:#ee6e76;
     border-left:4px solid ;
    border-bottom:2px solid ;
    display:inline-block;
    padding: 0 0.25em;
    margin-bottom:0.5em
  }
    
    .text_link a{
            display: table;
            padding: 5px 40px 4px 15px;
            margin-top: 8px;
            background: #bbbbbb;
            color: #fff;
            position: relative;
    }
    
     .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;
}
    
 .category_link a{
               display: block;
               padding: 5px 40px 4px 15px;
               margin-top: 8px;
               background: #ee6e76;
               color: #fff;
               position: relative;
               width: 70%;
               margin: 40px auto 0;
               text-align: center;
               font-weight: bold;
               padding: 10px;
               font-size: 22px;
 }
 .category_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;
}
      
    
  /*=========================
▲▲共通▲▲
===========================*/
  .about {
    background: url("../images/koreannose/bg.jpg");
  }

 .about_img{
   width: 70%;
   margin: 0 auto 50px;
 } 
 .about .auto{
   overflow:hidden;
   width:100%;
 }
    
  .about .conts_inner {
    width: 1100px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 50px;
    clear: both;
    display: block;
    min-height: 1870px;
  }
  .about .box {
    width: 100%;
    /* float: left; */
    clear: both;
    margin-bottom: 70px;
    position: relative;
    clear: both;
  }
  .about .box:nth-of-type(2n) {
  margin-bottom: 120px;
  }

  .about .box .text_group {
    width: 570px;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    padding-top: 47px;
  }    
    
/*  .about .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;
  }*/
  .about .box .text_group .text {
    width: 100%;
  }
    
    
  .about .box:nth-of-type(2n) .text_group {
    float: right;
    padding-top: 100px;
    padding-right: 35px;
  }
   .about.box:nth-of-type(2n) .text_group .text {
    width: 570px;    
    } 
    

  .about .box .img {
    width: calc((100% - 50px) / 2);
    position: absolute;
    top: 0;
    right: -100px;
    overflow: hidden;
    height: auto;
    clear: both;
  }
    
  .about .box:nth-of-type(2n) .img {
    right: auto;
    left: -100px;
    clear: both;
  }    
    
  .recommend {
    width: 100%;
    /* padding: 80px 0; */
    /* background-image: url("../images/koreannose/img_recommend_bg.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    position: relative;
    /* margin-bottom: 40px; */
    background: #f7f7f9;
  }
  #koreannose_contents .recommend .conts_ttl .conts_ttl_img {
    margin-bottom: -50px;
  }
  .recommend .conts_inner {
    margin-bottom: 0;
    padding: 0;
  }
  .recommend_img {
    width: 80%;
    margin: 0 auto;
  }
  .recommend_img span{
    margin-bottom:0;
  }
  .point {
    background: url("../images/koreannose/bg2.jpg");
  }
  .point .auto{
    overflow:hidden;
  }
  
  .point .conts_inner {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
  }
  .point .box {
    padding: 30px;
    margin-bottom: 30px;
    /* border-bottom: 1px solid #ccc; */
    /* border: 6px solid #eececc; */
    display: flex;
    position: relative;
    /* box-shadow: 5px 5px 0 rgb(0 0 0 / 10%); */
    justify-content: space-between;
    align-items: center;
    float: none;
  }
  .point .box:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .point .box h3 {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 24px
  }
  .point .box h3 img {
    width: 6em;
    height: auto;
    margin-right: 1em;
  }
  .point .box .text_group {
    width: calc((100% - 40px) - 400px);
  }
  .point .box .img {
    float: none;
    width: 400px;
    position: initial;
    border: 4px solid pink;
    display: block;
  }

.detail .conts_inner .box{
  display:flex;
  justify-content:space-between;

  
}
.detail .conts_inner .box:nth-of-type(2n){
flex-direction:row-reverse;
  
}

.detail .conts_inner .box .img {
    width: 47%;
    overflow: hidden;
  }

 .detail .conts_inner .box .text_group {
    width: 580px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;

  }
 .detail .conts_inner .box .text_group_hy::after{
   content:" ";
   background: url("../images/koreannose/bg_heart.png");
   height: 290px;
   position:absolute;
   top: -80px;
   left: -90px;
   width: 240px;
   background-size: 100%;
   background-repeat: no-repeat;
   z-index: -1;
}

 .detail .conts_inner .box .text_group_botox::after{
   content:" ";
   background: url("../images/koreannose/bg_heart2.png");
   height: 290px;
   position:absolute;
   right: -90px;
   width: 240px;
   background-size: 100%;
   background-repeat: no-repeat;
   z-index: -1;
   bottom: -100px;
}


  


  
  .detail .conts_inner .box .text_group h4{
    background: #e4979e;
    display:inline-block;
    color:#fff;
    padding:0.25em 0.5em;
    font-weight:bold;
    font-size:22px;
    margin-bottom:0.5em;
  } 
  

  
#case_conts{
         background: #f3e1e2;
    } 
    
.case .auto{
    overflow:hidden;
  }
    
    
  .case .case_inner {
    background: #fff;
    border-radius: 20px;
    padding: 100px;
    margin-bottom: 50px;
  }
    
  .feature .conts_inner .img {
    width: 550px;
  }
    
     .feature .conts_inner .box .img {
    width: 570px;
    position: absolute;
    top: 30px;
    right: 0px;
    overflow: hidden;
  }
.feature .conts_inner .box:nth-of-type(2n) .img {
    left: 0;
    top: -10px;
  }
 .feature .conts_inner .box .text_group {
    width: 720px;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    padding: 35px 35px 0;
    background: #fff6f6;
    display: flex;
    flex-direction: column;
    font-size: 16px;
  }
 .feature .conts_inner .box:nth-of-type(2n){
   justify-content:flex-end;
   display: flex;
   position: relative;
   min-height: 270px;
 } 
.feature .conts_inner .box:nth-of-type(2n) .text_group {
    /* float: right; */
    /* padding-top: 100px; */
    padding: 35px 35px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }



  
 .feature .conts_inner .box .text_group_reed {
    /* width: auto; */
    /* font-size: 26px; */
    /* line-height: 56px; */
    /* font-weight: bold; */
    /* margin-bottom: 28px; */
    /* letter-spacing: .2em; */
    /* max-width: 570px; */
    /* height: 30px; */
    margin-bottom: 1.5em;
  }

  
 .feature .conts_inner .box .text_group_reed img{
  height: 42px;
  width:auto;
 }
  
.feature .conts_inner .box:nth-of-type(2n) .text_group .text {
    width: 570px;
  }
    
    
 .feature p.text{
    width: 570px;
    }
    
   #flow_conts{
     margin-bottom:70px;
   } 
    
  .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;
    color: #e4979e;
  }
  .flow_list .gray_text {
    font-size: 100px;
    line-height: 1;
    color: #fef5f6;
    position: absolute;
    bottom: -42px;
    left: 0;
    z-index: -1;
    letter-spacing: .1em;
  }
    
    #price_conts{
        background-color: #F9D9DC;
        overflow: hidden;
        margin-bottom: 0;
        padding-bottom: 70px;
        background: url(../images/koreannose/bg.jpg);
    }    
    
  .price_wrapper {
    background: #fff;
    width: 50%;
    margin: 0 auto 50px;
    border-radius: 200vw;
    padding: 40px;
    text-align: center;
    border: 6px double #f9d9dc;
  }
  .price_wrapper .price_box {

  }
  .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 {
    background: #f9d9dc;
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
    /* font-style: italic; */
    width: 14em;
    margin: 0  auto 10px;
    padding: 0.25em;
    border-radius: 100vw;
  }
  .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: #e4979e;
    /* position: relative; */
  }
  .price_box .price_wrap .price {
    font-size: 50px;
    margin-bottom: 0.5em;
  }
  .price_box .price_wrap .price .small {
    font-size: 36px;
  }
  .price_box .price_wrap .price .taxplus {
    font-size: 22px;
    display: block;
    color: #333;
  }
  .price_box .price_wrap .price .tax {
    font-size: 13px;
    font-weight: bold;
    top: 16px;
  }
    
  .price_box .price_option{
    background: #eee;
    display: inline-block;
    border-radius: 50vw;
    padding: 0 1em;
    font-weight: bold;
    color: #333;
    font-size: 16px;
    }  
    
  .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: 60px 50px 82px;
  }
  .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;
  }
	.korean_case_lisk {
		font-size: 12px;
		line-height: 1.4;
		padding: 40px;
		background: #f7f7f7;
	}
}
/*===============================================
●画面の横幅が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/koreannose/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: 65%;
    /* padding: 5vw 0 0 0; */
    float: right;
    position: absolute;
    right: 1px;
    top: 54px;
  }
  .contsMenu {
    width: 100%;
    margin: 0;
    display: inline-block;
  }
  .contsMenu {
    /* margin-bottom: 10vw; */
    display: table;
    margin-top: -2.2vw;
    width: 100%;
  }
  .contsMenu a {
    text-align: left;
    height: 15vw;
    padding: 3%;
    float: left;
    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: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: 20px;
  }

  .title_box h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .1em;
    margin-bottom: 14px;
  }
    .title_box h2 img{
        height: 22vw;
    }
  .title_box .jp_title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .1em;
  }
  .conts_inner {
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
  }
  .conts_inner .heading {
    font-size: 18px;
    line-height: 1.8;
    /* font-weight: bold; */
    margin-bottom: 40px;
    letter-spacing: .1em;
  }
  .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: 100%;
    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;
  }
  /*=========================
▲▲共通▲▲
===========================*/
    #about_conts{
            background: url(../images/koreannose/bg.jpg);
            padding: 10vw 1vw 1vw;
    }

 .about_img{
   width: 100%;
   margin:0 auto 30px;
 } 
  
    
.about .conts_inner {
    width: 98%;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 50px;
    clear: both;
    display: block;
}    
    
    .about .conts_inner .box {
        margin-bottom: 20px;
    }    

  .about .box .text {
    width: 100%;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .recommend {
    width: 100%;
    /* background-image: url("../images/koreannose/img_recommend_bg.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    position: relative;
    padding: 8vw 0 0;
    background: #f7f7f9;
  }
    .recommend  .conts_inner{
        margin: 0 auto;
        width: 100%;
    }

.recommend .auto{
  width:100%;
}

  .recommend_img{
    margin:0;
    
  }
 .recommend_img img{
        display: block;
    }
    
  .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%;
  }
  .point {
    background: url(../images/koreannose/bg2.jpg);
    padding: 30px 0 20px;
}
  

  .point .conts_inner {
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 29px;
    clear: both;
    display: block;
}
    
    .point .conts_inner .text{
        width: 100%;
    }

     
  .point .box {
    padding: 10px;
    margin-bottom: 30px;
    /* border-bottom: 1px solid #ccc; */
    border: 6px solid #eececc;
    /* display: flex; */
    position: relative;
    box-shadow: 5px 5px 0 rgb(0 0 0 / 10%);
    justify-content: space-between;
    align-items: center;
  }

  .point h3{
    font-size:20px;
    text-align: center;
    margin-bottom: 10px;
  }
  .point h3 img{
    width:40%;
    display: block;
    margin: 0 auto 10px;
  }
    .text_link_push{
    font-weight:bold;
    color:#ee6e76;
    border-left:4px solid;
    border-bottom:2px solid;
    display:inline-block;
    padding: 0 0.25em;
    margin-bottom: 20px;
  }
    

    .text_link a{
            display: block;
            padding: 5px 40px 4px 15px;
            margin-top: 8px;
            background: #bbbbbb;
            color: #fff;
            position: relative;
            margin: 0 auto 20px;
    }
    
     .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;
}

  .detail{
       padding: 30px 0 20px;
  }

.detail .conts_inner .box{
  display:flex;
  justify-content:space-between;
  flex-direction: column;
}


.detail .conts_inner .box .img {
    width: 100%;
    overflow: hidden;
  }

 .detail .conts_inner .box .text_group {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
  }
 .detail .conts_inner .box .text_group_hy::after{
   /* content:" "; */
   /* background: url("../images/koreannose/bg_heart.png"); */
   height: 290px;
   position:absolute;
   top: 30px;
   left: 0;
   width: 180px;
   background-size: 100%;
   background-repeat: no-repeat;
   z-index: -1;
}

 .detail .conts_inner .box .text_group_botox::after{
   /* content:" "; */
   background: url("../images/koreannose/bg_heart2.png");
   height: 290px;
   position:absolute;
   right: -90px;
   width: 240px;
   background-size: 100%;
   background-repeat: no-repeat;
   z-index: -1;
   bottom: -100px;
}


  


  
  .detail .conts_inner .box .text_group h4{
    background: #e4979e;
    display: block;
    color:#fff;
    padding:0.25em 0.5em;
    font-weight:bold;
    font-size:22px;
    margin-bottom:0.5em;
    text-align: center;
  } 

  
    .case{
            padding: 10vw 1vw 1vw;
            background: #f3e1e2;
    }
    
     .case_inner{
       background:#fff;
       padding:20px;
       border-radius:20px;
       margin-bottom:30px;
     }   
  

.feature{
  padding: 10vw 1vw 1vw;
}

   .feature .text_group{
    background: #f3e1e2;
    padding: 30px 20px;
    }
    
    
    .feature p.text{
    width: 100%;
    }

    
    .feature figure.img{
    margin-top: -30px;
    
    }
    
  .flow_list {
    width: 100%;
    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;
    color: #E7979E;
  }
  .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: #fef5f6;
    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_conts{
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 70px;
    background: url(../images/koreannose/bg.jpg);
        padding: 30px 0 20px;
  }
  
    
  .price_wrapper {
    background: #fff;
    width: 90%;
    margin: 0 auto 50px;
    border-radius: 200vw;
    padding: 20px 50px;
    text-align: center;
    border: 6px double #f9d9dc;
  }
  .pric
  .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 {
    background: #f9d9dc;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
    /* font-style: italic; */
    width: 10em;
    margin: 0  auto 10px;
    padding: 0.25em;
    border-radius: 100vw;
  }

  .price_wrap .price {
    display: inline-block;
    font-size: 38px;
    line-height: 1.3;
    font-weight: bold;
    color: #e4979e;
    position: relative;
    margin: 0 0 0.5em;
  }
  .price .small {
    display: inline-block;
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    /* color: #e43c83; */
  }
  

  .price .taxplus {
    font-size: 5vw;
    display: block;
  }
  .price_box .price_wrap .price .tax {
    top: 13px;
  }
  
  .price_box .price_option{
    background: #eee;
    display: inline-block;
    border-radius: 50vw;
    padding: 0 1em;
    font-weight: bold;
    color: #333;
    font-size: 14px;
    }  

  
  .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;
  }
	.korean_case_lisk {
		font-size: 2.8vw;
		line-height: 1.2;
		padding: 4vw;
		background: #f7f7f7;
		margin-top: 10px;
	}

  
}