@font-face {
    font-family: hiragino;
    src: url("../font/HiraginoKakuGothicProW3.otf");
}

@font-face {
    font-family: material;
    src: url("../font/MaterialIcons-Regular.ttf");
}

.bg-para {
position: fixed;
z-index: 1;
top:0;
width:100%;
height: 768px;
    background: url("../img/key_deco.png") no-repeat top center;
}

.fnt-mon {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.toggleMenu.active .on {
    opacity: 1;
}

.toggleMenu.active .off {
    opacity: 0;
}

.toggleMenu a {
    position: relative;
    display: block;
}

.toggleMenu .on {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

body {
    font-size: 18px;
    line-height: 35px;
    font-family: hiragino;
    color: #524827;
    letter-spacing: 0;
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
}

#header .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 60px;
}

#header .flex .h_logo {
    width: 367px;
}

#header .flex .g_nav {
    font-size: 15px;
}

#header .flex .g_nav li+li {
    margin-left: 60px;
}

#header.bg {
    background: #fff;
}

.title-holder,
#mainimage {
    margin-top: 87px;
}

#key {
    padding-top: 90px;
    position: relative;
    z-index:3;

}

#key .key-txt1 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 21px;
    width: 236px;
}

#key .key-txt2 {
    position: absolute;
    z-index: 4;
    right: 143px;
    bottom: 72px;
    width: 131px;
}

#key .group1 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: calc(calc(50% + 242px));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#main {
position:relative;z-index:2;}

#key .group1 p {
    height: 160px;
    width: 100%;
}

#key .group1 .img1 {
    background: url("../img/key_img1@2x.jpg") no-repeat center/cover;
}

#key .group1 .img2 {
    background: url("../img/key_img2@2x.jpg") no-repeat center/cover;
}

#key .group2 {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: calc(calc(50% + 242px));
}

#key .group2 p {
    height: 160px;
    width: 100%;
}

#key .group2 .img1 {
    background: url("../img/key_img3@2x.jpg") no-repeat center/cover;
}

#key .group2 .img2 {
    background: url("../img/key_img4@2x.jpg") no-repeat center/cover;
}

@media screen and (max-width: 1360px) {
    #header .flex {
        padding-right: 20px;
    }
    #header .flex .g_nav li+li {
        margin-left: 30px;
    }
}

@media screen and (max-width: 1200px) {
    #header .flex .g_nav {
        font-size: 14px;
    }
    #header .flex .g_nav li+li {
        margin-left: 15px;
    }
    #header .flex .h_logo {
        width: 300px;
    }
    #key {
        padding-top: 75px;
    }
    .title-holder,
    #mainimage {
        margin-top: 75px;
    }
    #key .key-txt2 {
        right: 20px;
    }
}

@media screen and (max-width: 1000px) {
    #header .flex .g_nav {
        font-size: 12px;
    }
    #header .flex .g_nav li+li {
        margin-left: 10px;
    }
    #header .flex .h_logo {
        width: 250px;
    }
    #key {
        padding-top: 65px;
    }
    .title-holder,
    #mainimage {
        margin-top: 65px;
    }
}

@media screen and (min-width: 767px) {
    #key .bg {
        position: relative;
        min-height: 678px;
        background: url("../img/key.jpg") no-repeat center/cover;
    }
    #key .box {
        background: #97855A;
        color: #fff;
        font-size: 21px;
        width: 512px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 25px 0 0 25px;
        line-height: 32px;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        letter-spacing: 0;
        height: 160px;
    }
    #key .box p+p {
        margin-top: 15px;
    }
    #header .g_nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.fixed-box li {
    width: 164px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.fixed-box li+li {
    border-left: 1px solid #fff;
}

.fixed-box li:last-child {
    width: 45px;
}

