@charset "utf-8";

/*
Theme Name: '25 駒込駅前デンタルクリニックリニューアル
Theme URI: https://www.mmm_ooo.com/
Description: Versions 2.0.x
Version: 2.0
Author: Dental Promotion.INC
*/
@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 600;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

html {
    max-width: 100%;
    scroll-behavior: smooth;
    overflow-y: auto;
}

@media screen and (max-width: 768px) {
    html {
        width: 100%;
        max-width: 100%;
        font-size: 62.5%;
        -webkit-text-size-adjust: 100%;
    }
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #faf5f7;
    /*    background: linear-gradient(180deg,#251e1c 0%, #251e1c 800px, #fff 800px, #fff 100%);*/

    color: #333;
    font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;

    font-size: 16px;
    /*    font-size: clamp(0.75rem, 2vw + 1rem, 1rem);*/
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.8em;
    letter-spacing: 1.2pt;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@media (min-width: 541px) {
    body {
        /*    font-size: calc(1rem + ((1vw - 5.41px) * 0.4042));*/
        min-height: 0vw;
    }
}

@media (min-width: 2520px) {
    body {
        font-size: 24px;
    }
}

@media screen and (max-width: 540px) {
    body {
        min-width: 100%;
        /*    font-size: 1.6rem;*/
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 100;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

/*
::selection{
    background: #f5f0e5;
    color: #333;
    text-shadow: 1px 1px 2px rgba(240, 240, 200, 1);
}
::-moz-selection{
    background: #f5f0e5;
    color: #333;
    text-shadow: 1px 1px 2px rgba(240, 240, 200, 1);
}
*/
a {
    text-decoration: none;
    outline: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

a:link,
a:visited {
    color: #333;
    /*   color: #5c5737;*/
}

a:active,
a:hover {
    color: #413c1e;
    text-decoration: none;
}

a:link img,
a:visited img {
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -ms-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

a:hover img {
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    display: inline-block;
    backface-visibility: hidden;
}

p {
    margin: 0;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: none;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover;
    shape-margin: .75rem;
}

img.alpha50 {
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}

.cf {
    zoom: 100%;
}

.cf:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.oz {
    overflow: hidden;
    _zoom: 1;
}

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.imgL,
.s_imgL,
.txtL {
    float: left;
}

.imgR,
.s_imgR,
.txtR {
    float: right;
}

.co {
    clear: both;
}

.fwn {
    font-weight: 100;
}

.fwb {
    font-weight: 600;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs19 {
    font-size: 19px;
}

.fs20 {
    font-size: 20px;
}

.fs21 {
    font-size: 21px;
}

.fs22 {
    font-size: 22px;
}

.fs23 {
    font-size: 23px;
}

.fs24 {
    font-size: 24px;
}

.su {
    opacity: 0;
    transform: translateY(10px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

.fiu {
    transition: all .5s ease-in-out;
    transform: translateY(0);
    opacity: 1 !important;
    -ms-filter: blur(0);
    filter: blur(0);
}

.mt8 {
    margin-top: 8px;
}

.mt16 {
    margin-top: 16px;
}

.mt24 {
    margin-top: 24px;
}

.mt32 {
    margin-top: 32px;
}

.mt40 {
    margin-top: 40px;
}

.mb0 {
    margin-bottom: 0;
}

.mb4 {
    margin-bottom: 4px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb16 {
    margin-bottom: 16px;
}

.mb24 {
    margin-bottom: 24px;
}

.mb32 {
    margin-bottom: 32px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb56 {
    margin-bottom: 56px;
}

.mb64 {
    margin-bottom: 64px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb120 {
    margin-bottom: 120px;
}

.mb160 {
    margin-bottom: 160px;
}

@media screen and (max-width: 540px) {
    .sp_mb24 {
        margin-bottom: 24px;
    }
}


.pt16 {
    padding-top: 16px;
}

.pt24 {
    padding-top: 24px;
}

.pt32 {
    padding-top: 32px;
}

.pt40 {
    padding-top: 40px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb80 {
    padding-bottom: 80px;
}


.pl8 {
    padding-left: 8px;
}

.pl16 {
    padding-left: 16px;
}

.pl24 {
    padding-left: 24px;
}

.fc_gold {
    color: #b28b56;
}

.fc_blk {
    color: #000;
}

.fc_red {
    color: #e6462e;
}

.fc_wine {
    color: #d74487;
}

.ff_mincho {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

strong {
    background: linear-gradient(transparent 60%, #eba1c3 60%);
}

b {
    color: #d74487;
}


.blocklink {
    position: relative;
}

.blocklink a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.blocklink a:hover {
    background: #fff;
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}

.more a {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    background: #fff url("../../../img/asset/common/svg/arrow.svg") no-repeat 95% center;
    background-size: 16px auto;
    color: #d74487;
    border: 1px solid;
    text-align: center;
    line-height: 1.3;
    border-radius: 32px;
    letter-spacing: 0;
}

.more a:hover {
    background: #ffe9f3 url("../../../img/asset/common/svg/arrow.svg") no-repeat 98% center;
    background-size: 16px auto;
}

a.more-link {
    display: block;
    width: 280px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 1em .5em;
    background: #f2d43d url("../img/asset/common/svg/arrow.svg") no-repeat 97% center;
    background-size: 10px auto;
    color: #675b1f;
    border: 2px solid #fff;
    text-align: center;
    line-height: 1;
    border-radius: 8px;
}

a.more-link:hover {
    background: #cda053 url("../img/asset/common/svg/arrow.svg") no-repeat 99% center;
    color: #675b1f;
    background-size: 10px auto;
    border: 2px solid #fff;
}

.w20 {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}

.w30 {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

.w40 {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.w50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.w60 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.w70 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.w80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.w90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

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

    .w20,
    .w30,
    .w40,
    .w50,
    .w60,
    .w70,
    .w80,
    .w90 {
        width: 100%;
    }
}

figure {
    text-align: center;
}

figcaption {
    padding-top: 8px;
    text-align: left;
}

.fade {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s, transform .5s;
}

.fade.active {
    opacity: 1;
    transform: translateY(0px);
}

.yt_mov_area {
    width: 100%;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    text-align: center;
}

.yt_mov iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.yt_mov_area .hd {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width: 540px) {
    .yt_mov_area {
        /*    width: 96%;*/
    }

    .yt_mov iframe {
        max-width: 100%;
        min-height: 300px;
        max-height: 400px;
    }
}


.pc_ac {
    text-align: center;
}

.spc {
    display: none;
}

.dn {
    display: block;
}

@media screen and (max-width: 820px) {
    .pc_ac {
        text-align: left;
    }

    .dn {
        display: none;
    }

    .spc {
        display: inherit;
    }
}


header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 160px;
    margin: auto;
    text-align: left;
    background: rgba(250, 245, 247, .7);
}

#upper {
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: 100%;
    margin: auto;
}

header .inner {
    position: relative;
    height: 100%;
    margin: auto;
    transition: all .5s ease-in;
}

header .logo {
    position: absolute;
    width: 300px;
    height: 39px;
    margin: 0;
    top: 24px;
    left: 0;
    text-align: center;
}

header .cfp {
    position: absolute;
    width: 453px;
    height: 72px;
    margin: 0;
    top: 0;
    right: 0;
    text-align: center;
}

header .cfp div:first-child {
    /*    padding-right: 8px;*/
}

header .cfp dl {
    width: 224px;
    padding-left: 8px;
}

header .cfp dt,
header .cfp dd {
    width: 50%;
    background: #fff;
}

/*
header .inner li:nth-of-type(odd){
    width: 20%;
    max-width: 64px;
    text-align: center;
}
header .inner li{
    width: 80%;
    text-align: center;
}
*/
@media screen and (max-width: 1024px) {
    header {
        position: inherit;
    }

    #upper {
        max-width: 960px;
        height: 80px;
    }

    header .inner {
        width: 100%;
        height: 100%;
    }

    header .inner ul {
        position: fixed;
        max-width: 100%;
        height: 92px;
        margin: 0;
        background: rgba(255, 255, 255, .7);
        top: inherit;
        bottom: 0;
        left: 0;
    }

    @media screen and (max-width: 1023px) {
        header {
            height: 90px;
        }

        header .cfp {
            display: none;
        }

        @media screen and (max-width: 820px) {
            #upper {
                width: 100%;
                max-width: 820px;
                height: 100%;
            }

            @media screen and (max-width: 540px) {
                header {
                    height: 64px;
                }

                #upper {
                    width: 100%;
                    height: 64px;
                }

                header .logo {
                    width: 250px;
                    height: 35px;
                    margin: 0;
                    top: 10px;
                    left: 10px;
                    right: inherit;
                }

                header .inner ul li:last-child {
                    display: none;
                }

                header .inner li {
                    width: 100%;
                    text-align: center;
                }
            }
        }
    }
}




#gnav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 16px;
    line-height: 1;
}

#gnav ul {
    width: 100%;
    height: 64px;
    margin: auto;
}

#gnav ul li {
    position: relative;
    width: calc(100% / 8);
    margin: auto;
    text-align: center;
    transition: all .3s linear;
}

#gnav ul li a {
    position: relative;
    display: inline-block;
}

#gnav ul li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #d74487;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}

#gnav ul li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}

#gnav ul::after {
    display: block;
    clear: both;
    content: '';
}

#gnav ul li:not(:first-child) {
    border-left: none;
}

#gnav ul li a {
    width: 100%;
    display: block;
    padding: 8px 0 16px;
    text-align: center;
}

#gnav ul li a:hover,
#gnav ul li a.ov {
    text-decoration: none;
}

#gnav ul li li a {
    padding: 16px 8px;
    background: #fff;
    color: #333;
    font-weight: 300;
    text-decoration: none;
    text-align: left;
}

#gnav ul ul {
    position: absolute;
    top: 100%;
    height: inherit;
    left: -1px;
    border-left: 0;
}

