@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.子宝相談
        06-02.ダイエット
        06-03.ギャラリー
        06-04.会社概要

    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.共通スタイル（全体・ヘッダー・ナビゲーション・フッター）
       
------------------------------------*/

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

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

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

.breadcrumbs{
    display: none!important;
}

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


body {
    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;
    color: #231815;
}


* {
    line-height: 1.8em;
}

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.8em;

}

.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho" , "ＭＳ Ｐ明朝", "ＭＳ 明朝",serif;
    transform: rotate(.03deg);
    font-weight: 500;
}

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

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

.txt-red {
    color: #ff0000;
}
.txt-pink {
    color: #cc3366;
}


.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;
}
.fc{
    float: center;
}
.fr{
    float: right;
}
.float-box >*{
}
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

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

.icon-stethoscope:before {
    content: url(img/icon-stethoscope.png);
}

.icon-inject:before {
    content: url(img/icon-inject.png);
}

.icon-medicine:before {
    content: url(img/icon-medicine.png);
}


.section{
    padding: 0;
}


/*ナビゲーション*/
#gnav {
    background-color: #f7a3bd;
}
.gnav-container li {
}
.gnav-container li:first-child{
}
.gnav-container li a{
    color: #fff;
}
.gnav-container li a:hover{
    background-color: #f0789d;
}
.gnav-container li.current-menu-item a {
    background-color: #f0789d;
}

/*ヘッダー*/
.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: #000000;
}
.site-title .categories{
    font-size: 14px;
    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 .shop{
    float: left;
    padding: 0 10px;
}

#h_tel .shop:first-child {
    border-right: 1px solid #a0a0a0;
}

#h_tel .contact{
    font-size: 12px;
}
#h_tel .contact .name{
    font-size: 18px;
    font-weight: 700;
}
#h_tel .tel {
    color: #db4f7a;
    font-size: 24px;
    line-height: 1.2em;
}

.header_left{
    float:left;
}


/*フッター*/

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

.footerTop h2 span {
    display: inline-block;
    border-bottom: 1px solid #031e1b;
    padding: 10px 0;
}
.footerTop img.footer-image{
    display: block;
    margin: 0 auto;
}


.footerTop .content.info{
    margin-bottom: 30px;
    text-align: center;
}
.footerTop .content.info .shop-info p{
    font-size: 14px;
}

.footerTop .content.info .float-box  >*{
    width: 50%;
}

.footerTop .content.info .float-box  .fl{
    border-right: 1px solid #a0a0a0;
}

.footerTop .content.info .shop-info .name{
    font-size: 18px;
    font-weight: 700;
}
.footerTop .content.info .shop-info .access{
    font-size: 12px;
}

.footerTop .content.info .shop-info .address{
    font-size: 14px;
}

.footerTop .content.info .shop-info .tel{
    color: #db4f7a;
    font-size: 28px;
    margin: 5px 0;
}


.footerTop .content.info .address{
    font-size: 14px;
}




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

.footerSocial {
    background-color: #f9ead2;
    padding: 10px;
}
.footerSocial ul.flex{
    flex-wrap: wrap;
    align-items: center;
}

.footerSocial ul li{
    border-left: 1px solid #3d322c;
    padding:  5px 15px;
    margin: 5px 0;
    
}
.footerSocial ul li:last-child{
    border-right: 1px solid #3d322c;
}

.footerSocial ul li.line a{
    display: block;
    color: #333;
}
.footerSocial ul li.line a p{
    margin-right: 10px;
}
.footerSocial ul li img{
    height: 46px;
}



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

/* 診察時間テーブル */
table.consultation-hour {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    color: #ffffff;
}

table.consultation-hour, table.consultation-hour td, table.consultation-hour th {
    border-collapse: collapse;
    border: 1px solid #6cc8b9;
    font-weight: normal;
}
table.consultation-hour th{
    width: 10%;
    padding: 15px 0;
    text-align: center;
}

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

.content-bottom-text{
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #de5f8c;
}
.content-bottom-image{
    display: block;
    margin: 0 auto;
    padding-bottom: 50px;
}



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

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

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



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

	02.[START] トップページ

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

