@charset "utf-8";
/*css document*/
body{
	background-color: #ffffff;/*#eeebec;*/
    color: #707070;
    font-family:'UD デジタル 教科書体 N-R','メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
a{
    text-decoration: none;
}
h1{}
h2{
    font-size: 22px;
    color: #707070;
}
h3{
    font-size: 22px;
    color: #707070;
}
p{
    font-size: 20px;
    color: #707070;
}

/*-----indexページここから-----*/
/*トップロゴエリア*/
#top-nav-desk{
    display: none;
}
.page-header{
    width: 100%;
    height: 40.5vw;
    background: url("../images/s-images/header.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.top-logo img{
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    width: 38.13vw;
}
#top-img{
    margin: 0 auto;
    padding-top: 83px;
    width: 280px;
    height 324px;
}
/*--スライドの表示についてここから--*/
.slider{
		position: relative;
		z-index: 1;
		height: 324px;
	}
/*スライド画像読み込み*/
	.top-img1{
		background: url("../images/s-images/mini_top_slide1.jpg");
	}
	.top-img2{
		background: url("../images/s-images/mini_top_slide2.jpg");
	}
	.top-img3{
		background: url("../images/s-images/mini_top_slide3.jpg");
	}
.slider-item{
		width: 280px;
		height: 324px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
/*--スライドの表示についてここまで--*/

/*--ドットの表示方法ここから--*/
.slick-dots{
	position: relative;
	z-index: 3;
	text-align: center;
	margin-top: -52px;/*ドットの高さ写真下は-42pxから‐48px*/
}
.slick-dots li{
	display: inline-block;
	margin: 0 2px;/*ドット間の値*/
}
.slick-dots li button{
	width: 10px;/*ドットの横幅*/
	height: 10px;/*ドットの縦幅*/
	display: block;
	border-radius: 50%;/*ドットの角の丸み*/
	color: transparent;/*元色の無効*/
	background-color: #ffffff;/*ドットの色白色*/
}
.slick-dots li button::before{
	color: transparent;/*元色の無効*/
	outline: none;
	width: 10px;/*ドットの横幅*/
	height: 10px;/*ドットの縦幅*/
	display: block;
	border-radius: 50%;/*ドットの角の丸み*/
	background-color: #ffffff;/*ドットのホバーされた時の色白色*/
}
.slick-dots li.slick-active button::before{
	color: transparent;/*元色の無効*/
	background-color: #c4ebee;/*選択されているドットの色*/
}
/*--ドットの表示方法ここまで--*/

/*診療所の志ここから*/
.top-img-textarea{
    width: 58vw;
    text-align: center;
    margin: 0 auto;
}
.top-img-textunder{
    display: block;
    margin: 0 auto ;
    margin-top: 10px;
    height: 4vw;
    width: 90.66vw;
    background: url("../images/s-images/border-circle.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/*診療所の志ここまで*/

/*スマホ用のナビここから*/
#top-nav-smat{
    margin-top: 85px;
}
#top-nav-smat a {
    display: block;
    text-align: center;
    margin: 27px auto;
    padding: 10px 0px;
    width: 141px;
    background-color: #e9fafe;
    border-radius: 15px;
    color: #707070;
    font-size: 16px;
}
#top-nav-smat a:hover{
    background-color: #8fdbed;
}
/*スマホ用のナビここまで*/
/*--トップエリアここまで--*/

/*外来診療ここから*/
#index-out{
    margin: 100px auto 0;
}
.index-out-text h3{
    text-align: center;
    padding-bottom: 4px;
}
.index-out-text {
    margin: 0 auto;
    line-height: 1.5;
    width: 79vw;
}
#index-out a{
    display: block;
    text-align: center;
    margin: 23px auto;
    padding: 14px 0;
    width: 195px;
    border-radius: 15px;
    color: #707070;
    background-color: #e9fafe;
    font-size: 18px;
}
#index-out a:hover{
    background-color: #8fdbed;
}
.index-out-img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
/*外来診療ここまで*/