#gnav ul ul li {
    display: block;
    width: 280px;
    border: 0;
}

#gnav ul li:nth-child(2) ul li {
    width: 320px;
}

#gnav ul li:nth-child(3) ul li {
    width: 280px;
}

#gnav ul ul li a {
    display: block;
    border: 0;
}

#gnav ul ul li:not(:first-child) {
    border-top: none;
}

#gnav ul ul ul {
    position: absolute;
    top: -2px;
    left: 100%;
}

#gnav ul ul {
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out;
    transform: translateY(-10px);
    z-index: 50;
}

#gnav ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 1023px) {
    #gnav {
        display: none;
    }
}


#upper_toggle {
    display: none;
}

.modal_wrap {
    position: relative;
    display: none;
}

.close_button {
    position: fixed;
    top: 20px;
    right: 15px;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    #upper_toggle {
        display: block;
        position: fixed;
        width: 40px;
        height: 40px;
        top: 10px;
        right: 10px;
        z-index: 8000;
        cursor: pointer;
    }

    #upper_toggle span {
        display: block;
        position: absolute;
        height: 2px;
        width: 60%;
        margin: auto;
        background: #000;
        left: 0;
        right: 0;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .modal_wrap {
        display: block;
    }

    .modal_wrap input {
        display: none;
    }

    .modal_overlay {
        display: flex;
        justify-content: center;
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9000;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        opacity: 0;
        transition: opacity .5s, transform 0s .5s;
        transform: scale(0);
    }

    .modal_trigger {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .modal_content {
        position: relative;
        width: 100%;
        height: 94%;
        overflow-y: auto;
        margin: 0 auto;
        padding: 40px 0;
        box-sizing: border-box;
        background: #fff;
        line-height: 1.4em;
        transform: translateY(-30%);
        transition: .3s;
    }

    .modal_logo {
        width: 92%;
        margin: 0 auto 24px;
        text-align: left;
    }

    .tab {
        width: 92%;
        margin: 0 auto;
    }

    .tab li {
        width: calc(50% - 2px);
        color: #66583d;
        text-align: center;
        font-weight: bold;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .tab li:nth-child(1) {
        background: #e8e8e8;
    }

    .tab li:nth-child(2) {
        background: #f6e7de;
    }

    .tab_sub {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        display: flex;
        list-style: none;
    }

    .tab_sub li {
        width: calc(20% - 4px);
        margin-bottom: 8px;
    }

    .tab_sub li.active {}

    .list {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }

    .sp_clinic_nav {
        padding: 16px 8px;
        background: #e8e8e8;
    }

    .sp_guide_nav {
        padding: 16px 8px;
        background: #f6e7de;
    }

    .list .hd {
        margin-bottom: 16px;
        padding-top: 8px;
        text-align: center;
    }

    .list .inner,
    .list .inner,
    .list .thirdtree,
    .list .inner table {
        display: none;
    }

    .list .inner.active {
        display: block;
    }

    .list .inner .thirdtree.active,
    .list .inner table.active {
        display: table;
    }

    .childnav {
        margin-bottom: 24px;
        padding: 8px 8px 0;
    }

    .childnav_box {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .childnav_box .grid {
        width: calc(33% - 4px);
        margin-bottom: 8px;
    }

    .childnav_box::after {
        content: "";
        display: block;
        width: calc(33% - 4px);
    }


    .modal_wrap input:checked~.modal_overlay {
        opacity: 1;
        transform: scale(1);
        transition: opacity .3s;
    }

    .modal_wrap input:checked~.modal_overlay .modal_content {
        transform: scale(1);
    }

    .modal_nav label {
        position: relative;
        display: block;
        margin: 0 0 5px;
        padding: 1em;
        color: #000;
        border-bottom: 1px solid #46517b;
        border-radius: 1px;
        cursor: pointer;
        transition: all .5s ease;
        letter-spacing: 0;
        text-align: left;
    }

    .modal_nav label a {
        display: block;
        color: #000;
    }

    .modal_nav label span {
        font-size: 12px;
    }

    @media screen and (max-width: 540px) {
        #upper_toggle {
            width: 40px;
            height: 40px;
            top: 16px;
            right: 10px;
        }

        .tab_sub li {
            width: calc(33% - 4px);
            margin-bottom: 8px;
        }

        @media screen and (max-width: 360px) {
            #upper_toggle {
                width: 32px;
                height: 32px;
            }
        }
    }
}

