@charset "utf-8";


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

フォント（アイコン）

************************************/
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?l1emu3');
    src: url('fonts/icomoon.eot?l1emu3#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?l1emu3') format('truetype'),
        url('fonts/icomoon.woff?l1emu3') format('woff'),
        url('fonts/icomoon.svg?l1emu3#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-midorigi:before {
    content: "\e900";
}

.icon-minamikagaya:before {
    content: "\e901";
}



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

全体カラー

************************************/
body {
    font-family: "Century Gothic", Arial, sans-serif;
    color: #605351;
}


/*----------------------------------
ヘッダロゴ背景
----------------------------------*/
#header_logo_cover {
    background: #fdf7ed;
}

#header_wrap {
    background: #fdf7ed;
}

#header_left_wrap {
    width: 50%;
    float: left;
    text-align: left;
}

#header_right_wrap {
    width: 50%;
    float: right;
    text-align: right;
}

@media screen and (min-width: 641px) {
    #header {
        height: 60px;
    }
}

@media screen and (max-width: 640px) {
    body {
        /*　指定箇所が無いのでbodyに挿入　*/
        background: #fdf7ed;
    }

    #header_left_wrap {
        width: 100%;
        float: none;
        text-align: center;
        position: relative;
    }

    #header_right_wrap {
        width: 100%;
        float: none;
        text-align: center;
        position: relative;
    }

    .header_banner_wrapper #header_facilities {
        position: static;
    }

    .header_banner_wrapper .header_banner > div {
        float: none !important;
    }

    #header_facilities .facility_list {
        margin: 0 auto;
    }

    #header_facilities .facility_list.consult {
        margin: 4px auto 0 auto;
    }
}


/*----------------------------------
ヘッダーロゴ　640×100の画像を使用した場合
----------------------------------*/
#logo img {
    /**　ＰＣロゴ調整　**/
    margin: 0;
    width: 63%;
}

#logo {
    height: 60px;
    top: 0;
}

@media screen and (max-width: 640px) {

    /**　スマホロゴ調整　**/
    #logo_sm {
        width: 80%;
        margin: 0 auto;
        padding: 20px 0 0 0;
    }
}

/*----------------------------------
ヘッダー施設一覧
----------------------------------*/
div#header_facilities {
    position: absolute;
    top: 80px;
}

div.facility_list {
    display: flex;
    align-items: center;
    width: 345px;
    border: 1px solid;
    margin-bottom: 5px;
    background: #FFF;
}

div.programs {
    border-color: #6FC8D6;
}

div.consult {
    border-color: #FD8698;
}

div.facility_genre {
    /*width: 100px;*/
    height: 100%;
    display: flex;
    align-items: center;
    padding: 5px 5px 6px;
}

.programs div.facility_genre {
    background-color: #6FC8D6;
}

.consult div.facility_genre {
    background-color: #FD8698;
}

div.logos {
    text-align: center;
}

.logos a {
    width: 177px;
    height: 47px;
    display: block;
    display: flex;
    align-items: center;
}

.logos img {
    margin: 0 auto;
    width: 177px;
    height: auto;
}

/*----------------------------------
フッダーロゴ
----------------------------------*/
#footer .footer_logo img {
    /** フッダーロゴ調整 1 **/
    width: 395px;
}

#footer .header_banner {
    /** フッダーロゴ調整 2 **/
    margin-top: 30px;
}


/*----------------------------------
サイト説明文部分
----------------------------------*/
#desc_wrap {
    background: #f18444;
    /*説明文背景*/
}

#site_description {
    color: #fff;
    /*説明文テキスト*/
}

@media screen and (max-width: 640px) {

    /*スマホ*/
    #header {
        background: #ee7b36;
        /*説明文背景*/
    }

    .title_text {
        color: #fff;
        /*説明文テキスト*/
    }
}


/*----------------------------------
グローバルメニュー
----------------------------------*/
#menu_wrap {
    background: #d0ab81;
    /*全体背景色*/
    border-color: #fff;
    /*区切り線*/
}

#global_menu {
    border-right: 1px solid #fff;
    /*区切り線右*/
}

#global_menu li a {
    border-left: 1px solid #fff;
    /*区切り線左*/
    background: #d0ab81;
    /*ボタン背景色*/
    color: #fff;
    /*文字色*/
}

#global_menu li a:hover {
    background: #e2be92;
    /*ボタンロールオーバー色*/
    color: #fff;
    /*ボタンロールオーバー文字色*/
}



@media screen and (min-width: 641px) {
    #global_menu {
        /*下部にできる隙間の調整*/
        height: 48px;
    }

    #global_menu li a {
        /*下部にできる隙間の調整*/
        height: 48px;
        line-height: 48px;
    }
}


@media screen and (max-width: 640px) {
    /**** 折りたたみメニュー ****/

    /**** メニューボタン ****/
    #header a.menu_button {
        color: #fff;
        border: 1px solid #fff;
        background: #f5ba19;
    }

    #header a.menu_button:hover,
    #header a.menu_button:active {
        background: #f5ba19;
    }


    /**** グローバルメニュー ****/

    #global_menu li a {
        border-color: #999;
        background: #fff url(./img/arrow4.png) no-repeat 20px;
        color: #666;
    }

    #global_menu li a:hover {
        color: #666;
        background: #fdf7ed url(./img/arrow4.png) no-repeat 20px;
    }

}

@media screen and (min-width: 641px) {
    #contents {
        /* グローバルナビとコンテンツ間の隙間調整　*/
        margin: 130px auto 45px auto;
    }
}


/*----------------------------------
電話番号・お問い合わせ・住所
----------------------------------*/
.header_banner .banner_row {
    width: 395px;
    position: relative;
}

/*.header_banner .banner_row > div:nth-child(1) img{
  width: 100%;
	height:auto;
}*/

.header_banner .banner_row > div:nth-child(1) img {
    width: 360px;
    height: auto;
}

.header_banner .banner_row div {
    margin-bottom: 15px;
}

/* 受付時間　*/
.header_banner .banner_row > div:nth-child(1) {
    float: none;
    text-align: center;
    margin-bottom: 0px;
    width: 100%;
    height: 45px;
}

/* 問合せボタン・電話番号×5つ表示　*/
.header_banner .banner_row > div:nth-child(2),
.header_banner .banner_row > div:nth-child(4),
.header_banner .banner_row > div:nth-child(6) {
    float: left;
}