.top-image{
    display: block;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.top-image1{
    position: relative;
    background: url("/wp-content/uploads/2018/02/top02.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    max-width: 1400px;
    margin: 0 auto;
}

.top-image1 h2{
    font-size: 50px;
    color: #fff;
    line-height: 1.4em;
    text-align: center;
    margin-top: 185px;
}
.top-image1 h2 *{
    line-height: 1.4em;
}
.text-container p{
    margin: 30px 0 0;
}


.top_main_bg{
    background: url(/wp-content/uploads/2018/02/top-image-1.jpg);
    background-position: left;
    background-repeat: no-repeat;
    height: 420px;
    max-width: 1400px;
    margin: 0 auto;
}

.top_main_bg h2{
    display: inline-block;
    color: #f7a3bd;
    font-size: 36px;
    line-height: 1.4em;
    padding: 100px 0 20px;
    border-bottom: 1px solid #f7a3bd;
}

.top_main_bg  p{
    margin: 40px 0;
}

#main.home {
    font-size: 20px;
    margin: 0 auto;
    padding: 0;
}

#main.home h2{
    color: #15a97a;
    font-size: 22px;
    text-align: left;
    margin: 20px 0;
}
#main.home h2 span{
    display: block;
    font-size: 14px;
    color: #09aaad;
    margin: 10px 0;
}

#main.home .content{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

/* 当院の特色 */

#main.home .content.feature img {
    max-height: 280px;
}

#main.home .content.feature .point{
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight:700;
    border-radius: 10px;
    color: #00a9ad;
    background-color: #fcddaa;
    margin: 20px 0;
    text-align: center;
}
#main.home .content.feature .point p{
    margin-top: -20px;
}
#main.home .content.feature .point .num{
    font-size: 32px;
    margin-left: 10px;
}

#main.home .content.feature .attention{
    font-size: 28px;
    font-weight: 700;
    color: #22bbbf;
    margin-bottom: 20px;
}
#main.home .content.feature .attention span{
    color: #00696c;

}

/* /当院の特色 */


/* お知らせ */


#news.content{
    background-color: #dff2f2;
    padding: 30px 0;
}

#news.content .text{
    display: inline-block;
    width: 30%;
    text-align: center;
    vertical-align: middle;
}

#news.content .text .title{
    font-size: 28px;
}
#news.content .text .btn{
    width: 120px;
    border-radius: 15px;
    color: #ffe6be;
    background-color: #09aaad;
    cursor: default;
}

#news.content ul{
    display: inline-block;
    width: 68%;
    margin: 0;
    vertical-align: middle;
}

#news.content ul li{
    padding: 15px 20px;
    border-bottom: 1px solid #addcdc;
}

/* /お知らせ */

#main.home .content.container{
    padding: 20px;
}


#main.home .content-box1 h3{
    font-size: 30px;
    color: #6a142f;
    margin: 5px 0;
}

#main.home .content-box1 .float-box p{
    width: calc(100% - 380px);
    padding-right: 20px;
    font-size: 16px;
}
#main.home .content-box1 p span{
    font-weight: 700;
    font-size: 18px;
}

#main.home .content-box1 .examples{
    background: url(/wp-content/uploads/2018/02/top03.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #f9e7d5;
    margin: 20px 0;
}
#main.home .content-box1 .examples p.head{
    font-size: 35px;
    text-align: center;
}
#main.home .content-box1 .examples .list{
    padding: 50px 30px 0;

}
#main.home .content-box1 .examples ul{
    float: left;
    width: 33.3%;
    padding: 0 15px;
}
#main.home .content-box1 .examples ul:nth-child(3n){
    margin-right: 0;
}
#main.home .content-box1 .examples ul li{
    margin-bottom: 10px;
    margin-left: 25px;
    text-indent: -25px;
}
#main.home .content-box1 .examples ul li:before{
    content: url("/wp-content/uploads/2018/02/top03_1.gif");
    margin-right: 10px;
}
#main.home .content-box1 .examples p.other{
    margin-right: 60px;
    margin-top: -10px;
    padding-bottom: 10px;
}

#main.home .content-box2 h3{
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    background-color: #80273c;
    margin-bottom: 30px;
}
#main.home .content-box2 h4{
    font-size: 28px;
    color: #76293d;
}
#main.home .content-box2 .inline-box{
    margin-top: 10px;
}

#main.home .content-box2 .mark{
    content: url("/wp-content/uploads/2018/02/top05.jpg");
    float: left;
    margin-top: 5px;
}
#main.home .content-box2 .item{
    width: calc(100% - 50px);
    float: left;
    padding-left: 15px;
    vertical-align: middle;
}

#main.home .content-box2 .item p{
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}
#main.home .content-box2 p{
    font-size: 19px;
    margin: 30px 0;
}

