@charset "utf-8";

/* ==========================
  #common

  #font
  #layout
  .mv_area
  #navigation
  #main
  #footer
============================= */


/*------------------------------
  common
--------------------------------*/

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
}

.center {
    text-align: center;
}

.block {
    display: block;
}

.inline_block {
    display: inline-block;
    white-space: nowrap;
}

.nowrap {
    white-space: nowrap;
}


/* font */

.pink {
    color: #d53b67;
}

.fs17 {
    font-size: 1.7rem;
}

.fs20 {
    font-size: 2.0rem;
}

.fs28 {
    font-size: 2.8rem;
}

.fs30 {
    font-size: 3.0rem;
}

.fs38 {
    font-size: 3.8rem;
}


/* flexbox */

.flex {
    display: flex;
}

.col2,
.col3,
.col4 {
    display: flex;
}

.column {
    flex-direction: column;
}

.flex_wrap {
    flex-wrap: wrap;
}

.between {
    justify-content: space-between;
}
.payment-wrap .between {
    justify-content: center;
    gap: 2%;
}

.justify_center {
    justify-content: center;
}

.align_center {
    align-items: center;
}

.align_end {
    align-items: flex-end;
}


/* table scroll */

.scroll {
    overflow: auto;
}

.scroll::-webkit-scrollbar {
    height: 5px;
}

.scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}


/* width */

.w1-3 {
    width: calc(100%/3);
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w70 {
    width: 70%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}


/* margin */

.mt25 {
    margin-top: 25px !important;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mt55 {
    margin-top: 55px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.mt120 {
    margin-top: 120px!important;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr50 {
    margin-right: 50px;
}

.ml10 {
    margin-left: 10px;
}

.ml45 {
    margin-left: 45px;
}

.ml50 {
    margin-left: 50px;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}


/* padding */
.pt50 {
    padding-top: 50px;
}

.pt70 {
    padding-top: 70px;
}

.pt80 {
    padding-top: 80px;
}

.pt90 {
    padding-top: 90px;
}

.pr10 {
    padding-right: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb70 {
    padding-bottom: 70px;
}


/* dl */

dl {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    border-top: none;
}

dt {
    background: #ddd;
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
}

dd {
    padding: 10px;
    margin: 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 70%;
    background: #ffffff;
    box-sizing: border-box;
}

@media screen and (max-width: 560px) {
    dl {
        flex-flow: column nowrap;
    }
    dt,
    dd {
        width: 100%;
    }
    dd {
        border-left: none;
    }
    nav.nav {
        top: -6px!important;
    }
}


/* ---------------------------
  tablet 780px未満
------------------------------ */

@media screen and (max-width: 780px) {
    .pt50 {
        padding-top: 0;
    }
    .pt80 {
        padding-top: 30px;
    }
    .col2 {
        flex-direction: column;
    }
	.w50 {
		width: 100%;
	}
}


/* ---------------------------
  mobile 560px未満
------------------------------ */

@media screen and (max-width: 559px) {
    .w1-3,
    .w20,
    .w25,
    .w30,
    .w40,
    .w50,
    .w55,
    .w60,
    .w70,
    .w80,
    .w90 {
        width: 100%;
    }
    .col3,
    .col4 {
        flex-direction: column;
        align-items: center;
    }
}


/*------------------------------
  font
--------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
html,
body#lp-hifu {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif !important;
    font-feature-settings: "pkna" 1;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic", 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif !important;
    font-weight: 700;
}

a {
    text-decoration: none;
    transition: all 1s ease;
}

a.opa:hover {
    text-decoration: none;
    opacity: 0.7;
}


/*p:not(:last-child){
  margin-bottom : 1.6em;
}*/

.serif {
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif !important;
}

h2,
h3 {
    font-size: 4.8rem;
    /* font-weight : 500; */
}

h3 {
    color: #7f5d0e;
}

h2.position-img {
    margin-top: 20px;
    font-size: 0rem;
}


/* 紫のタイトル */

h2.h2_title,
h2.h2_title02,
h2.h2_title03,
h2.h2_title04,
h3 {
    text-align: center;
    /*color : #ffffff;*/
    padding: 7px 0;
}

h2.h2_title02 {
    background: #99774A;
    color: #FFF;
    font-weight: normal;
}

h2.h2_title03 {
    font-size: 4.0rem;
    text-align: left;
}

h2.h2_title04 {
    background: #F9F2E0;
}


/* h3 { font-weight : 500; } */

.bg_blown {
    background-color: #C49E39;
    color: #FFF;
}

.pink {
    color: #d53b67;
}

.underline_p {
    background: url('../imgs/datumo/img-underline.png') repeat-x;
    background-position: left 95%;
}

.underline_p2 {
    background: url('../imgs/datumo/img-underline2.png') repeat-x;
    background-position: left 90%;
}

.underline_p3 {
    background: url('../imgs/datumo/img-underline3.png') repeat-x;
    background-position: left 90%;
}


/*------------------------------
  layout
--------------------------------*/

.content-box {
    max-width: 1000px;
    margin: 0 auto;
    /* border : 1px solid #f00; */
}

.content-box2 {
    padding: 0 calc(50% - 500px);
}

.content-box3 {
    max-width: 1200px;
    margin: 0 auto;
}

.w945 {
    max-width: 94.5%;
    margin: 0 auto;
}

.w980 {
    max-width: 98%;
    margin: 0 auto;
}


/*------------------------------
.mv_area
--------------------------------*/
.mv_area {
    padding: 30px 0 50px 0;
    background-image: url('../imgs/datumo/main_annai.png'), url('../imgs/datumo/main_biju.png');
    background-color: #c7c4bd;
    background-repeat: no-repeat, no-repeat;
    background-position: calc(80% + 30px) top, calc(50% + 30px) top;
    background-size: auto auto,auto 100%;
}

.mv_area h1 {
    text-align: left;
}

.catch01 {
    margin: 20px 0;
}

img.wapper4 {
    margin-bottom: 20px;
}

figure p {
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
}


/*------------------------------
  navigation
--------------------------------*/

.navToggle {
    display: none;
}

nav.main-nav {
    background: #513A2A;
    padding-bottom: 0;
    border-top: 3px solid #FBD551;
}

nav.main-nav ul {
    max-width: 1000px;
    display: flex;
    color: #ffffff;
    margin: 0 auto;
    padding: 14px 0 10px;
}

nav.main-nav ul li {
    border-left: 1px solid #ffffff;
    /*padding : 2px 14px;*/
    margin-right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

nav.main-nav ul li:first-child {
    flex: 2;
}

nav.main-nav ul li:nth-child(2) {
    flex: 1.6;
}

nav.main-nav ul li:nth-child(3) {
    flex: 2.2;
}

nav.main-nav ul li:nth-child(4) {
    flex: 1.6;
}

nav.main-nav ul li:nth-child(5) {
    flex: 2.0;
}

nav.main-nav ul li:nth-child(6) {
    flex: 1.6;
}

nav.main-nav ul li:nth-child(7) {
    flex: 1.6;
}

nav.main-nav ul li:hover {
    border-bottom: none;
}

nav.main-nav ul li a {
    color: #ffffff;
    font-size:2rem;
}

nav.main-nav ul li:last-child {
    border-right: 1px solid #ffffff;
}

nav.main-nav ul a {
    text-decoration: none;
}

nav.main-nav ul a:hover {}


/*------------------------------
  main
--------------------------------*/


/* #osusume */

#osusume {
    background: #FEF3F9;
    background-image: url('../imgs/datumo//bg-recommended.png');
    background-repeat: no-repeat;
    background-position: right calc(50% - 250px) bottom 125px;
}

#osusume h2 {
    margin-top: 15px;
    color: #ff80b8;
}

#osusume div.col2 {
    align-items: center;
}

#osusume ul {
    width: 580px;
    background: #ffffff;
    font-size: 2.2rem;
    padding: 25px 50px;
    margin: 0 0 0 0px;
    box-shadow: 4px 4px 0px 0px #cccccc;
}

#osusume ul li {
    line-height: 3rem;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}


/*#osusume ul li:last-child { border-bottom : none; }*/

#osusume li::before {
    content: '●';
    color: #FF679A;
}

