@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* General */
body {
    /* font-family: 'Noto Sans Japanese', serif; */
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #4D4D4D;
    letter-spacing: 1.3px;
    line-height: 180%;
}

html,
body {
    overflow-x: hidden !important;
}

a {
    text-decoration: none !important;
    transition-duration: 0.3s;
    outline: none !important;
    color: #000;
}

a.op>img,
a>img.op {
    transition-duration: 0.5s;
}

a.op>img:hover,
a>img.op:hover {
    opacity: 0.9;
}

p {
    margin: 0;
}

p+p {
    margin-top: 0.5em;
}

p.btn {
    box-shadow: none !important;
    cursor: default !important;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
}

ul {
    margin: 0;
    padding: 0;
}

ul::after {
    content: "";
    clear: both;
    display: block;
}

ul li {
    list-style: none;
}

input[type=text],
input[type=number],
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

textarea {
    resize: none;
}

input,
textarea {
    border: none;
    border: 1px #ccc solid;
    border-radius: 0;
    /* box-shadow: none !important; */
}

[class^=col-]>img {
    width: 100%;
}

.dib {
    display: inline-block;
}

.dib>img {
    width: 100%;
}

.rows {
    width: 100%;
    float: left;
}

.ow {
    width: 100%;
    overflow: hidden;
}

.txt_style {
    line-height: 160%;
    font-size: 14px;
}

.row_btn {
    padding-top: 15px;
}

.title_sub_style {
    margin: 0 0 40px 0;
    text-align: center;
    position: relative;
}

.title_sub_style::after {
    position: absolute;
    left: 50%;
    content: "";
    display: block;
    width: 40px;
    transform: translateX(-50%);
    border-top: 2px solid #ab7d40;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}

img {
    max-width: 100%;
}

.br_show {
    display: none;
}

.cont {
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
}

.cont2 {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}

/* End general */
/* Header */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    padding: 8px 0;
    z-index: 10000;
}

.cont_header .logo {
    float: left;
    margin-bottom: 0;
    width: 39%;
}

.cont_header .logo a {
    float: left;
    width: 90%;
    margin-left: 10%;
}

.cont_header {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    background: #555;
}

.test {
    width: 100%;
    float: left;
    background: #555;
}

.cont_header .menu_pc {
    width: 52%;
    float: right;
    padding-top: 8px;
}

.cont_header .menu_pc ul {
    width: 46%;
    float: left;
}

.cont_header .menu_pc ul {
    width: 60%;
    float: left;
}

.menu_pc .phone {
    float: left;
    margin-left: 30px;
    margin-top: 5px;
}

.menu_pc .mail {
    float: left;
    margin-left: 35px;
    margin-top: 5px;
}

.menu_pc .inte {
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}

.menu_pc .fb {
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}


.menu_pc li {
    position: relative;
    float: left;
    width: 33.333%;
    height: 45px;
    margin: 0;
    font-size: 10px;
    list-style: none;
}

.menu_pc li:first-child::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu_pc li:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu_pc li::after {
    background-color: #fff;
}

.menu_pc li a {
    display: block;
    line-height: 15px;
    text-align: center;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
}

.menu_pc li a img {
    width: auto;
    height: auto;
    margin: 0 0 8px 0;
}

.menu_pc li a span {
    display: inline-block;
    width: 100%;
    color: #333;
    font-size: 10px;
    color: #FFF;
}

.menu_pc li:last-child a {
    border: none;
}

/* End header */
/* Slider */
.slider_wrap {
    height: 1000px;
    position: relative;
    z-index: 1000;
}

.slider_wrap .cont {
    position: relative;
    height: 100%;
}

.slider_wrap a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    padding-top: 60px;
}

.slider_wrap a .slide_arrow {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px !important;
    box-sizing: border-box;
}

.slider_wrap a .slide_arrow::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}

