/*!
Theme Name: kitasenju-kyousei.com
Author: Value Link
Author URI: https://www.valuelink.jp
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vlortho-framework
*/


/* Common */

.button {
    transition: 0.3s;
}

.navigations .buttons {
    margin-bottom: 8px;
    justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
    .navigations.header .buttons {
        justify-content: space-around;
    }
    .navigations.header .buttons .button {
        width: 45%;
        margin-right: 0!important;
        font-size: .9rem;
    }
}

.navigations .buttons .button {
    padding-left: .8em;
    padding-right: .8em;
    border: none;
    color: #287000;
    background-color: rgba(255, 255, 255, .7);
    transition: 0.3s;
}
.navigations .buttons .button.counseling {
    background-color: rgba(243, 152, 0);
    color: #fff;
}

.navigations .buttons .button.is-line::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: .5em;
    background: url(images/icon-line.png) no-repeat center / contain;
}

footer .navigations .buttons a {
    margin: .5rem !important;
    width: 40%;
}

@media only screen and (max-width: 768px) {
    footer .navigations .buttons a {
        width: 75%;
    }
}

.navigations .buttons .button:hover {
    color: #fff;
    background-color: rgba(40, 112, 0, .7);
}
.navigations .buttons .button.counseling:hover {
    background-color: rgba(243, 152, 0, .7);
}

.navigations .buttons .button:not(:last-child) {
    margin-right: 1.5em;
}

.navigations .buttons .button ion-icon {
    margin-right: .5em;
}

.interview-banner-pc {
    margin-right: 1.5em;
}