@media screen and (max-width: 768px) {
    #osusume ul {
        width: 100%;
        padding: 10px 10px;
    }
}

@media screen and (max-width: 360px) {
    #osusume h2 {
        font-size: 2.4rem;
    }
}


/* point */

#point h2 {
    margin-top: 20px;
}

.point_list,
.point_list02 {
    color: #d53b67;
    /*margin : 0 10px;*/
    position: relative;
}

.point_list li,
.point_list02 li {
    /*height : 85px;
  line-height : 35px;*/
    background: url('../imgs/datumo//line01.png') repeat-x bottom;
    padding: 0 20px;
}

.point_list li span,
.point_list02 li span {
    display: block;
    color: #333;
    margin-bottom: 1.5em;
    font-size: 18px;
    padding-bottom: 10px;
}

.point_list li img,
.point_list02 li img {
    margin: 0 20px 0 5px;
}

.point_list li img {
    vertical-align: text-bottom;
}

.point_list02 li img {
    vertical-align: top;
    margin-top: 1.0em;
}

.point_list li p,
.point_list02 li p {
    display: inline-block;
    font-size: 36px;
}

.point_list li p {
    margin-bottom: 0.5em;
}

.point_list02 li p {
    margin: 0.5em 0;
}

@media screen and (max-width: 768px) {
    .point_list,
    .point_list02 {
        margin: 0px;
    }
    .point_list li,
    .point_list02 li {
        padding: 0px;
    }
    .point_list li p {
        font-size: 25px;
    }
    .point_list02 li p {
        font-size: 20px;
    }
}


/* ------- 医療脱毛 ------- */

#datumo h3 {
    font-size: 3.0rem;
    padding: 15px 0;
}

#datumo h3 span {
    font-size: 6rem;
}

#datumo .merit-wrap {
    background-color: #F7F7F7;
    padding: 10px 20px 40px 20px;
}

#datumo .merit-wrap .col3 figure {
    width: 30%;
}

#datumo .merit-wrap-img {
    text-align: center;
    padding: 0px 20px 40px 20px;
}

#datumo .merit-wrap .erab-img {
    text-align: center;
    padding: 40px 20px 40px 20px;
}

#datumo .col2 div.kouka {
    width: calc(100% - 352px);
    font-size: 1.8rem;
}

#datumo .merit-wrap figure span {
    display: inline-block;
    font-size: 2.2rem;
}

#datumo .merit-wrap figure span span.red {
    color: #B11D2B;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    #datumo .merit-wrap .col3 {
        display: block;
    }
    #datumo .merit-wrap .col3 figure {
        width: 100%;
    }
    #datumo p {
        font-size: 1.5rem;
    }
    #datumo .merit-wrap figure span {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    #datumo .merit-wrap .erab-img,
    #datumo .merit-wrap-img {
        padding: 20px 0;
    }
    #datumo .merit-wrap {
        padding: 10px 0px;
    }
}

@media screen and (max-width: 600px) {
    #point h2 {
        font-size: 2.8rem;
    }
}


/* 医療脱毛(テーブル) */

#datumo_table {
    line-height: 1.2;
    text-align: center;
    font-size: 1.8rem;
    table-layout: fixed !important;
    max-width: 980px;
    width: 100%;
}

#datumo_table,
#datumo_table th,
#datumo_table td {
    border: 2px solid #ccc;
    font-weight: normal;
}

#datumo_table tbody th,
#datumo_table tbody td {
    padding: 10px 20px;
    vertical-align: middle;
}

#datumo_table thead th {
    background: #F7F7F7;
    font-size: 2rem;
    white-space: nowrap;
    line-height: 1.6;
    width: 150px !important;
    padding: 20px;
    vertical-align: middle;
    font-weight: bold;
}

#datumo_table thead th:last-child {
    color: #FFF;
    background-color: #CE4151;
    background-image: url(../imgs/datumo/datsumou_bg.png);
    background-repeat: no-repeat;
}

#datumo_table tbody th {
    text-align: center;
    font-weight: bold;
}

#datumo_table td {
    height: 120px;
    width: 150px !important;
    /*white-space: nowrap;*/
    background: #d9d6d7;
}

#datumo_table .hifu_tr td {
    background: #fff;
}

#datumo_table .hifu_tr td:last-child {
    background-image: url(../imgs/datumo/datsumou_table_bg.png);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center center;
    background-color: #FBF8E7;
}

#datumo_table .hifu_tr td:last-child span {
    color: #c30d23;
    font-weight: bold;
}
.hikaku {
    text-align: center;
}

.hikaku p {
    color: #df863f;
    background: url('../imgs/datumo//frame02.png') no-repeat center center;
    width: 265px;
    height: 216px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

dl.shoujou,
dl.shoujou dt,
dl.shoujou dd {
    border: none;
}

dl.shoujou dt {
    background: #c17e46;
    border-bottom: 2px solid #c17e46;
    margin-bottom: 15px;
    padding: 0;
    line-height: 2.1;
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
    width: 20%;
    min-width: 184px;
}

dl.shoujou dd {
    border-bottom: 2px solid #c17e46;
    margin-bottom: 15px;
    text-align: right;
    font-size: 1.8rem;
    line-height: 2.1;
    width: 80%;
    max-width: calc(100% - 184px);
    padding: 0;
}
.block_480{
    display: none;
}
@media screen and (max-width: 1000px){
    #datumo_table{
        max-width: 100%;
        table-layout: auto!important;
    }
    #datumo_table thead th,
    #datumo_table tbody th,
    #datumo_table tbody td{
        padding: 5px;
        font-size: 14px;
    }
    #datumo_table .hifu_tr td:last-child{
        background-size: 68px;
    }
    #datumo_table td{
        height: 74px;
    }

}

@media screen and (max-width: 768px) {
    #datumo_table,
    #datumo_table thead th,
    #datumo_table tbody th,
    #datumo_table tbody td {
        font-size: 12px;
    }
    /*#datumo_table thead th {
        width: 180px !important;
    }*/
}
@media screen and (max-width: 480px){
    #datumo_table thead th{
        white-space: pre-wrap;
        width: auto!important;
    }
    .none_480{
        display: none;
    }
    .block_480{
        display: block;
    }
    #datumo_table thead th:last-child{
        background-position-x: -9px;
    }
}


/* caution */

.caution {
    border: 1px solid #727272;
    background: #ececec;
    border-radius: 18px;
    padding: 25px 40px;
    margin-top: 30px;
}

.caution h3 {}

.caution p {
    margin-bottom: 0;
    font-size: 1.7rem;
}

.caution ul {
    list-style: disc;
    padding-left: 2rem;
    font-size: 1.7rem;
}


/* price */

#price h3 {
    font-size: 3.3rem;
    /* font-weight : 700; */
    color: #64000c;
    padding-bottom: 20px;
    margin-bottom: 35px;
    border-bottom: 2px solid #cbbb84;
}

#price_list {
    margin: 0 auto;
}

#price_list,
#price_list th,
#price_list td {
    border: 1px solid #ccc;
}

#price_list thead th {
    background: #cb9c2b;
    color: #ffffff;
    padding: 4px;
    font-size: 3rem;
    font-weight: normal;
}

#price_list thead th.bg-white {
    background-color: #FFF;
    color: #333;
}

