@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] 下層ページ　固定ページ
        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: 14px;
    color: #3d0707;
}

* {
    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;
    line-height: 1.4em;
}
a{
    color: #3d0707;
}

.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: #3d0707;
}

.txt-pink{
    color: #ff7777;
}


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

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

.flex-box.two-col{
    flex-wrap: wrap;
}

@media (min-width: 769px) {
    .flex-box.two-col >*{
        width: 95%;
    }
    .flex-box.two-col >*:first-child{
        padding-right: 10px;
    }
    .flex-box.two-col  >*:last-child{
        padding-left: 10px;
    }
}

@media (max-width: 768px) {
    .flex-box.two-col >*{
        max-width: 100%;
        width: auto;
    }
}







.circle {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border: solid 1px #68d0ff;
    background-color: #68d0ff;
    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: #feb1b1;
    padding: 13px 0;
}
.gnav-container li {
    font-size: 100%;
    width: 25%;
    border-right: 1px solid #FEE7E6;
    text-align: center;
}
.gnav-container li:first-child{
    border-left: 1px solid #FEE7E6;
}
.gnav-container li a {
    font-size: 1.1em;
    padding: 3px;
    background-color: #feb1b1;
    color: #3d0707;
}
.gnav-container li a:hover, .gnav-container li.current-menu-item a{
    color: #3d0707;
    background-color: #feb1b1;
    opacity: .8;
}

/*　サブメニュー */
.gnav-container li .sub-menu{
    width: 100%;
    background: #feb1b1;
    padding-top: 13px;
}
.gnav-container li .sub-menu li {
    width: 100%;
    border-bottom: 1px solid #ffe2e2;
}

.gnav-container li .sub-menu li a {
    color: #3d0707;
    background: #fdc6c7;
}
.gnav-container li .sub-menu li a:hover {
    background: #fdc6c7;
    color: #3d0707;
}




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

.header_left{
    float:left;
}

.site-title{
    display: inline-block;
    margin:0;
    padding:0;
}
.site-title a{
    font-size: 2.35em;
    color: #ff7777;
}
.site-title a span{
    font-size: .7em;
}

.site-title .header-top-text{
    font-size: .9em;
    color: #c96e6e;
    margin-bottom: 2%;
}
.site-title .header-middle-text{
    margin-bottom: 1%;
}

#h_tel{
    float: right;
}
#h_tel .contact{
    color: #3d0707;
    font-weight: 700;
}
#h_tel .tel.free{
    color: #ff7777;
    font-size: 2.5em;
}
#h_tel .tel.free:before{
    content: url("img/mama_top_11.png");
    margin-right: 10px  ;
}

#h_tel .tel{
    font-size: 1.2em;
}

#h_tel .tel span{
    font-size: .8em;
}


/*フッター*/
.footerTop{
    padding: 50px 0;
    background-color: #FEFCEC;
}
.footerTop .flex-box{

}
.footerTop .flex-box >div{
    width: 50%;
    margin-right: 10px;
}
.footerTop .flex-box >div:last-child{
    margin-right: 0;
}


.footerTop .border-box{
    border: 1px solid #3d0707;
    border-radius: 10px;
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.footerTop .border-box h2{
    font-size: 2.2em;
    margin-bottom: 10px;
}
.footerTop .border-box h2 span{
    font-size: .7em;
}
.footerTop h3{
    color: #fff;
    background: #ff7777;
    border-radius: 20px;
    padding: 5px 0;
    margin: 10px 0;
    text-align: center;
}
.footerTop .float-box >*{
    width: 50%;
}
.footerTop p{
    margin: 5px 0;
}
.footerTop p.icon:before{
    content: url(img/mama_top_13.jpg);
    margin-right: 5px;
    vertical-align: middle;
}
.footerTop p.acsa-text{
    font-size: .9em;
}
.footerTop01{
    padding: 50px 0;
}
.footerTop01 .content{
    background-image: url("img/mama_top_10.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 275px;
    padding-top: 70px;
    text-align: center;
}



.footerTop01 .content p.title{
    font-size: 1.75em;
    margin-bottom: 20px;
}
.footerTop01 .flex-box p{
    font-size: 2.5em;
    width: 50%;
}
.footerTop01 .flex-box p.tel-free:before{
    content: url(img/mama_top_11.png);
    margin-right: 10px;
}

.footerTop01 .flex-box p span{
    display: block;
    font-size: .4em;
}
.footerTop01 .tel-box{
    margin-bottom: 20px;
}


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

.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: #ff7777;
    border: 2px solid #ffffff;
    text-align: center;
    line-height: 44px;
}

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

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

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



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

	02.[START] トップページ

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

#main.home .top-image{
    position: relative;
    background-image: url(/wp-content/uploads/2018/02/shimamura-shika03.jpg);
    background-position: center;
    padding-bottom: calc(100%*520/1400);
    background-size: 100% auto;
    height: auto;
    margin-bottom: 60px;
}
#main.home .top-image:after{
    content: "";
    background-image: url(/wp-content/uploads/2018/02/shimamura-shika04.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: -60px;
}