#main.home .content-box3{
    background: #f0f0f0;
}
#main.home .content-box3 h3{
    font-size: 45px;
    text-align: center;
    color: #6a142f;
    border-bottom: 1px solid #864052;
}

#main.home .content-box3 p{
    font-size: 20px;
    color: #333;
    margin: 30px 0;
    padding-left: 30px;
}

#main.home .content-box3 .float-box{
    background-color: #ffffff;
    padding: 20px;
    margin: 20px 0;
}
#main.home .content-box3 .float-box img{
}
#main.home .content-box3 .float-box div{
    width: calc(100% - 285px);
}



#main.home .content-box3 .symptom{
    font-size: 20px;
    color: #6a142f;
    font-weight: 700;
    margin: 0 0 30px;
}

#main.home .content-box3 .explain{
    font-size: 15px;
}

#main.home .content-box3 .result{
    color: #ed6495;
    font-size: 15px;
}

#main.home .content-box3 .under{
    text-decoration: underline;
}

#main.home .content-box3 .text-box{
    padding: 30px;
    background-color: #faf1f4;
    text-align: center;
}
#main.home .content-box3 .text-box .inline{
    display: inline-block;
    text-align: left;
}

#main.home .content-box3 .text-box h4{
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
}
#main.home .content-box3 .text-box p{
    font-size: 20px;
    margin: 0;
}

#main.home .content-box3 .text-box .lets1{
    letter-spacing: 20px;
}

#main.home .content-box3 .text-box .lets3{
    letter-spacing: 60px;
}

#main.home .content-box3 .bottom-text{
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #de5f8c;
}
#main.home .content-box4.notice{
    font-size: 14px;
    padding: 60px 0;
    background: #FCE8F0;
    max-width: 1400px;
}
#main.home .content-box4.notice .flex-box {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#main.home .content-box4.notice .info h2{
    margin: 0;
}
#main.home .content-box4.notice .info {
    width: 30%;
    justify-content: center;
    align-items: center;
}

#main.home .content-box4.notice .info .btn{
    position: relative;
    color: #d4517d;
    width: 160px;
    border: 1px solid #ea68a2;
    border-radius: 0;
    margin-top: 30px;
}
#main.home .content-box4.notice .info .btn:after {
    position: absolute;
    content: "＞";
    right: 7px;
}

#main.home .content-box4.notice .list {
    width: calc(100% - 30%);
}
#main.home .content-box4.notice .list ul li{
    padding: 20px;
    border-bottom: 1px dotted #ea68a2;
}

#main.home .content-box4.notice .list ul li a{
    color: #d4517d;
}
#main.home .content-box4.notice .list 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 #f7a3bd;
    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 #f7a3bd;
    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: #f7a3bd;
    color: white;
}
.blog-header:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #f7a3bd;
    opacity: .8;
}

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

.blog-content{
    margin: 10px;
}


.newsListItem{
	margin: 0 0 2%;
	color:#333;
}

.staffblog h2 a {
    color: #5f1b2b;
}
.staffblog h2 a:visited {
    color: #5f1b2b;
}
.staffblog h2 a:hover {
    color: #5f1b2b;
	text-decoration:none;
}
.staffblog h2 a:active {
    color: #5f1b2b;
}

.staffblog h2 {
    background: #f7d5d5;
    color: #5f1b2b;
	padding:1%;
	margin-bottom: 2%;
	border-bottom: 3px solid #e29faa;
}

.new-icon{
	color:#bb324f;
}

li.newsListItem {
    border-bottom: 1px solid #e29faa;
    margin: 0;
    padding: 2%;
}

.news-entry ul{
	list-style: none;
	font-size: 14px;
	border-bottom: 3px solid #e29faa;
    margin: 0;
}

.news-entry a, a:visited ,a:active{
	color: #5f1b2b;
}

.news-entry a:hover{
  color: #e29faa;
  text-decoration:none;  /* underline  none */
}






/*日付*/
.news-update {
    width: 30%;
    float: left;
	margin:0;
	color: #5f1b2b;
}

/*ニュースタイトルが長い時に途中までで切ります。*/
.newstitle{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align: left;
	margin:0;
}

/*一覧ページへのリンク*/
.entry-list{
	text-align:right;
}




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

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

#main.page h2 {
    font-size: 28px;
    color: #1b966f;
    margin: 20px 0;
    border-bottom: 2px solid #15a97a;
    line-height: 1.4em;
}
#main.page .content{
    margin-bottom: 30px;
}

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