#price_list tbody th {
    background: #f6f6f6;
    font-size: 2rem;
    font-weight: normal;
    text-align: left;
    padding-left: 48px;
    vertical-align: middle;
}

#price_list td {
    padding: 10px 25px 9px;
    font-size: 1.8rem;
    text-align: center;
}

#price_list td:last-child {
    text-align: right;
    color: #c73d42;
    font-size: 2.4rem;
}

#price_list+p {
    letter-spacing: 0.1em;
}


/*------------------------------
  back-to-top
--------------------------------*/

#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
}

#back-to-top a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
}

#back-to-top a:hover {
    text-decoration: none;
    opacity: 0.7;
}


/*------------------------------
  クリニックのご案内
--------------------------------*/

#clinic_point {
    margin: 50px auto 0;
    max-width: 960px;
}

#clinic_point li {
    background: #ffece8;
    padding: 20px 25px;
    margin-bottom: 10px;
}

#clinic_point li dl {
    display: block;
    border: none;
}

#clinic_point li dt,
#clinic_point li dd {
    width: 100%;
    border: none;
    background: none;
}

#clinic_point li dt {
    color: #64000c;
    font-size: 2rem;
}

#clinic_point li dd {
    text-align: left;
}

#clinic_point+h4 {
    margin-top: 50px;
}

.flx_row {
    flex-direction: row;
}

@media screen and (max-width: 768px) {
    #clinic_point {
        flex-direction: column;
    }
}




/*------------------------------
  footer
--------------------------------*/


/*--------------------------------------------------
MBクリニックのご案内　ここから
--------------------------------------------------*/

#aboutus {
    padding: 0 0 90px
}

.a_thumbs>div {
    width: 380px;
    height: auto;
}

.a_thumbs>div img {
    border: #c0c0c0 1px solid;
}

.catch.ttl-underline {
    padding-bottom: 6px;
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.3px;
    color: #64000C;
    border-bottom: 3px solid #CBBB84;
}


/*--------------------------------------------------
MBクリニックのご案内　ここまで
--------------------------------------------------*/


/*--------------------------------------------------
アクセスここから
--------------------------------------------------*/

#access .h-title {
    margin-bottom: 64px;
}

#access .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 74px;
}

#access .inner .g_map {
    margin-bottom: 67px;
}

#access .inner .g_map iframe {
    width: 100%;
    height: 240px;
}

.access-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.access_pic {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 495px;
    width: 100%;
}

.access_pic img {
    max-width: 238px;
    width: 100%;
}#datumo_table thead th

#access .access_txt {
    line-height: 1.7;
    font-size: 18px;
    color: #8d6728;
}

@media screen and (max-width: 768px) {
    #access .access_txt_arw {
        margin-left: 100px;
    }
}


/*--------------------------------------------------
アクセスここまで
--------------------------------------------------*/


/* =========================
  ハンバーガーメニュー
 =========================== */

@media screen and (max-width: 900px) {
    nav.main-nav {
        display: none;
    }
}


/* ----------------------------
   tablet 780px未満
 ---------------------------- */

@media screen and (max-width: 780px) {
    nav.main-nav {
        display: block;
    }
    /* 位置・大きさ */
    .navToggle {
        display: block;
        position: fixed;
        right: 30px;
        top: 30px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 30;
        text-align: center;
    }
    /* 線の長さ・太さ・色 */
    .navToggle span {
        display: block;
        position: absolute;
        /* .navToggleに対して */
        width: 40px;
        border-bottom: solid 6px #333;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        left: 0;
    }
    /* 線の位置 */
    .navToggle span:nth-child(1) {
        top: 0;
    }
    .navToggle span:nth-child(2) {
        top: 17px;
    }
    .navToggle span:nth-child(3) {
        top: 34px;
    }
    /* 最初のspanをマイナス45度に */
    .navToggle.active span {
        border-bottom: solid 6px #fff;
    }
    .navToggle.active span:nth-child(1) {
        top: 7.5px;
        left: 0px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    /* 2番目と3番目のspanを45度に */
    .navToggle.active span:nth-child(2),
    .navToggle.active span:nth-child(3) {
        top: 7px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}


/* ----------------------------
   mobile 560px未満
 ---------------------------- */

@media screen and (max-width: 559px) {
    /* 位置・大きさ */
    .navToggle {
        right: 15px;
        top: 15px;
        width: 20px;
        height: 20px;
    }
    /* 線の長さ・太さ・色 */
    .navToggle span {
        width: 20px;
        border-bottom: solid 3px #333;
    }
    /* 線の位置 */
    .navToggle span:nth-child(1) {
        top: 0;
    }
    .navToggle span:nth-child(2) {
        top: 8.5px;
    }
    .navToggle span:nth-child(3) {
        top: 17px;
    }
    /* 最初のspanをマイナス45度に */
    .navToggle.active span {
        border-bottom: solid 3px #fff;
    }
    .navToggle.active span:nth-child(1) {
        top: 7px;
        left: 0px;
    }
    /* 2番目と3番目のspanを45度に */
    .navToggle.active span:nth-child(2),
    .navToggle.active span:nth-child(3) {
        top: 7px;
    }
}


/* ハンバーガーメニューここまで */


/* ====================================
  tablet 960px未満
==================================== */

@media screen and (max-width: 980px) {
    /* point */
    #point .point_list {
        width: 70%;
    }
    /* downtime */
    #downtime .col2>div {
        margin-right: 0;
        margin-left: 20px;
    }
}


/* ====================================
  tablet 780px未満
==================================== */

@media screen and (max-width: 780px) {
    .w945,
    .w980 {
        max-width: 100%;
    }
    .content-box,
    .content-box3 {
        padding-left: 30px;
        padding-right: 30px;
    }
.mv_area {
        background-position: calc(80% + 100px) top, calc(50% + 100px) bottom, top;
        background-size: 300px, 950px, auto;
    }
    /* main-nav */
    .navToggle {
        display: block;
    }
    nav.main-nav {
        position: fixed;
        top: -150%;
        /* top : 0; */
        width: 100vw;
        height: 100vh;
        z-index: 12;
        opacity: 0.5;
        transition: all 0.7s ease;
        background: rgba(36, 24, 24, 0.9);
        /* display : none; */
    }
    nav.main-nav.active {
        display: block;
        top: 0;
        opacity: 1;
        transition: all 0.7s ease;
    }
    nav.main-nav ul {
        flex-direction: column;
        padding-top: 20%;
    }
    nav.main-nav ul li,
    nav.main-nav ul li:last-child {
        border: none;
    }
    nav.main-nav ul li {
        padding: 10px;
    }
    nav.main-nav ul li a {
        font-size: 2rem;
    }
    /* osusume */
    #osusume {
        background-position: center calc(50% + (-100px));
    }
    #osusume ul {
        margin-left: 0;
        margin-top: 300px;
    }
    /* point */
    #point .point_list {
        width: 80%;
        margin: 0 auto;
    }
    #point .col2 {
        padding-left: 0;
        padding-right: 0;
    }
    #point .col2 figure {
        margin: 30px auto 0;
    }
    /* tokucho */
    #datumo .col2 figure {
        margin: 0 auto 30px;
    }
    /* hifu_table */
    #datumo_table {
        margin: 0 auto;
    }
    .hikaku {
        margin-top: 30px;
    }
    /* downtime */
    #downtime .col2 {
        flex-direction: row;
    }
    /* price_list */
    #price_list.w90 {
        width: 100%;
    }
    #price_list tbody th {
        padding-left: 20px;
    }
    /* flow */
    #Recommended {
        margin: 0;
        flex-direction: row;
    }
  
    /* MBクリニックのご案内 */
    #clinic_point li {
        width: 100%;
    }
    .a_thumbs>div {
        width: 100%;
    }
    .access-box {
        flex-direction: column;
    }
    #datumo .col2>div.kouka {
        margin: 0 auto;
        width: 100%;
    }
}


