/* KAKUGO */
@font-face {
font-family: 'KAKUGO';
font-display: swap;
font-style: normal;
font-weight: 300;
src: url('../fonts/notesuns-light.woff2') format('woff2'),
     url('../fonts/notesuns-light.woff') format('woff');
}
/* MARUGO */
@font-face {
font-family: 'MARUGO';
font-display: swap;
font-style: normal;
font-weight: 400;
src: url('../fonts/round.woff2') format('woff2'),
     url('../fonts/round.woff') format('woff');
}

/* ======================================
　　PC／共通
====================================== */
html{
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'KAKUGO', sans-serif;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.05rem;
    line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #555647;
}
body{
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
}
#wrapper {
  overflow: hidden;
}
a{
    text-decoration: none;
    color: #555647;
}
iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
/* 全体の枠 ------------------------------ */
.common{
    display: flex;
    width: 100%;
    margin: 0;
}
/* 左／外枠 ------------------------------ */
.left{
    width: 75%;
    margin: 0;
}
/* 左／コンテンツ ------------------------------ */
.contents{
    width: 100%;
    margin: 3rem 0 8rem 0;
    padding: 0 6rem;
    box-sizing: border-box;
}
/* 左／FLEX --------------------- */
.flex-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
}
.flex-item1, .flex-item2{
    margin: 0;
    padding: 0;
}
/* 右／サイドメニュー --------------------- */
.right{
    width: 25%;
    margin: 0;
    background-color: #f8f4e6;
}
.side-nav{
    position: sticky;
    top: 0;
    width: 100%;
}
/* h1／子階層ヘッダー---------------------------- */
#top-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0 1rem;
    box-sizing: border-box;
    background-color: #9e9478;
    font-family: 'MARUGO';
    font-weight: normal;
    color: #ffffff;
}
#top-bar div{display: inline-block;}
#top-bar p{
    display: inline-block;
    margin: 0 1.5rem 0 0.8rem;
    font-size: 1rem;
}
#top-bar h1{
    display: inline-block;
    font-size: 1.2rem;
}
#top-bar .tel{
    display: block;
    margin-right: 0.8rem;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffffff;
}
#top-bar .tel img{
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.3rem;
    margin-bottom: -0.2rem;
}
/* h2／子階層タイトル---------------------------- */
.child-top{
    position: relative;
    width: 100%;
    height: 400px;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.child-top h2{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 2rem 0;
    background-color: rgba(255, 255, 255, 0.85);
    font-family: 'MARUGO';
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.2rem;
}
/* h3／大見出し---------------------------- */
h3{
    color: #716246;
    display: block;
    width: 100%;
    margin-bottom: 3rem;
    padding: 0.2rem 0;
    border-top: solid 3px #bce2e8;
    border-bottom: solid 3px #bce2e8;
    font-family: "MARUGO";
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.05rem;
}
/* h4／子見出し---------------------------- */
h4{
    margin: 0 0 1.5rem 0;
    padding: 0.3rem 1rem;
    border-left: solid 10px #fdd35c;
    background-color: #ffffe5;
    font-family: 'MARUGO';
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
}
/* ボタン---------------------------- */
.botton{
    display: inline-block;
    padding: 0.2rem 1.5rem;
    border: solid 2px #66c0cc;
    border-radius: 1.5rem;
    background-color: #ebf6f7;;
    font-family: "MARUGO";
    font-size: 0.9rem;
    text-align: center;
}
.botton:hover{
    background-color: #66c0cc;
    color: #ffffff;
}
/* マージン上下---------------------------- */
.margin-t{margin-top: 5rem;}
.margin-b{margin-bottom: 5rem;}



/* ======================================
　　PC／index
====================================== */
/* 画像 -------------------------*/
#top{
    position: relative;
    width: auto;
    height: calc(100% - 60px);
    margin: 0;
    background-image: url(../img/top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 40%;
    line-height: 1.8;
}
/* クリニック名 --------------------*/
#top .clinic-name{
    position: absolute;
    top: 5%;
    left: 3%;
    list-style: none;
    padding-left: 0;
    font-family: 'MARUGO';
    line-height: normal;
}
#top .clinic-name li:first-child{
    font-family: 'KAKUGO';
    font-size: 1.1rem;
}
#top .clinic-name h1{
    margin: 0;
    padding: 0;
    font-size: 2.2rem;
    font-weight: bold;
}
#top .clinic-name li:last-child{
    font-family: 'KAKUGO';
    font-size: 0.9rem;
    text-align: center;}
