@charset "UTF-8";

/* Reset */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    text-decoration: none;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Utility Classes */
.cf:after,
.cf:before {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

img {
    width: 100%;
}

iframe,
img {
    vertical-align: bottom;
}

.mincho {
    font-family: 游明朝体, Yu Mincho, YuMincho, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ ゴシック, sans-serif;
}

.txt_indent {
    padding-left: 1em;
    text-indent: -1em;
    display: block;
}

a.link_item {
    color: #f39525;
    text-decoration: underline;
}

a.link_item:hover {
    text-decoration: none;
}

.fc_1aa542 {
    color: #FFCC99;
}

.no_pdg {
    padding: 0 !important;
}

.no_mgn_btm {
    margin-bottom: 0 !important;
}

/* Global Styles */
@media print, screen and (min-width: 769px) {
    body {
        color: #2c2c2c;
        font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, sans-serif;
        line-height: 1.8;
        min-width: 980px;
        font-size: 18px;
    }

    .pc_none {
        display: none !important;
    }

    .attention_txt {
        font-size: 14px;
    }

    .header_wrap {
        position: fixed;
        width: 100%;
        z-index: 10001;
    }

    #header {
        background: #fff;
        background-image: url(/images/img-header-btm-lines.jpg);
        background-position: bottom;
        background-repeat: repeat-x;
        width: 100%;
    }

    .header_inr {
        margin: 0 auto;
        padding: 20px 0 40px;
        width: 980px;
    }

    .header_logo {
        display: block;
        float: left;
        margin: 10px 20px 0 0;
        width: 280px;
    }

    .header_contact_info {
        float: left;
        text-align: center;
        margin-right: 30px;
    }

    .header_contact_ttl {
        color: #2c2c2c;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
    }

    .header_contact_tel {
        padding-bottom: 5px;
        width: 220px;
    }

    .header_contact_link {
        color: grey;
        font-size: 12px;
    }

    .header_contact_link > a {
        color: grey;
        text-decoration: underline;
    }

    .header_contact_link > a:hover {
        text-decoration: none;
    }

    .header_rcptn_info {
        float: left;
        line-height: 1.5;
    }

    .header_rcptn_ttl {
        color: #2c2c2c;
        font-size: 12px;
        font-weight: 700;
        margin-left: -7px;
    }

    .header_rcptn_time {
        font-size: 12px;
    }

    .header_rcptn_time > li > p {
        float: left;
    }

    .header_rcptn_time > li > p:first-child {
        font-weight: 700;
        width: 70px;
    }

    .wrap {
        padding-top: 132px;
    }

    .main_vis_wrap {
        height: 560px;
        padding: 20px 0 50px;
        position: relative;
    }

    .main_vis_map_wrap {
        position: absolute;
        height: 232px;
        left: 50%;
        margin-left: -420px;
        top: 50%;
        width: 840px;
    }

    .main_vis_map {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .main_vis_inr {
        height: 506px;
        text-align: center;
        visibility: hidden;
        width: 100%;
    }

    .slick-initialized.main_vis_inr {
        visibility: visible;
    }

    .main_vis_inr .slick-slide {
        height: 506px;
        padding: 0 50px;
        text-align: center;
        text-align: -webkit-center;
        width: 830px;
    }

    .main_vis_inr .slick-slide img {
        width: 100%;
        max-width: 830px;
        height: 100%;
    }

    .main_vis_inr .slick-arrow {
        position: absolute;
        top: 0;
        z-index: 9998;
    }

    .main_vis_wrap .slick-next {
        height: 60px;
        right: 0;
        width: 60px;
    }

    .main_vis_wrap .slick-prev {
        left: 0;
        height: 60px;
        width: 60px;
    }

    .slick-prev:before {
        content: "" !important;
    }

    .main_vis_wrap .slick-prev:after {
        content: url(/images/img-bnt-left-arrow.png);
    }

    .slick-next:before {
        content: "" !important;
    }

    .main_vis_wrap .slick-next:after {
        content: url(/images/img-bnt-right-arrow.png);
    }

    .main_vis_inr .slick-slide:not(.slick-center) {
        -webkit-filter: opacity(70%);
        -moz-filter: opacity(70%);
        -o-filter: opacity(70%);
        -ms-filter: opacity(70%);
        filter: opacity(70%);
        -webkit-transition: .2s linear;
        transition: .2s linear;
    }

    .main_vis_arrow_wrap {
        height: 60px;
        left: 50%;
        margin-left: -490px;
        position: absolute;
        top: 33%;
        width: 980px;
    }

    .gnav_wrap {
        background: #FFCC99;
        width: 100%;
    }

    #gnav {
        border-right: 4px solid #fff;
        margin: 0 auto;
        width: 980px;
        display: table;
        table-layout: fixed;
    }

    #gnav > a {
        background-position: center -10px;
        background-repeat: no-repeat;
        border-left: 4px solid #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: table-cell;
        height: 78px;
        text-align: center;
        padding-top: 30px;
        position: relative;
        width: 100%;
        z-index: 2;
    }

    #gnav > a:before {
        background: #FFCC99;
        border-radius: 50%;
        background-position: 50%;
        background-repeat: no-repeat;
        content: "";
        height: 84px;
        left: 50%;
        margin-left: -42px;
        position: absolute;
        top: -30px;
        width: 84px;
        z-index: -1;
    }

    #gnav > a.introduction:before {
        background-image: url(/images/img-ic-menu-introduction.png);
    }

    #gnav > a.about:before {
        background-image: url(/images/img-ic-menu-about.png);
    }

    #gnav > a.online:before {
        background-image: url(/images/img-ic-menu-online.png);
    }

    #gnav > a.nomal:before {
        background-image: url(/images/img-ic-menu-nomal.png);
    }

    #gnav > a.beauty:before {
        background-image: url(/images/img-ic-menu-beauty.png);
    }

    #gnav > a.reserve:before {
        background-image: url(/images/img-ic-menu-reserve.png);
    }

    #gnav > a.acess:before {
        background-image: url(/images/img-ic-menu-acess.png);
    }

    #gnav > a img {
        width: auto;
        height: 19px;
    }

    .sec_wrap {
        padding: 40px 0 20px;
    }

    .sec_wrap_green {
        background: #FFF2E5;
    }

    .sec_inr {
        margin: 0 auto 40px;
        width: 980px;
    }

    .sec_inr_top_image {
        width: 100%;
    }

    .sec_inr_top_image > p {
        padding-bottom: 25px;
    }

    .sec_ttl_wrap {
        border-bottom: 3px solid #FFCC99;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .sec_ttl_wrap > h1 {
        background-repeat: no-repeat;
        float: left;
        font-weight: 700;
        padding-left: 40px;
    }

    .sec_ttl_wrap > h1 > img {
        padding-bottom: 4px;
    }

    .sec_ttl_wrap > h1.infomation {
        background-image: url(/images/img-ttl-ic_-nfomation-marc.png);
    }

    .sec_ttl_wrap > h1.schedule {
        background-image: url(/images/img-ttl-ic-schedule-marc.png);
    }

    .sec_ttl_wrap > h1.point {
        background-image: url(/images/img-ttl-ic-point-marc.png);
    }

    .sec_ttl_wrap > h1.dr {
        background-image: url(/images/img-ttl-ic-introduction-marc.png);
    }

    .sec_ttl_wrap > h1.diary {
        background-image: url(/images/img-ic-reserve-marc.png);
        background-size: 31px auto;
    }

    .sec_ttl_wrap > h1.gallery {
        background-image: url(/images/img-ttl-ic-gallery-marc.png);
    }

    .sec_ttl_wrap > h1.firstvisit {
        background-image: url(/images/img-ttl-ic-firstvisit-marc.png);
    }

    .sec_ttl_wrap > h1.menu {
        background-image: url(/images/img-ttl-ic-menu-marc.png);
    }

    .sec_ttl_wrap > h1.commentary {
        background-image: url(/images/img-ttl-ic-commentary-marc.png);
    }

    .sec_ttl_wrap > h1.search {
        background-image: url(/images/img-ttl-ic-search-marc.png);
    }

    .sec_ttl_wrap > h1.tokushu {
        background-image: url(/images/img-ttl-ic-tokushu-marc.png);
    }

    .sec_ttl_wrap > h1.depilation {
        background-image: url(/images/img-ttl-ic-depilation-marc.png);
    }

    .sec_ttl_wrap > h1.facial {
        background-image: url(/images/img-ttl-ic-facial-marc.png);
    }

    .sec_ttl_wrap > h1.pierce {
        background-image: url(/images/img-ttl-ic-pierce-marc.png);
    }

    .sec_ttl_wrap > h1.skincare {
        background-image: url(/images/img-ttl-ic-skincare-marc.png);
    }

    .sec_ttl_wrap > h1.biyouhihu {
        background-image: url(/images/img-ttl-ic-biyouhihu-marc.png);
    }

    .sec_ttl_wrap > h1.reserve {
        background-image: url(/images/img-ic-reserve-marc.png);
    }

    .sec_inr.diary {
        text-align: center;
    }

    .sec_inr a:hover {
        opacity: .8;
    }

    .sec_inr a#diary-banner img {
        width: 70%;
    }

    .sec_inr h2.arrow_ttl {
        background-color: #fff;
        background-image: url(/images/img-arrow-green.png);
        background-position: 10px 50%;
        background-repeat: no-repeat;
        background-size: 18px auto;
        border-radius: 5px;
        font-family: ヒラギノ丸ゴ Pro W4, ヒラギノ丸ゴ Pro, Hiragino Maru Gothic Pro, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO;
        font-weight: 700;
        margin: 30px 0 10px;
        padding: 5px 15px 5px 35px;
    }

    .sec_inr h3 {
        font-weight: 700;
    }

    .sec_inr h3.sec_txt_wrap_h3 {
        border-bottom: 2px solid #FFCC99;
        font-weight: 700;
        margin: 20px 0 10px;
        padding-bottom: 5px;
    }

    .sec_inr h3.page_ttl_h3 {
        font-size: 18px;
        margin: 30px 0 10px;
    }

    .sec_inr h3.bigger {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .sec_txt_wrap.double {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 20px 0;
        width: 980px;
    }

    .sec_txt_wrap.double > div:first-child {
        float: left;
        width: 400px;
    }

    .sec_txt_wrap.double > div:first-child > p {
        padding-bottom: 20px;
    }

    .sec_txt_wrap.double > div:last-child {
        float: right;
        line-height: 1.7;
        width: 550px;
    }

    .sec_txt_wrap.double .sec_txt_wrap {
        padding: 0;
    }

    .sec_txt_wrap.separate > div {
        float: left;
        width: 50%;
    }

    .sec_txt_wrap {
        padding: 0 15px;
    }

    .sec_txt_wrap > h3 {
        font-weight: 700;
    }

    .sec_txt_wrap > h4 {
        font-weight: 700;
        margin-top: 40px;
    }

    .sec_txt_wrap .image_list > p {
        float: left;
        padding: 20px 30px 20px 0;
        width: 310px;
    }

    .sec_txt_double_table {
        font-size: 14px;
        margin: 20px 0 40px;
        width: 470px;
    }

    .sec_txt_double_table tr {
        border-bottom: 2px solid #FFF2E5;
    }

    .sec_txt_double_table th {
        background: #ede9e3;
        border-right: 2px solid #FFF2E5;
        padding: 7px 10px;
        text-align: left;
        width: 260px;
    }

    .sec_txt_double_table td {
        background: #fff;
        padding-left: 10px;
        text-align: right;
    }

    .sec_inr_cont_txt {
        padding-bottom: 50px;
    }

    .reserve_step_list a,
    .sec_inr_cont_txt > a {
        color: #f39525;
        text-decoration: underline;
    }

    .reserve_step_list a:hover,
    .sec_inr_cont_txt > a:hover {
        text-decoration: none;
    }

    .sec_inr_cont_txt.double {
        float: left;
        width: 720px;
    }

    .sec_inr_cont_dl_btn {
        float: left;
        margin-top: -20px;
        text-align: right;
        max-width: 180px;
        margin-left: 80px;
    }

    .sec_inr_cont h2 {
        font-size: 24px;
        font-weight: 700;
    }

    .sec_ttl_link_txt {
        color: #2c2c2c;
        float: right;
        font-size: 14px;
        font-weight: 700;
        padding-right: 10px;
        position: relative;
    }

    .sec_ttl_link_txt:after {
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #2c2c2c;
        content: "";
        display: inline-block;
        margin-top: -8px;
        right: 0;
        top: 50%;
        position: absolute;
    }

    .infomation_all_wrap .information_item_inr {
        border-bottom: 1px solid #FFCC99;
        padding-bottom: 10px;
    }

    .information_item_inr {
        margin-bottom: 20px;
    }

    .information_item_left,
    .information_item_right {
        float: left;
    }

    .information_item_left {
        width: 230px;
    }

    .information_item_left.dr_topic {
        width: 140px;
    }

    .information_item_left .information_item_category,
    .information_item_left .information_item_date {
        float: left;
    }

    .information_item_right {
        width: 750px;
    }

    .information_item_date {
        font-weight: 700;
        margin-right: 10px;
        width: 122px;
    }

    .information_item_category {
        background: #abb3ac;
        border-radius: 14px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        font-size: 12px;
        margin: 3px 3px 0 0;
        padding: 2px 5px;
        text-align: center;
    }

    .information_item_category.kyusin {
        background: #f39525;
    }

    .information_item_category.yoyaku {
        background: #6badd6;
    }

    .information_item_txt {
        text-align: left;
        width: 750px;
    }

    .information_item_txt .detail_link {
        float: right;
    }

    .information_item_txt a {
        color: #f39525;
        text-decoration: underline;
    }

    .information_item_txt.dr_topic_ttl a {
        color: #000;
        text-decoration: none;
    }

    .information_item_txt a:hover {
        text-decoration: none;
    }

    .information_item_txt.dr_topic_ttl a:hover {
        text-decoration: underline;
    }

    .scdl_table {
        float: left;
        font-size: 14px;
        text-align: center;
        width: 660px;
    }

    .scdl_table th {
        background: #78664d;
        color: #fff;
    }

    .scdl_table td,
    .scdl_table th {
        border-bottom: 2px solid #FFF2E5;
        border-right: 2px solid #FFF2E5;
        padding: 5px;
    }

    .scdl_table td {
        background: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-width: 60px;
        vertical-align: middle;
    }

    .scdl_table td.close {
        background-color: #FFF2E5;
    }

    .scdl_table td:first-child {
        background: #ede9e3;
    }

    .scdl_contact {
        float: right;
        width: 300px;
    }

    .scdl_contact_ttl {
        font-size: 18px;
        font-weight: 700;
    }

    .scdl_contact_tel {
        width: 280px;
    }

    .scdl_contact_date {
        font-size: 18px;
        padding-top: 5px;
        vertical-align: middle;
    }

    .scdl_contact_date > span {
        border-radius: 20px;
        color: #fff;
        display: block;
        background: #f39525;
        font-size: 12px;
        font-weight: 400;
        margin: 5px 7px 0 0;
        padding: 0 5px;
        text-align: center;
        width: 40px;
    }

    .scdl_contact_date > p,
    .scdl_contact_date > span {
        float: left;
        vertical-align: middle;
    }

    .scdl_attention,
    .scdl_bottom_attention {
        font-size: 12px;
    }

    .scdl_bottom_attention > p:first-child {
        padding-bottom: 10px;
    }

    .scdl_bottom_attention > p > span {
        font-weight: 700;
    }

    .scdl_merit_wrap {
        width: 980px;
    }

    .scdl_merit_wrap > li {
        float: left;
        margin-top: 30px;
        width: 300px;
    }

    .scdl_merit_wrap > li:nth-child(2) {
        margin: 30px 40px 0;
    }

    .scdl_merit_wrap > li > img {
        height: auto;
        width: 100%;
    }

    .point_list_item {
        background: #fff;
        border: 4px solid #FFCC99;
        margin-bottom: 20px;
        display: table;
    }

    .point_list_item:last-child {
        margin-bottom: 0;
    }

    .point_list_item_ttl,
    .point_list_item_txt {
        display: table-cell;
    }

    .point_list_item_ttl01,
    .point_list_item_ttl02,
    .point_list_item_ttl03,
    .point_list_item_ttl04,
    .point_list_item_ttl05 {
        padding: 31px 0 20px;
        text-align: center;
        vertical-align: middle;
        width: 250px;
    }

    .point_list_item_ttl02 {
        padding: 45px 0 20px;
    }

    .point_list_item_ttl04 {
        padding: 21px 0 20px;
    }

    .point_list_item_ttl01 > img {
        height: auto;
        max-width: 150px;
    }

    .point_list_item_ttl02 > img {
        height: auto;
        max-width: 200px;
    }

    .point_list_item_ttl03 > img {
        height: auto;
        max-width: 170px;
    }

    .point_list_item_ttl04 > img {
        height: auto;
        max-width: 200px;
    }

    .point_list_item_ttl05 > img {
        height: auto;
        max-width: 150px;
    }

    .point_list_item_ttl01 > p,
    .point_list_item_ttl02 > p,
    .point_list_item_ttl03 > p,
    .point_list_item_ttl04 > p,
    .point_list_item_ttl05 > p {
        font-size: 17px;
        padding-top: 10px;
        line-height: 1;
    }

    .point_list_item_ttl03 > p > a,
    .point_list_item_ttl04 > p > a,
    .point_list_item_ttl05 > p > a {
        color: #f39525;
        text-decoration: underline;
    }

    .point_list_item_ttl03 > p > a:hover,
    .point_list_item_ttl04 > p > a:hover,
    .point_list_item_ttl05 > p > a:hover {
        text-decoration: none;
    }

    .point_list_item_txt {
        border-left: 4px dashed #FFCC99;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 17px;
        line-height: 1.5;
        min-height: 125px;
        padding: 25px 20px 20px;
        vertical-align: middle;
        width: 700px;
    }

    .map_wrap {
        margin: 0 auto;
        padding: 20px 0;
        width: 980px;
    }

    .map_img_wrap {
        float: left;
        width: 300px;
    }

    .map_info {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-top: 20px;
        padding-left: 40px;
        width: 680px;
    }

    .map_info h1 {
        font-size: 22px;
        font-weight: 700;
    }

    .map_info_btm_left,
    .map_info_btm_right {
        margin-top: 10px;
        float: left;
    }

    #footer {
        background: #FFCC99;
    }

    .footer_inr {
        margin: 0 auto;
        padding: 30px 0 20px;
        position: relative;
        width: 980px;
        text-align: center;
    }

    .footer_gotop {
        bottom: 5px;
        position: absolute;
        right: 0;
    }

    a.footer_gotop:hover {
        opacity: .8;
    }

    .footer_link {
        margin: 0 auto;
        display: inline-block;
        vertical-align: top;
    }

    .footer_link > li {
        border-right: 2px solid #fff;
        float: left;
        font-size: 16px;
        line-height: 1;
        padding: 0 12px;
        margin-bottom: 10px;
    }

    .footer_link > li:last-child {
        border-right: 0;
    }

    .footer_link > li > a {
        color: #fff;
    }

    .footer_link > li > a:hover {
        text-decoration: underline;
    }

    .footer_inr .copy {
        color: #fff;
        font-size: 12px;
        margin-top: 10px;
        text-align: center;
    }

    .rcptn_btn_orng {
        background: #f39525;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
        line-height: 1;
        padding: 15px 25px 15px 10px;
        position: relative;
    }

    .rcptn_btn_orng:after {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid #fff;
        content: "";
        display: block;
        margin-top: -6px;
        position: absolute;
        right: 10px;
        top: 50%;
    }

    .header_inr .rcptn_btn_orng {
        float: right;
        margin-top: 22px;
    }

    .sec_ttl_wrap .rcptn_btn_orng {
        font-size: 16px;
        padding: 6px 20px 6px 10px;
        float: right;
    }

    .map_info_btm_right .rcptn_btn_orng {
        font-size: 12px;
        margin: 10px 0 0 40px;
        display: block;
    }

    .chld_gnav {
        background: #FFCC99;
        border-top: 4px solid #fff;
        width: 100%;
    }

    .chld_gnav_inr {
        border-right: 4px solid #fff;
        display: table;
        font-size: 0;
        margin: 0 auto;
        table-layout: fixed;
        width: 980px;
    }

    .chld_gnav_inr,
    .chld_gnav_inr > a {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .chld_gnav_inr > a {
        border-left: 4px solid #fff;
        display: table-cell;
    }

    .chld_gnav_inr > a > img {
        height: auto;
        width: 100%;
    }

    .introduction_dr_wrap {
        background: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        padding: 30px;
        width: 980px;
    }

    .introduction_dr_left {
        float: left;
        text-align: center;
        width: 260px;
    }

    .introduction_dr_left .dr_image {
        padding-bottom: 15px;
    }

    .introduction_dr_right {
        background-image: url(/images/img-text-btm-line.jpg);
        background-position: 0 40px;
        background-repeat: repeat-x;
        float: right;
        width: 640px;
        margin-top: -10px;
        letter-spacing: -1.2px;
        line-height: 2.6;
        position: relative;
    }

    .introduction_dr_right .pen {
        bottom: 50px;
        position: absolute;
        right: -14px;
    }

    .introduction_dr_right_name {
        text-align: right;
        padding-top: 10px;
    }

    .dr_backborn > ul {
        float: left;
        width: 480px;
    }

    .dr_backborn > ul:nth-child(2) {
        float: right;
    }

    .dr_backborn > ul > li {
        padding-bottom: 10px;
    }

    .dr_backborn > ul > li > p {
        float: left;
    }

    .dr_backborn > ul > li > p:first-child {
        font-weight: 700;
        width: 140px;
    }

    .dr_backborn > ul:first-child > li > p:first-child {
        width: 70px;
    }

    .dr_backborn > ul > li > p:last-child {
        width: 340px;
    }

    .dr_backborn > ul:first-child > li > p:last-child {
        width: 400px;
    }

    .dr_backborn > ul > li.no_float > p {
        float: none;
    }

    .dr_backborn > ul > li.no_float > p:first-child {
        width: 100%;
    }

    .gallery_list li {
        float: left;
        margin-bottom: 30px;
        width: 310px;
    }

    .gallery_list li:nth-child(3n+2) {
        margin: 0 25px;
    }

    .gallery_list li > p.gallery_list_ttl {
        font-family: ヒラギノ丸ゴ Pro W4, ヒラギノ丸ゴ Pro, Hiragino Maru Gothic Pro, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO;
        font-size: 18px;
        font-weight: 700;
    }

    .gallery_list li > p {
        font-size: 16px;
    }

    .step_ttl_wrap > h1 {
        font-family: ヒラギノ丸ゴ Pro W4, ヒラギノ丸ゴ Pro, Hiragino Maru Gothic Pro, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO;
        font-size: 34px;
        text-align: center;
        font-weight: 700;
    }

    .step_ttl_sub {
        font-size: 24px;
    }

    .step_ttl_attention,
    .step_ttl_sub {
        text-align: center;
    }

    .step_list_wrap {
        margin: 40px auto 0;
        width: 950px;
    }

    .step_list_wrap li {
        float: left;
        margin-bottom: 20px;
        padding-right: 130px;
        position: relative;
        width: 230px;
    }

    .step_list_wrap li > p:first-child {
        padding-bottom: 10px;
    }

    .step_list_wrap li:nth-child(4) {
        padding-left: 190px;
    }

    .step_list_wrap li:nth-child(3),
    .step_list_wrap li:nth-child(5) {
        padding-right: 0;
    }

    .step_list_wrap li:nth-child(3):after,
    .step_list_wrap li:nth-child(5):after {
        content: "";
    }

    .step_list_wrap li:after {
        content: url(/images/img-step-arrow.png);
        position: absolute;
        right: 30px;
        top: 80px;
    }

    .page_link_wrap {
        background: #fff;
        width: 100%;
    }

    .page_link_inr {
        margin: 0 auto;
        padding: 10px 0;
        width: 870px;
    }

    .wrap.beauty .page_link_inr {
        text-align: center;
    }

    .wrap.price .page_link_inr {
        width: 670px;
    }

    .page_link_inr > a {
        background-image: url(/images/sp-img-ic-plus-menu-open.png);
        background-repeat: no-repeat;
        background-size: 18px auto;
        border-right: 1px solid #2c2c2c;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #2c2c2c;
        margin: 0 10px;
        padding: 0 20px;
    }

    .page_link_inr > a:hover {
        opacity: .8;
    }

    .wrap.beauty .page_link_inr > a,
    .wrap.price .page_link_inr > a {
        background-size: 16px auto;
        font-size: 16px;
    }

    .wrap.beauty .page_link_inr > a:nth-child(4) {
        border-right: none;
    }

    .page_link_inr > a:last-child {
        border-right: 0;
        margin-right: 0;
        padding: 0 0 0 20px;
    }

    .col3_item_wrap > ul {
        float: left;
        width: 33.333%;
    }

    .bigger {
        font-weight: 700;
        padding-top: 15px;
    }

    .price_row_5_table {
        font-size: 14px;
        margin: 20px 0 40px;
        width: 100%;
    }

    .price_row_2_table tr,
    .price_row_3_table tr,
    .price_row_5_table tr {
        background-color: #ede9e3;
        border-bottom: 2px solid #FFF2E5;
    }

    .price_row_5_table tr > th:first-child {
        padding: 10px 15px;
        text-align: left;
        width: 200px;
    }

    .price_row_5_table tr:first-child {
        background-color: #78664d;
        color: #fff;
        text-align: center;
    }

    .price_row_2_table td,
    .price_row_2_table th,
    .price_row_3_table td,
    .price_row_3_table th,
    .price_row_5_table td,
    .price_row_5_table th {
        border-right: 2px solid #FFF2E5;
        padding: 10px 15px;
    }

    .price_row_3_table tr:nth-child(n+2) td,
    .price_row_5_table tr:nth-child(n+2) td {
        background-color: #fff;
    }

    .price_row_5_table tr:nth-child(n+2) td:nth-child(n) {
        text-align: right;
    }

    .txt_left {
        text-align: left !important;
    }

    .price_row_3_table {
        font-size: 14px;
        margin: 10px 0;
        width: 660px;
    }

    .price_row_3_table tr:first-child {
        background-color: #78664d;
        color: #fff;
        text-align: center;
    }

    .price_row_3_table th {
        width: 280px;
    }

    .price_row_3_table tr:nth-child(n+2) td {
        text-align: right;
    }

    .price_row_4_table {
        width: 850px;
    }

    .price_row_2_table {
        font-size: 14px;
        width: 440px;
    }

    .price_row_2_table th {
        background-color: #ede9e3;
        text-align: left;
    }

    .price_row_2_table td {
        background-color: #fff;
        text-align: right;
    }

    .biyou_step_wrap .biyou_step_left {
        float: left;
        position: relative;
        width: 200px;
        z-index: 2;
    }

    .biyou_step_wrap .biyou_step_left:after {
        background-color: #FFCC99;
        content: "";
        display: block;
        height: 750px;
        left: 75px;
        position: absolute;
        top: 0;
        width: 20px;
        z-index: -1;
    }

    .biyou_step_wrap .biyou_step_left > p {
        padding-bottom: 40px;
    }

    .biyou_step_wrap .biyou_step_right {
        float: right;
        width: 730px;
    }

    .biyou_step_wrap .biyou_step_right > div {
        padding-bottom: 55px;
    }

    .biyou_step_wrap .biyou_step_right > div:first-child {
        padding-bottom: 85px;
        padding-top: 25px;
    }

    .biyou_step_wrap .biyou_step_right > div:nth-child(2) {
        padding-bottom: 70px;
    }

    .biyou_step_wrap .biyou_step_right > div:nth-child(3) {
        padding-bottom: 90px;
    }

    .biyou_step_wrap .biyou_step_right > div > p {
        font-size: 16px;
    }

    .reserve_step_list {
        padding-bottom: 10px;
    }

    .reserve_step_list li {
        background-image: url(/images/img-reserve-arrow-right.png);
        background-position: 95% 50%;
        background-repeat: no-repeat;
        float: left;
        padding-right: 55px;
        width: 290px;
    }

    .reserve_step_list li:nth-child(3) {
        background: none;
        padding-right: 0;
    }

    .reserve_step_list li > div:first-child {
        background-color: #FFCC99;
        color: #fff;
        font-family: ヒラギノ丸ゴ Pro W4, ヒラギノ丸ゴ Pro, Hiragino Maru Gothic Pro, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO;
        padding: 15px 0 5px;
        text-align: center;
    }

    .reserve_step_list li > div:first-child p {
        font-size: 20px;
        line-height: 1;
    }

    .reserve_step_list li > div:first-child h4 {
        font-size: 24px;
    }

    .reserve_step_list li > div:nth-child(2) {
        border-right: 2px solid #FFCC99;
        border-bottom: 2px solid #FFCC99;
        border-left: 2px solid #FFCC99;
        background: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1.5;
        min-height: 220px;
        padding: 15px;
    }

    .allow_left_link {
        padding-left: 15px;
        position: relative;
    }

    .allow_left_link:after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #2c2c2c;
        content: "";
        display: inline-block;
        margin-top: -8px;
        left: 0;
        top: 50%;
        position: absolute;
    }

    .access_info_wrap > div:first-child {
        float: left;
        width: 390px;
    }

    .access_info_wrap > div:nth-child(2) {
        float: right;
        width: 530px;
    }

    .access_info_wrap > div:nth-child(2) .information_item_txt {
        width: 100%;
    }

    .access_info_wrap > div:nth-child(2) h3 {
        font-size: 24px;
    }

    .access_info_wrap > div:nth-child(2) .scdl_contact_date.first {
        margin-top: 20px;
    }

    .access_info_wrap > div:nth-child(2) .scdl_contact_date.second {
        margin-bottom: 20px;
    }

    .access_info_wrap > div:nth-child(2) .information_item_inr {
        float: none;
    }

    .price_table {
        font-size: 14px;
        margin: 0 0 10px;
        width: 600px;
    }

    .price_table tr {
        border-bottom: 1px solid #FFF2E5;
    }

    .price_table td,
    .price_table th {
        padding: 10px 15px;
        vertical-align: middle;
    }

    .price_table th {
        background-color: #ede9e3;
        font-weight: 700;
        text-align: left;
        width: 40%;
    }

    .price_table th.double {
        background-color: #78664d;
        color: #fff;
    }

    .price_table td {
        background-color: #fff;
        text-align: right;
        width: 50%;
    }

    .info_detail_wrap .information_item_left,
    .info_detail_wrap .information_item_right {
        float: none;
    }

    .info_detail_wrap .information_item_inr {
        border-bottom: 1px solid #FFCC99;
    }

    .info_detail_wrap .information_item_inr h1.info_detail_ttl {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .info_detail_inr {
        padding-bottom: 20px;
    }

    .info_detail_wrap img {
        width: auto;
        max-width: 100%;
    }

    .page-numbers {
        background: #78664d;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        line-height: 1;
        margin-bottom: 15px;
        padding: 12px 0;
        width: 36px;
    }

    .page-numbers.next,
    .page-numbers.prev {
        width: 60px;
    }

    .page-numbers.current {
        background-color: #FFCC99;
    }

    .pager_wrap {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        padding: 0 10px;
    }

    .text_align_right {
        text-align: right;
    }

    .hydrafacial_image_box {
        margin: 0 auto;
        float: unset !important;
    }

    .hydrafacial_image {
        max-height: 380px;
        width: auto;
    }
}