/*その他の医療ここから*/
#other-medical{
    display: block;
    margin: 93px auto 0;
}
#other-medical h3{
    text-align: center;
}
.other-medicalarea{
    display: block;/*スマホ用は縦並び*/
}
/*ワクチン接種ここから*/
.ot-me-vaccine{
    margin: 10px auto;
    width: 200px;
    height: 315px;
    font-size: 20px;
    background-color: #e9fafe;
}
.ot-me-vaccine a{
    display: block;
    margin: 0 auto;
    padding: 97px 15px;
    line-height: 1.5;
    color: #707070;
    background: url("../images/apng/vaccine.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ot-me-vaccine a:hover{
    background-color: #8fdbed;
}
/*ワクチン接種ここまで*/

/*初めて診察に来られる方ここから*/
.ot-me-ftvisit{
    margin: 10px auto;
    width: 200px;
    height: 315px;
    font-size: 20px;
    background-color: #e9fafe;
}
.ot-me-ftvisit a{
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 127px 15px;
    line-height: 1.5;
    color: #707070;
    background: url("../images/apng/beginner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ot-me-ftvisit a:hover{
    background-color: #8fdbed;
}
/*初めて診察に来られる方ここまで*/

/*かかりつけ医ここから*/
.ot-me-pycare{
    margin: 10px auto;
    width: 200px;
    height: 315px;
    font-size: 20px;
    background-color: #e9fafe;
}
.ot-me-pycare a{
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 127px 15px;
    line-height: 1.5;
    color: #707070;
    background: url("../images/apng/familyhospital-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ot-me-pycare a:hover{
    background-color: #8fdbed;
}
/*かかりつけ医ここまで*/

/*お薬についてここから*/
.ot-me-atmedicine{
    margin: 10px auto;
    width: 200px;
    height: 315px;
    background-color: #e9fafe;
}
.ot-me-atmedicine a{
    display: block;
    margin: 0 auto;
    padding: 112px 26px;
    line-height: 1.5;
    font-size: 20px;
    color: #707070;
    background: url("../images/apng/medicine-1.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto;
}
.ot-me-atmedicine a:hover{
    background-color: #8fdbed;
}
/*お薬についてここまで*/

/*診察日・診療時間ここから*/
#Medical-time{
    display: block;
    margin: 132px auto 0;
}
#Medical-time h3{
    text-align: center;
}
.calendar{
    display: block;
    margin: 18px auto;
    max-width: 80%;
}
#Medical-time p{
    margin: 0 auto 186px;
    width: 327px;
}
/*診察日・診療時間ここまで*/

/*フッター枠ここから*/
.footer-box{
    width: 100%;
    height: 503px;
    background-image: url(../images/s-images/footer@2x.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.footer-logo{
    margin-bottom: 32px;
    text-align: center;
    padding-top: 54px;
    width 38.13vw;
}
.ft-nav li{
    display: block;
    margin: 0 auto;
    width: 250px;
    padding-top: 18px;
    
}
.ft-nav a{
    font-size: 18px;
    color: #707070;
}
.footer-box p{
    text-align: center;
    padding-top: 75px;
}
/*フッター枠ここまで*/

/*-----indexページここまで-----*/


/*-----outpatientページここから-----*/

/*--トップエリアここから--*/
.otc-top-text{
    margin: 25px auto;
    text-align: center;
    padding-top: 20px;
}
.top-img-textunder{
    display: block;
    margin: 0 auto ;
    margin-top: 10px;
    height: 4vw;
    width: 90.66vw;
    background: url("../images/s-images/border-circle.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.otc-top-img{
    margin: 50px auto 78px;
    max-width: 90%;
    height: 200px;
    background: url("../images/apng/Outpatient%20clinic.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.otc-top-under h3{
    text-align: center;
    margin-bottom: 12px;
}
.otc-top-under p{
    line-height: 1.5;
    text-align: left;
    margin: 0 auto;
    width: 90%;
}
/*--トップエリアここまで--*/

/*--診察内容ここから--*/
.otc-clinic h3{
    text-align: center;
    margin: 80px auto 23px;
}
.otc-clinic ul{
    width: 90%;
    margin: 0 auto 40px;
}
.otc-clinic li{
    margin-bottom: 20px;
}
.otc-clinic-img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
/*--診察内容ここまで--*/

/*--健康に関するここから--*/
.otc-kenko-imgarea img{
    display: block;
    margin: 20px auto;
}
#otc-kenko-area p{
    text-align: center;
    margin-top: 44px;
}
#otc-kenko-area ul{
    margin-bottom: 160px;
}
#otc-kenko-area li{
    text-align: center;
    margin: 26px auto 0;
}
/*--健康に関するここまで--*/

/*-----outpatientページここまで-----*/


/*-----vaccinationここから-----*/

/*--トップエリアここから--*/
.vacc-top-text{
    margin: 42px auto 0;
}
.vacc-top-text h2{
    text-align: center;
}
.vacc-img-area{
    margin: 60px auto 0;
}
.vacc-img-text h3{
    text-align: center;
    margin-bottom: 26px;
}
.vacc-img-text ul{
    display: block;
    margin: 0 auto;
    width: 158px;
}
.vacc-img-text li{
    margin-bottom: 12px;
}
.vacc-top-img{
    margin: 50px auto 0;
    max-width: 90%;
    height: 247px;
    background: url("../images/apng/vaccine-wide.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #bbe9f2;
}
/*--トップエリアここまで--*/

/*----予防接種の内容ここから----*/
#vacc-area{
    margin: 80px auto 0;
}
.vacc-clinic h3{
    text-align: center;
}
.vacc-clinic p{
    margin: 20px auto 0;
    width: 90%;
    line-height: 1.5;
}
.vacc-clinic ul{
    margin: 0 auto;
    width: 90%;
}
.vacc-clinic li{
    line-height: 1.5;
    margin-bottom 12px;
}
.vacc-img{
    display: block;
    margin: 20px auto 0;
    max-width: 100%;
}
/*----予防接種の内容ここまで----*/

/*-----vaccinationここまで-----*/


/*-----firstvisitここから-----*/
#first-area{
    margin: 109px auto 248px;
}
#first-area h3{
    text-align: center;
}
.first-group p{
    max-width: 300px;
    margin: 20px auto 0;
}
.ft-gp-img{
    display: block;
    max-width: 100%;
    margin: 0 auto; 
}
.ft-gp-1{
    margin: 30px auto;
}
/*-----firstvisitここまで-----*/