.header_banner .banner_row > div:nth-child(3),
.header_banner .banner_row > div:nth-child(5),
.header_banner .banner_row > div:nth-child(7) {
    float: right;
}

.header_banner .banner_row > div:nth-child(2),
.header_banner .banner_row > div:nth-child(3) {
    text-align: center;
    margin-bottom: 25px;
}

.header_banner .banner_row > div:nth-child(4),
.header_banner .banner_row > div:nth-child(5) {
    text-align: center;
    margin-bottom: 38px;
}

.header_banner .banner_row > div:nth-child(6)

/*,
.header_banner .banner_row > div:nth-child(7)*/
    {
    text-align: center;
    margin-bottom: 45px;
}

/* 電話ボタン*/

.header_banner .barb_text_banner a:before {
    content: "";
}

.header_banner .barb_text_banner:nth-child(2) > span,
.header_banner .barb_text_banner:nth-child(3) > span,
.header_banner .barb_text_banner:nth-child(4) > span,
.header_banner .barb_text_banner:nth-child(5) > span,
.header_banner .barb_text_banner:nth-child(6) > span

/*,
.header_banner .barb_text_banner:nth-child(7) > span*/
    {
    display: inline-block;
    margin-bottom: 15px;
}

.header_banner .barb_text_banner:nth-child(2) a:before,
.header_banner .barb_text_banner:nth-child(3) a:before,
.header_banner .barb_text_banner:nth-child(4) a:before,
.header_banner .barb_text_banner:nth-child(5) a:before,
.header_banner .barb_text_banner:nth-child(6) a:before

/*,
.header_banner .barb_text_banner:nth-child(7) a:before*/
    {
    display: block;
    width: 175px;
    height: 15px;
    margin: 10px 6px -5px 6px;
    background-repeat: no-repeat;
}

.header_banner .barb_text_banner:nth-child(2) > a:before {
    background: url(/kodomo/wp-content/themes/gorgeous_tcd013_barbpack/img/header_tel_nijinoie.png);
    background-size: 175px 15px;
}

.header_banner .barb_text_banner:nth-child(3) > a:before {
    background: url(/kodomo/wp-content/themes/gorgeous_tcd013_barbpack/img/header_tel_smile_misaki.png);
    background-size: 175px 15px;
}

.header_banner .barb_text_banner:nth-child(4) > a:before {
    background: url(/kodomo/wp-content/themes/gorgeous_tcd013_barbpack/img/header_tel_step_misak.png);
    background-size: 175px 15px;
}

.header_banner .barb_text_banner:nth-child(5) > a:before {
    background: url(/kodomo/wp-content/themes/gorgeous_tcd013_barbpack/img/header_tel_palette_minamik.png);
    background-size: 175px 15px;
}

.header_banner .barb_text_banner:nth-child(6) > a:before {
    background: url(/kodomo/wp-content/themes/gorgeous_tcd013_barbpack/img/header_tel_soudan_palette.png);
    background-size: 175px 15px;
}

/*.header_banner .barb_text_banner:nth-child(7) > a:before{
	background: url(/kodomo/wp-content/themes/gorgeous_tcd013_barbpack/img/header_tel_soudan_palette.png);
  background-size: 175px 15px;
}*/

/* 電話ボタンの文字調整　*/
.header_banner .barb_text_banner:nth-child(7) span {
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 60px;
}


/* 施設名と住所も横並びに表示　*/
/*
.header_banner .banner_row > div:first-child:before,
.header_banner .banner_row > div:last-child:before {
  display: block;
  position: absolute;
  top: -2.8em;
  left: .2em;
  color: #9b6853;
  font-size: .8em;
  font-weight: bold;
}
.header_banner .banner_row > div:first-child:before {
  content: "緑木";
}
.header_banner .banner_row > div:last-child:before {
  content: "南加賀屋";
}
*/

/* ヘッダーの受付時間は表示なし　*/
.header_banner > .text_row > div:last-child > .textwidget {
    display: none;
}


@media screen and (min-width: 641px) {
    #header_logo_wrap {
        height: 80px;
    }

    #header .header_banner {
        margin-top: 15px;
    }

    #header .header_banner .text_row .textwidget {
        font-size: 12px;
        display: none;
    }

    .header_banner .banner_row > div {
        width: 187px;
        height: 60px;
    }

    .header_banner .banner_row .barb_text_banner {
        line-height: 45px;
        border: 1px solid #9b6853;
    }

    /*受付時間*/
    /*	.header_banner .barb_side_widget:nth-child(2){
}*/
    .header_banner .barb_text_banner:nth-child(2):after,
    .header_banner .barb_text_banner:nth-child(3):after,
    .header_banner .barb_text_banner:nth-child(4):after,
    .header_banner .barb_text_banner:nth-child(5):after,
    .header_banner .barb_text_banner:nth-child(6):after,
    .header_banner .barb_text_banner:nth-child(7):after {
        display: block;
        position: absolute;
        color: #605351;
        top: 5.5em;
        font-size: .73em;
        line-height: 1.3;
        text-align: left;
        padding-left: .3em;
    }

    .header_banner .barb_text_banner:nth-child(2):after {
        content: "大阪市住之江区御崎8-6-14";
        padding-right: 1.8em;
    }

    .header_banner .barb_text_banner:nth-child(3):after {
        content: "大阪市住之江区御崎8-6-15";
        padding-right: 1.8em;
    }

    .header_banner .barb_text_banner:nth-child(4):after {
        content: "大阪市住之江区御崎8-1-12 1Ｆ";
        padding-right: 1.8em;
    }

    .header_banner .barb_text_banner:nth-child(5):after {
        content: "住之江区南加賀屋4-8-22 1Ｆ";
    }

    .header_banner .barb_text_banner:nth-child(6):after {
        content: "大阪市住之江区南加賀屋　4-8-22 1Ｆ";
        padding-right: 1.8em;
    }

    /*  .header_banner .barb_text_banner:nth-child(7):after {
    content: "大阪市住之江区南加賀屋　4-8-22 1Ｆ";
    padding-right: 1.8em;
  }*/


}