/*--------------------------------------
	06-01.子宝相談
--------------------------------------*/

#main.consultation .content-box1{
    background: url(/wp-content/uploads/2018/02/hunin02.jpg);
    background-repeat: no-repeat;
    background-position: right;
    height: 800px;
    max-width: 1400px;
    margin: 0 auto;
}
#main.consultation .content-box1 .inline{
    width: 780px;
}

#main.consultation .content-box1 h1{
    font-size: 55px;
    color: #d4517d;
    margin: 50px 0;
    line-height: 1.4em;
    text-shadow: white 1px 1px 10px, white -1px 1px 10px, white 1px -1px 10px, white -1px -1px 10px;
}
#main.consultation .content-box1 h1 span{
    display: inline-block;
}
#main.consultation .content-box1 p{
    font-size: 20px;
    text-shadow: white 1px 1px 10px, white -1px 1px 10px, white 1px -1px 10px, white -1px -1px 10px;
}
#main.consultation .content-box1 p.hurt{
    color: #6a142f;
    font-size: 35px;
    margin: 20px 0;
}

#main.consultation h3{

}

#main.consultation .content-box2{
    /* background-color: #fcfcfc;
    background-image: radial-gradient(#f2d0c4 15%, transparent 15%), radial-gradient(#f2d0c4 15%, transparent 15%);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px; */
}
#main.consultation .content-box2 .point{
    background-color: #ffffff;
    margin-top: -90px;
}

#main.consultation .content-box2 .point h3{
    font-size: 35px;
    padding: 10px 0;
    color: #6a142f;
    text-align: center;
    background: linear-gradient(rgba(244, 200, 208, .8), rgba(255, 255, 255, .8));
}
#main.consultation .content-box2 .float-box{
    padding: 0 50px 20px;
}

#main.consultation .content-box2 .float-box p{
    font-size: 25px;
}
#main.consultation .content-box2 .float-box p .small{
    display: block;
    font-size: 20px;
    line-height: 1.4em;
}

#main.consultation .content-box2 .content-bottom-text{
    padding: 30px 0;
}
#main.consultation .content-box2 .bottom-image{
    display: block;
    margin: 0 auto;
    padding-bottom: 50px;
}


/*--------------------------------------
	06-02.ダイエット
--------------------------------------*/


#main.diet .content-box1{
    background: url(/wp-content/uploads/2018/02/diet01.jpg);
    background-repeat: no-repeat;
    background-position: right;
    height: 800px;
    max-width: 1400px;
    margin: 0 auto;
}
#main.diet .content-box1 .inline{
    width: 780px;
}

#main.diet .content-box1 h1{
    font-size: 55px;
    color: #d4517d;
    margin: 50px 0 100px;
    line-height: 1.4em;
    text-shadow: white 1px 1px 10px, white -1px 1px 10px, white 1px -1px 10px, white -1px -1px 10px;
}
#main.diet .content-box1 h1 span{
    display: inline-block;
}
#main.diet .content-box1 p{
    font-size: 20px;
    text-shadow: white 1px 1px 10px, white -1px 1px 10px, white 1px -1px 10px, white -1px -1px 10px;
}
#main.diet .content-box1 p.hurt{
    color: #6a142f;
    font-size: 35px;
    margin: 0;
}

#main.diet h3{

}

#main.diet .content-box2{
    background-color: #fcfcfc;
    background-image: radial-gradient(#f2d0c4 15%, transparent 15%), radial-gradient(#f2d0c4 15%, transparent 15%);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}
#main.diet .content-box2 .point{
    background-color: #ffffff;
    border: 2px solid #ea68a2;
    margin-top: -90px;
}

#main.diet .content-box2 .point h3{
    font-size: 35px;
    padding: 10px 0;
    color: #6a142f;
    text-align: center;
    background: linear-gradient(rgba(244, 200, 208, .8), rgba(255, 255, 255, .8));
}
#main.diet .content-box2 .text-container{
    position: relative;
    text-align: center;
    margin-top: 20px;
}

#main.diet .content-box2 .text-container p{
    font-size: 20px;
    margin: 0 0 50px;
}
#main.diet .content-box2 .text-container p.tape{
    display: inline-block;
    font-size: 25px;
    color: #66132C;
    line-height: 1em;
    margin: 0;
    padding: 3px 5px 3px 5px;
    background-color: rgba(242,199,214,.3);
}

