html {
    scroll-behavior: smooth;
}

.c-pc_on {
    display: block;
}

table .c-pc_on {
    display: table-cell;
}

.c-sp_on {
    display: none;
}

table .c-sp_on {
    display: none;
}

.l-header_logo {
    width: 100px;
}

a {
    transition: 0.5s;
}

a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

/* スライダー設定 */
.swiper-wrapper {
    transition-timing-function: ease-in;
}

.l-slider_wrapper .slider_arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    overflow: hidden;
    text-indent: -200px;
    background: #745634;
    border-radius: 50px;
    transition: 0.5s;
}

.l-slider_wrapper .slider_arrow:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.l-slider_wrapper .slider_arrow:before {
    font-family: 'design_plus';
    color: #fff;
    width: 18px;
    height: 18px;
    font-size: 18px;
    display: block;
    position: absolute;
    text-indent: 0px;
    top: 2px;
    left: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.l-slider_wrapper .slider_prev_item:before {
    content: '\e90f';
}

.l-slider_wrapper .slider_next_item:before {
    content: '\e910';
    left: 0;
    right: 0;
    margin: auto;
}

.l-slider_wrapper .slider_prev_item {
    top: calc(50% + 20px);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -3%;
}

.l-slider_wrapper .slider_next_item {
    top: calc(50% + 20px);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -3%;
}

.owl-item.cloned:last-child {
    display: none;
}


/* フォント設定 */

h1,
h2,
h3,
h4,
p,
a,
ul,
li,
th,
td,
time {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
}

.c-title {
    font-size: 32px !important;
}

.c-title::after {
    display: block;
    content: attr(data-ja);
    font-size: 16px;
    margin-top: 5px;
}

.c-title.c-font-c_745634::after {
    color: #745634 !important;
}

.c-title.c-font-c_fff::after {
    color: #fff !important;
}

.c-font-c_745634 {
    color: #745634 !important;
}

.c-font-c_fff {
    color: #fff !important;
}

.c-font-c_666666 {
    color: #666666 !important;
}

.c-font-c_6D6D6D {
    color: #6D6D6D !important;
}

.c-font-c_707070 {
    color: #707070 !important;
}


.c-font-c_4CBDD4 {
    color: #4CBDD4 !important;
}

.c-font-c_85D8E6 {
    color: #85D8E6 !important;
}

.c-font-c_A2A2A2 {
    color: #A2A2A2 !important;
}

.c-link_under_line {
    text-decoration: underline;
}

.c-title_brush {
    position: relative;
    z-index: 1;
}

.c-title_brush::before {
    content: "";
    position: absolute;
    top: -2em;
    width: 450px;
    height: 250px;
    background-image: url(../img/common/top_title_brush01.svg);
    background-repeat: no-repeat;
    background-size: auto;
    z-index: -1;
}

.c-title_brush_mid::before {
    top: -3em;
    left: 50%;
    transform: translateX(-50%);
}

/* ボタン設定 */

.c-btn {
    width: 200px;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    border-radius: 28px;
}

.c-btn_view_more {
    border: 1px solid #745634;
    background: transparent;
}

.c-btn_line {
    border: 1px solid #02B902;
    background: #02B902;
}

.c-btn_hot_pepper {
    border: 1px solid #AE2D5B;
    background: #AE2D5B;
}

.c-btn_contact {
    border: 1px solid #85D8E6;
    background: #85D8E6;
}

.c-btn_sub {
    width: calc(100% / 4);
    border: 1px solid #85D8E6;
    background: transparent;
    margin: 20px 4% 0;
    line-height: 60px;
}

.c-btn_apply {
    width: 250px;
    margin-top: 50px;
    border: 1px solid #85D8E6;
    background: #85D8E6;
}

.c-btn_news {
    margin-top: 30px;
    border: 1px solid #4CBDD4;
    background: #fff;
    border-radius: 0;
}

.c-btn a {
    display: block;
    position: relative;
    padding: 0 8% 0 5%;
    transition: 0.5s;
}

.c-btn_view_more a {
    color: #745634;
}

.c-btn_line a {
    color: #fff !important;
}

.c-btn_hot_pepper a {
    color: #fff !important;
}

.c-btn_contact a {
    color: #fff !important;
}

.c-btn_sub a {
    color: #85D8E6;
    padding: 0;
}

.c-btn_apply a {
    font-size: 16px;
    color: #fff !important;
}

.c-btn_news a {
    font-size: 18px;
    color: #4CBDD4;
    padding: 0;
}

.c-btn a::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    right: 13%;
    top: calc(50% - 2px);
    transform: rotate(45deg) translateY(-50%);
    transition: 0.5s;
}

.c-btn_view_more a::after {
    border-top: 1px solid #745634;
    border-right: 1px solid #745634;
}

.c-btn_line a::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.c-btn_hot_pepper a::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 15%;
}

.c-btn_contact a::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.c-btn_apply a::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}


.c-btn:hover a::after {
    transform: translateX(5px) rotate(45deg) translateY(-50%);
}

.c-btn_apply:hover a::after {
    transform: translateX(5px) rotate(45deg) translateY(-50%);
}


.c-btn_sub:hover {
    border: 1px solid #85D8E6;
    background: #85D8E6;
}

.c-btn_sub:hover a {
    color: #fff;
}

/* ヘッダー */

.grecaptcha-badge {
    display: none;
}

#header {
    height: 120px;
    border: 0;
}

#header_top {
    position: relative;
    height: 70px !important;
    width: 1000px;
    margin: 0 auto;
}

#global_menu {
    background: rgba(52, 82, 116, 0.4);
    bottom: -60px;
}

#global_menu>ul {
    border-color: transparent;
}

#global_menu>ul>li {
    border-color: transparent;
}

#global_menu ul ul a {
    background: rgba(52, 82, 116, 0.4);
}

#global_menu ul ul a:hover {
    color: #4cbdd4;
}

.pc .header_fix #header_top {
    display: block;
    bottom: 0;
}

.pc .header_fix #header {
    height: 60px !important;
}

.breadcrumbsWrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 3;
    background: rgba(255, 255, 255, 0.32);
    z-index: 2;
    white-space: nowrap;
    overflow-x: auto;
}

.breadcrumbs {
    width: 1000px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
}

