/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/***** RESET *****/

* {
    margin: 0;
    padding: 0;
    letter-spacing: .08em;
    font-weight: 400;
}

/***** MISC *****/

html {
    scroll-behavior: smooth;
} 

p, a, button, ul, li, table {
    font-family: 'Noto Sans Jp', sans-serif;
    letter-spacing: .08em;
}
button, .menu-li {
    cursor: pointer;
}

input:focus, textarea:focus, select:focus, button:focus {
    outline: none;
}

a{color: inherit; text-decoration: none;}

button{position: relative;}

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

.center {
    text-align: center;
}

.hideInM {
    display: block;
}

.hideInPC {
    display: none;
}

.hideInM-btn {
    display: inline;
}

.hideInPC-btn {
    display: none;
}

.content strong{font-weight: 800;}
.content span.em8{font-size: .8em;}

/***** TOP BUTTON *****/

.top-button {
    position: fixed;
    top: 0;
    right: 29px;
    z-index: 1;
}

.btn-1 {
    letter-spacing: .08em;
    font-size: 15px;
    width: 141px;
    height: 43px;
    border: none;
    color: #fff;
    background-color: #222222;
}

.btn-1.btn-blue {
    margin-right: 7px;
}

.btn-blue {
    background-color: #32325a;
}

.btn-icon {
    font-size: 15px;
    margin-right: 8px;
}

/***** NAVIGATION *****/

.navigation {
    width: 100%;
    margin: 33px auto 0 auto;
}

.logo {
    text-align: center;
    margin: 0 auto 22px auto;
}

.logo > img {
    width: 256px;
    height: 53px;
}

.menu-ul {
    font-size: 15px;
    text-align: center;
}

.menu-li {
    display: inline;
    letter-spacing: .08em;
	position: relative;
}

.menu-li::after {
    content: "/";
    padding: 0px 20px;
}

.menu-li:nth-child(6)::after {
    content: "";
}

.menu-li:hover, .menu-li:focus, .menu-li:active{
    color: #5ecab3;
    -webkit-transition: all 0.3s ease;
}

/***** HERO *****/

