@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    list-style:none;
    text-decoration: none;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: fot-cezanne-pron, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 500;
    font-style: normal;
/*    max-width: 2000px;*/
    background: #fff;
    color: #777777;
    font-size: 1.8rem;
    margin: auto;
    overflow: hidden;
}

img {
    border: 0px;
    max-width: 100%;
    vertical-align: bottom;
}

/* for modern brouser */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.cf {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .cf {
  height: 1%;
}
.cf {
  display: block;
}
/**/

/*margin*/
.mgt0{margin-top: 0px!important;}
.mgt5{margin-top: 5px!important;}
.mgt10{margin-top: 10px!important;}
.mgt20{margin-top: 20px!important;}
.mgt25{margin-top: 25px!important;}
.mgt30{margin-top: 30px!important;}
.mgt35{margin-top: 35px!important;}
.mgt40{margin-top: 40px!important;}
.mgt45{margin-top: 45px!important;}
.mgt50{margin-top: 50px!important;}
.mgt55{margin-top: 55px!important;}
.mgt60{margin-top: 60px!important;}
.mgt65{margin-top: 65px!important;}

.mgb0{margin-bottom: 0px!important;}
.mgb10{margin-bottom: 10px!important;}
.mgb20{margin-bottom: 20px!important;}
.mgb30{margin-bottom: 30px!important;}
.mgb40{margin-bottom: 40px!important;}
.mgb50{margin-bottom: 50px!important;}
.mgb60{margin-bottom: 60px!important;}
.mgb70{margin-bottom: 70px!important;}


.mgl0{margin-left: 0px!important;}
.mgl10{margin-left: 10px!important;}
.mgl15{margin-left: 15px!important;}
.mgl20{margin-left: 20px!important;}
.mgl30{margin-left: 30px!important;}
.mgl40{margin-left: 40px!important;}
.mgl50{margin-left: 50px!important;}

.mgr0{margin-right: 0px!important;}
.mgr10{margin-right: 10px!important;}
.mgr15{margin-right: 15px!important;}
.mgr20{margin-right: 20px!important;}
.mgr30{margin-right: 30px!important;}
.mgr40{margin-right: 40px!important;}
.mgr50{margin-right: 50px!important;}

/* For padding */
.pdt0 { padding-top:0px !important;}
.pdt5 { padding-top:5px !important;}
.pdt10 { padding-top:10px !important;}
.pdt15 { padding-top:15px !important;}
.pdt20 { padding-top:20px !important;}
.pdt25 { padding-top:25px !important;}
.pdt30 { padding-top:30px !important;}
.pdt35 { padding-top:35px !important;}

.pdb0 { padding-bottom:0px !important;}
.pdb5 { padding-bottom:5px !important;}
.pdb10 { padding-bottom:10px !important;}
.pdb15 { padding-bottom:15px !important;}
.pdb20 { padding-bottom:20px !important;}
.pdb25 { padding-bottom:25px !important;}
.pdb30 { padding-bottom:30px !important;}

.pdl5 { padding-left:5px !important;}
.pdl10 { padding-left:10px !important;}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 850px){
    body {
        font-size: 1.4rem;
        line-height: 170%; 
    }
}

/* ---------------------------------------------------------
 common
----------------------------------------------------------*/

.c_wrap {
    max-width: 1300px;
    margin: auto;
    padding: 80px 50px;
}
.c_wrap.mini {
    max-width: 1000px;
}

.c_space {
    margin-bottom: 80px;
}
.c_space_mini {
    margin-bottom: 50px;
}
a {
  color: #777777;
  outline: none;
  text-decoration: none;
  word-break: break-all;
}

a:hover{
    filter:alpha(opacity=80);
    opacity:0.8;
}

h1,h2,h3,h4,h5,h6 {
    font-family: canto, a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 600;
    font-style: normal;
}

.font_ja_serif{
    font-family: a-otf-ryumin-pr6n,"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 300;
    font-style: normal;
}

.font_cursive{
    font-family: liana, script,"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
}

.bg_img {
    background: url(/images/bg_img.jpg)no-repeat 50%;
    background-size: cover;
}

.sec_tit {
    text-align: center;
    font-size: 4.8rem;
    color: #333;
    margin-bottom: 70px;
    line-height: 1;
}

.sec_tit span {
    display: block;
    font-family: fot-cezanne-pron, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.6rem;
    color: #848484;
    margin-top: 15px;
}