@media screen and (max-width: 640px) {
    .header_banner_wrapper {
        padding: 0 10px 20px 10px;
    }

    .header_banner {
        margin-top: 2px;
        position: relative;
    }

    .header_banner_wrapper.sm .header_banner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .header_banner > div {
        width: 48%;
        box-sizing: border-box;
        padding: 5px 0;
        border: 1px solid #9b6853;
        text-align: left;
    }

    .header_banner > div:first-child {
        width: 100%;
        border: none;
        text-align: center;
        display: block;
    }

    /*    .header_banner > div:first-child {
        border: none;
    }*/
    .header_banner .barb_side_widget {
        display: flex;
        align-items: center;
    }

    .header_banner .barb_side_widget img {
        width: 100%;
        height: auto;
    }

    .header_banner .barb_side_widget img:first-child {
        width: 90%;
        height: auto;
    }

    .header_banner > div:nth-child(7) {
        display: flex;
    }

    .header_banner > div:nth-child(4) {
        float: left;
    }

    .header_banner > div:nth-child(2),
    .header_banner > div:nth-child(3),
    .header_banner > div:nth-child(4),
    .header_banner > div:nth-child(5),
    .header_banner > div:nth-child(6),
    .header_banner > div:nth-child(7) {
        margin: 8px 0 0 0;
    }

    .header_banner .barb_text_banner:nth-child(2) > a:before,
    .header_banner .barb_text_banner:nth-child(3) > a:before,
    .header_banner .barb_text_banner:nth-child(4) > a:before,
    .header_banner .barb_text_banner:nth-child(5) > a:before {
        margin-right: 1.75em;
    }

    .header_banner .barb_text_banner:nth-child(2) a:before,
    .header_banner .barb_text_banner:nth-child(3) a:before,
    .header_banner .barb_text_banner:nth-child(4) a:before,
    .header_banner .barb_text_banner:nth-child(5) a:before,
    .header_banner .barb_text_banner:nth-child(6) a:before

    /*,
    .header_banner .barb_text_banner:nth-child(7) a:before*/
        {
        display: block;
        width: 100%;
        height: calc(100vw / 24);
        margin: 8px 0;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .header_banner > .barb_text_banner:nth-child(7) a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .header_banner > .barb_text_banner:nth-child(7) a span {
        line-height: 1.3;

    }

    .header_banner > .barb_text_banner:nth-child(7) a span:before {
        margin-right: 4px;
    }

    .header_banner .barb_text_banner a {
        display: block;
        text-align: center;
    }

    .header_banner_wrapper .header_banner.clearfix:after {
        display: none;
    }

    #side_col .side-contact {
        display: none;
    }

    #side_col .barb_side_widget img {
        height: auto;
    }
}


@media screen and (max-width: 480px) {

    .header_banner > div {
        width: 48%;
        box-sizing: border-box;
    }

    .header_banner .barb_text_banner > a:before {
        margin-right: .25em;
    }

    .header_banner .barb_text_banner:nth-child(4) > a:before,
    .header_banner .barb_text_banner:nth-child(5) > a:before {
        margin-right: .75em;
    }
}


/*----------------------------------
イメージロールオーバー
----------------------------------*/
/** index　メインビジュアル1枚でロールオーバー（リンク）なし**/
#recommend_gallery a:hover img,
.rs-slider > li > a:hover img {
    opacity: 1.0;
    cursor: default;
}



/*----------------------------------
ピックアップ
----------------------------------*/
#index_pickup .headline1 {
    /*ピックアップヘッダ*/
    color: #fff;
    background: #a7d837;
}



/*----------------------------------
ページタイトルヘッダー　※下層も含む
----------------------------------*/
#main_col .headline1,
.headline2,
.headline3 {
    background: #fff;
    color: #605351;
    margin-bottom: 10px;
}

#main_col .headline1,
.headline2 {
    border-left: 7px solid #BB8B76;
    border-bottom: 2px solid #D0AB81;
}

.headline3 {
    border-left: 7px solid #D0AB81;
    border-bottom: 2px solid #BB8B76;
    border-top: none;
}


@media screen and (max-width: 640px) {

    #main_col .headline1,
    .headline2,
    .headline3 {
        /*トップ・他　調整*/
        border-left: none;
        /*左線の削除*/
    }

    #main_col .headline1,
    .headline2,
    .headline3 {
        border-left: none;
        /*左線の削除*/
    }


}



/*----------------------------------
サイドナビ
----------------------------------*/
/*施設一覧*/
.side-contact {
    border: 1px solid #c0c0c0;
    width: 218px;
    height: auto;
}

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

ul.tel-list {
    margin: 10px 0 !important;
}

.tel-list li:not(:last-child) {
    border-bottom: dashed 1px #e5e5e5;
    padding-bottom: 10px;
}

.tel-list li span {
    font-size: 1.2em;
}

.tel-list img {
    display: block;
    width: 80%;
    margin: 3px auto;
}

@media only screen and (min-width:641px) {
    #side_col > .barb_side_widget.facebook img {
        border: 1px solid #c0c0c0;
        width: calc(100% - 2px);
        height: auto;
    }
}

@media only screen and (max-width:640px) {
    #side_col {
        padding: 0 15px 40px 15px;
    }

    #side_col > .barb_side_widget.widget_text {
        display: none;
    }
}

/*----------------------------------
フッダー
----------------------------------*/
#footer_wrap {
    background: #fdf7ed;
    /*フッダー背景色*/
    /*border-top: 1px solid #ee7b36;*/
}

#footer {
    color: #605351;
    /*フッダーテキストカラー*/
}

/*.footer_headline {
    background: #0985E5;
    color: #333;}*/

#footer li a,
#footer li a:visited {
    color: #605351;
    border-bottom: 1px dotted #666;
}

#footer li a:hover {
    color: #999;
}

#copyright {
    background: #ee7b36;
    /*コピーライト背景*/
    color: #eee;
    /*コピーライトテキスト*/
}

#copyright a {
    color: #eee;
    /*コピーライトリンクテキスト*/
}

#footer_wrap .textwidget {
    font-size: 12px;
    margin-top: 50px;
}

/*　フッターだけに営業時間を表示　*/
#footer .text_row {
    position: relative;
}

#footer .text_row:after {
    content: "受付時間 9:30 ～ 17:30";
    position: absolute;
    bottom: -5.5em;
    left: .3em;
    font-size: 1.3em;
}

#footer #menu-item-1082 {
    padding-top: 1.6em;
}

@media only screen and (min-width:641px) {
    #footer .text_row {
        position: relative;
    }

}

@media screen and (max-width: 640px) {
    #footer_wrap {
        /*　スマホの時だけ背景を変える場合　*/
        background: #fdf7ed;
        border-top: none;
    }

    #footer_wrap .textwidget {
        margin-top: 20px;
    }
}


