@charset "UTF-8";

* {
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #505050;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 2;
    letter-spacing: .1em;
    text-align: left;
    scroll-behavior: smooth
}

a:hover {
    cursor: pointer
}

br {
    line-height: inherit
}

span,
a,
strong,
small {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: inherit
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.space_btw {
    justify-content: space-between;
}

body {
    background-color: #fff
}

.linkwrap {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.body-wrap {
    overflow: hidden;
    position: relative
}

.sp {
    display: none
}

.pc {
    display: block
}

strong {
    font-weight: 600;
}

/* =====================================
　ヘッダー ナビ
===================================== */
nav {
    width: 100%;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    display: block;
    position: fixed;
    top: 0;
    z-index: 900;
    background: #fff
}

nav p {
    width: 276px;
    height: auto;
    margin: 15px 0 0 15px
}

nav .divider {
    width: 1px;
    height: 50px;
    background: #0091d7;
    margin: 15px 20px 0 20px
}

nav .tel {
    width: 280px
}

nav .tel a {
    /* font-family: dita-cd, sans-serif; */
    font-family: "dita-cd", sans-serif;
    font-weight: 400;
    font-size: 37px;
    color: #0091d7;
    line-height: 1.8;
    white-space: nowrap
}

nav .tel a::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 35px;
    background: url(/wp-content/uploads/images/common/phone-b.png) no-repeat;
    background-size: contain;
    position: relative;
    top: 10px;
    margin-right: 5px
}

nav .tel p {
    font-size: 10px;
    color: #0091d7;
    line-height: 0;
    position: relative;
    top: -5px;
    margin: 0;
}

nav .menu {
    margin-left: auto
}

nav .menu ul.pc {
    min-width: 800px;
    /* height: 80px; */
    background: #0091d7;
    padding: 10px 30px;
    text-align: center;
}

nav .menu ul.pc li {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    position: relative;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 700;
}

nav .menu ul.pc li:not(:last-child)::after {
    content: '';
    display: inline-block;
    height: 30px;
    width: 1px;
    margin: -10px 10px 0;
    background: #fff;
    position: relative;
    bottom: -10px
}

nav .menu ul.pc li a {
    position: relative;
}

nav .menu ul.pc li a::after {
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    display: block;
    transition: .5s;
}

nav .menu ul.pc li a:hover::after {
    width: 100%;
}

@media(min-width:769px) and (max-width:1500px) {
    nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }

    nav .menu {
        width: 100%
    }

    nav .menu ul.pc {
        text-align: center;
        height: 48px;
        padding: 9px 30px;
    }

    nav .menu ul.pc li {
        font-size: 1vw;
    }

    .social {
        top: 170px
    }

    .vertical-cta {
        top: 200px
    }
}

/* =====================================
　ヘッダー 
===================================== */
.header-top {
    padding: 10px 30px;
}

.header-top_right img {
    vertical-align: text-top;
    min-width: 554px;
}

@media screen and (max-width:1200px) {
    .header-top_right img {
        display: none;
    }
}

.social {
    position: fixed;
    /* top: 140px;
    right: 100px; */
    top: 180px;
    right: 60px;
    z-index: 900
}

.social img {
    width: 30px;
    height: auto
}

.social a:nth-child(2) {
    margin: 0 10px 0;
    position: relative;
    top: -2px
}

.vertical-cta {
    position: fixed;
    top: 250px;
    right: 0;
    z-index: 900
}

.vertical-cta a {
    width: 50px;
    height: 140px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: block;
    text-align: center;
    background: #fff;
    border: 2px solid #0091d7;
    line-height: 3;
    letter-spacing: .1em;
    color: #0091d7;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s
}

.vertical-cta a:nth-child(2) {
    background: #fff;
    color: #0091d7;
    font-weight: 700;
    border-top: 0;
    border-bottom: 0;
}

.vertical-cta a:hover {
    background: #0091d7;
    color: #fff
}

.vertical-cta a:first-child::before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 22px;
    background: url(/wp-content/uploads/images/common/calendar-b.png) no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    transition: .5s
}

.vertical-cta a:hover:first-child::before {
    background: url(/wp-content/uploads/images/common/calendar-w.png) no-repeat;
    background-size: cover
}

.vertical-cta a:nth-child(2)::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 16px;
    background: url(/wp-content/uploads/images/common/mail-b.png) no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    transition: .5s
}