.link_txt{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.link_txt:after {
    content: '';
    display: inline-block;
    width: 8px;
    background: url(/images/ico_arrow_purple.png)no-repeat right 50%;
    background-size: contain;
    vertical-align: middle;
}

.link_list li a {
    color: #b8a4c4;
    padding: 20px;
    display: block;
    border-top: solid 1px #b8a4c4;
    border-bottom: solid 1px #b8a4c4;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.link_list li a:after {
    content: '';
    display: inline-block;
    width: 8px;
    background: url(/images/ico_arrow_purple.png)no-repeat right 50%;
    background-size: contain;
    vertical-align: middle;
}


.square_list li{
    display: flex;
    align-items: center;
    position: relative;
}
.square_list li:before{
    content: '■';
    color: #b8a4c4;
    font-size: 1rem;
    margin-right: 10px;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    position: relative;
}

.square_tit{
    display: flex;
    align-items: center;
    position: relative;
    font-weight: bold;
}
.square_tit:before{
    content: '■';
    color: #b8a4c4;
    font-size: 1rem;
    margin-right: 10px;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    position: relative;
}


.btn {
    background: #b8a4c4;
    padding: 10px 20px;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 300px;
    box-shadow: 0px 0px 10px -5px #777777;
}

.btn.border {
    background: none;
    box-shadow: none;
    border: solid 1px #b8a4c4;
    color: #b8a4c4;
    text-align: center;
}

.btn.back {
    display: block;
}

.btn.back:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 15px;
    background: url(/images/ico_arrow_purple_back.png)no-repeat left 50%;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.btn_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.btn_list li {
    width: 33%;
    font-size: 2rem;
}

.btn_list li a {
    display: block;
    background: #f1edf3;
    padding: 15px 20px;
    border: solid 1px #b8a4c4;
    color: #b8a4c4;
    position:relative;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 10px -5px #777777;
}

.btn_list li a:after {
    content: '';
    display: inline-block;
    width: 10px;
    background: url(/images/ico_arrow_purple.png)no-repeat right 50%;
    background-size: contain;
    vertical-align: middle;
}

.btn_list li.active a {
    color: #fff;
    background: #b8a4c4;
}

.btn_list li.active :after {
    background: url(/images/ico_arrow_w_under.png)no-repeat right 50%;
    background-size: contain;
    width: 18px;
}


.border_box {
    background: #fff;
    padding: 30px;
    border: solid 2px #b8a4c4;
}

.sup_txt {
    font-size: 1.4rem;
}
.small_txt {
    font-size: 1.2rem;
}
.center_txt{
    text-align: center;
}
.right_txt{
    text-align: right;
}
.read_txt {
    line-height: 2.5;
}
.color_txt {
    color: #b8a4c4;
}


.d_block {
    display: block;
}

.gray_box {
    background: #e2e2e2;
    padding: 30px;
}
.color_box{
    background: #fbf9fc;
    padding: 30px;
}


.dl_list {
    background: #fff;
    /* padding: 50px; */
    display: flex;
    flex-wrap: wrap;
}
.dl_list .block{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 50px;
    border-bottom: solid 1px #e3e2e0;
}

.dl_list .block:last-child {
    border-bottom: 0;
}
.dl_list .block > dt {
    width: 200px;
    color: #b8a4c4;
    padding-right: 10px;
    border-right: solid 1px #e3e2e0;
}

.dl_list .block > dd {
    width: calc(100% - 200px);
    padding-left: 50px;
}

.dl_list .block > dd ul li dl {
    display: flex;
}

.dl_list .block > dd ul li dl dt {
    width: 150px;
}
.dl_list .block > dd ul li dl dd {
    width: calc(100% - 150px);
}
.dl_list .block > dd > ul > li{
    position: relative;
    display: flex;
    margin-bottom: 10px;
}
.dl_list .block > dd > ul > li:before{
    content: '■';
    color: #b8a4c4;
    font-size: 1rem;
    margin-right: 10px;
    top: 8px;
    position: relative;
}

.sup_list li{
    position: relative;
    display: flex;
    margin-bottom: 10px;
    font-size: 1.6rem;
}
.sup_list li:before{
    content: '＊';
    color: #b8a4c4;
    margin-right: 10px;
}
.sup_list li:last-child {
    margin-bottom: 0;
}

.page_tit {
    background-color: #f0f0f6;
    background-image: url(/images/mv_line.png),url(/images/kirakira_01.png);
    background-repeat: no-repeat;
    background-size: 30%,300px;
    background-position: top left,top -50px right 0;
    margin-top: -50px;
    padding: 80px 20px 60px;
    text-align: center;
}

.page_tit .tit_txt{
    color: rgb(136,113,150);
    background: linear-gradient(90deg, rgba(136,113,150,1) 0%, rgba(213,196,224,1) 50%, rgba(136,113,150,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 6rem;
    letter-spacing: 0.5rem;
    font-weight: bold;
    line-height: 1;
}

.page_tit .tit_sub {
    display: block;
    font-size: 1.8rem;
    color: #cbbdce;
    font-family: fot-cezanne-pron, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.border_tit {
    font-size: 3.5rem;
    border-bottom: solid 1px #b8a4c4;
    padding: 10px;
    margin-bottom: 40px;
}
.border_tit .font_cursive {
    color: #cbbdce;
    font-size: 2.5rem;
    margin-left: 30px;
}

.color_tit_s {
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 10px;
    color: #b8a4c4;
}


.txt_img {
    margin-bottom: 50px;
}

.txt_img .txt {
    width: 52%;
}

.txt_img figure {
    width: 43%;
}

.border_left_tit {
    font-size: 2.5rem;
    color: #b8a4c4;
    border-left: solid 3px #b8a4c4;
    padding-left: 20px;
    margin-bottom: 20px;
}

.border_dot_box {
    background: #fff;
    padding: 30px;
    border: dotted 2px #b8a4c4;
}

.under_page .sp_logo {
    width: 110px;
}


.border_color_box {
    background: #f5f2f8;
    padding: 10px;
    position: relative;
}

.border_color_box .inner {
    background: #fff;
    padding: 30px;
    border: solid 2px #b8a4c4;
}

.color_tit {
    text-align: center;
    font-size: 4rem;
    color: #ac8dbd;
    margin-bottom: 40px;
    line-height: 1;
}
.color_tit span {
    display: block;
    margin-top: 15px;
    font-size: 1.8rem;
    color: #333;
}


/*table*/
.basic_table table{
  border-left: solid 2px #e4e4e4;
}
.basic_table thead {
  background: #e0dde2;
}

.basic_table td {
  padding: 10px 20px;
  border-right: solid 2px #e4e4e4;
  border-bottom: solid 2px #e4e4e4;
  font-size: 1.6rem;
}


.basic_table th {
    padding: 20px;
    border-right: solid 2px #d7d7d7;
    /* border-bottom: solid 2px #cfcfcf; */
    font-weight: bold;
}

.table_wrap .scroll_txt {
    display: none;
}



@media (max-width: 850px){
    .c_wrap {
        padding: 50px 20px;
    }
    .sec_tit {
        font-size: 4rem;
        margin-bottom: 50px;
    }

    .sec_tit span {
        margin-top: 10px;
    }

    .page_tit {
        margin: 0;
        padding: 40px 20px;
        background-size: 35%,30%;
        background-position: top left,top -50px right -30px;
    }

    .page_tit .tit_txt {
        font-size: 4rem;
    }

    .btn {
        padding: 20px;
    }

    .dl_list .block > dt {
        width: 100%;
        border: 0;
        margin-bottom: 10px;
    }

    .dl_list .block > dd {
        padding: 0;
        width: 100%;
    }

    .dl_list .block {
        padding: 20px;
    }
    .dl_list .block > dd > ul > li:before {
        top: 0;
    }

    .border_tit {
        font-size: 3rem;
        margin-bottom: 30px;
    }

    .border_tit .font_cursive {
        font-size: 2rem;
    }

    .txt_img .txt {
        width: 100%;
        margin: auto auto 30px;
    }

    .txt_img figure {
        width: 60%;
        margin: auto;
    }

    .border_left_tit {
        font-size: 2rem;
        padding-left: 15px;
        border-left: solid 2px #b8a4c4;
    }

    .btn_list {
        margin-bottom: 30px;
    }
    .btn_list li {
        font-size: 1.6rem;
    }
    .btn_list li.active :after {
        width: 12px;
    }
    .btn_list li a:after {
        width: 7px;
    }
    .color_tit {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .color_tit span {
        font-size: 1.4rem;
    }
    .color_tit_s {
        font-weight: bold;
        font-size: 1.8rem;
    }


    .btn.back:before {
        width: 7px;
        height: -webkit-fill-available;
    }

}


@media (max-width: 500px){

    .table_wrap {
        overflow-x: auto;
        white-space: nowrap;
    }
    .table_wrap .scroll_txt {
        display: block;
        font-size: 1rem;
    }

    .basic_table td {
      font-size: 1.2rem;
    }
}

@media (max-width: 480px){
    .c_space {
        margin-bottom: 40px;
    }
    .btn {
        margin: auto;
    }
    .gray_box {
        padding: 15px;
    }
    .color_box {
        padding: 15px;
    }
    .dl_list .block > dd ul li dl dt {
        width: 100px;
    }
    .dl_list .block > dd ul li dl dd {
        width: calc(100% - 100px);
    }

    .page_tit {
        background-size: 45%,40%;
        background-position: top left,top -50px right -30px;
    }

    .border_tit {
        font-size: 2.4rem;
    }

    .border_tit .font_cursive {
        font-size: 1.6rem;
    }

    #gold-needle .border_tit .font_cursive {
        margin-left: 10px;
    }
    #gold-needle .border_tit {
        font-size: 2rem;
    }
    #gold-needle .border_tit {
        font-size: 2rem;
    }
    .txt_img figure {
        width: 80%;
    }

    .border_dot_box {
        padding: 20px;
    }

    .btn_list li {
        width: 100%;
        margin-bottom: 15px;
    }

    .small_txt {
        font-size: 1.0rem;
    }



}


/* ---------------------------------------------------------
 header
----------------------------------------------------------*/

#header .head_txt {
    background: #85779b;
    color: #fff;
    font-size: 1.2rem;
    text-align: right;
    padding: 8px 20px;
    line-height: 1.2;
}
nav ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 1000px;
    margin: auto;
    width: 100%;
}