.breadcrumbs span {
    color: #fff;
    padding: 0 0.5em 0 0;
}

.breadcrumbs span.current-item {
    color: #fff;
    padding: 0 0.5em;
}

#index_header_content {
    position: relative;
}

.header_text_wrapper {
    position: absolute;
    left: 5%;
    bottom: 10%;
}

.header_header_text {
    font-size: 45px;
}

.header_header_main_text {
    position: relative;
    font-size: 80px;
    line-height: 1.5;
    padding: 0 0.5em;
}

.header_header_main_text::before {
    content: "「";
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 45px;
    color: #fff;
}

.header_header_main_text::after {
    content: "」";
    position: absolute;
    bottom: -10px;
    right: -10px;
    font-size: 45px;
    color: #fff;
}

.header_body_text {
    position: relative;
    font-size: 16px;
}

.header_body_text::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 0.7px;
    background: #fff;
    top: 50%;
    right: 2em;
}

#index_slider {
    height: 82vh !important;
}

#index_slider_wrap {
    height: 82vh !important;
}

#index_slider .item .image {
    height: 82vh !important;
}

#index_slider .item {
    height: 82vh !important;
}

#index_slider .overlay {
    height: 82vh !important;
}

/* トップページ */

.l-inner {
    width: 100%;
}

/* トップページ-コンセプト */

.p-top_concept_bg {
    width: 100%;
    background-image: url(../img/common/top_bg01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.l-concept_inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 130px 0;
    text-align: center;
}

.p-top_concept_body {
    margin: 30px auto;
}

.p-top_concept_head_text {
    font-size: 21px;
    line-height: 3;
}

.p-top_concept_body_text {
    font-size: 16px;
    line-height: 2.5;
}

/* トップページ-サービス */

.p-top_service_bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #8FD9E9, #8CDCEA, #A7EDEC, #E7EDE9, #F3F0E6, #F6F1E7);
}

.l-service_inner {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
    text-align: left;
}

.l-slider_wrapper {
    margin-top: 30px;
}

.owl-item-text {
    font-size: 20px;
    margin-top: 10px;
}

/* トップページ-店舗案内 */

.p-top_shop_bg {
    width: 100%;
    height: 100%;
    background: #fff;
}

.l-shop_inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 160px 0 80px;
}

.l-shop_list_wrapper:not(:last-child) {
    margin-bottom: 160px;
}

.l-shop_list {
    display: flex;
    flex-wrap: nowrap;
}

.l-shop_list_left {
    position: relative;
    width: 50%;
}

.l-shop_list_right {
    position: relative;
    width: 50%;
}

.l-shop_list_right_inner {
    width: calc(100% + 2%);
    position: absolute;
    top: 0;
    left: -2%;
}

.l-shop_list_image_wrapper {
    width: 100%;
    height: 400px;
}

.l-shop_list_image_wrapper img {
    width: 100%;
    height: 100%;
}

.l-shop_list_image_right {
    position: relative;
    width: calc(100% + 2%);
}

.l-shop_list_text_wrapper {
    width: 80%;
    padding: 2em 0 0;
}

.l-shop_list_left .l-shop_list_text_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% - 2em);
    z-index: 1;
}

.l-shop_list-title {
    font-size: 45px;
    margin-bottom: 40px;
}

.l-shop_list-text {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.l-shop_list_text_inner_list {
    margin-bottom: 40px;
}

.l-shop_inner_list_item p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 14px;
}

.l-shop_inner_list_item {
    display: flex;
    flex-wrap: nowrap;
}

.l-shop_list-menu {
    width: 70%;
}

.l-shop_list-price {
    width: 30%;
}

.l-shop_inner .c-btn_view_more {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
}

/* トップページ-イメージ */

.p-top_bg_bg {
    width: 100%;
    height: 350px;
    background-image: url(../img/common/top_img01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/* トップページ-お知らせ */

.p-top_news_bg {
    width: 100%;
    height: 100%;
    background: #fff;
}

.l-news_inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
}

.l-news_inner::before {
    position: absolute;
    background-image: url();
    background-size: cover;
    background-repeat: no-repeat;
}

.news_list {
    text-align: left;
    margin: 50px auto;
}

.news_list .item a {
    display: flex;
    background: #f7f7f7;
    margin: 0 0 -1px 0;
    height: 58px;
    line-height: 58px;
    padding: 0 30px;
}

.news_list .date {
    color: #745634;
    float: left;
    font-size: 16px;
    margin: 0 30px 0 0;
    font-weight: 600;
}

.news_list .title {
    color: #745634;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}

.news_list .item:hover .date {
    /* color: ; */
}

.news_list .item:hover .title {
    /* color: ; */
}

/* トップページ-予約 */

.p-top_reservation_bg {
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
}

.l-reservation_inner {
    position: relative;
    width: 842px;
    margin: 0 auto;
    padding: 160px 0 80px;
}

.l-reservation_list_wrapper {
    margin-top: 50px;
}

.l-reservation_list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.l-reservation_list_item {
    width: 265px;
}

.l-reservation_list_item_image_wrapper {
    width: 100%;
    height: 180px;
}

.l-reservation_list_item_image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.l-reservation_list_item_text_wrapper {
    text-align: left;
    padding: 1em 2em;
    background: #F4F2E5;
    height: calc(100% - 180px - 2em);
}

.l-reservation_list_item_text_header {
    font-size: 18px;
}

.l-reservation_list_item_text_body {
    font-size: 14px;
    line-height: 1.6;
    margin: 1em 0;
}

.list_item_text_body_margin_bottom {
    margin: 1em 0 2.5em;
}

.l-reservation_list .c-btn {
    width: 100%;
}

.l-reservation_list .c-btn_line {
    margin-bottom: 1em;
}

/* フッター */

.l-footer_bg {
    width: 100%;
    height: 100%;
    background: #F4F2E5;
}

.l-footer_inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}

.l-footer_title_wrapper {
    margin-bottom: 30px;
}

.l-footer_title {
    width: 130px;
    margin: 0 auto;
}

.l-footer_text_wrapper {
    margin-bottom: 30px;
}

.l-footer_text {
    font-size: 16px;
    line-height: 2;
}

.l-footer .c-btn_contact {
    margin-bottom: 30px;
}

.l-footer_menu_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.copyright_wrapper {
    text-align: center;
    background: #85D8E6;
}

#copyright {
    font-size: 13px;
    background: none;
}