#main.diet .content-box2 .plan{
    color: #6a142f;
    font-size: 20px;
    text-align: center;
    margin: 30px 0;
}
#main.diet .content-box2 .plan h3{
    font-size: 35px;
    line-height: 1.4em;
}
#main.diet .content-box2 .plan h3 span{
    display: inline-block;
}

#main.diet .content-box2 .flow{

    color: #6a142f;

}
#main.diet .content-box2 .flow h3{
    font-size: 25px;
    text-align: center;
    margin: 10px 0;
}
#main.diet .content-box2 .flow-box{

}
#main.diet .content-box2 .flow-text-box >div{
    width: 25%;
    margin-right: 30px;
}
#main.diet .content-box2 .flow-text-box div:last-child{
    margin-right: 0;
}

#main.diet .content-box2 .flow-text-box p{
    font-size: 18px;
    margin: 5px 0;
    line-height: 1.4em;
    text-align: center;
}
#main.diet .content-box2 .flow-text-box p span{
    display: inline-block;
}

#main.diet .content-box2 .content-bottom-text{
    margin: 30px 0;
}
#main.diet .content-box2 .bottom-image{
    display: block;
    margin: 0 auto;
    padding-bottom: 50px;
}






/*--------------------------------------
	06-03.ギャラリー
--------------------------------------*/

/* ギャラリーページの動画 */

/* 768まで */
@media (max-width: 768px) {
.movie{
	margin:20px auto 0;
	text-align:center;
}
.movie video{
	width:90%;
}
}

/* 769以上 */
@media (min-width: 769px) {
.movie{
	margin:20px  auto 0;
	text-align:center;
}
}

/*--------------------------------------
	06-04. 会社概要／アクセス
--------------------------------------*/
#main.access .info table{
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}
#main.access .info table th{
    font-weight: normal;
    width: 20%;
    min-width: 130px;
}
#main.access .info table th,#main.access .info table td{
    padding: 10px;
    border: 1px solid #a0a0a0;
}


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

/* 電子ブック一覧ページ */
.heading_190119 {
    max-width:15%; float:left; margin:0 5% 2% 0;
}
.heading_190119 h3 {
    font-size:1.3em;
}
.heading_190119 img {
    box-shadow:0 0 0 1px #ddd;
}

/* ダイエットページ変更 */
.article01_190118 {
    width:100%; margin:30px auto;
}
.article01_container_190118,.article02_container_190118 {
    width:80%; margin:0 auto;
}
.article01_container_190118 {
    padding:30px 0;
}
.article01_contents01_190118 {
    text-align:center; font-size:1.2em;
}
.article01_contents01_190118 img {
    width: 80%; margin-right: 8%;
}
h3.text01_190118 {
    font-size:1.6em; text-align:center; color:#fff; background-color:rgba(106, 20, 47, 0.8); line-height: 1.5em;
}
.article01_190118 span {
    color:rgba(106, 20, 47); font-weight:bold;
}
.bg_01_190118 {
    background-image: url(./img/ando_syusei_01.jpg); background-repeat: no-repeat; padding: 10px 0;
}

.article02_190118 {
    width:90%; margin:1% auto;
}
.article02_container_190118 {
    padding:20px 5px;
}
.article02_contents01_190118 {
    position: absolute; margin:0 0 50px 0;
}
.article02_190118 ul {
    list-style: none; padding: 0;
}
.left_190118 {
    width:350px; float:left; transform: scale(1.2) rotate(-5deg); position: relative; top: 10px; right: 55px;
}
.left_190118 h1 {
    color:#fff; text-align:center; margin: 10px; position: absolute; top:15px; left:85px; transform: rotate(-5deg);
}
.right_190118 {
    width:390px; float:right;
}
.clearfix:after {
    display:block; clear:both; content:"";
}
.bg_02_190118 {
    background-color:rgb(255, 238, 243); background-repeat:no-repeat;
}
.article02_contents2_190118 {
    margin-top:50px;
}
h3.text04_190118,.article02_190118 span {
    color:#de5f8c; text-align:center; border-bottom:1px solid #de5f8c;
}
h3.text04_190118 {
    margin:4% 0 1%; font-size: 1.5em; color: #de5f8c;text-align: center; border-bottom: 1px solid #de5f8c;
}
.article02_sentence_190118 {
    text-indent: 1em; margin:0 auto;
}
.article02_class_190118 {
    margin:0; text-align: right;
}
.article02_contents4_190118 {
    border: 1px solid #de5f8c; text-align:center; background-color:#fff; padding: 0 15px 15px;
    margin: 30px auto;
}
.article02_contents4_190118 h2 {
    color:#de5f8c; margin: 20px 0 7px;
}