@media only screen and (min-width: 769px) {
    .navigations.header .buttons .button.counseling {
        display: none;
    }
    .interview-banner-sp {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .interview-banner-pc {
        display: none;
    }
}

.online-banner-pc {
    width: 16%;
}
.online-banner-sp {
    width: 55%;
}


.online-banner-pc:hover {
    opacity: .8;
    transition: .3s;
}

.online-banner-pc a img {
    margin-top: -10px;
    padding: 0 0 0 0;
    width: 100%;
    border-radius: 0 0 6px 6px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}
.online-banner-sp a img {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.online-banner-sp {
    display: none;
}

@media only screen and (max-width: 768px) {
    .online-banner-pc {
        display: none;
    }
    .online-banner-sp {
        display: block;
    }

    .online-banner-sp a {
        display: block;
        margin-bottom: 5px;
    }
}

.content-title {
    font-size: 3.333em;
    color: #f39800;
    line-height: 1.125;
    font-weight: 400;
    text-align: center;
    font-family: "brandon-grotesque";
}

.content-subtitle {
    margin-bottom: 30px;
    font-size: 1.333em;
    color: #6f9300;
    font-weight: 400;
    text-align: center;
    font-family: "heisei-maru-gothic-std";
}

.content-title.is-white,
.content-subtitle.is-white {
    color: #fff;
}

.ptn-noise01 {
    background: url(images/kita_ptn_noise_01.png) repeat;
    background-size: 75px auto;
}

.ptn-noise02 {
    background: url(images/kita_ptn_noise_02.png) repeat;
    background-size: 75px auto;
}

.ptn-noise03 {
    background: url(images/kita_ptn_noise_03.png) repeat;
    background-size: 75px auto;
}

.ptn-noise04 {
    background: url(images/kita_ptn_noise_04.png) repeat;
    background-size: 75px auto;
}

.ptn-noise05 {
    background: url(images/kita_ptn_noise_05.png) repeat;
    background-size: 75px auto;
}

.ptn-noise06 {
    background: url(images/kita_ptn_noise_06.png) repeat;
    background-size: 75px auto;
}

.section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    z-index: 2;
}

.section.post-section {
    padding-top: 40px;
}

.column.card-container {
    display: flex;
}

.card {
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.card .card-image figure img {
    display: block;
}

.card .card-content {
    position: relative;
    padding: 40px 40px 100px 40px;
}

.card.is-simple-card .card-content,
.card.is-buttonless-card .card-content {
    padding: 40px 40px 40px 40px;
}

.card .card-content .title {
    font-family: "heisei-maru-gothic-std";
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.card .card-content p {
    color: #fff;
}

.card .button-area {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
    text-align: center;
}

.card .button-area .button {
    margin-top: 1.5em;
    padding-left: 2em;
    padding-right: 2em;
    box-shadow: 0px 2.5px 0px 1px rgba(79, 140, 0, 1);
    font-family: "heisei-maru-gothic-std";
}

.column.panel-container {
    display: flex;
}

.panel {
    position: relative;
}

.panel .panel-image figure img {
    display: block;
    width: 50%;
    margin: auto;
}

.panel .panel-content {
    position: relative;
    padding: 18px 24px 100px 24px;
}

.panel.is-buttonless-panel .panel-content {
    padding: 18px 40px 40px 40px;
}

.panel .panel-content h3.title {
    font-family: "heisei-maru-gothic-std";
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.panel .panel-content p {
    color: #fff;
}

.panel .button-area {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
    text-align: center;
}

.panel .button-area .button {
    margin-top: 1.5em;
    padding-left: 1em;
    padding-right: 1em;
    box-shadow: 0px 2.5px 0px 1px rgba(79, 140, 0, 1);
    font-family: "heisei-maru-gothic-std";
}

.faq > li {
    padding: 40px 60px;
    background-color: #fff;
    border: 3px solid #95d300;
}

.faq > li:not(:last-child) {
    margin-bottom: 24px;
}

.faq > li h3 {
    padding: 0 0 1.5rem 4rem;
    position: relative;
    font-size: 1.333rem;
    font-family: "heisei-maru-gothic-std";
    font-weight: 400;
}

.faq > li h3 span {
    position: absolute;
    top: -5px;
    left: 0;
    color: #95d300;
    font-size: 2.333rem;
    font-family: "brandon-grotesque";
    font-weight: 500;
    line-height: 1;
}

.faq > li p {
    padding: 0 0 0 4rem;
    position: relative;
}

.faq > li p span {
    position: absolute;
    top: -5px;
    left: 0;
    color: #ffb400;
    font-size: 2.333rem;
    font-family: "brandon-grotesque";
    font-weight: 500;
    line-height: 1;
}

ul.price-list.terms {
    list-style: disc outside;
    margin-left: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 4rem;
}

ul.price-list.terms li {
    padding-bottom: .5em;
}

ul.price-list.detail {
    list-style: decimal outside;
    margin-left: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 4rem;
}

ul.price-list.detail li {
    padding-bottom: .5em;
}

ul.price-list.detail li a {
    text-decoration: underline!important;
}

ul.price-list.detail li a:hover {
    text-decoration: none!important;
}

ul.price-list br.sp-br {
    display: none;
}

ul.price-list.treat-time {
    list-style: disc outside;
    margin-left: 1em;
    font-size: .95em;
}

strong.strong-red {
    color: red;
}

table.first-plan-pc th {
    white-space: nowrap
}

table.first-plan-pc thead th:not(:first-child) {
    width: 40%;
}

table.first-plan-pc td span.sub-text {
    display: block;
    font-size: .8em;
    margin-top: .5em;
    padding-left: 1em;
    text-indent: -1em;
}

.post-item {
    background-color: #fafafa;
    font-family: "heisei-maru-gothic-std";
    color: #606060;
}

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

.post-item .post-item-image {
    padding: 0;
}

.post-item .post-item-image figure {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.post-item .post-item-image figure::before {
    content: "";
    display: block;
    padding-top: 70.721%;
    /* 1.414 : 1 */
}

.post-item .post-item-image figure img {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    max-width: none;
    height: 100%;
}

.post-item .post-item-content {
    padding: 16px 16px 0;
}

.post-item .post-item-content h4 {
    font-weight: 400;
    margin-bottom: .3rem;
}

.post-item .post-item-content .time {
    margin-bottom: 8px;
    font-size: .8em;
}

.post-item .post-item-content .content {
    font-size: .86em;
}

.post-item .post-item-content .link-area a {
    font-size: .8em;
    color: #98c400;
    text-decoration: underline;
}

.page-title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    background: url(images/hero_visual_bg.jpg) no-repeat center center;
    background-size: cover;
    z-index: 15;
}

.page-title p {
    font-size: 4em;
    font-weight: 500;
    color: #fff;
    letter-spacing: .3em;
    font-variant-ligatures: none;
}

.page-title h1 {
    font-size: 1.666em;
    font-weight: 400;
    color: #fff;
    letter-spacing: .3em;
    text-align: center;
}

.breadcrumb-container {
    padding-top: 30px;
    position: relative;
    z-index: 10;
}


/* Structure */

body {
    padding-top: 136px;
    background: url(images/bg.jpg) repeat;
    overflow-x: hidden;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: url(images/kita_ptn_noise_01.png) repeat;
    background-size: 75px auto;
    box-shadow: 0px 10px 15px 0px rgba(0, 96, 18, 0.2);
    border: 2px solid rgb(245, 255, 129);
    z-index: 999;
}

header .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 155px;
}

header .container .logo img {
    display: block;
    width: 260px;
    height: auto;
}

header .container .navigations nav .scroll-container > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

header .container .navigations nav .scroll-container > ul > li {
    position: relative;
}

header .container .navigations nav .scroll-container > ul > li:not(:last-child) {
    margin-right: 1.3em;
}

header .container .navigations nav .scroll-container > ul a {
    font-family: "heisei-maru-gothic-std";
    color: #fff;
    font-size: 1.12vw;
}

@media screen and (min-width: 1280px) {
    header .container .navigations nav .scroll-container > ul a {
        font-size: 1em;
    }
}

header .container .navigations nav .scroll-container > ul a ion-icon {
    margin-right: .3em;
}

header .container .navigations nav .scroll-container > ul > li ul {
    padding: 16px 0;
    position: absolute;
    width: 14em;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .94);
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 1000;
    border-top: 2px solid #f39800;
    border-bottom: 2px solid #f39800;
}

header .container .navigations nav .scroll-container > ul > li ul li a {
    display: block;
    padding: 8px 0 8px 1em;
    width: 100%;
    color: #4b4b4b;
    font-size: .86em;
}

header .container .navigations nav .scroll-container > ul > li ul li a ion-icon {
    vertical-align: middle;
}

header .container .navigations nav .scroll-container > ul > li:hover ul {
    top: 1.5em;
    visibility: visible;
    opacity: 1;
}

footer {
    position: relative;
    padding-top: 0;
    padding-bottom: 80px;
    background: url(images/kita_ptn_noise_01.png) repeat;
    background-size: 75px auto;
    box-shadow: 0px -10px 15px 0px rgba(0, 96, 18, 0.2);
    z-index: 2;
}

footer .logo {
    margin-bottom: 40px;
    border-bottom: 1px solid #fff;
}

footer .logo img {
    display: block;
    margin: auto;
}

footer .container {
    font-family: "heisei-maru-gothic-std";
    color: #fff;
}

footer .container > .columns {
    padding-bottom: 40px;
}

footer .container > .columns .column .table {
    margin: .8em 0 0 0;
    background-color: transparent;

}

footer .container > .columns .column .table th,
footer .container > .columns .column .table td {
    border-color: #fff;
    text-align: center;
    color: #fff;
    font-size: .8em;
    font-weight: 400;
    vertical-align: middle;
}

/*
footer .container > .columns .column .navigations {
    margin-bottom: 1.5em;
}
*/

footer .container > .columns .column .navigations .buttons {
    justify-content: center;
}

footer .container .title {
    color: #fff;
    font-weight: 400;
}

footer .container .address {
    margin: 10px 0 4px 0;
    text-align: center;
}

footer .container .holiday {
    margin-bottom: 10px;
    text-align: center;
}

footer .container ul {
    margin-left: 1em;
    list-style: none;
}

footer .container ul li a {
    color: #fff;
}

footer .counseling-banner {
    margin-bottom: 3rem;
    padding: 3rem 0;
    font-family: "heisei-maru-gothic-std";
    color: #fff;
    border-bottom: 3px solid #f39800;
}

footer .counseling-banner.form-banner {
    border-bottom: 3px solid #f14e83;
}

footer .counseling-banner .column h2.title {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    border-bottom: 6px double #fff;
}

footer .counseling-banner .column ion-icon {
    vertical-align: middle;
}

footer .counseling-banner .column.is-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .counseling-banner .column.is-6 p a {
    color: #fff;
}

footer .counseling-banner .link-area {
    padding-top: 1em;
    text-align: center;
}

footer .counseling-banner .link-area a.button {
    padding-left: 2em;
    padding-right: 2em;
    border: none;
    color: #287000 !important;
    background-color: rgba(255, 255, 255, .7);
    transition: 0.3s;
}

footer .counseling-banner .link-area a.button.is-line::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: .5em;
    background: url(images/icon-line.png) no-repeat center / contain;
}

footer .counseling-banner .link-area a.button:hover {
    color: #fff !important;
    background-color: rgba(40, 112, 0, .7);
}

footer .container > .columns .column.qr {
    margin-bottom: 1.5em;
}

footer .qr img{
    width: 100px;
    height: auto;
    margin: 0 auto;
    display: block;
}

footer .qr img.line_btn{
    padding-top: 10px;
}

footer .treatment-times table {
    width: 100%;
}

.lower-page .section:last-child {
    padding-bottom: 240px;
}

.lower-page .section.z-index-up {
    z-index: 10;
}

.lower-page .section.has-leaf img.leaf {
    position: absolute;
    z-index: 1;
}

.lower-page .section.has-leaf img.leaf.leaf2 {
    top: 30px;
    right: -60px;
    width: 230px;
    height: auto;
}

.lower-page .section.has-leaf img.leaf.leaf3 {
    top: -120px;
    right: -25px;
    width: 300px;
    height: auto;
}

.lower-page .section.has-leaf img.leaf.leaf4 {
    bottom: -240px;
    left: -60px;
    width: 600px;
    height: auto;
}

.lower-page .section.has-leaf img.leaf.leaf5 {
    top: -80px;
    right: -220px;
    width: 450px;
    height: auto;
}

.lower-page .section.has-leaf img.leaf.leaf6 {
    top: -40px;
    left: -100px;
    width: 250px;
    height: auto;
}

.lower-page .section.has-leaf > .wrapper {
    position: relative;
    z-index: 2;
}

.lower-page p:not(:last-child) {
    margin-bottom: 1.5em;
}

.lower-page .is-white {
    color: #fff;
}

.lower-page .is-green {
    color: #98c400;
}

.lower-page .is-orange {
    color: #f39800;
}

.lower-page .arrow-under {
    margin: 1.5em auto 2em auto;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #32a7f9;
    opacity: .5;
}

.lower-page img {
    display: block;
}

.lower-page .section h3.title {
    font-family: "heisei-maru-gothic-std";
    font-weight: 400;
}

.lower-page .is-item-centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
}

