@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: 920px;
}


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-blue {
    color: #026eb8;
}

.txt-cyan {
    color: #29A99C;
}

.txt-red {
    color: #ff0000;
}
.txt-black{
    color: #333;
}


.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.3em;
}
.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: #f36e44;
}
.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: #f36e44;
}
.gnav-container li a:hover, .gnav-container li.current-menu-item a{
    color: #fff;
    background-color: #f99372;
}

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

.header_left{
    float:left;
}
.header_right{
    float: right;
}

.site-title{
    display: inline-block;
    margin:0;
    padding:0;
}
.site-title a{
    display: block;
    font-size: 1.8em;
    margin-top: 10px;
    font-weight: 700;
    color: #FA764A;
}
.site-title p{
    font-size: .95em;
}

.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 .contact{
    color: #393939;
    font-weight: 700;
}
#h_tel .tel{
    font-size: .85em;
    font-weight: 700;
    color: #f6a000;
}
#h_tel .tel-number{
    font-size: 1.85em;
}
#h_tel .holiday{
    text-align: right;
    color: #949494;
    font-size: .85em;
}
.header_right img{
    margin-top: -10px;
    margin-left: 5px;
}


/*フッター*/
.footerTop{
    background: #fcebde;
    padding: 4% 0;
}
.footerTop .container, .footerMiddle .container{
    max-width: 880px!important;
}
.footerTop .content{
    margin: 5% 0 0;
}
.footerTop h3{
    font-size: 1.75em;
    text-align: center;
}

.footerTop ul.info{
    padding: 2% 5%;
    background: #fff;
}
.footerTop ul.info li{
    padding: 3% 0;
    border-bottom: 1px solid #f1d6cd;
}
.footerTop ul.info li:last-child{
    border-bottom: none;
}
.footerTop ul.info li span{
    display: inline-block;
    font-weight: 700;
    color: #fa825c;
    width: 135px;
    text-align: center;
}

.footerMiddle{
    padding: 4% 0;
}
.footerMiddle .image-box{
    padding-top: 20px;
}
.footerMiddle .image-box .fl{
    width: 50%;
    padding-right: 10px;
}
.footerMiddle .image-box .fr{
    width: 50%;
    padding-left: 10px;
}


.footerBottom {
    background-color: #fa825c;
}
#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;
    color: #f24545;
    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 #f5ae98;
    font-weight: normal;

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

table.consultation-hour tr th{
    background: #fa825c;
}
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-box1{
    max-width: 1400px;
    margin: 0 auto;
}
#main.home .top-image{
    position: relative;
    background-image: url(img/index03.jpg);
    background-repeat: no-repeat;
    padding-bottom: calc(100%*1030/1400);
    background-size: 100% auto;
    height: 0;
}
#main.home .content-box1 h2{
    font-size: 1.8em;
    color: #f36e44;
    margin-bottom: 50px;
}
#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 .top-image .text-box{
    position: absolute;
    bottom: 5%;
    width: 600px
}
#main.home .content-box1 h2{
    margin-bottom: 5%;
}
#main.home .content-box1 p.name{
    margin-top: 5%;
}

@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 .text-box{
        margin: 30px auto;
        max-width: 600px;
    }
}

#main.home .content-box2{
    background: #fef6df;
    padding: 4% 0;
}

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

#main.home .content-box2 p.name-eng{
    text-align: center;
}

#main.home .content-box2 .flex-box{
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#main.home .content-box2 .info{
    width: 360px;
    height: 250px;
    justify-content: center;
    align-items: center;
    background-image: url("img/index04.jpg");
    background-position: center;
    background-repeat: no-repeat;
}
#main.home .content-box2 .info h2 {
    font-size: 2.1em;
    margin-top: 115px;
}
#main.home .content-box2 .info .name-eng{
    font-size: 1.4em;
    color: #75bdd9;
}

#main.home .content-box2 .list{
    width: calc(100% - 360px);
    padding-left: 4%;
}
#main.home .content-box2 .list ul li {
    padding: 20px;
    border-bottom: 1px dotted #93c7e2;
}
#main.home .content-box2 .list ul li a{
    color: #F7A900;
}
#main.home .content-box2 .list ul li a span{
    color: #333;
}

@media (max-width: 992px){
    #main.home .content-box2 .info{
        width: 300px;
        background-size: contain;
    }
    #main.home .content-box2 .list{
        width: calc(100% - 300px);
    }
}


#main.home .content-box3{
    padding: 4% 0;
}
#main.home .content-box3 .flex-box{
    justify-content: center;
}
#main.home .content-box3 a.item{
    position: relative;
    width: 100%;
    max-width: 360px;
    height: 400px;
    margin: 10px;
}

#main.home .content-box3 .item.meal{
    background-image: url(img/index05.jpg);
    color: #f28300;
}
#main.home .content-box3 .item.sofuroroji{
    background-image: url(img/index06.jpg);
    color: #f69b09;
}
#main.home .content-box3 .item.yoga{
    background-image: url(img/index07.jpg);
    color: #e63e46;
}

#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;
}





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

  [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: 1160px;
}

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

.page-default{
    max-width: 1020px;
}
#main.page .container{
    max-width: 1020px;
}