.slider_wrap a::after {
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 18px;
    height: 18px;
    content: '';
    margin-left: -9px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.slider_wrap a .slide_arrow::after {
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 18px;
    height: 18px;
    content: '';
    margin-left: -9px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.slide_txt {
    font-size: 25px;
    font-weight: bold;
    line-height: 160%;
    position: absolute;
    top: 22%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 20px;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* End slider */
/* Banner */
.banner_beauty {
    background-image: url(./assets/images/esthetic_banner.png);
}

.banner_cosmetics {
    background-image: url(./assets/images/cosmetics_banner.png);
}

.banner_ct {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    /* margin-top: 65px; */
    padding: 141px 0 141px 0;
}

.overlay_banner {
    background: rgba(0, 0, 0, 0.3);
    padding: 27px 0 27px 0;
}

.banner_ct h2 {
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
    margin: 0;
}
.banner_ct h2.letter_lu{
    letter-spacing: 13px;
}

.banner_ct_en {
    display: inline-block;
    min-width: 200px;
    border-top: 1px solid #fff;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    margin: 6px 0 0 0;
    padding: 12px 0 0 0;
    /* text-transform: uppercase; */
}

/* End banner */
/* Breadcrumb */
.breadcrumb_ct {
    background-color: #FFF;
    margin: 0;
    font-size: 10px;
    padding: 6px 0;
}

.breadcrumb_ct .bc_ft {
    display: inline-block;
    background-image: url(assets/images/icon_home.png);
    background-position: left 45%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 22px;
    color: #333;
}

/* End breadcrumb */
/* Content */
.content_wrap {
    background-color: #FAFAFA;
    padding: 50px 0;
}

.content_ct {
    background: #FFF;
    padding: 70px 45px 40px 45px;
}

.row_content {
    padding: 30px 0;
}

.row_content:first-child {
    padding-top: 0;
}

.row_content:last-child {
    padding-bottom: 0;
}

.container-fluid .no_ct,
.container-fluid .no_ct_pd {
    padding: 0;
}

.container-fluid .content_ct {
    background: none;
    padding: 0;
}

/* End content */
/* Message */
.message_wrap {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    min-height: 590px;
}

/* .message_wrap::before {
    position: absolute;
    top: -25%;
    left: 0;
    content: "";
    display: block;
    width: 250px;
    height: 150%;
    background-color: #FFF;
    transition-duration: 2s;
    transform: translate(-100%);
    transform-origin: right 50%;
    z-index: 500;
} */

/* .message_wrap.aos-animate::before {
    transform: translate(-100%) rotate(35deg);
} */

/* .message_wrap::after {
    position: absolute;
    top: -25%;
    left: 43%;
    content: "";
    display: block;
    width: 100%;
    height: 200%;
    background-color: #FFF;
    transition-duration: 2s;
    transform-origin: left 50%;
    z-index: 500;
} */

/* .message_wrap.aos-animate::after {
    transform: rotate(-19deg);
} */

.message_wrap .message_ct {
    position: relative;
    float: right;
    width: 50%;
    padding-top: 180px;
    padding-bottom: 140px;
    padding-left: 12px;
    z-index: 1000;
}

.message_wrap .message_ct::after {
    content: "";
    clear: both;
    display: block;
}

/* End message */
/* Service */
.row_service,
.ind_gallery,
.row-gallery,
.gallery_p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.service_wrap {
    background-color: #F6F6F6;
    padding: 58px 0 66px 0;
}

.service_item {
    margin-bottom: 30px;
}

.service_des {
    padding: 0 20px;
    margin-top: -35px;
    position: relative;
}

.service_dec_ct {
    background: #fff;
    padding: 10px;
    font-size: 18px;
    line-height: 140%;
    opacity: 0.8;
}

.service_des_en {
    font-size: 12px;
}

/* End service */
/* Contact index */
.contact_ct {
    background-color: #FAFAFA;
    padding: 40px 0;
}

.contact_ct [class^=col-] {
    margin: 0;
    /* position: relative; */
}

/* .contact_ct [class^=col-]:nth-child(1) {
    border-right: 1px solid #FFF;
} */

.contact_ct [class^=col-] a {
    display: block;
    color: #4d4d4d;
    text-align: center;
    text-decoration: none;
    padding: 20px 0;
}

.contact_ct_title {
    font-size: 25px;
    display: inline-block;
    padding-bottom: 30px;
}

.contact_ct_number {
    font-size: 28px;
    font-weight: bold;
}

.contact_ct img {
    margin-bottom: 30px;
}

/* End contact index */
/* Button style */
.btn_style {
    padding: 10px 64px;
    border-radius: 0;
    background-size: 10px 18px !important;
    color: #fff !important;
    display: inline-block;
}

/* End button style */
/* Footer */
footer {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

footer [class^=footer_] {
    border-left: 1px solid #FFF;
    vertical-align: middle;
    float: left;
    width: 50%;
    height: 150px;
    ;
}

footer [class^=footer_]:first-child {
    border: none;
}

.footer_menu ul {
    display: block;
    height: 100%;
    margin-top: 30px;
}

.footer_logo {
    margin-top: 45px;
}

.overlay_ft {
    padding: 42px 0 9px 0;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.logo_ft,
.logo_ft a {
    display: inline-block;
    margin: 0;
}

.logo_ft {
    margin-left: 18px;
}

.logo_ft a img {
    width: 100%;
    /* max-width: 200px; */
}

footer [class^=footer_]>h4,
footer [class^=footer_]>h4>a {
    display: block;
    color: #FFF;
    font-size: 15px;
    text-align: left;
}

footer [class^=footer_]>ul+h4 {
    margin: 35px 0 0 0;
}

footer [class^=footer_]>ul>li {
    list-style: none;
    width: 100%;
    float: left;
}

footer [class^=footer_]>ul>li>a {
    display: block;
    /* width: 100%; */
    height: 30px;
    line-height: 30px;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    float: left;
    padding-left: 20px;
}

.copyright {
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 98px 0 0 0;
}

/* End footer */
/* Page top */
.back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 12px !important;
    padding: 2px;
    cursor: pointer;
    z-index: 10000;
}

.back_to_top>img {
    width: 100%;
}

/* End page top */
/* Index news & banner ----------------- */
.ind_news_ct {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 67px 0 57px 0;
}

.ind_news_ct .cont {
    position: relative;
}

/* .ind_news_ct .cont::before {
    position: absolute;
    bottom: -25%;
    left: 0;
    content: "";
    display: block;
    width: 90%;
    height: 150%;
    background-color: rgba(255, 255, 255, 1);
    transition-duration: 4s;
    transform-origin: left bottom;
    z-index: 500;
    opacity: 0.5;
} */

/* .ind_news_ct .cont[data-aos]::before {
    left: 15px;
} */

/* .ind_news_ct .cont.aos-animate::before {
    transform: rotate(-4.5deg);
    -webkit-transform: rotate(-4.5deg);
    -moz-transform: rotate(-4.5deg);
    -ms-transform: rotate(-4.5deg);
    -o-transform: rotate(-4.5deg);
} */

/* .ind_news_ct .cont::after {
    position: absolute;
    bottom: -25%;
    right: 0;
    content: "";
    display: block;
    width: 35%;
    height: 150%;
    background-color: rgba(255, 255, 255, 1);
    transition-duration: 4s;
    transform-origin: right bottom;
    z-index: 500;
    opacity: 0.5;
} */

/* .ind_news_ct .cont[data-aos]::after {
    right: 15px;
} */

/* .ind_news_ct .cont.aos-animate::after {
    transform: rotate(4.5deg);
    -webkit-transform: rotate(4.5deg);
    -moz-transform: rotate(4.5deg);
    -ms-transform: rotate(4.5deg);
    -o-transform: rotate(4.5deg);
} */

.ind_col_left,
.ind_col_right {
    z-index: 1500;
    width: 48.7%;
    float: left;
}

.ind_col_left {
    margin-right: 2.6%;
}

.ind_news {
    overflow-y: scroll;
    height: 300px;
    min-height: 300px;
    margin: 5px 0 0 0;
    padding: 0 20px 0 0;
}

.ind_news_item {
    line-height: 1.4;
    font-size: 14px;
    border-bottom: 1px solid #4D4D4D;
    margin: 42px 0 0 0;
    padding: 0 0 36px 0;
    width: 100%;
    float: left;
}

.ind_news_item:first-child {
    margin: 0;
}

.ind_news_item:last-child {
    border: none;
}

.ind_new_date {
    width: 100%;
    float: left;
    line-height: 22px;
    font-size: 12px;
}

.ind_new_txt {
    width: 100%;
    float: left;
}

.ind_banner_item {
    margin-bottom: 20px;
}

.ind_banner_item:last-child {
    margin-bottom: 0;
}

.ind_banner_item a {
    display: block;
}

/* End index news & banner----------------- */
/* Banner general---------------------- */
.banner_general_item {
    margin-bottom: 30px;
}

/* End banner general------------------- */
.block_ct_item {
    margin-bottom: 20px;
}

.block_ct {
    background-color: #a6937c;
    color: #FFF;
    border-radius: 6px !important;
    margin: 0;
    padding: 10px;
    text-align: center;
    display: block;
}

/* Table-------------------------- */
.table-style1 table {
    width: 100%;
}

.table-style1 tr td {
    background-color: #F6F6F6;
    border: 1px solid #FFF;
    font-size: 13px;
    padding: 20px 20px;
}

.table-style1 tr td:first-child {
    width: 30%;
    max-width: 250px;
    background-color: #f7f4ee;
    border: 1px solid #FFF;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
}

/* End table------------------------ */
/* Layout----------------- */
.layout-column-img {
    text-align: center;
    margin-bottom: 20px;
}

/* End layout------------------- */
/* Google map--------------- */
.row-map iframe {
    width: 100%;
    float: left;
    height: 300px;
    border: 0 !important;
}

/* End google map------------------ */
/* Contact--------------------- */
.contact-form-st1 {
    width: 100%;
}

.contact-form-st1 tr td {
    background-color: #F6F6F6;
    border: 1px solid #FFF;
    font-size: 13px;
    padding: 20px 20px;
}

.contact-form-st1 tr td:first-child {
    width: 30%;
    max-width: 250px;
    background-color: #f7f4ee;
    border: 1px solid #FFF;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
}

.contact-form-st1 tr td .form-group {
    margin-bottom: 0;
}

.contact-form-st1 tr td input[type=text],
.contact-form-st1 tr td textarea {
    width: 100%;
    float: left;
    border: none;
    border-radius: 0;
    border: 1px #E6E6E6 solid;
    padding: 10px;
    box-shadow: none;
}

.contact-form-st1 tr td input[type=text] {
    height: 37px;
}

.contact-form-st1 tr td textarea {
    height: 140px;
    resize: none;
}

.contact-form-st1 tr td select {
    width: 100%;
    box-shadow: none !important;
    border-radius: 0;
}

.contact-form-st1 tr.tr_btn td,
.contact-form-st1 tr.agree_check td {
    text-align: center;
    background: none;
}

.btn_submit {
    /* background-color: #111; */
    border-color: #111;
    color: #FFF;
    padding: 6px 30px;
    box-shadow: none;
    border: 0;
    width: 120px;
}

.btn_reset {
    background-color: #ccc;
    border-color: #ccc;
    color: #000;
    padding: 6px 30px;
    box-shadow: none;
    border: 0;
    width: 120px;
}

.contact-note {
    float: right;
    display: inline-block;
    width: 44px;
    height: 20px;
    line-height: 20px;
    background-color: #362E2B;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 0 10px;
}

/* End contact-------------- */
/* Service page child-------------- */
.service_item_p {
    margin-bottom: 20px;
}

.service_image_p {
    padding-bottom: 20px;
}

.service_title_p {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 26px;
}

.service_des_p {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.service_btn_p {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 15px;
}

.service_btn_p a {
    display: block;
    padding: 10px 10px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background: #000;
}

.service_btn_p a:hover {
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
}

/* End service page child-------------- */
/* Gallery-------------- */
.gallery_item {
    margin-bottom: 30px;
}

/* End gallery-------------- */
/* Gallery 02-------------- */
.gallery_item_p {
    margin-bottom: 30px;
    text-align: center;
}

.gallery_text_p {
    padding-top: 10px;
    display: block;
}

/* End gallery 02-------------- */
/* FAQ-------------- */
.row_faq .panel-heading {
    padding: 0;
    border: 0;
}

.row_faq .panel-title>a,
.row_faq .panel-title>a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.row_faq .panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.row_faq .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.row_faq .panel-heading a p {
    padding-right: 30px;
}

.row_faq .panel-heading {
    display: table;
}

.row_faq .icon_question {
    font-size: 30px;
    display: table-cell;
    padding: 15px;
    width: 60px;
}

.row_faq .panel-title {
    display: table-cell;
    vertical-align: middle;
    line-height: 160%;
    text-align: left;
    width: 95%;
}

.row_faq .panel-title p {
    margin: 0 !important;
}

.row_faq .icon_answer {
    border-top: 1px solid #ddd;
    font-size: 30px;
    display: table-cell;
    padding: 15px;
    vertical-align: top;
    width: 60px;
}

.row_faq .txt_answer {
    width: 95%;
    display: table-cell;
}

/* End faq-------------- */
/* Instagram-------------- */
#instagram_p {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    float: left;
}

#instagram_p li {
    list-style: none;
    float: left;
    padding: 1px 1px;
    width: 12.49%;
    border-collapse: collapse;
}

#instagram_p li a {
    display: block;
}

#instagram_p li a:hover {
    opacity: 0.5;
}

#instagram_p li a img {
    width: 100% !important;
    max-width: inherit;
}