/* サブページ */

.post_content h2,
.post_content p {
    margin: 0;
    padding: 0;
}

.p-sub_header {
    margin-top: 40px;
}

.p-sub_header_title {
    position: relative;
    font-size: 24px !important;
}

.p-sub_header_bef::before {
    position: absolute;
    content: "";
    top: -69px;
    left: 50%;
    transform: translate(-50%);
    width: 0.25px;
    height: 65px;
    background: #85D8E6;
    z-index: 11;
}

.p-sub_header_aft::after {
    display: block;
    content: attr(data-ja);
    font-size: 16px;
    margin-top: 5px;
}

.p-sub_header_text {
    font-size: 16px;
    margin-top: 30px !important;
}

#page_no_side {
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden;
}

.p-sub_top {
    width: 100%;
    background: #fff;
}

.p-sub_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0;
}

.l-sub_inner {
    text-align: center;
}

.c-loop_wrapper {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.c-loop_area {
    display: flex;
    animation: loop-slide 40s infinite linear 1s both;
    list-style: none !important;
    margin: 0 !important;
    padding: 0;
}

.c-loop_text {
    width: 1200px;
    height: 270px;
    font-size: 160px !important;
    font-weight: bold;
    opacity: 5%;
}

.p-pearl-plus_loop_wrapper .c-loop_text {
    width: 1100px;
}

.p-bupura_loop_wrapper .c-loop_text {
    width: 1800px;
}

@keyframes loop-slide {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}

/* インスタグラム設定 */

#sb_instagram .sb_instagram_header,
.sb_instagram_header {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}

#sb_instagram .sb_instagram_header h3,
.sb_instagram_header h3 {
    font-size: 24px !important;
}

#sb_instagram #sbi_images {
    padding: 40px 0;
}

#sb_instagram .sbi_follow_btn a {
    font-size: 16px !important;
    line-height: 2;
    padding: 1em 3em;
}

#sb_instagram .sbi_follow_btn a:hover {
    box-shadow: inset 0 0 1em 3em #359dff;
}

/* 瘦身腸活Iam ページ */

.p-sub_about_bg {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #8FD9E9, #8CDCEA, #A7EDEC, #E7EDE9, #F3F0E6, #F6F1E7);
}

.p-sub_about_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0 0;
}

.p-sub_btn_wrapper_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0;
}

.p-sub_btn_wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.p-sub_features {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(177, 230, 239, 1) 100%);
    ;
}

.p-sub_features_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 140px 0;
}

.p-sub_flex_content {
    display: flex;
    margin: 100px 0 0;
}

.p-sub_flex_content_image_wrapper {
    position: relative;
    width: 30%;
    z-index: 1;
}

.p-sub_flex_content_image_wrapper::before {
    content: "";
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: -15%;
    left: -30%;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.p-sousin_intestinal_activity .p-sub_flex_content_image_wrapper::before {
    background-image: url(../img/common/iam_choukatu_en01.svg);
}

.p-sousin_thin_body .p-sub_flex_content_image_wrapper::before {
    background-image: url(../img/common/iam_sousin_en01.svg);
}

.p-sousin_face_slimming .p-sub_flex_content_image_wrapper::before {
    background-image: url(../img/common/iam_kaoyase_en01.svg);
} 

.p-pearl-plus_removal_features .p-sub_flex_content_image_wrapper::before {
    background-image: url(../img/common/pearlplus_datsumou_en01.svg);
}

.p-pearl-plus_uv .p-sub_flex_content_image_wrapper::before {
    background-image: url(../img/common/pearlplus_datsumou_en02.svg);
}

.p-pearl-plus_plasma .p-sub_flex_content_image_wrapper::before {
    background-image: url(../img/common/pearlplus_plasuma-facial_en01.svg);
}

.p-pearl-plus_face_care .p-sub_flex_content_image_wrapper::before {
    background-image: url(../img/common/pearlplus_plasuma-facial_en02.svg);
}

.p-pearl-plus_wax .p-sub_flex_content_image_wrapper::before {
    background-image: url(../img/common/pearlplus_facial-wax_en01.svg);
}

.p-bupura_face_correction .p-sub_flex_content_image_wrapper::before {
    background-image: url(../img/common/bupura_smallface-correction_en01.svg);
}

.p-bupura_face_care .p-sub_flex_content_image_wrapper::before {
    background-image: url(../img/common/bupura_facial-care_en01.svg);
}

.p-bupura_body_care .p-sub_flex_content_image_wrapper::before {
    background-image: url(../img/common/bupura_bodycare_en01.svg);
}

.p-ginza-reborn_introduction .p-sub_flex_content_image_wrapper::before {
    background-image: url(../img/common/bupura_bodycare_en01.svg);
}

.p-ginza-reborn_introduction .p-sub_flex_content_image_wrapper::before {
    background-image: url(../img/common/ginza-reborn_beauty_en01.svg);
}

.p-ginza-reborn_beauty_liquid .p-sub_flex_content_image_wrapper::before {
    background-image: url(../img/common/ginza-reborn_beauty_en02.svg);
}

.p-ginza-reborn__sscalp .p-sub_flex_content_image_wrapper::before {
    background-image: url(../img/common/ginza-reborn_sscalp_en01.svg);
}

.p-ginza-reborn__sscalp_ai .p-sub_flex_content_image_wrapper::before {
    background-image: url(../img/common/ginza-reborn_sscalp_en02.svg);
}

.p-ginza-reborn_contact {
    width: 100%;
    height: 100%;
    background: #F4F2E5;
}

.p-sub_contact_inner {
    width: 840px;
    margin: 0 auto;
    padding: 50px 0;

}

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

.p-sub_contact_list_item {
    width: 45%;
}

.p-sub_contact_list_item_text {
    text-align: left;
}

.c-btn_contact-ginza {
    width: 270px !important;
    margin-top: 2rem !important;
}

.c-btn_contact-ginza a::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    right: 10%;
    top: calc(50% - 2px);
    transform: rotate(45deg) translateY(-50%);
}

.p-sub_flex_content_text_wrapper {
    width: 70%;
    text-align: left;
    padding-left: 1em;
}

.p-sub_flex_content_header_text {
    font-size: 20px;
    border-bottom: 1px solid #745634;
}