nav ul li {
    padding: 0 20px;
    text-align: center;
    width: 20%;
    font-family: canto, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.3rem;
    line-height: 1;
    margin-top: 50px;
}
nav ul li.logo {
    width: 180px;
    padding: 0;
    margin-top: 10px;
}
nav ul li:first-child {
    border-right: solid 1px #e6e6e6;
}
nav ul li:last-child {
    border-left: solid 1px #e6e6e6;
}
nav ul li span {
    display: block;
    font-family: fot-cezanne-pron, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    color: #848484;
    font-size: 1.2rem;
    margin-top: 5px;
}

/*途中から小さく固定*/

#header nav {
    background: #fff;
}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header nav.HeightMin{
    position: fixed;
    z-index: 999;/*最前面へ*/
    height: 100px;
    animation: DownAnime 0.5s forwards;
    width: 100%;
    top: 0;
    box-shadow: 0px 0px 10px -5px #777777;
}

@keyframes DownAnime{
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#header nav.HeightMin li.logo {
    width: 120px;
    margin-top: 10px;
}

#header nav.HeightMin li {
    margin-top: 30px;
}



.sp_logo {
    display: none;
}



@media (max-width: 850px){

    .sp_logo {
        display: block;
        width: 140px;
        padding: 10px;
        position: absolute;
        top: 40px;
    }
    .sp_head {
        display: flex;
        background: #85779b;
        min-height: 70px;
    }
    #header nav.HeightMin {
        box-shadow: none;
        pointer-events: none;
    }
    #header nav.HeightMin.panelactive {
        pointer-events: auto;
    }
    #header nav {
        background: none;
    }

    #header .head_txt {
        text-align: left;
        margin-right: 50px;
        padding: 10px 20px;
        font-size: 1rem;
    }
    nav ul li {
        width: 100%;
        order: 2;
    }
    nav ul li:first-child {
        margin-top: 0!important;
    }

    nav ul li.logo {
        margin: 0 auto 30px;
        order: 1;
        width: 180px!important;
    }


    /*========= ナビゲーションのためのCSS ===============*/

    /*アクティブになったエリア*/
    #g-nav.panelactive{
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position:fixed;
        z-index: 999;
        top: 0;
        width:100%;
        height: 100vh!important;
    }

    /*丸の拡大*/
    .circle-bg{
        position: fixed;
        z-index:3;
        /*丸の形*/
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #f0f0f6;
        /*丸のスタート位置と形状*/
        transform: scale(0);/*scaleをはじめは0に*/
        right:-50px;
        top:-50px;
        transition: all .6s;/*0.6秒かけてアニメーション*/
    }

    .circle-bg.circleactive{
        transform: scale(50);/*クラスが付与されたらscaleを拡大*/
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav-list{
        display: none;/*はじめは表示なし*/
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999; 
        width: 100%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #g-nav.panelactive #g-nav-list{
         display: block; /*クラスが付与されたら出現*/
    }

    /*ナビゲーション*/
    #g-nav ul {
        opacity: 0;/*はじめは透過0*/
        /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
        position: absolute;
        z-index: 999;
        /* top:50%; */
        left:50%;
        transform: translate(-50%,50px);
    }

    /*背景が出現後にナビゲーションを表示*/
    #g-nav.panelactive ul {
        opacity:1;
        width: 100%;
        flex-wrap: wrap;
    }

    /* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
    #g-nav.panelactive ul li{
    animation-name:gnaviAnime;
    animation-duration:1s;
    animation-delay:.2s;/*0.2 秒遅らせて出現*/
    animation-fill-mode:forwards;
    opacity:0;
    }
    @keyframes gnaviAnime{
    0% {
    opacity: 0;
    }
    100% {
    opacity: 1;
    }
    }




    /*リストのレイアウト設定*/
    #g-nav li{
        text-align: center; 
        list-style: none;
        border: none;
    }

    #g-nav li a{
        color: #333;
        text-decoration: none;
        padding:10px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
    }


    /*========= ボタンのためのCSS ===============*/
    .openbtn{
        position:fixed;
        top:10px;
        right: 10px;
        z-index: 9999;/*ボタンを最前面に*/
        cursor: pointer;
        width: 50px;
        height:50px;
        background: #fff;
        box-shadow: 0px 0px 10px -5px #777777;
    }

    /*×に変化*/    
    .openbtn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #666;
        width: 45%;
      }

    .openbtn span:nth-of-type(1) {
        top:15px;   
    }

    .openbtn span:nth-of-type(2) {
        top:23px;
    }

    .openbtn span:nth-of-type(3) {
        top:31px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

}




