@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*
 Theme Name:   wsc8
 Description:  鈴木整形外科
 Author:
 Author URI:
 Template:     wsc8
*/

/*-----------------------------------------------------------------------

　端末用のスタイルまとめて下に書いてます。

-----------------------------------------------------------------------*/

/*------------------------------------
    ----------------------------------
  		Structure
  	----------------------------------

  	01.共通スタイル（全体・ヘッダー・ナビゲーション・フッター）
    02.[START] トップページ
    03.ブログページ共通
    04.single(記事ページ)
    05.error(404.php)
    06.[START] 下層ページ　固定ページ
        06-01.
    Media Query
    07.レスポンシブ　(max-width: 768px)
        07-01.レスポンシブ ヘッダー、フッター、ナビ　ページ
        07-02.レスポンシブ TOPページ

------------------------------------*/

/************************************************************************

	01.共通スタイル（全体・ヘッダー・ナビゲーション・フッター）

************************************************************************/
/*パンくずリスト*/

.breadcrumbs{
    display: none!important;
}

.single .container {
    max-width: 1160px;
}


body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
    font-size: 16px;
    color: #333333;
}




* {
    line-height: 1.6em;
}

em {
    font-style: normal;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul,li {
    list-style: none;
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    line-height: 1.6em;
}
a{
    color: #0788da;
}

.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho" , "ＭＳ Ｐ明朝", "ＭＳ 明朝","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif!important;
    transform: rotate(.03deg);
    font-weight: 700;
}
.noto_sans{
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: normal;
}

.txt-black{
    color: #333;
}


.txt-blue {
    color: #019fe8;
}

.txt-green {
    color: #69bd82;
}
.txt-pink {
    color: #df7c7c;
}

.txt-red {
    color: #ff0000;
}



.section {
    padding: 30px;
}

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

.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}

.bold {
    font-weight: bold;
}
.font-m {
    font-size: 1.25em;
}
.font-s{
    font-size: .95em;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.float-box >*{
}

.flex-box{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.circle {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border: solid 1px #333;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}

.icon:before {
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
}


.section{
    padding: 0;
}
.drawer-btn{
    color: #333;
}


/*ナビゲーション*/
#gnav {
    background-color: #2ab0ee;
}
.gnav-container li {
    font-size: 100%;
    text-align: center;
}
.gnav-container li:first-child{
}
.gnav-container li a {
    font-size: 1.1em;
    color: #fff;
    padding: 20px;
    background-color: #2ab0ee;
}
.gnav-container li a:hover, .gnav-container li.current-menu-item a{
    color: #fff;
    background-color: #59c1f1;
}

/*ヘッダー*/
.header{
    padding: 10px 0;
}

.header_left{
    float:left;
}
.header_left img{
    margin-right: 10px;
}
.header_right{
    float: right;
    margin-top: 10px;
}

.site-title{
    display: inline-block;
    padding:0;
    margin: 10px 0 0;
}
.site-title a{
    display: block;
    font-size: 1.875em;
    font-weight: 700;
    color: #019fe8;
    margin-top: 5px;
}
.site-title p{
    font-size: .95em;
    color: #999;
}

.site-title img{
    max-width: 300px;
}
.site-title .clinic-name{
    margin-top: 20px;
    margin-left: 10px;
}
.site-title .name{
    font-size: 2.4em;
}
.site-title .name-eng {
    font-size: .9em;
}

#h_tel{
    float: left;
}

#h_tel .tel{
    font-size: .85em;
    font-weight: 700;
    color: #48bc6b;
}
#h_tel .tel-number{
    font-size: 2.4em;
}
#h_tel .holiday{
    text-align: right;
    color: #949494;
    font-size: .85em;
}
.header_right img{
    margin-top: -10px;
    margin-left: 5px;
}


/*フッター*/
.footerMiddle{
    background: #edf5f8;
    padding: 4% 0;
}
.footerMiddle .container,.footerBottom .container{
    max-width: 880px;
}

.footerMiddle .content{
    margin: 5% 0 0;
}
.footerMiddle h3{
    font-size: 1.75em;
    text-align: center;
}
.footerMiddle .info-box{
    margin-top: 5%;
}
.footerMiddle .info-box img{
    width: 46%;
    align-self: start;
}

.footerMiddle ul.info{
    font-size: .95em;
    width: 54%;
    padding-left: 3%;
}

.footerMiddle ul.info li{
    padding: 2% 0;
}
.footerMiddle ul.info li:last-child{
    border-bottom: none;
}
.footerMiddle ul.info li span.head{
    float: left;
    font-weight: 700;
    color: #019fe8;
    width: 70px;
    text-align: left;
}

.footerMiddle ul.info li span.data{
    float: left;
    width: calc(100% - 70px)
}



