@charset "utf-8";
/*
 Theme Name:   wsc8
 Description:  向井畳店
 Author:
 Author URI:
 Template:     wsc8
*/

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

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

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

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

  	01.共通スタイル（全体・ヘッダー・ナビゲーション・フッター）
    02.[START] トップページ
    03.ブログページ共通
    04.single(記事ページ)
    05.error(404.php)
    06.[START] 下層ページ　固定ページ

    Media Query
    07.レスポンシブ　(max-width: 768px)
        07-01.レスポンシブ ヘッダー、フッター、ナビ　ページ
        07-02.レスポンシブ TOPページ
    08.レスポンシブ　(min-width: 1000px)
        08-01.共通スタイル（全体・ヘッダー・ナビゲーション・フッター）
    09.レスポンシブ　(max-width: 1000px)
       08-01.共通スタイル（全体・ヘッダー・ナビゲーション・フッター）
    10.レスポンシブ　(max-width: 480px)
       08-01.共通スタイル（全体・ヘッダー・ナビゲーション・フッター）

    11.TOP 新着情報
    12.各 ブログページ共通
        single(記事ページ)
        error(404.php)
    13.レスポンシブ　TOP新着情報
        
------------------------------------*/

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

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

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

.breadcrumbs{
    display: none!important;
}

/*.single .container {*/
    /*max-width: 920px;*/
/*}*/
html{
    font-size: 14px;
}
body {
    font-family: "Japanese,ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
    color: #231815;
}

* {
    line-height: 1.4em;
}

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

.txt-blue {
    color: #026eb8;
}

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

.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.3em;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.float-box >*{
    width: 48%
}

.flex-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

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

.circle.reservation {
    border: solid 1px #ffc08a;
    background-color: #ffc08a;
}

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

.mincho{
    font-family: "YuKyo-Medium","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho" , "ＭＳ Ｐ明朝", "ＭＳ 明朝",serif;
}


.section{
    padding: 0;
}
                                

/*ナビゲーション*/
#gnav {
    background-color: #11491F;
    padding: 13px 0;
}
.gnav-container li {
    font-size: 16px;
    width: 25%;
    border-right: 1px solid #256335;
    text-align: center;
}
.gnav-container li:first-child{
    border-left: 1px solid #256335;
}
.gnav-container li a {
    padding: 3px;
    color: #fff;

}
.gnav-container li.current-menu-item a {
    background-color: #11491F;
}
.gnav-container li a{
    background-color: #11491F;
    color: #fff;
}
.gnav-container li a:hover{
    background-color: #11491F;
    opacity: .8;
    color: #fff;
}

/*ヘッダー*/
.header{
    padding: 20px 0;
}
.site-title{
    display: inline-block;
    margin:0;
    padding:0;
}
.site-title a{
    font-weight: 700;
    font-size:32px;
    line-height:50px;
    color: #11491F;
}
.site-title .categories{
    font-size: 15px;
    font-weight: 700;
}
.site-description{
    font-size:13px;
    line-height:18px;
    font-weight:normal;
    font-style:normal;
    display:block;
    margin:0;
}

#h_tel{
    float: right;
}
#h_tel .contact{
    font-size: 16px;
    font-weight: 700;
}
#h_tel .tel {
    font-size: 24px;
    font-weight: 700;
    color: #CE1D00;
}
#h_tel .tel .tel-number {
    font-size: 30px;
}

.header_left{
    float:left;
}


/*フッター*/

.footerTop {
    margin-top: 20px;
}
.footerTop h2 {
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
}

.footerTop{
    display: table;
    width: 100%;
    background-color: #EAEADF;
}
.footerTop >*{
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.footerTop img{
    width: 100%;
}

.footerTop .info-box{
    display: inline-block;
    margin-left: 5%;
}
.footerTop .info-box hr{
    border-top: 1px solid #909189;
    margin: 10px 0;
}

.footerTop .name{
    font-size: 32px;
}
.footerTop .category{

}

.footerTop .tel {
    font-size: 24px;
}
.footerTop  .tel .tel-number {
    font-size: 30px;
}


.footerTop .address{

}



.footerBottom {
    background-color: #11491F;
}
#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: #11491F;
    border: 2px solid #ffffff;
    text-align: center;
    line-height: 44px;
}




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

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

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



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

	02.[START] トップページ

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