/*----------------------------------
テキストリンクカラー
----------------------------------*/
a,
a:visited {
    color: #3F7985;
}

a:hover {
    color: #24434A;
}

/*----------------------------------
ページナビ
----------------------------------*/
.page_navi a {
    /*** テキスト、ボタン色 **/
    color: #fff;
    background: #40444d;
}

.page_navi a:hover {
    /*** ロールオーバーボタン色 **/
    background: #3F7985;
}


/*----------------------------------
記事一覧
----------------------------------*/
#featured_post .post1 {
    border: none;
}


@media only screen and (min-width:641px) {

    /*** 広告バナーと見出し間の余白調整 **/
    #main_col #featured_post h3.headline1 {
        margin-top: 40px;
    }

}


/*----------------------------------
トップページ　中央コンセプト
----------------------------------*/
.top_concept {
    font-size: 1.2em;
    font-weight: bold;
    margin: 20px auto 35px auto;
    box-sizing: border-box;
    /* border: 3px solid #6DBA40;
  border-radius: 10px;*/
    padding: 15px;
    /*overflow: -webkit-paged-y;*/
}

.top_concept p {
    line-height: 1.6;
}

.top_concept:after {
    clear: both;
    display: block;
    content: "";
}

.top_concept-space {
    /* 画像を右下に配置するための空白スペース */
    float: right;
    height: 1.6em;
}

.top_concept-img {
    float: right;
    clear: both;
    /* .spaceのfloat解除 */
    margin: 10px 0 0 10px;
}

#content .post .top_concept-img img {
    padding: 0;
    /* 元スタイルの打消し */
}

div.top-txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-txt {
    margin-top: 25px;
    font-size: .82em;
    font-weight: normal;
    /* clear: both; */
}

/*
.top-txt:after {
  clear: both;
  display: block;
  content: "";
}
*/

.top-txt img {
    display: block;
    margin: 0 auto;
}

p.top-concept-text {
    margin: 10px 0 25px;
    font-size: 1.1em;
    line-height: 1.8;
}

div.moreinfo {
    text-align: right;
    padding-right: 5px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

div.moreinfo:hover {
    bottom: 9px;
    right: 9px;
    opacity: 0.9;
}

.moreinfo a {
    color: #3F7985;
    font-size: 0.9em;
    display: inline-block;
    border: 1px solid #3F7985;
    border-radius: 3px;
    padding: 3px 10px 3px 10px;
    text-align: center;
    text-decoration: none;
    background: #FFFFFF;
}

.moreinfo span:after {
    content: "\f0da";
    font-family: FontAwesome;
    color: #3F7985;
    padding: 0 0 0 5px;
}

.top-txt1,
.top-txt2,
.top-txt3,
.top-txt4,
.top-txt5

/*,
.top-txt6*/
    {
    border: 2px dotted;
    border-radius: 7px;
    padding: 10px 7px 10px 13px;
    line-height: 1.6;
}

.top-txt1,
.top-txt2,
.top-txt3,
.top-txt4 {
    border-color: #6FC8D6;
    background-color: #F3FDFF;
    /*  background-image: -webkit-linear-gradient(transparent 80%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0.3) 100%), -webkit-linear-gradient(0deg, transparent 80%,rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0.3) 100%);
  background-image: linear-gradient(transparent 80%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0.3) 100%), liner-gradient(90deg, transparent 80%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0.3) 100%);*/
    /*-webkit-background-size: 10px 10px;
  background-size: 10px 10px;*/
}

.top-txt5 {
    border-color: #fd8898;
    background-color: #fff4f4;
    /*  background-image: -webkit-linear-gradient(transparent 80%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0.3) 100%), -webkit-linear-gradient(0deg, transparent 80%,rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0.3) 100%);
  background-image: linear-gradient(transparent 80%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0.3) 100%), liner-gradient(90deg, transparent 80%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0.3) 100%);*/
    /*-webkit-background-size: 10px 10px;
  background-size: 10px 10px;*/
}

.top-txt1 strong,
.top-txt2 strong,
.top-txt3 strong,
.top-txt4 strong,
.top-txt5 strong,
.top-txt6 strong {
    background: rgba(255, 200, 0, 0.6);
}

.top-txt1 span,
.top-txt2 span,
.top-txt3 span,
.top-txt4 span,
.top-txt5 span,
.top-txt6 span {
    font-weight: bold;
    color: #9b6853;
}

#footer_banner li img {
    border: 1px solid #BB8B76;
}

#footer_banner li {
    margin-top: 5px;
}

@media only screen and (min-width:641px) {

    .top-txt1,
    .top-txt2,
    .top-txt3,
    .top-txt4,
    .top-txt5,
    .top-txt6 {
        width: 45.7%;
        position: relative;
    }

    .top-txt1,
    .top-txt2,
    .top-txt3,
    .top-txt4,
    .top-txt5 {
        margin-bottom: 10px;
    }

    .top-txt6 ul {
        margin: 5px 0 10px 0;
    }

    #footer_menu2 li img {
        width: 55%;
        margin: 5px auto 0 auto;
    }

    #footer_menu2 ul {
        text-align: center;
    }
}


@media only screen and (max-width:640px) {
    .barb_cont_wrap.concept {
        padding: 0;
    }

    #footer_banner li img,
    #footer_menu li img {
        width: 80%;
        margin: 15px auto 0 auto;
    }

    #footer_menu ul {
        text-align: center;
    }

    #footer_menu2 li img {
        width: 80%;
        margin: 15px auto 0 auto;
    }

    #footer_menu2 ul {
        text-align: center;
    }

    .top-txt1,
    .top-txt2,
    .top-txt3,
    .top-txt4,
    .top-txt5 {
        width: 100%;
        box-sizing: border-box;
        position: relative;
    }

    .top-txt1,
    .top-txt2,
    .top-txt3,
    .top-txt4,
    .top-txt5 {
        margin-bottom: 10px;
    }

}

@media only screen and (max-width:480px) {
    .top_concept {
        padding-right: 10px;
    }

    .top_concept-space {
        height: 3.3em;
    }

    .top-txt {
        margin-right: 10px;
    }

}


/*----------------------------------
トップページ　３つ並びバナー
----------------------------------*/
@media only screen and (min-width:641px) {
    div#footer_banner {
        margin: 0 0 35px 0;
    }

    div#footer_menu {
        margin-bottom: 10px;
        text-align: center;
    }

    div#footer_menu ul {
        width: 100%;
        margin: 25px 0 0 0;
        list-style-type: none;
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    div#footer_menu ul li {
        width: 225px;
    }

    div#footer_menu ul li img {
        height: auto;
        max-width: 100%;
        width: auto;
        display: block;
        margin: 0 auto 5px auto;
    }
}

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