.footerBottom {
    background-color: #2ab0ee;
}
#copyright {
    float: none;
    font-size: 12px;
    color: #fff;
    text-align: right;
}

.page_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    background: #0086db;
    border: 2px solid #ffffff;
    text-align: center;
    line-height: 44px;
}



/* 診察時間テーブル */
.table-container p{
    font-size: .875em;
    margin: 10px 0;
}

table.consultation-hour {
    font-size: .93em;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
    border-collapse: collapse;
}

table.consultation-hour td, table.consultation-hour th {
    border: 1px solid #7ac8ec;
    font-weight: normal;

}
table.consultation-hour th{
    width: 10%;
    padding: 15px 0;
    text-align: center;
}

table.consultation-hour tr th{
    background: #2ab0ee;
}
table.consultation-hour th.time {
    width: 25%;
}
table.consultation-hour td{
    background: #fff;
    text-align: center;
}
table.consultation-hour td.closed{
    font-size: 15px;
    color: #f24545;
}
/* 診察時間テーブル */



/************************************************************************

  [終わり] 共通スタイル（全体・ヘッダー・ナビゲーション・フッター）

************************************************************************/



/************************************************************************

	02.[START] トップページ

************************************************************************/

#main.home .content{

}

#main.home .content-box1{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0 4%;
}
#main.home .top-image{
    position: relative;
    background-image: url(img/index_02.jpg);
    background-repeat: no-repeat;
    padding-bottom: calc(100%*540/1400);
    background-size: 100% auto;
    height: 0;
    margin-bottom: 60px;
}

#main.home .top-image:before{
    content: "";
    position: absolute;
    bottom: -60px;
    left: 50%;
    right: 50%;
    z-index: 10;
    background-image: url(img/index_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 140px;
    height: 120px;
    transform: translateX(-50%);
}

#main.home .content-box1 h2{
    font-size: 1.8em;
    color: #019fe8;
    text-align: center;
    margin-bottom: 2%;
}
#main.home .content-box1 h2 span{
    display: block;
}
#main.home .content-box1 p{
    margin-bottom: 3%;
}



#main.home .content-box1 p.name{
    font-family: YuKyo-Medium;
    font-size: 1.8em;
    font-weight: 700;
    text-align: right;
}
#main.home .content-box1 p.name .font-s{
    font-size: .75em;
}

#main.home .content-box1 .flex-box .text-box{
    width: 55%;
    padding-right: 3%;
}
#main.home .content-box1 .flex-box img{
    width: 42%;
    align-self: start;
}


@media (max-width: 992px){
    #main.home .content-box1 .top-image .text-box{
        position: absolute;
        bottom: 3%;
        width: 500px
    }
    #main.home .content-box1 h2{
        font-size: 1.6em;
        margin-bottom: 2%;
    }
    #main.home .content-box1 p.name{
        text-align: right;
        font-size: 1.6em;
        margin-top: 2%;
    }
}


@media (max-width: 768px){
    #main.home .content-box1 .flex-box .text-box{
        width: 100%;
    }
    #main.home .content-box1 .flex-box img{
        max-width: 100%;
        width: auto;
    }
}


#main.home .content-box2{
    background: #e4f3f9;
    padding: 4% 0;
}
#main.home .content-box2 .container{
    max-width: 880px;
}


#main.home .content-box2 h2{
    font-size: 1.8em;
    text-align: center;
}

#main.home .content-box2 .flex-box{
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#main.home .content-box2 .info{
    
}
#main.home .content-box2 .info h2 {
    font-size: 2.1em;
}
#main.home .content-box2 .info .name-eng{
    font-size: 1.4em;
    color: #75bdd9;
}

#main.home .content-box2 .list ul li {
    padding: 20px;
    border-bottom: 1px dotted #93c7e2;
}
#main.home .content-box2 .list ul li a{
    color: #2ab0ee;
}
#main.home .content-box2 .list ul li a span{
    color: #333;
}


#main.home .content-box3{
    padding: 4% 0;
}
#main.home .content-box3 .flex-box{
    justify-content: center;
}
#main.home .content-box3 a.item{
    margin: 10px;
}


#main.home .content-box3 a.item p{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}



.footerTop .content{
    padding: 4% 0;
}
.footerTop .content .flex-box{
    justify-content: center;
}
.footerTop .content a.item{
    margin: 10px;
}





/************************************************************************

  [END] トップページ

************************************************************************/



/************************************************************************

	03.ブログページ共通

************************************************************************/
                
.main-blog{
    margin-top: 30px;
}

.main-column {
    width: 550px;
    float: left;
    padding-bottom: 30px;
}

.main-column .entry-title{
    display: block;
    font-size: 20px;
    border-top: none;
    border-bottom: 3px solid #0086db;
    line-height: 1.4em;
    padding: 10px 0;
    margin: 0 0 15px;
    font-weight: bold;
    text-align: left;
    color: #333;
}