.lower-page .is-shadow {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.lower-page .is-bg-white {
    background-color: #fff;
}

.lower-page .is-textcontent-green {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 5px solid #98c400;
    border-bottom: 5px solid #98c400;
}

.lower-page .is-textcontent-orange {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 5px solid #f39800;
    border-bottom: 5px solid #f39800;
}

.lower-page .sub-content {
    margin-top: 40px;
}

.lower-page .pickups {
    position: relative;
    margin-top: 80px;
    margin-bottom: 80px;
    background: url(images/pickups_bg.jpg) no-repeat center center;
    background-size: cover;
    z-index: 10;
}

.lower-page .pickups .title {
    font-weight: 400;
}

.lower-page .pickups h3.title {
    margin-top: 1.5rem;
    margin-bottom: .5rem;
}

.lower-page .pickups .table {
    margin: auto;
    background-color: transparent;
    color: #fff;
}

.lower-page .pickups .table th,
.lower-page .pickups .table td {
    border: 1px solid #fff;
}

.lower-page .general-button {
    padding-left: 2em;
    padding-right: 2em;
    box-shadow: 0px 2.5px 0px 1px rgba(79, 140, 0, 1);
    font-family: "heisei-maru-gothic-std";
    background-color: #98c400;
    border-color: transparent;
    color: #fff;
}

.lower-page .general-button:hover {
    background-color: #8eb700;
}

.lower-page .general-table th {
    white-space: nowrap;
    text-align: center;
}

.lower-page .general-table td {
    font-size: .86rem;
    text-align: center;
}
.lower-page .general-table.is-text-left td {
    text-align: left;
}

.lower-page .general-table td.is-nowrap {
    white-space: nowrap;
}

.lower-page .columns-list > .columns:not(:last-child) {
    margin-bottom: 3.5rem;
}

.lower-page .fee-table {
    width: 100%;
}

.lower-page .fee-table .columns {
    padding: 0.5em 0.75em;
    border-bottom: 1px solid rgba(75, 75, 75, 0.5);
}

.lower-page .fee-table .columns .column {
    padding: 0;
}

.lower-page .fee-table .columns .fee-item-head .title {
    color: rgba(75, 75, 75, 0.9);
    text-align: center;
}

.lower-page .fee-table .columns .price {
    font-size: .86rem;
    text-align: center;
}

.lower-page .fee-table .columns .price .sub-text {
    display: block;
    font-size: .8em;
    margin-top: .5em;
    padding-left: 1em;
    text-indent: -1em;
}

.lower-page .fee-table table.first-fee {
    border-collapse: separate;
    border-spacing: 0;    
}

.lower-page .fee-table table.first-fee thead th {
    border-bottom: 2px solid rgba(75, 75, 75, 0.5);
    text-align: center;
}

.lower-page .fee-table table.first-fee tbody th {
    width: 50%;
    text-align: center;
}

.lower-page .fee-table table.first-fee tbody td {
    padding-left: .5em;
}
.lower-page .fee-table table.first-fee tbody:last-child  td{
    text-align: center;
}

.lower-page .fee-table table.first-fee tbody td .center-price {
    display: block;
    text-align: center;
    margin-bottom: .5em;
}

.lower-page .fee-table span.sub-text {
    display: block;
    font-size: .8em;
    margin-top: .5em;
    padding-left: 1em;
    text-indent: -1em;
}

.lower-page .fee-table .first-fee {
    margin-bottom: 30px;
}

.lower-page .fee-table .columns .column .general-table {
    width: 100%;
}

.lower-page .fee-table .columns .column .general-table td {
    vertical-align: middle;
}

.lower-page .fee-table .columns .column .general-table tr:not(:last-child) td {
    border: 1px dotted rgba(75, 75, 75, 0.5);
    border-width: 0 0 1px;
}

.lower-page .map-area {
    width: 100%;
    height: 360px;
}

.lower-page .map-area iframe,
.lower-page .map-area embed,
.lower-page .map-area object {
    width: 100%;
    height: 100%;
}


/* TOP */

.hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: 700px;
    background: url(images/hero_visual_baba.jpg) no-repeat center top -20px;
    background-size: cover;
    z-index: 10;
    padding: 0 8vw;
}

.hero p {
    font-weight: 500;
    color: #fff;
    letter-spacing: .2em;
    line-height: 1.7em;
    font-size: 18px;
}

.hero h1 {
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    letter-spacing: .15em;
    line-height: 1.5em;
}

.section.covid19 {
    padding: 40px 0 80px 0;
    width: 700px;
    margin: 0 auto;
}
.section.covid19 a img {
    display: block;
    max-width: 100%;
    height: auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 6px;
}

.section.difference .container .is-pointing {
    position: absolute;
    top: -92px;
    right: 30px;
    width: 180px;
    height: auto;
    display: block;
    z-index: 0;
}

@media only screen and (max-width: 768px) {
    .section.difference .container .is-pointing {
        top: -10px;
        right: -15px;
        width: 100px;
    }
}

.section.difference .leaf {
    position: absolute;
    top: -70px;
    left: -50px;
    width: 300px;
    height: auto;
    z-index: 1;
}