.p-sub_flex_content_body_text {
    font-size: 16px;
    line-height: 2 !important;
    margin-top: 20px !important;
    text-align: left;
}

.p-sub_flex_content_body_text-s {
    font-size: 13px;
    line-height: 2 !important;
    text-align: left;
    color: #666666;
}

.p-sub_flex_content_body_text-s a {
    border-bottom: solid 1px #666666;
}

.p-sub_features_recommendation {
    background: #fff;
    margin-top: 80px;
    padding: 2%;
    border-radius: 30px;
}

.p-sub_features_recommendation_inner {
    display: flex;
    position: relative;
    width: 97%;
    left: 50%;
    transform: translateX(-50%);
    padding: 1em;
    border: 1px solid #4CBDD4;
    border-radius: 20px;
}

.p-sub_features_recommendation_flex {
    display: flex;
    width: 20%;
    align-items: center;
}

.p-sub_features_recommendation_inner_title_wrapper {
    display: flex;
    width: 100%;
    height: 90%;
    align-items: center;
    text-align: center;
    border-right: 1px solid #4CBDD4;
}

.p-sub_features_recommendation_inner_title {
    width: 100%;
    font-size: 18px;
    line-height: 2;
}

.p-sub_features_recommendation_inner_text_wrapper {
    width: 80%;
    text-align: left;
}

.p-sub_features_recommendation_inner_text_wrapper ul {
    list-style: none;
    margin: 0 !important;
    padding-left: 1em;
}

.p-sub_features_recommendation_inner_text {
    position: relative;
    font-size: 16px;
    padding-left: 1.5em;
}

.p-sub_features_recommendation_inner_text::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 6px;
    top: 0.6em;
    left: 0;
    border-left: 2px solid #4CBDD4;
    border-bottom: 2px solid #4CBDD4;
    transform: rotate(-45deg);
}

.p-pearl-plus_bef-aft {
    background: #FBFAF6;
}

.p-sub_bef-aft_inner {
    width: 842px;
    margin: 0 auto;
    padding: 80px 0;
}

.section-sousin_bef-aft .p-sub_bef-aft_inner {
    width: 1000px;
}

.section-pearl-plus_removal_bef-aft .p-sub_bef-aft_inner {
    width: 1000px;
}

.p-sub_bef-aft_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.p-sub_bef-aft_list_item {
    width: 45%;
}

.p-sub_bef-aft_list-3 .p-sub_bef-aft_list_item {
    width: 30%;
}

.p-sub_bef-aft_list_bef {
    position: relative;
}

/* .p-sub_bef-aft_list_bef::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 35px);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 35px solid #4CBDD4;
    border-right: 0;
} */

.p-sub_bef-aft_list-mb{
    margin-bottom: 3rem;
}

.p-sub_bef-aft_list_item_text {
    font-size: 15px;
}

.p-sub_bef-aft_list_item_image_wrapper {
    width: 300px;
    height: 100%;
}

.p-sub_bef-aft_list_item_image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-sub_bef-aft_list_item_image_wrapper2 {
    width: 100%;
}

.p-sub_bef-aft_list_item_image_wrapper2 img {
    width: 100%;
    object-fit: cover;
}

.p-sub_bef-aft_list_bef {
    position: relative;
}

.p-sub_menu {
    width: 100%;
    background: #F4F2E5;
}

.p-sub_menu_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 160px 0;
}

.p-sub_menu_table_wrapper {
    margin-top: 40px;
}

.s_table {
    margin: 0 !important;
}

.p-sub_menu_table th,
.p-sub_menu_table td {
    border: none;
}

.p-sub_menu_table_header {
    font-size: 20px;
    padding: 0 15px !important;
    background: #85D8E6 !important;
}

.p-sub_menu_table_text {
    font-size: 18px;
}

.p-sub_menu_wrap_text {
    white-space: normal;
}

.p-sub_menu_table tr:not(:last-child) td {
    border-bottom: 0.5px solid #d9d9d9;
    border-collapse: collapse;
}

.p-sub_menu_table_sub_text {
    font-size: 16px;
}

.p-sub_menu_table_long {
    width: 80%;
    text-align: left;
}

.p-sub_menu_table_short {
    width: 20%;
    text-align: right;
}

.p-sub_menu_table_long_2 {
    width: 40%;
    text-align: left;
    border-right: 0.5px solid #d9d9d9 !important;
}

.p-sub_menu_table_short_2 {
    width: 30%;
    text-align: center;
    border-right: 0.5px solid #d9d9d9 !important;
}

.p-sub_instagram {
    width: 100%;
}

.p-sub_instagram_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 140px 0;
}

.p-sub_reservation {
    width: 100%;
}

.p-sub_reservation_inner {
    position: relative;
    width: 842px;
    margin: 0 auto;
    padding: 80px 0;
    z-index: 1;
}

.p-sub_reservation_image_wrapper {
    width: 60%;
    height: 350px;
}

.p-sub_reservation_image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-sub_reservation_text_wrapper {
    width: 40%;
    text-align: left;
    padding-left: 2em;
}

.p-sub_reservation_header_text {
    font-size: 20px;
    border-bottom: 1px solid #745634;
}

.p-sub_reservation_body_text {
    font-size: 18px;
}

.p-sub_reservation_body_sub_text {
    font-size: 16px;
    line-height: 2 !important;
    margin-top: 1em !important;
}

.p-sub_reservation .c-btn {
    margin: 1em 0;
}

.p-sub_reservation .c-btn a {
    padding: 0;
}

.p-sub_reservation .c-btn a::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    right: 13%;
    top: calc(50% - 2px);
    transform: rotate(45deg) translateY(-50%);
    transition: 0.5s;
}

.c-btn_line:hover a::after {
    transform: translateX(5px) rotate(45deg) translateY(-50%);
}

.c-btn_hot_pepper:hover a::after {
    transform: translateX(5px) rotate(45deg) translateY(-50%);
}

.p-sub_infomation {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #85D8E6, #FAFAFA);
}

/* .p-sub_infomation::before {
    display: block;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 10%;
    content: "";
    background-image: url(../img/common/bg_circle.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
} */

.p-sub_infomation_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 140px 0;
}

.p-sub_info_table th,
.p-sub_info_table td {
    background: transparent;
    border: none;
}