@media (max-width: 480px){

    nav ul li.logo {
        width: 150px!important;
        margin: 0 0 12px;
    }

}


/* ---------------------------------------------------------
 mainv
----------------------------------------------------------*/

#mainv {
    background: url(/images/mv_line.png) no-repeat top left,linear-gradient(90deg, #f0f0f6 0%, #f0f0f6 60%, #fff 60%, #fff 100%);
    background-size: 30%,100%;
    margin-top: -50px;
}

#mainv ul.mv_slider li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#mainv ul.mv_slider li .txt {
    width: 40%;
}
#mainv ul.mv_slider li .txt span {
    font-size: 1rem;
}
#mainv ul.mv_slider li figure {
    width: 55%;
}

#mainv ul.mv_slider li .txt h2 {
    margin-bottom: 50px;
}
#mainv ul.mv_slider li.mv_slider_02 .txt h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

#mainv ul.mv_slider .slick-dots li {
    display: inline-block;
}

#mainv ul.mv_slider .slick-dots {
    text-align: left;
}

#mainv ul.mv_slider .slick-dots li button:before {
    color:#a4a4a4;
    opacity: 1;
}
#mainv ul.mv_slider .slick-dots li.slick-active button:before {
    color:#b792d0;
}

.slick-dots li button:before{
    font-size: 1.2rem!important;
}