下層レイアウト

************************************/
/*----------------------------------
下層段落枠　※変更不可
----------------------------------*/
@media only screen and (min-width:641px) {
    #under {
        overflow: hidden;
        margin: 0 0 -40px 0;
    }

    /*下層の空調整*/
}


@media only screen and (max-width:640px) {
    #under {
        overflow: hidden;
        margin: 10px 0 0 0;
    }

    /*下層の空調整*/
}

.under_contents {
    width: 100%;
    margin: 0 0 50px 0;
    clear: both;
    overflow: hidden;
    line-height: 1.7;
}


p {
    /*下層　汎用*/
    margin: 0;
    padding: 0;
    line-height: 1.7;
}



/*----------------------------------
テーブル設定　※変更不可　色とthの％は変更又は上書き可
----------------------------------*/
/*** table 元スタイル打消し ****/
.post table {
    border: none;
    margin: 0;
}

.post td,
.post th {
    border: none;
    padding: 0;
}

.post th {
    background: #FFFAE2;
    font-weight:
        /*normal*/
        bold;
}

@media only screen and (max-width:480px) {
    tbody tr {
        display: table-row;
        /******/
        margin-bottom: 0;
    }

    tbody th,
    tbody td {
        display: table-cell;
        list-style-type: none;
        border: none;
    }
}


/*******  テーブル再設定　*******/
.under_contents table {
    width: 100%;
    border-collapse: inherit;
    border-spacing: 0;
    border-top: 1px solid #CBBDAB;
    border-left: 1px solid #CBBDAB;
}

.under_contents table td,
.under_contents table th {
    border-right: 1px solid #CBBDAB;
    border-bottom: 1px solid #CBBDAB;
    padding: 10px;
    /*white-space: nowrap;*/
}

.under_contents table th {
    width: 30%;
}

.under_contents table td span {
    padding: 0 0 0 0;
}

@media only screen and (max-width:480px) {
    .under_contents table {
        font-size: 12px;
        line-height: 1.7;
    }

}


/*----------------------------------
テーブル設定　レスポンシブ基本ソース
----------------------------------*/
/****
レスポンシブしたいtableの外側に
<div class="ph_responsive">を入れてください
****/

@media only screen and (max-width:640px) {
    .ph_responsive {
        margin: 0 0 -20px 0;
    }

    .ph_responsive table {
        border: none;
    }

    .ph_responsive table th,
    .ph_responsive table td {
        width: 100%;
        display: inline-block;
        border-right: none;
        text-align: left;
    }

    .ph_responsive table th {
        border-bottom: 2px dotted #CBBDAB;
        padding: 5px 0;
        font-weight: bold;
        background: #fff;
    }

    .ph_responsive table th:before {
        /*** アイコンが必要な場合　***/
        content: "\f00c";
        font-family: FontAwesome;
        color: #CBBDAB;
        padding: 0 5px 0 0;
    }

    .ph_responsive table td {
        border-bottom: none;
        padding: 10px 0 20px 0;
    }


}





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

ここからページレイアウト雛形

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

/*----------------------------------
コンテンツ共通
----------------------------------*/
.post *,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.map iframe {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 464px;
}

.comment-box {
    background: #ebf9fb;
    /*color: #1d499e;*/
    padding: 15px 15px 15px 18px;
    margin-bottom: 15px;
    border-radius: 10px;
}


/*----------------------------------
固定ページ 下層hタイトル　必要に応じてh4の追加など
----------------------------------*/
/*h3装飾*/
.under_contents h3 {
    position: relative;
    padding: .5em .5em .1em 1.8em;
    border-bottom: double 3px #F5BB1F;
    /*border-bottom: double 3px #6dba40;*/
    margin: 0 0 15px 0;

}

.under_contents h3:before {
    font-family: FontAwesome;
    /*content: url(/new_palette/wp-content/uploads/2018/03/logo_icon.png);*/
    /*content: "\f13a";
  content: "\f005";
  content: "\f118";*/
    content: "\f06c";
    position: absolute;
    font-size: 1.2em;
    left: .1em;
    top: .35em;
    color: #F5BB1F;
    /*color: #6dba40;*/
}

.under_contents .method h4 {
    color: #fff;
    display: inline-block;
    position: absolute;
    top: -3.2em;
    font-size: 1.2em;
}

.under_contents .flow1 h4 {
    color: #fff;
    font-size: 1.25em;
    display: inline-block;
    position: absolute;
    top: -3.5em;
}



/*----------------------------------
Ａテキスト　Ｂ画像1列＋テキスト
----------------------------------*/

/*　下層　汎用　pタグ使用　*/



/*----------------------------------
Ｃ画像2列＋テキスト
----------------------------------*/
.column_wrap_01 .left,
.column_wrap_01 .right {
    width: 49%;
}

.column_wrap_01 .left {
    float: left;
}

.column_wrap_01 .right {
    float: right;
}


@media only screen and (max-width:640px) {

    .column_wrap_01 .left,
    .column_wrap_01 .right {
        width: 100%;
        float: none;
    }

}


/*----------------------------------
Ｄ左画像＋右テキスト
----------------------------------*/
.column_wrap_02 {
    clear: both;
    position: relative;
}

.column_wrap_02 .leftimg {
    float: left;
    width: 49%;
    padding: 0;
}

.column_wrap_02 .righttxt {
    float: right;
    width: 48%;
}

.staff .column_wrap_02 .leftimg {
    width: 35%;
}

.staff .column_wrap_02 .righttxt {
    width: 63%;
}

@media only screen and (min-width:641px) {
    #content .post .column_wrap_02 .leftimg img {
        padding-bottom: 0;
    }
}

@media only screen and (max-width:640px) {

    .column_wrap_02 .leftimg,
    .column_wrap_02 .righttxt,
    .staff .column_wrap_02 .leftimg,
    .staff .column_wrap_02 .righttxt {
        float: none;
        width: 100%;
    }

}


/*----------------------------------
Ｅ左テキスト＋右画像
----------------------------------*/
.column_wrap_03 {
    clear: both;
}

.column_wrap_03 .lefttxt {
    float: left;
    width: 48%;
}