.head-image{
    display: block;
    margin: 0 auto;
}

.feature{
    margin: 4% auto;
}
.feature img.head-image{
    display: block;
    margin: 0 auto;
}

.feature-box >*{
    max-width: 300px;
    width: 32%;
}



.page-home-staffblog {
    overflow:hidden;
    margin: 2% auto;
}

.heading-txt {
    float: left;
    width: 25%;
    
    text-align: center;
}
.news-entry{
    float: left;
    width: 75%;
}

.heading-txt a {
    color: #000;
    letter-spacing: 0.1em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.heading-txt a,.heading-txt a:visit,.heading-txt a:active{
    color:#333!important;
}

.heading-txt a:hover{
    color:#61caa9;
    text-decoration: none;
}

.heading-txt h2 {
    display: inline-block;
    font-size: 1.9em;
    font-weight: 500;
    text-align: center;
    padding: 60px 30px;
    
    background: #F4F5F6;
    border: 1px solid#13481F;
}
.heading-txt .hisi{
    font-size: .6em;
    text-shadow: 0 -3px 0 #888, 0 3px 0 #888, 3px 0 0 #888, -3px 0 0 #888;
}



.newsList{
    padding-left: 5%;
}
.newsListItem{
    padding: 22px 3%;
    border-bottom: 1px solid #E0E1E2;
}
.newsListItem .date{
    margin-right: 5%;
}
.newsListItem a{
    color: initial;
}
.newsListItem a:hover{
    color: #61caa9;
}


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

  [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 #46C5C8;
    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;
    overflow: hidden;
}


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

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

.widget-title {
    font-weight: 700;
    border-bottom: solid 3px #46C5C8;
    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: #46C5C8;
    color: white;
}
.blog-header:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #46C5C8;
    opacity: .8;
}

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

.blog-content{
    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: 1000px;
}

#main.page h2 {
    font-size: 36px;
    font-weight: normal;
    height: 100px;
    line-height: 100px;
    padding-left: 50px;
    border-left: 20px solid #124323;
    vertical-align: middle;
    margin: 30px 0;
}
#main.page .content{
    margin-bottom: 30px;
}
#main.page section{
    margin: 4% 0;
}

.page-template-page-full #main.page .content{
    max-width: 1400px;
    margin: 0 auto;
}

/*　畳の種類　*/

#main.type h3, section.grass h4{
    position: relative;
    background-color: rgba(169,199,143,0.4);
    padding: 1em;
    margin: 2% 0;
}
#main.type h3 span.title{
    position: absolute;
    top: -0.49em;
    
    font-size: 2.6em;
    color: #B10000;
}
#main.type h3 span.title .text-min{
    font-size: 1.8rem;
}

section.grass h4{
    margin-bottom: 4%;
}

#main.type .grass h4 span.title{
    position: absolute;
    font-size: 24px;
    top: -0.55em;
}

#main.type .main-head{
    background: url(img/tataminosyurui/sub_01.jpg);
    background-position: center;
    height: 440px;
    margin: 0 auto;
}

section{
    margin: 0 auto 4%;
}

section.grass{
    background: url(img/tataminosyurui/sub_igusa_background.jpg);
    background-position: center;
    height: 1350px;
}

section.grass .upper{
    margin: 2% 0;
}

section.grass .upper .left-box{
    float: left;
    width: 45%;
    margin-right: 5%;
}
section.grass .upper .right-box{
    float: left;
    width: 50%;
}

section.grass .upper .left-box img{
    margin-top: 3%;
}

section.grass .upper .right-box >img{
    margin-bottom: 2%;
}

section.grass .upper .right-box .flex-box{
    align-items: flex-end;
}

section.grass .upper p{
    font-size: 20px;
    line-height: 1.7em;
}



section.grass .lower{
    margin-top: 10%;
    justify-content: center;
}


section.grass .lower >div{
    width: 31%;
    min-width: 300px;
    margin: 2% auto;
}

section.grass .lower .grass-type{
    width: 62%;
}

section.grass .lower .grass-type >.grass-item{
    width: 48%;
}