@media (max-width: 850px){
    #mainv {
        margin-top: 40px;
        background-size: 50%,100%;
    }
}

@media (max-width: 600px){

    #mainv ul.mv_slider li {
        flex-wrap: wrap;
    }

    #mainv ul.mv_slider li .txt {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    #mainv ul.mv_slider li .txt h2 {
        width: 80%;
        max-width: 300px;
        margin: auto auto 30px;
    }

    #mainv ul.mv_slider li figure {
        width: 80%;
        margin: auto;
    }
    #mainv ul.mv_slider .slick-dots {
        bottom: -50px;
    }
}

/* ---------------------------------------------------------
 news
----------------------------------------------------------*/
#news {
    max-width: 1300px;
    padding: 0 50px;
    margin: auto;
    padding-top: 150px;
    margin-top: -150px;
    background: url(/images/kirakira_01.png)no-repeat top right;
    background-size: 25%;
}
#news .c_wrap{
    border: solid 1px #b8a4c4;
    max-width: 1200px;
    margin: 50px auto 0;
    padding: 15px 50px;
    display: flex;
    align-items: center;
    background: #fff;
}

#news h3 {
    color: #b8a4c4;
    font-size: 3rem;
    padding-right: 40px;
    margin-right: 40px;
    border-right: solid 1px #c2c2c2;
    font-weight: 300;
}

#news dl {
    display: flex;
    align-items: center;
}

#news dl dd {
    font-family: canto, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.8rem;
    margin-right: 30px;
}

#news a.all_link {
    margin-left: auto;
    color: #b8a4c4;
    font-family: canto, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 2rem;
    border-bottom: solid 1px #b8a4c4;
    line-height: 1;
}

@media (max-width: 850px){
    #news .c_wrap {
        display: block;
        padding: 20px;
        position: relative;
    }

    #news {
        padding: 0 20px;
        padding-top: 120px;
        background-size: 45%;
        background-position: top 0 right -20px;
    }

    #news h3 {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 2.2rem;
        margin-bottom: 10px;
    }

    #news a.all_link {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 1.4rem;
    }
}

@media (max-width: 480px){
    #news dl {
        align-items: flex-start;
        line-height: 120%;
        display: block;
    }
    #news dl dd {
        margin-right: 0;
        margin-bottom: 8px;
    }
}

/* ---------------------------------------------------------
 about
----------------------------------------------------------*/

#about .txt {
    width: 44%;
}

#about .txt h3 {
    margin-bottom: 50px;
}

#about .txt p {
    margin-bottom: 50px;
    line-height: 2.5;
}
#about figure {
    width: 50%;
}

@media (max-width: 850px){
    #about .txt {
        width: 100%;
    }

    #about .txt h3 {
        max-width: 400px;
        margin: auto auto 30px;
    }

    #about .txt p {
        margin-bottom: 20px;
    }

    #about figure {
        width: 100%;
        max-width: 400px;
        margin: 50px auto 0;
    }
}


/* ---------------------------------------------------------
 menu
----------------------------------------------------------*/

#menu .menu_list li {
    display: flex;
    align-items: end;
}

#menu .menu_list li {
  padding: 10% 0 30px;
}

