@charset "UTF-8";
@import url("grid.css");

img {
    max-width: 100%;
    height: auto;
    /*高さ自動*/
}

a {
    display: block;
    color: #666;
    text-decoration-line: none;
}

a:hover {
    color: #999;
}

.btn-ptn1 a {
    display: inline-block;
    background: #F1CB35;
    color: #333;
    padding: .75em 3em;
    border-radius: 25px;
    transition: ease .2s;
    margin: 1em 0 2em;
    font-weight: 500;
    letter-spacing: .05em;
}

.btn-ptn1 a:hover {
    opacity: .6;
}



/*ヘッダー
-------------------------------------*/
.header {
    display: flex;
    flex-direction: row;
    padding: 2rem 0 0 0;
}

.header-box {
    margin-left: auto;
    margin-top: 8px;
}

.contact-button {
    padding: 1rem;
    border: 2px solid #000;
}

nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    margin: 1rem 0 0 0;
}

nav li {
    flex: 1 0 auto;
}

nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}

nav a:hover {
    background-color: #f7f7f7;
}

nav a {
    padding: 0.5rem;
}

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

    /* PC時はMENUボタンを非表示 */
    #open,
    #close {
        display: none !important;
    }

    #navi {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    .header {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .header #open,
    #close {
        position: absolute;
        top: 20px;
        right: 12px;
    }

    nav ul {
        flex-direction: column;
    }

    .header li {
        padding-top: 0;
    }

    /* スマホ時はMENUボタンを表示 */
    #open {
        display: block;
        background: url(../img/button.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 50px;
        height: 50px;
        border: none;
        position: absolute;
        top: 20px;
        right: 12px;
    }

    #close {
        display: block;
        background: url(../img/button2.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 50px;
        height: 50px;
        border: none;
        position: absolute;
        top: 20px;
        right: 12px;
    }

    /* スマホ時はメニューを非表示 */
    #navi {
        display: none;
    }
}

/*メイン画像
-------------------------------------*/

.mv-header {
    background: #fff;
    padding: 10px 25px;
}

.mainimg-logo {
    margin: 0;
}

.mainimg-logo img {
    width: 30%;
    max-width: 220px;
}