section.grass .lower .grass-type p.annotation{
    font-size: 1rem;
}

section.grass .lower p{
    font-size: 18px;
    line-height: 1.9em;
}

section.grass .lower p.kae{
    font-size: 2em;
    margin-top: 5%;
}

section.grass .lower p.price{
    font-size: 1.8em;
    font-weight: 700;
}

section.grass .lower p.price span{
    font-size: 1rem;
}

section.grass .tatamiyuka-type{
    max-width: 300px;
    border: 1px solid #167335;
    border-radius: 3px;
    padding: 20px;
}
section.grass .tatamiyuka-type h4{
    font-size: 24px;
    background: none;
    margin: 0 0 4%;
    padding: 0;
    line-height: 1.4em;
}

section.grass .lower .tatamiyuka-type p{
    font-size: 1.05em;
    line-height: 1.4em;
    padding: 10px;
    
}

section.grass .tatamiyuka-type img{
    display: block;
    margin: 0 auto;
    text-align: center;
}

section.washi .flex-box{
    margin: 4% 0;
}
section.washi .flex-box >*{
    width: 49%;
}
section.washi p{
    font-size: 18px;
    line-height: 1.8em;
}
section.washi p.ask{
    font-size: 1.5em;
    margin-top: 4%;
}

section.washi-type .flex-box >*{
    width: 48%;
}

section.washi-type .name{
    margin: 10px 0;
}

section.washi-type h4{
    display: inline;
    font-size: 24px;
    color: #B93A37;
    margin-right: 20px;
}

section.washi-type span{
    font-size: 16px;
    border-bottom: 1px solid #B93A37;
    vertical-align: text-bottom;
    padding-bottom: 2px;
}

section.washi-type span{
    font-size: 16px;
    border-bottom: 1px solid #B93A37;
    vertical-align: text-bottom;
    padding-bottom: 2px;
}
section.washi-type .image-seiryu img{
    margin: 1% 1.5% 1% 0;
}

/* 店内のご案内／施行例 */

#main.guidance section{
    margin: 4% auto;
}
#main.guidance .main-head{
    background: url(img/access/mukai-access_01-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    max-width: 1400px;
    height: 190px;
    margin: 0 auto;
}
#main.guidance h3{
    font-size: 28px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    border-left: 26px solid #919284;
    vertical-align: middle;
    margin: 30px 0;
}


/*　アクセス　*/
#main.access .main-head{
    background: url(img/access/mukai-access_01-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    max-width: 1400px;
    height: 190px;
    margin: 0 auto;
}
#main.access h2{

}


#main.access section.info .text{
    font-size: 20px;
    color: #13350B;
    margin-right: 4%;
}

#main.access section.info .text p{
    margin: 5px 0;
}
#main.access section.info .image img{
    width: 48%;
}
#main.access section.info .image img:first-child{
    margin-right: 2%;
}

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


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

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

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

@media (max-width: 992px) {
    #main.type .main-head{
        background-position: -150px;
        background-size: cover;
    }
    section.grass{
        background-repeat: repeat-y;
        background-size: cover;
        height: auto;
        padding: 4% 0;
    }
    
    section.grass .upper p{
        font-size: 1.14em;
    }
    
    section.grass .lower .grass-type{
        width: 100%;
    }
    
    section.grass .lower p{
        font-size: 1.14em;
    }
    
    section.grass .lower p.kae{
        font-size: 1.7em;
    }
    section.grass .lower p.price{
        font-size: 1.5em;
    }
    
    section.washi p{
        font-size: 1.14em;
    }
}



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

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

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