.vertical-cta a:hover:nth-child(2)::before {
    background: url(/wp-content/uploads/images/common/mail-w.png) no-repeat;
    background-size: cover
}

.vertical-cta a:nth-child(3)::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 16px;
    background: url("/wp-content/uploads/images/common/mouthpiece-b.png") no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    transition: .5s
}

.vertical-cta a:hover:nth-child(3)::before {
    background: url("/wp-content/uploads/images/common/mouthpiece-w.png") no-repeat;
    background-size: cover
}

.vertical-cta a:nth-child(3) {
    height: 180px;
}


a.button {
    display: block;
    width: 330px;
    height: 60px;
    border: 1px solid #0091d7;
    color: #0091d7;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 14px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

a.button:hover {
    background: #ffffc5
}

a.button::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: url(/wp-content/uploads/images/common/caret-b.png) no-repeat;
    background-size: contain
}


/* =====================================
　委員情報
===================================== */
.information {
    width: 1200px;
    /* margin: 50px auto 0; */
    margin: 0 auto;
    padding: 40px 50px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 200
}

.information h2 {
    font-family: dita-cd, sans-serif;
    font-size: 40px;
    color: #0091d7;
    display: block;
    width: 250px;
    /* height: 825px; */
    border-right: 1px solid;
    letter-spacing: 0;
    padding: 40px 0 0 15px
}

.information .left {
    width: 320px;
    padding-top: 30px
}

.information .left p:first-child {
    color: #0091d7;
    margin: 10px 0 70px
}

.information .left p:first-child span {
    font-size: 24px;
    font-weight: 700
}

.information p.address {
    color: #0091d7;
    font-size: 14px;
    margin-bottom: 15px
}

.information .tel {
    margin-bottom: 70px
}

.information .tel a {
    font-family: dita-cd, sans-serif;
    font-size: 37px;
    color: #0091d7;
    line-height: 1.8;
    position: relative;
    z-index: 100
}

.information .tel a::after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background: #ffffc5;
    position: absolute;
    top: 10px;
    z-index: -1
}

.information .tel a::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 35px;
    background: url(/wp-content/uploads/images/common/phone-b.png) no-repeat;
    background-size: contain;
    position: relative;
    top: 7px;
    margin-right: 5px
}

.information .tel p {
    font-size: 10px;
    color: #0091d7;
    line-height: 1.5;
    position: relative;
    top: -5px
}