.sp_nav_logo {
    width: 92%;
    margin: 0 auto 24px;
    text-align: left;
}




#mv {
    width: 100%;
    margin-bottom: 80px;
    padding-bottom: 80px;
    text-align: center;
}

#mv .inner img {
    width: 100%;
    height: auto;
}

#mv .fx_c {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    text-align: left;
}

#mv .grid:nth-child(odd) {
    width: 40%;
    text-align: center;
}

#mv .grid:nth-child(even) {
    width: 60%;
}

#mv h1 {
    margin-bottom: 24px;
    font-size: 23px;
    font-weight: bold;
    line-height: 2;
}

#mv h1 span {
    padding: 4px;
    background: #fff;
}

@media screen and (max-width: 540px) {
    #mv {
        width: 100%;
        margin: 0 0 40px;
        padding-bottom: 40px;
        text-align: center;
    }

    #mv .fx_c {
        width: 92%;
        padding-top: 40px;
        text-align: center;
    }

    #mv .grid:nth-child(odd) {
        width: 100%;
        margin-bottom: 24px;
    }

    #mv .grid:nth-child(even) {
        width: 100%;
        text-align: left;
    }
}



.index__tokuchou {
    padding: 0 0 40px;
}

.index__tokuchou .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.index__tokuchou .grid:nth-child(odd) {
    width: 45%;
}

.index__tokuchou .grid:nth-child(even) {
    width: 50%;
    padding: 0 0 0 40px;
}

.index__tokuchou h2 {
    margin-bottom: 24px;
    padding: 48px 0 0;
    font-size: 22px;
    font-weight: 600;
    background: url("../../../img/asset/h2_tokuchou.svg") no-repeat 0 0;
    background-size: 368px auto;
}

@media screen and (max-width: 1080px) {
    .index__tokuchou .inner {
        width: 92%;
    }

    @media screen and (max-width: 540px) {
        .index__tokuchou .grid:nth-child(odd) {
            width: 100%;
            margin-bottom: 16px;
        }

        .index__tokuchou .grid:nth-child(even) {
            width: 100%;
            padding: 0;
            text-align: center;
        }

        .index__tokuchou h2 {
            background: url("../../../img/asset/h2_tokuchou.svg") no-repeat 0 0;
            background-size: 90% auto;
        }
    }
}



.index__symptoms {
    padding: 80px 0;
    background: #f6e7de;
}

.index__symptoms .inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.index__symptoms h2 {
    margin-bottom: 24px;
    padding: 48px 0 0;
    font-size: 22px;
    font-weight: 600;
    background: url("../../../img/asset/h2_symptoms.svg") no-repeat 0 0;
    background-size: 140px auto;
}

.index__symptoms .three_blocks .box {
    width: calc(33% - 8px);
}