/* ==========================
  mobile 560px未満
============================= */

@media screen and (max-width: 559px) {
    .fs30 {
        font-size: 2.4rem;
    }
    .mt45,
    .mt70,
    .mt100 {
        margin-top: 20px !important;
    }
    .mt60 {
        margin-top: 10px !important;
    }
    .mb60 {
        margin-bottom: 40px !important;
    }
.mv_area {
        padding: 16px 0 50px;
        height: 80vh;
        background-position: calc(50% + 80px) bottom, top;
        background-size: 900px, auto;
    }
.mv_area .catch01 {
        margin: 20% auto 40px;
    }
.mv_area figure {
        text-align: left;
        padding-left: 15px;
    }
.mv_area figure img {
        max-width: 70%;
    }
    h2,
    h3 {
        font-size: 2.0rem;
    }
    .content-box,
    .content-box3 {
        padding-left: 3%;
        padding-right: 3%;
    }
    nav.main-nav ul li a {
        font-size: 2rem;
    }
    /* osusume */
    #osusume ul {
        width: 100%;
    }
    #osusume ul li {
        line-height: normal;
        padding: 10px;
        text-indent: -2rem;
        padding-left: 3rem;
        font-size: 1.8rem;
    }
    /* point */
    #point .point_list {
        width: 100%;
        font-size: 2.2rem;
        white-space: normal;
    }
    #point .point_list li {
        line-height: normal;
        display: flex;
        align-items: center;
    }
    .point_list li img {
        margin: 0 15px 0 5px;
        max-width: 25px;
        max-height: 35px;
    }
    /* tokucho */
    #datumo h3 {
        font-size: 2.2rem;
    }
    #datumo h3 span {
        font-size: 3.4rem;
    }
    #datumo .col2 div.kouka {
        width: 100%;
    }
    /*#datumo_table {
        width: 562px;
    }*/
    /* downtime */
    #downtime .col2 {
        flex-direction: column;
    }
    #downtime .col2>div {
        margin: 20px 0 0 0;
    }
    #downtime p.fs30 {
        font-size: 2.4rem;
    }
    #downtime figure+div {
        margin-top: 20px;
    }
    dl.shoujou {
        flex-flow: row wrap;
    }
    dl.shoujou dt {
        min-width: 150px;
    }
    dl.shoujou dd {
        max-width: calc(100% - 150px);
    }
    .caution {
        padding: 10px 15px;
    }
    /* price_list */
    #price_list thead th {
        font-size: 2.2rem;
    }
    #price_list tbody th {
        padding-left: 10px;
        font-size: 1.6rem;
    }
    #price_list td {
        padding: 10px 5px 9px;
        font-size: 1.6rem;
    }
    #price_list td:last-child {
        font-size: 2.2rem;
    }
    /* faq */
    #faq dl dt {
        font-size: 2rem;
    }
    #faq dl dd {
        font-size: 1.6rem;
        letter-spacing: normal;
    }
    .access_pic img {
        width: 50%;
    }
}

@media screen and (max-width: 450px) {
    #datumo .col2>div {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .spOnly {
        display: block;
    }
    #osusume div.col2 img {
        width: 100%;
        max-width: 240px;
    }
    nav.nav {
        position: relative;
        top: 0;
        padding: 4px 0;
        background: #513A2A;
    }
    nav.nav ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    nav.nav ul li {
        display: inline-block;
        width: 30%;
        margin: 4px 1% 4px 2%;
        padding-right: 1%;
        border-right: 1px solid #fff;
    }
    nav.nav ul li a {
        display: flex;
        font-size: 3.5vw;
        color: #fff;
        align-items: center;
        justify-content: center;
        height: 6vw;
    }
   nav.nav ul li:nth-child(3n) {
    border-right: 0;
  }

    .btn-contant {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #cbbb84;
        z-index: 100;
    }
    .btn-link {
        display: flex;
    }
    .btn-link a {
        display: block;
        width: 100%;
        background: #64120f;
    }
    .btn-link a:last-child {
        background: url(../imgs/other/bg-btn-line.png) 0 0 / auto 100% repeat-x;
    }
    .btn-link a img {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 200px;
    }
    div#t-btn {
        bottom: 15.5vw;
    }
    footer {
        margin-bottom: 90px;
    }
    .sp-mv img {
        width: 100%;
    }
    #back-to-top {
        bottom: 100px;
    }
}

@media screen and (max-width: 400px) {
    footer {
        margin-bottom: 22%;
    }
}

@media screen and (max-width: 768px) {
    .point_list li {
        height: auto;
    }
    .point_list li img {
        margin: 16px 20px 0 5px;
        vertical-align: top;
    }
    .point_list li p {
        display: inline-block;
        margin-top: 12px;
        white-space: normal;
        line-height: 1.4;
    }
}


/* -------------------------------------------

 部位別の脱毛料金一覧 

 ------------------------------------------- */

#Part {
    padding: 96px 0 0px;
}


/* ----- // アコーディオン // ----- */

.ac-box {
    width: auto;
    margin-top: 5px;
}

.ac-box label {
    font-size: 3.0rem;
    font-weight: bold;
    margin: auto;
    position: relative;
    display: block;
    cursor: pointer;
    background-color: #CE4151;
    color: #FFF;
    padding: 10px 50px 10px 10px;
    transition: all 0.5s;
    position: relative;
    text-align: center;
}

.ac-box label:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.ac-box input {
    display: none;
}

.ac-box label:after {
    color: #FFF;
    font-family: "Font Awesome 5 Free";
    content: " \f0d7";
    position: absolute;
    right: 20px;
}

.ac-box input:checked~label::after {
    color: #FFF;
    font-family: "Font Awesome 5 Free";
    content: " \f0d8";
    position: absolute;
    right: 20px;
}

.ac-box div {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
}

.ac-box input:checked~div {
    height: auto;
    opacity: 1;
}


/* ----- // アコーディオン内の料金表 // ----- */

#parts_list {
    margin: 0 auto;
    width: 100%;
}

#parts_list,
#parts_list th,
#parts_list td {
    border: 1px solid #ccc;
	vertical-align: middle;
	padding: 10px 0 10px 30px;
}

#parts_list thead th {
    color: #ffffff;
    padding: 4px;
    font-size: 3rem;
    font-weight: normal;
}

#parts_list thead th.pink {
    background: #C83D42;
}

#parts_list thead th.brown {
    background: #C7753D;
}

#parts_list thead th.yellow {
    background: #CB9B2C;
}

#parts_list tbody th {
    background: #FFEAE9;
    font-size: 2rem;
    font-weight: normal;
    text-align: left;
    padding-left: 30px;
    vertical-align: middle;
}

#parts_list td {
    padding: 10px 25px 9px;
    font-size: 1.8rem;
    text-align: center;
    background-color: #FFF;
}

#parts_list td:last-child {
    text-align: right;
    color: #c73d42;
    font-size: 2.0rem;
    width: 30%;
}

#parts_list+p {
    letter-spacing: 0.1em;
}

#parts_list th.dotted,
#parts_list td.dotted {
	border-bottom-width: 2px;
    border-bottom-style: dotted;
}

@media screen and (max-width: 768px) {
    .ac-box label {
        font-size: 2.0rem;
    }
    #parts_list td:last-child {
        width: 50%;
    }
    #parts_list thead th {
        font-size: 2.3rem;
    }
    #parts_list tbody th {
        font-size: 1.5rem;
        padding: 10px;
    }
    #parts_list td {
        padding: 10px;
        font-size: 1.5rem;
    }
    #parts_list td:last-child {
        font-size: 1.5rem;
    }
}


/* -------------------------------------------

 お支払方法 

 ------------------------------------------- */

#payment {
    padding: 0px 0 60px;
}