.section.difference .container {
    position: relative;
    z-index: 2;
}

.section.difference .container .box {
    position: relative;
    margin-top: 30px;
    padding: 80px 70px;
    border-top: 5px solid #98c400;
    border-bottom: 5px solid #98c400;
    background-color: #fff;
}

.section.difference .container .box .columns .column .button-area {
    padding-top: 1.5em;
}

.section.difference .container .box .columns .column .button-area a.button {
    box-shadow: 0px 2.5px 0px 1px rgba(79, 140, 0, 1);
    font-family: "heisei-maru-gothic-std";
}



.section.about-orthodontics .leaf {
    position: absolute;
    top: -110px;
    left: -30px;
    width: 320px;
    height: auto;
    z-index: 1;
}

.section.about-orthodontics .wrapper {
    position: relative;
    z-index: 2;
}

.section.about-orthodontics .wrapper .is-pointing {
    position: absolute;
    top: -80px;
    left: calc(50% - 430px);
    width: 180px;
    height: auto;
    display: block;
    z-index: 0;
}
@media only screen and (max-width: 768px) {
    .section.about-orthodontics .wrapper .is-pointing {
        position: absolute;
        top: -22px;
        left: -12px;
        width: 100px;
    }
    .section.about-orthodontics .wrapper .content-title,
    .section.about-orthodontics .wrapper .content-subtitle {
        text-align: right;
    }
}



.section.orthodontic-device {
    padding-bottom: 160px;
}

.section.orthodontic-device .leaf {
    position: absolute;
    bottom: -70px;
    right: -50px;
    width: 230px;
    height: auto;
    z-index: 1;
}

.section.orthodontic-device .container {
    position: relative;
    z-index: 1;
}

.section.orthodontic-device .container .is-pointing {
    position: absolute;
    top: -92px;
    right: 30px;
    width: 180px;
    height: auto;
    display: block;
    z-index: 0;
}

@media only screen and (max-width: 768px) {
    .section.orthodontic-device .container .is-pointing {
        top: -35px;
        right: -10px;
        width: 100px;
    }
    .section.orthodontic-device .container .content-title,
    .section.orthodontic-device .container .content-subtitle {
        text-align: left;
    }
}

.section.row-of-teeth {
    position: relative;
    background: url(images/rowofteeth_bg2.jpg) no-repeat center center;
    background-size: cover;
    z-index: 3;
}

.section.row-of-teeth .panel .panel-image figure img {
    width: 30%;
}

.section.row-of-teeth .panel .panel-content {
    padding: 36px 24px 100px 24px;
}

.section.about-clinic {
    padding-top: 160px;
}

.section.about-clinic .leaf {
    position: absolute;
    top: -120px;
    right: 0;
    width: 300px;
    height: auto;
    z-index: 1;
}

.section.about-clinic .container {
    position: relative;
    z-index: 2;
}

.section.about-clinic .container .box {
    padding: 60px 50px;
    border-top: 5px solid #f39800;
    border-bottom: 5px solid #f39800;
    background: url(images/aboutclinic_bg.jpg) no-repeat center center;
    background-size: cover;
}

.section.about-clinic .container .box figure {
    text-align: center;
    line-height: 2;
}

.section.about-clinic .container .box figure img {
    display: block;
    margin-bottom: 1.5em;
    border: 4px solid #98c400;
}

.section.about-clinic .container .box figure span {
    font-family: "heisei-maru-gothic-std";
    color: #fff;
    font-weight: 400;
}

.section.about-clinic .container .box h3 {
    font-family: "heisei-maru-gothic-std";
    color: #fff;
    font-weight: 400;
    font-size: 1.666em;
}

.section.about-clinic .container .box .message {
    padding: 0 30px;
}

.section.about-clinic .container .box .message ul {
    margin: 1.5em 0;
    overflow: hidden;
}

.section.about-clinic .container .box .message ul li {
    float: left;
    margin: 1%;
    padding: 12px 0;
    width: 48%;
    background-color: #fff;
    border: 2px solid #98c400;
    text-align: center;
    color: #f39800;
    font-family: "heisei-maru-gothic-std";
    font-weight: 400;
}

.section.about-clinic .container .box .message .columns .column ion-icon {
    color: #98c400;
}

.section.about-clinic .container .box .message p {
    color: #fff;
}

.section.about-clinic .container .box .message p.button-area {
    margin-top: 1.5em;
}

.section.about-clinic .container .box .message p.button-area .button {
    box-shadow: 0px 2.5px 0px 1px rgba(79, 140, 0, 1);
    font-family: "heisei-maru-gothic-std";
}

.section.feature {
    padding-left: 0;
    padding-right: 0;
}

.section.feature .columns.is-reverse {
    flex-direction: row-reverse;
}

