html {
    scroll-behavior: smooth;
}

.p-sub_pc_on {
    display: block;
}

table .p-sub_pc_on {
    display: table-cell;
}

.p-sub_sp_on {
    display: none;
}

table .p-sub_sp_on {
    display: none;
}

.animate_hover:hover {
    opacity: 0.8;
}

.grecaptcha-badge {
    display: none !important;
}

/* フォント設定 */

html,
body,
p,
h1,
h2,
h3,
th,
td {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

.c-font_comorant {
    font-family: "Cormorant", serif !important;
}

.c-font_mina {
    font-family: "Mina", serif !important;
}

.c-title {
    font-size: 45px !important;
    font-weight: 500;
}

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

.c-title.c-font-c_57392B::after {
    color: #57392B !important;
}

.c-title.c-font-c_4B3225::after {
    color: #4B3225 !important;
}

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

.c-font-c_B49041 {
    color: #B49041 !important;
}

.c-font-c_201A1A {
    color: #201A1A !important;
}

.c-font-c_674A29 {
    color: #674A29 !important;
}

.c-font-c_57392B {
    color: #57392B !important;
}

.c-font-c_C3C3C3 {
    color: #C3C3C3 !important;
}

/* テキスト装飾 */
.c-link_under_line {
    text-decoration: underline;
}

.c-ltr_space_minus_1 {
    letter-spacing: -1px;
}

.c-ltr_space_minus_4 {
    letter-spacing: -4px;
}

/* スライダー設定 */
.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;
}

.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;
}

/* ボタン設定 */

/* 共通 */
.c-btn {
    position: relative;
    width: 150px;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    z-index: 2;
}

.c-btn a {
    position: relative;
    display: block;
    line-height: 3;
    z-index: 3;
}

.c-btn_position_mid {
    margin: 0 auto;
}

/* 個別 */

.c-btn_view_more {
    background: transparent;
}

.c-btn_view_more a {
    font-size: 20px;
    line-height: 1;
}

.c-btn_view_more a::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    right: 0;
    bottom: 3px;
    background: #FFFFFF;
}

.c-btn_view_more a::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 6px;
    right: 2px;
    bottom: 3px;
    transform: rotate(-45deg);
    background: #FFFFFF;
}

.c-btn_view_more:hover a {
    color: #B49041 !important;
    transition-property: opacity;
    transition-duration: 0.5s;
}

.c-btn_view_more:hover a::before {
    transform: translateX(5px);
    background: #B49041;
    transition-property: opacity;
    transition-duration: 0.5s;
}

.c-btn_view_more:hover a::after {
    transform: translateX(5px) rotate(-45deg);
    background: #B49041;
    transition-property: opacity;
    transition-duration: 0.5s;
}

.c-btn_web {
    width: 220px;
    background: #B49041;
    border-radius: 30px;
}

.c-btn_web a {
    line-height: 4;
}

.c-btn_web:hover {
    opacity: 0.8;
}

.c-btn_line {
    width: 220px;
    background: #4E4E3C;
    border-radius: 30px;
}

.c-btn_line a {
    line-height: 4;
}

.c-btn_line:hover {
    opacity: 0.6;
}

.c-btn_hot-pepper {
    width: 220px;
    background: #736357;
    border-radius: 30px;
}

.c-btn_hot-pepper a {
    line-height: 4;
}

.c-btn_hot-pepper:hover {
    opacity: 0.8;
}

.c-btn_footer-web {
    width: 220px;
    background: transparent;
    border: 1px solid #fff;
}

.c-btn_footer-web:hover {
    background: #B49041;
    border-color: #B49041
}

.c-btn_contact {
    width: 220px;
    background: #B49041;
    border-radius: 30px;
}

.c-btn_contact a {
    display: block;
    height: 100%;
    font-size: 14px;
    line-height: 3.5;
}

.c-btn_contact:hover {
    opacity: 0.8;
}


.c-btn_herbs_standard {
    background: #80805F;
    border-radius: 4px;
}

.c-btn_herbs_skin {
    background: #736357;
    border-radius: 4px;
}

.c-btn_herbs_lady {
    background: #674A29;
    border-radius: 4px;
}

.c-btn_herbs_diet {
    background: #483A2F;
    border-radius: 4px;
}

.c-btn_news {
    width: 250px;
    margin-top: 30px;
    background: #B49041;
    border-radius: 5px;
}

.c-btn_news a {
    color: #fff;
    margin-left: -24px;
}

.c-btn_news a::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 52%;
    right: 38px;
}

.c-btn_news a::after {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 47%;
    right: 37px;
    transform: rotate(47deg);
}

.c-btn_news:hover {
    opacity: 0.8;
}

.c-btn_news:hover a {
    opacity: 0.8;
}

.c-btn_page {
    border-left: 1px solid #fff;
    width: 200px;
    text-align: left;
}

.c-btn_page:last-child {
    border-right: 1px solid #fff;
}

.c-btn_page::before {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 34px;
    transform: rotate(45deg);
}

.c-btn_page::after {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 27px;
    transform: rotate(135deg);
}

.c-btn_recruit {
    width: 260px;
    background: #B49041;
    border-radius: 5px;
    text-align: center;
}

.c-btn_recruit:hover {
    opacity: 0.6;
}

.p-about_recruit_body_text.recruit_flower::before {
    content: "";
    display: block;
    width: 40px;
    height: 55px;
    position: absolute;
    top: 40%;
    left: 81%;
    background-image: url(/wp-content/themes/heal_tcd077/img/common/recruit_message_icon01.svg);
    background-repeat: no-repeat;
}

.p-about_recruit_body_text.recruit_flower::after {
    content: "";
    display: block;
    width: 120px;
    height: 115px;
    position: absolute;
    top: 38%;
    left: 6%;
    background-image: url(/wp-content/themes/heal_tcd077/img/common/recruit_message_icon02.svg);
    background-repeat: no-repeat;
}

.p-about_about_body_text_wrapper.recruit_shine::before {
    content: "";
    display: block;
    width: 40px;
    height: 55px;
    position: absolute;
    top: 9%;
    left: 20%;
    background-image: url(/wp-content/themes/heal_tcd077/img/common/recruit_message_icon01.svg);
    background-repeat: no-repeat;
}