/* 糖尿病ページ */
.article_190516 {
    width: 85%; margin: 0 auto;
}
.article_contents_190516 {
    margin: 5% 0;
}
.article_text_190516 {
    display: inline-block; width: 60%; vertical-align: top;
}
.article_img01_190516 {
    margin-left: 18%; width: 20%;
}
.article_img02_190516 {
    margin-right: 18%; width: 20%;
}
.article_img03_190516 {
    margin-left: 18%; width: 15%;
}
.article_img04_190516 {
    margin-right: 8%; width: 30%;
}
.article_img05_190516 {
    display: block; margin:0 auto; width: 40%;
}

/* 子宝ページ */
.article_190518 {
    margin: 2% 0;
}
.article_contents_190518 {
    margin: 5% 0;
}
.article_190518 h1 {
    text-align:left;
}
.article_text_190518 {
    display: inline-block; width: 60%; vertical-align: top;
}
.article_img_190518 {
    margin-left: 14%; width: 20%;
}
.article_imgbaby_190518 {
    margin-left: 80%; width: 20%;
}


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

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

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

/*--------------------------------------
	07-01.レスポンシブ ヘッダー、フッター、ナビ　ページ
--------------------------------------*/
@media (max-width: 768px) {

    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!important;
        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: #f7a3bd;
        border-bottom: 1px solid #fff;
        font-size: 13px;
        list-style-type: none;
        color: #fff;
    }

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

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

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

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

    /* /ナビゲーション */
    /*ヘッダー*/
    .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 {
        font-size: 30px;
        line-height: 1.4em;
    }

    .site-title .categories {
        font-size: 14px;
        margin-top: -5px;
    }

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

    #h_tel {
        margin-top: 5px;
        text-align: left;
        float: none;
    }

    #h_tel .contact {
        font-size: 14px;
    }


    #h_tel .tel {
        font-size: 18px;
        line-height: 1.4em;
    }

    /*フッター*/

    .footerSocial ul li {
        padding: 5px 10px;
        height: 40px;
    }

    .footerSocial ul li img{
        max-height: 30px;
    }

    .footerSocial ul li.line *{
        font-size: 12px;
        line-height: 1.6em;
    }

    .footerSocial ul li.line a p {
        margin-right: 5px;
    }



    .footerTop .content.info .float-box .shop-info {
        width: 100%;
        margin: 0 auto;
        padding: 15px 0;
        text-align: center;
    }
    .footerTop .content.info .float-box .fl{
        border-right: none;
        border-bottom: 1px solid #a0a0a0;
    }


    .content-bottom-text{
        font-size: 1.4em;
    }




    /*--------------------------------------
        07-02.レスポンシブ TOPページ
    --------------------------------------*/
    .top-image1{
        height: 300px;
    }
    .top-image1 h2{
        font-size: 30px;
        margin-top: 110px;
    }
    #main.home{
        font-size: 16px;
    }
    #main.home .content-box1 h3 {
        font-size: 1.3em;
    }
    #main.home .content-box1 p span{
        font-size: 1.1em;
    }
    #main.home .content-box2 h3 {
        font-size: 1.3em;
        padding: 5px;
    }
    #main.home .content-box2 h4 {
        font-size: 1.28em;
    }
    #main.home .content-box2 .item p{
        font-size: 1.2em;
    }
    #main.home .content-box2 .mark{
        width: 25px;
    }
    #main.home .content-box2 p {
        font-size: 1.15em;
    }
    #main.home .content-box3 h3 {
        font-size: 1.4em;
    }
    #main.home .content-box3 p {
        font-size: 1.18em;
        padding: 0;
    }
    #main.home .content-box3 .text-box h4 {
        font-size: 1.2em;
    }
    #main.home .content-box3 .text-box p {
        font-size: 1.15em;
    }
    #main.home .content-box3 .bottom-text {
        font-size: 1.28em;
    }

    #main.home .content-box1 p span{
        font-weight: 700;
        font-size: 18px;
    }

    #main.home .content-box1 .examples{
        background-size: 130%;
        background-position: top center;
    }
    #main.home .content-box1 .examples p.head{
        font-size: 1.35em;
        padding-top: 10px;
    }
    #main.home .content-box1 .examples .list{
        padding: 20px;
    }
    #main.home .content-box1 .examples ul{
        width: 50%;
        padding: 10px;
    }
    #main.home .content-box1 .examples ul:nth-child(2n){
        margin-right: 0;
    }
    #main.home .content-box1 .examples ul li:before{
        margin-right: 5px;
    }
    
    #main.home .content-box4{
    
    }
    #main.home .content-box4.notice h2{
        margin: 0;
        text-align: center;
    }
    #main.home .content-box4.notice .info{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    #main.home .content-box4.notice .list{
        width: 100%;
    }


    /* /新着情報 */
    /*--------------------------------------
       07-02-02.固定ページ
   --------------------------------------*/
    #main.page .float-box > * {
        width: 100% !important;
    }
    #main.page .float-box > img{
        width: auto!important;
    }

    #main.page h2 {
        font-size: 22px;
    }

    /* 糖尿病ページ */