/* 大切なのは〜 --------------------*/
#top .motto{
    position: absolute;
    top: 40%;
    left: 7%;
    width: 34%;
    list-style: none;
    padding-left: 0;
    line-height: 1.8;
}
#top .motto p:first-child{
    display: inline-block;
    width: 100%;
    margin: 0;
    padding-bottom: 0.3rem;
    border-bottom: solid 2px #fdd35c;
    font-family: 'MARUGO';
    font-size: 1.4rem;
    font-weight: 400;
}
#top .motto p:last-child{
    width: 100%;
    margin-top: 1rem;
    padding: 0;
}
/* 特徴３つ --------------------*/
#top .point{
    position: absolute;
    bottom: 8%;
    left: 7%;
    list-style: none;
    padding-left: 0;
}
#top .point li{
    display: block;
    margin-top: 1rem;
    padding: 0.2rem 2rem;

    border-radius: 1.5rem;
    background-color: #bce2e8;
    font-size: 0.9rem;
    text-align: center;
}
/* 地域の皆さまのため〜 --------------------*/
#top .copy{
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    list-style: none;
    padding-top: 0;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-family: 'MARUGO';
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 2;
    letter-spacing: -2px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#top .copy li:first-child{text-align: start;}
#top .copy li:nth-child(2){text-align: center;}
#top .copy li:last-child{text-align: end;}


/* ======================================
　　PC／お知らせ
====================================== */
#news{margin-top: 7rem;}
.pkobo iframe{
    display: block;
    width: 100%;
    height: 400px;
    margin-bottom: 1rem;
    padding: 0;
    box-sizing: border-box;
    background-color: #ebf6f7;
}
#newsWrap{
    padding-left: 0;
	color: #494947;
    text-align: left;
    line-height: 1.6;
}
#newsList{margin: 0 2rem 1.5rem 0rem;}
#newsList li{
    list-style: none;
    padding: 2rem 0;
    border-bottom: solid 1px #bce2e8;
}
#newsList .up_ymd{
	display: block;
	color: #80807c;
    font-size: 0.8rem;
}
#newsList .title a{
    display: block;
	pointer-events: none;
	text-decoration: none;
    margin: 0.4rem 0;
    font-size: 1.1rem;
    font-weight: bold;
    color: #554738;
}
.comment{display: block;}
.thumbNailWrap{display: none;}


/* ======================================
　　PC／診療時間
====================================== */
#schedule.contents{margin-bottom: 5rem;}
#schedule ul{
    list-style: none;
    padding-left: 0;
}
#schedule li{padding: 0.3rem 0;}
#schedule .scroll{
    white-space: nowrap;
    overflow: hidden;
}
#schedule .scroll p{display: none;}
#schedule table{
    width: 100%;
    margin: 1rem 0;
    border-collapse: collapse;
    letter-spacing: 1px;
    text-align: center;
}
/* 曜日と時間帯 */
#schedule .day th,#schedule .doctor th{
    padding: 0.3rem;
    border: solid 3px #ffffff;
    background-color: #8b9199;
    color: #ffffff;
}
/* 左上の空白 */
#schedule .day .holiday{background-color: #f2a0a1;}
/* td共通 */
#schedule .day .blank{background-color: #ffffff;}
#schedule .doctor td{
    width: 9%;
    padding: 1rem;
    border: solid 1px #8b9199;
    font-size: 1.2rem;
    font-weight: bold;
}
/* 時間の幅 */
#schedule .doctor .time{width: 25%;}
/* 時間の幅（午前・午後） */
#schedule .doctor .time span{font-size: 0.9rem;}
/* 休診日*/
#schedule .doctor .closed{
    width: 9%;
    background-color: #eae5e3;
    color: dimgray;
}