.index__symptoms .three_blocks h3 {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.index__symptoms ul li {
    width: calc(20% - 8px);
    margin-bottom: 8px;
}

.index__symptoms .blocklink a:hover {
    background: #f6e7de;
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}

@media screen and (max-width: 1080px) {
    .index__symptoms {
        padding: 80px 0 40px;
    }

    .index__symptoms .inner {
        width: 92%;
    }

    @media screen and (max-width: 540px) {
        .index__symptoms .inner {
            width: 92%;
        }

        .index__symptoms .three_blocks .box {
            width: 100%;
        }

        .index__symptoms ul li {
            width: calc(50% - 4px);
            margin-bottom: 8px;
        }
    }
}





.index__ourclinic {
    padding: 80px 0;
    background: linear-gradient(180deg, #faf5f7 0%, #faf5f7 320px, #fff 320px, #fff 100%);
}

.index__ourclinic .inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.index__ourclinic h2 {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 600;
}

.index__ourclinic .box {
    width: calc(50% - 24px);
}

.index__ourclinic .more a {
    width: 60%;
}

@media screen and (max-width: 1080px) {
    .index__ourclinic {
        padding: 80px 0;
        background: linear-gradient(180deg, #faf5f7 0%, #faf5f7 240px, #fff 240px, #fff 100%);
    }

    .index__ourclinic .inner {
        width: 92%;
    }

    .index__ourclinic .box {
        width: calc(50% - 8px);
    }

    .index__ourclinic .more a {
        width: 80%;
    }

    @media screen and (max-width: 540px) {
        .index__ourclinic {
            padding: 80px 0 40px;
        }

        .index__ourclinic .box {
            width: 100%;
        }

        .index__ourclinic .more a {
            width: 100%;
        }
    }
}



.index__greeting {
    padding: 80px 0;
    background: #faf5f7;
}

.index__greeting .inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.index__greeting h2 {
    margin-bottom: 24px;
    padding: 48px 0 0;
    font-size: 22px;
    font-weight: 600;
    background: url("../../../img/asset/h2_greeting.svg") no-repeat 0 0;
    background-size: 244px auto;
}

.index__greeting .fx_c {
    margin-bottom: 24px;
}

.index__greeting .fx_c .grid:first-child {
    width: 80%;
    padding-right: 40px;
}

.index__greeting .fx_c .grid:last-child {
    width: 20%;
}

.index__greeting .more a {
    width: 40%;
}

@media screen and (max-width: 1080px) {
    .index__greeting .inner {
        width: 92%;
    }

    .index__greeting .more a {
        width: 80%;
    }

    .index__greeting .fx_c .grid:first-child {
        width: 70%;
        padding-right: 40px;
    }

    .index__greeting .fx_c .grid:last-child {
        width: 30%;
    }

    @media screen and (max-width: 540px) {
        .index__greeting .fx_c .grid:first-child {
            width: 100%;
            padding-right: 0;
        }

        .index__greeting .fx_c .grid:last-child {
            width: 100%;
        }

        .index__greeting .more a {
            width: 100%;
        }
    }
}







.banners__area {
    padding: 80px 0;
    background: #fff;
}

.banners__area .inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.banners__area .hd {
    margin-bottom: 24px;
    padding: 48px 0 0;
    font-size: 22px;
    font-weight: 600;
    background: url("../../../img/asset/h2_pickup.svg") no-repeat 0 0;
    background-size: 188px auto;
    text-align: left;
    line-height: 1;
}

.banners__area li {
    width: calc(50% - 8px);
    margin-bottom: 16px;
}

@media screen and (max-width: 1080px) {
    .banners__area .inner {
        width: 92%;
    }

    @media screen and (max-width: 540px) {
        .banners__area li {
            width: 100%;
        }
    }
}





.soudan__area {
    padding: 400px 0 40px;
    background: #faf5f7 url("../../../img/asset/common/soudanbg_pc.jpg") no-repeat center 0;
    background-size: 1080px auto;
}

.soudan__area .inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.soudan__area .more a {
    width: 40%;
}

@media screen and (max-width: 1080px) {
    .soudan__area .inner {
        width: 92%;
    }

    @media screen and (max-width: 540px) {
        .soudan__area {
            background: #faf5f7 url("../../../img/asset/common/soudanbg.jpg") no-repeat center 0;
            background-size: 100% auto;
        }

        .soudan__area .more a {
            width: 80%;
        }
    }
}





.news_column {
    padding: 80px 0;
}

.news_column .inner {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.news_column .grid {
    width: calc(50% - 24px);
    text-align: left;
}

.news_column .hd {
    margin: 0 0 24px;
    text-align: left;
}

.news_column .more a {
    width: 60%;
}

.news_column .hd_news {
    margin: 0 0 24px;
    padding-top: 48px;
    background: url("../../../img/asset/h2_news.svg") no-repeat 0 0;
    background-size: 143px auto;
    font-size: 22px;
    font-weight: bold;
}

.news_column .hd_column {
    margin: 0 0 24px;
    padding-top: 48px;
    background: url("../../../img/asset/h2_column.svg") no-repeat 0 0;
    background-size: 211px auto;
    font-size: 22px;
    font-weight: bold;
}

.news__area {
    padding: 32px;
    background: #fff;
}

.news__area .block {
    margin-bottom: 24px;
    padding: 0 8px 8px;
    border-bottom: 1px solid #b3b3b3;
}

.news_column .grid .block:last-child {
    margin-bottom: 0;
}

.column__area {
    padding: 32px;
    background: #fff;
}

.column__area .block {
    margin-bottom: 32px;
    padding-bottom: 8px;
    border-bottom: 1px solid #b3b3b3;
}

.news_column dt {
    width: 20%;
}

.news_column dd {
    width: 80%;
    padding-left: 16px;
}

/*
.news_column dt img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.news_column dt:hover img {
  transform: scale(1.2);
}
*/
@media screen and (max-width: 1080px) {
    .news_column .inner {
        width: 92%;
    }

    .news_column .grid {
        width: calc(50% - 8px);
    }

    .news_column dt {
        width: 30%;
        padding-right: 16px;
    }

    .news_column dd {
        width: 70%;
    }

    @media screen and (max-width: 540px) {
        .news_column .inner {
            width: 92%;
        }

        .news_column .grid {
            width: 100%;
            margin-bottom: 40px;
        }

        .news__area {
            padding: 16px 16px 24px;
        }

        .column__area {
            padding: 16px 16px 24px;
        }

        .news_column .more a {
            width: 90%;
        }
    }
}






footer {
    padding: 0;
    background: #faf5f7;
}

footer .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

footer .inner .two_columns .box {
    width: 60%;
    padding-right: 40px;
}

footer .inner .two_columns .box:nth-child(2) {
    width: 40%;
    padding-top: 40px;
    padding-right: 0;
}

footer .train {
    margin-bottom: 16px;
    padding: 0 0 0 64px;
    background: url("../../../img/asset/common/svg/train.svg") no-repeat 0 center;
    background-size: 44px auto;
    font-size: 14px;
    letter-spacing: 1pt;
}

footer .foot_cfp {
    margin-bottom: 24px;
}

footer .foot_cfp li {
    width: 52%;
    padding-right: 16px;
}

footer .foot_cfp li:nth-child(2),
footer .foot_cfp li:nth-child(3) {
    width: 24%;
    padding-right: 0;
}

footer .foot_cfp li:nth-child(2) img,
footer .foot_cfp li:nth-child(3) img {
    width: 100%;
    height: auto;
}

.gmap {
    width: 100%;
    height: 480px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 820px) {
    footer .inner {
        width: 92%;
    }

    @media screen and (max-width: 540px) {
        footer .inner {
            padding: 40px 0 0;
        }

        footer .inner .two_columns .box {
            width: 100%;
        }

        footer .inner .two_columns .box:nth-child(2) {
            width: 100%;
            padding-top: 0;
        }

        footer .foot_cfp li {
            width: 100%;
            padding-right: 0;
        }

        footer .foot_cfp li:nth-child(2),
        footer .foot_cfp li:nth-child(3) {
            width: 50%;
        }
    }
}


.grouplink {
    padding: 40px 0;
    background: #fff;
}

.grouplink .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.grouplink .hd {
    margin: 0 0 24px;
    padding-top: 32px;
    background: url("../../../img/asset/common/svg/group_eng_hd.svg") no-repeat center 0;
    background-size: 196px auto;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.grouplink li {
    width: calc(33% - 8px);
    margin: 0 0 16px;
}

.grouplink li:nth-child(4) {
    margin-left: 16.777%;
}

.grouplink li:nth-child(5) {
    margin-right: 16.777%;
}

@media screen and (max-width: 820px) {
    .grouplink .inner {
        width: 92%;
    }

    @media screen and (max-width: 540px) {
        .grouplink li {
            width: 100%;
            margin: 0 0 16px;
        }

        .grouplink li:nth-child(4) {
            margin-left: 0;
        }

        .grouplink li:nth-child(5) {
            margin-right: 0;
        }
    }
}







.sitelinks {
    padding: 40px 0;
    letter-spacing: 0;
    font-size: 13px;
}

.sitelinks .fx {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.sitelinks .fx .box {
    width: 25%;
    padding: 8px 0;
}

.sitelinks .fx .box:nth-child(2) {
    width: 50%;
    padding: 8px 16px;
}

.sitelinks li a::before {
    content: "- ";
}

.sitelinks li a {
    position: relative;
    display: inline-block;
    padding: 4px 0;
    color: #333;
    text-decoration: none;
    letter-spacing: 0;
}

.sitelinks li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #42b0a9;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}

.sitelinks li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}

.sitelinks li img {
    vertical-align: baseline;
}

.sitelinks div div:nth-child(2) dl dd div {
    width: calc(50% - 4px);
}

@media screen and (max-width: 1280px) {
    .sitelinks .fx {
        width: 92%;
    }

    @media screen and (max-width: 540px) {
        .gmap {
            height: 400px;
        }

        .sitelinks {
            font-size: 15px;
        }

        .sitelinks .fx .box {
            width: 100%;
            padding: 0;
            border-right: 0;
        }

        .sitelinks .fx .box:nth-child(1) {
            width: 100%;
        }

        .sitelinks .fx .box:nth-child(2) {
            width: 100%;
        }

        .sitelinks .fx .box {
            width: 100%;
            padding: 0;
        }

        .sitelinks .fx .box:nth-child(2) {
            width: 100%;
            padding: 0;
        }

        .sitelinks ol.fx .grid {
            width: 100%;
        }

        .sitelinks div div:nth-child(2) dl dd div {
            width: 100%;
        }
    }
}


.sitelinks dl {
    padding: 0 0 8px;
    border-bottom: 1px dashed #333;
}

.sitelinks div a,
.sitelinks p a {
    position: relative;
    display: inline-block;
    display: block;
    margin-bottom: 16px;
    padding: 0 0 8px;
    color: #333;
    border-bottom: 1px dashed #251e1c;
    text-align: left;
}

.sitelinks div div:nth-child(3) div:nth-child(11) a {
    border-bottom: 0;
}

.sitelinks div a::after,
.sitelinks p a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #d74487;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}

.sitelinks div div:nth-child(3) div:nth-child(11) a::after {
    background: #faf5f7;
}

.sitelinks dl dd div li {
    margin-bottom: 16px;
}

.sitelinks dl dd div li ul li {
    margin-bottom: 0;
}

.sitelinks .fx .box:last-child div:last-child a {
    margin-bottom: 0;
    padding: 0;
    border-bottom: 0;
}

.sitelinks .fx .box:last-child div:last-child a::after {
    height: 0;
}

.sitelinks div a:hover::after,
.sitelinks p a:hover::after {
    bottom: -1px;
    transform-origin: left top;
    transform: scale(1, 1);
}

.sitelinks li a {
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.ft_nav {
    margin-bottom: 16px;
    padding: 0 0 8px;
    color: #000;
    text-align: left;
}

.ft_hd {
    position: relative;
    padding: 0;
    color: #333;
    text-align: left;
}

.ft_btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #faf5f7;
    display: block;
    width: 32px;
    height: 32px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
    transition: all .3s linear;
}

.ft_nav dd {
    padding: 0 16px 8px;
}

.ft_nav dd li li {
    padding-left: 16px;
}

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

    .sitelinks div a,
    .sitelinks dl,
    .sitelinks p a {
        padding: 0 0 4px;
        border-bottom: 1px solid #5f5f5e;
    }

    .sitelinks li a {
        padding: 4px 0 0;
    }

    .sitelinks ul,
    .sitelinks ol {
        padding-top: 8px;
    }

    .sitelinks ol ol {
        padding-top: 0;
    }

    .ft_nav {
        border-bottom: 1px solid #f1f1f1;
    }

    .ft_btn:before,
    .ft_btn:after {
        display: block;
        content: '';
        background: #5f5f5e;
        position: absolute;
        width: 10px;
        height: 2px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .ft_hd {
        cursor: pointer;
    }

    .ft_btn:before {
        width: 2px;
        height: 10px;
    }

    .ft_hd.selected .ft_btn:before {
        content: normal;
    }

    .ft_nav dd {
        display: none;
    }
}


#copyright {
    padding: 16px;
    background: #d74487;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    font-size: 12px;
}

#copyright a {
    color: #333;
}

@media screen and (max-width: 820px) {
    #copyright {
        padding: 16px 0 80px;
    }
}

.bottomnav {
    position: fixed;
    display: none;
    width: 100%;
    height: 69px;
    padding: 8px 0 0;
    bottom: 0;
    z-index: 9999;
    /*    background: #f6e7de;*/
    background: linear-gradient(90deg, #f6e7de 0%, #f6e7de 33.333%, #fff 33.333%, #fff 100%);
}

.bottomnav li {
    width: 33.333%;
}

@media screen and (max-width: 820px) {
    .bottomnav {
        display: block;
    }

    @media screen and (max-width: 375px) {
        .bottomnav {
            height: Ma 80px;
        }

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


/* ▼▼▼▼▼▼▼▼▼▼▼▼ 共通項目 ▼▼▼▼▼▼▼▼▼▼▼▼ */


.fv_area .grid:first-of-type {
    width: 40%;
}

.fv_area .grid:last-of-type {
    width: 58%;
}

@media screen and (max-width: 540px) {
    .fv_area .grid:first-of-type {
        width: 100%;
    }

    .fv_area .grid:last-of-type {
        width: 100%;
    }
}





.breadcrumbs {
    margin-bottom: 40px;
    padding: 24px 0;
    background: #faf5f7;
    text-align: left;
}

.breadcrumbs div {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

#wrap {
    text-align: left;
}

#sub__wrap {
    padding-bottom: 80px;
    background: #fff;
    text-align: left;
}

#wrap article {
    padding: 0 0 80px;
    /*    background: #fff;*/
}

#wrap section,
#wrap .section,
#sub__wrap section,
#sub__wrap .section,
#wrap .mw_section {
    width: 100%;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
}

.entry section {
    margin: 0 0 80px;
}

.section_inner {
    padding: 0 16px 24px;
}

#sub__wrap article h2 {
    margin-bottom: 24px;
    padding: 24px;
    background: #ffefe5;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}

#sub__wrap article h3 {
    margin-bottom: 24px;
    padding: 0 0 8px 16px;
    border-left: 2px solid #d74487;
    border-bottom: 1px dashed #ccc;
    font-size: 19px;
    font-weight: 600;
}

#sub__wrap article h3 span {
    color: #d74487;
}