@media screen and (max-width: 767px) {
.bg-para {
display:none}
    #header {
        top: 0 !important;
        background: #fff;
    }
    #header .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 10px;
    }
    #header .flex .g_nav {
        padding: 35px 0;
        background: #897850;
    }
    #header .flex .g_nav li a {
        font-size: 16px;
    }
    #header .flex .g_nav>li {
        margin: 0 30px;
    }
    #header .flex .g_nav>li a,
    #header .flex .g_nav>li span {
        display: block;
        background: #fff;
        padding: 25px 0 25px 50px;
        position: relative;
        line-height: 18px;
    }
    #header .flex .g_nav>li a::before,
    #header .flex .g_nav>li span::before {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url("../img/icons/ico_arrow01.png") no-repeat center/100% auto;
        width: 6px;
        height: 10px;
        left: 20px;
    }
    #header .flex .g_nav>li:first-of-type a {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }
    #header .flex .g_nav>li:last-child a {
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }
    #header .flex .g_nav>li+li {
        margin-left: 30px;
        border-top: 1px solid #D9E0E9;
    }
    #header .flex .h_logo {
        width: 50vw;
    }
    .header_menu {
        opacity: 0;
        visibility: hidden;
        width: 100%;
        background: #897850;
        height: calc(100vh - (9vw + 20px));
        overflow: scroll;
        position: absolute;
        top: 100%;
        left: 0;
    }
    .menu-trigger img {
        width: 100%;
    }
    .toggleMenu {
        width: 10vw;
        padding-top: 1vw;
    }
    .toggleMenu.active+.header_menu {
        opacity: 1;
        visibility: visible;
    }
    .title-holder,
    #mainimage {
        margin-top: calc(9vw + 20px);
    }
    #key {
        padding-top: calc(9vw + 20px);
    }
    #key .key-txt1 {
        width: 40vw;
        top: 55vw;
    }
    #key .key-txt2 {
        top: 151vw;
        right: 10px;
        width: 35vw;
        bottom: auto;
    }
    #key .box {
        padding: 30px 10px;
    }
    #key .box p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #897850;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0;
    }
    #key .box p img {
        width: 40px;
        margin-right: 5px;
    }
    #key .box p+p {
        margin-top: 15px;
    }
}

.titl,
.post-box__header h2 {
    text-align: center;
    color: #362500;
    font-size: 32px;
    line-height: 1.3;
}

.titl span:first-of-type,
.post-box__header h2 span:first-of-type {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: block;
    line-height: 1.5;
    position: relative;
    letter-spacing: 0;
    font-size: 16px;
    margin-bottom: 25px;
}

.titl span:first-of-type::after,
.post-box__header h2 span:first-of-type::after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 11px;
    width: 1px;
    background: #6AB136;
    bottom: -17px;
    width: 1px;
}

.titl span,
.post-box__header h2 span {
    color: #6AB136;
    font-size: 45px;
}

.wrap {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}

#contact {
    background: url("../img/bg.jpg");
    padding: 70px 0;
    position:relative;
    z-index:3;
}

#contact .txt {
    text-align: center;
    margin: 40px 0;
    font-size: 17px;
}

#contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#contact ul li {
    max-width: 346px;
    width: 33%;
}

#footer {
    background: #F8F8F5;
    padding: 50px 0 50px;
    position:relative;
    z-index:3;
}

#footer .footer-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#footer .footer-content ul li {
    margin: 0 10px;
    max-width: 220px;
    width: 21%;
}

#footer .footer-content .logo {
    text-align: center;
    width: 239px;
    margin: 30px auto 20px;
}

#footer .footer-content .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#footer .footer-content .flex .sitemap:hover {
    text-decoration: underline;
}

#footer .footer-content .flex p,
#footer .footer-content .flex a {
    font-size: 9px;
    line-height: 1;
    color: #97855A;
}

#footer .footer-content .flex p {
    margin: 0 50px;
}

@media screen and (max-width: 1110px) {
    .wrap {
        padding: 0 15px;
    }
}