/* ======================================
　　PC／お悩みありませんか
====================================== */
#worry{
    width: 100%;
    margin-bottom: 8rem;
    box-sizing: border-box;
}
#worry .position{
    position: relative;
    width: 100%;
    height: 900px;
}
#worry .position .bg{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 100%;
    height: 600px;
    background-color: #eae5e3;
}
#worry .position img{
    position: absolute;
    z-index: 20;
    bottom: 7%;
    right: 7%;
    width: 50%;
    object-fit: cover;
}
#worry .position p{
    position: absolute;
    z-index: 30;
    top: 7%;
    left: 7%;
    display: block;
    width: 48%;
    margin: 0;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.95);
    border: solid 2px #eae5e3;
    line-height: 1.8;
}
#worry ul{
    list-style: none;
    margin: 0;
    padding-left: 0;
    border-top: solid 2px #eae5e3;
    border-bottom: solid 2px #eae5e3;
}
#worry li{
    position: relative;
    padding: 0.1rem 0 0.1rem 3rem;
    border-bottom: dotted 1px #8b9199;
    font-size: 1rem;
}
#worry li:before {
    content: "";
    position: absolute;
    top: 0.7rem;
    left: 1.4rem;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 4px;
    height: 10px;
    border-right: 2px solid #8b9199;
    border-bottom: 2px solid #8b9199;
}
#worry li:after {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    width: 18px;
    height: 18px;
    border: 1px solid #8b9199;
    border-radius: 2px;
}
#worry li:last-child{border-bottom: none;}
.sorry{
    width: 100%;
    margin-top: 2rem;
}


/* ======================================
　　PC／病名から探す
====================================== */
#sick ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
}
#sick li{
    position: relative;
    width: 43%;
    height: calc(80px + 2.3rem);
    margin: 1.5rem 0;
    font-size: 0.9rem;
}
#sick li img{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0%;
    display: block;
    width: 100%;
    height: 80px;
    object-fit: cover;
}
#sick li span{
    content: "";
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.35;
}
#sick li span:hover{opacity: 0;}
#sick li p{
    position: absolute;
    z-index: 30;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2.3rem;
    margin: 0;
    padding: 0.3rem 0 0.1rem 0;
    background-color: #dcd3b2;
    font-size: 0.9rem;
    box-sizing: border-box;
    text-align: center;
}


/* ======================================
　　PC／はじめて受診される方へ
====================================== */
#jump{
    content: "";
    display: block;
    height: 3px;
}
.today{font-size: 0.9rem;}
#first .appointment{
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 1.5rem;
    padding: 0;
    font-family: 'MARUGO';
}
#first .tel{
    display: inline-block;
    font-size: 2rem;
}
#first .appointment .tel img{
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.4rem;
    margin-bottom: -0.1rem;
}
#first .appointment p{
    display: inline-block;
    padding-left: 1.5rem;
}
.dl-botton{
    display: block;
    width: 70%;
    margin: 0 auto;
    padding: 0.1rem 1.5rem;
    border: solid 2px #66c0cc;
    border-radius: 1.5rem;
    background-color: #ebf6f7;
    font-family: "MARUGO";
    font-size: 1.2rem;
    text-align: center;
}
.dl-botton a{
    display: block;
    width: 100%;
    height: 100%;
}


/* ======================================
　　PC／子階層／当院の特徴
====================================== */
#clinic .child-top{background-image: url(../img/clinic.jpg);}
#clinic .flex-item1{width: 60%;}
#clinic .flex-item2{
    width: 40%;
    height: 200px;
    margin: 0;
    padding-left: 3rem;
    box-sizing: border-box;
    object-fit: cover;
}


/* ======================================
　　PC／子階層／理事長挨拶
====================================== */
#director .child-top{background-image: url(../img/director.jpg);}
#director .terasaki{
    display: block;
    margin: 1rem 0 2rem 0;
    text-align: right;
}
#director ul{
    display: block;
    width: 55%;
    margin-left: 45%;
    padding: 1.5rem 0 0 0;
    box-sizing: border-box;
    list-style: none;
    border-top: solid 1px #8b9199;
}
#director li{
    margin: 0;
    padding: 0;
}