#sub__wrap article h4 {
    position: relative;
    margin-bottom: 24px;
    padding-left: 32px;
    font-size: 18px;
    font-weight: 600;
}

#sub__wrap article h4:before {
    position: absolute;
    content: " ";
    display: block;
    width: 16px;
    bottom: 44%;
    left: 0;
    border-bottom: 5px solid #e6462e;
    /*    border-radius: 8px;*/
}

#sub__wrap article h5 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
}

.fx {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fx_c {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.fx_r {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fx_e {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.two_columns,
.two_block,
.three_columns,
.four_columns,
.five_columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.three_columns::after {
    content: "";
    display: block;
    width: calc(33% - 4px);
}

.two_block .box {
    width: calc(50% - 4px);
}

.two_columns .box {
    width: calc(50% - 8px);
}

.three_columns .box {
    width: calc(33% - 4px);
}

.four_columns .box,
.four_columns::after {
    width: calc(25% - 8px);
}

.four_columns::after {
    content: "";
    display: block;
}

.five_columns .box {
    width: calc(20% - 4px);
}

.oz .imgL,
.oz .s_imgL {
    max-width: 48%;
    margin-right: 24px;
}

.oz .imgR,
.oz .s_imgR {
    max-width: 48%;
    margin-left: 24px;
}

.exclamation {
    padding-left: 32px;
    background: url("../../../img/asset/common/svg/exclamation.svg") no-repeat 0 0;
    background-size: 22px auto;
}

.notes {
    padding: 24px;
}

.notes_white {
    background: #fff;
}

.notes_gray {
    background: #efefef;
}

.notes_pyellow {
    background: #fffdeb;
}

.notes_pyellow span {
    font-size: 18px;
    font-weight: bold;
}

.notes_pblue {
    background: #e6fafa;
    text-align: left;
}

.notes_attention {
    padding: 32px;
    background: #efefef url("../../../img/asset/common/svg/attention.svg") no-repeat center center;
    background-size: 200px auto;
    border: 1px solid #4d4d4d;
}

.notes_border {
    padding: 1.3em;
    border: 1px solid #4d4d4d;
}

.notes_pyellow span {
    font-size: 18px;
    font-weight: bold;
}



.meritbox {
    padding: 40px 24px 16px;
    background: #ffefe5;
}

.meritbox .hd {
    margin-bottom: 24px;
    padding: 40px 0 0;
    background: url("../../../img/asset/common/svg/merit.svg") no-repeat center 0;
    background-size: 129px auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.meritbox li {
    margin-bottom: 8px;
    padding: 8px 8px;
    background: #fff;
}

.meritbox li div:first-child {
    margin-bottom: 8px;
    padding: 0 0 0 32px;
    background: url("../../../img/asset/common/svg/o.svg") no-repeat 0 6px;
    background-size: 18px auto;
}

.meritbox dt {
    margin-bottom: 8px;
    padding: 0 0 0 32px;
    background: url("../../../img/asset/common/svg/o.svg") no-repeat 0 6px;
    background-size: 18px auto;
}

.meritbox dd:last-child {
    margin-bottom: 0;
}

.demeritbox {
    padding: 40px 24px 16px;
    background: #d9d9d9;
}

.demeritbox .hd {
    margin-bottom: 24px;
    padding: 40px 0 0;
    background: url("../../../img/asset/common/svg/demerit.svg") no-repeat center 0;
    background-size: 188px auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.demeritbox li {
    margin-bottom: 8px;
    padding: 8px;
    background: #fff;
}

.demerit__box li {
    margin-bottom: 8px;
    padding: 8px 8px 8px 32px;
    background: #fff url("../../../img/asset/common/svg/x.svg") no-repeat 8px center;
    background-size: 11px auto;
}

.demeritbox li div:first-child {
    margin-bottom: 8px;
    padding: 0 0 0 32px;
    background: url("../../../img/asset/common/svg/x.svg") no-repeat 8px 8px;
    background-size: 11px auto;
}

.demeritbox li div:last-child {
    /*
    margin-bottom: 8px;
    padding: 0 0 8px 32px;
*/
}

.demeritbox dt {
    margin-bottom: 8px;
    padding: 0 0 0 32px;
    background: url("../../../img/asset/common/svg/x.svg") no-repeat 8px 8px;
    background-size: 11px auto;
}

.demeritbox dd {}

.demeritbox dd:last-child {
    margin-bottom: 0;
}

/*
.meritbox li div:last-child,
.demeritbox li div:last-child{
    margin-bottom: 16px;
}
*/
/*
.meritbox li:last-child div,
.demeritbox li:last-child div
{
    margin-bottom: 0;
}
*/


.faq__area dl {}

.faq__area dt {
    min-height: 50px;
    margin-bottom: 24px;
    padding: 16px 0 0 48px;
    background: url("../../../img/asset/common/svg/faq_q.svg") no-repeat 0 center;
    background-size: 30px auto;
    font-weight: 600;
}

.faq__area dd {
    margin: 0 0 48px;
}

.faq__area .hd__answer {
    min-height: 50px;
    margin-bottom: 16px;
    padding: 16px 0 0 48px;
    background: url("../../../img/asset/common/svg/faq_a.svg") no-repeat 0 center;
    background-size: 29px auto;
    color: #d74487;
    font-weight: 600;
}

.faq__area .detail__box {
    padding: 24px;
    background: #faf5f7;
}

@media screen and (max-width: 540px) {
    .faq__area dt {
        margin-bottom: 8px;
    }

    .faq__area dd {
        margin: 0 0 40px;
    }
}


.checklists li {
    margin-bottom: 8px;
    padding: 8px 8px 8px 32px;
    background: #fffbdc url("../../../img/asset/common/svg/check.svg") no-repeat 8px center;
    background-size: 16px auto;
}

.dot_list li,
.dot_list_g li {
    margin-left: 0;
}

/*
.dot_list li{
    padding-left: 16px;
    background: url("../../../img/asset/common/svg/dots.svg") no-repeat 0 12px;
    background-size: 6px auto;
}
*/
.dot_list li::before {
    content: '・ ';
    color: #d74487;
    font-size: 120%;
    font-weight: bold;
}

.external {
    background: url("img/external.svg") no-repeat right center;
    background-size: 10px auto;
}

.external_b {
    background: url("img/external_blue.svg") no-repeat right center;
    background-size: 10px auto;
}

@media screen and (max-width: 1080px) {
    #wrap {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    @media screen and (max-width: 1023px) {
        #wrap article {
            padding: 40px 0 80px;
        }

        #wrap section,
        #sub__wrap section,
        #sub__wrap .section,
        #wrap .section {
            width: 92%;
        }

        #wrap section .inner,
        #wrap .section .inner {
            padding: 0;
        }

        section .block {
            padding: 16px;
        }

        .four_columns .box {
            width: 100%;
        }

        .three_columns .box,
        ol.three_columns li,
        .three_columns_li li {
            width: calc(33% - 4px);
        }

        .sbi_photo_wrap {
            width: 100%;
            height: 100%;
        }

        .sbi_photo:hover {
            transform: scale(1.1);
        }

        @media screen and (max-width: 540px) {
            .breadcrumbs div {
                width: 92%;
            }

            .oz .imgL {
                float: none;
                max-width: 100%;
                margin-right: 0;
                text-align: center;
            }

            .oz .imgR {
                float: none;
                max-width: 100%;
                margin-left: 0;
                text-align: center;
            }

            .oz .s_imgR {
                margin-bottom: 4px;
            }

            .two_columns .box,
            .two_columns_li li,
            .two_columns li {
                width: 100%;
            }

            .three_columns .box,
            .three_columns_li li,
            ol.three_columns li {
                width: 100%;
            }

            .five_columns .box {
                width: calc(50% - 2px);
            }

            .sub_fv .grid {
                width: 100%;
            }

            .sub_fv .grid:nth-child(2) {
                width: 100%;
                padding-top: 0;
            }

            .faq_area dl {
                padding: 16px;
            }

            .dot_list li {
                background: url("../../../img/asset/common/svg/dots.svg") no-repeat 0 12px;
                background-size: 6px auto;
            }
        }
    }
}




#submv {
    margin: 0;
    background: #f6e7de;
}

#submv .inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 80px 0;
}