@media screen and (max-width: 767px) {
    .titl,
    .post-box__header h2 {
        font-size: 28px;
        letter-spacing: 0;
    }
    .titl span:first-of-type,
    .post-box__header h2 span:first-of-type {
        font-size: 13px;
    }
    .titl span,
    .post-box__header h2 span {
        font-size: 35px;
    }
    #contact {
        padding: 30px 0 50px;
    }
    #contact .txt {
        margin: 30px 0 20px;
    }
    #contact ul {
        display: block;
    }
    #contact ul li {
        max-width: 100%;
        width: 100%;
    }
    #contact ul li+li {
        margin-top: 15px;
    }
    #footer {
        padding: 40px 0;
    }
    #footer .footer-content ul {
        display: block;
    }
    #footer .footer-content ul li {
        margin: 0 auto;
        width: 100%;
    }
    #footer .footer-content ul li+li {
        margin-top: 5px;
    }
    #footer .footer-content .flex {
        display: block;
        text-align: center;
    }
    #footer .footer-content .flex p {
        margin: 0;
    }
    #footer .footer-content .flex p+p {
        margin-top: 10px;
    }
}

.dental-banner {
    max-width: 700px;
    width: 100%;
    margin: 70px auto 0;
}

.slick-dots li button {
    outline: none;
    background: none;
    border: none;
    font-size: 0;
}

.slick-dots li {
    border-radius: 50%;
    background: #F3F8EF;
    width: 7px;
    height: 7px;
    cursor: pointer;
}

.slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    left: 20px;
    bottom: 30px;
}

.slick-dots li+li {
    margin-left: 12px;
}

.slick-dots li.slick-active {
    background: #D1F9B4;
}

.btn-link {
    width: 286px;
    margin: 0 auto;
}

.btn-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #6AB136;
    border-radius: 50px;
    color: #6AB136;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5;
    font-size: 20px;
    letter-spacing: 0;
    background: #FCFFFA;
    padding: 19px 0;
    padding-right: 30px;
}

.btn-link a:hover {
    opacity: 0.8;
}

#reasons {
    padding: 70px 0 115px;
}

#reasons .titl {
    margin-bottom: 44px;
}

#reasons .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: -143px;
}

#reasons .flex .left {
    width: 400px;
    margin-left: 20px;
}

#reasons .flex .left dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#reasons .flex .left dl dt {
    width: 68px;
    height: 68px;
    color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 22px;
    margin-right: 20px;
    background: #6AB136;
}

#reasons .flex .left dl dd {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
}

#reasons .flex .left dl dd span {
    display: block;
    font-size: 26px;
}

#reasons .flex .left dl+dl {
    margin-top: 30px;
}

#reasons .flex .slide1 {
    width: 693px;
}

#reasons .btn-link {
    margin-top: 50px;
}

#wrapper {
    overflow: hidden;
}

#aesthetic .titl {
    margin-bottom: 70px;
}

#aesthetic h3 {
    color: #896A25;
    font-size: 26px;
    padding-left: 32px;
    margin-bottom: 30px;
}

#aesthetic h3 span {
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 1.8;
    padding-right: 32px;
    letter-spacing: 0;
    font-weight: 500;
}

#aesthetic .group1 {
    min-height: 444px;
    margin-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#aesthetic .group1 .img {
    margin-left: -143px;
    max-width: 673px;
    width: 63%;
}

#aesthetic .group1 .right {
    max-width: 530px;
    width: 49%;
    margin-left: auto;
}

#aesthetic .group1 .right .list {
    padding-left: 15px;
    color: #6AB136;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 40px;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 40px;
}

#aesthetic .group1 .right .list li {
    min-width: 150px;
}

#aesthetic .group1 .right .list li+li {
    margin-top: 10px;
}

#aesthetic .group1 .right .list li:nth-child(2) {
    margin-top: 0;
}

#aesthetic .group1 .right .box {
    background: #F3F8EF;
    color: #362500;
    font-size: 13px;
    line-height: 1.5;
    padding: 20px 20px 13px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#aesthetic .group1 .right .box li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
    min-width: 147px;
}