/* ======================================
　　PC／子階層／自立支援医療
====================================== */
#jiritsu .child-top{background-image: url(../img/jiritsu.jpg);}
#jiritsu ul{
    display: inline-block;
    list-style: none;
    width: 40%;
    padding-left: 0;
}
#jiritsu li{margin: 1rem 0;}
#jiritsu li .botton{
    width: 50%;
    text-align: center;
}


/* ======================================
　　PC／子階層／子階層　各種診断書
====================================== */
#document .child-top{background-image: url(../img/document.jpg);}
#document li{margin-bottom: 2rem;}


/* ======================================
　　PC／子階層／診療時間・アクセス
====================================== */
#schedule.contents.access{margin-top: 5rem;}
#access .child-top{
    background-image: url(../img/access.jpg);
    text-align: center;
}
#access iframe{
    width: 100%;
    height: 550px;
    border: none;
}


/* ======================================
　　PC／子階層／各病名ページ
====================================== */
#sick-01 .child-top{background-image: url(../img/01_sleep.jpg);}
#sick-02 .child-top{background-image: url(../img/02_head.jpg);}
#sick-03 .child-top{background-image: url(../img/03_utsu.jpg);}
#sick-04 .child-top{background-image: url(../img/04_tenkan.jpg);}
#sick-05 .child-top{background-image: url(../img/05_forget.jpg);}
#sick-06 .child-top{background-image: url(../img/06_kyohaku.jpg);}
#sick-06 ul li{margin-bottom: 2rem;}
#sick-07 .child-top{background-image: url(../img/07_sad.jpg);}
#sick-08 .child-top{background-image: url(../img/08_panic.jpg);}

/* ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
　　SPハンバーガーメニュー
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ */
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #3584bb;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #3584bb;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

#menu-btn-check {
    display: none;
}

/* ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
　　メディアクエリ　〜540px
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ */
@media (max-width: 540px){

html{
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'KAKUGO', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.6;
    color: #555647;
}
header{
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 50;
}
#sp-nav{
    display: block;
    margin: 0;
    top: 0;
}
#pc-nav{display: none;}
.right{display: none;}

.common{
    display: block;
    width: 100%;
    margin: 0;
}
.left{
    display: block;
    width: 100%;
    margin: 0;
}
.contents{ 
    width: 85%;
    margin: 3rem auto 7rem auto;
    padding: 0;
}
.flex-container{
    display: flex;
    flex-direction: column;
    width: 100%;
}
#top-bar{display: none;}

/* h2／子階層タイトル---------------------------- */
.child-top{
    position: relative;
    width: 100%;
    height: 250px;
    margin: 0;
    padding-top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top 60px center;
    overflow: hidden;
}
.child-top h2{
    position: absolute;
    bottom: 0;
    left: 0%;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 1.2rem 0;
    box-sizing: border-box;
    background-color: #ebf6f7;
    font-family: 'MARUGO';
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: normal;
}
/* h3／大見出し---------------------------- */
h3{
    color: #716246;
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    padding: 0.3rem 0;
    border-top: solid 3px #bce2e8;
    border-bottom: solid 3px #bce2e8;
    font-family: "MARUGO";
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: normal;
}
/* h4／子見出し---------------------------- */
h4{
    margin: 1.5rem 0 0.8rem 0;
    padding: 0.4rem 1rem;
    border-left: solid 7px #fdd35c;
    background-color: #ffffe5;
    font-family: 'MARUGO';
    font-size: 1.2rem;
    letter-spacing: normal;
}
/* ボタン---------------------------- */
.botton{margin: 0.5rem;}

/* マージン上下---------------------------- */
.margin-t{margin-top: 3rem;}
.margin-b{margin-bottom: 4rem;}
  