.p-sub_info_table_header {
    font-size: 18px;
    white-space: nowrap;
}

.p-sub_info_table tr:not(:last-child) td,
.p-sub_info_table tr:not(:last-child) th {
    border-bottom: 0.5px solid #70707070 !important;
}

.p-sub_info_table_text {
    font-size: 16px;
    text-align: left;
    white-space: normal;
}

.p-sub_info_table_sub_text {
    font-size: 16px;
    font-weight: bold;
}

.p-sub_info_map_wrapper {
    width: 100%;
}

.p-sub_info_map_wrapper iframe {
    width: 100%;
    height: 500px;
}

/* Obim Wood Futureページ */

.p-sub_obim-wood-future_bg {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #8FD9E9, #8CDCEA, #A7EDEC, #E7EDE9, #F3F0E6, #F6F1E7);
}

.p-obim-wood-future_intro_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0;
}

.u-padding-adjust {
    padding-bottom: 40px;
}

.p-obim-wood-future_intro_list_wrapper {
    margin-top: 80px;
}

.p-obim-wood-future_intro_list {
    display: flex;
    justify-content: space-between;
}

.p-obim-wood-future_intro_list_image_wrapper {
    position: relative;
    text-align: left;
    width: 50%;
}

.p-obim-wood-future_intro_list_image_wrapper::before {
    content: "";
    background-image: url(../img/common/wood-furniture_img02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 25%;
    right: -3%;
    width: 50%;
    height: 100%;
}

.p-obim-wood-future_intro_list_image_wrapper img {
    width: 80%;
    height: 100%;
    object-fit: fill;
}

.p-obim-wood-future_intro_list_text_wrapper {
    width: 50%;
}

.p-obim-wood-future_intro_list_text {
    padding-left: 3em;
}

.p-obim-wood-future_intro_list_header_text {
    position: relative;
    text-align: right;
    font-size: 30px;
}

.p-obim-wood-future_intro_list_header_text::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100px;
    height: 1px;
    background: #85D8E6;
}

.p-obim-wood-future_intro_list_body_text {
    text-align: left;
    font-size: 18px;
    line-height: 2;
    margin-top: 40px;
}




/* Aboutページ */

.p-about_origin_bg {
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, #8FD9E9, 5%, #8CDCEA, 25%, #E7EDE9, 75%, #FCF1CB, 95%, #fff);
}

.p-about_origin_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0;
}

.p-about_bg {
    background: #fff;
}

.p-about_greeting_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0 0;
}

.p-about_greeting_list_wrapper {
    margin-top: 30px;
}

.p-about_greeting_list {
    display: flex;
}

.p-about_greeting_list_image_wrapper {
    width: 30%;
}

.p-about_greeting_list_image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-about_greeting_list_text_wrapper {
    position: relative;
    width: 70%;
    width: 100%;
    /* 代表イメージ差し込み後削除 */
}

.p-about_greeting_list_text {
    text-align: left;
    padding-bottom: 2em;
    padding-left: 2em;
    text-align: center;
    /* 代表イメージ差し込み後削除 */
    padding: 0 0 60px 0;
    /* 代表イメージ差し込み後削除 */
}

.p-about_greeting_list_header_text {
    font-size: 32px;
}

.p-about_greeting_list_body_text {
    font-size: 16px;
    line-height: 2 !important;
}

.p-about_greeting_list_footer_text {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 20px;
    line-height: 1.5 !important;
}

.p-about_greeting_list_footer_sub_text {
    font-size: 24px;
    padding-left: 0.5em;
}

.p-about_bg {
    background: #fff;
}

.p-about_bg_inner {
    width: 100%;
    padding: 80px 0;
}

.p-about_bg_list {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.p-about_bg_list_image_wrapper {
    width: calc(100% / 3);
    height: 250px;
}

.p-about_bg_list_image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-about_company_bg {
    background: #FCFBF7;
}

.p-about_company_inner {
    width: 842px;
    margin: 0 auto;
    padding: 80px 0;
}

.p-about_company_table_wrapper {
    margin-top: 50px;
}

.p-about_company_table_header_text {
    width: 25%;
    font-size: 18px;
    text-align: left;
    padding: 1em !important;
    border: none !important;
    border-bottom: 1px solid #70707070 !important;
    background: none !important;
}

.p-about_company_table_body_text {
    width: 75%;
    font-size: 16px;
    text-align: left;
    padding: 1em !important;
    border: none !important;
    border-bottom: 1px solid #70707070 !important;
    background: none !important;
}

.p-about_reservation_inner {
    width: 842px;
    margin: 0 auto;
    padding: 80px 0;
}

/* RECRUIT */

.p-recruit_message_bg {
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, #8FD9E9, 5%, #8CDCEA, 25%, #E7EDE9, 75%, #FCF1CB, 95%, #fff);
}

.p-recruit_message_inner {
    width: 842px;
    margin: 0 auto;
    padding: 80px 0;
}

.p-recruit_looking_for_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0;
}

.p-recruit_looking_for_text_wrapper {
    margin: 40px;
}

.p-recruit_looking_for_list {
    display: flex;
    justify-content: space-evenly;
    background: #FCFBF7;
    padding: 4em 0;
}

.p-recruit_looking_for_list_item {
    position: relative;
    width: 200px;
    height: 200px;
    background: #D8EFEC;
    border-radius: 100px;
}

.p-recruit_looking_for_list_inner_text {
    position: absolute;
    width: 100%;
    font-size: 16px;
    line-height: 1.5 !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p-recruit_requirements_bg {
    background: #FCFBF7;
}

.p-recruit_requirements_inner {
    width: 842px;
    margin: 0 auto;
    padding: 140px 0;
}

.p-recruit_requirements_table_wrapper {
    margin-top: 50px;
}

.p-recruit_requirements_table_header_text {
    width: 25%;
    font-size: 18px;
    font-weight: bold !important;
    text-align: left;
    padding: 1em !important;
    border: none !important;
    border-bottom: 1px solid #70707070 !important;
    background: none !important;
}

.p-recruit_requirements_table_body_text {
    width: 75%;
    font-size: 16px;
    text-align: left;
    padding: 1em !important;
    border: none !important;
    border-bottom: 1px solid #70707070 !important;
    background: none !important;
}

.p-recruit_requirements_table_body_text ul {
    list-style-type: disc;
}

.p-recruit_flow_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 140px 0;
}