/*--------------------------------------
	07-01.レスポンシブ ヘッダー、フッター、ナビ　ページ
--------------------------------------*/
@media (max-width: 768px) {
    
    .drawer-btn {
        left: auto;
        right: 0;
    }
    
    /*ヘッダー*/
    .site-title{
        text-align: left;
    }
    #h_tel{
        float: none;
    }
    /*フッター*/
    .footerTop >* {
        display: block;
        width: 100%;
    }
    .footerTop .info-box{
        display: block;
        margin: 4% 10px;
    }
    
    /*ナビゲーション*/
    #gnav{
        padding: 0;
    }
    .gnav-container li{
        font-size: 14px;
        width: 100%;
    }
    .gnav-container li a{
       padding: 10px 0;
    }
    
    
    /* トップページ */
    .feature img.head-image{
        object-fit: cover;
        object-position: center center;
        width: auto;
        height: 75px;
    }
    
    .feature-box{
        justify-content: center;
    }
    
    .feature-box >*{
        width: 300px;
        margin: 10px;
    }
    
    .heading-txt, .news-entry{
        float: none;
        width: 100%;
    }
    .heading-txt h2{
        width: 100%;
        padding: 2%;
    }
    .heading-txt a{
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
    }
    .heading-txt .hisi{
        vertical-align: text-bottom;
    }
    .newsList{
        padding-left: 0;
    }
    
    /*畳の種類*/
    
    #main.type .main-head{
        background-position: -140px;
        height: 320px;
        background-size: cover;
    }
    
    section.grass .upper .left-box, section.grass .upper .right-box{
        float: none;
        width: 100%;
    }
    
    section.grass .lower >div{
        width: 100%;
        margin: 2% 0;
    }
    section.grass .lower .grass-type >.grass-item{
        width: 100%;
    }
    
    
    section.washi .flex-box >*{
        max-width: 100%;
        width: auto;
        margin: 2% auto;
    }
    section.washi p{
        font-size: 1.2em;
    }
    
    section.washi-type .flex-box >*{
        max-width: 100%;
        width: auto;
    }
    
}

@media (max-width: 500px) {
    .head-image{
        height: 200px;
        object-fit: cover;
    }
    #main.type .main-head{
        background-position: -117px;
        height: 260px;
        background-size: cover;
    }
}

@media (max-width: 374px) {
    #copyright{
        font-size: 11px;
    }
    
    #main.type .main-head{
        background-position: -100px;
        height: 220px;
    }
}


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



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

	12.各 ブログページ共通

************************************************************************/
/*固定ページで基本出てくるのh1の非表示*/

.entry-title{
    display:none;
}

.sub-mainvisual {
    /*background-image: url(http://sudo-child.com/wp-content/uploads/2018/02/0693GRL_7497.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
    text-align: center;
    font-size: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    /*background: -moz-linear-gradient(top, #fdf19e, #FFF);
    background: -webkit-linear-gradient(top, #fdf19e, #FFF);
    background: linear-gradient(to bottom, #fff, #fdf19e);*/
}
.blog-top {
    font-size: 1.5em;
}

.blog-top a{
    color: #B10000;
}

.blog-top a:hover{
    color: #D98286;
    text-decoration: none;
}

.blog-page {
    padding: 2%;
}

.main-column h1{
    border-bottom: solid 3px #61caa9;
    position: relative;
    font-size: 1.5em;
    padding: 0 0 1%;
    margin: 0 0 2%;
}

.main-column h1:after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ffc08a;
    bottom: -3px;
    width: 30%;
}

.main-column .content{
    padding: 2%;
}

.main-column .content p{
    line-height: 30px;
    margin: 2%;
}

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

.main-column a:hover {
    text-decoration: none;
    color: #D98286;
}

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

.side-column a:hover {
    text-decoration: none;
    color: #ffc08a;
}


.entry-container{
    margin:0;
    padding:0 0 4%;
}

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

.entry-header h2{
    font-size:1.5em;
}
.blog-category{
    float:right;
}
.blog-category a {
    color: #15a97a;
}
.blog-category a:hover {
    color: #5fcaa9;
}
/*ブログページタイトル*/

.blog-header:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #426E4C;
}


.blog-header {
    padding: 1%;
    margin: 4% 0;
    font-size: 1.5em;
    position: relative;
    background: #11491F;
    color: white;
}


/*ブログのタイトル*/

.blog-title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ffc778;
    bottom: -3px;
    width: 30%;
}

.blog-title {
    border-bottom: solid 3px #f8e8c6;
    position: relative;
}


/*サイドバーのタイトル*/

.widget-title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ffc08a;
    bottom: -3px;
    width: 30%;
}

.widget-title {
    border-bottom: solid 3px #60caa9;
    position: relative;
}


/*テキストウエッジ*/

.textwidget {
    padding: 0;
    margin: 0 0 20px 20px;
}