.main-column .post {
    margin-bottom: 30px;
}


.side-column a {
    color: #333;
}

.side-widget ul{
    margin: 10px;
}

.widget-title {
    font-weight: 700;
    border-bottom: solid 3px #0086db;
    position: relative;
    margin-bottom:30px;
}

 /* サイドバー検索ボックス */
.side-column form#searchform{
    display: block;
    background-color: #fff;
}
.side-column .searchform{
    margin: 0;
}

.side-column .searchform-txt {
    width: 150px;
}

.side-column #searchform #s {
    padding: 4px;
    font-size: 13px;
    line-height: 15px;
    width: 150px;
    float: left;
    margin: 0;
    border-radius: 0;
    border: 1px solid #999;
    box-shadow: inset 1px 2px 4px #ddd;
}

.side-column #searchform #searchsubmit {
    float: left;
    text-indent: -9090px;
    border-style: none;
    width: 35px;
    height: 31px;
    padding: 0;
    margin: 0;
    background: #999 url(img/search_btn.png) no-repeat center center;
    border-width: 0;
    border-radius: 0;
    cursor: pointer;
}

/* /サイドバー検索ボックス */


/************************************************************************

	04.single(記事ページ)　category(一覧ページ)

************************************************************************/



.blog-header {
    padding: 20px;
    margin: 40px 0;
    font-size: 22px;
    position: relative;
    background: #0086db;
    color: white;
}
.blog-header:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #0086db;
    opacity: .8;
}

.entry-header{
    border-bottom: 1px solid;
}

.blog-content{
    color: #333;
    margin: 10px;
}


/************************************************************************

	05.error(404.php)

************************************************************************/

.error-page{
    width: 100%;
    padding: 4%;
}


/************************************************************************

	06.[START] 下層ページ　固定ページ

************************************************************************/

/*固定ページ共通*/

.page-template-page-full .container{
    max-width: 980px;
}

h1 img{
    margin: 0 auto;
    display: block;
    height: 150px;
    width: auto;
    object-fit: cover;
    object-position: left;
}

.page-default{
    max-width: 1160px;
}

#main.page h1 {
    font-size: 1.75em;
    text-align: center;
    padding: 4%;
}



/*--------------------------------------
	06-01.骨粗しょう症の治療の重要性
--------------------------------------*/

#main.chiryou h2{
    font-size: 1.5em;
    padding: 4% 0;
}
#main.chiryou h3{
    font-size: 1.6em;
    background: #2ab0ee;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50%;
}

#main.chiryou p{
    
}

#main.chiryou .about .text-box{
    width: 56%;
    padding-right: 3%;
}
#main.chiryou .about img{
    width: 44%;
    align-self: start;
}


#main.chiryou .symptom-cause{
    margin: 15px 0;
    padding: 3%;
    background: #e4f3f9;
}


#main.chiryou .diagnosis-treatment{
    margin: 15px 0;
    padding: 3%;
    background: #e4f9ed;
}

#main.chiryou .diagnosis-treatment h3{
    background-color: #69bd82;
}


#main.chiryou .diagnosis-treatment p,#main.chiryou .symptom-cause p{
    display: inline-block;
    width: calc(100% - 120px);
    padding-left: 2%;
    vertical-align: middle;
}

#main.chiryou .yobou{
    justify-content: center;
}
#main.chiryou .yobou >div{
    width: 245px;
    margin: 2% 1.5%;
}
#main.chiryou .yobou p{
    font-size: 1.12em;
    margin-top: 2%;
}

#main.chiryou .yobou .recommend {
    width: 245px;
    height: 245px;
    border-radius: 100%;
    background: #eee;
}

#main.chiryou .yobou .recommend p{
    font-weight: 700;
    width: 75%;
    text-align: left;
    margin: 35% auto 0;
}


/*--------------------------------------
	06-03,院内紹介
--------------------------------------*/

#main.gallery h1{
    border: solid #1C81CA;
    border-width: 0 0 1px 10px;
    text-align: left;
    padding: 1%;
    margin: 4% 0;
}
#main.gallery .container{
    max-width: 960px;
    width: auto;
}

/*--------------------------------------
	06-04.アクセス
--------------------------------------*/
#main.access h1{
    border: solid #1C81CA;
    border-width: 0 0 1px 10px;
    text-align: left;
    padding: 1%;
    margin: 4% 0;
}
#main.access h2 {
    
}

#main.access .container{
    max-width: 960px;
    width: auto;
}
#main.access .image-box.flex-box{
    justify-content: space-between;
    align-items: center;
    margin: 1% 0;
}
#main.access .image-box.flex-box >*{
    width: 32%;
}
#main.access .indent{
    text-indent: -1em;
    margin-left: 1em;
}
#main.access .street-view{
    margin: 1% auto;
    text-align: center;
}