.column_wrap_03 .rightimg {
    float: right;
    width: 49%;
    padding: 0;
}

@media only screen and (min-width:641px) {
    #content .post .column_wrap_03 .rightimg img {
        padding-bottom: 0;
    }
}

@media only screen and (max-width:640px) {

    .column_wrap_03 .lefttxt,
    .column_wrap_03 .rightimg {
        float: none;
        width: 100%;
    }

}


/*----------------------------------
Ｆ左画像＋右テキスト回り込み
----------------------------------*/
@media only screen and (min-width:641px) {
    #content .post .around_right img {
        float: left;
        margin: 0 18px 0 0;
        padding: 0;
        width: 49%;
    }
}

@media only screen and (max-width:640px) {
    .around_right img {
        margin: 0 0 0 0;
        float: none;
        width: 100%;
    }


}



/*----------------------------------
Ｇ左テキスト回り込み＋右画像
----------------------------------*/
@media only screen and (min-width:641px) {
    #content .post .around_left img {
        float: right;
        margin: 0 0 0 18px;
        padding: 0;
        width: 49%;
    }
}

@media only screen and (max-width:640px) {
    .around_left img {
        margin: 0 0 0 0;
        float: none;
        width: 100%;
    }


}


/*----------------------------------
Ｈ画像3列＋下段テキスト
----------------------------------*/
.column_wrap_04 {
    clear: both;
}

.column_wrap_04 .columns div {
    background: #ccc;
    overflow: hidden;
}

.column_wrap_04 .columns div span {
    display: block;
    text-align: center;
    font-weight: bold;
    color: #000;
    padding: 10px 5px;
    line-height: 1.3;
}

.column_wrap_04 .columns img {
    width: 100%;
    height: auto;
}

.column_wrap_04 .columns p {
    text-align: justify;
}


@media only screen and (min-width:641px) {
    .column_wrap_04 .three.columns {
        width: 30.6666666667%;
    }

    .column_wrap_04 .columns {
        width: 100%;
        float: left;
        box-sizing: border-box;
        margin-left: 4%;
    }

    .column_wrap_04 .columns:first-child {
        margin-left: 0;
    }

    .column_wrap_04 .columns p.space {
        margin: -5px 0 0 0;
    }

}


@media only screen and (max-width:640px) {
    .column_wrap_04 {
        margin: 0 0 -40px 0;
    }

    .column_wrap_04 .three.columns {
        margin: 0 0 40px 0;
    }

    .column_wrap_04 .columns p {
        margin: 0;
    }

}


/*----------------------------------
flexbox
----------------------------------*/
/*--- 両端寄せ ---*/
.flex-box1 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari ---*/
    justify-content: space-between;
    -ms-justify-content: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari ---*/
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*--- IE10 ---*/
    -webkit-flex-wrap: wrap;
    /*--- safari ---*/
}

@media only screen and (max-width:640px) {

    /*--- スマホ時：1カラム ---*/
    .flex-box1 {
        flex-direction: column;
        -ms-flex-direction: column;
        /*--- IE10 ---*/
        -webkit-flex-direction: column;
        /*--- safari ---*/
    }
}

/*----------------------------------
定義リストの横並び
----------------------------------*/
.dl-side dt {
    float: left;
    clear: left;
    margin-right: 0.5em;
    width: 150px;
    font-weight: normal;
}

.dl-side dd {
    float: left;
    margin-left: 1em;
}

/*----------------------------------
配置・フロート解除
----------------------------------*/
.center {
    text-align: center;
}