#n2-ss-2-align{
    position: relative;
    margin-bottom: 60px;
}
#n2-ss-2-align:after {
    content: "";
    background-image: url(/wp-content/uploads/2018/02/shimamura-shika04.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: -60px;
    z-index: 10;
}




#main.home .head-bg01{
    background-image: url(./img/mama_top_01.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    height: 460px;
    max-width: 1400px;
    margin: 0 auto;
}
#main.home .head-bg02{
    background-image: url(./img/mama_top_02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 460px;
    max-width: 1400px;
    margin: 0 auto;
}
#main.home .content-box01{
    background-color: #f8efe3;
}

#main.home .content-box01 .text-box{
    max-width: 560px;
    margin: 50px 0;
}
#main.home .content-box01 .text-box p{
    line-height: 1.8em;
    margin-top: 50px;
}

#main.home .content-box01 h2{
    font-size: 2.2em;
    color: #ff7777;
}


#main.home .content-box02{
    padding: 50px 0 0;
}

#main.home .content-box02 h2{
    font-size: 1.9em;
    text-align: center;
}
#main.home .content-box02 .name-eng{
    font-size: 1.15em;
    margin: 10px 0;
    text-align: center;
}
#main.home .content-box02 .flex-box{
    margin: 5% 0;
    justify-content: space-around;
    flex-wrap: wrap;
}
#main.home .content-box02 .flex-box >*{
    width: 25%;
    padding: 0 10px;
    border-right: 1px dotted #df9d9d;
}
#main.home .content-box02 .flex-box >div:nth-child(4n){
    border-right:none;
}

#main.home .content-box02 .flex-box .item-box{
    width: 300px;
    margin: 0 auto;
}
#main.home .content-box02 .flex-box img{
    display: block;
    margin: 0 auto;
}
#main.home .content-box02 .flex-box h3{
    text-align: center;
    font-size: 1.45em;
    font-weight: normal;
    color: #ff7777;
    height: 2.6em;
    margin: 20px 0;
}
#main.home .content-box02 .flex-box h3 span{
    font-size: .75em;
}
#main.home .content-box02 .flex-box p{
    height: 5em;
}
#main.home .content-box02 .flex-box a{
    display: block;
    text-align: center;
    color: #ffffff;
    background-color: #f25d60;
    padding: 15px 0;
}



#main.home .content-box02.news{
/*
	background-color: #E0EEFC;
*/
}

#main.home .content-box02.news .container{
  max-width: 850px;
  margin: 0 auto;
  padding: 30px 10px;
}

#main.home .content-box02.news h3{
  font-size: 1.8em;
  text-align: center;
}
#main.home .content-box02.news .list{
  display: inline-block;
  float: right;
  margin: 15px 0;
}

#main.home .content-box02.news ul li{
  padding: 15px 20px;
  border-bottom: 1px solid #F25D60;
}
#main.home .content-box02.news ul li a span{
  color: #333;
}



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

  [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 #F25D60;
    line-height: 1.4em;
    padding: 10px 5px;
    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 1px #2E0609;
    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: 1.5em 1em;
}


.blog-category{
  text-align: right;
  margin-top: 3em;
  color: #787878;
}