.p-recruit_looking_for_list_item.point1::before {
    content: "";
    display: block;
    width: 160px;
    height: 36px;
    position: absolute;
    top: 4px;
    left: -14px;
    background-image: url(/wp-content/themes/heal_tcd077/img/common/recruit_Point_en01.svg);
    background-repeat: no-repeat;
    transform: rotate(-15deg);
}

.p-recruit_looking_for_list_item.point2::before {
    content: "";
    display: block;
    width: 160px;
    height: 36px;
    position: absolute;
    top: 4px;
    left: -14px;
    background-image: url(/wp-content/themes/heal_tcd077/img/common/recruit_Point_en02.svg);
    background-repeat: no-repeat;
    transform: rotate(-15deg);
}

.p-recruit_looking_for_list_item.point3::before {
    content: "";
    display: block;
    width: 163px;
    height: 36px;
    position: absolute;
    top: 4px;
    left: -14px;
    background-image: url(/wp-content/themes/heal_tcd077/img/common/recruit_Point_en03.svg);
    background-repeat: no-repeat;
    transform: rotate(-15deg);
}


.p-recruit_looking_for_list_inner_text_under {
    max-inline-size: max-content;
    margin-inline: auto !important;
    padding-top: 20px;
}

.c-btn.c-btn_recruit::before {
    content: "";
    display: block;
    width: 22px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 52%;
    right: 43px;
}

.c-btn.c-btn_recruit::after {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 47%;
    right: 42px;
    transform: rotate(47deg);
}

/* ヘッダー */

.l-header {
    position: absolute !important;
    background: none !important;
    height: 150px !important;
}

.pc .header_fix .l-header {
    position: fixed !important;
    height: 95px !important;
    background: #736357 !important;
    border: none !important;
}

.l-header_top {
    width: 90% !important;
    height: 100% !important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 30px auto !important;
}

.pc .header_fix .l-header_top {
    height: 60px !important;
    position: absolute !important;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    margin: 0 auto !important;
}

.l-header_top_logo {
    position: static !important;
    width: 300px;
    margin: 0 !important;
    transform: none !important;
}

.pc .header_fix .l-header_top_logo {
    display: none;
}

#header_logo .logo a {
    font-size: 30px;
    color: #fff !important;
    font-family: "Cormorant", serif !important;
}

.l-header_top_logo .pc_logo_text {
    font-size: 50px !important;
}

.l-header_top_logo .mobile_logo_text {
    font-size: 40px;
}

.l-header_top_contact_wrapper {
    width: 450px;
}

.pc .header_fix .l-header_top_contact_wrapper {
    width: 45%;
}

.l-header_top_contact {
    display: flex;
    justify-content: end;
    align-items: center;
}

.pc .header_fix .l-header_top_contact {
    display: none;
}

.l-header_top_contact_inner {
    display: flex;
}

.l-header_top_contact_sub_text {
    font-size: 20px;
    line-height: 3.3;
    padding-right: 1em;
}

.l-header_top_contact_text {
    font-size: 23px;
    line-height: 2.8;
    padding-right: 1em;
}

#global_menu {
    position: static;
    background: none !important;
}

#global_menu ul {
    border: none !important;
    margin: 0 !important;
    justify-content: space-between;
}

#global_menu ul li {
    border: none !important;
    flex: none;
    width: auto;
}

#global_menu ul li a {
    font-family: "Cormorant", serif !important;
    font-size: 22px;
}


.pc .header_fix .sub-menu {
    background: #736357;
}

#global_menu .sub-menu a {
    font-size: 16px;
    margin-left: -25px;
    text-align: center;
}

#global_menu ul ul {
    left: -5%;
    transform: translate(-25%, 0);
}

#global_menu ul ul a:hover {
    color: #ddc18c;
}

.l-header_catch {
    position: absolute;
    top: 65vh;
    left: 8%;
    z-index: 1;
}

.l-header_catch_title {
    font-size: 50px;
    font-weight: lighter;
    line-height: 72px;
}

.l-header_catch_text {
    width: 100%;
    position: relative;
    font-size: 20px;
    margin-top: 16px;
}

.l-header_catch_text::before {
    content: "";
    position: absolute;
    top: 60%;
    right: 5%;
    width: 35%;
    height: 1px;
    background: #ffffff60;
}

#page_header .headline_area {
    width: 1000px;
}

#page_header .headline {
    font-size: 35px;
}

.l-stick_box {
    position: fixed;
    bottom: 10%;
    right: 3%;
    width: 150px;
    height: 150px;
    z-index: 110;
    opacity: 0;
}

.l-stick_box:hover {
    opacity: 0.5;
}

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

.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_slider {
    height: 100vh;
}

#index_slider .item {
    height: 100vh;
}

/* トップページ */

#contents_builder {
    padding: 0;
}

.l-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0;
}

.l-inner_instagram{
    width: 600px;
}

.p-top_concept_bg {
    background: #201A1A;
}

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

.p-top_concept_header_text {
    font-size: 25px;
    margin: 40px 0;
    line-height: 50px;
}

.p-top_concept_body_text {
    position: relative;
    font-size: 18px;
    line-height: 2.5;
    margin-bottom: 40px;
    z-index: 2;
}