#main.page h1 {
    font-size: 1.875em;
    border-right: 1px solid #333;
}

#main.page .content{
    margin: 50px auto;
}

.page-template-page-full #main.page .content{
}


#main.feature h2,#main.about h2{
    display: inline-block;
    font-size: 1.375em;
    color: #f36e44;
    margin-bottom: 14px;
    border-bottom: 1px solid #f36e44;
}


/*--------------------------------------
	06-01.院の特徴
--------------------------------------*/
#main.feature .head-bg{
    position: relative;
    background-color: #FEF3E9;
    background-image: url("img/feature02.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    margin: 0 auto;
}
#main.feature .head-bg p{
    padding-left: 30px;
}
#main.feature .head-bg .container {
}
#main.feature .text-box{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#main.feature h1{
    padding-right: 30px;
}
#main.feature .flex-box{
    align-items: flex-start;
    justify-content: space-between;
}
#main.feature .flex-box >*{
    width: 49%;
}

/*--------------------------------------
	06-02,医院案内
--------------------------------------*/
#main.about .head-bg{
    position: relative;
    background-color: #FEF3E9;
    background-image: url(img/about02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    margin: 0 auto;
}
#main.about h1{
    padding-right: 30px;
}
#main.about h2{
    display: inline-block;
    font-size: 1.375em;
    color: #f36e44;
    border-bottom: 1px solid #f36e44;
}
#main.about .head-bg p{
    padding-left: 30px;
}
#main.about .head-bg .container {

}
#main.about .text-box{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#main.about h3{
    font-size: 1.1em;
    margin: 15px 0 5px;
}

#main.about p{

}

#main.about .flex-box{
    align-items: flex-start;
    justify-content: space-between;
}

#main.about .flex-box >*{
    width: 49%;
    margin: 1% 0;
}

#main.about .content-box3 h1.about-school {
    display: block;
    text-align: center;
    padding-right: 0;
    border-right: none;
    margin: 4% 0;
}
#main.about .content-box3 h2{
    margin: 2% 0;
}

#main.about .content-box3{
    background-color: #fff9f5;  
}
#main.about .content-box3 ul{
    font-size: 0.95em;
    margin-top: 10px;
    padding: 0 20px;
    background: #fff;
    border: 1px solid #ffdec8;
}
#main.about .content-box3 ul li{
    margin: 0.75em 0;
}
#main.about .content-box3 ul li span{
    font-weight: 700;
    margin-right: 20px;
}

/*--------------------------------------
	06-04.アクセス
--------------------------------------*/
#main.access h1{
    display: inline-block;
    font-size: 1.375em;
    color: #f36e44;
    margin-bottom: 14px;
    border-right: none;
    border-bottom: 1px solid #f36e44;
}


/************************************************************************
	[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: 15px 0 10px 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .header_left {
        float: none;
    }
    .header_right {
        float: none;
    }

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

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


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

    #h_tel {
        margin-top: 5px;
        text-align: left;
    }
    .header_right img{
        margin-top: 0;
        margin-left: 5px;
        width: 60px;
    }


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

    .footerTop .content.info .clinic-info{
        max-width: 520px;
        margin: 0 auto;
    }
    .footerTop ul.info{
    
    }
    .footerTop ul.info li span{
        display: block;
        text-align: left;
        margin-bottom: 1%;
    }
    
    .footerMiddle .image-box{
        padding-top: 10px;
    }
    .footerMiddle .image-box .fr{
        padding-left: 5px;    
    }
    .footerMiddle .image-box .fl{
        padding-right: 5px;
    }



    /*--------------------------------------
        07-02.レスポンシブ TOPページ
    --------------------------------------*/
    
    
    
    #main.page .content{
        margin: 4% auto;
    }
    /*--------------------------------------
        07-02-01.レスポンシブ　院の特徴
    --------------------------------------*/
    #main.page h1{
        padding-left: 0;
        margin-bottom: 10px;
        border-right: none;
        border-bottom: 1px solid #333;
    }
    #main.feature .head-bg{
        height: 175px;
    }
    
    #main.feature h1 {
        padding-right: 0;
    }
    
    #main.feature .head-bg p{
        padding-left: 0;
        width: 100%;
    }
    
    #main.feature .flex-box >*{
        max-width: 100%;
        width: auto;
        margin: 1% 0;
    }
    
    /*--------------------------------------
        07-02-02.レスポンシブ　院の特徴
    --------------------------------------*/
    #main.about h1{
        padding-left: 0;
        margin-bottom: 10px;
        border-right: none;
        border-bottom: 1px solid #333;
    }
    #main.about .head-bg{
        height: 175px;
    }
    
    #main.about h1 {
        padding-right: 0;
    }
    
    #main.about .head-bg p{
        padding-left: 0;
        width: 100%;
    }
    
    #main.about .flex-box >*{
        max-width: 100%;
        width: auto;
        margin: 1% 0;
    }
    
    
}

@media (max-width: 992px)     {
    #main.about .flex-box.yoga-school >*{
        max-width: 100%;
        width: auto;
    }
}

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

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

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

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

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

@media (max-width: 420px){
    body {
        font-size: 14px;
    }
    .site-title a{
        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;
    }
    .footerTop .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;
    }
}

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

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

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


@media (min-width: 769px) {

}