.blog-content p{
  line-height: 1.7em;
}

.blog-date{
  font-weight: normal;
  padding-left:5px;
}



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

	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 .head-bg{
    background-color: #F2E9DC;
}
#main.page .head-bg .inline{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover  ;
    height: 340px;
    max-width: 1400px;
    margin: 0 auto;
}

#main.page .content{
    margin-bottom: 30px;
}

#main.page p{
    margin: 10px 0;
}
#main.page p, #main.page p *{
    line-height: 1.8em;
}

#main.page p.margin-none{
    margin: 0;
}

#main.page table{
    width: 100%;
    border-collapse: collapse;
}
#main.page table td, #main.page table th {
    padding: 20px;
    border: 1px solid #8B615E;

}
#main.page table th{
    width: 30%;
    background-color: #ffe9e2;
}

#main.page .head-bg .bg-text{
    padding: 80px 0 60px;
}
#main.page .head-bg .bg-text h2{
    font-size: 2em;
    color: #ff7777;
}
#main.page .head-bg .bg-text h2.bottom{
    font-size: 2.4em;
}
#main.page .head-bg .bg-text p{
    margin: 10px 0 0;
}

#main.page .head-bg .bg-text h3{
    font-size: 2.5em
    color: #ff7777;
}
#main.page .head-bg .border-line{
    margin: 20px -10px;
}

#main.page .content-box{
    margin: 30px 0;
}

#main.page .border-text-middle{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;

}
#main.page .border-text-middle:before{
    margin-right: 0.5em;
    border-top: 1px solid;
    content: "";
    display: inline;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}
#main.page .border-text-middle:after {
    margin-left: 0.5em;
    border-top: 1px solid;
    content: "";
    display: inline;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}


/*--------------------------------------
	06-01.ベビーシッターサービス
--------------------------------------*/
#main.s_babysitter .head-bg .inline{
    background: url(./img/mama_service01_01.jpg);
}

#main.s_babysitter .head h1{
    color: #fff;
    font-size: 28px;
    line-height: 150px;
    margin: 0 20px;
}

#main.s_babysitter .content-box h3{
    display: inline-block;
    font-size: 1.6em;
    color: #ff7777;
    border-bottom: 1px solid #512D2F;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

#main.s_babysitter .content-box01 .head-text{
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
}

/*--------------------------------------
	06-02.産後のお世話
--------------------------------------*/
#main.s_mothering .head-bg .inline{
    background-image: url(./img/mama_service02_01.jpg);
}


#main.s_mothering .head h1{
    color: #fff;
    font-size: 28px;
    line-height: 150px;
    margin: 0 20px;
}

#main.s_mothering .content-box h3{
    display: inline-block;
    font-size: 1.6em;
    color: #ff7777;
    border-bottom: 1px solid #512D2F;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
#main.s_mothering h2 span{
    display: inline-block;
    font-size: .4em;
    font-weight: normal;
    color: #3d0707;
}

#main.s_mothering .content-box01 .flex-box{
    flex-wrap: wrap;
    justify-content: space-between;
}
#main.s_mothering .content-box01 .flex-box{
    margin-bottom: 50px;
}
#main.s_mothering .content-box01 .image-box{
    font-size: 0;
}
#main.s_mothering .content-box01 .image-box img.image{
    display: inline-block;
    width: 65%;
}
#main.s_mothering .content-box01 .image-box img.illust{
    display: inline-block;
    width: 35%;
    vertical-align: bottom;
    padding-right: 5%;
}

#main.s_mothering .content-box01 .flex-box.bottom >*{
    width: 31%;
}
#main.s_mothering .content-box02 h4{
    font-size: 1.5em;
    margin-bottom: 20px;
}


/*--------------------------------------
	06-02.託児ルーム（エンジェルハウス）
--------------------------------------*/

#main.s_nursery .head-bg .inline{
    background-image: url(./img/mama_service03_01.jpg);
}
#main.s_nursery .text-box p{
    font-size: 1.2em;
    text-indent: 1em;
}

#main.s_nursery table{
    margin: 50px 0 0;
}