.p-top_concept_body_text::before {
    content: "";
    display: block;
    width: 215px;
    height: 270px;
    position: absolute;
    top: 0;
    right: 10%;
    background-image: url(/wp-content/themes/heal_tcd077/img/common/top_leaf_icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -3;
}

/* bg */

.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_image img {
    height: 100%;
}

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

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

/* トップページ-メニュー */

.p-top_menu_bg {
    background: linear-gradient(180deg, #201A1A, #332921, 60%, #736357);
}

.l-inner_menu {
    padding: 100px 0;
}

.p-top_menu_header {
    text-align: center;
}

.p-top_menu_list_wrapper {
    margin: 100px 0;
}

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

.p-top_menu_item:not(:last-child) {
    margin-bottom: 100px;
}

.p-top_menu_list_image_wrapper {
    position: relative;
    width: 50%;
}

.p-top_menu_list_image_wrapper.yomogi::before {
    content: "";
    width: 400px;
    height: 60px;
    position: absolute;
    top: -6%;
    left: -10%;
    background-image: url(/wp-content/themes/heal_tcd077/img/common/top_menu_title_en01.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(350deg);
}

.p-top_menu_list_image_wrapper.body_treatment::before {
    content: "";
    width: 400px;
    height: 60px;
    position: absolute;
    top: -2%;
    right: -10%;
    background-image: url(/wp-content/themes/heal_tcd077/img/common/top_menu_title_en02.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(5deg);
}

.p-top_menu_list_image_wrapper.facial::before {
    content: "";
    width: 400px;
    height: 60px;
    position: absolute;
    top: -10%;
    left: -10%;
    background-image: url(/wp-content/themes/heal_tcd077/img/common/top_menu_title_en03.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(350deg);
}

.p-top_menu_list_image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 60px 0 60px 0;
}

.p-top_menu_list_image_wrapper.p-top_menu_list_left img {
    border-radius: 0 60px 0 60px;
}

.p-top_menu_list_text_wrapper {
    position: relative;
    width: 40%;
    padding-right: 2em;
}

.p-top_menu_list_header_text {
    font-size: 30px;
}

.p-top_menu_list_body_text {
    font-size: 16px;
    line-height: 2;
    margin: 50px 0 0;
}

.p-top_menu_list_text_wrapper .c-btn_view_more {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* トップページ-インスタグラム */

.p-top_instagram_bg {
    background-image: url(/wp-content/themes/heal_tcd077/img/common/top_bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.p-top_instagram_header {
    text-align: center;
}

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

#sb_instagram .sbi_follow_btn a:hover {
    box-shadow: none !important;
    background: #b4904180 !important;
}

#sb_instagram .sb_instagram_header .sbi_header_text,
.sb_instagram_header .sbi_header_text {
    justify-content: center;
}

.sbi_feedtheme_header_text {
    flex: none;
}

#sb_instagram .sbi_follow_btn a {
    font-size: 16px;
    line-height: 2;
    padding: 1em 2em;
    margin-top: 50px;
}

/* トップページ-サロン情報 */

.p-top_salon_bg {
    background: #201A1A;
}

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

.p-top_salon_list_image_wrapper {
    width: 45%;
}

.p-top_salon_list_image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 60px 0 60px;
}

.p-top_salon_list_text_wrapper {
    position: relative;
    width: 45%;
}

.p-top_salon_list_body_text {
    font-size: 24px;
    margin-top: 30px;
}

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

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

.p-top_salon_list_btn_wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* フッター　予約 */

.l-footer_reservation_bg {
    background-image: url(/wp-content/themes/heal_tcd077/img/common/top_bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.l-footer_reservation_list_wrapper {
    border: 1px solid #fff;
    border-radius: 24px;
}

.l-footer_reservation_list {
    padding: 1em;
}

.l-footer_reservation_list_inner {
    position: relative;
    border: 1px solid #fff;
    border-radius: 18px;
    padding: 5em 2em;
}

.l-footer_reservation_header {
    position: absolute;
    top: 3em;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: transparent;
}

.l-footer_reservation_header::before {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    left: -290px;
    width: 250px;
    height: 1px;
    background: #fff;
}

.l-footer_reservation_header::after {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    right: -290px;
    width: 250px;
    height: 1px;
    background: #fff;
}

.l-footer_reservation_btn_list {
    display: flex;
    justify-content: space-evenly;
    padding: 5em 0 0;
}

#return_top a {
    text-align: center;
    background: #332921 !important;
    border: none;
}

#return_top a:before {
    color: #fff;
    left: -8%;
}

#footer_top {
    position: relative;
    background: #201A1A;
}

#footer_logo {
    display: inline-block;
    margin: 0;
}

#footer_logo img:hover {
    opacity: 0.5;
}

#return_top span {
    font-size: 18px;
    color: #fff;
    font-family: "Cormorant", serif !important;
    text-indent: unset;
    font-size: 18px;
}

#return_top:hover span {
    color: #B49041 !important;
}

#return_top:hover a:before {
    color: #fff;
    left: -8%;
    color: #B49041 !important;
}

.l-footer_body_text_wrapper {
    line-height: 2;
    margin: 30px 0;
}

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

.l-footer_body_instagram-icon_wrapper {
    display: inline-block;
}

.l-footer_body_instagram-icon_wrapper a {
    display: block;
}

.l-footer_btn_wrapper {
    margin: 30px 0;
}

.l-footer_privacy_wrapper {
    display: inline-block;
}

.l-footer_privacy_text {
    font-size: 14px;
}

.l-footer_privacy_text:hover a {
    color: #B49041 !important;
}

#footer_menu {
    background: #201A1A;
}

#footer_menu li {
    border-right: 1px solid #fff;
}

#footer_menu ul li a {
    color: #fff;
}

#footer_menu ul li a:hover {
    color: #B49041 !important;
}

.copyright_wrapper {
    text-align: center;
    background: #201A1A;
    border-top: 1px solid #707070;
}

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

/* サブページ */

#page_no_side {
    width: 100%;
    margin: 0;
}

.post_content p {
    margin: 0;
}

.post_content ul {
    margin-bottom: 0;
    list-style: disc;
}

.post_content .s_table {
    overflow: hidden;
    margin: 0;
}

.post_content td,
.post_content th {
    background: none;
    border: none;
    padding: 0.5em 1em;
}

.l-sub-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
}

.l-sub-short-inner {
    width: 845px;
    margin: 0 auto;
    padding: 80px 0;
}

/* Aboutページ */

.p-about_about_bg {
    background: #201A1A;
}

.p-about_about_header {
    text-align: center;
}

.p-about_about_body_text_wrapper {
    margin: 60px 0;
    text-align: center;
}

.p-about_about_body_text {
    position: relative;
    font-size: 18px;
    line-height: 3.5 !important;
}