.p-recruit_flow_image_wrapper {
    width: 100%;
    height: 400px;
    margin-top: 50px;
}

.p-recruit_flow_image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* お問い合わせページ */

.p-contact .wpcf7 p,
.post_content .p-contact p,
.post_content .p-contact h2,
.p-contact .wpcf7 form {
    margin: 0;
    padding: 0;
}

.p-contact_content:first-child {
    margin-top: 2em;
}

.p-contact_content_header {
    margin-bottom: 50px;
}

.p-contact_content_header_title {
    font-size: 30px !important;
    margin-bottom: 30px !important;
}

.p-contact_content_header_text {
    font-size: 16px !important;
    line-height: 2;
    margin-bottom: 10px !important;
}

.p-contact_content_header_text_sub {
    font-size: 16px !important;
}

.wpcf7 {
    border: 0 !important;
    background: transparent !important;
    margin: 0 !important;
}

.p-contact_body {
    border: 1px solid #ddd;
    background: #fafafa;
    padding: 1.5em;
    margin-bottom: 50px;
}

.p-contact_content {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    text-align: left;
}

.p-contact_text {
    font-size: 18px !important;
}

.p-contact_text_sub,
.p-contact_text_sub span {
    font-size: 16px !important;
}

.p-contact_text_sub {
    margin-bottom: 10px;
}

.p-contact_content_text {
    margin: 0 0 2em 0 !important;
    width: 30%;
}

.p-contact_content_input {
    width: 70%;
}

.p-contact_content_input textarea {
    resize: none;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder {
    color: #CBCBCB;
}

.p-contact_content_sub_text {
    padding-left: 1em;
}

.p-contact_submit {
    position: relative;
    width: 225px;
    height: 48px;
    background: #85D8E6;
    border-radius: 28px;
    margin: 50px auto 0;
}

.p-contact .wpcf7 .wpcf7-submit {
    margin: 0 auto;
    background: none;
}

.p-contact_submit::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    right: 25%;
    top: calc(50% - 2px);
    transform: rotate(45deg) translateY(-50%);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.p-contact_submit:hover::after {
    transform: translateX(5px) rotate(45deg) translateY(-50%);
}

/* お問い合わせ完了ページ */

.p-contact-complete .p-contact_complete_body_text {
    margin-bottom: 30px !important;
}

.p-contact_complete_footer {
    margin: 50px auto 0;
}

.post_content .p-contact-complete a:hover {
    color: #ffffff;
}

/* プライバシーポリシー */

.p-privacy-policy .l-sub_inner {
    text-align: left;
}

.post_content .p-privacy-policy p {
    line-height: 1.5 !important;
    margin: 0 !important;
}

.p-privacy-policy_text_wrapper {
    margin-bottom: 50px;
}

.p-privacy-policy_text {
    font-size: 16px;
}

.p-privacy-policy_title {
    font-size: 22px;
}

/* お知らせページ */

.widget_headline {
    font-size: 18px;
    background: #85D8E6;
}

#main_contents {
    margin: 80px auto;
}

#blog_archive {
    display: flex;
    justify-content: space-between;
    padding: 0 !important;
}

.p-news_item {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    border: 0.5px solid #ddd !important;
}

.p-news_item_inner {
    display: flex;
    padding: 2em;
}

.p-news_item_image_link {
    width: 30%;
}

.p-news_item_image_wrapper {
    width: 100% !important;
    height: 160px !important;
}

.p-news_item_text_wrapper {
    width: 70%;
}

.p-news_item_header_text:hover a {
    color: #4CBDD4 !important;
}

.p-news_item_body_text {
    position: static !important;
}

.p-news_reservation .l-reservation_inner {
    padding: 160px 0 0;
}

.p-news-single {
    border: 0.5px solid #707070 !important;
}

.p-news-single_title_wrapper {
    padding: 2em !important;
}

.p-news_single_image_wrapper {
    width: 100%;
    height: 300px;
    margin: 0 !important;
}

.p-news_single_image_wrapper .image {
    width: 100%;
    height: 100% !important;
}

.p-news-single_text_wrapper {
    padding: 1em;
    text-align: center;
}

.p-news-single_text_wrapper p {
    color: #666666;
}

.widget_content a {
    color: #666666 !important;
}

.widget_content a:hover {
    color: #4CBDD4 !important;
}

.p-dropdown__title {
    color: #666666 !important;
}

.related_post .title a:hover {
    color: #4CBDD4 !important;
}

.p-news-single_related_post {
    width: 100% !important;
}

.p-news-single_related_item {
    width: 100% !important;
    height: auto !important;
}

.p-news-single_related_header_text {
    font-size: 24px !important;
}

.p-news-single_related_text {
    font-size: 14px !important;
}

.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
}

.u-font-s {
    font-size: 16px;
}