.section.feature .columns .column {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section.feature .columns .column img {
    display: block;
    max-width: auto;
    width: 100%;
    height: auto;
}

.section.feature .columns .column h3 {
    padding: 70px 70px 0 70px;
    font-family: "heisei-maru-gothic-std";
    color: #fff;
    font-weight: 400;
}

.section.feature .columns .column.ptn-noise02 h3 {
    background: url(images/leaf-icon-green.png) no-repeat center top;
    background-size: 30px auto;
}

.section.feature .columns .column.ptn-noise06 h3 {
    background: url(images/leaf-icon-orange.png) no-repeat center top;
    background-size: 30px auto;
}

.section.feature .columns .column p {
    padding: 0 70px;
    color: #fff;
}

.section.feature .columns .column .button-area {
    padding-top: 50px;
}

.section.feature .columns .column .button-area a.button {
    padding: 1.2em 2em;
    box-shadow: 0px 2.5px 0px 1px rgba(79, 140, 0, 1);
    font-family: "heisei-maru-gothic-std";
}

.section.photo {
    padding-top: 160px;
}

.section.photo .leaf {
    position: absolute;
    top: -40px;
    right: -360px;
    width: 600px;
    height: auto;
    z-index: 1;
}

.section.photo .slide-wrapper {
    position: relative;
    z-index: 10;
}

.section.photo .slide-wrapper .slick-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section.photo .slide-wrapper .slick-slide.slick-current .frame {
    transform: scale(1, 1);
    transition: .4s;
}

.section.photo .slide-wrapper .slick-slide:not(.slick-current) .frame {
    transform: scale(0.6, 0.6);
}

.section.photo .slide-wrapper .slick-slide img {
    border-radius: 10px;
}

.section.first-visit .leaf {
    position: absolute;
    top: -40px;
    left: -120px;
    width: 500px;
    height: auto;
    z-index: 1;
}

.section.first-visit .container {
    position: relative;
    z-index: 2;
}

.section.first-visit .container .is-pointing {
    position: absolute;
    top: -30px;
    left: 72px;
    width: 200px;
    height: auto;
    display: block;
    z-index: 0;
}

@media only screen and (max-width: 768px) {
    .section.first-visit .container .is-pointing {
        top: -10px;
        left: -20px;
        width: 100px;
    }
}

.section.first-visit .container .box {
    position: relative;
    margin-top: 30px;
    padding: 80px 70px;
    border-top: 5px solid #98c400;
    border-bottom: 5px solid #98c400;
    background: url(images/first-visit_bg.jpg) no-repeat center center;
    background-size: cover;
}

.section.first-visit .container .box .columns .column ul li {
    color: #fff;
    font-size: 1.133em;
    line-height: 2;
}

.section.first-visit .container .box .columns .column .button-area {
    padding-top: 1.5em;
}

.section.first-visit .container .box .columns .column .button-area a.button {
    box-shadow: 0px 2.5px 0px 1px rgba(79, 140, 0, 1);
    font-family: "heisei-maru-gothic-std";
}

.section.blog-news {
    padding-bottom: 120px;
}

.section.blog-news .leaf {
    position: absolute;
    bottom: -70px;
    right: -10px;
    width: 500px;
    height: auto;
    z-index: 1;
}

.section.blog-news .container {
    position: relative;
    z-index: 2;
}

.section.blog-news .container .box {
    padding: 24px 30px;
    background-color: #fff;
    height: 372px;
    overflow-y: scroll;
}

.section.blog-news .container .box h3 {
    margin-bottom: 1.5em;
    color: #f39800;
    font-weight: 500;
}

.section.blog-news .container > .columns > .column .button {
    width: 100%;
}


/* Form */

.formbox {
    margin-top: 3rem;
}

.formbox .field:not(:last-child) {
    margin-bottom: 2rem;
}

.formbox .field .label {
    display: flex;
    color: #606060;
    font-family: "heisei-maru-gothic-std";
    font-weight: 400;
}

.formbox .field .label:not(:last-child) {
    margin-bottom: .5em;
}

.formbox .field .label .tag {
    margin-left: 1em;
}

.formbox .field .label .tag:not(body) {
    margin-left: 1em;
    align-items: center;
    background-color: #98c400;
    color: #fff;
    display: inline-flex;
    font-size: .75rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap;
}

.formbox .field-label > .label {
    margin-bottom: .5em;
}

.formbox .has-icons-left .icon.is-medium ion-icon {
    font-size: 1.333rem;
}

.formbox .control.has-icons-left .icon.is-left {
    top: .6em;
    left: .5em;
}

.formbox input:not([type="submit"]),
.formbox .select select,
.formbox textarea {
    border-radius: 3px;
}

.formbox .field-body > .field:not(.is-narrow) {
    flex-grow: 0;
}

.formbox .field-body > .field:not(:last-child) {
    margin-bottom: .5rem;
}

.formbox .wpcf7-radio label {
    font-size: 1.133rem;
}

.formbox span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.formbox span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.formbox .field .form-area-half {
    width: 30%;
}


/* Post */

.archive-list {
    display: flex;
    flex-wrap: wrap;
}

.card.entry-post .card-image figure {
    position: relative;
    width: 100%;
    background-image: linear-gradient(-45deg, #e9e9e9 25%, #f1f1f1 25%, #f1f1f1 50%, #e9e9e9 50%, #e9e9e9 75%, #f1f1f1 75%, #f1f1f1);
    background-size: 20px 20px;
    overflow: hidden;
}

.card.entry-post .card-image figure::before {
    content: "";
    display: block;
    padding-top: 70.721%;
    /* 1.414 : 1 */
}

.card.entry-post .card-image figure img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    max-width: none;
    height: 100%;
}

.card.entry-post .card-content h2,
.entry-post h2 {
    margin-bottom: 1rem;
    font-family: "heisei-maru-gothic-std";
    font-weight: 400;
}

.card.entry-post .card-content .post-info,
.entry-post .post-info {
    margin-bottom: 1.5rem;
    text-align: center;
    color: #606060;
    font-size: .86rem;
}

.card.entry-post .card-content .post-info {
    font-size: .67rem;
}

.card.entry-post .card-content .post-info .posted-on,
.entry-post .post-info .posted-on {
    margin-right: 1em;
}

.card.entry-post .card-content .post-info ion-icon,
.entry-post .post-info ion-icon {
    vertical-align: middle;
    font-size: 1.333rem;
}

.card.entry-post .card-content .content,
.card.entry-post .card-content .content p {
    color: #4b4b4b;
}

.entry-post .entry-head {
    margin-bottom: 40px;
}

.entry-post .entry-content {
    padding: 60px;
    flex-direction: column;
}

.entry-post .entry-content .button-area {
    margin-top: 3rem;
}

@media only screen and (max-width: 768px) {
    .archive-list .column.card-container {
        flex-basis: 100%;
    }
}

#biz_calendar {
    max-width: 300px;
    margin: 20px 0;
    font-size: 0.7em;
}
#biz_calendar_footer {
    max-width: 360px;
    margin: auto;
    font-size: 11.5px;
    padding: 10px;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 6px;
    color: #4b4b4b;
}

#biz_calendar table.bizcal,
#biz_calendar_footer table.bizcal {
    margin: 10px 0;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    table-layout: fixed;
    border: none;
    line-height: 1.6;
    cursor: default;
    vertical-align: middle;
}

#biz_calendar p span.boxholiday,
#biz_calendar_footer p span.boxholiday {
    background-color: #d1ed6f;
    padding-left: 25px;
    margin-right: 10px;
}

#biz_calendar table.bizcal .holiday,
#biz_calendar_footer table.bizcal .holiday {
    background-color: #d1ed6f;
    color: #4b4b4b;
}

#biz_calendar p span.boxeventday,
#biz_calendar_footer p span.boxeventday {
    background-color: #f2bf6d;
    padding-left: 25px;
    margin-right: 10px;
}

#biz_calendar table.bizcal .eventday,
#biz_calendar_footer table.bizcal .eventday {
    background-color: #f2bf6d;
    color: #4b4b4b;
}

#biz_calendar table.bizcal th,
#biz_calendar_footer table.bizcal th {
    text-align: center;
    border-width: 0;
    padding: 2px;
    color: #4b4b4b;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px #eee solid;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9EAEA', endColorstr='#FFDCDDDD');
}

#biz_calendar table.bizcal td,
#biz_calendar_footer table.bizcal td {
    text-align: center;
    border-width: 0;
    padding: 2px;
    color: #4b4b4b;
}

#biz_calendar table.bizcal img,
#biz_calendar_footer table.bizcal img {
    opacity: 0.5;
}