#payment .merit-wrap {
    padding: 10px 20px 40px 20px;
}

#payment h3 {
    font-size: 3.0rem;
    color: #333;
    padding: 30px 0;
}

#payment .content-box3 .payment-card {
    width: 30%;
    background-color: #FFECE9;
    border: 1px solid #64000C;
    padding: 30px 0;
    text-align: center;
    font-size: 3.0rem;
    color: #64000C;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    #payment h3 {
        font-size: 2.0rem;
        padding: 10px 0;
    }
    #payment .content-box3 .payment-card {
        width: 100%;
        margin-bottom: 10px;
        font-size: 2.0rem;
    }
}


/* -------------------------------------------

 おすすめメニュー

 ------------------------------------------- */

*,
*:before,
*:after {
    box-sizing: border-box;
}

.col_2 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE10 */
}

.col_2>div {
    width: 50%;
    padding: 10px;
}

#Recommended .plan,
.content-box div.plan_box {
    position: relative;
    margin-bottom: 10px;
    background-image: url(../imgs/datumo/Recommended_bg.png);
    background-repeat: repeat-x;
    padding: 0 10px 0 20px;
    background-size: contain;
    background-position: right 0px, center center;
}

#Recommended div.plan p.ttl {
    font-size: 4.2rem;
    color: #FFF;
    display: flex;
    height: 150px;
    position: relative;
    top: 30px;
}

#Recommended div.plan p.ttl02,
.content-box div.plan_box p.ttl {
    font-size: 4.2rem;
    color: #FFF;
    position: relative;
    height: 150px;
    display: flex;
    align-items: center;
}

#Recommended .icon_hit {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #C61B2D;
    color: #FFF;
    font-size: 1.8rem;
    position: absolute;
    top: 5px;
    right: 10px;
    text-align: center;
    line-height: 80px;
}

.text-area .txt {
    padding: 5px 10px;
}

.text-area ul li {
    text-indent: -1em;
    padding-left: 1em;
}

.content-box div.plan_box p.ttl span.sup {
    background-color: #FFF;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 1.5rem;
    color: #B0875C;
    vertical-align: middle;
    margin-left: 20px;
}


#Recommended .text-area .txt {
    font-size: 1.8rem;
    height: 100px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    top: -20px;
}

#Recommended .text-area .txt span.topic {
    font-size: 2.4rem;
    color: #B0875C;
    /* margin-bottom: -20px; */
}

#Recommended div.plan_box p.ttl {
    display: flex;
    top: 50px;
    margin-left: 20px;
    height: 50px;
}

#Recommended .plan span.sup {
    background-color: #FFF;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 1.5rem;
    color: #B0875C;
    position: absolute;
    top: 55px;
}

#Recommended div.plan_box p.txt {
    padding: 85px 0 10px 0;
    font-size: 1.8rem;
}

#Recommended div.plan p.txt {
    font-size: 1.8rem;
}

#Recommended div.plan p.txt span.topic {
    color: #B0875C;
    font-size: 2.4rem;
}

#Recommended div.plan p.txt span.topics {
    font-size: 2.8rem;
    position: relative;
}


/*　囲いの中身　*/

#Recommended .course-Wrap,
#Recommended .course-Wrap03 {
    background-repeat: no-repeat;
    border: 3px solid #F2BABB;
    background-position: right top;
    height: 220px;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
#Recommended .course-Wrap02,
#Recommended .course-Wrap04,
#Recommended .course-Wrap05,
#Recommended .course-Wrap06 {
    background-repeat: no-repeat;
    border: 3px solid #F2BABB;
    background-position: right top;
    /* height: 380px; */
    max-width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
@media screen and (max-width: 680px) {
#Recommended .course-Wrap05,
#Recommended .course-Wrap06 {
    height: 150px;
}
}

#Recommended .course-Wrap,
#Recommended .course-Wrap05 {
    background-image: url(../imgs/datumo/Recommended_01.jpg);
}

#Recommended .course-Wrap02 {
    background-image: url(../imgs/datumo/Recommended_02.jpg);
}

#Recommended .course-Wrap03,
#Recommended .course-Wrap06 {
    background-image: url(../imgs/datumo/Recommended_03.jpg);
}

#Recommended .course-Wrap04 {
    background-image: url(../imgs/datumo/Recommended_04.jpg);
}

#Recommended .course-ttl {
    font-size: 3.2rem;
    background-color: rgba(255, 211, 214, 0.6);
    margin: 15px 15px 5px 15px;
    padding: 5px 10px;
}
#Recommended .course-ttl02 {
    font-size: 3.2rem;
    background-color: rgba(255, 211, 214, 0.6);
    margin: 0 15px 5px 15px;
    padding: 5px 10px;
}
#Recommended .recomme_text {
    color : #c61b2d;
    background-color: rgba(255, 255, 0, 0.6);
    margin: 15px 15px 0 15px;
    padding: 5px 10px;
}

#Recommended .course-price,
#Recommended .course-price02 {
    margin: 0px 15px 0 15px;
    padding: 5px 10px;
    font-size: 5rem;
    color: #C61B2D;
}

#Recommended .course-price span,
#Recommended .course-price02 span {
    font-size: 2.6rem;
    color: #333;
    padding-right: 5px;
}

#Recommended .course-price span.tax,
#Recommended .course-price02 span.tax {
    font-size: 2.6rem;
    color: #C61B2D;
}

#Recommended .course-text {
    font-size: 2.2rem;
    color: #C61B2D;
    width: 90%;
    margin: 5px 5%;
    text-align: center;
    padding: 0px 10px;
    background-color: #FFF;
    border: 1px solid #C61B2D;
}

#Recommended .course-arrow {
    text-align: center;
}

@media screen and (max-width: 1000px) {
    #Recommended .course-price,
    #Recommended .course-price02 {
        margin: 0px;
        font-size: 4.0rem;
    }
    #Recommended div.plan p.ttl,
    #Recommended div.plan p.ttl02,
    .content-box div.plan_box p.ttl {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 840px) {
    #Recommended .course-price,
    #Recommended .course-price02 {
        font-size: 3.5rem;
    }
    #Recommended .course-text {
        margin: 10px 5%;
    }
}

@media screen and (max-width: 780px) {
    #Recommended div.plan p.ttl {
        display: flex;
        align-items: center;
        position: relative;
        top: 0px;
    }
    #Recommended .plan span.sup {
        background-color: #B0875C;
        color: #FFF;
        top: 80px;
    }
    #Recommended div.plan p.ttl,
    #Recommended div.plan p.ttl02,
    .content-box div.plan_box p.ttl {
        font-size: 2.2rem!important;
        height: 80px;
    }
    /*　囲いの中身　*/
    #Recommended .course-ttl {
        font-size: 2.2rem;
        margin: 30px 10px;
        padding: 5px 10px;
    }
    #Recommended .course-ttl02 {
        font-size: 2.2rem;
        margin: 0 10px 30px 10px;
        padding: 5px 10px;
    }
    #Recommended .recomme_text {
        margin: 30px 10px 0 10px;
        padding: 5px 10px;
    }
    #Recommended .course-price,
    #Recommended .course-price02 {
        font-size: 2.0rem;
    }
    #Recommended .course-price span,
    #Recommended .course-price02 span,
    #Recommended .course-price span.tax,
    #Recommended .course-price02 span.tax,
    #Recommended .course-text {
        font-size: 2.0rem;
    }
    #Recommended .text-area .txt span.topic {
        font-size: 1.8rem;
    }
    #Recommended .text-area .txt {
        font-size: 1.6rem;
        height: 120px;
    }
}

