.fix-none {
    display: none !important;
}

.default-none {
    display: none;
}

.insert-online-cta-wrap {
    background: #f5f5f5;
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
}

#fv-online-cta-wrap {
    display: none;
}

.page-template-page-female #fv-online-cta-wrap,
.page-template-page-male #fv-online-cta-wrap,
.home #fv-online-cta-wrap {
    display: unset;
}

#fv-online-cta-wrap {
    position: absolute;
    right: 12%;
    bottom: 12%;
    background: none;
}

.page-template-front-page #fv-online-cta-wrap {
    right: 0;
}

#fv-online-cta-wrap.yad_male {
    bottom: -5%;
}

#fv-online-cta-wrap.yad_female {
    bottom: -5%;
}

#fv-online-cta-wrap li,
.insert-online-cta-wrap li {
    list-style: none;
}

.insert-online-cta-wrap a {
    color: white;
    background: #00bb00;
    padding: 12px 28px;
    border-radius: 16px;
    display: block;
    width: fit-content;
    margin: 12px auto 0;
    list-style: none;
    box-shadow: 0px 3px 2px #00bb00ab;
}

@media only screen and (max-width: 979px) {
    .insert-online-cta-wrap.pc {
        display: none !important;
    }
}

@media only screen and (min-width: 979px) {
    .insert-online-cta-wrap.sp {
        display: none !important;
    }

    .insert-online-cta-wrap a {
        font-size: 140%;
        padding: 20px 160px;
        margin: 12px auto 0;
    }
}

#fv-online-cta-wrap a {
    opacity: 1;
    padding: 20px 24px;
    font-size: 155%;
}

@media only screen and (min-width: 1535px) {
    #fv-online-cta-wrap a {
        padding: 20px 88px;
    }
}

#fv-online-cta-wrap .online.sex-separated {
    position: relative;
    bottom: 78px;
    right: -68px;
}

#fv-online-cta-wrap .online.sex-separated.male {
    bottom: 24px;
}

.top-page-service>.section-container {
    padding-top: 0;
}

/* female and men */
/*.female .venereal .title,
.male .venereal .title {
    color: #333;
    font-size: unset;
    font-weight: bold;
}*/

.venereal-list.female,
.venereal-list.male {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    padding-top: 0;
    padding-bottom: 24px;
}

.female .venereal-menu-title,
.male .venereal-menu-title {
    /*min-height: unset;*/
    display: inline-flex;
    align-items: center;
}

.female .venereal-menu a,
.male .venereal-menu a {
    border-radius: 4px;
}

.female .venereal-menu a>span,
.male .venereal-menu a>span {
    display: none;
}

.female .venereal .section-container,
.male .venereal .section-container {
    padding-bottom: 0;
}

.female .venereal-menu a {
    background: #FF7C76;
}

.male .venereal-menu a {
    background: #2b5faa;
}

.home.female .venereal-menu.menu-pill,
.home.male .venereal-menu.menu-pill {
    display: block;
    float: unset;
    margin: auto;
    width: 255px;
}

.home.female .venereal-menu.menu-pill a,
.home.male .venereal-menu.menu-pill a {
    border-radius: 20px;
    padding: 16px 0;
}

/* h1重複解除に合わせてpタグに変更 */
#maintitle .maintitle-block p {
    text-align: center;
    font-size: 200%;
    color: #000;
    font-weight: bold
}

#maintitle .maintitle-block .maintitle-block-sub{
    color: #fc534b;
    font-size: 130%;
    margin-top: 10px;
}

@media only screen and (max-width: 979px) {
    .home #main {
        padding-top: 25px;
    }

    .home #main.sub-top-main {
        padding-top: 0px;
    }

    #maintitle .maintitle-block p {
        font-size: 138%;
        width: 100%
    }
    #maintitle .maintitle-block .maintitle-block-sub{
        font-size: 90%;
        margin-top: 0;
    }
}

@media only screen and (max-width: 467px) {
    .sp-menu-container {
        width: 100%;
        margin: 0px auto 10px;
    }

    .home.male .venereal-menu,
    .home.female .venereal-menu {
        width: 30%;
    }

    .home.female .venereal-menu.menu-pill a,
    .home.male .venereal-menu.menu-pill a {
        padding: 12px 0;
    }

    .home.female .venereal-menu.menu-pill a .venereal-menu-title,
    .home.male .venereal-menu.menu-pill a .venereal-menu-title {
        min-height: unset;
    }
}

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

    .common .footer-menu-list li.female a,
    .common .footer-menu-list li.male a {
        height: 64px;
    }

    .common .footer-menu-list li.female a .default-none,
    .common .footer-menu-list li.male a .default-none {
        display: unset;
    }
}

/* テキストcta挿入 */

.insert-cta-text {
    margin-top: 20px;
    display: block;
}

@media only screen and (max-width: 979px) {
    .entry-faq-list {
        margin-bottom: 20px;
    }
}

/* sp footer男性、女性ページ下cta変更に際して */

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

    .male .footer-menu-list li,
    .female .footer-menu-list li {
        width: 100%;
    }
}

/* 以下は新橋院削除に伴う修正 */

.header_tel {
    flex-direction: row-reverse;
}

.footer-inquiry-list.visit {
    width: 100%;
}

.footer_inquiry_list_detail {
    flex-basis: 100%;
}

.footer_inquiry_list_detail .footer-inquiry-btn a {
    padding: 1.0em 0;
}

@media only screen and (max-width: 467px) {
    .footer-inquiry-list.visit {
        width: 100%;
    }
}

@media only screen and (min-width: 467px) {
    .about-list {
        width: 49%;
        margin-bottom: 20px;
    }

    .about-list.list01 .about-title {
        padding: 36px 20px;
    }

    /*.about-title {
        padding: 27px 20px;
    }*/

    .about-title span {
        min-height: 36px;
        display: inline-flex;
        align-items: center;
    }
}