.section.details p.title {
    margin: 10px;
}

section.photo .top-clinic-tour {
	margin: 80px auto 0 auto;
    width: 70%;
}

section.photo .top-clinic-tour iframe.panorama{
    width: 100%;
    height:600px;
}

/*WEB問診票*/
.inquiry input[type="text"], .inquiry input[type="email"], .inquiry input[type="tel"] {
    background-color: #fff;
    border-color: rgba(75, 75, 75, 0.5);
    color: #4b4b4b;
    border-width: 1px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 
}
.inquiry input[type="tel"] {
    width: 100%;
}

.contact-wrap h3.title {
    margin-top: 3rem;
    font-size: 1.333rem!important;
}
.contact-wrap h3.title span {
    font-size: .9rem;
}

@media(max-width:768px) {
    .contact-wrap h3.title.indent {
        padding-left: 2rem;
        text-indent: -2.1rem;
        line-height: 1.5;
    }
    .contact-wrap h3.title span {
        display: block;
    }
    
    .inquiry {
        table-layout: fixed;
    }
    
	.inquiry th {
		font-weight: bold;
	}
	
    .inquiry th, .inquiry td {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important;
    }
    
    .inquiry input[type="text"],input[type="email"] {
        width:100%;
        padding:5px;
        box-sizing:border-box;
        -moz-box-sizing:border-box; /* Firefox */
        -webkit-box-sizing:border-box; /* Chrome, Safari */
    }
    
    .inquiry input[type="text"].textsmall {
        width: 30%!important;
    }

    /* 必須・任意のサイズ調整 */
    .inquiry .haveto, .inquiry .any {
        font-size: 10px;
    }
    /*
    input[type="submit"]:not(.pass_form), input[type="reset"], input[type="button"] {
    	display:block;
    	width:100%;
    	height:40px;
        padding: 8px 0;
        background-color: #fbb5ac;
        color: #fff;
        transition: .3s all;
        text-align: center;
        border: none;
    }
    */
}

.inquiry {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
}

h5.interview-sheet {
	margin-top:30px;
	font-size: 1.2em;
	font-weight: bold;
}

.inquiry textarea {
    width: 100%;
}

.inquiry input[type="text"],
.inquiry input[type="tel"],
.inquiry input[type="email"] {
    display: inline;
    padding:5px;
    font-size: 1em!important;
}

.inquiry select {
    font-size: 1em!important;
}

.inquiry input[type="text"]::-webkit-input-placeholder,
.inquiry input[type="tel"]::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
.inquiry input[type="text"]:-moz-placeholder,
.inquiry input[type="tel"]:-moz-placeholder {
	color: #ccc;
    font-weight: normal;
}
.inquiry input[type="text"]::-moz-placeholder,
.inquiry input[type="tel"]::-moz-placeholder {
	color: #ccc;
    font-weight: normal;
}
.inquiry input[type="text"]:-ms-input-placeholder,
.inquiry input[type="tel"]:-ms-input-placeholder {
	color: #ccc;
    font-weight: normal;
}

.inquiry input[type="text"].textsmall,
.inquiry input[type="tel"].textsmall {
    width: 20%;
}

@media(min-width:769px) {
    .contact-wrap {
        width: 800px;
        margin: 0 auto;
    }
    
    .inquiry input[type="text"].textmiddle,
    .inquiry input[type="tel"].textmiddle {
        width: 40%;
    }
    .inquiry input[type="text"].textlarge,.inquiry input[type="email"].textlarge,.inquiry input[type="tel"].textlarge {
        width: 70%;
    }
    .inquiry input[type="text"].textmax,.inquiry input[type="email"].textmax,.inquiry input[type="tel"].textmax {
        width: 97%;
    }
}

/*見出し欄*/
.inquiry th {
    text-align: left;
    font-size: 14px;
	font-weight: bold;
    color: #444;
    padding: 10px;
    width: 40%;
    background: rgba(255, 180, 0, 0.1);
    border: solid 1px #ccc;
    vertical-align: middle;
}

@media(max-width:768px) {
    .inquiry th span.sub-heading {
        display: block;
        font-size: .9rem;
    }
}

/*通常欄*/
.inquiry td {
    padding: 20px;
    font-size: 13px;
    border: solid 1px #ccc;
    width: 60%;
    vertical-align: middle;
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr, .entry-content table {
    border: solid 1px #d7d7d7;
}

.sub-text {

}

/*必須の調整*/
.haveto {
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    background: #98c400;
    color: #fff;
    border-radius: 2px;
    margin-left: 5px;
    position: relative;
    bottom: 1px;
	white-space: nowrap;
}

/*任意の調整*/
.any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
    display: block!important;
    padding-bottom: 5px;
}

span.radio-indent > span {
    padding-left: 1.3em;
    text-indent: -1.3em;
}
@media(max-width:768px) {
	span.radio-indent > span {
	    text-indent: -1.3em;
	}
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0;
}

span.indent-item {
    display: block;
    padding-left: 2em;
    text-indent: -1.6em;
}

th.item-indent {
	padding-left: 2.5em;
	text-indent: -1.7em;
}

span.caution-text {
    font-size: .85em;
}

/*
.button input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
            
    margin: 0 auto;
    display: block;
    padding: 8px 0;
    width: 40%;
    height: 60px;
    background-color: #fbb5ac;
    color: #fff;
    transition: .3s all;
    text-align: center;
    border: none;
    font-size: 1.2em;
}
*/

.button input[type='submit']:hover {
    opacity: .75;
}