@media screen and (max-width: 680px) {
    #Recommended .plan span.sup {
        background-color: #FFF;
        color: #B0875C;
        top: 80px;
        position: static
    }
    #Recommended div.plan p.ttl,
    #Recommended div.plan p.ttl02,
    .content-box div.plan_box p.ttl {
        font-size: 2.5rem!important;
    }
    /*　囲いの中身　*/
    #Recommended .course-ttl {
        font-size: 2.2rem;
        padding: 5px 10px;
    }
    #Recommended .recomme_text {
        padding: 5px 10px;
    }
    #Recommended .course-price span,
    #Recommended .course-price02 span,
    #Recommended .course-price span.tax,
    #Recommended .course-price02 span.tax,
    #Recommended .course-text {
        font-size: 2.0rem;
    }
    .col_2>div {
        width: 100%;
    }
    #Recommended .text-area .txt {
        font-size: 1.6rem;
        height: auto;
        padding: 20px 10px;
    }
}

@media screen and (max-width: 560px) {
    #Recommended .plan,
    .content-box div.plan_box {
        padding: 0 10px 0 10px;
    }
    #Recommended div.plan p.ttl,
    #Recommended div.plan p.ttl02,
    .content-box div.plan_box p.ttl {
        font-size: 2.1rem!important;
    }
    #Recommended .plan span.sup {
        padding: 5px 2px;
        font-size: 1.1rem;
        margin-left: 5px;
    }
    #Recommended .course-Wrap,
    #Recommended .course-Wrap02,
    #Recommended .course-Wrap03,
    #Recommended .course-Wrap04 {
        height: auto;
        padding: 20px 0;
    }
    #Recommended .course-ttl {
        margin: 10px;
    }
    #Recommended .recomme_text {
        margin-top: 0;
    }
    #Recommended .course-price,
    #Recommended .course-price02 {
        font-size: 3.0rem;
        padding: 0 15px;
    }
    .content-box div.plan_box p.ttl span.sup {
        padding: 5px 2px;
        font-size: 1.1rem;
        margin-left: 5px;
    }
}


/*　料金調整　*/

#Recommended .course-price02 .course-price-times {
    display: block;
    margin: -4px 0 -6px -8px;
    font-size: 1.95rem;
    line-height: 1;
}

#Recommended .course-price02 .course-price-first {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
}

/* 料金メニュー下に文言追記 */

p.text1 {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	padding-top: 35px;
}

@media screen and (max-width: 780px) {
    #Recommended .course-price02 .course-price-times {
        margin: 0 0 4px -8px;
        font-size: 1.7rem;
    }
    #Recommended .course-price02 .course-price-first {
        line-height: 1.2;
    }
}

@media screen and (max-width: 560px) {
    #Recommended .course-price02 .course-price-times {
        margin-bottom: 0;
    }
}

/* #脱毛の流れ */

#flow {
    padding: 0;
}

#flow .merit-wrap {
    padding: 10px 20px 40px 20px;
}

#flow h3 {
    font-size: 3.0rem;
    color: #333;
    padding: 30px 0;
}

@media screen and (max-width: 768px) {
    #flow h3 {
        font-size: 2.0rem;
        padding: 10px 0;
    }
    #flow .content-box3 .payment-card {
        width: 100%;
        margin-bottom: 10px;
        font-size: 2.0rem;
    }
}

#flow {
  margin : 0 10px;
}
#flow li {
  border : 1px solid #F2BABB;
  background : #fff2f2;
  padding : 16px 24px 20px;
  margin-bottom : 23px;
  width : calc(50% - 9px);
  position : relative;
  line-height: 1.4;
}
#flow li p.step {
  position : relative;
  left : -25px;
  margin-bottom : 20px;
}
#flow li p.step > span:not(:last-child) {
  display : inline-block;
  background : #da5358;
  color : #ffffff;
  font-size : 2.5rem;
  padding : 0 24px;
}
#flow li p.step > span span,#flow li p.step > span:last-child{
  display : inline-block;
  font-size : 3.4rem;
  line-height: 1.4;
}
#flow li p.step > span:last-child{
  margin-left : 25px;
}
#flow li p:last-child {
  margin-top : 30px;
  font-size : 1.7rem;
}
#flow span.notice {
    color: #C61B2D;
}

@media screen and (max-width: 780px){
  .fs30 { font-size : 2.4rem; }
  .mt45,.mt60,.mt70,.mt100 { margin-top : 40px !important; }
  .mb60 { margin-bottom : 40px !important; }
#flow {
    flex-direction: column;
}
#flow li { width : 100%; }
#flow li p:last-child {margin-top : 20px;}
#flow li:nth-child(n+3) p:last-child { margin-bottom : 0;}
}
	
/* #脱毛メカニズム */
.laser_content .catch.ttl-underline {
    padding-bottom: 6px;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.3px;
    color: #64000C;
    border-bottom: 3px solid #CBBB84;
}

.laser-cont-list {
    display: flex;
    margin: 30px 0 40px 0;
}

.list-img {
    min-width: 226px;
    margin-right: 52px;
}

.list-content {
    width: 100%;
}

@media screen and (max-width: 568px) {
    .laser_content .catch.ttl-underline {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 24px;
	}
    .laser-cont-list {
        display: block;
    }
    .list-img {
        text-align: center;
        margin-right: 0;
        margin-bottom: 8px;
    }
}

/* #料金表リンクボタン */
.charge-btn a {
    display: block;
    width: 100%;
    max-width: 770px;
    margin: 35px auto 0;
    padding: 11px 0 8px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
	text-align: center;
    line-height: 1.3;
    background: #E1CA12;
    border-radius: 5px;
}

.charge-btn a:hover {
    text-decoration: none;
    opacity: 0.6;
}

@media screen and (max-width: 568px) {
    .charge-btn a {
    font-size: 2.0rem;
	width: 95%;
	}
	
    p.text1 {
	 font-size: 2.0rem;
    }
}

/* 院長プロフィール */
.profile_list ul li {
  text-indent:-5.5em;
  padding-left:5.5em;
}

.profile_list p {
  margin-top: 20px;
}

/*faq*/
#faq dl {
    display: block;
    border: none;
}
#faq dl dt {
    position: relative;
    width: 100%;
    font-weight: 400;
    color: #333;
    background: #fdf2f2;
    border: none;
    box-shadow: none;
    cursor: pointer;
}
#faq dl dd {
    display: none;
    width: 100%;
    margin: 0;
    padding: 20px;
    font-size: 16px;
    border: none;
}
#faq dl dt:after {
    content: "";
    position: absolute;
    top: 46%;
    right: 12px;
    width: 12px;
    height: 12px;
    border: 2px solid #333;
    border-width: 0 2px 2px 0;
    transform: translateY(-50%)rotate(45deg);
}
#faq dl dt.open:after {
    top: 54%;
    transform: translateY(-50%)rotate(-135deg);
}
@media screen and (max-width: 568px) {
    #faq dl dt {
        padding-right: 32px;
        font-size: 16px;
    }
    #faq dl dd {
        padding: 12px;
        font-size: 14px;
    }
    #faq dl {
        margin-top: 20px;
    }
}

.bnr_contact {
    display: flex;
    justify-content: center;
}
.bnr_contact a {
    display: inline-flex;
}

.link-box {
    margin: 50px 20%;
    border: 1px solid #CBBB84;
    border-radius: 5px;
}
.link-box a {
    display: block;
    padding: 3px;
    text-decoration: none;
}
.box-ttl {
    text-align: center;
    border-radius: 5px;
    position: relative;
    padding: 24px 12px;
    font-size: 20px;
    color: #fff;
    background: #64000C;
}
span.box-arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    font-size: 18px;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
.link-box {
    margin: 5% 0;
}
.box-ttl {
    font-size: 18px;
}
}