#menu .menu_list li.menu_01 {
  background-image: url(/images/menu_txt_01.png),
                    url(/images/menu_img_01.png);
  background-size: 26%,
                   55%;
  background-repeat: no-repeat,
                     no-repeat;
  background-position: bottom right,
                       right 50px bottom 0;
}
#menu .menu_list li.menu_02 {
  background-image: url(/images/menu_txt_02.png),
                    url(/images/menu_img_02.png);
  background-size: 26%,
                   55%;
  background-repeat: no-repeat,
                     no-repeat;
  background-position: bottom left,
                       left 50px bottom 0;
}

#menu .menu_list li .txt {
    background: #fff;
    box-shadow: 0px 0px 10px -5px #777777;
    width: 50%;
}
#menu .menu_list li.menu_02 .txt {
    margin-left: auto;
}

#menu .menu_list li .txt a{
    display: block;
    padding: 50px;
}
#menu .menu_list li .txt h3 {
    font-size: 3.3rem;
    margin-bottom: 20px;
}

@media (max-width: 850px){
    #menu .menu_list li .txt {
        width: 80%;
    }

    #menu .menu_list li {
        padding: 10% 0 20%;
    }

    #menu .menu_list li .txt a {
        padding: 30px;
    }

    #menu .menu_list li .txt h3 {
        font-size: 2.8rem;
    }
}


@media (max-width: 480px){

    #menu .menu_list li .txt h3 {
        font-size: 2.4rem;
        justify-content: flex-start;
        margin-bottom: 15px;
    }

    #menu .menu_list li .txt h3::after {
        margin-left: 20px;
    }

    #menu .menu_list li .txt a {
        padding: 20px;
    }

    #menu .menu_list li .txt {
        width: 90%;
    }

    #menu .menu_list li {
        padding: 10% 0 50%;
        background-size: 50%, 80%!important;
    }

    #menu .menu_list li.menu_01 {
        background-position: bottom right, right 10px bottom 0;
    }

    #menu .menu_list li.menu_02 {
        background-position: bottom left, left 10px bottom 0;
    }

    #menu .menu_list li .txt p {
        line-height: initial;
    }
}


/* ---------------------------------------------------------
 access
----------------------------------------------------------*/

#access {
    background: #f0f0f6 url(/images/kirakira_02.png)no-repeat; 
    background-size: 300px;
    background-position: 20px 0;
}

#access .address figure {
    width: 50%;
}

#access .address .txt {
    width: 45%;
}

#access .address {
    align-items: center;
    margin-bottom: 50px;
}

#access .address .txt p {
    margin-bottom: 20px;
}

#access .address .txt .btn:after {
    content: '';
    display: inline-block;
    width: 14px;
    background: url(/images/ico_map.png)no-repeat right 50%;
    background-size: contain;
    vertical-align: middle;
}

@media (max-width: 850px){
    #access {
        background-size: 30%;
    }
}

@media (max-width: 480px){

    #access .address figure {
        width: 100%;
    }

    #access .address .txt {
        width: 100%;
        margin-top: 20px;
    }

}


/* ---------------------------------------------------------
 reserve
----------------------------------------------------------*/

#reserve .border_box {
    text-align: center;
    margin-bottom: 40px;
}

#reserve .border_box a {
    max-width: 200px;
    display: inline-block;
    margin-bottom: 10px;
}


#reserve .tel_reserve dl {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-bottom: 10px;
}

#reserve .tel_reserve dl dt {
    padding-right: 30px;
    margin-right: 30px;
    border-right: solid 1px #b8a4c4;
    font-size: 2rem;
}

#reserve .tel_reserve dl dd {
    font-family: canto, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4rem;
}


#reserve .tel_reserve .sup_txt {
    text-align: center;
}

#reserve .tel_reserve {
    margin-bottom: 40px;
}

#reserve .med_time {
    text-align: center;
    max-width: 700px;
    margin: auto;
}

#reserve .med_time h3 {
    color: #fff;
    background: #b8a4c4;
    padding: 5px;
    font-size: 2.5rem;
}

#reserve .med_time table {
    background: #fff;
    margin-bottom: 20px;
}

#reserve .med_time table tr:first-child {
    border-bottom: solid 1px #e3e2e0;
}

#reserve .med_time table tr th:first-child,#reserve .med_time table tr td:first-child {
    text-align: center;
    width: 25%;
    border: 0;
}
#reserve .med_time table tr td span{
    display:block;
    font-size:1.4rem;
    line-height: 1;
}
#reserve .med_time table tr th,#reserve .med_time table tr td {
    border-left: solid 1px #e3e2e0;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
}
#reserve .med_time table tr th{
    color: #b8a4c4;
}
#reserve .med_time .sup_txt {
    text-align: left;
}

#reserve .med_time .gray_box {
    margin-top: 30px;
    line-height: 1.5;
    font-size: 1.6rem;
}