.information .contact {
    width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.information .contact a {
    width: 150px;
    height: 200px;
    background: #0091d7;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #0091d7
}

.information .contact a:hover {
    border: 1px solid #0091d7;
    opacity: .8
}

.information .contact a::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url(/wp-content/uploads/images/common/caret-w.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 5px;
    right: 5px;
    -webkit-transition: .5s;
    transition: .5s
}

.information .contact a:nth-child(2) {
    background: #717071;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #717071
}

.information .contact a span:first-of-type {
    background: #fff;
    font-size: 12px;
    border-radius: 20px;
    letter-spacing: 0;
    text-align: center;
    padding: 0 2px;
    width: 135px;
    margin: 25px auto 20px;
    color: #0091d7;
    display: block;
    line-height: 2;
    -webkit-transition: .5s;
    transition: .5s
}

.information .contact a:nth-child(2) span:first-of-type {
    color: #717071
}

.information .contact a:hover:nth-child(2) span:first-of-type {
    background: #fff;
    color: #717071
}

.information .contact a:hover span:first-of-type {
    background: #fff;
    color: #0091d7
}

.information .contact a:first-child span:nth-of-type(2) {
    content: '';
    display: block;
    width: 26px;
    height: 30px;
    background: url(/wp-content/uploads/images/common/calendar-w.png);
    background-size: contain;
    margin: 0 auto 15px;
    -webkit-transition: .5s;
    transition: .5s
}

.information .contact a:hover:first-child span:nth-of-type(2) {
    background: url(/wp-content/uploads/images/common/calendar-w.png);
    background-size: contain
}

.information .contact a:nth-child(2) span:nth-of-type(2) {
    content: '';
    display: block;
    width: 30px;
    height: 22px;
    background: url(/wp-content/uploads/images/common/mail-w.png)no-repeat;
    background-size: contain;
    margin: 22px auto 22px;
    -webkit-transition: .5s;
    transition: .5s
}

.information .contact a:hover:nth-child(2) span:nth-of-type(2) {
    background: url(/wp-content/uploads/images/common/mail-w.png)no-repeat;
    background-size: contain
}

.information .contact.sp {
    display: none
}

.information .right {
    width: 400px;
    padding-top: 20px
}

.information .right .inner {
    width: 350px;
    margin: 0 auto 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.information .right .inner p {
    width: 100px;
    height: 100px;
    background: url(/wp-content/uploads/images/common/teeth-bg.png) no-repeat;
    background-size: contain;
    text-align: center;
    padding: 20px 0;
    color: #0091d7;
    font-weight: 700
}

.information .right .inner p span {
    font-size: 12px
}

.information table {
    width: 100%
}

.information table th,
.information table td {
    color: #0091d7;
    font-size: 16px;
    text-align: center
}

.information table tr:first-of-type,
.information table tr:last-of-type {
    border-bottom: 1px solid #0091d7
}

.information table tr:first-of-type th:first-of-type,
.information table tr td:first-of-type {
    width: 140px;
    letter-spacing: 0
}

.information table td:not(:first-of-type) {
    width: 40px
}

.information table tr:nth-of-type(2) td {
    padding-top: 10px
}

.information table tr:nth-of-type(3) td {
    padding-bottom: 10px
}

.information .notes {
    margin: 20px 0 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.information .notes p:first-of-type {
    color: #0091d7;
    font-size: 14px;
    border: 1px solid #0091d7;
    display: inline-block;
    line-height: 2.4;
    padding: 0 10px;
    white-space: nowrap;
    font-weight: 700
}

.information .notes p:nth-of-type(2) {
    color: #fff;
    font-size: 14px;
    background: #0091d7;
    display: inline-block;
    border: 1px solid #0091d7;
    padding: 0px 15px;
    font-weight: 700;
    line-height: 2.4
}

.information .notes p:nth-of-type(3) {
    color: #0091d7;
    font-size: 14px;
    display: inline-block;
    letter-spacing: 0;
    white-space: nowrap;
    font-weight: 700;
    line-height: 2.7;
    margin-left: auto
}

.information .right a.s-button {
    display: block;
    position: relative;
    top: -30px;
    margin-left: auto
}

.information .right img.pc {
    margin: 0;
    width: 100%
}

.information .right img.topmappc {
    margin: 0;
    width: 100%
}

@media(min-width:769px) and (max-width:1200px) {
    .information {
        width: 90%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .information h2 {
        width: 1900%;
        padding-left: 0;
        height: auto;
        text-align: center;
        border-right: 0;
        border-bottom: 1px solid
    }

    .information .left,
    .information .right {
        margin: 30px auto 0
    }

}


/* =====================================
　フッター
===================================== */
footer {
    padding-top: min(8.78%, 120px);
    background: url(/wp-content/uploads/bg_footer-top.svg) no-repeat center top/100%;
}
.home footer {
    margin-top: 60px;
}
footer .wrap {
    background: #efefef;
}

footer .map {
    width: 100%;
    /* height: 355px;
    overflow: hidden */
}

footer .map iframe {
    /* margin-top: -150px */
}

footer img {
    display: block;
    width: 300px;
    margin: 0 auto 65px
}

footer .links {
    margin-top: -100px;
    padding: 145px 0 45px;
    background: url(/wp-content/uploads/bg_footer-bottom.svg) no-repeat;
    background-size: cover
}

footer .links .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 800px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .links .content li,
footer .links .content p {
    color: #0091D7;
    font-size: 13px
}

footer .links .content p {
    font-weight: 700
}

footer .links .content .one {
    width: 115px
}

footer .links .content .one p {
    border-bottom: 1px solid #0091D7;
    padding-bottom: 15px;
    margin-bottom: 15px
}

footer .links .content .one ul li {
    line-height: 2.5
}

footer .links .content .two {
    width: 265px
}

footer .links .content .two p {
    border-bottom: 1px solid #0091D7;
    padding-bottom: 15px;
    margin-bottom: 15px
}

footer .links .content .two ul {
    -webkit-columns: 2;
    columns: 2
}

footer .links .content .two ul li {
    line-height: 2.5
}

footer .links .content .two ul li:nth-last-child(-n+4) {
    padding-left: 15px
}

footer .links .content .three {
    width: 220px
}

footer .links .content .three ul {
    margin-top: 57px
}

footer .links .content .three ul li {
    line-height: 2.5
}

footer .links .content .three .icons {
    width: 150px
}

footer .links .content .three .icons img {
    width: 30px;
    display: inline-block;
    margin: 60px 0 0
}

footer .links .content .three .icons a:nth-child(2) img {
    margin: 0 10px;
    position: relative;
    top: -2px
}

footer p.copyright {
    width: 100%;
    height: 50px;
    background: #505050;
    color: #fff;
    text-align: center;
    padding: 10px 0
}


a.s-button {
    width: 140px;
    height: 30px;
    background: #0091d7;
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 1px;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #0091d7;
}

a.s-button::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 6px;
    background: url(/wp-content/uploads/images/common/btn-arrow-w.png) no-repeat;
    background-size: contain;
    margin-left: 15px;
    position: relative;
    top: -3px
}

a.s-button:hover {
    background: #ffffc5;
    color: #0091d7
}

a.s-button:hover::after {
    background: url(/wp-content/uploads/images/common/btn-arrow-b.png) no-repeat;
    background-size: contain
}



.tel span {
    position: relative;
}

.tel span:before {
    font-size: 11px;
    font-family: noto-sans-cjk-jp, sans-serif;
    color: #0091d7;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
}

.tel span:nth-of-type(1):before {
    content: 'いい歯';
}

/*.tel span:nth-of-type(2):before{ content: ''; }*/
/*.tel span:nth-of-type(3):before{ content: 'いい'; }*/
.tel span:nth-of-type(4):before {
    content: 'いい歯';
}

@media(min-width:769px) and (max-width:1151px) {
    footer .links .content {
        width: 700px
    }

}

@media(max-width:768px) {

    * {
        font-size: 3.8vw
    }

    .sp {
        display: block
    }

    .pc {
        display: none
    }

    nav {
        height: 18.67vw;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        z-index: 900;
        background: #fff
    }

    nav h1 {
        width: 70.67vw;
        height: auto;
        margin: 3.33vw 0 0 4.67vw
    }

    nav p {
        width: 70.93vw;
        margin: 2.66vw 0 0 2.66vw;
    }

    nav .divider {
        display: none
    }

    nav .tel {
        display: none
    }

    nav .toggle {
        width: 18.67vw;
        height: 18.67vw;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 900;
        background: #0091d7 url(/wp-content/uploads/images/common/open.png) no-repeat;
        background-size: 10.8vw;
        background-position: center;
        -webkit-transition: .3s;
        transition: .3s
    }

    nav.active .toggle {
        background: #0091d7 url(/wp-content/uploads/images/common/close.png) no-repeat;
        background-size: 10.8vw;
        background-position: center
    }

    nav .menu {
        position: fixed;
        min-width: 100vw;
        width: 100vw;
        height: 0;
        background: #0091d7;
        z-index: 800;
        overflow: scroll;
        -webkit-transition: .5s;
        transition: .5s;
        padding: 0 9.33vw
    }

    nav.active .menu {
        height: 100vh;
        width: 100vw
    }

    nav .menu ul.pc {
        display: none
    }

    nav .menu ul.list1 {
        padding: 0;
        min-width: 0;
        width: 100%;
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 28.67vw;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    nav .menu ul.list1 li {
        font-size: 4vw;
        width: 40%;
        line-height: 2.2;
        font-weight: 700;
        color: #fff;
        font-family: tbudrgothic-std, sans-serif
    }

    nav .menu ul.list1 li:first-child {
        width: 100%;
        border-bottom: .13vw solid #fff;
        padding-bottom: 2.5vw;
        margin-bottom: 3.5vw
    }

    nav .menu ul li:not(:last-child)::after {
        display: none
    }

    nav .menu .social-menu {
        position: absolute;
        top: 28vw;
        right: 9.33vw
    }

    nav .menu .social-menu a {
        display: inline-block;
        width: 9vw
    }

    nav .menu .social-menu a:nth-of-type(2) {
        margin: 0 2vw
    }

    nav .menu .sublink {
        margin-top: 13.33vw
    }

    nav .menu .sublink h2 {
        font-size: 4vw;
        color: #fff;
        font-weight: 700;
        font-family: tbudrgothic-std, sans-serif;
        border-bottom: .13vw solid #fff;
        padding-bottom: 2.5vw;
        margin-bottom: 3.5vw;
        position: relative
    }

    /*nav .menu .sublink h2::after{content:'+';position:absolute;right:1vw}*/
    nav .menu .sublink.active h2::after {
        content: '−'
    }

    nav .menu .sublink ul.list2 {
        -webkit-columns: 2;
        columns: 2
    }

    /*
nav .menu .sublink .content{height:0;max-height:0;-webkit-transition:.5s;transition:.5s;overflow:hidden}
nav .menu .sublink.active .content{height:100%;max-height:100vh}
*/
    nav .menu .sublink .content {
        height: 100%;
        max-height: 100vh
    }

    nav .menu .sublink ul.list2 li {
        line-height: 2.2;
        color: #fff;
        font-size: 4vw;
        font-weight: 700
    }

    nav .menu ul.list3 {
        margin: 13.33vw 0
    }

    nav .menu ul.list3 li {
        line-height: 2.2;
        color: #fff;
        font-size: 4vw;
        font-weight: 700
    }

    .social,
    .vertical-cta {
        display: none
    }

    a.button {
        display: block;
        width: 89.33vw;
        height: 18.67vw;
        font-size: 4.27vw;
        padding: 5vw
    }

    a.button::after {
        width: 2.67vw;
        height: 2.67vw;
        right: 1.33vw;
        bottom: 1.33vw
    }

    .information {
        width: 89.33vw;
        margin: 6.67vw auto 0;
        padding: 8vw 6.67vw;
        background: #fff;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
        box-shadow: 0 0 30px rgba(0, 0, 0, .2);
        display: block;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        z-index: 200
    }

    .information h2 {
        font-family: dita-cd, sans-serif;
        font-size: 8vw;
        width: auto;
        border-right: 0;
        text-align: center;
        line-height: 1;
        height: auto;
        padding: 0
    }

    .information h2::after {
        content: '';
        display: block;
        width: 6.67vw;
        height: .13vw;
        background: #0091d7;
        margin: 3vw auto 6vw
    }

    .information .left {
        width: 100%;
        padding: 0
    }

    .information .left p:first-child {
        margin: 8vw 0;
        font-size: 3.47vw;
        /* text-align: center */
    }
    footer .information .left p:first-child,
    footer .information p.address {
        text-align: center;
    }

    .information .left p:first-child span {
        font-size: 5.47vw;
        text-align: center
    }

    .information p.address {
        font-size: 3.47vw;
        margin-bottom: 9.33vw;
        /* text-align: center */
    }

    .information img.sp {
        margin: 0 auto
    }

    .information img.topmapsp {
        margin: 0 auto
    }

    .information .left a.s-button {
        margin: 9.33vw auto
    }

    .information .left .contact.pc {
        display: none
    }

    .information .right {
        width: 100%;
        padding: 0
    }

    .information .right .inner {
        width: 100%;
        margin: 0 auto 8vw
    }

    .information .right .inner p {
        width: 22.4vw;
        height: 22.8vw;
        padding: 5.33vw 0;
        font-size: 3.47vw;
        line-height: 1.5
    }

    .information .right .inner p span {
        font-size: 2.67vw
    }

    .information table {
        width: 100%
    }

    .information table th,
    .information table td {
        font-size: 3.2vw
    }

    .information table tr:first-of-type th:first-of-type,
    .information table tr td:first-of-type {
        width: 32vw;
        letter-spacing: 0
    }

    .information table tr td:first-of-type {
        text-align: right;
        font-size: 2.93vw
    }

    .information table td:not(:first-of-type) {
        width: 10.67vw
    }

    .information table tr:nth-of-type(2) td {
        padding-top: 2.67vw
    }

    .information table tr:nth-of-type(3) td {
        padding-bottom: 2.67vw
    }

    .information .notes {
        margin: 4vw 0 5vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .information .notes p:first-of-type {
        font-size: 2.67vw;
        padding: 0 2.67vw;
        line-height: 2.4;
        height: 7vw
    }

    .information .notes p:nth-of-type(2) {
        color: #fff;
        font-size: 2.67vw;
        padding-left: 2vw;
        font-weight: 700;
        line-height: 2.4;
        height: 7vw
    }

    .information .notes p:nth-of-type(3) {
        font-size: 3vw
    }

    .information .right a.s-button {
        display: none
    }

    .information .tel {
        margin-bottom: 8.67vw
    }

    .information .tel a {
        font-size: 11.2vw;
        letter-spacing: 0
    }

    .information .tel a::after {
        height: 5.33vw;
        top: 4vw;
        z-index: -1
    }

    .information .tel a::before {
        width: 5.33vw;
        height: 9.33vw;
        top: 1.87vw;
        margin-right: 1.33vw
    }

    .information .tel p {
        font-size: 2.9vw;
        top: -1.33vw
    }

    .information .contact.sp {

        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .information .contact.sp p strong {
        margin-top: 30px;
        display: block;
    }

    .information .contact a {
        width: 35vw;
        height: 48.67vw;
        font-size: 4.33vw
    }

    .information .contact a::after {
        width: 2.67vw;
        height: 2.67vw;
        bottom: 1.33vw;
        right: 1.33vw
    }

    .information .contact a span:first-of-type {
        font-size: 2.93vw;
        border-radius: 5.33vw;
        padding: 0 .53vw;
        width: 30vw;
        margin: 6.67vw auto 5.33vw
    }

    .information .contact a:first-child span:nth-of-type(2) {
        width: 6.93vw;
        height: 8vw;
        margin: 0 auto 4vw
    }

    .information .contact a:nth-child(2) span:nth-of-type(2) {
        width: 8vw;
        height: 5.87vw;
        margin: 5.87vw auto 5.87vw
    }

    /* footer .map {
        width: 100%;
        height: 66.67vw;
        overflow: hidden
    }

    footer .map iframe {
        height: 100vh;
        margin-top: -61vw;
    } */

    footer .wrap {
        padding-top: 20px;
    }
    footer img {
        display: block;
        width: 80vw;
        margin: 0 auto 40px;
    }

    footer .links {
        margin-top: 13.33vw;
        padding: 16.67vw 0 13.33vw;
        background: url(/wp-content/uploads/bg_footer-bottom-sp.svg) no-repeat;
        background-size: cover
    }

    footer .links .content {
        width: 81.33vw;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer .links .content li,
    footer .links .content p {
        /* color: #fff; */
        font-size: 4vw
    }

    footer .links .content .one {
        width: 36vw;
        margin-bottom: 18vw
    }

    footer .links .content .one p {
        padding-bottom: 4vw;
        margin-bottom: 4vw
    }

    footer .links .content .two {
        width: 100%
    }

    footer .links .content .two p {
        padding-bottom: 4vw;
        margin-bottom: 4vw
    }

    footer .links .content .two ul li:nth-last-child(-n+4) {
        padding-left: 4vw
    }

    footer .links .content .three {
        width: 100%
    }

    footer .links .content .three ul {
        margin-top: 19.33vw
    }

    footer .links .content .three .icons {
        width: 37.33vw;
        margin-top: 19.33vw
    }

    footer .links .content .three .icons img {
        width: 9.33vw;
        margin: 0
    }

    footer .links .content .three .icons a:nth-child(2) img {
        margin: 0 2.67vw;
        top: -.53vw
    }

    footer p.copyright {
        width: 100%;
        height: 13.33vw;
        padding: 3vw 0;
        font-size: 3.47vw;
        margin-bottom: 18.67vw
    }

    .cta {
        width: 100%;
        height: 18.67vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        bottom: 0;
        background: #0091d7;
        z-index: 700
    }

    .cta a {
        width: 50%;
        background: #0091d7;
        text-align: center;
        color: #fff;
        padding-top: 9vw
    }

    .cta a:first-of-type {
        background: url(/wp-content/uploads/images/common/phone-w.png) no-repeat;
        background-size: 5.5vw;
        background-position: top 3vw center
    }

    .cta a:nth-of-type(2) {
        background: url(/wp-content/uploads/images/common/calendar-w.png) no-repeat;
        background-size: 5.5vw;
        background-position: top 2.5vw center;
        border-right: .13vw solid #fff;
        border-left: .13vw solid #fff
    }

    .cta a:nth-of-type(3) {
        background: url(/wp-content/uploads/images/common/mail-w.png) no-repeat;
        background-size: 5.5vw;
        background-position: top 3.7vw center;
        font-size: 14px
    }

}