/* End instagram-------------- */
/* Blog-------------- */
.row_blog {
    width: 100%;
    float: left;
}

.row_blog iframe {
    width: 100%;
    float: left;
    height: 350px;
    border: 0;
}

/*
/* End blog-------------- */
/* Font style-------------- */
.sawarabi {
    font-family: "Sawarabi Mincho" !important;
}

/* End font style-------------- */
/* Style function and raku-------------- */
#hs_create_file_html {
    position: fixed;
    left: 0;
    top: 200px;
    z-index: 9999999;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    width: 220px;
    text-align: left;
    border: 1px #ccc solid;
    background: #fff;
    padding: 10px;
}

.title-func-st1 {
    text-align: center;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 20px;
}

.btn-func-st1 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    text-align: left;
}

#formAdmin {
    display: none;
}
.message_wrap.aos-animate::after {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}
.message_wrap::after {
    position: absolute;
    top: -20%;
    left: 40%;
    content: "";
    display: block;
    width: 100%;
    height: 200%;
    background-color: #FFF;
    transition-duration: 2s;
    transform-origin: left 50%;
    z-index: 500;
}
.message_wrap::before {
    position: absolute;
    top: -25%;
    left: 0;
    content: "";
    display: block;
    width: 250px;
    height: 150%;
    background-color: #FFF;
    transition-duration: 2s;
    transform: translate(-100%);
    transform-origin: right 50%;
    z-index: 500;
}
.message_wrap.aos-animate::before {
    transform: translate(-100%) rotate(15deg);
    -webkit-transform: translate(-100%) rotate(15deg);
    -moz-transform: translate(-100%) rotate(15deg);
    -ms-transform: translate(-100%) rotate(15deg);
    -o-transform: translate(-100%) rotate(15deg);
}
.anchor_fixtop {
    display: block;
    position: relative;
    top: -120px;
    width: 100%;
    visibility: hidden;
}