.hero {
    width: 90%;
    height: 600px;
    overflow: hidden;
    margin: 22px auto 0;
    position: relative;
    overflow: hidden;
}
.hero .hero-copy{
	display: block;
	position: absolute;
	top: 70%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	background: rgba(255,255,255,.5);
    padding: 30px;
}
.hero .hero-copy h1{
	font-size: 36px;
    color: #32325a;
    letter-spacing: .08em;
    font-weight: 700;
	text-align: center;
	text-shadow: #ffffff 1px 1px 0, #ffffff -1px -1px 0/*右下、左上*/, #ffffff -1px 1px 0, #ffffff 1px -1px 0/*右上、左下*/, #ffffff 0px 1px 0, #ffffff 0-1px 0/*右、左*/, #ffffff -1px 0 0, #ffffff 1px 0 0/*上、下*/;
}
.hero .hero-copy h1 span{
	display: block;
	font-size: 21px;
}
.hero .hero-degree{
    display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	margin: 0 auto;
    width: 200px;
    height: 200px;
    background:rgba(50,50,90,.9);
    border-radius: 50%;
}
.hero .hero-degree::after{
    content: '';
    border-radius: 50%;
    border: 2px solid #fff;
    display: block;
    width: 180px;
    height: 180px;
    position: absolute;
    top: calc(50% - 92px);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hero .hero-degree p{
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-top: 50px;
}

.mySlidesh {
    opacity: 0;
    transition: 1s;
    height: 600px;
}

.mySlidesh > img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
_:-ms-lang(x)::-ms-backdrop, .mySlidesh{ height: 600px !important; overflow: hidden; }


.btn01{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

@media screen and (max-width: 1150px) { 
    .mySlidesh > img {
        width: 200%;
        margin: -300px 0 0 -500px;
    }
}

/* Slideshow container */
.slideshow-containerh {
    width: 100%;
    height: 600px;
    position: relative;
    margin: 0 auto;
}

/***** INFO *****/

.info {
    width: 100%;
    height: 100%;
    background-color: rgba(235, 234, 230, .4);
    margin-top: -310px;
}

.info-container {
    width: 1200px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: auto auto;
    -ms-grid-columns: auto auto;
    margin: 0 auto;
}

_:-ms-fullscreen, :root .info-container {
    width: 1050px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.info-grid {
    margin: 300px auto 0 auto
}

.info-item {
    width: 452px;
    margin-top: 59px;
}

.info-title {
    text-align: center;
}

.info-title > p:first-child {
    font-size: 22px;
    margin-bottom: 13px;
}

.info-title > hr {
    height: 2px;
    border: none;
    background-color: #222222;
    margin-bottom: 14px;
}

.info-title > p:nth-child(3) {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
}

.info-table {
    margin-top: 32px;
}

.info-table table {
    width: 100%;
    border-collapse: collapse;
}

.info-table td {
    height: 40px;
    font-size: 15px;
    text-align: center;
}

.tbl-head {
    background-color: #222222;
    color: #fff;
}

.tbl-head > td {
    border-right: solid 1.5px rgba(235, 234, 230, .4);
}

.tbl-head > td:nth-child(9) {
    border-right: solid 1.5px #222222;
}

.tbl-body > td {
    border: solid 1.5px #222222;
}

.legend {
    margin: 14px 0 20px 0;
}

.telephone > p {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: .08em;
}

.map {
    width: 450px;
    height: 210px;
    margin-top: 32px;
    -webkit-filter: grayscale();
            filter: grayscale();
}

.info-jr {
    margin: 5px 0 10px;
    font-family: 'Noto Sans Jp', sans-serif;
    font-size: 15px;
}

.info-jr p {
    letter-spacing: .08em;
}

.info-jr i {
    margin-right: 5px;
}

/***** ABOUT *****/

.about {
    width: 900px;
    margin: 0 auto;
}

.about-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 70%;
    grid-template-columns: 30% 70%;
    margin-top: 109px;
}

_:-ms-fullscreen, :root .about-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 109px;
}

_:-ms-fullscreen, :root .about-item:first-child {
    width: 30%;
}

_:-ms-fullscreen, :root .about-item:nth-child(2) {
    width: 70%;
}

.section-title {
    margin-top: 17px;
}

.section-title > p:first-child {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #32325a;
    letter-spacing: .08em;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-title > p:nth-child(2) {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    color: #32325a;
    letter-spacing: 8px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-title > p:nth-child(3) {
    font-size: 13px;
    color: #32325a;
    letter-spacing: 2px;
}

.about-par {
    width: 80%;
    font-size: 15px;
    margin: 60px 0 14px 0;
    line-height: 2;
}

.btn-2 {
    width: 200px;
    height: 50px;
    border: solid 1px #222222;
    background-color: transparent;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
}

.btn-2:hover  {
    border: solid 1.5px #32325a;
    background-color: #32325a;
    color: #fff;
    -webkit-transition: all 0.3s ease;
}

.btn-2 > i {
    font-size: 15px;
    margin-left: 10px;
}




.about-img {
    width: 100%;
}

.img-toggle {
    float: right;
}

.img-toggle > input {
    margin-left: 10px;
}

.img-toggle > input[type="radio"] {
    background-color: #dcdcdc;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-appearance: none;
}

.img-toggle > input[type="radio"]:focus, .img-toggle > input[type="radio"]:hover, .img-toggle > input[type="radio"]:active {
    background-color: #78c8b4;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-appearance: none;
}

/***** SLIDESHOW *****/

.mySlides {
    display: none;
}

/* Slideshow container */
.slideshow-container {
    width: 100%;
    position: relative;
    margin: 40px auto 0;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    border-radius: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    font-family: 'Roboto', sans-serif;
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 90%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    font-family: 'Roboto', sans-serif;
    color: #f2f2f2;
    font-size: 13px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot li{
    list-style: none;
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #dcdcdc;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}

.active, .dot li.slick-active {
    background-color: #78c8b4;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: 1} 
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: 1} 
    to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/***** FEATURE *****/
.feature {
	background: rgba(235, 234, 230, .4);
    margin: 109px auto 0 auto;
	padding: 33px 0 50px;
	width: 1000px;
}
.feature .wrap{margin: 0 auto; width: 900px;}
.feature .wrap .flex .flex-box4{flex-basis: calc(100%/4 - 20px);}
.feature .wrap .flex .flex-box4 img{max-width: 100%;}
.feature .wrap .flex .flex-box4 p{
	color: #32325a;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 28px;
	margin: 15px 0;
	text-align: center;}
.feature .wrap .flex{margin: 30px 0 0;}
.feature .wrap .flex .flex-box4 p span{
	color: #5ecab3;
	display: block;
	font-size: 30px;
	letter-spacing: 5px;
	margin-bottom: 10px;}
.feature .wrap .flex .flex-box4 .btn-2{
	display: block;
	height: 45px;
	margin: 0 auto;
	width: 170px;
}

/***** STAFF *****/

.staff {
    width: 1000px;
    margin: 133px auto 0 auto;
}

.staff-item {
    margin-left: 50px;
}

.staff-name > p:first-child {
    font-size: 20px;
    color: #32325a;
    letter-spacing: .08em;
    margin: 57px 0 16px 0;
}

.staff-name > p:nth-child(2) {
    font-size: 15px;
    color: #32325a;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .08em;
}

.staff-img {
    position: absolute;
    margin: -500px 0 0 530px;
}

.staff-img > img {
    width: 570px;
}

.staff-par {
    width: 100%;
    background-color: #f1f9f7;
    padding: 38px 0 38px 50px;
    margin-top: 28px;
}

.staff-par > p:first-child {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 22px;
}

.staff-par > p:nth-child(2) {
    font-size: 15px;
    letter-spacing: .08em;
    line-height: 2;
    width: 50%;
    margin-bottom: 22px;
    text-align: justify;
}


/***** TREATMENT *****/

.treatment {
    margin-top: 128px;
    background-color: rgba(235, 234, 230, .4);
    height: 1150px;
}

.treatment > div:first-child {
    padding-top: 87px;
}

.treatment-container {
    width: 900px;
    margin: 83px auto 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto auto auto auto;
    grid-template-columns: auto auto auto auto auto auto;
}

_:-ms-fullscreen, :root .treatment-container {
    width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

_:-ms-fullscreen, :root .treatment-grid {
    width: 150px;
    text-align: center;
    margin: 0 auto;
}

.treatment-grid {
    margin: 0 auto;
    width: auto;
    text-align: center;
    position: relative;
}

.treatment-grid a{ display: block; }

.treatment-grid > img {
    margin-bottom: 15px;
}

.treatment-grid > p {
    font-size: 15px;
    letter-spacing: .08em;
}

.treatment-container > .treatment-grid:nth-child(7) {
    position: absolute;
    margin: 142px 0 0 120px;
}

.treatment-container > .treatment-grid:nth-child(8) {
    position: absolute;
    margin: 142px 0 0 260px;
}

.treatment-container > .treatment-grid:nth-child(9) {
    position: absolute;
    margin: 142px 0 0 400px;
}

.treatment-container > .treatment-grid:nth-child(10) {
    position: absolute;
    margin: 142px 0 0 530px;
}

.treatment-container > .treatment-grid:nth-child(11) {
    position: absolute;
    margin: 142px 0 0 670px;
}

_:-ms-fullscreen, :root .treatment-container > .treatment-grid:nth-child(7), .treatment-container > .treatment-grid:nth-child(8), .treatment-container > .treatment-grid:nth-child(9), .treatment-container > .treatment-grid:nth-child(10), .treatment-container > .treatment-grid:nth-child(11) {
    position: static;
    margin: 50px auto 0;
}

_:-ms-fullscreen, :root .treatment-container > .treatment-grid:nth-child(7) {
    margin-left: 75px;
}

_:-ms-fullscreen, :root .treatment-container > .treatment-grid:nth-child(11) {
    margin-right: 75px;
}

.treatment-grid:hover > a img{transform: scale(1.1, 1.1); -webkit-transition: all 0.3s ease;}
.treatment-grid:hover > a p{color: #5ecab3; -webkit-transition: all 0.3s ease;}

/***** TEETH *****/

.teeth {
    width: 900px;
    border: solid 1.5px #fff;
    margin: 239px auto 0 auto;
}

_:-ms-fullscreen, :root .teeth {
    margin: 100px auto 0 auto;
}

.teeth-container > p {
    font-size: 21px;
    color: #32325a;
    letter-spacing: 3px;
    background-color: rgba(235, 234, 230, .4);
    font-weight: 700;
    margin: -18px auto 0 auto;
    width: 300px;
    text-align: center;
}

.teeth-img > img {
    width: 418px;
    margin: 85px 0 80px 240px;
}

.teeth-bubble > p {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 2px;
    background-color: #fff;
    padding: 15px;
}

.teeth-bubble > p:hover {
    cursor: pointer;
    background-color: #32325a;
    color: #fff;
    -webkit-transition: all 0.3s ease;
}

.teeth-bubble > p:first-child {
    position: absolute;
    margin: -410px 0 0 310px;
}

.teeth-bubble > p:nth-child(2) {
    position: absolute;
    margin: -410px 0 0 490px;
}

.teeth-bubble > p:nth-child(3) {
    position: absolute;
    margin: -215px 0 0 150px;
}

.teeth-bubble > p:nth-child(4) {
    position: absolute;
    margin: -84px 0 0 285px;
}

.teeth-bubble > p:nth-child(5) {
    position: absolute;
    margin: -84px 0 0 485px;
}

.teeth-bubble > p:nth-child(6) {
    position: absolute;
    margin: -243px 0 0 658px;
}

.teeth-bubble > p:nth-child(7) {
    position: absolute;
    margin: -122px 0 0 130px;
}

.teeth-bubble > p:nth-child(8) {
    position: absolute;
    margin: -110px 0 0 605px;
}

.teeth-bubble > p:nth-child(9) {
    position: absolute;
    margin: -340px 0 0 135px;
}

.teeth-bubble > p:nth-child(10) {
    position: absolute;
    margin: -340px 0 0 670px;
}

/***** FACILITY *****/

.facility {
    width: 900px;
    margin: 82px auto 0 auto;
}

.facility-container {
    margin: 65px auto 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 33px auto 33px auto 33px auto;
    grid-template-columns: auto auto auto auto;
    grid-gap: 33px;
}

_:-ms-fullscreen, :root .facility-container {
    margin: 65px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.facility-grid {
    margin: 0 auto;
    width: auto;
}

_:-ms-fullscreen, :root .facility-grid {
    margin: 0 auto;
    width: 200px;
}

.facility-grid > p:nth-child(2) {
    color: #32325a;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 10px 0 5px 0;
}

.facility-grid > p:nth-child(3) {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: .08em;
	text-align: justify;
}

/***** RESERVATION *****/

.reservation {
    background-image: url(../images/reservation-img.jpg);
    width: 100%;
    margin-top: 92px;
    -o-object-fit: cover;
       object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
}

.reservation-container {
    width: 550px;
    margin: 0 auto;
}

.reservation-container > p:first-child {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #fff;
    padding: 56px 0 35px 0;
}

.reservation-container > p:nth-child(2) {
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 30px;
}

.reservation-container > p:nth-child(3) {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 2px;
    color: #fff;
}

.btn-3 {
    color: #32325a;
    background-color: #fff;
    padding: 15px 20px;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 15px;
    border: none;
}

.btn-3:hover {
    background-color: #32325a;
    color: #fff;
    -webkit-transition: all 0.3s ease;
}

.reservation-container > button {
    margin-bottom: 46px;
}

/***** FOOTER *****/

.footer { 
    width: 450px;
    margin: 42px auto 10px;
}

.footer > img {
    width: 256px;
    margin-bottom: 33px;
}

.footer p:nth-child(2) {
    font-size: 15px;
    letter-spacing: .08em;
    margin-bottom: 0;
}

.footer p:nth-child(4) {
    font-size: 15px;
    letter-spacing: .08em;
    margin-top: 15px;
}

.footer p:nth-child(5) {
    font-size: 14px;
    letter-spacing: .08em;
    margin: 10px 0 30px;
}

/***** GO TOP *****/

.go-top {
    width: 71px;
    height: 71px;
    background-color: #222222;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.go-top:hover {
    opacity: 30%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
}

.go-top > i {
    margin-top: 16px;
    font-size: 16px;
}

.go-top > p {
    font-size: 15px;
    letter-spacing: 3px;
}


/***** SUB HERO *****/

.sub-hero {
    width: 90%;
    margin: 0 auto;
}

.sub-hero > img {
    margin-top: 22px;
    width: 100%
}

/***** SUB PAGE TITLE *****/

.subpage-title {
    background-color: rgba(235, 234, 230, .4);
    height: 412px;
    margin-top: -250px;
}

.title-container {
    width: 800px;
    margin: 0 auto;
}

.title-container > h1 {
    font-family: 'Roboto', sans-serif;
    padding: 290px 0 15px 0;
    color: #32325a;
    font-weight: 700;
    letter-spacing: 6px;
    font-size: 36px;
}

.title-container > p {
    font-size: 13px;
    letter-spacing: 3px;
    color: #32325a;
}

/***** BREADCRUMBS *****/

.breadcrumbs {
    width: 800px;
    margin: 0 auto;
}

.breadcrumbs > p {
    font-size: 13px;
    color: #32325a;
    margin: 48px 0 48px 0;
    letter-spacing: 3px;
}

/***** STYLE H *****/

.style-par {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: .08em;
}

.content {
    width: 800px;
    margin: 0 auto 40px auto;
    overflow: hidden;
}

.style-h2 {
    margin-bottom: 30px;
}

.style-h2 > h2 {
    background-color: rgba(235, 234, 230, .4);
    color: #32325a;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 4px;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}

.style-h3 {
    margin-bottom: 40px;
}

.style-h3 > h3 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 4px;
    padding: 10px 10px 5px 0;
    margin-bottom: 30px;
    border-bottom: solid 1px #5ecab3;
}

.style-h3-2 > h3 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 4px;
    padding: 40px 10px 5px 0;
    margin-bottom: 45px;
    border-bottom: solid 1px #5ecab3;
}




.style-h4 {
    margin-bottom: 30px;
}

.style-h4 > h4 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 4px;
    padding: 10px 10px 10px 0;
    margin-bottom: 10px;
    border-bottom: solid 1px #000;
}

.content h5{
    background: rgba(235, 234, 230, .4);
	display: inline-block;
	font-size: 15px;
	margin-bottom: 13px;
    margin-top: 20px;
    padding: 3px 5px;
}

/***** TABLE CONTENT *****/

.table-content {
    max-width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.black, .grey {
    padding: 10px;
    letter-spacing: 2px;
}

.black {
    background-color: #222222;
    color: #fff;
    width: 25%;
    border-bottom: solid 1px #fff;
}

.grey {
    background-color: rgba(235, 234, 230, .4);
    border-bottom: solid 1px #222222;
}

.table-content tr:last-child > td {
    border-bottom: none;
}

/***** BULLET *****/

.bullet {
    background-color: #f1f9f7;
	padding: 30px 20px;
}

.bullet-list {
    width: 90%;
    margin: auto;
	position: relative;
}

.bullet-list:nth-of-type(n+2){
	padding-top: 20px;
}
.bullet-list:not(:last-child){
	padding-bottom: 20px;
}
.bullet-list:not(:last-child)::after{
	content: '';
	background: #78c8b4;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	position: absolute;
}

.bullet-list i {
    font-size: 10px;
    color: #78c8b4;
    position: absolute;
    margin-top: 9px;
}

.bullet-list p {
    padding-left: 25px;
}

.bullet > .bullet-list:last-child > p {
    border: none;
}

/***** STYLE OL *****/

.style-l1 {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 15% auto;
    grid-template-columns: 15% auto;
}

_:-ms-fullscreen, :root .style-l1 {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

_:-ms-fullscreen, :root .style-l1 > div {
    width: 15%;
}

_:-ms-fullscreen, :root .style-l1 .style-par {
    width: 75%;
}

.content .shape-l1 {
    background-color: #78c8b4;
    width: 100px;
    height: 100px;
    margin: 11px 18px 11px 0;
}

.content .shape-l1 > p {
    padding-top: 30%;
}

.content .shape-l2 {
    background-color: #78c8b4;
    width: 100px;
    height: 70px;
    margin: 11px 18px 11px 0;
}

.content .shape-l2 > p {
    padding-top: 15%;
}

.content .shape-l3 {
    background-color: #78c8b4;
    width: 100px;
    height: 48px;
    margin: 11px 18px 11px 0;
}

.content .shape-l3 > p {
    padding-top: 4%;
}

.content .shape-no {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 2px;
	line-height: normal;
    text-align: center;
    color: #fff;
}

.content .style-l1 > p {
    padding-top: 18px;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 22px solid #000;
    margin: 0 auto 10px auto;
    display: block;
}

/******* DOCTOR @ DOCTOR PAGE *******/

.doctor-item {
    margin-left: 50px;
}

.doctor-name {
    color: #32325a;
    letter-spacing: .08em;
    margin-top: 60px;
}

.doctor-name > p:first-child {
    font-size: 15px;
    margin-bottom: 10px;
}

.doctor-name > p:nth-child(2) {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: .08em;
    margin-bottom: 9px;
}

.doctor-name > p:nth-child(3) {
    font-size: 15px;
    letter-spacing: .08em;
    margin-bottom: 60px;
}

.doctor-img {
    width: 360px;
    height: 401px;
    overflow: hidden;
    position: absolute;
    margin: -169px 0 0 440px;
}

.doctor-img > img {
    width: 115%;
}

.doctor-par {
    width: 800px;
    background-color: #f1f9f7;
    padding: 38px 0 38px 0;
    margin-top: 28px;
}

.doctor-par p {
    margin-left: 50px;
}

.doctor-par > p:first-child {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 22px;
}

.doctor-par > p:nth-child(2) {
    font-size: 15px;
    letter-spacing: .08em;
    line-height: 28px;
    width: 40%;
}

.doctor-par > p:nth-child(3) {
    font-size: 15px;
    letter-spacing: .08em;
    line-height: 28px;
	margin: 35px 50px 0;
}

/******* CAREER @ DOCTOR PAGE *******/

.career-flex {
    margin: 43px 0 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.career-item {
    width: 378px;
}

.career-item:first-child {
    margin-right: 44px;
}

.career-item > p {
    padding-bottom: 9px;
    border-bottom: 1px solid #000;
    margin-bottom: 21px;
}

.career-date {
    margin-bottom: 10px;
}
/*.career-date p {
    display: inline;
    font-size: 14px;
    letter-spacing: 1px;
}*/

.career-date > p:first-child{
	background: rgba(235, 234, 230, .4);
	display: inline-block;
	padding: 0 8px;
}

.career-list {
    margin-bottom: 10px;
}

.career-list li {
    list-style: none;
    font-size: 15px;
}

.career-list li:before{
    content: '-';
    margin-right: 10px;
}

/******* IMAGE @ DOCTOR PAGE *******/

.doctor-big-img {
    width: 100%;
    height: 274px;
}

.doctor-big-img > img {
    width: 100%;
}


/******* CUSTOM ANIMATION WITH AOS *******/


[data-aos="clip-left"] {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  -o-transition-property: clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

[data-aos="clip-left"].aos-animate {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

[data-aos="clip-right"] {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  -o-transition-property: clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

[data-aos="clip-right"].aos-animate {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

[data-aos="clip-down"] {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  -o-transition-property: clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

[data-aos="clip-down"].aos-animate {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/******* ADD TO *******/
.pankuzu{margin: 40px 0;}
.pankuzu li{ font-size: 12px; display: inline-block; letter-spacing: 3px; }
.pankuzu li:not(:last-of-type){ padding-right: .5em; }
.pankuzu li:not(:last-of-type):after{ content: '-'; margin-left: .5em; }

.copyright{font-size: 13px; text-align: center;}

.content p{font-size: 15px; line-height: 2; letter-spacing: .08em; text-align: justify;}
.content span{font-size: 1em;}
.content .img-right{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 20px;}
.content .img-right .right,.content .img-right .left{ flex-basis: calc(100%/2 - 20px);}
.content .img-right .right img,.content .img-right .left img{ width: 100%;}
.content .btn-2{display: block;margin: 30px auto;}

.content img.about-ttl{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.content .about-copy{
	color: #32325a;
    text-align: center;
    font-size: 1.1em;
    font-weight: 700;
    margin-top: 20px;
}

.content .risk{
	background: rgba(235, 234, 230, .4);
	padding: 30px 20px;
}
.content .risk p.risk-txt{
	font-size: 12px;
	padding-left: 18px;
}
.content .risk p:last-child{ margin-top: 10px; text-align: right;}
.content .risk hr{ margin: 18px;}

.content .perio-txt{
	font-size: 30px;
	line-height: inherit;
	text-align: center;
}
.content .perio-box{
	background: #78c8b4;
	display: table;
	margin:  20px auto;
	padding: 30px 20px;
	text-align: center;
}
.content .perio-box p{
	color: #fff;
	font-size: 24px;
}

.content.treatment {
	margin-top: 0;
	height: 400px;
	width: 100%;
}
.content.treatment > div:first-child{padding-top: 0;}

footer{ background: rgba(235, 234, 230, .4); margin: 20px auto 0; padding: 35px 0;}
footer .ft-link{display: flex; justify-content: center; margin-bottom: 35px;}
footer .ft-link li{ font-size: 14px; list-style: none; margin: 0 25px;}

.covid-19{
	width: 895px;
	border: 3px solid #FF0000;
    margin: 50px auto 0;
	padding: 30px 20px;
}
.covid-19 p{
	letter-spacing: .08em;
	text-align: center;
}
.covid-19 p.ttl{
	color: #ff0000;
	font-size: 20px;
	font-weight: 700;
}
.flex{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 30px 0;
}
.flex .flex-box5{
	flex-basis: calc(100%/5 - 10px);
	background: rgba(235, 234, 230, .4);
}
.flex .flex-box5 p{
	font-size: 15px;
	margin: 8px 0 15px;
}
.flex .flex-box5 img{
	display: block;
	margin: 20px auto 0;
	max-width: 70%;
	height: 90px;
}

.flex .flex-box3{
	flex-basis: calc(100%/3 - 10px);
	background: #ffffff;
	position: relative;
}
.flex .flex-box3::before{
	content: '';
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid #32325a;
	border-bottom: 10px solid #32325a;
}
.flex .flex-box3 p{letter-spacing: .1em;}
.flex .flex-box3 p.ttl{font-weight: bold;padding: 10px 10px 0;margin-bottom: 0;}
.flex .flex-box3 p.date{font-size: 13px; margin: 0;}
.flex .flex-box3 p.dtl{font-size: 14px; padding: 10px;text-align: left;}

.ortho-info{
	width: 1050px;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
}
.ortho-info .info-title{margin-bottom: 20px;}
.ortho-info p{margin-bottom: 10px;}
.ortho-info p.date{margin: 20px 0;}
.ortho-info p span{display: inline-block;background: #000; color: #fff; padding: 0 8px; margin-right: 10px;}

h1.entry-title {
	margin-bottom: 28px;
}

.blogdate {
	padding: 13px;
	background: #f4f4f4;
	margin-top: 30px;
}
/*20201214追加　newsレイアウト変更*/
.news_date{
    width:100px!important;
    margin-right:10px;
    background:none!important;
    color: #000!important;
padding:0px!important;}

.news div{overflow: hidden;
    text-overflow: ellipsis;
        white-space: nowrap;}


/*20201214追加　料金表ページ*/
.price .table-content .black{
    width:65%;
}
.price .table-content td{
    text-align: center;
}
.price h3{
    margin-top:50px;
}
.price h4{
    margin-top:30px;
}
.price td.black{
    text-align: left;
}

/*術前後の写真*/

/*
.shorei h5 {
    margin-top: 5px;
    margin-bottom: 0px;
    width: 91%;
    text-align: center;
    font-size:18px;
}

.shorei {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.triplecase{
    width: calc(100%/3);

}

.forthcase{
    width: calc(100%/4);

}

.flow_surgery ul li {
    line-height: 2;
    margin: 30px 0;
}*/

.shorei {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 25px;
    margin-bottom: 50px;
}

.shorei::before {
    position: absolute;
    content: "Before";
    font-size: 24px;
    bottom: -1%;
    left: 37.5%;
    color: rgb(255, 255, 255);
}

.shorei::after {
    position: absolute;
    content: "After";
    font-size: 24px;
    bottom: -1%;
    right: 1.4%;
    color: rgb(255, 255, 255);
}

 .shorei_table {
    width: 100%;
    margin: 40px auto;
}

.shorei_table th, .shorei_table td {
    padding: 20px;
    text-align: left;
    vertical-align: middle;
    border: solid 1px #fff;
}

.shorei_table tr:nth-of-type(even) > * {
    background: #eaeaf0;
}

.shorei_table tr:nth-of-type(odd) > * {
    background: #f4f4f7;
}

.midashi {
    background: #233264 !important;
    color: #fff;
}

.shorei img {
    width: 48.4%;
    box-shadow: 0px 3px 12px rgb(0 0 0 / 20%);
}

.shorei1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shorei1 img{
    max-width: 100%;
}

.shorei1 li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.07em;
    letter-spacing: 0.8em;
    font-weight: bold;
    width: 48.4%;
    line-height: 0;
}

.shorei2 {
    content: "";
    font-size: 20px;
    bottom: -29px;
    left: 0;
    color: rgb(255, 255, 255);
    background: #233264;
    width: 100%;
    text-align: center!important;
}

.p-vw p{
/*    font-family: 游明朝, "Yu Mincho", YuMincho, serif;*/
    font-size: 16.5px;
    margin-bottom: 1em;
    line-height: 2.3;
}
.logolink{
	width: 20%;
}

blockquote {
	padding:30px 20px 30px 60px;
	position:relative;
	border:1px #eee solid;
}
 
blockquote:before {
	font-family:"Font Awesome 5 Free";
	content:'\f10d';
	font-weight:900;
	position:absolute;
	top:20px;
	left:20px;
}
blockquote cite{
	font-size: 15px;
    display: block;
    margin-top: 20px;
    text-align: right;
}

.check {
	list-style-type: none;
}
.check li {
	position: relative;
	line-height: 1.8;
	padding-left: 1.5em;
}
.check li::after {
	content: '';
  	display: block;
  	position: absolute;
  	top: .5em;
  	left: 0;
  	width: 10px;
  	height: 5px;
  	border-left: 3px solid #9c9c9c;
  	border-bottom: 3px solid #9c9c9c;
  	transform: rotate(-45deg);
}

section .content.kinsoku01{
   
  line-break: strict;


}

ol.covid{
margin-left: 70px;
}

div.h2_area .entry-content
{    border-bottom: 1px dotted;
    margin-bottom: 2vw;
    padding-bottom: 2vw;}