.mainimg {
    height: 650px;
    background: url(../img/mv-bg-pc.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mainimg .mainimg-copy {
    max-width: 1500px;
    width: 100%;
    padding: 0;
}

.mainimg .mainimg-copy .mainimg-newop {
    width: 90%;
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.mainimg-txt2 {
    color: #fff;
    margin: 15px auto 0;
    text-align: center;
    font-size: 1.1em;
    letter-spacing: .05em;
}

/* 幅1024px以下の表示 */
@media screen and (max-width: 1024px) {

    .mainimg {
        width: 100%;
        height: 550px;
        background-size: cover;
    }

}

/* 幅768px以下の表示 */
@media screen and (max-width: 767px) {

    .mainimg {
        height: 465px;
        background: url(../img/mv-bg-sp.jpg) center center no-repeat;
        background-size: cover;
    }

    .mainimg-logo img {
        width: 45%;
        max-width: 200px;
    }

    .mainimg .mainimg-copy {
        padding: 0 10px;
    }

    .mainimg-txt2 {
        font-size: 15px;
    }

}


/*ブロック
-------------------------------------*/
main {
    margin: 0;
}

section {
    margin: 0;
    padding: 80px 4%;
}

.gray-back {
    background-color: #f4f4f4;
}

.bg-ivory {
    background: #f4eee5;
}

.bg-gray {
    background: #f2f2f2;
}

.center {
    text-align: center;
}

/* 幅768px以下の表示 */
@media screen and (max-width: 767px) {

    section {
        margin: 0;
        padding: 60px 6%;
    }


}


/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
}

.catch h2 {
    line-height: 1.6;
    padding-bottom: 1rem;
}

/*ブロック見出し
-------------------------------------*/
.h2-wrap {
    padding: 0;
    margin-bottom: 20px;
}

h2 {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
}

/*English*/
.h2-eng {
    display: block;
    margin-bottom: 0.6em;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: #838383;
    text-align: center;
}

.h3-eng {
    display: block;
    margin-bottom: 0.6em;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #31567a;
    text-align: left;
}

/* あしらい */
.h2-combine {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.h2-combine-l,
.h2-combine-r {
    max-width: 10%;
}

.h2-combine-l {
    margin-right: 5%;
}

.h2-combine-r {
    margin-left: 5%;
}

/* 幅1024px以下の表示 */
@media screen and (max-width: 1024px) {

    .h2-combine-l,
    .h2-combine-r {
        max-width: 8%;
    }

}

/* 幅768px以下の表示 */
@media screen and (max-width: 767px) {
    .h2-wrap {
        position: relative;
        /*        margin-bottom: 40px;*/
    }

    .h2-wrap h2 {
        letter-spacing: 0.1em
    }

    .h2-combine-l,
    .h2-combine-r {
        position: absolute;
        bottom: 10px;
        max-width: 10%;
    }

    .h2-combine-l {
        left: 0;
    }

    .h2-combine-r {
        right: 0;
    }

}

/*テキスト
-------------------------------------*/

/* 幅768px以下の表示 */
@media screen and (max-width: 767px) {
    .br-sp {
        display: block;
    }

}

.br {
    display: inline-block;
}

.fontsize110 {
    font-size: 110%;
}


/* ブロック - セットA（左右）
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.set-a {
    justify-content: space-between;
}

.set-a:not(:last-of-type) {
    margin-bottom: 100px;
}

.set-a img {
    display: block;
}

.set-a h3 {
    margin-bottom: 20px;
}

.set-a h4 {
    margin-bottom: 20px;
}

.set-a-l {
    order: 1;
    margin: 0;
}

.set-a-r {
    order: 2;
    margin: 0;
}

/* 幅1024px以下の表示 */
@media screen and (max-width: 1024px) {

    .set-a {
        font-size: 15px;
        align-items: flex-start;
    }

}

/* 幅768px以下の表示 */
@media screen and (max-width: 767px) {
    .set-a-l {
        order: 0;
    }

    .set-a-r {
        order: 0;
    }

    .set-a:not(:last-of-type) {
        margin-bottom: 60px;
    }
}


/* ブロック - セットB（上下）
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.set-b img {
    margin-bottom: 20px;
}

.set-b h3 {
    margin-bottom: 20px;
}

.set-b h4 {
    margin-bottom: 20px;
}

/* 幅768px以下の表示 */
@media screen and (max-width: 767px) {

    .set-b .col:not(:last-of-type) {
        margin-bottom: 40px;
    }

}


/*見出し
-------------------------------------*/
h2 {
    margin-bottom: .6rem;
}


/*医院情報
-------------------------------------*/
.information {
    padding: 0;
}

.information .col.span-6 {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
}

.information-l {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 4%;
}

.gmap iframe {
    display: block;
}


/* 幅768px以下の表示 */
@media screen and (max-width: 767px) {

    .information .col.span-6 {
        max-width: 100%;
    }

    .gmap iframe {
        height: 300px;
    }

}



/*ごあいさつ
-------------------------------------*/
.greeting {
    background: url("../img/greeting-bg2.jpg") top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 80px 4%;
}

.greeting-img2 {
    max-width: 1150px;
    margin: 0 auto 60px;
    ;
}


/* メッセージ */
.message {
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 2.4;
    text-align: center;
}

.message p {
    margin-bottom: 1.6em;
}


@media screen and (max-width: 767px) {
    .message {
        font-size: 16px;
    }
}


.quote {
    font-size: .95em;
    padding: 1em 1em 1em 2em;
    /*    background: #d9eef4;*/
    border-left: 2px solid #088294;
    color: #088294;
    font-weight: 500;
}

.quote_source {
    display: block;
    color: #666;
    font-size: .8em;
    text-align: right;
    margin-top: 1em;
}

.quote_source a {
    display: inline;
    color: #088294;
    text-decoration: underline;
    transition: ease .3s;
}

.quote_source a:hover {
    opacity: .7;
}

/* プロフィール */
.prof {
    font-weight: 500;
    margin-top: 50px
}

.prof .prof-h2 {
    padding: 0.2em;
    text-align: center;
    background: #f0f0f0;
    font-size: 1.1em;
}

/* 名前 */
.prof .name {
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
}

.prof .name .position {
    font-size: 70%;
    margin-right: .7em;
}

.prof .name .eng {
    font-size: .5em;
    margin-left: 1em;
    letter-spacing: .1em;
    color: #088294
}

/* 資格 */
.prof ul.license {
    margin-bottom: 20px;
}

.prof ul.license li {
    list-style: disc;
    list-style-position: outside;
    margin: 0 1.4em;
    font-weight: 400;
}

.prof ul.license li a {
    color: #f05454;
    text-decoration: underline;
    font-size: 15px;
}

/* 略歴 */
.prof .biography {
    overflow: hidden;
    font-size: 14px;
    font-weight: 400
}

.prof .biography dt {
    float: left;
}

.prof .biography dd {
        margin-left: 80px;
}

/* 幅1024px以下の表示 */
@media screen and (max-width: 1024px) {

    .greeting .row {
        /*        flex-direction: column;*/
        /*        align-items: center;*/
    }

    .greeting .col.greeting-img {
        max-width: 60%;
        margin-bottom: 40px;
    }

    .greeting .col.greeting-text {
        max-width: 100%;
    }

    .prof {
        /*        padding: 0 0 0.2em 1.4em;*/
    }

    /* 資格 */
    .prof ul.license li a {
        font-size: 14px;
    }

    /* 略歴 */
    .prof .biography {
        font-size: 14px;
    }

    .prof .biography dd {
        margin-left: 70px;
    }

}

/* 幅768px以下の表示 */
@media screen and (max-width: 767px) {

    .greeting {
        padding: 80px 6%;
        background: #f5f5f5
    }

    .greeting h2 {
        /*        font-size: 1.8rem;*/
    }

    .greeting-img2 {
        margin-bottom: 30px;
    }

    .greeting .col.greeting-img {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .message {
        font-size: 14px;
    }

    .prof {
/*        padding: 30px 8%;*/
    }

    .prof .name {
        font-size: 24px;
    }
}


/*当院の特徴
-------------------------------------*/
.feature .h2-wrap {
    margin-bottom: 80px
}

.feature .feature-img {
    position: relative;
}

.feature .feature-img::before,
.feature .feature-img::after {
    content: "";
    display: block;
    position: absolute;
}

.feature .feature-img::before {
    height: 99px;
    width: 106px;
    background: url(../img/feature-img-deco-r.svg) center center no-repeat;
    background-size: contain;
    top: -16px;
    right: -16px;
}

.feature .feature-img::after {
    height: 113px;
    width: 110px;
    background: url(../img/feature-img-deco-l.svg) center center no-repeat;
    background-size: contain;
    bottom: -16px;
    left: -16px;
}

/* 幅768px以下の表示 */
@media screen and (max-width: 767px) {
    .feature .h2-wrap {
        margin-bottom: 60px
    }

    .feature .feature-img {
        width: 90%;
        margin: 0 auto 30px;
    }
}


/*医院情報
-------------------------------------*/
.table-ptn1 {
    width: 100%;
    margin-top: 20px;
}

.table-ptn1 tbody tr th,
.table-ptn1 tbody tr td {
    padding: 0.6em 2em;
    line-height: 1.6;
    font-size: 15px;
}

.table-ptn1 tbody tr th {
    vertical-align: top;
    white-space: nowrap;
}


/* カレンダー */
.clinic-schedule-compact .schedule-row {
  display: flex;
  flex-wrap: wrap; /* スマホで幅が足りない場合は自然に改行させる */
  margin-bottom: 0.5em; /* 行間の余白を少しだけ取る */
  line-height: 1.6;
}

.clinic-schedule-compact .schedule-day {
  width: 9em; /* 曜日の幅を固定して、縦のラインを揃える */
  font-weight: bold;
}

.clinic-schedule-compact .schedule-time {
  flex: 1; /* 残りの幅を埋める */
}

.note {
  font-size: 0.9em;
  color: #666;
  display: inline-block; /* スマホで改行された時に綺麗に見せるため */
}

/* スマホ（画面幅が狭い時）の微調整 */
@media (max-width: 480px) {
  
}


/* 幅768px以下の表示 */
@media screen and (max-width: 767px) {

    .table-ptn1 tbody tr th,
    .table-ptn1 tbody tr td {
        font-size: 15px;
    }

    .table-ptn1 tbody tr th {
        padding: 1em 1em 1em 0;
    }

    .table-ptn1 tbody tr td {
        padding: 1em 0 1em 1em;
    }
    .clinic-schedule-compact .schedule-day {
    width: 100%; /* スマホの極小画面では縦並びに逃がすことも可能 */
    margin-bottom: 0.2em;
  }
}

/*予約について
-------------------------------------*/
.recruit p {
    color: #fff !important;
}

.appo-num {

}

.appo-num a {
    display: inline-block;
    background: #f2684d;
    color: #fff;
    padding: 4px 25px;
    font-size: 16px;
    border-radius: 40px !important;
    transition: ease .3s;
}

.appo-num a:hover {
    opacity: .7;
}

/*採用情報
-------------------------------------*/
.recruit {
    padding: 140px 4% !important;
    background: url(../img/recruit-bg2.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.recruit h2 {
    color: #fff;
    margin-bottom: 50px;
}

.recruit h2 .h2-eng {
    color: #f2684d;
}

.recruit-cs img {
    max-width: 80%;
}

/* coming soon */
.coming-soon {
    max-width: 700px;
    margin: auto;
}

/* close */
.close {
    display: inline-block;
    min-width: 70%;
    background: #F1CB35;
    /*    border: 4px solid #F1CB35;*/
    padding: 20px 40px;
    margin: 20px auto;
    border-radius: 4px;

}

.close .day {
    margin: 5px auto;
}

.close .text {
    font-weight: 500;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .close {
        padding: 15px;
    }

    .close .text {
        font-size: 16px;
    }
}


/* 募集要項 */
.recruit-wrap {
    background: #fff;
    border-radius: 4px;
    padding: 30px;
}

/* 幅768px以下の表示 */
@media screen and (max-width: 767px) {

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

    .recruit {
        padding: 80px 3% !important;
        background: url(../img/recruit-bg2-sp.jpg) center top no-repeat;
        background-size: cover;
    }

    .recruit-wrap {
        padding: 20px 6%;
    }
}


/* テーブル スマホ時改行 */
@media screen and (max-width: 767px) {

    .table-newline tbody tr th {
        display: block;
        border-bottom: 0;
        padding-bottom: .5em;
    }

    .table-newline tbody tr td {
        display: block;
        padding-top: 0;
        padding-left: 0;
        font-size: 15px;
    }
}


/*申し込みの流れ
-------------------------------------*/
.flow.row {
    margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #f7f7f7;
    padding: 5rem 0;
}

footer h4 {
    border-bottom: 3px solid #ccc;
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
    border: 1px solid #ccc;
    text-align: center;
    padding: 2rem 0;
}

.table {
    margin: 4rem 0;
}

.table th {
    width: 250px;
}

/*コピーライト
-------------------------------------*/
.copyright {
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    background-color: #b1a08a;
    font-size: 15px;
}

.copyright a {
    color: #fff;
    text-decoration: none;
    display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

#pagetop a {
    display: block;
    background: #333;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
    border-radius: 4px;
    background: #f2684d;
    transition: ease .3s;
}

#pagetop a:hover {
    opacity: .7;
}



/* 幅1024px以下の表示
-------------------------------------*/
@media screen and (max-width: 1024px) {

    /*医院情報*/
    .table-ptn1 {
        min-width: 100%;
    }

}



/*ヘッダー

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px) {

    /*ヘッダー
-------------------------------------*/
    .header-box {
        display: none;
    }

    /*お問い合わせ
-------------------------------------*/
    .table th {
        width: 100%;
        display: block;
    }

    .table td {
        display: block;
    }
}


.center {
    margin: 0 0 20px;
}

.center img {
    width: 100%;
    height: auto;
}

.center .slick-next {
    right: 20px;
    z-index: 99;
}

.center .slick-prev {
    left: 15px;
    z-index: 100;
}