/* Mobile */

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

    /* Common */
    .navigations .buttons {
        margin-bottom: 0;
        justify-content: center;
    }

    .navigations .buttons .button {
        padding-left: .5em;
        padding-right: .5em;
        font-size: 4.15vw;
    }

    .navigations .buttons .button:not(:last-child) {
        margin-right: 1em;
    }

    .content-title {
        font-size: 2em;
    }

    .section {
        padding-top: 10px;
        padding-bottom: 60px;
    }

    .card .card-content {
        position: relative;
        padding: 20px 24px 100px 24px;
    }

    .card.is-simple-card {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .card.is-simple-card .card-image {
        width: 40%;
    }

    .card.is-simple-card .card-content {
        padding: 0 12px 0 12px;
        width: 60%;
    }

    .card.is-simple-card .card-content .title {
        font-size: 3.199vw;
        text-align: left;
    }

    .faq > li {
        padding: 20px 20px;
    }

    .faq > li h3 {
        padding: 0 0 1.5rem 3rem;
    }

    .faq > li h3 span {
        font-size: 2rem;
    }

    .faq > li p {
        padding: 0 0 0 3rem;
    }

    .faq > li p span {
        font-size: 2rem;
    }
    
    ul.price-list {
        padding-left: 2rem!important;
    }
    
    ul.price-list br.sp-br {
        display: block;
    }
    
    ul.price-list.treat-time {
        list-style: disc outside;
        margin-left: 0;
        padding-left: 1rem!important;
        font-size: .9em;
    }
    
    table.first-plan-sp {
        border-collapse: separate;
        border-spacing: 0;    
    }
    
    table.first-plan-sp thead th {
        border-bottom: 2px solid rgba(75, 75, 75, 0.5);
        text-align: center;
    }
    
    table.first-plan-sp tbody th {
        width: 50%;
        text-align: center;
    }
    
    table.first-plan-sp tbody td {
        padding-left: .5em;
    }
    table.first-plan-sp tbody:last-child  td{
        text-align: center;
    }

    
    table.first-plan-sp tbody td .center-price {
        display: block;
        text-align: center;
        margin-bottom: .5em;
   }
    
    table.first-plan-sp td span.sub-text {
        display: block;
        font-size: .8em;
        margin-top: .5em;
        padding-left: 1em;
        text-indent: -1em;
    }
    
    .post-item .post-item-content {
        padding: 24px;
    }

    .page-title {
        height: 200px;
    }

    .page-title p {
        font-size: 6vw;
    }

    .breadcrumb-container {
        padding-top: 20px;
        padding-left: 1.5rem;
    }

    /* Structure */
    body {
        padding-top: 120px;
        background: url(images/bg.jpg) repeat;
    }

    header .container {
        padding: 0 12px;
        flex-direction: column;
        justify-content: center;
        height: 142px;
    }

    header .container .logo img {
        width: 60%;
        margin-bottom: 5px;
    }

    header .container .navigations nav {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 62px;
        left: 100vw;
        padding: 0 12px;
        width: 100%;
        transition-duration: .5s;
        height: 380%;
    }

    header .container .navigations nav.is-active {
        opacity: 1;
        visibility: visible;
        left: 0;
    }

    header .container .navigations nav .scroll-container {
        border-top: 2px solid rgba(255, 255, 255, .7);
        background-color: rgba(152, 196, 0, .94);
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    header .container .navigations nav .scroll-icon {
        position: absolute;
        padding: 0 12px;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

    header .container .navigations nav .scroll-icon div {
        padding: 10px 0;
        text-align: center;
        color: #fff;
        border-top: 2px dotted rgba(255, 255, 255, .7);
        background-color: rgba(152, 196, 0, .75);
    }

    header .container .navigations nav .scroll-container > ul {
        padding: 24px 0 50px 0;
        flex-direction: column;
        justify-content: center;
    }

    header .container .navigations nav .scroll-container > ul > li {
        text-align: center;
        padding: 10px 30px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    header .container .navigations nav .scroll-container > ul > li:not(:last-child) {
        margin-right: 0;
    }

    header .container .navigations nav .scroll-container > ul a {
        font-size: 1em;
    }

    header .container .navigations nav .scroll-container > ul > li:not(:first-child) > a {
        opacity: .7;
        width: 8em;
        margin-right: 1em;
    }

    header .container .navigations nav .scroll-container > ul > li:not(:first-child) > a ion-icon {
        display: none;
    }

    header .container .navigations nav .scroll-container > ul > li ul {
        padding: 0;
        position: static;
        width: 100%;
        top: 0;
        left: 0;
        background-color: transparent;
        opacity: 1;
        visibility: visible;
        transition: 0;
        border-top: none;
        border-bottom: none;
    }

    header .container .navigations nav .scroll-container > ul > li ul li {
        text-align: left;
    }

    header .container .navigations nav .scroll-container > ul > li ul li a {
        padding: 8px 0 8px 0;
        color: #fff;
        font-size: .86em;
    }

    header .container .navigations nav .scroll-container > ul > li ul li:first-child a {
        padding: 0 0 8px 0;
    }

    header .container .navigations .navbar-burger {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 42px;
        height: 42px;
        border: 1px solid rgba(255, 255, 255, .7);
    }

    header .container .navigations .navbar-burger span {
        display: block;
        height: 1px;
        left: calc(50% - 9px);
        position: absolute;
        transform-origin: center;
        transition-duration: .5s;
        transition-property: background-color, opacity, transform;
        transition-timing-function: ease-out;
        width: 18px;
        background-color: rgba(255, 255, 255, .7);
    }

    header .container .navigations .navbar-burger span:nth-child(1) {
        top: calc(50% - 7px);
    }

    header .container .navigations .navbar-burger span:nth-child(2) {
        top: calc(50% - 1px);
    }

    header .container .navigations .navbar-burger span:nth-child(3) {
        top: calc(50% + 5px);
    }

    header .container .navigations .navbar-burger.is-active span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    header .container .navigations .navbar-burger.is-active span:nth-child(2) {
        opacity: 0;
    }

    header .container .navigations .navbar-burger.is-active span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    footer {
        padding-top: 0;
        padding-bottom: 40px;
    }

    footer .columns.is-centered .column.logo {
        margin: 0 auto 20px auto;
        width: 40%;
    }

    footer .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    footer .container p {
        text-align: center;
    }

    footer .container > .columns {
        padding-bottom: 0;
    }

    footer .container .address {
        margin: 0 0 4px 0;
        font-size: 0.83em;
    }

    footer .container .holiday {
        font-size: 11.5px;
    }

    footer .counseling-banner {
        padding: 3rem 1rem;
    }

    .lower-page .section:first-child {
        padding-top: 60px;
    }

    .lower-page .section.post-section {
        padding-top: 30px;
    }

    .lower-page .columns {
        margin-left: 0;
        margin-right: 0;
    }

    .lower-page .columns.is-reverse-mobile {
        display: flex;
        flex-direction: column-reverse;
    }

    .lower-page .is-item-centered {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .lower-page .columns.is-reverse-mobile .is-item-centered {
        display: block;
    }

    .lower-page .is-item-centered.is-noflex-mobile {
        display: block;
    }

    .lower-page .pickups {
        padding-top: 60px;
    }

    .lower-page .fee-table .columns .fee-item-head {
        padding: .5em 0;
    }

    .lower-page .fee-table .columns .fee-item-head .title {
        text-align: left;
    }

    .lower-page .fee-table .columns .price {
        font-size: 1rem;
        text-align: right;
    }

    .lower-page .fee-table .columns .column .general-table td {
        font-size: 11.5px;
    }

    .lower-page .section.has-leaf img.leaf.leaf2 {
        top: 20px;
        right: -70px;
        width: 150px;
        height: auto;
    }

    .lower-page .section.has-leaf img.leaf.leaf3 {
        top: -120px;
        right: -30px;
        width: 150px;
        height: auto;
    }

    .lower-page .section.has-leaf img.leaf.leaf4 {
        bottom: -140px;
        left: -30px;
        width: 300px;
        height: auto;
    }

    .lower-page .section.has-leaf img.leaf.leaf5 {
        top: -50px;
        right: -110px;
        width: 220px;
        height: auto;
    }

    .lower-page .section.has-leaf img.leaf.leaf6 {
        top: -30px;
        left: -50px;
        width: 200px;
        height: auto;
    }

    .lower-page .scroll-table {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .lower-page .scroll-table .general-table {
        width: 100%;
    }

    .lower-page .scroll-table::-webkit-scrollbar {
        height: 5px;
        border-radius: 2.5px;
    }

    .lower-page .scroll-table::-webkit-scrollbar-track {
        background: #f9f9f9;
    }

    .lower-page .scroll-table::-webkit-scrollbar-thumb {
        background: #b5b5b5;
    }

    /* TOP */
    .hero {
        height: 547px;
        background: url(images/hero_visual_baba_dark.jpg) no-repeat right -200px top -40px;
        background-size: cover;
    }

    .section.covid19 {
        padding: 0 10px 60px 10px;
        width: 100%;
    }

    .section.difference .leaf {
        top: -70px;
        left: -50px;
        width: 200px;
    }

    .section.difference .container > .has-text-centered {
        font-size: 3.8vw;
    }

    .section.difference .container .box {
        padding: 40px 20px;
    }

    .section.about-orthodontics {
        padding-top: 60px;
    }

    .section.about-orthodontics .leaf {
        width: 180px;
    }

    .section.orthodontic-device {
        padding-bottom: 100px;
    }

    .section.orthodontic-device .leaf {
        bottom: -60px;
        right: -50px;
        width: 140px;
    }

    .section.row-of-teeth {
        padding-top: 60px;
        background: url(images/rowofteeth_bg2.jpg) no-repeat left -610px center;
        background-size: cover;
    }

    .section.row-of-teeth .panel .panel-image figure img {
        width: 20%;
    }

    .section.row-of-teeth .panel .panel-content {
        padding: 18px 24px 100px 24px;
    }

    .section.about-clinic {
        padding-top: 100px;
    }

    .section.about-clinic .leaf {
        top: -60px;
        right: 0;
        width: 150px;
    }

    .section.about-clinic .container .box {
        padding: 60px 0;
    }

    .section.about-clinic .container .box > .columns {
        display: flex;
        flex-direction: column-reverse;
    }

    .section.about-clinic .container .box figure img {
        display: block;
        width: 60%;
        margin: 1.5em auto;
    }

    .section.about-clinic .container .box .message ul li {
        float: none;
        margin: 3%;
        padding: 12px 0;
        width: 94%;
        font-size: 1em;
    }

    .section.about-clinic .container .box > .columns .column .has-text-right {
        text-align: center !important;
    }

    .section.feature .columns .column h3 {
        margin-top: 20px;
        padding: 60px 40px 0 40px;
    }

    .section.feature .columns .column p {
        padding: 0 40px 40px 40px;
    }

    .section.feature .columns .column .button-area {
        padding-top: 40px;
        width: 100%;
    }

    .section.feature .columns .column .button-area a.button {
        padding: 1.2em 0;
        width: 100%;
    }

    .section.photo {
        padding-top: 80px;
    }

    .section.photo .leaf {
        top: -50px;
        right: -210px;
        width: 350px;
    }

    .section.photo .slide-wrapper .slick-slide:not(.slick-current) .frame {
        transform: scale(0.8, 0.8);
    }

    .section.first-visit .leaf {
        top: -40px;
        left: -60px;
        width: 200px;
    }

    .section.first-visit .container > .has-text-centered {
        font-size: 3.8vw;
    }

    .section.first-visit .container .box {
        padding: 40px 20px;
    }

    .section.first-visit .container .box .columns .column ul li {
        font-size: 3.3vw;
    }

    .section.blog-news {
        padding-bottom: 80px;
    }

    .section.blog-news .leaf {
        bottom: -70px;
        right: -10px;
        width: 200px;
    }

    .section.blog-news .container {
        padding: 0 12px;
    }

    .section.blog-news .container .box {
        padding: 24px 40px;
        height: 520px;
        -webkit-overflow-scrolling: touch;
    }

    .entry-post .entry-content {
        padding: 40px .75rem;
    }

    .card.entry-post .card-content .post-info .posted-on,
    .entry-post .post-info .posted-on {
        margin-bottom: .3rem;
        margin-right: 0;
        display: block;
    }

    .hero p {
        font-weight: 500;
        color: #fff;
        letter-spacing: .1em;
        line-height: 1.7em;
        font-size: 1em;
    }

    .hero h1 {
        font-size: 29px;
    }

    footer .container > .columns .column .table {
        margin: auto;
        background-color: transparent;

    }

    /*一般的な歯科との違い テーブル*/
    .lower-page .difference.scroll-table table.table.general-table td {
        font-size: 11px;
    }

    .lower-page .difference.scroll-table table.table.general-table tr {
        font-size: 11px;
    }

    .lower-page .difference.scroll-table table.table.general-table th {
        font-size: 11px;
    }

    .lower-page .difference span.small {
        font-size: 12px;
    }

    .form.table.general-table {
        font-size: 0.6em;
        margin: 20px 0;
    }

    #biz_calendar{
        margin: 20px auto;
    }

    section.photo .top-clinic-tour {
        margin: 60px auto 0 auto;
        width: 100%;
    }

    section.photo .top-clinic-tour iframe.panorama {
        width: 100%;
        height: 200px;
    }

}

form input[type="submit"].button {
    padding-top: .55em;
}

.grecaptcha-badge {
    bottom: -65px !important;
}

header .navigations .instagram {
    font-size: 36px;
    line-height: 1;
    margin-right: 18px;
    color: #fff;
}
header .navigations .instagram.is-sp {
    display: none;
}

@media only screen and (max-width: 768px) {
    header .navigations .instagram.is-pc {
        display: none;
    }
    header .navigations .instagram.is-sp {
        display: block;
        position: absolute;
        top: 13px;
        right: 48px;
        font-size: 40px;
    }
}

.team-lab-banner {
    margin: 64px auto 0;
    width: 66.666%;
}
.team-lab-banner a {
    display: block;
}
.team-lab-banner a img {
    display: block;
    width: 100%;
    height: auto;
}
.team-lab-banner a img.is-sp {
    display: none;
}

@media only screen and (max-width: 768px) {
    .team-lab-banner {
        margin: 48px auto 0;
        width: 100%;
    }
    .team-lab-banner a img.is-pc {
        display: none;
    }
    .team-lab-banner a img.is-sp {
        display: block;
    }
}
