body {
    font-family: 'Noto Sans JP';
}

h2, p {
    color: #444444;
}

a {
    text-decoration: none;
}

.contents-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 1200px ) {
    .contents-inner {
        max-width: 900px;
    }
}

.underline-la{
    background: linear-gradient(transparent 70%, #99E5A5 70%);
}

.underline-li{
    background: linear-gradient(transparent 75%, #99E5A5 75%);
    line-height: 14px;
}

.main-bgcolor {
    background-color: #F5FCF8;
}

/* 電話番号 */

.telnumber > img {
    width: 24px;
    height: 25px;
    margin: auto 5px auto 0;
}

.phonenumber {
    font-size: 24px;
    color: #21A937;
    font-weight: bold;
    /* text-align: center; */
}
.telnumber {
    display: flex;
    height: 35px;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 1280px ) {
    .telnumber {
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 768px ) {
    .telnumber > img {
        width: 18px;
        height: auto;

    }
    .phonenumber {
        font-size: 20px;
    }
}

/* ヘッダー */
.header {
    height: 130px;
}

.header .header-inner {
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1180px;
    margin: 0 auto;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 768px ) {
    .header-inner {
        flex-direction: column;
        padding-top: 10px;
        height: 90%;
    }
}

.header-logo {
    width: 263px;
    height: 73px;
}
@media (max-width: 768px ) {
    .header-logo {
        width: 200px;
    }
}

.header-info {
    text-align: right;
}

@media (max-width: 768px ) {
    .header-info {
        margin-bottom: 10px;
    }
}

.header-info > p {
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 20px;
}

@media (max-width: 768px ) {
    .header-info > p {
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 0;
    }
}

.header-telnumber {
    justify-content: right;
}

@media (max-width: 768px ){
    .header-telnumber {
        justify-content: center;
        height: 24px;
    }
}




/* mv */

.mv {
    background-image: url(../image/fv.png);
    width: 100%;
    height: 947px;
    background-size: cover;
    background-position: right center;
    display: flex;
}

@media ( max-width: 1100px ) {
    .mv {
    background-position: right -250px center;
    }
}

@media ( max-width: 768px ) {
    .mv {
        height: 600px;
        background-position: right -150px center;
    }
}

.mv h2 {
    writing-mode: vertical-rl;
    font-size: 28px;
    font-weight: bold;
    color: #444444;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
}

.mv span {
    color: #21A937;
}

.mv-copy-l {
    width: 102px;
    height: 565px;
    background-color: #FFFFFF;
    margin: 133px 40px auto 211px;
    position: relative;
}
.mv-copy-r {
    width: 102px;
    height: 565px;
    padding-right: 0;
    background-color: #FFFFFF;
    margin: 133px auto auto 40px;
    position: relative;
}

@media ( max-width: 1280px ) {
    .mv h2 {
        font-size: 26px;
    }
    .mv-copy-l {
        width: 90px;
        height: 500px;
        margin: auto 0 50px 30px;
    }
    .mv-copy-r {
        width: 90px;
        height: 500px;
        margin: auto auto 50px 25px;
    }
}

@media ( max-width: 768px ) {
    .mv h2 {
        font-size: 16px;
    }
    .mv-copy-l {
        width: 50px;
        height: 320px;
        margin: auto 0 30px 20px;
    }
    .mv-copy-r {
        width: 50px;
        height: 320px;
        margin: auto auto 30px 15px;
    }
}

/* 紹介 */

.intro {
    display: flex;
    max-height: 664px;
}

@media (max-width: 1280px ) {
    .intro {
        display: inline;
    }
}

.intro-caption-ttl {
    margin: 193px auto auto 31px;
}

@media (max-width: 1280px ) {
    .intro-caption-ttl {
        margin-top: 100px;
        margin-left: 0;
    }
}

.intro-caption-ttl h2 {
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: bold;
}

@media (max-width: 1280px ) {
    .intro-caption-ttl h2 {
        text-align: center;
    }
}

@media (max-width: 768px ) {
    .intro-caption-ttl h2 {
        font-size: 18px;
    }
}

.intro-caption-detail {
    max-width: 415px;
    height: 138px;
    margin-top: 5px;

}

@media (max-width: 1280px ) {
    .intro-caption-detail {
        margin: 0 auto 0 auto;
    }
}

@media (max-width: 768px ) {
    .intro-caption-detail {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.intro-caption-detail p {
    font-size: 16px;
    line-height: 38px;
}

@media (max-width: 1280px ) {
    .intro-caption-detail p {
        display: inline;
        line-height: 30px;
    }
}

@media (max-width: 768px ) {
    .intro-caption-detail p {
        font-size: 14px;
        line-height: 24px;
    }
}

.intro-img {
    margin: 162px 0 82px 44px;
}

@media (max-width: 1280px ) {
    .intro-img {
        max-width: 600px;
        width: 100%;
        margin: 40px auto 82px auto;
        text-align: center;
    }
}

@media (max-width: 768px ) {
    .intro-img {
        padding: 0 10px;
    }
}

/* 治療内容 */

.main-contents {
    padding-top: 78px;
    margin-bottom: 82px;
    text-align: center;
}

.treatment-ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 78px;
}

.treatment-caption {
    font-size: 16px;
    margin-bottom: 34px;
    display: inline-flex;
}

@media (max-width: 768px ) {
    .treatment-ttl {
        margin-bottom: 50px;
    }
    .treatment-caption {
        display: block;
        font-size: 14px;
        margin: 0 auto 60px auto;
    }
}

.wrapper {
    display: flex;
}

@media (max-width: 1280px ) {
    .wrapper {
        flex-direction: column;
    }
}

.treatment-box {
    background-color: #FFFFFF;
    max-width: 690px;
    height: 591px;
    width: calc(33.33333333% - 20px * 2 / 3);
    border: 2px solid #C9C9C9;
    border-radius: 10px;
    margin-right: 20px;
    position: relative;
    padding: 40px 20px 0 20px;
}

@media (max-width: 1280px ) {
    .treatment-box {
        width: 100%;
        height: 500px;
        margin:0 auto 20px auto;
    }
}

.treatment-box:nth-child(3) {
    margin-right: 0;
}

@media (max-width: 1280px ) {
    .treatment-box:nth-child(3){
        margin-right: auto;
        margin-bottom: 0;
    }
}

.treatment-box > h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 45px;
}

@media (max-width: 768px ) {
    .treatment-box > h2 {
        font-size: 20px;
    }
}

.treatment-box > p {
    margin: 0 auto;
    tab-size: 16px;
    line-height: 38px;
    font-weight: bold;
    text-align: left;
    /* margin: auto 20px auto 20px; */
}

@media (max-width: 1280px ) {
    .treatment-box > p {
        max-width: 450px;
    }
}

@media (max-width: 768px ) {
    .treatment-box > p {
        font-size: 14px;
        line-height: 26px;
    }
}

.treatment-box-pl {
    max-width: 319px;
}



.treatment-box-pc {
    max-width: 304px;
}

.treatment-box-pr {
    max-width: 324px;
}

.treatment-box img {
    width: 187px;
    height: 187px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}


/* お知らせ */

.info {
    padding-bottom: 112px;
}

@media (max-width: 1280px ) {
   .info {
      padding-left: 10px;
      padding-right: 10px;
    }
}

.info > h2 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 70px;
}

.info-contents {
    /* height: 390px; */
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px  rgba(0, 0, 0, .29);
    border-radius: 30px;
    padding: 49px 10px 90px 10px;
    position: relative;
}

@media (max-width: 1280px ) {
    .info-contents {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 768px ) {
    .info-contents {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.info-content {
    max-width: 1048px;
    display: flex;
    border-bottom: 2px solid #E7E7E7;
    align-items: center;
    margin: 0 auto 19.5px auto;
    padding-bottom: 18.5px;
}

@media (max-width: 768px ) {
    .info-content {
        align-items: flex-start;
    }
}

.info-content-date {
    display: flex;
}

@media (max-width: 768px ) {
    .info-content-date {
        flex-direction: column;
        text-align: left;
    }
}

.info-content-date > time {
    color: #21A937;
    font-weight: bold;
    font-size: 16px;
}

.info-content-ttl{
    width: 80px;
    height: 25px;
    margin-left: 30px;
    margin-right: 30px;
    background-color: #444444;
}
@media (max-width: 768px ) {
    .info-content-date > time {
        text-align: left;
        font-size: 14px;
    }
    .info-content-ttl {
        margin-left: 0;
    }
}

.info-content-ttl > p {
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}

.info-content-detail{
    font-weight: bold;
    font-size: 16px;
}

@media (max-width: 768px ) {
    .info-content-detail{
        font-size: 14px;
    }
}

.info-more {
    text-align: right;
    margin-top: 20px;
    position: absolute;
    bottom: 46px;
    right: 48.5px;
}

/* フッター */

.footer-inner {
    display: flex;
    position: relative;
    margin: 196px auto 163px auto;
}

@media (max-width: 1280px ) {
    .footer-inner {
        flex-direction: column-reverse;
        padding: 0 10px 0 10px;
    }
}

.footer-wrapmap {
    position: relative;
    width: 51.5%;
}

.footer-map {
    height: 0;
    padding-top: 72.37%;
    align-items: center;
    max-width: 608px;
}

.footer-map > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1280px ) {
    .footer-wrapmap {
        width: 70%;
        margin: 0 auto;
    }
}

@media (max-width: 768px ) {
    .footer-wrapmap {
        width: 80%;
    }
}

.footer-info {
    max-width: 572px;
    width: 48.5%;
    padding-left: 34px;
}

.footer-info > img {
    width: 263px;
}

@media (max-width: 1280px ) {
    .footer-info {
        width: 100%;
        height: auto;
        margin: 0 auto 20px auto;
        padding-left: 0;
        text-align: center;
    }
}

.footer-add {
    display: flex;
    margin: 25px auto 25px auto;
}

@media (max-width: 1280px ) {
    .footer-add {
        justify-content: center;
    }
}

@media (max-width: 1280px ) {
    .footer-add {
        flex-direction: column;
    }
}

.footer-add p {
    font-size: 16px;
    line-height: 24px;
}

.postcode {
    margin-right: 16px;
}

.footer-info-detail {
    width: 100%;
    margin-top: 28.5px;
    padding-top: 19px;
    padding-bottom: 19px;
    border-top: 2px solid #E7E7E7;
    border-bottom: 2px solid #E7E7E7;
    position: relative;
}

@media (max-width: 1280px ) {
    .footer-info-detail {
        justify-content: center;
        margin: 20px auto 0 auto;
    }
}

.opentime {
    display: flex;
}

@media (max-width: 1280px ) {
    .opentime {
        justify-content: center;
    }
}

.opentime > p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 2.5px;
    margin-right: 28.5px;
}
@media (max-width: 350px ) {
    .opentime > p {
        margin-right: 10px;
    }
    .opentime-contents {
        padding-left: 10px;
    }
}

.opentime-contents {
    height: auto;
    border-left: 2px solid #E7E7E7;
    padding-left: 28.5px;
    padding-top: 2.5px ;
}

@media (max-width: 350px ) {
    .opentime-contents {
        padding-left: 10px;
    }
}

.opentime-content {
    display: flex;
    margin-bottom: 13px;
    align-items: center;
}

@media (max-width: 768px ) {
    .opentime-content {
        flex-wrap: column;
        align-items: start;
        justify-content: flex-start;
    }
}


.opentime-content p {
    font-size: 14px;
    line-height: 20px;
}

.opentime-right {
    display: flex;
}

.morning {
    margin-left: 23px;
    margin-right: 17px;
}

@media (max-width: 768px ) {
    .opentime-right {
        flex-direction: column;
        margin-left: 23px;
    }
    .morning {
        margin-left: 0;
        margin-right: 20px;
    }
    .afternoon {
        margin-right: 12px;
    }
}
@media (max-width: 350px ) {
    .opentime-right {
        margin-left: 10px;
    }
}

.closeday {
    display: flex;
    margin-top: 20px;
}

@media (max-width: 1280px ) {
    .closeday {
        margin-left: 82px;
    }
}

@media (max-width: 768px ) {
    .closeday {
        justify-content: center;
        margin-left: 0;
    }
}

.closeday p {
    font-size: 14px;
    margin-right: 42.5px;
    line-height: 29px;
}

@media (max-width: 768px ) {
    .opentime  p,
    .opentime-content p,
    .closeday p {
        font-size: 12px;
    }
}

@media (max-width: 350px ) {
    .closeday > p {
        margin-right: 22px;
    }
}


.closeday-content {
    height: 29px;
    padding-left: 28.5px;
    border-left: 2px solid #E7E7E7;
}

@media (max-width: 768px ) {
    .closeday-content {
        padding-right: 66px;
    }
}

@media (max-width: 350px ) {
    .closeday-content {
        padding-right: 29.5px;
        padding-left: 29.5px;
    }
}


.copyright {
    font-size: 11px;
    margin-top: 21.5px;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 0;
}

@media (max-width: 1280px ) {
    .copyright {
        text-align: center;
        width: 100%;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -100%);
    }
}

@media (max-width: 768px ) {
    .copyright {
        font-size: 10px;
    }
}