@media (max-width: 600px){
    #reserve .tel_reserve dl {
        flex-wrap: wrap;
    }

    #reserve .tel_reserve dl dt {
        display: inline-block;
        border: 0;
        border-bottom: solid 1px #b8a4c4;
        text-align: center;
        padding: 0 0 5px;
        margin: 0 0 10px;
    }

    #reserve .tel_reserve dl dd {
        font-size: 3rem;
        width: 100%;
        text-align: center;
    }

    #reserve .border_box {
        margin-bottom: 30px;
        padding: 10px 10px 20px;
    }
    #reserve .border_box a {
        margin-bottom: 0;
    }

    #reserve .tel_reserve .sup_txt {
        text-align: left;
    }

    #reserve .med_time table tr th:first-child, #reserve .med_time table tr td:first-child {
        padding: 5px;
        line-height: 1.2;
        font-size: 1.3rem;
    }

    #reserve .med_time table tr td span {
        font-size: 1.1rem;
        margin-top: 5px;
    }

    #reserve .tel_reserve {
        margin-bottom: 30px;
    }

    #reserve .med_time table {
        margin-bottom: 10px;
    }

    #reserve .med_time .gray_box {
        font-size: 1.4rem;
        margin-top: 20px;
    }
}


/* ---------------------------------------------------------
 official_sns
----------------------------------------------------------*/

#official_sns .c_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#official_sns h3 {
    font-size: 4rem;
    color: #333333;
    width: 250px;
    text-align: right;
    margin-right: 50px;
}

#official_sns h3 img {
    display: block;
    max-width: 150px;
    margin-bottom: -10px;
}

#official_sns .ico_list {
    display: flex;
}

#official_sns .ico_list li {
    max-width: 90px;
}

@media (max-width: 480px){
    #official_sns .c_wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #official_sns h3 {
        font-size: 2.8rem;
        width: 200px;
    }

    #official_sns h3 img {
        max-width: 100px;
    }

    #official_sns .ico_list li {
        max-width: 70px;
    }
}

/* ---------------------------------------------------------
 footer
----------------------------------------------------------*/
footer {
    background: #85779b url(/images/footer_line.png)no-repeat bottom right;
    background-size: 30%;
    color: #fff;
    font-size: 1.4rem;
}

footer a {
    color: #fff;
}

footer .flex .logo {
    max-width: 180px;
}

footer .c_wrap {/* padding: 50px 50px 20px; */}

footer .flex .txt {
    width: calc(100% - 220px);
}
footer nav ul {
    justify-content: flex-start;
    margin-top: 20px;
    max-width: none;
}

footer nav ul span {
    color: #fff;
}

footer nav ul li {
    width: 18%;
    border-right: solid 1px #b2a4c6;
    margin-top: 0;
}
footer nav ul li:first-child {
    border-right: solid 1px #b2a4c6;
    border-left: solid 1px #b2a4c6;
}
footer nav ul li:last-child {
    border: 0;
    border-right: solid 1px #b2a4c6;
}

footer .copy {
    text-align: center;
    margin-top: 50px;
}

@media (max-width: 850px){
    footer .flex .txt {
        width: 100%;
    }

    footer .flex .logo {
        margin: auto auto 20px;
        max-width: 120px;
    }

    footer nav ul {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    footer nav ul li {
        width: 25%;
    }
}

@media (max-width: 480px){
    footer {
        font-size: 1.2rem;
    }

    footer .c_wrap {
        padding: 20px;
    }

    footer nav ul li {
        width: 50%;
        margin-top: 20px;
    }
    footer nav ul li:nth-child(2) {
        /* border: 0; */
        margin-top: 0;
    }
    footer nav ul li:nth-child(3) {
        border-left: solid 1px #b2a4c6;
    }
}


/* ---------------------------------------------------------
 staff
----------------------------------------------------------*/
#staff .dl_list {
    background: #fbf9fc;
}

#staff .origin {
    margin-top: 50px;
}


/* ---------------------------------------------------------
 menu
----------------------------------------------------------*/
#campaign .ribbon {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
}
#campaign .campaign_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#campaign .campaign_list li {
    width: 50%;
    padding: 20px;
    border-right: dashed 2px #b8a4c4;
    text-align: center;
}
#campaign .campaign_list li:last-child {
    border-right: 0;
}
#campaign .campaign_list li img {
    max-height: 140px;
}

/*table*/


.menu_table .table_wrap {
    margin-bottom: 40px;
    font-family: canto, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 2.4rem;
}

.menu_table thead {
    background: #e0dde2;
}

.menu_table th {
    text-align: center;
    padding: 15px 10px;
    line-height: 1;
    font-size: 3rem;
    font-weight: bold;
    color: #594169;
    width: calc((100% - 200px) / 3);
}
.menu_table th:first-child,.menu_table td:first-child {
    width: 200px;
}
.menu_table td {
    text-align: center;
    padding: 20px 5px;
    line-height: 1;
}
.menu_table th:first-child,.menu_table td:first-child {
    text-align: left;
    padding: 20px!important;
}