/* Mobile Styles */
@media print, screen and (max-width: 768px) {
    body {
        color: #000;
        font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, sans-serif;
        line-height: 1.8;
        font-size: 12px;
    }

    body.fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }

    .sp_none {
        display: none !important;
    }

    .attention_txt {
        font-size: 10px !important;
    }

    .header_wrap {
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10001;
    }

    #header {
        background: #fff;
        background-image: url(/images/img-header-btm-lines.jpg);
        background-position: bottom;
        background-repeat: repeat-x;
        background-size: 4px 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 5px 20px;
        width: 100%;
    }

    .header_inr {
        position: relative;
    }

    .header_logo {
        display: block;
        width: 150px;
    }

    .header_inr .rcptn_btn_orng.header_inr_reserve {
        font-size: 10px;
        margin-top: 0;
        padding: 11px 5px;
        position: absolute;
        right: 80px;
        top: 0;
    }

    .header_inr .header_inr_reserve:after {
        border: 0;
        content: "";
    }

    .sp_gnav_trg {
        background: #FFCC99;
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: 10px 50%;
        border-radius: 5px;
        color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        font-size: 10px;
        font-weight: 700;
        padding: 7px 0 7px 18px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        vertical-align: middle;
        width: 70px;
    }

    .sp_gnav_trg.open {
        background-image: url(/images/sp-img-gnav-trg-open.png);
    }

    .sp_gnav_trg.close {
        background-image: url(/images/sp-img-gnav-trg-close.png);
    }

    .sp_gnav_wrap {
        background: #fff;
        overflow: scroll;
        position: fixed;
        right: -250px;
        width: 250px;
        z-index: 10003;
    }

    .sp_gnav_wrap > ul > li {
        border-bottom: 1px solid #c7c7c7;
    }

    .sp_gnav_wrap > ul > li > a {
        color: #2c2c2c;
        display: block;
        padding: 10px 15px;
    }

    .sp_gnav_chld_trg {
        background-position: 95% 50%;
        background-repeat: no-repeat;
        background-size: 20px;
    }

    .sp_gnav_chld_trg.open {
        background-image: url(/images/sp-img-ic-plus-menu-open.png);
    }

    .sp_gnav_chld_trg.close {
        background-image: url(/images/sp-img-ic-plus-menu-close.png);
    }

    .sp_gnav_chld_inr {
        background: #FFF2E5;
        display: none;
    }

    .sp_gnav_chld_inr > li {
        border-top: 1px solid #c7c7c7;
    }

    .sp_gnav_chld_inr > li > a {
        color: #2c2c2c;
        display: block;
        padding: 10px 15px 10px 30px;
        position: relative;
    }

    .sp_gnav_chld_inr > li > a:after {
        content: "";
        left: 15px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #FFCC99;
        border-right: 1px solid #FFCC99;
        margin-top: -4px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        position: absolute;
    }

    .sp_gnav_bg {
        background: rgba(0, 0, 0, .8);
        display: none;
        height: 100vh;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
    }

    .wrap {
        padding-top: 57px;
    }

    .main_vis_wrap {
        height: 160px;
        padding: 15px 0;
        position: relative;
        overflow-y: hidden;
    }

    .main_vis_map {
        display: none;
    }

    .main_vis_inr {
        height: 160px;
        text-align: center;
        visibility: hidden;
        width: 100%;
    }

    .slick-initialized.main_vis_inr {
        visibility: visible;
    }

    .main_vis_inr .slick-slide {
        margin: auto;
        text-align: center;
        text-align: -webkit-center;
        width: 280px;
    }

    .main_vis_inr .slick-slide img {
        height: auto;
        text-align: center;
        width: 95%;
    }

    .main_vis_arrow_wrap {
        height: 33px;
        left: 50%;
        margin-left: -160px;
        position: absolute;
        top: 45%;
        width: 320px;
    }

    .main_vis_inr .slick-arrow {
        position: absolute;
        top: 0;
        z-index: 9998;
    }

    .main_vis_wrap .slick-next,
    .main_vis_wrap .slick-prev {
        height: 34px;
        width: 30px;
    }

    .main_vis_wrap .slick-next > img,
    .main_vis_wrap .slick-prev > img {
        height: auto;
        width: 100%;
    }

    .main_vis_wrap .slick-next {
        right: 10px;
    }

    .main_vis_wrap .slick-prev {
        left: 10px;
    }

    .slick-next:before,
    .slick-prev:before {
        content: "" !important;
    }

    .main_vis_wrap .slick-next:after,
    .main_vis_wrap .slick-prev:after {
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100%;
        content: "";
        display: block;
        height: 34px;
        margin-top: -20px;
        width: 30px;
    }

    .main_vis_wrap .slick-prev:after {
        background-image: url(/images/sp-img-btn-left-arrow.png);
    }

    .main_vis_wrap .slick-next:after {
        background-image: url(/images/sp-img-btn-right-arrow.png);
    }

    .main_vis_inr .slick-slide:not(.slick-center) {
        -webkit-filter: opacity(70%);
        -moz-filter: opacity(70%);
        -o-filter: opacity(70%);
        -ms-filter: opacity(70%);
        filter: opacity(70%);
        -webkit-transition: .2s linear;
        transition: .2s linear;
    }

    .sec_wrap {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px 15px;
        width: 100%;
    }

    .sec_wrap_green {
        background: #FFF2E5;
    }

    .sec_inr {
        margin: 0 auto 30px;
        width: 100%;
    }

    .sec_ttl_wrap {
        border-bottom: 2px solid #FFCC99;
        margin-bottom: 15px;
        padding-bottom: 5px;
    }

    .sec_ttl_wrap > h1 {
        background-repeat: no-repeat;
        background-size: 20px;
        float: left;
        font-weight: 700;
        padding-left: 25px;
    }

    .sec_ttl_wrap > h1 > img {
        padding-bottom: 4px;
        height: 15px;
        width: auto;
    }

    .sec_ttl_wrap > h1.infomation {
        background-image: url(/images/img-ttl-ic_-nfomation-marc.png);
    }

    .sec_ttl_wrap > h1.schedule {
        background-image: url(/images/img-ttl-ic-schedule-marc.png);
    }

    .sec_ttl_wrap > h1.point {
        background-image: url(/images/img-ttl-ic-point-marc.png);
    }

    .sec_ttl_wrap > h1.dr {
        background-image: url(/images/img-ttl-ic-introduction-marc.png);
    }

    .sec_ttl_wrap > h1.diary {
        background-image: url(/images/img-ic-reserve-marc.png);
        background-size: 19px auto;
    }

    .sec_ttl_wrap > h1.gallery {
        background-image: url(/images/img-ttl-ic-gallery-marc.png);
    }

    .sec_ttl_wrap > h1.firstvisit {
        background-image: url(/images/img-ttl-ic-firstvisit-marc.png);
    }

    .sec_ttl_wrap > h1.menu {
        background-image: url(/images/img-ttl-ic-menu-marc.png);
    }

    .sec_ttl_wrap > h1.commentary {
        background-image: url(/images/img-ttl-ic-commentary-marc.png);
    }

    .sec_ttl_wrap > h1.search {
        background-image: url(/images/img-ttl-ic-search-marc.png);
    }

    .sec_ttl_wrap > h1.tokushu {
        background-image: url(/images/img-ttl-ic-tokushu-marc.png);
    }

    .sec_ttl_wrap > h1.depilation {
        background-image: url(/images/img-ttl-ic-depilation-marc.png);
    }

    .sec_ttl_wrap > h1.facial {
        background-image: url(/images/img-ttl-ic-facial-marc.png);
    }

    .sec_ttl_wrap > h1.pierce {
        background-image: url(/images/img-ttl-ic-pierce-marc.png);
    }

    .sec_ttl_wrap > h1.skincare {
        background-image: url(/images/img-ttl-ic-skincare-marc.png);
    }

    .sec_ttl_wrap > h1.biyouhihu {
        background-image: url(/images/img-ttl-ic-biyouhihu-marc.png);
    }

    .sec_ttl_wrap > h1.reserve {
        background-image: url(/images/img-ic-reserve-marc.png);
    }

    .sec_inr h2.arrow_ttl {
        background-color: #fff;
        background-image: url(/images/img-arrow-green.png);
        background-position: 10px 50%;
        background-repeat: no-repeat;
        background-size: 16px auto;
        border-radius: 5px;
        font-family: ヒラギノ丸ゴ Pro W4, ヒラギノ丸ゴ Pro, Hiragino Maru Gothic Pro, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO;
        font-weight: 700;
        margin: 20px 0 10px;
        padding: 5px 15px 5px 35px;
    }

    .sec_inr h2.arrow_ttl.no_mgt {
        margin-top: 0;
    }

    .sec_inr h3 {
        font-weight: 700;
    }

    .sec_inr h3.sec_txt_wrap_h3 {
        border-bottom: 2px solid #FFCC99;
        font-weight: 700;
        margin: 10px 0 5px;
        padding-bottom: 5px;
    }

    .sec_inr h3.page_ttl_h3 {
        font-size: 14px;
        margin: 30px 0 10px;
    }

    .sec_txt_wrap.double {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    .sec_txt_wrap.double > div:first-child {
        width: 100%;
    }

    .sec_txt_wrap.double > div:first-child > p {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding-bottom: 20px;
        width: 50%;
    }

    .sec_txt_wrap.double > div:first-child > p.one_image {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        margin: 0 auto;
        padding-bottom: 20px;
        width: 70%;
    }

    .sec_txt_wrap.double > div:first-child > p:first-child {
        padding-right: 5px;
    }

    .sec_txt_wrap.double > div:first-child > p:last-child {
        padding-left: 5px;
    }

    .sec_txt_wrap.double > div:first-child > p > img {
        height: auto;
        width: 100%;
    }

    .sec_txt_wrap.double > div:last-child {
        line-height: 1.7;
    }

    .sec_txt_wrap {
        padding: 0 10px;
    }

    .sec_txt_wrap > h3,
    .sec_txt_wrap > h4 {
        font-weight: 700;
    }

    .sec_txt_wrap .image_list {
        margin: 20px auto 0;
        max-width: 400px;
        width: 100%;
    }

    .sec_txt_wrap .image_list > p {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        max-width: 200px;
        width: 50%;
    }

    .sec_txt_wrap .image_list > p:first-child {
        padding-right: 5px;
    }

    .sec_txt_wrap .image_list > p:last-child {
        padding-left: 5px;
    }

    .sec_txt_wrap .image_list > p > img {
        height: auto;
        width: 100%;
    }

    .sec_txt_double_table {
        font-size: 10px;
        margin: 20px 0 40px;
        width: 100%;
    }

    .sec_txt_double_table tr {
        border-bottom: 2px solid #FFF2E5;
    }

    .sec_txt_double_table th {
        background: #ede9e3;
        border-right: 2px solid #FFF2E5;
        padding: 7px 10px;
        text-align: left;
        width: 40%;
    }

    .sec_txt_double_table td {
        background: #fff;
        padding-left: 10px;
        text-align: right;
    }

    .sec_inr_top_image > p {
        margin-top: -20px;
        padding-bottom: 30px;
    }

    .col2_item_wrap ul:first-child {
        float: left;
        width: 50%;
    }

    .col2_item_wrap ul:nth-child(2) {
        float: right;
        width: 50%;
    }

    .col2_item_wrap ul .bigger {
        font-weight: 700;
        padding-top: 15px;
    }

    .sec_inr_cont_txt {
        padding-bottom: 20px;
    }

    .reserve_step_list a,
    .sec_inr_cont_txt > a {
        color: #f39525;
        text-decoration: underline;
    }

    .sec_inr_cont_dl_btn {
        display: block;
        margin: 0 auto 20px;
        width: 240px;
    }

    .sec_inr_cont h2 {
        font-size: 12px;
        font-weight: 700;
    }

    .sec_ttl_link_txt {
        color: #2c2c2c;
        float: right;
        font-size: 10px;
        font-weight: 700;
        padding-right: 7px;
        position: relative;
    }

    .sec_ttl_link_txt:after {
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #2c2c2c;
        content: "";
        display: inline-block;
        margin-top: -4px;
        right: 0;
        top: 50%;
        position: absolute;
    }

    .infomation_all_wrap .information_item_inr {
        border-bottom: 1px solid #FFCC99;
        padding-bottom: 15px;
    }

    .information_item_inr {
        margin-bottom: 15px;
    }

    .information_item_left .information_item_category,
    .information_item_left .information_item_date {
        float: left;
    }

    .information_item_inr > h1,
    .information_item_inr > p {
        font-size: 12px;
    }

    .information_item_date {
        font-weight: 700;
        margin-right: 20px;
        width: 70px;
    }

    .information_item_category {
        background: #abb3ac;
        border-radius: 14px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        font-size: 9px;
        margin: 0;
        padding: 1px 2px;
        text-align: center;
        min-width: 50px;
    }

    .information_item_category.kyusin {
        background: #f39525;
    }

    .information_item_category.yoyaku {
        background: #6badd6;
    }

    .information_item_txt {
        width: 100%;
    }

    .information_item_txt a {
        color: #f39525;
        text-decoration: underline;
    }

    .information_item_txt a:hover {
        text-decoration: none;
    }

    .scdl_table {
        float: left;
        font-size: 10px;
        text-align: center;
        width: 100%;
    }

    .scdl_table th {
        background: #78664d;
        padding: 5px;
        color: #fff;
    }

    .scdl_table td,
    .scdl_table th {
        border-bottom: 2px solid #FFF2E5;
        border-right: 2px solid #FFF2E5;
    }

    .scdl_table td {
        background: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 3px;
        min-width: 20px;
        vertical-align: middle;
    }

    .scdl_table td.close {
        background-color: #FFF2E5;
    }

    .scdl_table td:first-child {
        background: #ede9e3;
        line-height: 1.3;
    }

    .sp_scdl_contact {
        background: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 15px auto 0;
        padding: 15px;
        text-align: center;
        width: 300px;
    }

    .scdl_contact_ttl {
        font-size: 12px;
        font-weight: 700;
        text-align: center;
    }

    .scdl_contact_tel {
        margin: 0 auto 5px;
        width: 170px;
    }

    .scdl_contact_date {
        font-size: 12px;
        margin: 0 auto 5px;
        padding-top: 5px;
        width: 180px;
    }

    .scdl_contact_date.wd100_nomal {
        text-align: left;
        width: 100%;
    }

    .scdl_contact_date.wd100_nomal > p,
    .scdl_contact_date.wd100_nomal > span {
        float: none;
    }

    .scdl_contact_date > span {
        border-radius: 20px;
        color: #fff;
        display: block;
        background: #f39525;
        font-size: 10px;
        font-weight: 400;
        margin: 1px 7px 0 0;
        padding: 0 5px;
        text-align: center;
        width: 40px;
    }

    .scdl_contact_date > p,
    .scdl_contact_date > span {
        float: left;
        vertical-align: middle;
    }

    .scdl_attention {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .scdl_attention > li {
        line-height: 1.4;
    }

    .scdl_bottom_attention {
        font-size: 12px;
    }

    .scdl_bottom_attention > p:first-child {
        padding-bottom: 10px;
    }

    .scdl_bottom_attention > p > span {
        font-weight: 700;
    }

    .scdl_merit_wrap {
        width: 100%;
    }

    .scdl_merit_wrap > li {
        margin: 20px auto 0;
        width: 230px;
    }

    .scdl_merit_wrap > li > img {
        height: auto;
        width: 100%;
    }

    .point_list_item {
        background: #fff;
        border: 4px solid #FFCC99;
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .point_list_item:last-child {
        margin-bottom: 0;
    }

    .point_list_item_ttl,
    .point_list_item_txt {
        float: left;
    }

    .point_list_item_ttl01,
    .point_list_item_ttl02,
    .point_list_item_ttl03,
    .point_list_item_ttl04,
    .point_list_item_ttl05 {
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }

    .point_list_item_ttl01 > img {
        height: auto;
        max-width: 210px;
    }

    .point_list_item_ttl02 > img {
        height: auto;
        max-width: 290px;
    }

    .point_list_item_ttl03 > img {
        height: auto;
        max-width: 250px;
    }

    .point_list_item_ttl04 > img {
        height: auto;
        max-width: 210px;
    }

    .point_list_item_ttl05 > img {
        height: auto;
        max-width: 230px;
    }

    .point_list_item_ttl > p {
        font-size: 11px;
        padding-top: 10px;
        line-height: 1;
    }

    .point_list_item_ttl03 > p > a,
    .point_list_item_ttl04 > p > a,
    .point_list_item_ttl05 > p > a {
        color: #f39525;
        text-decoration: underline;
    }

    .point_list_item_ttl > p > a:hover {
        text-decoration: none;
    }

    .point_list_item_txt {
        border-top: 2px dashed #FFCC99;
        font-size: 12px;
        line-height: 1.5;
        padding: 15px 0;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    .map_wrap,
    .point_list_item_txt {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

    .map_wrap {
        padding: 20px 0 0;
    }

    .map_img_wrap {
        margin: 0 auto;
        max-width: 320px;
        width: 90%;
    }

    .map_info {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-top: 20px;
        width: 100%;
    }

    .sp_map_info_top {
        padding: 0 15px;
    }

    .map_info h1 {
        font-size: 14px;
        font-weight: 700;
    }

    .sp_map_info_btm {
        background: #FFF2E5;
        margin-top: 20px;
        padding: 15px 0;
    }

    .sp_map_info_btm .header_contact_tel {
        margin-bottom: 5px;
        text-align: center;
        width: 100%;
    }

    .sp_map_info_btm .header_contact_tel img {
        height: auto;
        width: 175px;
    }

    .sp_map_info_btm .header_contact_link {
        color: grey;
        font-size: 12px;
        margin-bottom: 5px;
        text-align: center;
    }

    .sp_map_info_btm .header_contact_link > a {
        color: grey;
        text-decoration: underline;
    }

    #footer,
    .footer_inr {
        background: #FFCC99;
    }

    .footer_inr {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .footer_gotop {
        height: 44px;
        position: absolute;
        right: 10px;
        top: -60px;
        width: 44px;
    }

    .footer_gotop > img {
        height: auto;
        width: 100%;
    }

    .footer_link {
        display: inline-block;
        font-size: 0;
    }

    .footer_link > li {
        border-right: 1px solid #fff;
        display: inline-block;
        margin-bottom: 10px;
        line-height: 1.2;
        padding: 0 10px;
    }

    .footer_link > li:last-child {
        border-right: 0;
    }

    .footer_link > li > a {
        color: #fff;
        font-size: 12px;
    }

    .footer_link > li > a:hover {
        text-decoration: underline;
    }

    .footer_inr .copy {
        color: #fff;
        font-size: 10px;
        margin-top: 10px;
        text-align: center;
    }

    .rcptn_btn_orng {
        background: #f39525;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        display: inline-block;
        font-size: 13px;
        line-height: 1;
        padding: 15px 25px 15px 10px;
        position: relative;
    }

    .rcptn_btn_orng:after {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #fff;
        content: "";
        display: block;
        margin-top: -6px;
        position: absolute;
        right: 10px;
        top: 50%;
    }

    .header_inr .rcptn_btn_orng {
        float: right;
        margin-top: 22px;
    }

    .sec_ttl_wrap .rcptn_btn_orng {
        font-size: 16px;
        padding: 6px 20px 6px 10px;
        float: right;
    }

    .map_info_btm_right .rcptn_btn_orng {
        font-size: 13px;
        margin: 5px auto 10px;
        display: block;
        padding: 15px 25px 15px 20px;
        width: 150px;
    }

    .rcptn_btn_orng.mg0auto {
        display: block;
        margin: 20px auto;
        text-align: center;
        width: 160px;
    }

    .introduction_dr_wrap {
        background: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        padding: 15px;
        width: 100%;
    }

    .introduction_dr_left {
        text-align: center;
        width: 100%;
    }

    .introduction_dr_left .dr_image {
        padding-bottom: 20px;
        width: 100%;
    }

    .introduction_dr_right {
        position: relative;
    }

    .introduction_dr_right .dr_txt {
        background-image: url(/images/sp-img-dot-line.png);
        background-position: 0 0;
        background-repeat: repeat;
        background-size: 4px 261px;
        float: left;
        font-size: 10px;
        width: 100%;
        margin-top: -10px;
        letter-spacing: -1.2px;
        line-height: 2.4;
    }

    .introduction_dr_right .pen {
        display: inline-block;
        float: right;
        margin-top: -42px;
        width: 43px;
    }

    .introduction_dr_right .pen > img {
        height: auto;
        width: 100%;
    }

    .introduction_dr_right_name {
        font-size: 10px;
        text-align: right;
        padding-top: 10px;
    }

    .dr_backborn > ul > li {
        padding-bottom: 10px;
    }

    .dr_backborn > ul > li > p {
        float: left;
    }

    .dr_backborn > ul > li > p:first-child {
        font-weight: 700;
        padding-right: 15px;
    }

    .gallery_list {
        width: 100%;
    }

    .gallery_list > li {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 15px;
        float: left;
        width: 50%;
    }

    .gallery_list > li:nth-child(odd) {
        padding-right: 7px;
    }

    .gallery_list > li:nth-child(2n) {
        padding-left: 7px;
    }

    .gallery_list > li img {
        height: auto;
        width: 100%;
    }

    .gallery_list li > p.gallery_list_ttl {
        font-family: ヒラギノ丸ゴ Pro W4, ヒラギノ丸ゴ Pro, Hiragino Maru Gothic Pro, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO;
        font-size: 12px;
        font-weight: 700;
    }

    .step_wrap {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 5px;
        width: 100%;
    }

    .step_ttl_wrap > h1 {
        font-family: ヒラギノ丸ゴ Pro W4, ヒラギノ丸ゴ Pro, Hiragino Maru Gothic Pro, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO;
        font-size: 34px;
        text-align: center;
        font-weight: 700;
    }

    .step_ttl_sub {
        font-size: 24px;
    }

    .step_ttl_attention,
    .step_ttl_sub {
        text-align: center;
    }

    .step_list_wrap {
        margin: 40px auto 0;
        width: 100%;
    }

    .step_list_wrap li {
        background-image: url(/images/sp-img-step-arrow.png);
        background-position: 16px 59px;
        background-repeat: no-repeat;
        background-size: 35px auto;
        padding-bottom: 35px;
        display: table;
    }

    .step_list_wrap li:last-child {
        background: none;
        padding-bottom: 0;
    }

    .step_list_wrap li > p {
        display: table-cell;
        line-height: 1.2;
        vertical-align: middle;
    }

    .step_list_wrap li > p:first-child {
        width: 67px;
    }

    .step_list_wrap li > p:first-child > img {
        height: auto;
        width: 100%;
    }

    .step_list_wrap li > p:last-child {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0 0 10px;
    }

    .col3_item_wrap > ul {
        float: left;
        width: 50%;
    }

    .bigger {
        font-weight: 700;
        padding-top: 15px;
    }

    .biyou_step_wrap ul li {
        background-image: url(/images/sp-img-step-arrow.png);
        background-position: 50% 95%;
        background-repeat: no-repeat;
        background-size: 35px auto;
        padding-bottom: 60px;
    }

    .biyou_step_wrap ul li:last-child {
        background: none;
        padding-bottom: 0;
    }

    .biyou_step_wrap ul li > p {
        margin: 0 auto;
        width: 85px;
    }

    .biyou_step_wrap ul li > p > img {
        height: auto;
        width: 100%;
    }

    .page_link_menu_wrap {
        margin-bottom: 0;
    }

    .page_link_menu_wrap h3 {
        font-family: ヒラギノ丸ゴ Pro W4, ヒラギノ丸ゴ Pro, Hiragino Maru Gothic Pro, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO;
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
        margin-top: -15px;
        padding-bottom: 10px;
        text-align: center;
    }

    .page_link_menu_wrap ul,
    .price_menu {
        border-top: 1px solid #FFCC99;
    }

    .page_link_menu_wrap ul li {
        float: left;
        width: 50%;
    }

    .page_link_menu_wrap ul li,
    .price_menu li {
        border-right: 1px solid #FFCC99;
        border-bottom: 1px solid #FFCC99;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .price_menu li {
        float: none;
        width: 100%;
    }

    .page_link_menu_wrap ul li:nth-child(odd),
    .price_menu li {
        border-left: 1px solid #FFCC99;
    }

    .page_link_menu_wrap ul li a,
    .price_menu li a {
        background-image: url(/images/img-page-link-arrow.png);
        background-repeat: no-repeat;
        background-position: 7px 50%;
        background-size: 15px auto;
        color: #2c2c2c;
        display: block;
        font-family: ヒラギノ丸ゴ Pro W4, ヒラギノ丸ゴ Pro, Hiragino Maru Gothic Pro, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO;
        padding: 8px 10px 8px 25px;
    }

    .reserve_step_list li {
        background-image: url(/images/sp-img-ic-reserve-arrow.png);
        background-position: 50% 93%;
        background-repeat: no-repeat;
        background-size: 30px auto;
        padding-bottom: 55px;
        width: 100%;
    }

    .reserve_step_list li:nth-child(3) {
        background: none;
        padding-right: 0;
        padding-bottom: 5px;
    }

    .reserve_step_list li > div:first-child {
        background-color: #FFCC99;
        color: #fff;
        font-family: ヒラギノ丸ゴ Pro W4, ヒラギノ丸ゴ Pro, Hiragino Maru Gothic Pro, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO;
        padding: 15px 0 5px;
        text-align: center;
    }

    .reserve_step_list li > div:first-child p {
        font-size: 10px;
        line-height: 1;
    }

    .reserve_step_list li > div:first-child h4 {
        font-size: 14px;
    }

    .reserve_step_list li > div:nth-child(2) {
        border-right: 2px solid #FFCC99;
        border-bottom: 2px solid #FFCC99;
        border-left: 2px solid #FFCC99;
        background: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1.5;
        padding: 15px;
    }

    .allow_left_link {
        padding-left: 10px;
        position: relative;
    }

    .allow_left_link:after {
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #2c2c2c;
        content: "";
        display: inline-block;
        margin-top: -6px;
        left: 0;
        top: 50%;
        position: absolute;
    }

    .access_info_wrap_top .txt_aln_right {
        text-align: right;
    }

    .access_info_wrap_top img {
        height: auto;
        padding-bottom: 10px;
        width: 75%;
    }

    .access_info_wrap_top div {
        text-align: center;
    }

    .sec_wrap_green.access {
        padding-bottom: 10px;
    }

    .access_info_wrap h3 {
        font-size: 14px;
    }

    .scdl_contact_date.first {
        padding-top: 15px;
    }

    .price_table {
        font-size: 10px;
        margin: 0 auto 10px;
        width: 100%;
    }

    .price_table tr {
        border-bottom: 1px solid #FFF2E5;
    }

    .price_table td,
    .price_table th {
        font-weight: 700;
        padding: 10px 15px;
        vertical-align: middle;
    }

    .price_table th {
        background-color: #ede9e3;
        text-align: left;
        width: 40%;
    }

    .price_table th.double {
        background-color: #78664d;
        color: #fff;
    }

    .price_table td {
        background-color: #fff;
        text-align: right;
        width: 50%;
    }

    .info_detail_wrap .information_item_left,
    .info_detail_wrap .information_item_right {
        float: none;
    }

    .info_detail_wrap .information_item_inr {
        border-bottom: 1px solid #FFCC99;
    }

    .info_detail_wrap .information_item_inr h1.info_detail_ttl {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .info_detail_inr {
        padding-bottom: 20px;
    }

    .sec_wrap_info {
        min-height: 70vh;
        padding-bottom: 60px;
    }

    .page-numbers {
        background: #78664d;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        display: inline-block;
        font-size: 11px;
        line-height: 1;
        margin-bottom: 10px;
        padding: 7px 0;
        width: 25px;
    }

    .page-numbers.next,
    .page-numbers.prev {
        width: 60px;
    }

    .page-numbers.current {
        background-color: #FFCC99;
    }

    .pager_wrap {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        padding: 0 10px;
    }

    .text_align_right {
        text-align: right;
    }

    .hydrafacial_image_box {
        width: 200px !important;
        margin: 0 auto;
        float: unset !important;
    }

    .hydrafacial_image {
        height: 135px;
        width: auto;
    }
}

/* Responsive Styles */
@media print, screen and (min-width: 480px) and (max-width: 1024px) {
    .map_wrap {
        margin: 0 auto;
        padding: 20px 0;
        width: 100%;
    }

    .map_img_wrap {
        float: left;
        width: 40%;
    }

    .map_info {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-top: 20px;
        padding-left: 20px;
        width: 60%;
    }

    .map_info h1 {
        font-size: 22px;
        font-weight: 700;
    }

    .map_info_btm_left,
    .map_info_btm_right {
        margin-top: 10px;
        float: left;
    }

    .sp_map_info_btm {
        background-color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 0;
        padding: 0 15px;
    }

    .sp_map_info_btm .header_contact_tel {
        text-align: left;
    }

    .map_info_btm_right .rcptn_btn_orng {
        font-size: 12px;
        margin: 10px 0 0 10px;
        display: block;
        padding: 10px 15px 10px 10px;
        width: 140px;
    }

    .price_table {
        font-size: 10px;
        margin: 0 0 10px;
        max-width: 400px;
        width: 100%;
    }

    .text_align_right {
        text-align: right;
    }

    .hydrafacial_image_box {
        width: 42% !important;
        margin: 0 auto;
        float: unset !important;
    }

    .hydrafacial_image {
        height: 200px;
    }
}

.footer_online-banner {
    margin: 0 auto;
    display: block;
    max-width: 728px;
    font-size: 0;
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .footer_online-banner:hover {
        opacity: .9;
    }
}

@media screen and (max-width: 767px) {
    .footer_gotop {
        top: -110px;
    }
}

.online-applistItem {
    display: block;
    max-width: 100%;
    height: 40px;
}

@media screen and (max-width: 767px) {
    .online-applistItem {
        height: 30px;
    }
}

.online-applistItem img {
    width: auto;
    height: 100%;
}

.online-flowItem {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.online-flowItem_thumb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 240px;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .online-flowItem_thumb {
        width: 36.92308%;
        margin-right: 3.07692%;
    }
}

.online-flowItem_ttl {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .online-flowItem_ttl {
        font-size: .875rem;
        line-height: 1.8;
        padding-left: 25px;
        margin-bottom: 5px;
    }
}

.online-flowItem_ttl:before {
    content: attr(data-index);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #FFCC99;
    color: #fff;
    font-size: .75em;
}

@media screen and (max-width: 767px) {
    .online-flowItem_ttl:before {
        width: 20px;
        height: 20px;
    }
}

.online-flowItem_note {
    margin-top: 1em;
}

.online-flowItem_applist {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.online-flowItem_applist > li {
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .online-flowItem_applist > li {
        margin-right: 3.07692%;
    }
}

.online-flowItem_applist > li:last-child {
    margin-right: 0;
}

.online-flowItem_btn {
    display: inline-block;
    margin-top: 10px;
}

.online-flowItem a:not([class]) {
    color: #f39525;
    text-decoration: underline;
}

.online-note {
    font-size: .75rem;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .online-note {
        font-size: .625rem;
        line-height: 1.8;
    }
}

.online-note > li {
    position: relative;
    padding-left: 1em;
}

.online-note > li:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

.online-flow {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .online-flow {
        margin-bottom: 10px;
        padding: 10px;
    }
}

.online-flow > li {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .online-flow > li {
        margin-bottom: 18px;
        padding-bottom: 18px;
    }
}

.online-flow > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.online-flow > li:last-child:after {
    display: none;
}

.online-flow > li:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 120px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-color: #FFCC99 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
}

@media screen and (max-width: 767px) {
    .online-flow > li:after {
        left: 50%;
    }
}

/* Additional Styles */
@media screen and (max-width: 768px) {
  .facial, .depilation, .pierce, .skincare {
    display: block !important;
  } 
}　


/* 既存のCSSの中に追加 */
@media (max-width: 768px) {
  #footer {
    display: block !important; /* フッタを表示する */
  }
  
  /* 必要に応じて他のスタイルを追加または修正 */
  
  .pc_none {
    display: none;
  }

  .sp_none {
    display: block;
  }
  
  .header_wrap, .wrap {
    padding-bottom: 50px; /* フッタ分の余白を追加 */
  }

  .footer_inr {
    padding: 20px; /* フッタ内のパディングを調整 */
  }

  .footer_link li {
    display: block; /* リンクを縦並びに */
    margin-bottom: 10px; /* リンク間の余白 */
  }

  .footer_gotop {
    display: block; /* 'GO TOP'ボタンを表示 */
    margin: 20px auto 0; /* 中央寄せ */
    text-align: center; /* 中央寄せ */
  }

  .footer_gotop img {
    width: 50px; /* ボタンのサイズ調整 */
    height: auto;
  }
}