/* 
._edEdit .data-wrap {
    height: auto !important;
    width: inherit !important;
    left: 0;
}

._edEdit .data-wrap img {
    max-width: 100% !important;
    position: relative;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
} */
.show_sp{
    display: none;
}
.hide_sp{
    display: inline-block;
}
.hide_table{
    display: inline-block;
}
.show_table{
    display: none;
}





#instagram {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    float: left;
}
 
#instagram li {
    list-style: none;
    float: left;
    padding: 1px 1px;
    width: 12.49%;
    border-collapse: collapse;
}
 
#instagram li a {
    display: block;
}
 
#instagram li a:hover {
    opacity: 0.5;
}
 
#instagram li a img {
    width: 100% !important;
    max-width: inherit;
}

/* End style function and raku-------------- */
@media screen and (max-width:1500px) {
    .message_wrap .message_ct {
        padding-top: 120px;
        padding-bottom: 110px;
    }
    .cont_header .menu_pc {
        width: 55%;
    }
}

@media screen and (max-width:1366px) {

    /* Message */
    .message_wrap {
        min-height: inherit;
    }

    .message_wrap::after {
        left: 50%;
    }
}

@media screen and (max-width:1200px) {

    /* Message */
    .message_wrap.aos-animate::after {
        transform: rotate(16deg);
    }
}

@media screen and (max-width:992px) {

    /* Header */
    .menu_pc {
        width: 63%;
    }

    /* Content */
    .content_ct {
        padding: 20px 0;
    }

    /* Margin---------------- */
    .mgt-30 {
        margin-top: 15px;
    }

    .mgt-40 {
        margin-top: 20px;
    }

    .mgt-50 {
        margin-top: 25px;
    }

    .mgt-60 {
        margin-top: 30px;
    }

    .mgt-70 {
        margin-top: 35px;
    }

    .mgt-80 {
        margin-top: 40px;
    }

    .mgt-90 {
        margin-top: 45px;
    }

    .mgt-100 {
        margin-top: 50px;
    }

    /* End margin-------------------- */
    /* Padding---------------- */
    .pdt-30 {
        padding-top: 15px;
    }

    .pdt-40 {
        padding-top: 20px;
    }

    .pdt-50 {
        padding-top: 25px;
    }

    .pdt-60 {
        padding-top: 30px;
    }

    .pdt-70 {
        padding-top: 35px;
    }

    .pdt-80 {
        padding-top: 40px;
    }

    .pdt-90 {
        padding-top: 45px;
    }

    .pdt-100 {
        padding-top: 50px;
    }

    /* End padding-------------------- */
    .br_show {
        display: inline-block;
    }

    /* Service page child-------------- */
    .service_item_p {
        width: 50%;
        float: left;
    }

    /* End service page child-------------- */
    /* Gallery 02-------------- */
    .gallery_item_p {
        margin-bottom: 30px;
        width: 50%;
    }

    /* End gallery 02-------------- */
    /* Contact----------------- */
    .contact-form-st1 tr td:first-child {
        width: 40%;
    }

    /* End contact------------- */
}