#submv h1 {
    font-size: 24px;
    font-weight: 700;
}

#submv h1 span {
    font-size: 16px;
}

#submv .clinic_profile {
    padding: 40px 0 0;
    background: url("../../../img/asset/common/svg/mv_clinicprofile.svg") no-repeat center 0;
    background-size: 332px auto;
}

#submv .tokuchou {
    padding: 40px 0 0;
    background: url("../../../img/asset/common/svg/mv_tokuchou.svg") no-repeat center 0;
    background-size: 217px auto;
}

#submv .guides {
    padding: 32px 0 0;
    background: url("../../../img/asset/common/svg/mv_guides.svg") no-repeat center 0;
    background-size: 125px auto;
}

#submv .contact {
    padding: 40px 0 0;
    background: url("../../../img/asset/common/svg/mv_contact.svg") no-repeat center 0;
    background-size: 178px auto;
}

#submv .sitemap {
    padding: 40px 0 0;
    background: url("../../../img/asset/common/svg/mv_sitemap.svg") no-repeat center 0;
    background-size: 186px auto;
}

#submv .access {
    padding: 40px 0 0;
    background: url("../../../img/asset/common/svg/mv_access.svg") no-repeat center 0;
    background-size: 167px auto;
}

#submv .price {
    padding: 40px 0 0;
    background: url("../../../img/asset/common/svg/mv_price.svg") no-repeat center 0;
    background-size: 225px auto;
}