#main.s_nursery table.price-list{
    margin: 0;
}
#main.s_nursery table.price-list td, #main.s_nursery table.price-list th{
    padding: 10px;
    min-width: 100px;
}


#main.s_nursery table.price-list th{
    width: auto;
    text-align: center;
    background-color: #F99FA0;
}
/*--------------------------------------
    06-04 ハウスキーピング
--------------------------------------*/

#main.s_house{
    
}
#main.s_house .head-bg .inline{
    background-image: url(./img/mama_service04_01.jpg);
}

#main.s_house .test{
    position: relative;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 43.75%;
    /*background: url("./img/mama_service04_03.jpg") 0 0 no-repeat;*/
    background-size: contain;
    margin-bottom: 50px;
}

#main.s_house .content-box .test h3{
    font-size: 1.5em;
    color: #ff7777;
    margin-bottom: 20px;
}

#main.s_house .test .item{
    position: absolute;
    width: 420px;
    padding: 20px;
    border: 3px solid #FCB8BB;
    border-radius: 37px;
}
#main.s_house .test .item01{
    left: 10px;
    top: 5px;
}
#main.s_house .test .item02{
    right: 20px;
    top: 10px;
}
#main.s_house .test .item03{
    left: 10px;
    bottom: 5px;
}

#main.s_house .test .item04{
    right: 10px;
    bottom: -5px;
}

#main.s_house .content-box .item h3 span{
    border-bottom: none;
    padding-bottom: 0;
}


#main.s_house .content-box h3 {
    display:block;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 40px;
}
#main.s_house .content-box h3 span{
    display: inline-block;
    color: #ff7777;
    border-bottom: 1px solid #512D2F;
    padding-bottom: 5px;
}

#main.s_house .content-box01 .flex-box{
    justify-content: space-between;
}
#main.s_house .content-box01 .flex-box >*{
    width: 31%;
}
#main.s_house .content-box01 p{
    line-height: 1.6em;
}

#main.s_house .content-box02 h4{
    font-size: 1.2em;
    margin-bottom: 20px;
}
#main.s_house .content-box02 p{
    text-indent: -1em;
    padding-left: 1em;
    margin: 5px auto;
    max-width: 700px;
}

/*--------------------------------------
    06-05.ご利用の手順
--------------------------------------*/
#main.s_guide .head-bg .inline{
    background-image: url(./img/mama_service05_02.jpg);
}
#main.s_guide .guide-box{
    margin: 50px 0;
    overflow: hidden;
}

#main.s_guide .guide-box .next-image{
    margin: 10px 10px;
}

#main.s_guide .guide-item .icon{
    display: block;
    width: 90px;
    height: 90px;
    border: 2px solid #F99FA0;
    text-align: center;
    color: #FD5F64;
}
#main.s_guide .text-box{
    width: calc(100% - 90px);
    padding-left: 10px;
}

#main.s_guide .text-box h3{
    font-size: 1.6em;
    font-weight: 100;
    color: #ff7777;
}
#main.s_guide .text-box p{
    font-size: 1.1em;
}

#main.s_guide .guide-item.item02 .text-box .fl{
     border-right: 2px solid #ff7777;
}
#main.s_guide .guide-item.item02 .fr{
    width: calc(100% - 350px);
}
#main.s_guide .guide-item.item02 .fr p{
    text-indent: -1em;
    padding-left: 1em;
}


#main.s_guide .guide-item .icon .eng{
    font-size: 1.3em;
    margin: 2px 0 -9px;
}
#main.s_guide .guide-item .icon .num{
    font-size: 4em;
    line-height: 1em;
    font-family: Helvetica;
}

#main.s_guide h4.border-text-middle{
    text-align: center;
    font-size: 1.2em;
    margin-top: 20px;
}

/*--------------------------------------
   06-06.Q&A
--------------------------------------*/

#main.s_qa .head-bg .inline{
    background: url(./img/mama_service06_01.jpg);
}

#main.s_qa .content-box01 p{
    display: inline-block;
}
#main.s_qa .content-box01 a{
    display: block;
}
#main.s_qa .content-box01 .q{
    vertical-align: top;
    font-weight: 700;
    color: #ff7777;
    width: 60px;
    margin-right: 1em;
}
#main.s_qa .content-box01 .q-text{
    width: 750px;
}