.menu_table tr.first td {padding: 20px 5px 5px;}
.menu_table thead h4 span {
    font-size: 1.4rem;
}

.menu_table th h4 {
    font-size: 2.2rem;
}

.menu_table th span {
    font-size: 1.6rem;
    margin-left: 2px;
}

.menu_table th .off {
    background: #887196;
    color: #fff;
    font-size: 2rem;
    padding: 2px 0;
    max-width: 120px;
    margin: auto;
}
.menu_table td.unisex {
    color: #b7b7b8;
}

.menu_table td.woman {
    color: #caa2ca;
}

.menu_table td.man {
    text-align: center;
    color: #a2a9ca;
    padding-left: 5px;
    width: auto;
}
.menu_table th .off .inner {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 3px 0 0;
}

.menu_table tr.first, .menu_table tr.only {
    border-top: solid 1px #e4e4e4;
}
.menu_table tr.end td {
    padding: 5px 5px 20px;
}

.relaxation_menu h5 {
    font-size: 3rem;
}

.relaxation_menu h5 span {
    font-size: 2rem;
    margin-left: 4px;
}

#campaign .price_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}

#campaign .price_list li {
  width: 20%;
  margin: 0 1%;
}

#gold-needle #campaign .color_tit {
  margin-bottom: 20px;
}

@media (max-width: 850px){

    #campaign .ribbon {
        width: 45%;
    }

    #campaign .campaign_list li:first-child {
        padding-right: 3%;
        margin-right: 3%;
    }

    #campaign .campaign_list li {
        width: 48.5%;
        padding: 0;
    }

    /*table*/

    .menu_table .table_wrap {
        font-size: 1.8rem;
    }

    .menu_table th h4 {
        font-size: 1.6rem;
    }

    .menu_table th {
        font-size: 2rem;
    }

    .menu_table th span {
        font-size: 1.2rem;
    }

    .menu_table th .off {
        font-size: 1.4rem;
    }

    .sup_list li {
        font-size: 1.4rem;
    }

    .relaxation_menu h5,.menu_table.relaxation_menu tr.first td {
        font-size: 2.2rem;
    }

    .relaxation_menu h5 span {
        font-size: 1.5rem;
    }

    #campaign .price_list li {
      width: 31%;
    }
}

@media (max-width: 500px){

    #campaign .ribbon {
        width: 60%;
    }

    #campaign .inner {
        padding: 30px 20px 20px;
    }

    #campaign .campaign_list li {
        width: 100%;
        margin-bottom: 10px;
        border: none;
    }

    #campaign .campaign_list li:first-child {
        padding-right: 0;
        margin-right: auto;
        width: 88%;
    }

    /*table*/
    .menu_table thead h4 span {
        display: block;
        margin: 10px 0 0;
    }

    .sup_list li {
        font-size: 1.2rem;
    }


}


/* ---------------------------------------------------------
 news
----------------------------------------------------------*/
#news_list dl .block {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e4e4e4;
}

#news_list dl .block dd {
    width: 150px;
    font-size: 2.2rem;
    font-family: canto, a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    color: #cbbdce;
}

#news_list dl .block dt {
    width: calc(100% - 170px);
    position: relative;
    display: flex;
    justify-content: space-between;
}

#news_list dl .block dt:after {
    content: '';
    display: inline-block;
    width: 10px;
    background: url(/images/ico_arrow_purple.png)no-repeat right 50%;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
}

#news_list dl .block dt a {
    width: calc(100% - 30px);
}

/*詳細*/
#news_page .news_tit {
    font-family: canto, a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    border-bottom: solid 1px #cbbdce;
    padding: 0 20px 20px;
    margin-bottom: 30px;
}

#news_page .c_wrap {
    max-width: 1000px;
    padding-top: 50px;
}

#news_page .news_tit dd {
    color: #cbbdce;
    font-size: 2.2rem;
    margin-bottom: 10px;
}

#news_page .btn.border.back {
    margin: 50px auto 0;
}

@media (max-width: 850px){
    #news_list dl .block dt {
        width: calc(100% - 120px);
    }
    #news_list dl .block dd {
        width: 100px;
        font-size: 1.8rem;
    }
}

@media (max-width: 480px){

    #news_list dl .block dd {
        width: 100%;
        font-size: inherit;
    }
    #news_list dl .block dt {
        width: 100%;
    }

    #news_list dl .block dt:after {
        width: 6px;
    }

    #news_list dl .block dt a {
        width: calc(100% - 20px);
    }

    /*詳細*/
    #news_page .news_tit dd {
        font-size: inherit;
    }

    #news_page .news_tit {
        padding: 0 0 20px;
    }

}



#gold-needle .small_txt {
    line-height: 1.4;
    margin-top: 10px;
}


@media (max-width: 480px){
    #gold-needle .right_txt {
        text-align: left;
        line-height: 1.2;
    }
}