/* ======================================
　　SP／トップ
====================================== */
/* 画像 -------------------------*/
#top{
    position: relative;
    width: 100%;
    height: 850px;
    margin: 0;
    background-color: #fffff0;
    background-image: url(../img/top.jpg);
    background-repeat: no-repeat;
    background-size: auto 410px;
    background-position: center top 60px;
    line-height: 1.6;
}
/* クリニック名 --------------------*/
#top .clinic-name{
    position: absolute;
    top: 500px;
    left: 6%;
    list-style: none;
    padding-left: 0;
    font-family: 'MARUGO';
    line-height: normal;
}
#top .clinic-name li:first-child{
    font-family: 'KAKUGO';
    font-size: 1rem;
}
#top .clinic-name h1{
    margin: 0;
    padding: 0;
    font-size: 2.2rem;
    font-weight: bold;
}
#top .clinic-name li:last-child{
    font-family: 'KAKUGO';
    font-size: 0.9rem;
    text-align: right;}
/* 大切なのは〜 --------------------*/
#top .motto{
    position: absolute;
    top: 640px;
    left: 0;
    width: auto;
    background-color: #fffff0;
    list-style: none;
    padding: 2rem;
    box-sizing: border-box;
    line-height: 1.6;
}
#top .motto p:first-child{
    display: inline-block;
    width: 100%;
    margin: 0;
    padding-bottom: 0.3rem;
    border-bottom: solid 2px #fdd35c;
    font-family: 'MARUGO';
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
}
#top .motto p:last-child{
    width: 100%;
    margin-top: 1rem;
    padding: 0;
}
/* 特徴３つ --------------------*/
#top .point{
    position: absolute;
    top: 310px;
    left: 6%;
    list-style: none;
    padding-left: 0;
}
#top .point li{
    display: block;
    width: 10rem;
    margin-top: 0.7rem;
    padding: 0.2rem 1rem;
    border: solid 1px #66c0cc;
    border-radius: 1.5rem;
    background-color: #ffffff;
    font-size: 0.9rem;
    text-align: center;
}
/* キャッチコピー --------------------*/
#top .copy{
    position: absolute;
    top: 125px;
    left: 6%;
    width: auto;
    height: auto;
    list-style: none;
    padding: 0;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    font-family: 'MARUGO';
    font-size: 1.3rem;
    color: #554738;
    line-height: 1.7;
    letter-spacing: normal;
    text-shadow: none;
}
#top .copy li:first-child{text-align: left;}
#top .copy li:nth-child(2){text-align: left;}
#top .copy li:last-child{text-align: left;}


/* ======================================
　　SP／お知らせ
====================================== */
#newsList{margin: 0 1rem 1.5rem -1rem;}


/* ======================================
　　SP／診療時間
====================================== */
#schedule.contents{margin-bottom: 5rem;}
#schedule li{
    padding: 0.3rem 0;
    text-align: left !important;
    text-justify: unset !important;
}
#schedule .botton{margin: 0.5rem auto;}
#schedule .scroll{
    white-space: nowrap;
    overflow: scroll;
}
#schedule .scroll p{
    display: block;
    background-color: #ffffe5;
    text-align: center;
}


/* ======================================
　　SP／お悩みありませんか
====================================== */
#worry{
    width: 100%;
    margin-bottom: 5rem;
    box-sizing: border-box;
}
#worry .position{
    position: unset;
    width: 100%;
    height: auto;
    background-color: #eae5e3;
}
#worry .position .bg{display: none;}
#worry .position img{
    position: unset;
    width: 100%;
    height: 250px;
    margin: 0;
    padding: 0;
    object-fit: cover;
}
#worry .position p{
    position: unset;
    display: block;
    width: 100%;
    margin: 0;
    padding: 3rem;
    box-sizing: border-box;
    background-color: unset;
    border: none;
    font-size: 1rem;
    line-height: 1.6;
}
#worry ul{
    list-style: none;
    margin: 0;
    padding-left: 0;
    border-top: solid 2px #eae5e3;
    border-bottom: solid 2px #eae5e3;
}
#worry li{
    position: relative;
    padding: 0.2rem 0 0.3rem 1.8rem;
    border-bottom: dotted 1px #8b9199;
    font-size: 1rem;
}
#worry li:before {
    content: "";
    position: absolute;
    top: 0.7rem;
    left: 0.5rem;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 4px;
    height: 10px;
    border-right: 2px solid #8b9199;
    border-bottom: 2px solid #8b9199;
}
#worry li:after {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #8b9199;
    border-radius: 2px;
}
#worry li:last-child{border-bottom: none;}
.sorry{
    width: 100%;
    margin-top: 2rem;
}