.article_190516 {
    width: 85%; margin: 0 auto;
}
.article_contents_190516 {
    margin: 5% 0;
}
.article_text_190516 {
    display: inline-block; width: 100%; vertical-align: top;
}
.article_contents_190516 img {
    margin: 0 auto; width: 50%; display: block;
}

/* 子宝ページ */
.article_190518 {
    margin: 2% 0;
}
.article_contents_190518 {
    margin: 5% 0;
}
.article_contents_190518 img {
    width: 50%; display: block; margin: 0 auto;
}
.article_190518 h1 {
    text-align:left;
}
.article_text_190518 {
    display: inline-block; width: 100%; vertical-align: top;
}


    /*--------------------------------------
        07-03.子宝相談
    --------------------------------------*/
    #main.consultation{
        font-size: 16px;
    }
    #main.consultation .content-box1{
        height: auto;
        background: none;
    }

    #main.consultation .content-box1 .inline{
        width: 100%;
        margin: 30px 0;
    }

    #main.consultation .content-box1 h1{
        font-size: 1.55em;
        margin: 30px 0;
        padding: 30px;
        background: url(/wp-content/uploads/2018/02/hunin02.jpg);
        background-repeat: no-repeat;
        background-position: left;
        background-size: 100%;
    }
    #main.consultation .content-box1 p{
        font-size: 100%;
    }
    #main.consultation .content-box1 p.hurt{
        font-size: 1.35em;
        margin: 10px 0;
    }

    #main.consultation .content-box2{
        background-color: #FCE8F0;
        background-image: none;
    }
    
    #main.consultation .content-box2 .point{
        margin-top: 30px;
    }
    #main.consultation .content-box2 .point h3{
        font-size: 1.35em;
    }
    #main.consultation .content-box2 .float-box{
        padding: 0 20px;
    }
    #main.consultation .content-box2 .float-box p{
        font-size: 1.25em;
    }
    #main.consultation .content-box2 .float-box p .small{
        font-size: 0.9em;
    }



    /*--------------------------------------
        07-03.ダイエット
    --------------------------------------*/
    #main.diet{
        font-size: 16px;
    }
    #main.diet .content-box1{
        height: auto;
        background: none;
    }
    #main.diet .content-box1 .inline{
        width: 100%;
        margin: 30px 0;
    }

    #main.diet .content-box1 h1{
        font-size: 1.55em;
        margin: 30px 0;
        padding: 30px;
        background: url(/wp-content/uploads/2018/02/diet01.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    #main.diet .content-box1 p{
        font-size: 100%;
    }
    #main.diet .content-box1 p.hurt{
        font-size: 1.35em;
        margin: 10px 0;
    }
    #main.diet .content-box2{
        background-color: #FCE8F0;
        background-image: none;
    }

    #main.diet .content-box2 .point{
        margin-top: 30px;
    }
    #main.diet .content-box2 .point h3{
        font-size: 1.35em;
    }
    #main.diet .content-box2 .text-container p{
        font-size: 1em;
    }
    #main.diet .content-box2 .text-container p.tape {
        font-size: 1.2em;
    }

    #main.diet .content-box2 .plan{
        font-size: 1em;
    }
    #main.diet .content-box2 .plan h3 {
        font-size: 1.3em;
    }
    #main.diet .content-box2 .flow h3{
        font-size: 1.25em;
    }
    #main.diet .content-box2 .flow-text-box p{
        font-size: 1em;
    }

    /* ダイエットページ変更 */