/*-----medicineここから-----*/
.medicine-top h3{
    text-align: center;
    margin-top: 80px;
}
.medicine-top p{
    margin: 30px auto 0;
    max-width: 492px;
    line-height: 1.5;
}
.medicine-img{
    max-width: 388px;
    height: 193px;
    margin: 26px auto;
    background: url("../images/apng/medicine-wide.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #bbe9f2;
}
#generic p{
    max-width: 565px;
    margin: 60px auto 0;
    line-height: 1.5;
}
.generic-img{
    display: block;
    max-width: 100%;
    margin: 43px auto 0;
}
.generic-text-area{
    text-align: center;
    max-width: 399px;
    margin: 16px auto 0;
}
.generic-text{
    max-width: 605px;
    margin: 10px auto 0;
    font-size: 16px;
    word-break: break-all;
}
#shohou-area{
    margin: 122px auto 285px;
}
#shohou-area h3{
    text-align: center;
}
#shohou-area p{
    max-width: 380px;
    margin: 27px auto;
    line-height: 1.5;
}
.shohou-img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
/*-----medicineここまで-----*/





/*タブレット用*/
@media screen and (min-width : 767px ){
    /*-----indexページここから-----*/
    .top-img-textunder{
    width: 68vw;
    }
    .footer-box{
    height: 533px;
    }
    .footer-logo{
    padding-top: 84px;
    }
    
    /*--トップイメージ枠ここから--*/
    #top-img{
    margin: 0 auto;
    padding-top: 83px;
    width: 760px;
    max-height: 100%;
    }
    /*--スライドの表示についてここから--*/
    .slider{
        position: relative;
        z-index: 1;
        max-height: 100%;
    }
    /*スライド画像読み込み*/
    .top-img1{
        background: url("../images/d-images/top-image.jpg");
    }
    .top-img2{
        background: url("../images/d-images/top-image2.jpg");
    }
    .top-img3{
        background: url("../images/d-images/top-image3.jpg");
    }
    .slider-item{
            width: 760px;
            max-height: 100%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }
    /*--スライドの表示についてここまで--*/
    /*--トップイメージ枠ここまで--*/
    
    /*--その他の医療ここから--*/
    .other-medicalarea{
        width: 445px;
        margin: 0 auto;
        display: grid;
        grid-gap: 45px;
        grid-template-columns: 200px 200px;
    }
    /*--その他の医療ここまで--*/
    
    /*-----indexページここまで-----*/
    
    
    /*-----outpatientページここから-----*/
    
    /*--トップエリアここから--*/
    .otc-top-under p{
    width: 400px;
    }
    /*--トップエリアここまで--*/
    
    /*--診察内容ここから--*/
    .otc-clinic ul{
        width: 460px;
        margin: 0 auto 40px;
        font-size: 20px;
    }
    /*--診察内容ここまで--*/
    
    /*-----outpatientページここまで-----*/
    
    /*-----vaccinationここから-----*/
    
    /*--トップエリアここから--*/
    .vacc-top-img{
        max-width: 505px;
    }
    /*--トップエリアここまで--*/

    /*----予防接種の内容ここから----*/
    .vacc-clinic p{
        width: 473px;
    }
    .vacc-clinic ul{
        width: 473px;
    }
    /*----予防接種の内容ここまで----*/

    /*-----vaccinationここまで-----*/
    
    /*-----firstvisitここから-----*/
    
    /*-----firstvisitここまで-----*/
    
}