/* ======================================
　　SP／病名から探す
====================================== */
#sick.contents{margin-bottom: 7rem;}
#sick ul{
    list-style: circle;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 70%;
    margin: 0 auto;
}
#sick li{
    position: unset;
    width: 100%;
    height: unset;
    margin: 0;
    padding: 0;
}
#sick li img{
    position: unset;
    display: none;
}
#sick li span{
    position: unset;
    display: none;
}
#sick li span:hover{pointer-events: none;}
#sick li p{
    position: unset;
    display: inline-block;
    margin: 0;
    padding: 0.2rem 0;
    background-color: unset;
    font-family: 'MARUGO';
    font-size: 1.1rem;
    text-align: left;
}

/* ======================================
　　SP／はじめて受診される方へ
====================================== */
#jump{
    content: "";
    display: block;
    height: 3px;
}
.today{
    display: block;
    font-size: 0.9rem;
}
#first .appointment{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
    padding: 0;
    font-family: 'MARUGO';
    text-align: center;
}
#first .tel{
    display: inline-block;
    font-size: 2rem;
}
#first .appointment .tel img{
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0.3rem 0 0.2rem;
    margin-bottom: -0.2rem;
}
#first .appointment p{
    display: inline-block;
    margin: 0;
    padding: 0;
}
#first ul{margin-left: -1rem;}


/* ======================================
　　SP／子階層／当院の特徴
====================================== */
#clinic .child-top{background-image: url(../img/clinic.jpg);}
#clinic .flex-item1{width: 100%;}
#clinic .flex-item2{
    width: 100%;
    height: 200px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    object-fit: cover;
}


/* ======================================
　　SP／子階層／理事長挨拶
====================================== */
#director .child-top{background-image: url(../img/director.jpg);}
#director ul{
    display: block;
    width: 100%;
    margin-left: 0;
    padding: 1.5rem 0 0 0;
    box-sizing: border-box;
    list-style: none;
    border-top: solid 1px #8b9199;
    font-size: 0.9rem;
}


/* ======================================
　　SP／子階層／自立支援医療
====================================== */
#jiritsu .child-top{background-image: url(../img/jiritsu.jpg);}
#jiritsu ul{
    display: inline-block;
    width: 40%;
}
#jiritsu ul li{margin: 0.15rem auto;}


/* ======================================
　　SP／子階層／各種診断書
====================================== */
#document .child-top{background-image: url(../img/document.jpg);}
#document ul{margin: 0 0 0 -1rem;}
#document li{margin-bottom: 1rem;}


/* ======================================
　　SP／子階層／診療時間・アクセス
====================================== */
#schedule.contents.access{margin-top: 3rem;}
#access .child-top{
    background-image: url(../img/access.jpg);
    text-align: center;
}
#access iframe{
    width: 100%;
    height: 550px;
    border: none;
}


/* ======================================
　　子階層　病名
====================================== */
#sick-01 .child-top{background-image: url(../img/01_sleep.jpg);}
#sick-02 .child-top{background-image: url(../img/02_head.jpg);}
#sick-03 .child-top{background-image: url(../img/03_utsu.jpg);}
#sick-04 .child-top{background-image: url(../img/04_tenkan.jpg);}
#sick-05 .child-top{background-image: url(../img/05_forget.jpg);}
#sick-06 .child-top{background-image: url(../img/06_kyohaku.jpg);}
#sick-06 ul li{margin-bottom: 2rem;}
#sick-07 .child-top{background-image: url(../img/07_sad.jpg);}
#sick-08 .child-top{background-image: url(../img/08_panic.jpg);}
}