#aesthetic .group1 .right .box li::before {
    content: "";
    background-color: #D1F9B4;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 10px;
    margin-top: 7px;
}

#aesthetic .group1 .right .btn-link {
    margin-top: 40px;
}

#aesthetic .group2 {
    min-height: 444px;
    position: relative;
}

#aesthetic .group2 .txt {
    font-size: 20px;
}

#aesthetic .group2 .right,
#aesthetic .group2 h3 {
    max-width: 550px;
    text-align: center;
    width: 51%;
}

#aesthetic .group2 .img {
    position: absolute;
    top: 0;
    right: -143px;
    max-width: 673px;
    width: 63%;
}

#aesthetic .group2 .right {
    margin-top: 40px;
}

#aesthetic .group2 .right .txt span {
    color: #6AB136;
}

#aesthetic .group2 .right .btn-link {
    margin-top: 40px;
}

#doctor {
    padding-top: 115px;
}

#doctor h2 {
    text-align: center;
    margin-bottom: 45px;
}

#doctor .txt {
    padding-left: 20px;
    max-width: 530px;
    width: 50%;
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 32px;
}

#doctor .btn-link {
    margin: 84px 0 0 154px;
}

#doctor .group {
    max-width: 516px;
    width: 50%;
    position: absolute;
    bottom: 0;
    right: -37px;
    z-index: 1;
}

#doctor .group h3 {
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 26px;
    width: 100%;
    bottom: 34px;
    line-height: 1.5;
}

#doctor .group h3 span,
#doctor .group h3 small {
    display: block;
}

#doctor .group h3 small {
    font-size: 11.6px;
    margin-bottom: 5px;
}

#doctor .group h3 span {
    font-size: 11px;
    font-weight: 300;
}

#movies {
    padding-top: 115px;
    padding-bottom: 113px;
}

#movies .titl {
    text-align: center;
    margin-bottom: 45px;
}

#movies .video {
    text-align: center;
    height: auto;
    width: 550px;
    margin: 0 auto;
    height: 340px;
}

#movies .btn1 {
    width: 498px;
    margin-top: 50px;
}

#movies .btn1 a {
    background: #fff;
}

#movies .btn2 {
    width: 467px;
    margin-top: 20px;
}

#movies .btn2 a {
    background: #fff;
    padding: 17px 0;
    padding-right: 30px;
}

#group {
    background-color: #F8F8F5;
    padding: 70px 0;
}

#infomation {
    padding-bottom: 80px;
}

#infomation .titl {
    margin-bottom: 55px;
}

#infomation .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#infomation .flex .left,
#infomation .flex .right {
    width: calc(50% - 10px);
}

#infomation .flex .dot {
    color: #6AB136;
    font-size: 10px;
}

#infomation .flex .dot1 {
    font-size: 16px;
}

#infomation .flex .note {
    font-size: 16px;
    line-height: 30px;
    padding: 15px 0 15px;
}

#infomation {
    font-size: 16px;
}

#infomation .right .btn1 span {
    color: #6AB136;
    vertical-align: bottom;
}

#infomation .tb-time thead {
    border-bottom: 1px solid #CECECE;
}

#infomation .tb-time thead .col-name {
    font-size: 16px;
    text-align: left;
    width: 150px;
    letter-spacing: 0;
}

#infomation .tb-time thead td {
    padding-bottom: 5px;
    text-align: center;
    width: 10%;
    letter-spacing: -0.2em;
}

#infomation .tb-time thead td:last-of-type {
    width: 12%;
}

#infomation .tb-time tbody {
    border-bottom: 1px solid #CECECE;
}

#infomation .tb-time tbody td {
    text-align: center;
}

#infomation .tb-time tbody .col-name {
    text-align: left;
}

#infomation .tb-time tbody tr:first-of-type td {
    padding-top: 10px;
}

#infomation .tb-time tbody tr:last-of-type td {
    padding-bottom: 10px;
}

#infomation .tb-info tr {
    line-height: 41px;
}