#main.s_qa .content-box02 .q{
    font-size: 1.3em;
    color: #ff7777;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 2px solid #F99FA0;
}
#main.s_qa .content-box02 .qa-box{
    margin: 50px 0;
}
#main.s_qa .content-box02 .content-right{
    width: calc(100% - 60px);
    padding-left: 20px;
}

#main.s_qa .content-box02 .q-text{
    font-size: 1.8em;
    color: #ff7777;
    margin-top: 10px;   
}
#main.s_qa .content-box02 .answer{
    margin-top: 15px;
    font-size: 1.5em;
    font-weight: 700;
    color: #ff7777;
}
#main.s_qa .content-box02 .answer-text{
    font-size: 1.26em;
}
#main.s_qa .content-box02 table{
    margin: 30px 0;
}

#main.s_qa .content-box02 table td, #main.s_qa .content-box02 table th {
    padding: 10px 20px;
}

/*--------------------------------------
    06-07.料金案内
--------------------------------------*/

#main.s_charge .head-bg .inline {
    background-image: url(./img/mama_service07_01.jpg);
}

#main.s_charge h3{
    display: inline-block;
    font-size: 1.6em;
    color: #ff7777;
    border-bottom: 1px solid #512D2F;
    padding-bottom: 5px;
    margin: 5% 0 20px;
}
#main.s_charge table{
    margin: 5% 0 1%;
}
#main.s_charge table th{
    width: auto;
}

/*--------------------------------------
    06-08.会社案内
--------------------------------------*/

#main.company .head-bg .inline{
    background-image: url(./img/mama_kaisha_01.jpg);
}
#main.company h3{
    display: inline-block;
    font-size: 1.6em;
    color: #ff7777;
    border-bottom: 1px solid #512D2F;
    padding-bottom: 5px;
    margin: 50px 0 20px;
}
/* お問い合わせフォーム */
#contact.container{
    max-width: 575px;
}
#contact .title{
    display: block;
    font-size: 1.6em;
    text-align: center;
    color: #ff7777;
    border-bottom: 1px solid #512D2F;
    padding-bottom: 5px;
    margin: 50px auto 20px;
}
#contact .annotation{
    font-size: 1.2em;
    padding: 0 5%;
}
div.wpcf7{
    margin-top: 5%;
    padding: 0 6%;
}

div.wpcf7 label{
    font-weight: 100;
}
div.wpcf7 .label-name{
    display: inline-block;
    width: 85px;
    margin-right: 20px;
    vertical-align: top;
}
div.wpcf7 input{
    border: 1px solid #D7D7D7;
}
div.wpcf7 input[type='text'],input[type='email']{
    width: 200px;
    margin-right: 10px;
}
div.wpcf7 textarea{
    max-width: 370px;
    width: auto;
    height: 150px;
    border: 1px solid #555555;
}
div.wpcf7 div.submit{
    text-align: center;
}
div.wpcf7 div.submit input{
    background: #fff;
    border-radius: 5px;
    margin: 0 10px;
    padding: 5px 15px;
    line-height: 1em;
}

/*--------------------------------------
    06-09.求人案内
--------------------------------------*/

#main.job .head-bg .inline{
    background-image: url(./img/mama_kyujin_01.jpg);
}


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

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


@media (max-width: 992px)     {
    .container {
        max-width: 980px;
    }
    .site-title .header-top-text{
        font-size: .75em;
    }

    .footerTop01 .content{
        font-size: .85em;
        height: 210px;
        padding-top: 42px;
    }

    #main.home .content-box02 .flex-box >*{
        width: 50%;
        margin: 10px 0;
    }

    #main.home .content-box02 .flex-box >div:nth-child(even){
        border-right: none;
    }

    #main.s_mothering .content-box01 .flex-box .image-box{
        font-size: 0;
        max-width: 350px;
    }
    #main.s_house .test{
        font-size: 0.8em;
    }
    #main.s_house .test .item{
        width: 320px;
        padding: 15px;
    }
    #main.s_house .content-box .test h3{
        margin-bottom: 10px;
    }
    
    #main.s_house .test .item02 {
        right: 10px;
        top: 5px;
    }
    #main.s_house .test .item03 {
        left: 10px;
        bottom: 10px;
    }
    #main.s_house .test .item04 {
        right: 5px;
        bottom: 0px;
    }


    #main.s_guide .guide-item.item02 .text-box .fl{
        border-right: none;
    }
    #main.s_guide .guide-item.item02 .text-box .fr{
        width: 100%;
    }

}


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

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

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