/*pc画面用*/
@media screen and (min-width : 1000px ){
    /*-----indexページここから-----*/
    /*トップロゴエリア*/
    .top-desk-nav{
        display: flex;
        width: 1000px;
        margin: 0 auto;
    }
    #top-nav-desk{
        display: block;/*トップナビ表示*/
        margin: 0 auto;
    }
    .top-logo{
        padding-left: 20px;
    }
    .dtop-nav{
        display: flex;/*トップナビ横並び*/
        padding-top: 30px;
    }
    .dtop-nav li{
        padding-right: 16px;
    }
    .dtop-nav a{
        display: block;
        text-align: center;
        width: 162px;
        padding: 12px 0;
        background-color: #bbe9f2;
        border-radius: 15px;
        font-size: 18px;
        color: #707070;
    }
    .dtop-nav a:hover{
        background-color: #8fdbed;
    }
    .page-header{
        width: 100%;
        height: 221px;
        background: url("../images/d-images/top-nav-back.png");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
    }
    .top-logo img{
        width: 100%;
    }
    #top-img{
    width: 1000px;
    max-height: 100%;
    }
    /*--スライドの表示についてここから--*/
    .slider{
        max-height: 100%;
    }
    .slider-item{
            width: 1000px;
            max-height: 100%;
        }
    /*--スライドの表示についてここまで--*/
    /*診療所の志ここから*/
    .top-img-textarea{
        padding-top: 71px;
    }
    .top-img-textunder{
        height: 21px;
        width: 749px;
        background: url("../images/d-images/border-circle.png");
    }
    /*診療所の志ここまで*/
    /*--スマホ用ナビここから--*/
    #top-nav-smat{
        display: none;
    }
    /*--スマホ用ナビここまで--*/
    
    /*外来診療ここから*/
    #index-out{
        display: flex;
        margin: 124px auto 152px;
        width: 1000px;
    }
    .index-out-text h3{
        padding-bottom: 20px;
    }
    .index-out-text {
        margin: 76px auto 0;
        width: 427px;
    }
    #index-out a{
        margin: 65px auto 0;
    }
    .index-out-img{
        width: 365px;
        height: 343px;
    }
    /*外来診療ここまで*/
    
    /*--その他の医療ここから--*/
    #other-medical h3{
        text-align: center;
        padding-bottom: 63px;
    }
    .other-medicalarea{
        width: 935px;
        margin: 0 auto;
        display: grid;
        grid-gap: 45px;
        grid-template-columns: 200px 200px 200px 200px;
    }
    /*--その他の医療ここまで--*/
    
    /*フッター枠ここから*/
    .footer-box{
        position: relative;
        max-width: 100%;
        height: 20vw;
    }
    .footer-box-in{
        position: absolute;
        right: 0;
        left: 0;
        bottom: 5vw;
        display: flex;
        margin: 0 auto;
        width: 1000px;
    }
    .footer-logo img{
        width: 70%;
    }
    .footer-logo{
        margin :0;
        padding-top: 0px;
    }
    .ft-nav{
        margin: 0 auto;
    }
    .ft-nav li{
        width: 240px;
        padding-top: 16px;
    }
    .ft-nav a{
        font-size: 16px;
    }
    .footer-box p{
        position: absolute;
        right: 0;
        left: 0;
        bottom: 1vw;
        margin: auto;
        font-size: 17px;
        padding-top: 1.5vw;
    }
    /*フッター枠ここまで*/

    /*-----indexページここまで-----*/
    
    
    /*-----outpatientページここから-----*/
    
    /*--トップエリアここから--*/
    .otc-top-img{
    max-width: 1000px;
    height: 247px;
    }
    /*--トップエリアここまで--*/
    
    /*--診察内容ここから--*/
    #otc-clinic-area{
        display: flex;
        width: 1000px;
        margin: 118px auto 168px;
    }
    .otc-clinic {
        margin: 0 auto;
    }
    /*--診察内容ここまで--*/
    
    /*--健康に関するここから--*/
    .otc-kenko-imgarea{
        display: flex;
        width: 897px;
        margin: 0 auto;
    }
    .otc-kenko-imgarea img{
    display: block;
    margin: 0 auto;
    }
    #otc-kenko-area p{
        text-align: center;
        margin-top: 55px;
    }
    #otc-kenko-area ul{
        margin-bottom: 300px;
    }
    #otc-kenko-area li{
        text-align: center;
        margin: 26px auto 0;
    }
    /*--健康に関するここまで--*/

    /*-----outpatientページここまで-----*/
    
    /*-----vaccinationここから-----*/
    
    /*--トップエリアここから--*/
    .vacc-top-text{
        margin: 54px auto 0;
    }
    .vacc-top-text h2{
        text-align: center;
    }
    .vacc-img-area{
        width: 707px;
        margin: 128px auto 0;
        display: flex;
    }
    .vacc-img-text h3{
        margin: 51px 0 26px;
    }
    .vacc-img-text ul{
        padding-left: 25px;
    }
    .vacc-top-img{
        margin: 0 0 0;
        margin-left: 43px;
        width: 505px;
    }
    /*--トップエリアここまで--*/

    /*----予防接種の内容ここから----*/
    #vacc-area{
        margin: 167px auto 308px;
        display: flex;
        width: 891px;
    }
    .vacc-clinic h3{
        margin: 64px 0 0;
    }
    .vacc-clinic p{
        width: 490px;
    }
    .vacc-clinic ul{
        width: 490px;
    }
    .vacc-img{
        margin: 0px 0 0;
        margin-left: 36px;
    }
    /*----予防接種の内容ここまで----*/

    /*-----vaccinationここまで-----*/
    
    
    /*-----firstvisitここから-----*/
    .first-group{
    }
    .first-group p{
        margin: 99px 0 0;
    }
    .ft-gp-img{
        margin: 0 0 0 38px; 
    }
    .ft-gp-1{
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        margin: 30px auto;  
    }
    /*-----firstvisitここまで-----*/

    
    /*-----medicineここから-----*/
.medicine-top h3{
    margin-top: 110px;
}
#shohou-area{
    display: flex;
    max-width: 829px;
}
#shohou-area p{
    margin: 27px 34px 0 0;
}
.shohou-img{
    margin: 0;
}
/*-----medicineここまで-----*/
    
}