#submv .team {
    padding: 40px 0 0;
    background: url("../../../img/asset/common/svg/mv_team.svg") no-repeat center 0;
    background-size: 129px auto;
}

#submv .news {
    padding: 40px 0 0;
    background: url("../../../img/asset/common/svg/mv_news.svg") no-repeat center 0;
    background-size: 128px auto;
}

#submv .column {
    padding: 40px 0 0;
    background: url("../../../img/asset/common/svg/mv_column.svg") no-repeat center 0;
    background-size: 188px auto;
}

#submv .reserve {
    padding: 40px 0 0;
    background: url("../../../img/asset/common/svg/mv_reserve.svg") no-repeat center 0;
    background-size: 189px auto;
}

#submv .privacypolicy {
    padding: 40px 0 0;
    background: url("../../../img/asset/common/svg/mv_privacypolicy.svg") no-repeat center 0;
    background-size: 346px auto;
}

@media screen and (max-width: 1023px) {
    #submv h1 {
        width: 92%;
    }

    #submv .inner {
        width: 92%;
    }
}


#wrap .scroll table {
    width: 100%;
}

@media screen and (max-width: 1023px) {
    #wrap .scroll {
        padding-bottom: 2%;
        overflow: auto;
    }

    #wrap .scroll::-webkit-scrollbar {
        height: 10px;
    }

    #wrap .scroll::-webkit-scrollbar-track {
        background: #eee;
    }

    #wrap .scroll::-webkit-scrollbar-thumb {
        background: #bbb;
    }

    #wrap .scroll table {
        width: 180%;
    }

    @media screen and (max-width: 800px) {
        #wrap .scroll table {
            width: 120%;
        }

        @media screen and (max-width: 540px) {
            #wrap .scroll table {
                width: 200%;
            }

            @media screen and (max-width: 360px) {
                #wrap .scroll table {
                    width: 240%;
                }
            }
        }
    }
}



#calendar,
#jump01,
#jump02,
#jump03,
#jump04,
#i,
#i-2,
#i-3,
#i-4,
#i-5,
#i-6,
#i-7,
#i-8,
#i-9,
#i-10,
#i-11,
#i-12 {
    margin-top: -180px;
    padding-top: 180px;
}

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

    #jump01,
    #jump02,
    #jump03,
    #jump04,
    #i,
    #i-2,
    #i-3,
    #i-4,
    #i-5,
    #i-6,
    #i-7,
    #i-8,
    #i-9,
    #i-10,
    #i-11,
    #i-12 {
        margin-top: 0;
        padding-top: 0;
    }
}

@media screen and (max-width: 540px) {
    span.wpcf7-list-item {
        display: block !important;
    }
}

.wpcf7-validates-as-date {
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    font-size: 17px;
    padding: 0.5em;
    border-radius: 8px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;
}

input {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
    width: 80%;
    margin: auto;
    padding: .5em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;
    font-size: 18px;
}

input[type="radio"],
input[type="checkbox"] {
    width: 28px;
    vertical-align: middle;
}

select {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 18px;
    padding: .5em;
    border-radius: 8px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;
    line-height: 2;
}

input[type="submit"],
input[type="reset"] {
    width: 100%;
    margin: 0;
    padding: 16px 0;
    background: #5c5737;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: #4c4638;
}

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

    input[type="submit"],
    input[type="reset"] {
        width: 100%;
    }

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="tel"],
    textarea {
        width: 90%;
        margin: auto;
    }

    select,
    textarea {
        width: 100%;
        margin: auto;
    }
}

.datepicker {
    width: 40%;
    max-width: 200px;
}

#zip {
    width: 50%;
    max-width: 200px;
}

#age {
    width: 25%;
    max-width: 80px;
}

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

    #zip,
    #age {
        width: 50%;
        max-width: 100%;
    }
}




span.wpcf7-not-valid-tip {
    font-size: 80%;
}

#sitemap_list li {
    font-size: 18px !important;
}

#sitemap_list li li {
    font-size: 16px !important;
}

/* ▲▲▲▲▲▲▲▲▲▲ 共通項目 ▲▲▲▲▲▲▲▲▲▲ */




.first_area {
    width: 100%;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}

.first_area .lead {
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px dashed;
    font-size: 23px;
    font-weight: bold;
}

.first_area .lead span {
    color: #d74487;
}

@media screen and (max-width: 1080px) {
    .first_area {
        width: 92%;
    }

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








.tc4060 .grid:nth-child(odd) {
    width: 40%;
}

.tc4060 .grid:nth-child(even) {
    width: 60%;
    padding-left: 24px;
}

.tc6040 .grid:nth-child(odd) {
    width: 60%;
    padding-right: 24px;
}

.tc6040 .grid:nth-child(even) {
    width: 40%;
}

.fx_r.tc4060 .grid:nth-child(1) {
    width: 40%;
    padding-left: 24px;
}

.fx_r.tc4060 .grid:nth-child(2) {
    width: 60%;
    padding-left: 0;
}

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

    .tc4060 .grid:nth-child(odd),
    .tc6040 .grid:nth-child(odd) {
        width: 100%;
        padding-right: 0;
    }

    .tc4060 .grid:nth-child(even),
    .tc6040 .grid:nth-child(even) {
        width: 100%;
        padding-left: 0;
    }

    .fx_r.tc4060 .grid:nth-child(1) {
        width: 100%;
        padding-left: 0;
        margin-bottom: 24px;
    }

    .fx_r.tc4060 .grid:nth-child(2) {
        width: 100%;
    }
}




.required {
    font-size: 13px;
    color: red;
}

.form table {
    width: 100%;
    margin: 0 0 40px;
}

.form td {
    padding: 16px;
    vertical-align: middle;
    border-bottom: 1px solid #f1f1f1;
}

.form td:nth-child(odd) {
    width: 32%;
    font-weight: 100;
}

.form td:nth-child(even) {
    width: 68%;
}

.form td p {
    margin-bottom: 0;
}

@media screen and (max-width: 540px) {
    .form td {
        padding: 16px 8px;
        vertical-align: top;
        border-bottom: 1px solid #f1f1f1;
    }

    .form td:nth-of-type(odd) {
        display: block;
        width: 100%;
        padding-bottom: 8px;
        border-bottom: 1px dashed #f1f1f1;
    }

    .form td:nth-of-type(even) {
        display: block;
        width: 100%;
    }
}














.entry p {
    margin-bottom: 32px;
}

.entry img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

iframe.youtube_16_9 {
    width: 100%;
    max-height: 100%;
    aspect-ratio: >16 / 9;
    max-width: 600px;
    display: block;
    margin: auto;
}

.youtube_mov {
    height: 400px;
}



.poic_effects li {
    width: calc(20% - 4px);
    text-align: center;
}

@media screen and (max-width: 540px) {
    .poic_effects li {
        width: calc(50% - 4px);
        margin-bottom: 8px;
    }
}