/************************************************************************
	[END] 下層ページ　固定ページ
************************************************************************/


/************************************************************************

	07.レスポンシブ　(max-width: 768px)

************************************************************************/

/*--------------------------------------
	07-01.レスポンシブ ヘッダー、フッター、ナビ　ページ
--------------------------------------*/
@media (max-width: 768px) {
    body{
        font-size: 15px;
    }
    h1 img {
        margin: 0 auto 30px;
        display: block;
        height: 85px;
        width: auto;
        object-fit: cover;
        object-position: left;
    }

    .float-box > * {
        float: none;
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin-bottom: 20px;
    }

    .drawer-btn {
        left: auto;
        right: 0;
    }

    #gnav {
        margin: 0;
        padding: 0;
    }

    .gnav-container li {
        display: block;
        float: none;
        width: 100%;
        background: #2aa095;
        border: 1px solid #9ec3dd;
        font-size: 13px;
        list-style-type: none;
        color: #fff;
        margin-top: -1px;
    }
    .gnav-container li:first-child{
        border-top: 1px solid #9ec3dd;
    }

    .gnav-container li a {
        padding: 10px;
    }

    .gnav-container li a:hover, .gnav-container li.current-menu-item a {
        opacity: 0.8;
    }

    .gnav-container li .sub-menu li {
        border-bottom: 1px solid #fedb97;
    }

    .gnav-container li .sub-menu li:first-child {
        border-top: 1px solid #fedb97;
    }

    /* /ナビゲーション */
    /*ヘッダー*/
    .header {
        padding: 10px 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .header_left {
        float: none;
    }
    .header_right {
        margin-top: 0;
        float: none;
    }

    .site-title {
        display: block;
        text-align: left;
        margin-top: 0;
    }

    .site-title a {
        line-height: 1.4em;
    }


    .site-description {
        text-align: center;
    }

    #h_tel {
        margin-top: 5px;
        text-align: left;
    }
    #h_tel .tel-number{
        line-height: 1em;
    }
    .header_right img{
        margin-top: 0;
        margin-left: 5px;
        width: 60px;
    }

    .footerMiddle .content.info .consultation{
        margin: 30px auto;
    }

    .footerMiddle .content.info .clinic-info{
        max-width: 520px;
        margin: 0 auto;
    }
    
    .footerMiddle .info-box img{
        max-width: 100%;
        width: auto;
    }
    
    .footerMiddle ul.info{
        width: 100%;
        padding-left: 0;
    }
    
    
    .footerMiddle ul.info li span{
        display: block;
        text-align: left;
    }
    



    /*--------------------------------------
        07-02.レスポンシブ TOPページ
    --------------------------------------*/
    
    
    
    #main.page .content{
        margin: 4% auto;
    }
    /*--------------------------------------
        07-02-01.レスポンシブ　院の特徴
    --------------------------------------*/
    
    #main.chiryou .about .text-box{
        max-width: 100%;
        width: auto;
    }
    #main.chiryou .about img{
        max-width: 100%;
        width: auto;
    }
    
    
    /*--------------------------------------
        07-02-02.レスポンシブ　院の特徴
    --------------------------------------*/
    
    
}

@media (max-width: 992px)     {
}

@media (min-width: 992px)     {
    .container {
        width: 960px;
    }
}

@media (min-width: 1200px)     {
    .container {
        width: 1160px;
    }
}


/************************************************************************

	10.レスポンシブ　(max-width: 600px)

************************************************************************/

@media (max-width: 600px){
    #main.home .top-image{
        margin-bottom: 37px;
    }
    #main.home .top-image:before{
        width: 100px;
        height: 75px;
        margin-bottom: 37px;
    }
}

/************************************************************************

	10.レスポンシブ　(max-width: 420px)

************************************************************************/

@media (max-width: 420px){
    body {
        font-size: 14px;
    }
    .site-title a{
        font-size: 1.4em;
    }
    
    #main.home .content-box1 h2{
        font-size: 1.4em;
    }
    
    
    #copyright{
        font-size: 10px;
    }
    
    table.consultation-hour {
        font-size: 11px;
    }
    table.consultation-hour th {
        width: 10%;
        padding: 5px;
        text-align: center;
    }
    .footerMiddle .content.info .time {
        padding: 7px 0;
    }
    table.consultation-hour td.closed {
        font-size: 12px;
        color: #f24545;
    }
    table.consultation-hour td .circle {
        width: 1.2rem;
        height: 1.2rem;
    }
    
    #main.chiryou .diagnosis-treatment p, #main.chiryou .symptom-cause p{
        margin-top: 10px;
        width: 100%;
    }
    
}

/************************************************************************

	11.レスポンシブ　(min-width: 769px) PCサイズ

************************************************************************/


@media (min-width: 769px) {

}