#infomation .tb-info tr td {
    padding-top: 15px;
    line-height: 41px;
}

#infomation .tb-info tr .col-name {
    width: 95px;
    color: #6AB136;
    vertical-align: top;
    font-weight: bold;
}

#infomation .right .btn1 a:hover {
    text-decoration: underline;
}

#infomation .right iframe {
    width: 100%;
    height: 370px;
}

#infomation .right .btn1 {
    text-align: right;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.12em;
}

#menu {
    background-color: #fff;
    padding: 70px 0;
    margin-bottom: 70px;
}

#menu h3 {
    color: #896A25;
    text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
}

#menu h3 span {
    display: block;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 500;
}

#menu .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 100px 10px;
}

#menu .flex .item {
    width: calc(100%/5);
    margin-bottom: 30px;
    text-align: center;
}

#menu .flex .item h4 {
    color: #6AB136;
    font-size: 20px;
    line-height: 49px;
    margin-top: 15px;
}

#menu .flex .item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#menu .flex .item:nth-child(1) .icon img {
    width: 53.74px !important;
}

#menu .flex .item:nth-child(2) .icon img {
    width: 53.54px !important;
}

#menu .flex .item:nth-child(3) .icon img {
    width: 39.65px !important;
}

#menu .flex .item:nth-child(4) .icon img {
    width: 46.93px !important;
}

#menu .flex .item:nth-child(5) .icon img {
    width: 51.69px !important;
}

#menu .flex .item:nth-child(6) .icon img {
    width: 46.12px !important;
}

#menu .flex .item:nth-child(7) .icon img {
    width: 48.37px !important;
}

#menu .flex .item:nth-child(8) .icon img {
    width: 55px !important;
}

#menu .flex .item:nth-child(9) .icon img {
    width: 37.24px !important;
}

#menu .flex .item:nth-child(10) .icon img {
    width: 54.26px !important;
}

#slide.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 100%;
}

#calendar {
    background-color: #fff;
    padding: 70px 0;
    margin-bottom: 70px;
}

#calendar h3 {
    color: #896A25;
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px;
}

#calendar h3 span {
    display: block;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 500;
}

#calendar .calen {
    width: 880px;
    margin: 0 auto;
}

#loopslider {
    margin: 0 auto;
    width: 100%;
    height: 188px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

#loopslider ul {
    width: auto !important;
    float: left;
    overflow: hidden;
    display: inline-block;
}

#loopslider ul li {
    width: 253px;
    height: 188px;
    float: left;
    display: inline;
    overflow: hidden;
}

#loopslider ul:after {
    content: " ";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

#blog {
    padding: 150px 0 180px;
}

#blog .post-box {
    padding: 0;
    margin: 0;
}

#blog .post-box__summary-link {
    font-size: 17px;
    color: #6AB136;
    text-decoration: none;
    position: absolute;
    top: 250px;
    right: 30px;
}

#blog .post-box__summary-link:hover {
    text-decoration: underline;
}

#blog .post-box__header {
    border: 0;
    padding: 0;
}

#blog .post-box__header h2 {
    position: absolute;
    top: 0;
    left: 105px;
}

#blog .post-box__content {
    height: 197px;
    overflow-y: scroll;
    padding-top: 40px;
    border-top: 1px solid #F3F8EF;
    width: 735px;
    margin-left: auto;
}

#blog .post-box__content dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px dashed #F3F8EF;
}

#blog .post-box__content dl dt {
    width: 160px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    color: #362500;
    padding-top: 7px;
}

#blog .post-box__content dl dt span {
    color: #6AB136;
    font-size: 16px;
    display: inline-block;
    margin-left: 15px;
    text-transform: uppercase;
    background: transparent;
}

#blog .post-box__content dl dd {
    width: calc(100% - 160px);
    font-size: 16px;
    line-height: 31px;
}

.btn-link.btn4 a {
    padding-left: 20px;
}