.poic_checks li {
    width: calc(50% - 4px);
    margin-bottom: 8px;
    padding: 8px 8px 8px 32px;
    background-color: #fffbdc;
}

@media screen and (max-width: 540px) {
    .poic_checks li {
        width: 100%;
    }
}


.tokuchou__grids section .tc4060 .grid:nth-child(even) {
    padding-top: 3%;
}

.tokuchou__grids .two_block {
    width: 50%;
}

.tokuchou__grids .two_block li {
    width: calc(50% - 4px);
}

.tokuchou__grids .four_block li {
    width: calc(25% - 4px);
    margin-bottom: 8px;
}

.tokuchou__grids .two_block li:nth-child(n-2) {
    margin-bottom: 8px;
}

@media screen and (max-width: 540px) {
    .tokuchou__grids .two_block {
        width: 100%;
    }

    .tokuchou__grids section .tc4060 .grid:nth-child(even) {
        padding-top: 24px;
    }

    .tokuchou__grids .four_block li {
        width: calc(50% - 4px);
    }
}


.guide_pages .two_columns .box {
    width: calc(50% - 16px);
    margin-bottom: 40px;
}

.guidesmenu__grid {
    padding: 8% 8% 4%;
    background: #f6e7de;
}

.guidesmenu__grid::after {
    display: block;
    content: '';
    width: calc(33% - 8px);
}

.guidesmenu__grid li {
    width: calc(33% - 8px);
    margin-bottom: 16px;
}

@media screen and (max-width: 540px) {
    .guide_pages .two_columns .box {
        width: 100%;
    }

    .guidesmenu__grid {
        padding: 4% 4% 2%;
    }

    .guidesmenu__grid li {
        width: calc(33% - 4px);
        margin-bottom: 8px;
    }
}



.case__block {
    padding: 40px;
    background: #e6f9fa;
}

.case__hd {
    padding: 16px;
    background: #45b3b3;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.case__block dl {
    margin: 0 0 24px;
    padding: 24px;
    background: #fff;
}

.case__block dt {
    width: 32%;
    margin-bottom: 16px;
    padding-bottom: 8px;
    background: #fff;
    color: #328282;
    border-bottom: 1px solid #ccc;
}

.case__block dd {
    width: 68%;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
}


#sub__wrap .cases section {
    background: #e6f9fa;
}

.cases .fx {
    padding: 0 40px 40px;
}

.cases .fx .grid:nth-of-type(odd) {
    width: 45%;
}

.cases .fx .grid:nth-of-type(even) {
    width: 55%;
    padding-left: 32px;
}

.cases .fx dl {
    padding: 24px;
    background: #fff;
    border: 0;
}

.cases .fx dt {
    width: 32%;
    margin-bottom: 16px;
    padding-bottom: 8px;
    background: #fff;
    color: #328282;
    border-bottom: 1px solid #ccc;
}

.cases .fx dd {
    width: 68%;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 540px) {
    .cases .fx {
        padding: 0 16px 16px;
    }

    .cases .fx .grid:nth-of-type(odd) {
        width: 100%;
        margin-bottom: 24px;
    }

    .cases .fx .grid:nth-of-type(even) {
        width: 100%;
        padding-left: 0;
    }

    .cases .fx dl {
        padding: 16px;
    }

    .cases .fx dt {
        width: 100%;
        padding: 0 0 8px;
    }

    .cases .fx dd {
        width: 100%;
        margin-bottom: 24px;
        padding: 0;
        border-bottom: 0;
    }
}


.la_briller_osusume_grid li {
    width: calc(25% - 4px);
    margin-bottom: 8px;
}

.osusume_grids .grid {
    width: 50%;
}

@media screen and (max-width: 540px) {
    .la_briller_osusume_grid li {
        width: calc(50% - 4px);
        margin-bottom: 8px;
    }

    .for_sp {
        overflow-x: auto;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
    }

    .for_sp img {
        max-width: 200%;
        min-width: 800px;
        vertical-align: top;
    }
}


#pmtc__kouka .tc4060 .grid:nth-child(even) {
    padding-top: 44px;
}

@media screen and (max-width: 540px) {
    #pmtc__kouka .tc4060 .grid:nth-child(even) {
        padding-top: 0;
    }
}


#perio__tokuchou ol::after {
    width: calc(20% - 5px);
    content: "";
    display: block;
}

#perio__tokuchou li {
    width: calc(20% - 5px);
    margin-bottom: 16px;
}

@media screen and (max-width: 540px) {
    #perio__tokuchou ol::after {
        width: calc(50% - 5px);
    }

    #perio__tokuchou li {
        width: calc(50% - 5px);
    }
}



.toc_list li a {
    position: relative;
    display: block;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    background: url("../../../img/asset/common/svg/arrow02.svg") no-repeat 1% center;
    background-size: 16px auto;
    line-height: 1.3;
    letter-spacing: 0;
}

.toc_list li:last-child a {
    margin-bottom: 0;
}

.toc_list li a:hover {
    background: url("../../../img/asset/common/svg/arrow.svg") no-repeat 1% center;
    background-size: 16px auto;
}


.price__list table {
    width: 100%;
    border-top: 1px solid #bfbfbf;
}

.price__list table td {
    padding: 24px;
    border-bottom: 1px solid #bfbfbf;
    border-top: 0;
    vertical-align: middle;
}

.price__list table td:nth-of-type(odd) {
    width: 55%;
    background: #fffdeb;
    text-align: left;
}

.price__list table td:nth-of-type(even) {
    width: 45%;
    text-align: right;
}

@media screen and (max-width: 540px) {
    .price__list table td {
        display: block;
    }

    .price__list table td:nth-of-type(odd) {
        width: 100%;
    }

    .price__list table td:nth-of-type(even) {
        width: 100%;
        text-align: left;
    }
}


.clinic__information dt {
    margin-bottom: 8px;
    padding: 0 0 8px 16px;
    border-left: 2px solid #d74487;
    border-bottom: 1px dashed #ccc;
    font-weight: 600;
}

.clinic__information dd {
    margin-bottom: 24px;
}





.mfs__step dt {
    margin: 0 0 8px;
}

.mfs__step dd {
    margin: 0 0 24px;
}



#ez-toc-container {
    margin: 0 auto 40px !important;
}

@media screen and (max-width: 540px) {
    #ez-toc-container {
        width: 100% !important;
        margin: 0 auto 40px !important;
    }
}



/* コラム用　#ColumnBox 専用スタイル */

#ColumnBox a {
    color: #1a0dab;
    text-decoration: underline;
}

#ColumnBox a:visited {
    color: #609;
}

#ColumnBox a:hover {
    color: #d00;
}

  #ColumnBox img {
    display: block;
    margin: 0 auto;
    max-width: 640px;
    width: 100%;
  }

#ColumnBox a[target="_blank"]::after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 4px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    background-image: url("../../../img/common/svg/icon-link.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

#ColumnBox h2 {
    margin-top: 128px;
}

#ColumnBox h3 {
    margin-top: 64px;
}