/*------------------------------
  fix_20220817
--------------------------------*/
/*------------------------------
  anchor-area
--------------------------------*/
.anchor-area {
  padding: 25px 0 30px;
}
.anchor-area .content-box {
  max-width: 1100px;
}
.anchor-area .anchor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.anchor-area .anchor-list li {
  width: 32%;
  height: 100px;
  border: 2px solid #4d4b4b;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 20px;
}
.anchor-area .anchor-list li:hover {
  opacity: 0.7;
  transition: .2s;
}
.anchor-area .anchor-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #4d4b4b;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  padding-top: 10px;
}
@media screen and (max-width:767px){
  .anchor-area {
    padding: 25px 0 10px;
  }
  .anchor-area .anchor-list li {
    width: 49%;
    height: 80px;
    padding: 10px 2px;
    margin-bottom: 10px;
  }
  .anchor-area .anchor-list li a {
    font-size: 14px;
  }
}

.kouka .flex .text-area {
  width: 60%;
}
@media screen and (max-width: 767px){
  .kouka .flex {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .kouka .flex .text-area {
    width: 100%;
    margin-bottom: 20px;
  }
  .kouka .flex .img-area {
    text-align: center;
  }
}

/* メンズ脱毛から流用 */
.sec-wrap .sec-ttl {
  font-size: 48px;
  /* background: #003366; */
  background: #99774A;
  padding: 18px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px){
  .sec-wrap .sec-ttl {
    font-size: 24px;
    padding: 10px;
  }
}

.sec-wrap .sec-inner {
  padding: 35px;
  /* border: 1px solid #959595; */
}
@media screen and (max-width: 767px){
  .sec-wrap .sec-inner {
    padding: 20px;
  }
}

.sec02 .inner-ttl {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 48px;
  border-bottom: 1px solid #306ca1;
}
.sec02 .img-area {
  max-width: 260px;
  width: 30%;
  margin-right: 50px;
}
.sec02 .text-area {
  max-width: 520px;
  padding-top: 40px;
}
.table-area {
  padding: 0 20px;
  margin-bottom: 50px;
}
.table-area table {
  width: 100%;
}
.table-area tr, .table-area th, .table-area td {
  border: 1px solid #bababa;
}
.table-area th {
  font-size: 22px;
  font-weight: normal;
  width: 40%;
  color: #77653e;
  background: #fff6e5;
  padding: 15px 25px;
  text-align: left;
  vertical-align: middle;
}
.table-area td {
  font-size: 20px;
  padding: 15px 25px;
}
@media screen and (max-width: 767px){
  .sec02 .inner-ttl {
    font-size: 20px;
  }
  .sec-wrap .flex {
    flex-direction: column;
  }
  .sec02 .img-area {
    width: 100%;
    margin: 0 auto 20px;
  }
  .sec02 .text-area {
    max-width: 100%;
    padding-top: 0;
  }
  .table-area {
    padding: 0;
  }
  .table-area th {
    font-size: 16px;
    padding: 10px;
  }
  .table-area td {
    font-size: 16px;
    padding: 10px;
  }
}

.sec03 {
  padding: 70px 20px 80px;
  /* background: #3a5f88; */
  background: #C7C4BD;
  margin-bottom: 50px;
}
.sec03 h2 {
  font-size: 48px;
  font-weight: normal;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 50px;
}
.point-box {
  padding: 30px 20px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
}
.point-box .point-ttl {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: 1px solid #306ca1;
  position: relative;
}
.point-box .point-ttl span {
  font-size: 43px;
  color: #d98000;
}
.point-box .point-ttl::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 45px;
  top: 0;
  left: 0;
  background: url(../imgs/laser_mens/point_label01.png) no-repeat;
}
.point-box:nth-of-type(2) .point-ttl::before {
  background: url(../imgs/laser_mens/point_label02.png) no-repeat;
}
.point-box:nth-of-type(3) .point-ttl::before {
  background: url(../imgs/laser_mens/point_label03.png) no-repeat;
}
.point-box:nth-of-type(4) .point-ttl::before {
  background: url(../imgs/laser_mens/point_label04.png) no-repeat;
}
.point-box .flex .text-area {
  max-width: 490px;
  width: 60%;
  margin-right: 5%;
}
.point-box .text {
  font-size: 19px;
  line-height: 1.8;
}
.point-box .flex .img-area {
  max-width: 290px;
  width: 35%;
}
.point-box .flex .img-area img {
  width: 100%;
}
.point-box:nth-of-type(2) .flex .img-area {
  max-width: 182px;
}
.point-box:nth-of-type(3) .flex .img-area {
  max-width: 220px;
}
.point-box:nth-of-type(4) .flex {
  margin-bottom: 35px;
}
.point-box .table-ttl {
  font-size: 30px;
  max-width: 780px;
  color: #fff;
  background: #003d82;
  padding: 16px;
  margin: 0 auto 25px;
  border-radius: 4px;
  position: relative;
}
/*.point-box .table-ttl::after {
  position: absolute;
  content: "";
  top: 96%;
  left: 45%;
  width: 29px;
  height: 18px;
  background: url(../imgs/laser_mens/ttl_arrow02.png) 0 0 / cover no-repeat;
}*/
.point-box .table-img {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px){
  .sec03 {
    padding: 50px 10px 30px;
  }
  .sec03 h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .point-box {
    padding: 20px 10px;
  }
  .point-box .point-ttl {
    font-size: 20px;
    padding-top: 48px;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
  .point-box .point-ttl span {
    font-size: 23px;
  }
  .point-box .point-ttl::before {
    width: 90px;
    height: 32px;
    background-size: contain !important;
  }
  .point-box .flex {
    flex-direction: column;
    padding: 0;
  }
  .point-box .flex .text-area {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .point-box .text {
    font-size: 16px;
  }
  .point-box .flex .img-area {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.link-target_menu {
  padding-top: 210px;
  margin-top: -210px;
}
#price.link-target_menu {
  padding-top: 180px;
  margin-top: -180px;
}
@media screen and (max-width: 848px){
  .link-target_menu,
  #price.link-target_menu {
    padding-top: 110px;
    margin-top: -110px;
  }
}

/* 料金表改定*/
.price-table {
  max-width: 100%;
  text-align: center;
}
.price-table .head td {
  font-weight: bold;
  background: #F9F2E0;
}
.price-table th {
  background: #FFEAE9;
}
.price-table,
.price-table td,
.price-table th {
  border: 1px solid #c3c3c3;
  border-collapse: collapse;
}
.price-table td,
.price-table th {
  padding: 12px;
  font-size: 20px;
  vertical-align: middle;
}
.price-table td.note {
  padding: 20px 12px;
}

p.text2 {
	text-align: center;
	font-size: 20px;
	padding-top: 35px;
}

@media screen and (max-width: 767px){
  .price-table th span {
    display: block; 
  }
  .price-table td,
  .price-table th {
    font-size: 16px;
  }
  .price-table td.note {
  padding: 12px;
  }
  
  p.text2 {
  padding-top: 20px;
  font-size: 16px;
  }
}
@media screen and (max-width: 520px){
  .price-table th span {
    font-size: 10px;    
  }
  .price-table td,
  .price-table th {
    padding: 8px 5px;
    font-size: 12px;
    }
  p.text2 {
    font-size: 12px;
  }
}

/* ----- 副作用・リスク ----- */
.sec04 {
  padding: 50px 20px;
}
.sec04.sec-wrap .sec-ttl {
  background: #C49E39;
}
.sec04 .text {
  font-size: 20px;
  margin-top: 1em;
}
.sec04 .text_l {
  font-size: 24px;
}
.sec04.sec-wrap .sec-inner {
  border: 2px solid #C49E39;
  position: relative;
}
.sec04.sec-wrap .sec-inner::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 40px 88px 0 88px;
  border-color: #C49E39 transparent transparent transparent;
}
.sec04 h3 {
  font-size: clamp(25px, 6vw, 48px)!important;
  font-weight: bold;
  color: #C49E39;
  line-height: 1.3;
  margin: 60px auto 10px;
  text-align: center;
}
.sec04 .img-area {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 767px) {
.sec04 .text {
  font-size: 16px;
}
.sec04 .text_l {
  font-size: 20px;
}
.sec04 .img-area {
  width: 100%;
  margin: auto;
}
}
@media screen and (max-width:480px) {
.sec04 {
  padding: 30px 10px;
}
}

/* ----- fv ----- */
.fv-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  .fv.pc img {
    width: 100%;
    vertical-align: bottom;
  }
  .fv-h1.d-none {
    display: none;
  }
  .fv.sp {
    display: none;
  }
  .fv.sp img {
    width: 100%;
    vertical-align: bottom;
  }
  .fv-logo {
    padding: 1%;
  }
  .fv.pc .fv-logo img {
    width: 20%;
  }
  .fv.sp .fv-logo img {
    width: 70%;
  }
  .fv {
    /* margin-bottom: 50px;*/
  }
  @media screen and (max-width: 767px) {
    .fv.pc {
      display: none;
    }
    .fv.sp {
      display: block;
    }
  }
/*------------------------------
  Sticky Nav
--------------------------------*/
.sticky-nav.lock {
  opacity: 0;
  pointer-events: none;
}
.sticky-nav {
  position: sticky;
  width: 100%;
  background: #76c1dd;
  top: 140px;
  z-index: 100;
  line-height: 1;
}
.sticky-nav--lp {
  top: 0 !important;
}
.admin-bar .sticky-nav--lp {
  top: 32px;
}
.sticky-nav__inner {
  display: flex;
}
.sticky-nav a {
  display: block;
  flex: 1;
  text-align: center;
  color: #fff;
  padding: 15px 5px;
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .sticky-nav {
    top: 49px;
    padding-top: 5px;
  }
  .sticky-nav a {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .sticky-nav--lp {
    top: 0;
  }
}
/* アンカーリンクの余白 */
.nav-menu {
  padding-top: 188px;
  margin-top: -188px;
}
#machine.nav-menu {
  padding-top: 180px;
  margin-top: -180px;
}
#price.nav-menu {
  padding-top: 160px;
  margin-top: -160px;
}
.nav-menu2 {
    padding-top: 100px!important;
    margin-top: 120px;
  }