.circle_list a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 1140px) {
    .pc1 {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    #blog .post-box__header h2 {
        left: 15px;
    }
    #blog .post-box__content {
        max-width: calc(100% - 200px);
    }
    #menu .flex {
        padding: 0 50px 10px;
    }
}

@media screen and (max-width: 1000px) {
    #reasons .flex .slide1 {
        width: 58%;
    }
    #aesthetic .group1 .img {
        margin-left: 0;
        width: 50%;
    }
    #doctor .btn-link {
        margin-left: 100px;
    }
    .tb-time {
        font-size: 15px;
    }
    #menu .flex {
        padding: 0 30px 10px;
    }
    #menu .flex .item h4 {
        font-size: 19px;
    }
}

#movies .btn1 a span,
#movies .btn2 a span {
    display: none;
}

@media screen and (max-width: 767px) {
    #movies .btn1 a span,
    #movies .btn2 a span {
        display: block;
    }
    #movies .btn1 a:after,
    #movies .btn2 a:after {
        display: none;
    }
    #infomation .right .btn1 span {
        color: #6AB136;
    }
    .btn-link {
        width: 228px;
    }
    .btn-link a {
        font-size: 18px;
        padding-right: 0;
        padding-left: 30px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative;
    }
    .btn-link a:after {
        content: '>';
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .btn-link a span {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 24px;
    }
    #reasons {
        padding: 60px 0;
    }
    #reasons .btn-link {
        margin-top: 30px;
    }
    #reasons .flex {
        margin: 0;
        display: block;
    }
    #reasons .flex .left,
    #reasons .flex .slide1 {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }
    #reasons .flex .slide1 {
        margin-top: 25px;
    }
    #reasons .flex .left dl dt {
        width: 60px;
        height: 60px;
        font-size: 22px;
        margin-right: 10px;
    }
    #reasons .flex .left dl dd {
        font-size: 16px;
    }
    #reasons .flex .left dl dd span {
        font-size: 24px;
    }
    #reasons .flex .left dl+dl {
        margin-top: 20px;
    }
    #aesthetic h3 {
        text-align: center;
        font-size: 24px;
        padding: 0;
        color: #392B0D;
        margin-bottom: 30px;
    }
    #aesthetic h3 span {
        color: #6AB136;
        font-size: 10px;
        padding: 0;
    }
    #aesthetic .group1,
    #aesthetic .group2 {
        display: block;
    }
    #aesthetic .group1 .img,
    #aesthetic .group1 .right,
    #aesthetic .group2 .img,
    #aesthetic .group2 .right {
        width: 100%;
        position: static;
        max-width: 100%;
        margin: 0;
    }
    #aesthetic .group1 {
        margin-bottom: 60px;
    }
    #aesthetic .group1 .right {
        margin-top: 30px;
    }
    #aesthetic .group1 .right .btn-link {
        margin-top: 30px;
    }
    #aesthetic .group1 .right .list {
        padding: 0 30px;
        font-size: 16px;
        margin-bottom: 20px;
    }
    #aesthetic .group1 .right .list li {
        min-width: 113px;
        width: 50%;
    }
    #aesthetic .group1 .right .list li:nth-child(4) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    #aesthetic .group1 .right .list li:nth-child(5) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    #aesthetic .group1 .right .box li {
        width: 50%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        min-width: auto;
    }
    #aesthetic .group1 .right .box li::before {
        margin-right: 5px;
    }
    #aesthetic .group2 h3 {
        width: 100%;
        max-width: 100%;
    }
    #aesthetic .group2 .right {
        margin-top: 30px;
    }
    #aesthetic .group2 .txt {
        font-size: 18px;
        line-height: 32px;
    }
    #aesthetic .group2 .right .btn-link {
        margin-top: 30px;
    }
    #doctor {
        padding: 60px 0 0;
    }
    #doctor h2 {
        margin-bottom: 30px;
    }
    #doctor .txt {
        padding: 0;
        width: auto;
        max-width: 100%;
        font-size: 16px;
    }
    #doctor .group {
        width: auto;
        max-width: 100%;
        position: relative;
        padding: 0 5px;
        top: 0;
        left: 0;
        right: 0;
        margin-top: 20px;
    }
    #doctor .group h3 {
        bottom: 20px;
        font-size: 22px;
    }
    #doctor .group h3 small,
    #doctor .group h3 span {
        font-size: 9px;
        margin: 0;
    }
    #doctor .btn-link {
        margin: 30px auto 0;
    }
    #movies {
        padding: 60px 0 60px;
    }
    #movies .video {
        max-width: 100%;
        height: 52vw;
    }
    #movies .btn1 {
        margin-top: 30px;
    }
    #movies .btn1,
    #movies .btn2 {
        max-width: 100%;
    }
    #movies .btn1 a,
    #movies .btn2 a {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #group {
        padding: 30px 0 0;
    }
    #infomation {
        padding: 0 0 60px;
        font-size: 15px;
    }
    #infomation .titl {
        margin-bottom: 30px;
    }
    #infomation .flex {
        display: block;
    }
    #infomation .flex .dot {
        color: #6AB136;
    }
    #infomation .flex .note {
        font-size: 15px;
    }
    #infomation .flex .note .dot {
        display: inline-block;
        margin-right: 10px;
    }
    #infomation .flex .left,
    #infomation .flex .right {
        width: auto;
        max-width: 100%;
    }
    #infomation .tb-time thead td {
        width: 9%;
        font-size: 15px;
        letter-spacing: -0.2em;
    }
    #infomation .tb-time thead td.col-name {
        font-size: 15px;
        width: 100px;
        letter-spacing: 0;
    }
    #infomation .tb-time thead td:last-of-type {
        width: 13%;
    }
    #infomation .tb-time tbody .col-name {
        font-size: 15px;
    }
    #infomation .tb-time tbody td {
        font-size: 15px;
    }
    #infomation .tb-info tr .col-name {
        color: #6AB136;
        vertical-align: top;
    }
    #infomation .tb-info tr td {
        font-size: 15px;
        line-height: 25px;
        padding-top: 10px;
    }
    #infomation .right iframe {
        height: 195px;
    }
    #menu {
        padding: 30px 0 50px;
        margin-bottom: 60px;
    }
    #menu .flex {
        padding: 0 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #menu .flex .item {
        width: calc(100%/4);
    }
    #menu .flex .item h4 {
        font-size: 17px;
        margin-top: 10px;
        line-height: 1.5;
    }
    #calendar {
        padding: 30px 0 60px;
        margin-bottom: 60px;
    }
    #calendar h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    #calendar h3 span {
        font-size: 10px;
        color: #6AB136;
    }
    #calendar .calen {
        max-width: 100%;
        padding: 0 20px;
    }
    #calendar .calen iframe {
        height: 100vw;
    }
    #loopslider {
        margin-bottom: 60px;
    }
    #blog {
        margin: 0 15px 60px;
        border-radius: 10px;
        padding: 30px 0 80px;
    }
    #blog .post-box .post-box__header h2 {
        position: static;
        margin-bottom: 30px;
    }
    #blog .post-box .post-box__content {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }
    #blog .post-box .post-box__content dl {
        display: block;
    }
    #blog .post-box .post-box__content dl+dl {
        margin-top: 0;
    }
    #blog .post-box .post-box__content dl dt,
    #blog .post-box .post-box__content dl dd {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
    }
    #blog .post-box .post-box__content dl dt span,
    #blog .post-box .post-box__content dl dd span {
        color: #6AB136;
    }
    #blog .post-box .post-box__summary-link {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 320px;
        font-size: 16px;
        color: #6AB136;
        right: auto;
    }
}

@media screen and (max-width: 560px) {
    #menu .flex .item {
        width: 200px;
        max-width: calc(100%/2);
    }
}

@media screen and (max-width: 730px) {
    .dental-banner {
        margin: 20px 15px 0;
        width: auto;
    }
}