/*--------------------------------------
	07-01.レスポンシブ ヘッダー、フッター、ナビ　ページ
--------------------------------------*/
@media (max-width: 768px) {
    body{
        font-size: 13px;
    }
    
    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%;
        border: 1px solid #FEE7E6;
        font-size: 13px;
        list-style-type: none;
        color: #fff;
        margin-top: -1px;
    }
    .gnav-container li:first-child{
        border-top: 1px solid #FEE7E6;
    }
    
    .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 #ffe2e2;
    }
    
    .gnav-container li .sub-menu li:first-child {
        border-top: 1px solid #ffe2e2;
    }
    
    /* /ナビゲーション */
    /*ヘッダー*/
    .header {
        padding: 15px 0 10px 0;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .header_left {
        float: none;
    }
    
    .site-title {
        text-align: left;
        display: block;
    }
    
    .site-title a {
        line-height: 1.4em;
    }
    
    
    .site-description {
        text-align: center;
    }
    
    #h_tel {
        float: none;
        font-size: .9em;
        text-align: left;
        margin-top: 5px;
    }
    
    .footerTop .flex-box{
        flex-wrap: wrap;
    }
    .footerTop .flex-box >div{
        width: 100%;
        margin: 20px 0;
    }
    .footerTop .flex-box .image{
        text-align: center;
    }
    
    
    
    #main.page table th{
        width: 25%;
    }
    #main.page table td, #main.page table th{
        padding: 10px
    }
    #main.s_nursery table.price-list td, #main.s_nursery table.price-list th {
        min-width: auto;
    }
    
    
    /*--------------------------------------
        07-02.レスポンシブ TOPページ
    --------------------------------------*/
    
    #main.home .content-box01 h2{
        font-size: 1.8em;
    }
    #main.home .head-bg01{
        height: 250px;
    }
    
    .footerTop01 .flex-box{
        flex-wrap: wrap;
    }
    .footerTop01 .flex-box p{
        width: 100%;
        margin: 5px 0;
    }
    
    .footerTop01 .content{
        background-image: none;
        padding: 10px!important;
        background-color: #ffe9e2;
        text-align: center;
        border: 2px solid #3d0707;
        height: auto!important;
    }
    
    /*--------------------------------------
        07-04.レスポンシブ 産後のお世話
     --------------------------------------*/
    #main.s_mothering .content-box01 .flex-box.bottom{
        justify-content: space-around;
    }
    #main.s_mothering .content-box01 .flex-box.bottom >*{
        width: 300px;
        margin: 0 10px;
    }
    
    
    /*--------------------------------------
        07-05.レスポンシブ 会社概要
     --------------------------------------*/
    /*お問い合わせフォーム*/
    #contact .annotation{
        padding: 0;
    }
    div.wpcf7{
        padding: 0;
    }
    div.wpcf7 label span{
        display: block;
    }
    
    /*--------------------------------------
        ハウスキーピング
    --------------------------------------*/
    
    #main.s_house .test{
        position: static;
        font-size: 1em;
        height: auto;
        padding-top: 0;
        margin-bottom: 0;
    }
    
    #main.s_house .test .item{
        position: static;
        width: 100%;
        max-width: 500px;
        margin: 4% auto;
    }
    
    
}


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

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

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

@media (max-width: 420px){
    #main.home .content-box02 .flex-box >*{
        width: 100%;
        border-right: none;
    }

    #main.page table{
        font-size: 10px;
    }

    #main.page table td, #main.page table th{
        padding: 5px;
    }

    #main.s_nursery table.price-list td, #main.s_nursery table.price-list th {
        padding: 5px;
        min-width: auto;
    }
}