.nav-lp {
  padding-top: 50px;
  margin-top: -50px;
}
#machine.nav-lp,
#price.nav-lp {
  padding-top: 30px;
  margin-top: -30px;
}

.link-target_lp {
  padding-top: 50px;
  margin-top: -50px;
}

@media screen and (max-width: 767px) {
  .nav-menu {
    padding-top: 100px;
    margin-top: -35px;
  }
  #machine.nav-menu,
  #price.nav-menu {
    padding-top: 80px;
    margin-top: -80px;
  }
  #feature.nav-menu {
    padding-top: 30px;
    margin-top: -30px;
  }
}

.mgt180 {
	margin-top: 180px!important;
}




.flow-area {
  padding: 50px 0 36px;
}
h2.content-ttl {
  margin: 0 30px;
  font-weight: 400;
  color: #533a00;
  line-height: 1.2;
  white-space: nowrap;
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.content-ttl .content-ttl-sub {
  font-size: 18px;
}
.special-box-wrap {
  max-width: 1300px;
}
.special-visionbox-wrap .special-box {
  border-radius: 0 0px 0px 0px !important;
  margin: 0 !important;
}
.special-box-flex-items h3 {
  padding: 20px 0px;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
}
.special-box-title-l {
  font-size: 26px;
  letter-spacing: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.special-box-flex-items p {
  padding: 16px 15px;
  text-align: left;
}



@media screen and (max-width: 768px) {

  .flow-area {
    padding: 50px 0 36px;
  }
  h2.content-ttl {
    margin: 0 30px;
    font-weight: 400;
    color: #533a00;
    line-height: 1.2;
    white-space: nowrap;
    font-size: 30px;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
  }
  .content-ttl .content-ttl-sub {
    font-size: 18px;
  }
  .special-box-wrap {
    max-width: 1300px;
  }
  .special-visionbox-wrap .special-box {
    border-radius: 0 0px 0px 0px !important;
    margin: 0 !important;
  }
  .special-box-flex-items h3 {
    padding: 20px 0px;
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    text-align: center;
  }
  .special-box-title-l {
    font-size: 26px;
    letter-spacing: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
  .special-box-flex-items p {
    padding: 16px 15px;
    text-align: left;
  }
}


.main-flow-wrap {
  margin-top: 36px;
  padding: 50px 0 76px;
  text-align: center;
  background: #faf9f7;
}
.flow-menu-ttl {
  display: inline-flex;
  margin-bottom: 30px;
}
.flow_tlt_font {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: lighter;
  margin: 0 30px;
  color: #533a00;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: 2px;
}
.flow_tlt_font_en {
  font-size: 30px;
}
.flow_tlt_font_jp {
  font-size: 13px;
}
.flow-divider {
  margin-bottom: 10px;
}
.flow-divider img {
  max-width: 640px;
  margin: 0 auto;
}
.flow-box-wrap {
  max-width: 1000px;
  margin: 0 auto;
  width: 94%;
}
.flow-box {
  padding: 10px 0;
}
.flow-sec {
  border-left: #b03d64 2px solid;
}
.flow-sec:last-child {
  border-left: none;
}
.flow-step {
  width: 85px;
  color: #fff!important;
  background: #b03d64;
  padding: 5px 0px;
  font-family: "Noto Sans JP", sans-serif;
}
.flow-step p {
  text-align: center;
}
.flow-title {
  text-align: left;
}
.flow-icon {
  padding: 12px 0px 12px 30px;
}
.flow-icon.step01:before, .flow-icon.step02:before, .flow-icon.step03:before, .flow-icon.step04:before {
  content: "";
  display: block;
  float: left;
  margin-right: 10px;
}
.flow-icon.step01:before {
  background: url("../imgs/datumo/ico_step01.png") 0 0/100% no-repeat;
  width: 30px;
  height: 35px;
}
.flow-icon.step02:before {
  background: url("../imgs/datumo/ico_step02.png") 0 0/100% no-repeat;
  width: 30px;
  height: 35px;
}
.flow-icon.step03:before {
  background: url("../imgs/datumo/ico_step03.png") 0 0/100% no-repeat;
  width: 30px;
  height: 35px;
}
.flow-icon.step04:before {
  background: url("../imgs/datumo/ico_step04.png") 0 0/100% no-repeat;
  width: 30px;
  height: 35px;
}
.flow-icon p {
  text-align: left;
}
.flow-text {
  text-align: left;
  padding: 0px 0px 12px 30px;
}

.flow-box-wrap {
    max-width: 1000px;
    margin: 0 auto;
    width: 94%;
}

@media screen and (max-width: 768px) {
  .main-flow-wrap-flow-wrap {
    margin-top: 0;
  }
  h2.flow-content-ttl .flow-small {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .main-flow-wrap {
    padding: 20px 0 0;
  }
  .flow-divider img {
    max-width: 80%;
    margin-bottom: 30px;
  }
  .flow-box-wrap {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
  }
}


@media screen and (max-width: 768px) {
    .main-flow-wrap {
      margin-top: 0;
    }
    h2.flow-content-ttl .flow-small {
      margin-right: 0;
    }
  }
  @media screen and (max-width: 480px) {
    .main-flow-wrap {
      padding: 20px 0 0;
    }
    .flow-divider img {
      max-width: 80%;
      margin-bottom: 30px;
    }
    .flow-box-wrap {
      display: flex;
      flex-direction: column;
      padding: 0 10px;
    }
  }  
  