.p-about_about_body_text::before {
    content: "";
    display: block;
    width: 360px;
    height: 260px;
    position: absolute;
    bottom: 0;
    right: 10%;
    background-image: url(/wp-content/themes/heal_tcd077/img/common/about_leaf_icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.p-about_introduction_bg {
    background-image: url(/wp-content/themes/heal_tcd077/img/common/about_bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.p-about_introduction_list {
    display: flex;
    align-items: center;
}

.p-about_introduction_item.first {
    width: 30%;
}

.p-about_introduction_item.second {
    width: 70%;
}

.p-about_introduction_header {
    width: 100%;
    text-align: center;
    padding-bottom: 24%;
}

.p-about_introduction_body_text_wrapper {
    width: 100%;
}

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

.p-about_introduction_header_text {
    font-size: 30px;
    text-align: right;
}

.p-about_introduction_header_sub_text {
    font-size: 20px;
    padding-right: 1em;
}

.p-about_introduction_profile_list_wrapper {
    width: 100%;
}

.p-about_introduction_profile_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.p-about_introduction_profile_header_wrapper {
    width: calc(100% / 3);
}

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

.p-about_introduction_profile_border_wrapper {
    width: calc(100% / 3);
}

.p-about_introduction_profile_border {
    width: 60%;
    height: 0.5px;
    background: #FFFFFF;
}

.p-about_introduction_profile_body_wrapper {
    width: calc(100% / 3);
}

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

.p-sub_table_type-info_bg {
    background: #201A1A;
}

.p-about_salon_info_header {
    text-align: center;
}

.p-sub_table_type-info_wrapper {
    margin: 60px 0 0;
}

.p-sub_table_header_text {
    font-size: 20px;
    border-bottom: 1px solid #b4904185 !important;
    vertical-align: middle;
}

.p-sub_table_body_text {
    font-size: 16px;
    line-height: 1.5 !important;
    border-bottom: 1px solid #ffffff61 !important;
    vertical-align: middle;
    white-space: normal;
}

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

/* サブページ-Menus */

.section-btn-list {
    margin-bottom: 80px;
}

.p-sub_btn_list {
    display: flex;
    justify-content: center;
}

.p-sub_about_list_wrapper {
    margin-bottom: 80px;
}

.p-sub_about_list {
    display: flex;
}

.p-sub_about_list:not(:last-child) {
    margin-bottom: 80px;
}

.p-sub_about_list_image_wrapper {
    position: relative;
    width: 35%;
}

.p-sub_about_list_image_wrapper_right {
    position: relative;
}

.p-sub_about_list_image_wrapper.left::before {
    content: "";
    display: block;
    width: 141px;
    height: 90px;
    position: absolute;
    top: -20px;
    left: -40px;
    background-image: url(/wp-content/themes/heal_tcd077/img/common/service_icon01.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.p-sub_about_list_image_wrapper_right::before {
    content: "";
    display: block;
    width: 270px;
    height: 160px;
    position: absolute;
    bottom: -40px;
    right: -40px;
    background-image: url(/wp-content/themes/heal_tcd077/img/common/service_icon02.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.p-sub_about_list_image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 0 60px 0 60px;
}

.p-sub_about_list_text_wrapper {
    width: 65%;
}

.p-sub_about_list_text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 1em;
}

.p-sub_about_list_text.left {
    padding: 0;
    padding-right: 1em;
}

.p-sub_about_list_header_text {
    font-size: 25px;
}

.p-sub_about_list_body_text {
    font-size: 16px;
    line-height: 2 !important;
    padding: 1em 1em 0 0;
    display: inline-block;
    border-top: 1px solid #fff;
}

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

.p-sub_recommendation {
    position: relative;
}

.p-sub_recommendation::before {
    content: "";
    position: absolute;
    top: -5%;
    left: -5%;
    background-image: url(/wp-content/themes/heal_tcd077/img/common/yomogimushi_title_en01.svg);
    background-repeat: no-repeat;
    background-size: auto;
    width: 350px;
    height: 60px;
    transform: rotate(350deg);
}

.p-sub_recommendation_text_wrapper {
    border-radius: 60px;
    background: #B49041;
    padding: 1em;
}

.p-sub_recommendation_text_inner {
    border: 1px solid #fff;
    border-radius: 60px;
    padding: 1em 3em;
}

.p-sub_recommendation_header_text {
    font-size: 25px;
    border-bottom: 1px solid #fff;
}

.p-sub_recommendation_body_text {
    font-size: 20px;
}

.p-sub_btn_list_bodyfacial {
    display: flex;
    justify-content: space-evenly;
}

.c-font-c_fff_sb {
    color: #fff !important;
    padding-left: 2em;
}

.c-font-c_fff_sb:hover {
    color: #B49041 !important;
}

.c-btn_page:hover::after {
    background: #B49041;
}

.c-btn_page:hover::before {
    background: #B49041;
}


.p-sub_about_list_image_wrapper_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 60px 0 60px 0;
}

/* メニュー */

.p-sub_menu_bg {
    background: linear-gradient(135deg, #736357, 50%, #332921, #201A1A);
}

.p-sub_menu_header {
    text-align: center;
}

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

.p-sub_menu_header_text_wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.p-sub_menu_header_text {
    font-size: 20px;
}

.p-sub_menu_table_body_text {
    font-size: 18px;
    border: 1px solid #ffffff94 !important;
    border-right: none !important;
    border-left: none !important;
    white-space: normal;
}

.p-sub_menu_table_price_text {
    font-size: 18px;
    text-align: right;
    border: 1px solid #ffffff94 !important;
    border-right: none !important;
    border-left: none !important;
}

/* faq */

.p-sub_faq_bg {
    background: #201A1A;
}

.p-sub_faq_header {
    text-align: center;
}

.p-sub_faq_table_body_text {
    border: none !important;
    border: 1px solid #ffffff94 !important;
    border-right: none !important;
    border-left: none !important;
}

.p-sub_faq_table_body_text_inner_q {
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding: 1em;
}

.p-sub_faq_table_body_text_inner_q:hover {
    cursor: pointer;
}

.p-sub_faq_table_body_text_inner_q::after {
    content: "＋";
    position: absolute;
    right: 20px;
    font-size: 20px;
    line-height: 2;
    color: #fff;
}

.p-sub_faq_table_body_text_inner_q.active::after {
    content: "－";
}

.p-sub_faq_table_body_text_q_before {
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    line-height: 2 !important;
    background: #736357;
    border-radius: 20px;
}

.p-sub_faq_table_body_text_q_after {
    font-size: 16px;
    padding-left: 1em;
}

.p-sub_faq_table_body_text_inner_a_wrapper {
    display: none;
}

.p-sub_faq_table_body_text_inner_a {
    display: flex;
    justify-content: flex-start;
    padding: 1em;
}

.p-sub_faq_table_body_text_a_before {
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    line-height: 2 !important;
    background: #B49041;
    border-radius: 20px;
}

.p-sub_faq_table_body_text_a_after {
    font-size: 16px;
    padding-left: 1em;
}

/* よもぎ蒸し */

.p-sub_about_bg {
    background-image: url(/wp-content/themes/heal_tcd077/img/common/yomogimushi_bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.p-yomogi_herbs_bg {
    background-image: url(/wp-content/themes/heal_tcd077/img/common/yomogimushi_bg02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.p-herbs_header_text {
    font-size: 25px;
    text-align: center;
}

.p-yomogi_herbs_list_wrapper {
    margin: 40px 0;
}

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

.p-yomogi_herbs_list_text_wrapper {
    padding: 2em;
    border-radius: 60px;
}

.p-yomogi_herbs_standard .p-yomogi_herbs_list_text_wrapper {
    background: #4E4E3C;
}

.p-yomogi_herbs_skin .p-yomogi_herbs_list_text_wrapper {
    background: #574A3C;
}

.p-yomogi_herbs_lady .p-yomogi_herbs_list_text_wrapper {
    background: #46321B;
}

.p-yomogi_herbs_diet .p-yomogi_herbs_list_text_wrapper {
    background: #332921;
}

.p-yomogi_herbs_list_header_text {
    position: relative;
    width: 80%;
    margin: 0 auto !important;
    font-size: 25px;
    text-align: center;
    padding-left: 65px;
}

.p-yomogi_herbs_list_header_text.yomogi01::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 32%;
    background-image: url(/wp-content/themes/heal_tcd077/img/common/yomogimushi_number01.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.p-yomogi_herbs_list_header_text.yomogi02::before {
    content: "";
    display: block;
    width: 47px;
    height: 40px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 34%;
    background-image: url(/wp-content/themes/heal_tcd077/img/common/yomogimushi_number02.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.p-yomogi_herbs_list_header_text.yomogi03::before {
    content: "";
    display: block;
    width: 48px;
    height: 40px;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    left: 34%;
    background-image: url(/wp-content/themes/heal_tcd077/img/common/yomogimushi_number03.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.p-yomogi_herbs_list_header_text.yomogi04::before {
    content: "";
    display: block;
    width: 45px;
    height: 36px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30%;
    background-image: url(/wp-content/themes/heal_tcd077/img/common/yomogimushi_number04.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.p-yomogi_herbs_list_header_sub_text {
    font-size: 40px;
    line-height: 1;
    color: #736357;
    padding-right: 0.5em;
}

.p-yomogi_herbs_list_body_text {
    width: 80%;
    font-size: 16px;
    margin: 0 auto !important;
    text-align: center;
    padding-top: 2%;
    border-top: 1px solid #fff;
}

.p-yomogi_herbs_list_btn_list {
    width: 70%;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}

.p-yomogi_herbs_list_btn_text {
    font-size: 16px;
    line-height: 3 !important;
}

.p-yomogi_herbs_list_footer_text {
    font-size: 14px;
    width: 70%;
    margin: 0 auto !important;
    text-align: left;
    line-height: 1.5;
}

/* フェイシャルケア */

#treatment_flow {
    margin-bottom: 60px;
}

.treatment_flow_wrapper {
    background: rgba(115, 99, 87, 0.3);
    border-radius: 60px;
}

.treatment_flow {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}

.treatment_flow_header_wrapper {
    border-bottom: 1px solid #fff;
}

.treatment_flow_header {
    font-size: 25px;
}

.treatment_flow_list_wrapper {
    padding: 40px 0 0;
}

.treatment_flow_list_item {
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    left: 25%;
}

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

.treatment_flow_list_item_before_text {
    font-size: 25px;
    line-height: 2 !important;
    width: 50px;
    height: 50px;
    background: #B49041;
    border-radius: 45px;
}

.treatment_flow_list_item_text {
    font-size: 18px;
    padding-left: 2em;
}

.treatment_flow_menu_wrapper {
    margin: 40px 0;
    background: #C1C1A9;
    border-radius: 40px 0 0 0;
}

.treatment_flow_menu_header_text_wrapper {
    padding: 1em 0;
    background: #80805F;
    border-radius: 40px 0 0 0;
}

.treatment_flow_menu_header_text {
    font-size: 20px;
}

.treatment_flow_menu_list {
    padding: 20px 0;
}

.treatment_flow_menu_item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.treatment_flow_menu_item_before {
    position: relative;
}

.treatment_flow_menu_item_before_text {
    position: relative;
    font-size: 20px;
    line-height: 4 !important;
    width: 80px;
    height: 80px;
    background: #80805F;
    border-radius: 100px;
    z-index: 2;
}

.treatment_flow_menu_item_before_shadow {
    position: absolute;
    top: 25%;
    right: -25%;
    width: 60px;
    height: 60px;
    background: rgba(128, 128, 95, 0.4);
    border-radius: 100px;
}

.treatment_flow_menu_footer_text_wrapper {
    padding-bottom: 20px;
}

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

/*リクルート*/
.p-recruit_looking_for_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
}

.p-recruit_looking_for_bg {
    background: linear-gradient(140deg, #736357, #332921, #201A1A);
}

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

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

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

.p-recruit_looking_for_list_item_inner {
    position: absolute;
    border: 1px solid #e4d5b5;
    border-radius: 100px;
    width: 90%;
    height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p-recruit_looking_for_list_inner_text_under {
    text-align: left;
    font-size: 15px;
}

.l-recruit_reservation_btn_list {
    display: flex;
    justify-content: space-evenly;
    padding: 5em 0 0;
}

.l-recruit_reservation_btn_list a {
    margin-left: -24px;
}

.p-about_recruit_bg {
    background-image: url(/wp-content/themes/heal_tcd077/img/common/recruit_bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.p-about_recruit_body_text {
    position: relative;
    font-size: 18px;
    line-height: 3.5 !important;
}

.p-recruit_looking_for_list_vertical_inner {
    padding-left: 0;
    margin: 0 !important;
    width: 333px;
}

.p-recruit_looking_for_list_vertical_inner_candidate {
    list-style: none;
}

.p-recruit_looking_for_list_vertical {
    width: 100%;
    display: flex;
}

/* プライバシーポリシー */
.p-sub_inner {
    background: linear-gradient(140deg, #736357, #332921, #201A1A);
}

.p-privacy_header {
    color: #B49041;
    font-size: 22px;
    font-weight: 600;
    line-height: 37px !important;
}

.p-privacy_text {
    color: #ffffff;
    font-size: 16px;
    line-height: 27px !important;
}

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

/* お問い合わせ */

.contact_submit {
    color: #fff;
}

.p-contact_bg {
    background: #201A1A;
}

.p-contact_content_header {
    margin: 0 0 40px;
    text-align: center;
}

.p-contact_content_header_text {
    font-size: 30px;
}

.p-contact_content_body {
    text-align: center;
}

.p-contact_content_body_text {
    font-size: 16px;
    margin: 20px 0;
}

.wpcf7 {
    background: rgba(115, 99, 87, 0.4);
    border: none;
}

.wpcf7 form {
    margin: 0;
    padding: 4em 5em;
}

.p-contact_content {
    display: flex;
    align-items: center;
    margin: 40px 0;
}

.p-contact_content_text {
    width: 30%;
    font-size: 18px !important;
}

.wpcf7-list-item.first {
    margin: 0;
}

.wpcf7-form-control {
    display: flex;
    line-height: 1.7 !important;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
    resize: none;
}

.wpcf7-list-item-label {
    font-size: 16px !important;
    color: #fff;
}

.p-contact_content_input {
    width: 70%;
}

.contact_date {
    width: auto !important;
}

.p-contact_footer {
    text-align: center;
}

.p-contact_footer .wpcf7-form-control {
    justify-content: center;
}

.p-contact_text_sub {
    font-size: 16px;
    line-height: 1.5;
    margin: 20px 0 !important;
}

.p-contact_text_sub_margin {
    margin: 20px 0 !important;
}

.wpcf7 .wpcf7-submit {
    background-color: #B49041;
}

.wpcf7 .wpcf7-submit:hover {
    background-color: #B49041;
    opacity: 0.8;
}

.p-contact_content_sub_text {
    font-size: 12px;
}

.p-recruit_looking_for_list_vertical_inner {
    width: 100%;
}

.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output {
    color: #FD990F;
}

.wpcf7 form.invalid .wpcf7-response-output
/* お問い合わせ完了ページ */

.p-contact-complete {
    text-align: center;
}

.p-contact_content_header_title {
    font-size: 30px;
}

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

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

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

.p-contact_complete_footer .c-btn_contact {
    border-radius: 10px;
    padding: 0 1em;
}


/* お知らせページ */

.main_contents_wrapper {
    background: linear-gradient(135deg, #736357, #332921, #201A1A);
}

#main_contents {
    margin: 0 auto;
    padding: 80px 0;
}

#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: #B49041 !important;
}

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

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

.p-news-single {
    background: #fff;
}

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

.p-news-single_header_text {
    font-size: 18px;
}

.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: #332921;
}

.p-news_item_header_text a span {
    color: #332921;
}

.p-news_item_header_text:hover a span {
    color: #B49041 !important;
}

.widget_headline {
    background: #736357;
}

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

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

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

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


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

    .p-sub_pc_on {
        display: none;
    }

    table .p-sub_pc_on {
        display: none;
    }

    .p-sub_sp_on {
        display: block;
        z-index: 1;
    }

    table .p-sub_sp_on {
        display: table-cell;
    }

}

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

    /* フォント設定 */

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

    .c-title::after {
        font-size: 12px;
    }

    /* ボタン設定 */

    .c-btn {
        font-size: 18px;
    }

    .c-btn_web a {
        line-height: 3;
    }

    .c-btn_line a {
        line-height: 3;
    }

    .c-btn_hot-pepper a {
        line-height: 1;
        padding: 0.5em 0;
    }

    /* ヘッダー */

    .mobile .header_fix #header {
        position: fixed !important;
        top: 0px;
        left: 0px;
        z-index: 200;
        height: 60px !important;
        width: 100%;
        margin: 0 !important;
        background: #736357 !important;
        box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
        border-bottom: none;
        -webkit-animation: slide_down_menu 0.5s ease;
        animation: slide_down_menu 0.5s ease;
    }

    .mobile .header_fix .l-header_top {
        height: 60px !important;
        position: absolute !important;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: flex !important;
        justify-content: space-between !important;
        margin: 0 auto !important;
    }

    .l-header_top {
        align-items: center;
        margin: 20px auto !important;
    }

    #page_header .headline_area {
        width: 100%;
        text-align: center;
        top: 50%;
        bottom: auto;
        right: auto;
    }

    #header_logo {
        height: auto;
    }

    #menu_button {
        position: static;
        width: 20px;
        height: 20px;
        font-size: 20px;
        line-height: 1;
    }

    #menu_button:before {
        display: contents;
        width: 20px;
        height: 20px;
        font-size: 20px;
        line-height: 0;
        color: #fff !important;
        margin: auto 0 auto auto;
    }

    .breadcrumbs {
        width: 90%;
        font-size: 14px;
    }

    .l-stick_box {
        top: 25vh;
        bottom: 15vh;
        right: 5%;
        width: 100px;
        height: 100px;
    }

    .l-header_catch {
        left: 4%;
    }

    .l-header_catch_title {
        font-size: 22px;
        line-height: 2;
    }

    .l-header_catch_text {
        font-size: 12px;
    }

    .l-header_catch_text::before {
        width: 15%;
    }

    #page_header .headline {
        font-size: 20px;
    }

    .drawer_menu_list_wrapper {
        padding: 30px 20px;
    }

    .drawer_menu_list_body_text {
        font-size: 20px;
    }

    .drawer_menu_list_body_sub_text {
        font-size: 23px;
    }

    .c-btn_drawer_contact {
        width: 200px;
        font-size: 14px;
        background: #B49041;
        border-radius: 20px;
        margin: 20px 0;
    }

    .instagram-icon_wrapper {
        width: 30px;
        height: 30px;
    }

    .instagram-icon_wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #header_logo img {
        width: 120px;
        margin: 0;
    }

    .pc .header_fix .sub-menu {
        left: -5% !important;
        transform: translateX(-25%);
        background: #736357;
    }

    #global_menu .sub-menu a {
        font-size: 16px;
        margin-left: -25px;
        text-align: center;
    }

    /* トップページ */

    .l-inner {
        width: 90%;
    }

    .l-inner_menu {
        padding: 80px 0 40px;
    }

    .l-sub-inner {
        width: 90%;
        padding: 60px 0;
    }

    .p-top_concept_header_text {
        font-size: 22px;
        margin: 40px 0;
    }

    .p-top_concept_body_text {
        font-size: 16px;
        text-align: left;
        letter-spacing: -1px;
    }

    .p-top_concept_body_text::before {
        top: auto;
        bottom: -8%;
    }

    .p-top_menu_list_wrapper {
        margin: 40px 0;
    }

    .p-top_menu_item {
        display: grid;
    }

    .p-top_menu_item:not(:last-child) {
        margin-bottom: 50px;
    }

    .p-top_menu_list_image_wrapper {
        width: 100%;
        order: 1;
    }

    .p-top_menu_list_image_wrapper.yomogi::before {
        background-image: url(/wp-content/themes/heal_tcd077/img/common/top_menu_title_en_sp01.svg);
        width: 250px;
        height: 40px;
        top: 0;
        left: 0;
    }

    .p-top_menu_list_image_wrapper.body_treatment::before {
        background-image: url(/wp-content/themes/heal_tcd077/img/common/top_menu_title_en_sp02.svg);
        background-size: contain;
        width: 230px;
        height: 60px;
        top: 0;
        right: 0;
    }

    .p-top_menu_list_image_wrapper.facial::before {
        background-image: url(/wp-content/themes/heal_tcd077/img/common/top_menu_title_en_sp03.svg);
        background-size: contain;
        width: 185px;
        height: 40px;
        top: -3%;
        left: 0;
    }

    .p-top_menu_list_text_wrapper {
        width: 100%;
        order: 2;
        padding: 40px 0;
    }

    .p-top_menu_list_header_text {
        font-size: 20px;
        text-align: center;
    }

    .p-top_menu_list_text_wrapper .c-btn_view_more {
        right: auto;
        left: 25%;
    }

    .p-sub_sp_on .p-top_salon_list {
        display: block;
    }

    .p-sub_sp_on .p-top_salon_list_image_wrapper {
        width: 100%;
        margin: 20px 0;
    }

    .p-sub_sp_on .p-top_salon_list_text_wrapper {
        width: 100%;
    }

    .p-sub_sp_on .p-top_salon_list_body_text {
        font-size: 20px;
        margin-top: 20px;
    }

    .p-sub_sp_on .p-top_salon_list_footer_text {
        margin-top: 20px;
    }

    .p-sub_sp_on .p-top_salon_list_footer_sub_text {
        padding-left: 5em;
    }

    .p-about_introduction_header_text {
        font-size: 20px;
    }

    /* reservation */

    .l-footer_reservation_list_inner {
        padding: 5em 2em 1em;
    }

    .l-footer_reservation_header::before {
        left: -70px;
        width: 50px;
    }

    .l-footer_reservation_header::after {
        right: -70px;
        width: 50px;
    }

    .l-footer_reservation_btn_list {
        display: block;
        padding: 1em 0 0;
    }

    .c-btn_web {
        margin: 40px auto;
    }

    .c-btn_line {
        margin: 0 auto 40px;
    }

    .c-btn_hot-pepper {
        margin: 0 auto 40px;
    }

    /* フッター */

    #return_top a:before {
        left: -30%;
    }

    #return_top span {
        font-size: 16px;
    }

    .l-footer_body_text {
        font-size: 14px;
    }

    .l-footer_privacy_text {
        font-size: 12px;
    }

    #copyright {
        font-size: 12px;
    }

    /* サブページ */

    .l-sub-short-inner {
        width: 90%;
    }

    .p-sub_btn_list:first-child {
        margin-bottom: 20px;
    }

    .c-btn_page {
        width: calc(100% / 3);
        font-size: 12px;
    }

    .c-btn_page::before {
        width: 8px;
        right: 15px;
        content: "";
        display: none;
    }

    .c-btn_page::after {
        width: 8px;
        right: 10px;
        content: "";
        display: none;
    }

    .c-btn_page a::before {
        content: "";
        display: block;
        width: 8px;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: rotate(45deg);
    }

    .c-btn_page a::after {
        content: "";
        display: block;
        width: 8px;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: rotate(135deg);
    }

    .c-font-c_fff_sb {
        padding-left: 1em;
    }

    .c-font-c_fff_sb a {
        display: inline;
    }

    .p-sub_about_list {
        display: grid;
    }

    .p-sub_about_list_image_wrapper {
        width: 100%;
        order: 1;
    }

    .p-sub_about_list_image_wrapper.left::before {
        left: 0;
    }

    .p-sub_about_list_image_wrapper_right::before {
        right: 0;
    }

    .p-sub_about_list_text_wrapper {
        width: 100%;
        margin-top: 20px;
        order: 2;
    }

    .p-sub_about_list_text {
        top: auto;
        transform: none;
    }

    .p-sub_recommendation::before {
        top: 3%;
        left: 0;
        background-image: url(/wp-content/themes/heal_tcd077/img/common/yomogimushi_title_en_sp01.svg);
        width: 220px;
        height: 40px;
    }

    .p-sub_about_list_header_text {
        font-size: 20px;
    }

    .p-sub_recommendation_text_inner {
        padding: 1em;
    }

    .p-sub_recommendation_header_text {
        font-size: 18px;
        text-align: center;
    }

    .p-sub_recommendation_body_text {
        font-size: 14px;
        padding: 1em;
    }

    .p-herbs_header_text {
        font-size: 20px;
    }

    .p-yomogi_herbs_list_header_text {
        width: 100%;
        font-size: 18px;
        line-height: 2 !important;
        padding-left: 24px;
    }

    .p-yomogi_herbs_list_body_text {
        width: 100%;
        margin: 20px auto 0 0 !important;
        text-align: left;
    }

    .p-yomogi_herbs_list_btn_list {
        width: 100%;
    }

    .p-yomogi_herbs_list_body_text {
        padding-top: 0;
    }

    .p-yomogi_herbs_list_header_text.yomogi01::before {
        width: 35px;
        height: 35px;
        left: 16%;
    }

    .p-yomogi_herbs_list_header_text.yomogi02::before {
        width: 44px;
        height: 37px;
        left: 18%;
    }

    .p-yomogi_herbs_list_header_text.yomogi03::before {
        width: 43px;
        height: 35px;
        left: 18%;
    }

    .p-yomogi_herbs_list_header_text.yomogi04::before {
        width: 38px;
        height: 29px;
        left: 12%;
    }

    .c-btn_herbs_standard {
        width: 88px;
    }

    .c-btn_herbs_skin {
        width: 88px;
    }

    .c-btn_herbs_lady {
        width: 88px;
    }

    .c-btn_herbs_diet {
        width: 88px;
    }

    .p-yomogi_herbs_list_btn_text {
        font-size: 14px;
    }

    .c-btn_herbs_diet .p-yomogi_herbs_list_btn_text {
        padding: 8px 0em;
        line-height: 18px !important;
    }

    .c-btn_herbs_diet .p-yomogi_herbs_list_btn_text.u_diet1 {
        transform: translateY(10px) !important;
    }

    .p-yomogi_herbs_list_footer_text {
        width: 100%;
    }

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

    .p-sub_menu_table_body_text {
        font-size: 12px;
    }

    .p-sub_menu_table_price_text {
        font-size: 12px;
    }

    .p-sub_menu_table_w-50 {
        width: 60%;
        text-align: center;
    }

    .p-sub_menu_table_v-middle {
        vertical-align: middle;
    }

    .p-sub_faq_table_body_text {
        padding: 0.5em 0 !important;
    }

    .p-sub_faq_table_body_text_inner_q {
        padding: 0;
    }

    .p-sub_faq_table_body_text_q_before {
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 1.5 !important;
        margin: auto 0 !important;
    }

    .p-sub_faq_table_body_text_q_after {
        font-size: 14px;
        white-space: normal;
    }

    .p-sub_faq_table_body_text_inner_q::after {
        right: 0;
        font-size: 14px;
        line-height: 2;
    }

    .p-sub_faq_table_body_text_q_after {
        font-size: 14px;
        white-space: normal;
    }

    .p-sub_faq_table_body_text_inner_a {
        padding: 1em 0;
    }

    .p-sub_faq_table_body_text_a_before {
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 1.5 !important;
        margin-top: 0.5em !important;
    }

    .p-sub_faq_table_body_text_a_after {
        width: 100%;
        font-size: 14px;
        white-space: normal;
    }

    /* about */

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

    .p-about_about_body_text::before {
        width: 216px;
        height: 165px;
        right: 0;
    }

    .p-about_about_body_text_aft::after {
        content: "";
        display: none;
    }

    .p-about_introduction_list {
        display: block;
    }

    .p-about_introduction_item {
        padding: 0;
        margin-bottom: 40px;
    }

    .p-about_introduction_item.first {
        width: 100%;
    }

    .p-about_introduction_item.second {
        width: 100%;
    }

    .p-about_introduction_header {
        padding-bottom: 8%;
    }

    .p-about_introduction_header_text {
        text-align: center;
        padding: 20px 0;
    }

    .p-about_introduction_profile_header_wrapper {
        width: calc(100% / 4);
    }

    .p-about_introduction_profile_border_wrapper {
        width: calc(100% / 4);
    }

    .p-about_introduction_profile_body_wrapper {
        width: calc(100% / 2);
    }

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

    .p-about_introduction_profile_body_text {
        font-size: 14px;
    }

    .p-sub_table_header_text {
        font-size: 14px;
    }

    .p-sub_table_body_text {
        font-size: 12px;
    }

    .p-sub_table_body_sub_text {
        padding: 0;
    }

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

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

    /* フェイシャルケア */

    .treatment_flow_list_item {
        display: block;
        width: 100%;
        left: auto;
    }

    .treatment_flow_list_item_before_text {
        width: 40px;
        height: 40px;
        font-size: 22px;
        margin: 0 auto !important;
    }

    .treatment_flow_list_item_text {
        font-size: 16px;
        padding: 0;
    }

    .treatment_flow_menu_header_text {
        font-size: 18px;
    }

    /* お知らせ */

    #main_contents {
        width: 90%;
    }

    #blog_archive {
        display: block;
    }

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

    .p-news_item_image_link {
        display: block;
        width: 100%;
    }

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

    .p-news_item_text_wrapper {
        width: 100%;
        padding: 1em 0 !important;
    }

    /* お問い合わせ */

    .wpcf7 form {
        width: 90%;
        margin: 0 auto;
        padding: 20px 0;
    }

    .p-contact_content {
        display: block;
        margin: 20px 0;
    }

    .p-contact_content_text {
        width: 100%;
    }

    .p-contact_content_input {
        width: 100%;
    }

    .contact_date {
        width: 50% !important;
        height: 100%;
    }

    /* リクルート */

    .p-recruit_looking_for_inner {
        width: 90%;
        padding: 60px 0;
    }

    .p-recruit_looking_for_list_vertical {
        display: block
    }

    .p-recruit_looking_for_list_inner_text_under {
        padding-bottom: 50px;
        text-align: center;
    }

    .p-about_recruit_body_text {
        font-size: 16px;
        line-height: 40px !important;
    }

    .p-about_recruit_body_text.recruit_flower::before {
        top: 80%;
        left: 81%;
    }

    .p-about_recruit_body_text.recruit_flower::after {
        top: 87%;
        left: -2%;
    }

    .p-about_about_body_text_wrapper.recruit_shine::before {
        top: 5.3%;
        left: 17%;
    }

    .c-btn.c-btn_recruit::before {
        width: 15px
    }

    .c-btn.c-btn_recruit::after {
        width: 8px
    }
}

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

    .l-stick_box {
        width: 80px;
        height: 80px;
    }

    .l-header_catch {
        top: 55vh;
    }

    .l-header_catch_title {
        font-size: 20px;
        line-height: 1.5;
    }

    .l-header_catch_text::before {
        width: 10%;
        right: 5%;
    }

    .l-footer_reservation_header::before {
        left: -50px;
        width: 35px;
    }

    .l-footer_reservation_header::after {
        right: -50px;
        width: 35px;
    }

    .p-sub_faq_table_body_text_q_after {
        font-size: 11px;
    }

    .c-btn_page {
        font-size: 10px;
    }

    .c-btn_page a::before {
        width: 5px;
        right: 10px;
    }

    .c-btn_page a::after {
        width: 5px;
        right: 7px;
    }
}