.right {
    text-align: right;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.clear {
    clear: both;
}

.column_wrap_01:after,
.column_wrap_02:after,
.column_wrap_03:after {
    clear: both;
    display: block;
    content: "";
}

/*----------------------------------
余白
----------------------------------*/
.m-top0 {
    margin-top: -15px;
}

.m-top1 {
    margin-top: 10px;
}

.m-top2 {
    margin-top: 20px;
}

.m-bottom1 {
    margin-bottom: 10px;
}

.m-bottom2 {
    margin-bottom: 20px;
}

.m-bottom3 {
    margin-bottom: 30px;
}

/*----------------------------------
PCのみ表示
----------------------------------*/
@media only screen and (max-width:640px) {
    .pc-only {
        display: none;
    }
}

/*----------------------------------
スマホのみ表示、スマホのみ改行
----------------------------------*/
.sp2-only {
    /* 481px以上は非表示 */
    display: none;
}

@media only screen and (min-width:641px) {
    .sp-only {
        /* 641px以上は非表示 */
        display: none;
    }
}

@media only screen and (max-width:480px) {
    .sp2-only {
        display: block;
    }
}

/*----------------------------------
テーブル
----------------------------------*/
caption {
    text-align: left;
    font-weight: bold;
    margin-bottom: .3em;
    margin-top: .2em;
    color: #9B6953;
}


/*----------------------------------
リスト
----------------------------------*/
.post ul li {
    background: none;
    padding: 0;
}

ul.check li {
    /* チェックマーク */
    position: relative;
    margin-left: 1.8em;
}

ul.check li:before {
    font-family: FontAwesome;
    content: "\f00C";
    position: absolute;
    font-size: 1.1em;
    left: -1.5em;
    top: 0;
    color: #E0685A;
}

.right-mark ul.check li {
    /* 左画像＋右テキストの場合 */
    display: inline-block;
}


/*----------------------------------
フォント（サイズ・カラー・装飾）
----------------------------------*/
.u-line {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.big1 {
    font-size: 1.1em;
}

.big2 {
    font-size: 1.2em;
}

.big3 {
    font-size: 1.25em;
}

.small1 {
    font-size: 0.9em;
}

.small2 {
    font-size: 0.8em;
}

.red {
    color: #E0685A;
}

.blue {
    color: #478BBB;
}

.skyblue {
    color: #30bac2;
}

.pink {
    color: #fd8898;
}

.orange {
    color: #ee7b36;
}

.yellow {
    color: #f5ca07;
}

.green {
    color: #59b449;
}

.brown {
    color: #9b6853;
}

.bg-yellow {
    background: #FFFDEB;
}

.l-height1 {
    line-height: 1.3;
}

.l-height2 {
    line-height: 1.5;
}

/* 文頭が記号の時の位置調整 */
.first-mark {
    margin-left: -.5em;
}

/* 最初の文字だけ大きくする */
p.first-big:first-letter {
    color: #990000;
    font-size: 150%;
}


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

固定ページ

************************************/
/*----------------------------------
対処のお子様
----------------------------------*/
.bus {
    position: relative;
}

.bus img {
    position: absolute;
    bottom: -80%;
    right: 4%;
    width: 28%;
    height: auto;
}

@media only screen and (min-width: 641px) {
    .trouble {
        background: url('../../uploads/2018/03/free_image11.jpg') no-repeat;
        background-position: 95% bottom;
        background-size: 30%;
    }

}

@media only screen and (max-width:640px) {

    /*
	.trouble:before {
		content:url( '../../uploads/2018/03/free_image10.jpg' );
		display: block;
		width: 100%;
    height: auto;
    margin-bottom: 25px;
	}
	*/
    .bus img {
        display: none;
    }
}


/*----------------------------------
多彩なプログラム
----------------------------------*/
.method {
    width: 49%;
    margin-bottom: 20px;
    border: 3px solid;
    border-top: 40px solid;
    border-radius: 10px;
    padding: 12px 12px 12px 15px;
    position: relative;
}

.method:after {
    clear: both;
    display: block;
    content: "";
}

.method-space {
    /* 画像を右下に配置するための空白スペース */
    float: right;
    height: 3.5em;
}

.method-img {
    float: right;
    clear: both;
    /* .spaceのfloat解除 */
    margin: 10px 0 0 12px;
}

#content .post .method-img img {
    padding: 0;
    /* 元スタイルの打消し */
}

.m-kagaya .method:nth-of-type(1) {
    border-color: #6FC8D6;
}

.m-kagaya .method:nth-of-type(2) {
    border-color: #F5BB1F;
}

.m-kagaya .method:nth-of-type(3) {
    border-color: #FF9589;
}

.m-kagaya .method:nth-of-type(4) {
    border-color: #63b757;
}

.m-midorigi .method:nth-of-type(1) {
    border-color: #829fe6;
}

.m-midorigi .method:nth-of-type(2) {
    border-color: #fd9aba;
}

.m-midorigi .method:nth-of-type(3) {
    border-color: #aec753;
}

.m-midorigi .method:nth-of-type(4) {
    border-color: #F99457;
}

.m-midorigi .method:nth-of-type(5) {
    width: 100%;
    border-color: #bb8b76;
}

@media only screen and (min-width: 641px) {
    .m-kagaya .method:nth-of-type(4) > .method-space {
        height: 2em;
    }

    .m-midorigi .method:nth-of-type(2) > .method-space {
        height: 6.5em;
    }

    .m-midorigi .method:nth-of-type(3) > .method-space {
        height: 5.5em;
    }

    .m-midorigi .method:nth-of-type(4) > .method-space {
        height: 4.5em;
    }
}


@media only screen and (max-width:640px) {
    .method {
        width: 100%;
    }

    .method-space {
        height: 0;
    }
}

@media only screen and (max-width:480px) {
    .method-space {
        height: 2em;
    }

    .m-kagaya .method:nth-of-type(3) > .method-space {
        height: 3em;
    }

    .m-midorigi .method:nth-of-type(2) > .method-space {
        height: 4em;
    }

    .m-midorigi .method:nth-of-type(3) > .method-space,
    .m-midorigi .method:nth-of-type(4) > .method-space {
        height: 5em;
    }
}


/*----------------------------------
ご利用の流れ
----------------------------------*/
.flow1 {
    margin-top: 15px;
    margin-bottom: 35px;
    border: 3px solid #aec753;
    border-top: 50px solid #aec753;
    border-radius: 10px;
    padding: 15px 15px 15px 20px;
    position: relative;
}

.flow1:not(:last-child):after {
    position: absolute;
    content: '';
    top: 100%;
    left: 46%;
    border: 30px solid transparent;
    border-top: 20px solid #aec753;
    width: 0;
    height: 0;
}

.flow1 p,
.flow2 p {
    line-height: 2;
}

.flow2 {
    width: 80%;
    margin: 20px auto 30px auto;
    background: #F5FDE5;
    border: 3px solid #aec753;
    border-radius: 10px;
    padding: 20px 20px 20px 30px;
    position: relative;
}

.flow2:not(:last-child):after {
    position: absolute;
    content: '';
    top: 100%;
    left: 46%;
    border: 25px solid transparent;
    border-top: 15px solid #aec753;
    width: 0;
    height: 0;
}

.under_contents table.price {
    width: 80%;
    margin: 0 auto;
}

.under_contents table.price th,
.under_contents table.price td {
    width: 50%;
}

.under_contents table.price td {
    text-align: center;
}

@media only screen and (max-width:480px) {
    .flow2 {
        width: 100%;
        padding: 15px 15px 15px 20px;
    }

    .flow1 p,
    .flow2 p {
        line-height: 1.7;
    }

    .flow1:not(:last-child):after,
    .flow2:not(:last-child):after {
        left: 43%;
    }

    .under_contents table.price {
        width: 100%;
    }
}

/*----------------------------------
Q&A
----------------------------------*/

ul.q-a {
    margin-bottom: 10px;
}

ul.q-a li {
    margin-bottom: 1.5em;
    line-height: 1.7;
}

ul.q-a li:nth-child(2n+1) {
    color: #739208;
    border-bottom: 2px dotted #739208;
    margin-bottom: 5px;
    padding: 0;
    font-weight: bold;
    letter-spacing: .1em;
}

ul.q-a li:nth-child(2n+1):before {
    content: "Q";
    color: #739208;
    font-weight: bold;
    font-size: 17px;
    margin-right: .5em;
}

.qa-space1 {
    float: right;
    height: 2.5em;
}

.qa-space2 {
    float: right;
    height: 9em;
}

.qa-space3 {
    float: right;
    height: 0;
}

.qa-image {
    float: right;
    clear: both;
    margin: 10px 10px 0 15px;
}


@media only screen and (max-width:640px) {
    .qa-space1 {
        height: 5.5em;
    }

    .qa-space2 {
        height: 7em;
    }

    .qa-space3 {
        height: 2em;
    }
}

/*----------------------------------
サイトマップ
----------------------------------*/
.sitemap ul li {
    background: none;
}

.sitemap ul li ul {
    margin-top: .5em;
    margin-bottom: .75em;
    margin-left: 48px;
}

.sitemap ul li ul li {
    margin-bottom: .25em;
    position: relative;
    background: none;
    padding-left: .5em;
}

.sitemap ul li ul li::before {
    content: "";
    position: absolute;
    top: -0.5em;
    left: -12px;
    width: 10px;
    height: calc(100% + .75em);
    border-left: 1px solid #999;
}

.sitemap ul li ul li:last-child::before {
    height: calc(1em + .25em);
}

.sitemap ul li ul li::after {
    content: "";
    position: absolute;
    top: .75em;
    left: -12px;
    width: 10px;
    border-bottom: 1px solid #999;
}

@media screen and (min-width: 641px) {
    .sitemap {
        max-width: 500px;
        margin-left: 30%;
    }
}

@media screen and (max-width: 640px) {
    .sitemap {
        margin-left: 20%;
    }
}

@media screen and (max-width: 480px) {
    .sitemap {
        margin-left: 0;
    }
}

/*----------------------------------
プライバシーポリシー
----------------------------------*/
.privacy h3 {
    margin-bottom: .8em;
}

.privacy p {
    margin-bottom: 3em;
}


/*----------------------------------
お問合せ
----------------------------------*/
.radio-business {
    line-height: 1.6;
}

@media screen and (min-width: 641px) {
    .radio-business {
        text-align: center;
    }
}



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

投稿ページ

************************************/
/*----------------------------------
施設のご案内
----------------------------------*/
.under_contents .name {
    padding-left: .8em;
    border-bottom: 2px dotted #739208;
    font-size: 1.2em;
    font-weight: bold;
}

.under_contents .message,
.under_contents .message-nh {
    padding: 10px 14px;
    background: #F5FDE5;
}

.under_contents ul.program_contents li {
    list-style: none;
    font-size: 1.2em;
    font-weight: bold;
    color: #a0613a;
}

.under_contents ul.program_contents li::before {
    list-style: none;
    content: "\f14a";
    font-family: FontAwesome;
    color: #F5BB1F;
    padding: 0 5px;
}

.under_contents div.inquery {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.under_contents div.inquery p.facility {
    height: 83px;
}

.under_contents div.inquery p.facility,
.under_contents div.inquery a.googlemap_button {
    margin-bottom: 10px;
}

.under_contents div.inquery .facility-name {
    color: #6FC8D6;
    font-size: 1.3em;
    font-weight: bold;
    display: block;
}

.under_contents div.inquery .facility-name2 {
    color: #FD8698;
    font-size: 1.3em;
    font-weight: bold;
    display: block;
}

.under_contents div.inquery .facility-addr {
    color: #605351;
    font-size: 1.1em;
    font-weight: normal;
    display: block;
}

.under_contents div.inquery .facility-addr2 {
    color: #605351;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

/*.under_contents div.inquery img{
    width: 180px;
    padding-bottom:-15px;
}*/

.under_contents .inquery .googlemap_button p span {
    font-family: FontAwesome;
    margin-right: 10px;
    display: inline;
}

.under_contents .inquery p.facility {
    width: 49%;
    padding: 10px 0;
}

.under_contents div.inquery a.googlemap_button {
    color: #FFF;
    font-size: 1.3em;
    background-color: #6b4f43;
    padding: 10px;
    width: 49%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: -webkit-box;
    /*Android4.3*/
    display: -moz-box;
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.under_contents div.inquery .googlemap_button p {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.under_contents div.inquery a.form-button {
    width: 49%;
}

.under_contents div.inquery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto;
}

.under_contents .inquery a {
    width: 49%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #605351;
    padding: 10px;
    text-decoration: none;
    display: -webkit-box;
    /*Android4.3*/
    display: -moz-box;
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.under_contents .inquery a.form_button:hover,
.under_contents div.inquery a.googlemap_button:hover {
    opacity: 0.8;
}

.under_contents .inquery a.tel_button {
    background-color: #ffdb7c;
    color: #6b4f43;
}

.under_contents .inquery a.tel_button p.tel_time {
    width: 100%;
    text-align: center;
}

.under_contents .inquery a.tel_button p.tel_number {
    font-size: 1.3em;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.under_contents .inquery a.form_button {
    background-color: #daf3a0;
    color: #495925;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
}

.under_contents .inquery a.form_button span {
    padding-right: 10px;
    font-size: 1.2em;
}

@media only screen and (min-width: 641px) {
    .under_contents .message {
        margin-top: 20px;
        height: 202px;
    }

    .under_contents .message-nh {
        margin-top: 20px;
    }

    .under_contents .inquery a.tel_button {
        pointer-events: none;
    }
}

@media only screen and (max-width: 640px) {

    .under_contents .message,
    .under_contents .message-nh {
        margin-top: 10px;
    }

    .under_contents div.inquery {
        display: block;
    }

    .under_contents div.inquery a.tel_button,
    .under_contents div.inquery a.form_button,
    .under_contents div.inquery a.googlemap_button,
    .under_contents .inquery p.facility {
        width: 95%;
        margin: 10px auto;
    }
}


/*----------------------------------
トップページ　アメブロリスト
----------------------------------*/
.barb_cont_wrap .blog {
    margin-bottom: -25px;
}

.barb_cont_wrap .blog .post_list > li {
    height: 30px;
    overflow: hidden;
}

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

#main_col .barb_cont_wrap .blog h3 {
    color: #6FC8D6;
}

#main_col .barb_cont_wrap .blog .soudan h3 {
    color: #fd8898;
}

@media only screen and (min-width: 641px) {
    .barb_cont_wrap .blog {
        width: 50%;
    }

    .barb_cont_wrap .blog > div > div {
        width: 100%;
    }

    .barb_cont_wrap .blog .left {
        float: left;
    }

    .barb_cont_wrap .blog .right {
        float: right;
    }

    .barb_cont_wrap .blog .list_date {
        width: 90px;
    }

    .barb_cont_wrap .blog .list_title {
        width: 220px;
    }
}

@media only screen and (max-width: 640px) {
    #main_col .barb_cont_wrap .blog {
        width: 100%;
    }

    #main_col .barb_cont_wrap .blog .smile h3 {
        height: 2.6em;
    }
}

/*----------------------------------
問合せフォーム
----------------------------------*/

.wpcf7 .facility .wpcf7-list-item {
    display: block;
}

/*----------------------------------
2段
----------------------------------*/
.blocka {
    float: left;
    width: 50%;
}

@media only screen and (max-width: 640px) {
    .blocka {
        float: none;
        width: 100%;
    }

    .blocka,
    blockb {
        margin-bottom: 15px;
    }

    .blocka p,
    .blockb p {
        text-align: center;
    }
}