.u-border_bottom-none {
    border-bottom: none !important;
}

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

    .l-header_logo {
        width: 80px !important;
        height: 36px !important;
    }

    body.admin-bar.header_fix_mobile #header {
        margin-top: 0;
    }

    .p-sub_infomation::before {
        top: -7%;
        height: 7%;
    }
}

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

    .c-pc_on {
        display: none;
    }

    table .c-pc_on {
        display: none;
    }

    .c-sp_on {
        display: block;
    }

    table .c-sp_on {
        display: table-cell;
    }

    /* ボタン */

    .c-btn {
        width: 200px;
    }

    .c-btn a {
        padding: 0 5% 0 5%;
    }

    .c-btn a::after {
        right: 13%;
    }

    .l-shop_inner .c-btn_view_more {
        bottom: -80px;
    }

    .c-btn_sub {
        width: calc(100% / 3);
        margin: 20px 8%;
    }

    .c-btn_apply {
        width: 250px;
    }

    .c-btn_line {
        width: 100%;
    }

    .c-btn_hot_pepper {
        width: 100%;
    }


    /* ヘッダー */
    #header_top {
        width: 100%;
    }

    .header_text_wrapper {
        left: 5%;
    }

    .header_header_text {
        font-size: 27px;
    }

    .header_header_main_text {
        font-size: 49px;
        padding: 0 0.3em;
    }

    .breadcrumbsWrap {
        padding: 0 5%;
    }

    .header_header_main_text::before {
        font-size: 27px;
        top: -0.3em;
        left: -0.3em;
    }

    .header_header_main_text::after {
        font-size: 27px;
        bottom: -0.3em;
        right: -0.3em;
    }

    .header_body_text {
        font-size: 8px;
        padding-left: 1em;
    }

    .header_body_text::after {
        width: 220px;
    }

    .breadcrumbs {
        width: 100%;
    }


    /* トップページ */

    .l-inner {
        overflow: hidden;
    }

    .l-concept_inner {
        width: 90%;
    }

    .p-top_concept_head_text {
        font-size: 24px;
        line-height: 2;
        font-weight: 600;
    }

    .p-top_concept_body_text {
        font-size: 16px;
        line-height: 2;
    }

    .l-shop_inner {
        padding: 40px 0;
    }

    .p-top_bg_bg {
        background-position: 45%
    }

    .l-shop_list {
        display: grid;
        gap: 120px;
    }

    .l-shop_list_wrapper:not(:last-child) {
        margin-bottom: 60px;
    }

    .l-shop_list_wrapper:not(:last-child) {
        margin-bottom: 80px;
    }

    .l-shop_list_order-1 .l-shop_list_right {
        order: 2;
    }

    .l-shop_list_order-2 .l-shop_list_left {
        order: 2;
    }

    .l-shop_list_order-1 .l-shop_list_left {
        width: 90%;
        margin: 0 auto;
    }

    .l-shop_list_left {
        width: 100%;
    }

    .l-shop_list_image_wrapper {
        height: 250px;
    }

    .l-shop_list_image_wrapper img {
        object-fit: cover;
    }

    .l-shop_list_order-1 .l-shop_list_right {
        width: 100%;
    }

    .l-shop_list_right {
        width: 90%;
        margin: 0 auto;
    }

    .l-shop_list_right_inner {
        position: static;
    }

    .l-shop_list_text_wrapper {
        width: 100%;
    }

    .l-shop_list_left .l-shop_list_text_wrapper {
        position: static;
    }

    .l-shop_list_image_right {
        width: 100%;
    }

    .l-shop_list-title {
        font-size: 28px;
    }

    .l-shop_list-text {
        font-size: 16px;
    }

    .l-shop_inner_list_item p {
        font-size: 16px;
    }

    .l-shop_list_text_inner_list {
        margin: 0;
    }

    .l-shop_list-menu {
        width: 80%;
        white-space: nowrap;
    }

    .l-shop_list-price {
        width: 20%;
    }

    .l-news_inner {
        width: 90%;
    }

    .news_list .date {
        font-size: 14px;
    }

    .news_list .title {
        font-size: 16px;
    }

    .l-reservation_list_item {
        width: 100%;
        margin: 20px 0;
    }

    .l-reservation_list_item_image_wrapper {
        height: 200px;
    }

    .l-reservation_list_item_text_header {
        font-size: 21px;
    }

    .l-reservation_list_item_text_body {
        font-size: 16px;
    }

    .l-reservation_list .c-btn {
        width: 100%;
    }

    .c-title_brush::before {
        width: 100%;
        height: 200px;
    }



    /* フッター予約 */

    .l-reservation_inner {
        width: 90%;
    }

    .l-reservation_list {
        grid-template-columns: 1fr;
    }


    /* フッター */
    .l-footer_inner {
        width: 90%;
    }

    .l-footer_menu_list {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .l-footer_menu_item {
        margin-bottom: 20px;
    }

    /* about */

    .p-about_origin_inner {
        width: 90%;
    }

    .p-about_greeting_inner {
        width: 90%;
    }

    .p-about_company_inner {
        width: 90%;
    }

    .p-about_greeting_list_body_text {
        text-align: left;
    }

    .p-about_bg_list {
        display: block;
    }

    .p-about_bg_list_image_wrapper {
        width: 100%;
    }

    .p-about_company_table_header_text {
        padding: 0.5em 1em !important;
        white-space: nowrap;
    }

    .p-about_company_table_body_text {
        padding: 0.5em 1em !important;
        white-space: normal;
    }

    /* サブページ */

    .p-sub_inner {
        width: 90%;
    }

    .p-sub_about_inner {
        width: 90%;
    }

    .p-sub_features_inner {
        width: 90%;
    }

    .p-sub_bef-aft_inner {
        width: 90% !important;
    }

    .p-sub_header_text {
        text-align: left;
    }

    .section-pearl-plus_removal_bef-aft .p-sub_bef-aft_inner {
        width: 90%;
    }

    .p-sub_menu_inner {
        width: 1000px;
        margin: 0 auto;
        padding: 160px 0;
        width: 90%;
    }

    .p-sub_instagram_inner {
        width: 90%;
    }

    .p-sub_reservation_inner {
        width: 90%;
    }

    .p-sub_reservation_image_wrapper {
        width: 100%;
    }

    .p-sub_reservation_text_wrapper {
        width: 100%;
        padding: 2em 0;
    }

    .p-sub_infomation_inner {
        width: 90%;
    }

    .p-sub_infomation::before {
        top: -3%;
        height: 3%;
    }

    .p-sub_btn_wrapper {
        justify-content: space-between;
    }

    .p-sub_flex_content {
        display: block;
    }

    .p-sub_contact_inner{
        width: 90%;
    }

    .p-sub_contact_list_item{
        width: 100%;
    }

    .p-sub_flex_content_image_wrapper {
        width: 100%;
    }

    .p-sub_flex_content_image_wrapper::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .p-sub_flex_content_text_wrapper {
        width: 100%;
        padding: 2em 0;
    }

    .p-sub_features_recommendation_inner {
        display: block;
        width: 92%;
        border-radius: 30px;
    }

    .p-sub_features_recommendation_flex {
        width: 100%;
    }

    .p-sub_features_recommendation_inner_title_wrapper {
        border: none;
        border-bottom: 1px solid #4CBDD4;
        padding: 1em 0;
    }

    .p-sub_bef-aft_list_item_image_wrapper {
        width: 100%;
        height: 100%;
    }

    .p-sub_features_recommendation_inner_text_wrapper {
        width: 100%;
        padding: 1em 0;
    }

    .p-sub_bef-aft_list {
        display: block;
    }

    .p-sub_bef-aft_list_item {
        width: 100%;
    }

    .p-sub_bef-aft_list-3 .p-sub_bef-aft_list_item {
        width: 100%;
    }

    .p-sub_bef-aft_list_bef::before {
        display: none;
    }

    .p-sub_bef-aft_list_item:not(:last-child) {
        margin-bottom: 40px;
    }

    .p-sub_menu_table_long {
        white-space: normal;
    }

    .p-sub_menu_table_short {
        white-space: nowrap;
    }

    .post_content .s_table {
        white-space: normal !important;
    }

    .p-sub_menu_table tr:not(:last-child) td {
        border-bottom: 0.8px solid #d9d9d9;
    }

    .p-sub_menu_table tr:not(:last-child) td {
        border-bottom: 0.8px solid #d9d9d9;
    }

    .p-sub_menu_table_long_2 span {
        font-size: 11px;
    }

    .p-sub_contact_list {
        display: block;
    }

    /* obim */
    .p-obim-wood-future_intro_inner {
        width: 90%;
    }

    .p-obim-wood-future_intro_list_wrapper {
        margin: 0;
    }

    .p-obim-wood-future_intro_list {
        display: grid;
        gap: 40px;
    }

    .p-obim-wood-future_intro_list_text_wrapper {
        width: 100%;
        order: 1;
    }

    .p-obim-wood-future_intro_list_text {
        padding: 0;
    }

    .p-obim-wood-future_intro_list_header_text{
        font-size: 25px;
    }

    .p-obim-wood-future_intro_list_header_text::before {
        width: 50px;
    }

    .p-obim-wood-future_intro_list_image_wrapper {
        width: 100%;
        order: 2;
    }

    .p-obim-wood-future_intro_list_image_wrapper::before {
        right: 0;
    }

    .p-sousin_intestinal_activity .p-sub_flex_content_image_wrapper::before {
        background-image: url(../img/common/iam_choukatu_en01_sp.svg);
    }

    .p-sousin_thin_body .p-sub_flex_content_image_wrapper::before {
        background-image: url(../img/common/iam_sousin_en01_sp.svg);
    }

    .p-sousin_face_slimming .p-sub_flex_content_image_wrapper::before {
        background-image: url(../img/common/iam_kaoyase_en01_sp.svg);
    }

    .p-pearl-plus_removal_features .p-sub_flex_content_image_wrapper::before {
        background-image: url(../img/common/pearlplus_datsumou_en01_sp.svg);
    }

    .p-pearl-plus_uv .p-sub_flex_content_image_wrapper::before {
        background-image: url(../img/common/pearlplus_datsumou_en02_sp.svg);
    }

    .p-pearl-plus_plasma .p-sub_flex_content_image_wrapper::before {
        background-image: url(../img/common/pearlplus_plasuma-facial_en01_sp.svg);
    }

    .p-pearl-plus_face_care .p-sub_flex_content_image_wrapper::before {
        background-image: url(../img/common/pearlplus_plasuma-facial_en02_sp.svg);
    }

    .p-pearl-plus_wax .p-sub_flex_content_image_wrapper::before {
        background-image: url(../img/common/pearlplus_facial-wax_en01_sp.svg);
    }

    .p-bupura_face_correction .p-sub_flex_content_image_wrapper::before {
        background-image: url(../img/common/bupura_smallface-correction_en01_sp.svg);
    }

    .p-bupura_face_care .p-sub_flex_content_image_wrapper::before {
        background-image: url(../img/common/bupura_facial-care_en01_sp.svg);
    }

    .p-bupura_body_care .p-sub_flex_content_image_wrapper::before {
        background-image: url(../img/common/bupura_bodycare_en01_sp.svg);
    }

    .p-ginza-reborn_introduction .p-sub_flex_content_image_wrapper::before {
        background-image: url(../img/common/bupura_bodycare_en01_sp.svg);
    }

    .p-ginza-reborn_introduction .p-sub_flex_content_image_wrapper::before {
        background-image: url(../img/common/ginza-reborn_beauty_en01_sp.svg);
    }

    .p-ginza-reborn_beauty_liquid .p-sub_flex_content_image_wrapper::before {
        background-image: url(../img/common/ginza-reborn_beauty_en02_sp.svg);
    }

    .p-ginza-reborn__sscalp .p-sub_flex_content_image_wrapper::before {
        background-image: url(../img/common/ginza-reborn_sscalp_en01_sp.svg);
    }

    .p-ginza-reborn__sscalp_ai .p-sub_flex_content_image_wrapper::before {
        background-image: url(../img/common/ginza-reborn_sscalp_en02_sp.svg);
    }

    .p-sub_menu_table_text {
        font-size: 16px;
    }

    /* リクルートページ */

    .p-recruit_message_inner {
        width: 90%;
    }

    .p-recruit_looking_for_inner {
        width: 90%;
    }

    .p-recruit_looking_for_list {
        flex-wrap: wrap;
    }

    .p-recruit_looking_for_list_item:not(:last-child) {
        margin-bottom: 20px;
    }

    .p-recruit_requirements_inner {
        width: 90%;
    }

    .p-recruit_requirements_table_header_text {
        white-space: nowrap;
    }

    .p-recruit_requirements_table_body_text {
        white-space: normal;
    }

    .p-recruit_flow_inner {
        width: 90%;
    }

    .p-recruit_flow_image_wrapper img {
        object-fit: scale-down;
    }

    /* お問い合わせページ */

    .p-contact_content {
        display: block;
    }

    .p-contact_content_header_title {
        font-size: 25px !important;
    }

    .p-contact_content_text {
        width: 100%;
        margin: 0 !important;
    }

    .p-contact_content_input {
        width: 100%;
        margin: 0 0 2em 0 !important;
    }

    /* お知らせページ */

    #blog_archive {
        display: block;
    }

    .p-sub_btn_wrapper_inner {
        width: 90%;
    }

    .p-news_item_inner {
        display: block;
    }

    .p-news_item:not(:last-child) {
        margin-bottom: 20px !important;
    }

    .related_post .item {
        margin: 0;
    }
}

@media screen and (max-width: 450px) {
    .header_header_text {
        font-size: 20px;
    }

    .header_body_text::after {
        width: 150px;
    }

    .p-contact_content_header_title {
        font-size: 23px !important;
    }

    .c-btn_sub {
        width: 60%;
        margin: 10px auto;
    }
}