/* Add style */

header {
    background: #E9838E;
}

.btn_submit {
    background: #111111;
}

/* .btn_style {
    background: #4d4d4d url(./assets/images/arrow_01.png) right 18px center no-repeat;
} */

.message_wrap {
    background-image: url(./assets/images/top_img01.png);
}

.ind_news_ct {
    background: url(./assets/images/top_news_bg.png) center center, url(./assets/images/top_img04.png) center center;
    background-size: cover;
}

footer {
    background-image: url(./assets/images/footer_banner.png);
}

a {
    text-decoration: none;
    transition-duration: 0.3s;
    outline: none;
    color: #000;
}

.contact_ct_txt {
    font-size: 15px;
    text-align: left;
}
.contact_ct_txt.tel{
    display: inline-block;
}

.title-style75 {
    font-size: 25px;
}

.top_insta {
    background-color: #FAFAFA;
    padding: 95px 0 42px 0;
}

.service_wrap#ind_content02 {
    background-color: #FAFAFA;
}

.top_insta .title {
    text-align: center;
    margin-bottom: 50px;
}

.ind_gallery {
    width: 48.7%;
    float: left;
}

.ind_gallery:nth-child(2n) {
    margin-left: 2.6%;
}

.ind_gallery:nth-child(n+3) {
    margin-top: 20px;
    ;
}

.top_contact {
    background-color: #F6F6F6;
    padding: 45px 0 66px 0;
}

.top_map {
    background-color: #FAFAFA;
    padding: 50px 0 40px 0;
}

.top_map iframe {
    vertical-align: middle;
}

#map iframe {
    width: 100%;
    height: 300px;
    border: 0;
}

.bea_title {
    vertical-align: middle;
    font-size: 25px;
}

.bea_content {
    margin-top: 28px;
    background: #fff;
    padding: 40px;
    position: relative;
}

.bea_title::before {
    content: url(./assets/images/esthetic_title_img01.png);
    display: inline-block;
    vertical-align: middle;
}

.bea_title::after {
    content: url(./assets/images/esthetic_title_img02.png);
    display: inline-block;
    vertical-align: middle;
}

.bea_txt01 {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 15px;
}

.bea_title02 {
    text-align: center;
    font-size: 25px;
    color: #E8838E;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.bea_title02_all {
    padding-top: 45px;
    padding-bottom: 20px;
    position: relative;
}