.article01_190118,.article02_190118 {
    width:100%; margin:4% auto;
}
.article01_container_190118,.article02_container_190118 {
    width:95%; margin:0 auto;
}
.article01_container_190118 {
    padding:4% 0;
}
.article01_contents01_190118 {
    text-align:center; font-size:1em;
}
.article01_190118 h1 {
    color:#fff; background-image: url(./img/ando_syusei_02.png); background-repeat: no-repeat;
    background-position: 40% 100%; background-size: 90%; height: 68px;
}
/* .article01_190118 h2 {
    text-align:center; color:#fff; background-color:rgba(106, 20, 47, 0.8);
} */
/* .article01_190118 span {
    color:rgba(106, 20, 47); font-weight:bold;
} */
.bg_01_190118 {
    background-image: url(./img/ando_syusei_01.jpg); background-repeat: no-repeat; padding: 1% 0;
}


.article02_container_190118 {
    padding:3% 2%;
}
/* .article02_contents01_190118 {
    position: absolute; margin:0 0 50px 0;
} */
/* .article02_190118 ul {
    list-style: none; padding: 0;
} */
.left_190118 {
    width:50%; float:left; transform: scale(1.2) rotate(-5deg); position: relative; top: 10px; right: 55px;
}
/* .left_190118 h1 {
    color:#fff; text-align:center; margin: 10px; position: absolute; top:15px; left:85px; transform: rotate(-5deg);
} */
.right_190118 {
    width:50%; float:right;
}
.clearfix:after {
    display:block; clear:both; content:"";
}
.bg_02_190118 {
    background-color:rgb(255, 238, 243); background-repeat:no-repeat;
}
.article02_contents2_190118 {
    margin-top:10%;
}
.article02_contents2_190118 h2, .article02_190118 span {
    color:#de5f8c; text-align:center; border-bottom:1px solid #de5f8c;
}
/* .article02_contents2_190118 h2 {
    margin:20px 0 7px;
} */
/* .article02_sentence_190118 {
    text-indent: 1em; margin:0 auto;
} */
/* .article02_class_190118 {
    margin:0; text-align: right;
} */
.article02_contents4_190118 {
    border: 1px solid #de5f8c; text-align:center; background-color:#fff; padding: 0 4% 4%;
    margin: 6% auto;
}
.article02_contents4_190118 h2 {
    color:#de5f8c; margin: 3% 0 1%;

}
h3.text01_190118 {
    font-size:1.2em; margin:4% 0 1%;
}
p.text02_190118 {
    font-size:0.8em;
}
li.text03_190118,p.text03_190118 {
    font-size:0.8em; line-height:1.5em;
}
h3.text04_190118 {
    font-size:1em;
}
.left_190118 {
    top: 20px; right: 30px;
}
}

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

	08.レスポンシブ　(min-width: 1000px)

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

@media (min-width: 1000px){
    .container {
        max-width: 1020px;
    }
    .page-template-page-full .container{
        max-width: 1020px;
    }
}

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

	09.レスポンシブ　(max-width: 1000px)

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

@media (max-width: 1080px){
    .main-column, .side-column {
        max-width: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}


/* 10.レスポンシブ　(max-width: 991px) */

@media (max-width: 991px) {
    .footerSocial ul li.line a p{
        font-size: 11px;
    }
    .footerSocial ul li.line a *{
        line-height: 1.4em;
    }
    
    .footerSocial ul li img{
        height: 30px;
    }
}

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

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

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

@media (max-width: 480px){
    .top-image {
        object-fit: cover;
        object-position: center;
        height: 180px;
    }
}

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

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

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

@media (max-width: 420px){
    #h_tel .shop{
        float: none;
        padding: 0;
        border-right: none!important;
    }
    .site-title .categories{
        font-size: 12px;
    }

    .footerSocial{
        padding: 10px;
    }

    .footerSocial ul li {
        padding: 5px 10px;
        height: 40px;
    }
    .footerSocial ul li img{
        height: 30px;
    }
    
    .footerSocial ul li.line *{
        font-size: 10px;
    }
    .footerSocial .line .fr, .footerSocial .line .fl {
        float: none;
    }

    .footerSocial .line a{
        color: #333;
        margin-right: 0;
    }


    .footerBottom .container{
        padding-left: 1%;
        padding-right: 1%;
    }
    #copyright{
        font-size: 10px;
    }

    #main.home .content-box1 .examples {
        background-size: 200%;
    }
    #main.home .content-box1 .examples p.head {
        padding-top: 5px;
    }
    #main.home .content-box1 .examples ul {
        width: 100%;
        padding: 0;
        margin-right: 0;
    }
    #main.diet .content-box2 .flow-text-box p{
        font-size: 11px;
    }
}