.bea_title02::after {
    content: "";
    display: block;
    border: 1px solid #E8838E;
    width: 38px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

.bea_title02_a {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.bea_note {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #E8838E;
}

.bea_cont01 {
    width: 100%;
    overflow: hidden;
}

.bea_cont01 ul {
    margin-bottom: 50px;
}

.bea_cont01 ul li {
    width: 47.65%;
    float: left;
    margin-top: 40px;
}

.bea_cont01 ul li:nth-child(2n) {
    margin-left: 4.7%;
}

.bea_cont01 ul li .img {
    width: 60%;
    float: left;
    margin-right: 4%;
}

.bea_cont01 ul li .img img {
    width: 100%;
    float: left;
}

.bea_cont01 ul li .text {
    width: 36%;
    float: right;
    vertical-align: middle;
}

.bea_cont01 ul li .text .title {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background: #ED9AA1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 45px;
}

.bea_cont01 ul li .text .txt {
    font-size: 14px;
    color: #4D4D4D;
    margin-top: 12px;
    line-height: 160%;
}

.bea_cont02 {
    margin-top: 35px;
    margin-bottom: 50px;
}

.bea_cont02_bg::after {
    content: url(./assets/images/esthetic_img10.png);
    position: absolute;
    top: 0;
    left: 90px;
    z-index: -0;
}

.bea_cont02 .img {
    width: 47.65%;
    float: right;
    margin-left: 4.7%;
}

.bea_cont02 .text {
    width: 47.65%;
    float: left;
}

.bea_cont02 .text .title {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background: #ED9AA1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 45px;
}

.bea_cont02 .text .txt {
    font-size: 14px;
    color: #4D4D4D;
    margin-top: 12px;
    line-height: 160%;
}

/* .bea_cont03{
    margin-top: 40px;
} */
.bea_cont03 .lu_div {
    width: 100%;
    overflow: hidden;
}

.bea_cont03.cl_gray .lu_div:first-child .text .text_text:first-child .title {
    margin-top: 0px;
}

.bea_cont03.cl_gray .lu_div:first-child .text img {
    margin-top: 0px;
}

.bea_cont03.cl_gray {
    margin-top: 0;
}

.bea_cont03 .text {
    width: 47.65%;
    float: left;
}

.bea_cont03 .text:first-child {
    margin-right: 4.7%;
}

.bea_cont03 .text .title {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background: #ED9AA1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 45px;
    margin-top: 40px;
}

.bea_cont03.cl_gray .text .title {
    background: #C7B299;
}

.bea_cont03 .text .txt {
    font-size: 14px;
    color: #4D4D4D;
    margin-top: 12px;
    line-height: 160%;
}

.bea_cont03 .text img {
    margin-top: 40px;
}

.bea_cont03 .note {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    margin-top: 50px;
}

.bea_cont04 .text .title {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background: #C7B299;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 45px;
    margin-top: 40px;
}

.bea_cont04 .text .txt {
    font-size: 14px;
    color: #4D4D4D;
    margin-top: 12px;
    line-height: 160%;
}

.bea_cont04 .text:first-child .title {
    margin-top: 0px;
}

.cos_content {
    background: #fff;
    padding: 40px;
}

.cos_title .bea_title02 {
    color: #C7B299;
}

.cos_title .bea_title02::after {
    border: 1px solid #C69C6D;
}

.cos_title {
    width: 100%;
    overflow: hidden;
}

.cos_img {
    margin-top: 30px;
}

.cos_img img {
    width: 100%;
    float: left;
}

.cos_text {
    font-size: 10px;
    margin-top: 8px;
}

ul.cos_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 65px;
}

ul.cos_item li {
    width: 47.65%;
    float: left;
    /* margin-top: 40px; */
}

ul.cos_item li:nth-child(n+3) {
    margin-top: 100px;
}

ul.cos_item li:nth-child(2n) {
    margin-left: 4.7%;
}

ul.cos_item li .img {
    width: 32%;
    float: left;
    margin-right: 10%;
}

ul.cos_item li .text {
    width: 58%;
    float: left;
}

ul.cos_item li .text .title {
    background: #C7B299;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    line-height: 45px;
}

ul.cos_item li .text .txt .txt01 {
    color: #C7B299;
    font-size: 12px;
}

ul.cos_item li .text .txt .txt02 {
    font-size: 14px;
    line-height: 150%;
}

ul.cos_item li .text .txt .txt03 {
    font-size: 12px;
    line-height: 150%;
    margin-top: 18px;
}

ul.cos_item li .text .txt .txt04 {
    font-size: 12px;
    line-height: 150%;
    margin-top: 5px;
}

.cont2:not(:first-child) .cos_title {
    margin-top: 135px;
}

.cos_p_note {
    font-size: 15px;
    margin-top: 50px;
}
header .menu_pc li:hover span, header .menu_pc li.active span{
    border-bottom: 1px solid #fff;
}
footer .footer_menu li:hover span, footer .footer_menu li.active span{
    border-bottom: 1px solid #fff;
}
.anchor_fixtop {
    display: block;
    position: relative;
    top: -40px;
    width: 100%;
    visibility: hidden;
}
.image-box {
    width: 15.6% !important;
}

/* End Add style */
@media screen and (max-width:1440px) {
    .cont_header .menu_pc {
        width: 63%;
    }
    .menu_pc li a span {
        font-size: 9px;
    }

    .cont_header .logo a {
        width: 100%;
        margin-left: 0%;
    }

    .cont_header .logo {
        width: 30%;
    }

    .menu_pc .phone {
        margin-left: 15px;
    }

    .menu_pc .mail {
        margin-left: 20px;
    }

    .message_wrap .message_ct {
        padding-top: 80px;
        padding-bottom: 70px;
    }

    .message_wrap {
        min-height: auto;
    }
}

@media screen and (max-width:1200px) {
    .menu_pc .fb {
        margin-left: 10px;
    }

    .menu_pc .inte {
        margin-left: 10px;
    }

    .menu_pc .mail {
        margin-left: 10px;
    }

    .cont_header .menu_pc ul {
        width: 66%;
        float: left;
    }

    .cont_header .menu_pc ul {
        width: 83%;
        float: left;
    }

    .menu_pc li a {
        padding: 0 3px;
    }

    .message_wrap .message_ct {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width:1130px) {
    .cont {
        padding-left: 10px;
        padding-right: 10px;
    }

    .message_wrap {
        background-size: cover;
        background-position-y: top;
    }

    #ind_content01>.cont {
        background: rgba(255, 255, 255, 0.5);
        width: 100%;
        overflow: hidden;
    }

    .bea_cont01 ul li .img {
        width: 100%;
        margin-right: 0%;
    }

    .bea_cont01 ul li .text {
        width: 100%;
        vertical-align: middle;
        margin-top: 20px;
    }

    .flex_stertch {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .bea_cont02_bg::after {
        left: 0px;
    }
}

@media screen and (max-width:990px) {
.hide_table{
    display: none;
}
.show_table{
    display: inline-block;
}

    .bea_cont02_bg::after {
        background-image: url(./assets/images/esthetic_img10.png);
        background-size: 100px 48px;
        display: inline-block;
        width: 100px; 
        height: 48px;
        content:"";
    }

    .bea_cont02 .img {
        width: 100%;
        margin-left: 0%;
        margin-top: 10px;
        /* text-align: center; */
    }

    .bea_cont02 .text {
        width: 100%;
        margin-top: 20px;
    }

    .bea_cont03 .text:first-child {
        margin-right: 0%;
    }

    .bea_cont03 .text {
        width: 100%;
    }

    .bea_cont03.cl_gray .lu_div:first-child .text img {
        margin-top: 40px;
    }
}

@media screen and (min-width:768px) {

    /* Header */
    .menu_pc {
        display: block !important;
    }

    .menu_sp {
        display: none;
    }
}

@media screen and (max-width:767px) {

    .bea_cont01 ul li .img img {
        margin-top: 10px;
    }
    .show_sp{
        display: inline-block;
    }
    .hide_sp{
        display: none;
    }
    #ind_content01>.cont {
        background: rgba(255, 255, 255, 1);
    }

    .banner_ct {
        padding: 35px 0 35px 0;
    }
    .contact_ct_txt {
        font-size: 12px;
    }
    .menu_pc li:not(:last-child)::after{
        width: 0;
    }
    .cont_header .menu_pc {
        padding-top: 0px;
    }
    header .menu_pc li.active span{
        border-bottom: 0px solid #fff;
    }
    header .menu_pc li.active{
        background: #d8d8d8;
    }
    ul.cos_item li .text .title{
        font-size: 12px;
    }
    ul.cos_item li .text .txt .txt02 {
        font-size: 12px;
    }
    .cos_content {
        padding: 20px;
    }
    ul.cos_item li {
        width: 100%;
    }
    ul.cos_item li:nth-child(2n) {
        margin-left:0%;
    }
    ul.cos_item li {
        margin-top: 50px;
    }
    ul.cos_item li:nth-child(n+3) {
        margin-top: 50px;
    }
    .cont2:not(:first-child) .cos_title {
        margin-top: 60px;
    }
    .cos_p_note {
        font-size: 13px;
        margin-top: 20px;
    }

    .bea_content {
        padding: 20px;
    }

    .bea_title {
        font-size: 18px;
    }

    .bea_txt01 {
        font-size: 12px;
    }

    .bea_title02 {
        font-size: 18px;
    }

    .bea_title02_a {
        font-size: 13px;
    }

    .bea_note {
        font-size: 13px;
    }

    .title-style75 {
        font-size: 18px;
    }

    .bea_title02_all {
        padding-top: 45px;
        padding-bottom: 10px;
    }

    .bea_cont01 ul li {
        width: 100%;
        margin-top: 30px;
    }

    .bea_cont01 ul li:nth-child(2n) {
        margin-left: 0%;
    }

    .bea_cont01 ul li .text {
        margin-top: 10px;
    }

    .bea_cont01 ul li .text .title {
        font-size: 13px;
    }

    .bea_cont01 ul li .text .txt {
        font-size: 13px;
    }

    .bea_cont01 ul {
        margin-bottom: 20px;
    }

    .bea_content img {
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    .bea_cont02 .text .txt {
        font-size: 13px;
    }

    .bea_cont02 {
        margin-bottom: 30px;
    }

    .mgt-55 {
        margin-top: 40px;
    }

    .bea_cont03 .text .txt {
        font-size: 13px;
    }

    .bea_cont03 .text .title {
        margin-top: 30px;
    }

    .bea_cont03 .text img {
        margin-top: 30px;
    }

    .bea_cont03.cl_gray .lu_div:first-child .text img {
        margin-top: 30px;
    }

    .bea_cont04 .text .txt {
        font-size: 13px;
    }

    footer [class^=footer_] {
        width: 100%;
    }

    footer .footer_logo {
        margin-top: 0px;
        text-align: center;
        height: auto;
    }

    footer .footer_menu {
        margin-top: 10px;
    }

    .logo_ft {
        margin-left: 0px;
    }

    .copyright {
        margin: 40px 0 0 0;
    }

    /* Header */
    .menu_pc {
        display: none;
    }

    .menu_sp {
        display: block;
    }

    header {
        position: fixed;
        z-index: 9999;
        height: 60px;
        padding: 0;
    }

    header .cont {
        padding: 0;
    }

    .logo {
        float: none;
        width: auto;
        height: 25px;
        margin: 8px 0 0 8px;
    }

    .logo a {
        margin-top: -7px;
    }

    .logo a img {
        width: auto;
        height: auto;
    }

    .menu_sp {
        float: right;
        list-style: none;
        height: 60px;
    }

    .menu_sp li {
        float: left;
        text-align: center;
        width: 60px;
        height: 60px;
        border-right: 1px solid #FFF;
    }

    .menu_sp li:last-child {
        border-right: none;
    }

    .menu_sp li a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #1f533c;
    }

    .menu_sp li:last-child a {
        background-color: #1f533c;
    }

    .menu_sp li a img {
        position: absolute;
        top: 10%;
        left: 50%;
        width: auto;
        height: 25px;
        transform: translateX(-50%);
    }

    .menu_sp li a .menu_txt {
        position: absolute;
        bottom: -2px;
        left: 0;
        display: block;
        width: 100%;
        color: #FFF;
        font-size: 9px;
    }

    .menu_pc {
        background: #fff;
        width: 100%;
        float: left;
        height: auto;
    }

    .menu_pc li {
        width: 100%;
        height: auto;
        border-bottom: 1px #ccc solid;
        padding: 0;
    }

    .menu_pc li:last-child {
        border-bottom: 0;
    }

    .menu_pc li a {
        color: #000 !important;
        padding: 15px;
    }

    .menu_pc li a img {
        display: none;
    }

    .menu_pc li a span {
        color: inherit;
        font-size: 14px;
    }

    /* Slider */
    .slider_wrap {
        margin-top: 40px;
    }

    .slide_txt {
        font-size: 20px;
    }

    .slider_wrap {
        height: 400px;
    }

    .slider_wrap img {
        top: 35%;
        left: 40%;
        width: 50%;
    }

    /* Banner */
    .banner_ct {
        margin-top: 40px;
    }

    /* Content */
    .contents {
        padding-right: 0;
        padding-left: 0;
    }

    /* Title */
    .row-title {
        width: 100%;
        float: left;
    }

    /* Message */
    .message_wrap {
        background-size: cover;
    }

    .message_wrap::after {
        left: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .message_wrap::before,
    .message_wrap::after {
        display: none;
    }

    .message_wrap .cont {
        background-color: rgba(255, 255, 255, 0.7);
    }

    .message_wrap .message_ct {
        width: 100%;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    /* Service */
    .service_dec_ct {
        font-size: 14px;
    }

    .service_des_en {
        font-size: 12px;
    }

    /* Index news & banner ----------------- */
    .ind_col_right {
        margin-top: 30px;
    }

    /* Contact index */
    .content_wrap {
        padding: 30px 0 0 0;
    }

    .contact_ct {
        padding: 20px 0;
    }

    .contact_ct [class^=col-] a p {
        font-size: 15px;
        font-weight: bold;
    }

    /* Footer */
    .row_footer {
        padding: 0 15px;
    }


    /* FAQ-------------- */
    .row_faq {
        width: 100%;
        float: left;
    }

    /* End faq-------------- */
    /* Instagram-------------- */
    #instagram_p li {
        width: 25%;
    }

    /* End instagram-------------- */
    /* Blog-------------- */
    .blog_p {
        width: 100%;
        float: left;
    }

    /* End blog-------------- */
    /* Faq----------- */
    .row_faq .panel-title {
        font-size: 14px;
    }

    /* End faq----------- */
    /* Contact------------ */
    .contact-form-st1 tr td {
        padding: 10px;
    }

    /* End contact----------- */
}

@media screen and (max-width:767px) {
    .txt_style {
        font-size: 12px;
    }

    .message_ct {
        width: 100%;
    }

    .message_wrap .message_ct {
        padding-left: 0px;
    }

    .ind_gallery:nth-child(n+2) {
        margin-top: 20px;
    }

    .ind_col_left,
    .ind_col_right {
        width: 100%;
    }

    .ind_news_item {
        font-size: 12px;
        margin: 20px 0 0 0;
        padding: 0 0 14px 0;
    }

    .ind_banner_item a {
        text-align: center;
    }

    .content_ct {
        padding-left: 5px;
        padding-right: 5px;
    }

    .ind_gallery {
        width: 100%;
        float: left;
        text-align: center;
    }

    .ind_gallery .service_item {
        margin: 0 auto;
    }

    .ind_gallery:nth-child(2n) {
        margin-left: 0%;
    }

    .top_insta {
        padding: 50px 0 20px 0;
    }

    .cont_header .logo {
        width: 40%;
    }

    .menu_pc .phone {
        display: none;
    }

    .menu_pc .mail {
        display: none;
    }

    .menu_pc .fb {
        display: none;
    }

    .menu_pc .inte {
        display: none;
    }

    .cont_header .menu_pc {
        width: 100%;
    }

    .cont_header .menu_pc ul {
        width: 100%;
    }
}

@media screen and (max-width:640px) {

    .bea_title02_all:first-child {
        padding-top: 100px;
    }

    /* Service */
    .service_item {
        width: 100%;
    }

    .service_item:last-child {
        margin-bottom: 0;
    }

    /* Banner general---------------------- */
    .banner_general_item {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    .banner_general_item:last-child {
        margin-bottom: 0;
    }

    /* End banner general------------------- */
    /* Gallery-------------- */
    .row-gallery {
        padding: 0 10px;
    }

    .gallery_item {
        margin-bottom: 10px;
        padding: 0 5px;
    }

    /* End gallery-------------- */
    /* Blog-------------- */
    .row_blog {
        max-height: 405px;
    }

    /* End blog-------------- */
    /* Contact------------ */
    .contact-form-st1 tr td {
        width: 100% !important;
        float: left;
    }

    .contact-form-st1 tr td:first-child {
        max-width: inherit;
    }

    .btn_submit,
    .btn_reset {
        width: 100px;
    }

    /* End contact----------- */
}

@media screen and (max-width:520px) {

    /* Service page child-------------- */
    .service_item_p {
        width: 100%;
        float: left;
    }

    .service_item_p:last-child {
        margin-bottom: 0;
    }

    /* End service page child-------------- */
    /* Gallery 02-------------- */
    .gallery_item_p {
        width: 100%;
    }

    /* End gallery 02-------------- */
    /* Footer */
    footer [class^=footer_] {
        width: 100%;
    }

    .top_contact {
        padding: 25px 0 36px 0;
    }

    /* End footer */
}

@media screen and (max-width:480px) {
    .cos_content {
        padding: 10px;
    }
    ul.cos_item{
        margin-top: 0px;
    }
    .bea_content {
        padding: 10px;
    }

    .menu_sp li {
        width: 50px;
        height: 50px;
    }
    ul.cos_item li .img {
        width: 100%;
        margin-right: 0%;
        text-align: center;
    }
    ul.cos_item li .text {
        width: 100%;
        margin-top: 20px;
    }

    header {
        height: 50px;
    }

    .menu_sp {
        height: 50px;
    }

    /* Slider */
    .slider_wrap {
        height: 300px;
    }

    .slider_wrap img {
        top: 30%;
        left: 20%;
        width: 70%;
    }

    .slide_txt {
        font-size: 16px;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -75%);
    }

    /* COntact index */
    .contact_ct_title {
        font-size: 15px;
        font-weight: bold;
    }

    .contact_ct [class^=col-] a img {
        height: 60px;
    }

    /* Footer */
    .overlay_ft {
        padding: 30px 0;
    }

    footer [class^=] {
        margin: 0;
        padding: 10px 15px;
    }

    /* Table-------------------------- */
    .table-style1 tr td {
        padding: 10px;
    }

    /* End table------------------------ */
    /* Google map--------------- */
    .row-map iframe {
        height: 220px;
    }

    /* End google map------------------ */
    /* Instagram-------------- */
    #instagram_p li {
        width: 50%;
    }

    /* End instagram-------------- */
    /* Blog-------------- */
    .row_blog {
        max-height: 445px;
    }

    /* End blog-------------- */
    /* .ind_news_ct {
        background: #fff !important;
    } */

    .ind_news_ct .cont::after,
    .ind_news_ct .cont::before {
        content: none;
    }
}