/*
Theme Name:   generatepress_child
Theme URI:    http://example.com/twenty-fifteen-child/
Description:  Twenty Fifteen Child Theme
Author:       John Doe
Author URI:   http://example.com
Template:     generatepress
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  twenty-fifteen-child
*/

body {
font-size: 14px;
    color: #634033;
    font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
                'Helvetica Neue', /* Macの欧文 (OS X 10.10以前) */
                'Segoe UI',       /* Windowsの欧文 */
                YuGothicM,        /* Windows8.1以上は游ゴシック */
                YuGothic,         /* Macの游ゴシック */
                Meiryo,           /* 游ゴシックが入っていないWindows */
                sans-serif;
}
/* IE8〜11はメイリオ */
@media screen {
    body {
    font-family: 'Segoe UI', /* Windowsの欧文 */
                Meiryo,     /* メイリオ */
                sans-serif;
    }
}
/* Windows */
@font-face {
    font-family: YuGothicM;
    font-weight: normal;
    src: local('YuGothic-Medium'),  /* Mediumを明示的に指定 */
        local('Yu Gothic Medium'), /* Chrome用 */
        local('YuGothic-Regular'); /* Windows8.1ではMediumがないのでRegularを指定 */
}
@font-face {
    font-family: YuGothicM;
    font-weight: bold;
    src: local('YoGothic-Bold'), /* Boldはそのまま */
        local('Yu Gothic');     /* Chrome用 */
}
/* ━━━━━━━━　▼　共通：メニュー／ヘッダー　設定　▼　━━━━━━━━ */
.topbar_wrap{
    position: relative;
    z-index: 0;
    width: 1000px;
    margin: 0px auto;
}
.topbar_l{
    width: 30%;
    text-align: left;
}
.topbar_l img.logo{margin-top: 22px;}
.topbar_r{
    position: absolute;
    z-index: 0;
    top: 0px;
    right:-90px;
    background: url(/wp-content/uploads/2019/07/h_back.png) no-repeat top right;
    text-align: right;
    color: #634033;
    padding-right: 90px;
}
.topbar_r span{
    color: #a2c744;
    font-weight: bold;
}
.contents_img{
    background-color: #ffffff !important;
    max-height:300px !important;
}
.inside-header{height: 0px;}
.inside-top-bar{
    padding:0px 0 10px 0;
    background-color: #ffffff;
}
#primary-menu{width:1000px;}
#primary-menu,.main-nav a{
    height: 75px;
    font-size: 16px;
    color: #634033;
}
.sub-menu a{height: 30px;}
.inside-navigation{border-bottom: 1px #ccc solid;}
.menu-item{
    margin: auto 30px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
.sub-menu .menu-item{margin: auto 0px;}
.toggled-on{background-color: #a2c744;}
.c_title{
    background-image: url(/wp-content/uploads/2019/08/icon_c.png);
    background-repeat: no-repeat;
    background-position: center 5px;
    letter-spacing: 10px;
    text-align: center;
    padding-top: 50px;
    width: 100%;
    height:auto;
	clear: both;
}
.c_title p{
    font-size: 68px;
    margin: 0px;
}
.c_title p.sub{font-family: cursive; font-size: 24px; margin: 0px;}

.main-navigation ul ul {background-color: #a2c744;}
.main-navigation .main-nav ul ul li a{color: #ffffff;}
.topbar_r p{
    padding: 5px auto;
    line-height: 1.5em;
    margin: 0px auto;
    font-size: 11px;
}
.topbar_r p.t_tel{
    font-size: 38px;
    line-height: 1.5em;
    margin:20px auto 0px auto;
}
.topbar_r p.t_tel a{color: #634033;}
.inside-header{padding: 0px; margin: 0px;}
.main-navigation .main-nav ul li a {/*メニュー*/
    line-height: 76px;
    color:#634033;
}
.main-navigation .main-nav ul li a:hover{/*メニューマウスオーバー*/
    color:#a18378;
    border-bottom: 1px #ccc solid;
}
.main-navigation .main-nav ul li a:active{/*メニューマウスオーバー*/
    color:#a18378;
    border-bottom: 1px #ccc solid;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {/*今いるページ*/
    color: #a18378;
    border-bottom: 1px #ccc solid;
}
.primary-menu .menu-item-object-page ul li{
    background-image: url(/wp-content/uploads/2019/08/icon_off.png);
    background-repeat: no-repeat;
    background-position: 5px 20px;
}
.primary-menu .menu-item-object-page ul li:hover{
    background-image: url(/wp-content/uploads/2019/08/icon_on.png);
}
.main-navigation .main-nav ul ul li a{
    display: block;
    background-image: url(/wp-content/uploads/2019/08/icon_off.png);
    background-repeat: no-repeat;
    background-position:5px 1.3em;
    line-height:1em;
    background-color: #a2c744; 
    padding: 1em 0.5em 0px 45px;
    margin:0;
    color:#FFF;
    min-height:2.3em;
}
.main-navigation .main-nav ul ul li a:hover{
    background-image: url(/wp-content/uploads/2019/08/icon_on.png);
    color:#a2c744;
}
.inside-right-sidebar{/*詳細ページ右メニュー*/}
.inside-right-sidebar .widget_nav_menu ul{
    padding:0;
    margin: 0px;
    width: 100%;
}
.inside-right-sidebar .widget_nav_menu ul li{
    margin: 0;
    padding: 0;
    width: 100%;
}
.inside-right-sidebar .widget_nav_menu ul li ul{
    margin:0;
    padding:0px;
    width: 100%;
}
.inside-right-sidebar .widget_nav_menu ul {
    margin: 0px;
    padding: 0.5em 0px;
}
.inside-right-sidebar .widget_nav_menu ul li a{
    border-top:solid 1px #FFF;
    overflow: hidden;
    display: block;
    background-image: url(/wp-content/uploads/2019/08/icon_off.png);
    background-repeat: no-repeat;
    background-position:5px 1.3em;
    line-height:1em;
    background-color: #a2c744; 
    padding: 1em 0.5em 0px 45px;
    margin:0;
    color:#FFF;
    min-height:2.3em;
}
.inside-right-sidebar .widget_nav_menu ul li ul li a{
    min-height:2.3em;
    line-height:1em;
    overflow: hidden;
    padding:1em 0.5em 0px 55px;
    background-position:15px 1.3em;
    max-width: 190px;
}
.inside-right-sidebar .widget_nav_menu ul li a:hover{
    background-image: url(/wp-content/uploads/2019/08/icon_on.png);
    background-color: #FFF !important;
    background-position:5px 1.3em;
    background-repeat: no-repeat;
    color:#a2c744;
}
.inside-right-sidebar .widget_nav_menu ul li ul li a:hover{
    background-color: #FFF !important;
    background-image: url(/wp-content/uploads/2019/08/icon_on.png);
    background-position:15px 1.3em;
    padding-left:55px;
    color:#a2c744;
}
/* ━━━━━━━━　▲　共通：メニュー／ヘッダー　設定　▲　━━━━━━━━ */
/* ━━━━━━━━　▼　共通：フッター　設定　▼　━━━━━━━━ */
.textwidget_box{
    width: 1000px;
    margin: 10px auto;
    text-align: center;
    font-size: 14px;
}
.f_info{
    width: 80%;
    margin: 10px auto;
}
.textwidget_box .f_info{width: 60%;}
.textwidget_box .f_info strong{
    font-weight: normal;
    font-size: 30px; 
}
.textwidget_box .f_info p.f_tel{
    font-size: 45px;
    margin: 7px auto;
}
.f_info_sub{
    text-align: left;
    width:90%;
    margin: 15px auto;
}
.textwidget_box .f_info_sub{width:70%;}
.textwidget_box .f_info_sub dl{margin: 10px auto;}
.f_info_sub dd{margin: 0 1.5em 1em;}
.textwidget_box .f_info_sub p{margin: 5px auto;}
.textwidget_box dt{
    color: #a2c744;
    font-weight: bold;
}
.f_navi{
    text-align: center;
    margin: 30px auto;
}
.f_navi ul{
    width: 580px;
    margin: 5px auto;
}
.f_navi ul li{display:inline;}
.f_navi ul li a{margin: auto 8px;}
#footer-widgets{padding:20px 0px;}
#footer-widgets .grid-50{
    float: none;
    width: auto;
}
footer.site-info{background-repeat: repeat;}
footer.site-info,.guide_wrap,.footer-widget-1{
    background-image: url(/wp-content/uploads/2019/07/back_yellow.png);
}
footer.site-info,.guide_wrap,.footer-widget-1{padding-top: 20px;}
footer.site-info,.guide_wrap,.footer-widget-2{margin-top:0px;}
footer .copyright{
    font-size: 10px;
    line-height: 500%;
    color: #634033;
}
.footer-widget-1,.footer-widget-2{padding-bottom: 40px;}
.footer-widget-1,#contents_img_wrap{display: none;}
#text-5{padding: 0px;}
#text-5 iframe{
    width: 100%;
    height: 400px;
}
#map iframe{
    width: 100%;
    height: 340px;
    margin: 20px auto;
}
#footer-widgets{padding: auto 0px;}
/* ━━━━━━━━　▲　共通：フッター　設定　▲　━━━━━━━━ */
/* ━━━━━━━━　▼　TOPページ　設定　▼　━━━━━━━━ */
.page-id-2 .topbar{height:700px !important;}/*スライダー制御*/
.page-id-2 .entry-header{display: none;}
#contents_img_wrap{
    position: absolute;
    top:-686px;/*スライダー制御*/
    left: 0;
    z-index: 3;
    width: 100%;
    height: 300px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
}
.contents_img .n2-ss-slide-backgrounds,
.contents_img .n2-ss-slide-background,
.contents_img .n2-ss-slide,
.contents_img .n2-ss-align,
.contents_img .n2-section-smartslider,
.contents_img .n2-padding,
.contents_img .n2-ss-slider,
.contents_img .n2-ss-slider-1{/*スライダー制御*/
    max-height:600px !important;
    min-height:600px !important;
}
.greeting{margin: 10px auto;}
.greeting_wrap{
    text-align: center;
    margin:0px auto;
    width: 100%;
    height: 590px;
    position: relative;
    z-index: 1;
}
.greeting_back{
    background-image: 
    url(/wp-content/uploads/2019/08/greeting_back_bottom.png),/* 1枚目の背景画像のパス */
    url(/wp-content/uploads/2019/08/greeting_back_top.jpg);/* 2枚目の背景画像のパス */
    background-position:
    right 0% bottom 0%,/* 1枚目の背景画像の表示位置 */
    left 0% top 0%;/* 2枚目の背景画像の表示位置 */
    background-repeat:
    no-repeat,/* 1枚目の背景画像の設定 */
    no-repeat; /* 2枚目の背景画像の設定 */
    background-size:100%;/* 1、2枚目の背景画像の共通サイズ */
    background-color: #FFF;
    margin:30px -38px 50px -38px;
    padding: 8px 180px 30px 180px;
}
.greeting_wrap h3{
    font-size:24px !important;
    letter-spacing:5px;
    margin:150px auto 8px auto;
    background-color: transparent !important;
    border: none !important;
    color: #634033 !important;
}
.greeting_wrap p{
    max-width: 700px;
    text-shadow:
    white 2px 0px 5px, white -2px 0px 5px,
    white 0px -2px 5px, white -2px 0px 5px,
    white 2px 2px 5px, white -2px 2px 5px,
    white 2px -2px 5px, white -2px -2px 5px,
    white 1px 2px 5px, white -1px 2px 5px,
    white 1px -2px 5px, white -1px -2px 5px,
    white 2px 1px 5px, white -2px 1px 5px,
    white 2px -1px 5px, white -2px -1px 5px,
    white 1px 1px 5px, white -1px 1px 5px,
    white 1px -1px 5px, white -1px -1px 5px;
    line-height: 2em;
}
.guide_box{
    width: 325px;
    height: 550px;
}
.guide_box_wrap{
    width:975px;
    margin: 10px auto 100px auto;
}
.guide_box_wrap2{
    width:716px;
    margin: 10px auto;
}
.guide_box{
    width: 325px;
    height: 550px;
    margin:10px 0px;
    text-align: center;
    float: left;
}
.guide_box .title{
    line-height: 240%;
    font-size:28px;
    margin-top: 340px;
}
.guide_box_wrap2 .guide_box .title{
    line-height: 240%;
    font-size:28px;
    margin-top: 320px;
}
.guide_box_wrap2 .guide_box{
    width: 325px;
    height: 650px;
    margin:10px 0px;
    text-align: center;
    float: left;
}
.guide_box_wrap2 .guide_box_r{
    width: 325px;
    height: 650px;
    margin:10px 0px;
    text-align: center;
    float:right;
}
.g_button_wrap{
    width: 100%;
    text-align:right;
}
a.g_button {
    font-family: fot-tsukuardgothic-std,sans-serif;
    display: inline-block;
    max-width: 200px;
    text-align: left;
    border: 1px solid #93c11f;
    background-image: url(/wp-content/uploads/2019/08/g_button_ico.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: #93c11f;
    font-size: 13px;
    color: #FFF;
    text-decoration: none;
    padding: 8px 10px 8px 45px;
    transition: .4s;
    letter-spacing: 0.4em;
    background-size:auto 1em;
}
a.g_button:hover {
    background-color: #359046;
    border-color: #359046;
}
.guide_bottom,.guide_bottom img{
    padding: 0px;
    margin: 0px;
}
.guide_bottom{height:0px;}
.guide_bottom img{margin-top: 10px;}
.guide_box p{
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    width:auto;
    height: 80px;
    margin: 5px auto;
    text-align:left;
    overflow: hidden;
}
.guide .g_b01{background-image: url(/wp-content/uploads/2019/08/guide_t_b01.png);}
.guide .g_b02{background-image: url(/wp-content/uploads/2019/08/guide_t_b02.png);}
.guide .g_b03{background-image: url(/wp-content/uploads/2019/08/guide_t_b03.png);}
.guide .g_b04{background-image: url(/wp-content/uploads/2019/08/guide_t_b04.png);}
.guide .g_b05{background-image: url(/wp-content/uploads/2019/08/guide_t_b05.png);}
.guide .g_b06{background-image: url(/wp-content/uploads/2019/08/guide_t_b06.png);}
.guide .g_b07{background-image: url(/wp-content/uploads/2019/08/guide_t_b07.png);}
.guide .g_b08{background-image: url(/wp-content/uploads/2019/08/guide_t_b08.png);}
.guide .g_b01,.guide .g_b02,.guide .g_b03,.guide .g_b04,.guide .g_b05,.guide .g_b06,.guide .g_b07,.guide .g_b08{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}
.guide_wrap,.footer-widget-1,
.guide_wrap,.footer-widget-2{width: 100%;}
.guide{
    margin: 30px auto;
    width: 1000px;
    padding:20px 0px 0px 0px;
}
.entry-content .whatsnew{
    background-color: #eae3d0;
    padding: 15px;
    margin:0px auto 40px auto;
}
.entry-content .whatsnew h3{
    background-color:transparent !important;
    border: none;
    color: #634033 !important;
}
div#greenframe_y_column{
    float: left;
    margin: 0.8% 1%;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,247,203,1) 10%, rgba(255,247,203,1) 90%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,247,203,1) 10%,rgba(255,247,203,1) 90%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,247,203,1) 10%,rgba(255,247,203,1) 90%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
div#greenframe_y_column_inner{
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,247,203,0) 5%, rgba(255,247,203,0) 93%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,247,203,0) 5%,rgba(255,247,203,0) 93%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,247,203,0) 5%,rgba(255,247,203,0) 93%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
/* ━━━━━━━━　▲　TOPページ　設定　▲　━━━━━━━━ */
/* ━━━━━━━━　▼　コンテンツ　内設定　▼　━━━━━━━━ */
.entry-content{margin:0px auto;}
.clear{clear: both;}
h1,h2,h3,h4,.c_title,.guide_box .title{
    font-family: fot-tsukuardgothic-std,sans-serif;
    font-weight: 400;
    font-style: normal;
}
.entry-header{
    background-image: 
    url(/wp-content/uploads/2019/08/h1_top.gif),/* 1枚目の背景画像のパス */
    url(/wp-content/uploads/2019/08/h1_bottom.gif);/* 2枚目の背景画像のパス */
    background-position:
    left 5% top 0,/* 1枚目の背景画像の表示位置 */
    right 5% bottom 0;/* 2枚目の背景画像の表示位置 */
    background-repeat:
    no-repeat,/* 1枚目の背景画像の設定 */
    no-repeat; /* 2枚目の背景画像の設定 */
    background-size:95%;/* 1、2枚目の背景画像の共通サイズ */
    background-color: #fefcd4;
    border:solid 0.5em #fefcd4;
    margin:0.5em 0em 2em 0;
    width:100%-1em; 
    height:auto;
    text-align:center;
    min-height: 10em;
    display:flex;
    letter-spacing:0.8em;
}

.entry-content{line-height:2em;}
.entry-content p{
    margin:1em 2em;
    line-height:2em;
}
.txt_deco_round{
    background-color: #FFF;
    border: solid 1px #93c11f;
    padding:0.1em 0.5em;
    margin:0px 0.5em;
    border-radius: 1em;
}
.page .entry-header h1.entry-title{
    flex:0 1 auto;
    margin:auto;
    padding:0 1em 0 1em;
}
.single .entry-header h1.entry-title{
	flex:0 1 auto;
    margin:auto;
    padding:0 0em 0 1.2em;
}
.single .entry-header .entry-meta{
	white-space: nowrap;
	font: 13px Verdana, Helvetica, Arial, sans-serif !important;
	letter-spacing:0px;
    padding:4em 5em 0 0em;
}
.single .entry-header .byline{
    display:none;
}
.entry-content h1.access_name{
    letter-spacing:0px !important;
    margin: auto 0em;
    font-size:30px;
}
.entry-content h2{
    background-image:url(/wp-content/uploads/2019/08/h2.gif);
    background-position:left bottom;
    background-repeat: no-repeat;
    background-size: 1.5em;
    padding:0 0 0 1.8em;
    line-height: 1.5em;
    border-bottom:dashed 1px #99837a;
    margin:3em 0 0 0;
}
.entry-content h3{
    text-align: center;
    color:#93c11f;
    background-color: #fefcd4;
    border: solid 5px #fefcd4;
    line-height:2em;
    font-size: 1.5em;
}
.entry-content div.contents_text{padding:1em 0.5em;}/*背景入りテキスト*/
.entry-content div.contents_image{/*背景入りテキストの背景設定*/
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-right: 40% !important;
    text-shadow:
    white 2px 0px 2px, white -2px 0px 2px,
    white 0px -2px 2px, white -2px 0px 2px,
    white 2px 2px 2px, white -2px 2px 2px,
    white 2px -2px 2px, white -2px -2px 2px,
    white 1px 2px 2px, white -1px 2px 2px,
    white 1px -2px 2px, white -1px -2px 2px,
    white 2px 1px 2px, white -2px 1px 2px,
    white 2px -1px 2px, white -2px -1px 2px,
    white 1px 1px 2px, white -1px 1px 2px,
    white 1px -1px 2px, white -1px -1px 2px;
    min-height:250px;
}
.entry-content blockquote{/*引用項目設定*/
    padding:3em;
    background-image: url(/wp-content/uploads/2019/07/back_yellow.png);
    border:none;
    font-style: normal;
    font-size:1em;
    text-decoration:none;
    margin-top:4em;
}
.entry-content blockquote h3{
    text-align: center;
    font-size: 1.5em;
    line-height: 1em;
    margin: 0px 0 15px 0;
    letter-spacing: 2px;
    font-size: 22px;
    color:#634033;
    background-color: transparent;
    border: none;
}
.entry-content blockquote h4{
    position: relative;/*相対位置*/
    display: inline-block;
    text-align: left;
    font-size: 1.5em;
    line-height: 1em;
    margin: 0px 0 5px -15px;
    letter-spacing: 1px;
    font-size: 20px;
    color:#634033;
    background-color: transparent;
    border: none;
    font-weight: 700;
}
.entry-content blockquote h4:before, .entry-content blockquote h4:after { 
  position: relative;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 1.0em;
  color: #93c11f;
}
.entry-content blockquote h4:before {
  content:"【";/*アイコン種類*/
  padding-right: 0.1em
}
.entry-content blockquote h4:after {
  content:"】";/*アイコン種類*/
  padding-left: 0.1em
}
.entry-content blockquote pre{
    overflow:hidden;
    word-wrap: break-word;
    background-color: transparent;
    margin: 1em 4em;
    padding:0px;
    line-height:2.5em;
}
.entry-content blockquote hr{border-bottom:dashed 1px #634033;}
.entry-content blockquote .wp-image-586{margin:2em auto;}
.entry-content blockquote ol {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
}
.entry-content blockquote ol li{margin: 4em 3em;}
.entry-content blockquote ol li {
    padding:0em 0em 0em 0.2em !important;
    margin: 0em 0em 1em 2em !important;
    position: relative;
    line-height:1.5em;
}
.entry-content blockquote > ol > li > strong{
    font-size:18px;
    font-family: fot-tsukuardgothic-std,sans-serif;
    font-weight:700;
    line-height:1.1em !important;
}
.entry-content blockquote > ol > li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #93c11f;
    font-family:"Arial Black", Gadget, "sans-serif";
    color: #FFF;
    display: block;
    float: left;
    line-height:1.5em;
    margin-left: -30px;
    text-align: center;
    height:1.5em;
    width:1.5em;
    border-radius: 50%;
}
.entry-content blockquote ul li {
    padding:0em 0em 0em 0.2em !important;
    margin: 0em 0em 1em 0em !important;
    line-height:1.5em;
}
.entry-content ul li{
    width: 100%;
    line-height:1.5em;
    list-style: none;
    position: relative;
    margin:0 0 1em 0px;
}
.entry-content ul li::after{
    display: block;
    content: '';
    position: absolute;
    top: 0.4em;
    left: -1.1em;
    width:0.4em;
    height:0.4em;
    background-color: #fff;
    border: 3px solid #93c11f;
    border-radius: 100%;
}
.entry-content .f_info .column-1{white-space: nowrap}
.page-id-20 .su-column{display: table !important;}/*医院紹介　2カラム設定*/
.page-id-20  .su-column-inner{
    display: table-cell !important;
    vertical-align: middle !important;
}
.page-id-20 .su-column-size-2-3{
    height:200px;
    background-image: url(/wp-content/uploads/2019/08/point_ico.gif);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 40px;
}


table.tablepress-id-1{
    border-top:#634033 1px solid; 
    border-bottom:#634033 1px solid; 
}
table.tablepress-id-1 th{
    background-color: #eae3d0;
    margin-bottom:50px;
    padding: 15px;
}
table.tablepress-id-1 th,
table.tablepress-id-1 td{text-align: center;}
table.tablepress-id-1 td strong,table#tablepress-2 dt{color: #a2c744;}
table.tablepress-id-1 td strong{
    font-size: 28px;
    line-height:10px;
    padding: 0px;
}
table#tablepress-2 dt{
    font-size: 14px;
    line-height:140%;
}
table.tablepress-id-1 td span{
    font-size: 12px;
    line-height:12px;
}
table.tablepress-id-1 .column-2,
table.tablepress-id-1 .column-3,
table.tablepress-id-1 .column-4,
table.tablepress-id-1 .column-5,
table.tablepress-id-1 .column-6,
table.tablepress-id-1 .column-7,
table.tablepress-id-1 .column-8{white-space:nowrap;}
table#tablepress-2 tr,
table#tablepress-2 th,
table#tablepress-2 td{border:none!important; padding: 5px 0px; height: auto;}
.row-1 th{background-color: #eae3d0 !important;}
/* ━━━━━━━━　▲　コンテンツ　内設定　▲　━━━━━━━━ */
@media screen and (max-width: 768px) {
/* ━━━━━━━━　▼　768：iPad縦・iPhone6+横　▼　━━━━━━━━ */
	
    #site-navigation{
        position: fixed;
        z-index: 10000;
        top: 0px;		
    }
    .separate-containers .inside-article,
    .separate-containers .comments-area,
    .separate-containers .page-header,
    .separate-containers .paging-navigation,
    .one-container .site-content,
    .inside-page-header {
        padding:0px !important;
        margin:20px !important;
    }
    .entry-header h1{letter-spacing: 0.1em;}
    #site-navigation button{
		position: fixed;
        z-index: 10000;
        top: 0px;
        text-align:left;
    }
	.single .entry-header h1.entry-title{
		padding:0em 1em !important;
	}
	.single .entry-header .entry-meta{display:none;}
    .page-header-image{height:230px;}
    .page-header-image img{
        object-fit: cover;
        width:100%;
        height:230px;
        object-position:25% 100%
    }
    .main-navigation.toggled .main-nav>ul{margin-top: 60px !important;}
    .inside-right-sidebar{display:none;}
    .sp_hidden{display:none;}
    #site-navigation button.inside-navigation {
        position: fixed !important;
        z-index: 10001 !important;
        top: 0px !important;
    }
    #primary-menu{
        z-index: 10000;
        margin-top: 0px;
    }
    .sf-menu{
        background-color:#FFF;
        border-bottom:1px solid #DDD;
    }
    ul.sub-menu{padding:0px !important;}
    .sub-menu li{padding: 0px !important;}
    .sub-menu li a{
        padding:1px 0px 1px 50px !important;
        line-height:2.6em !important;
    }
    .site-header {
        position:relative;
        width: 100%;
        height:auto;
        background-color: transparent;
    }
    #masthead:before {
        content: "";
        display: block;
        padding-top:0em;
    }
    .inside-header {
        position: absolute;
        top: 0; left: 0;
        width: 100%;
        height: 100%;
    }
    .whatsnew{margin-top:300px !important;}
    .c_title p{
        font-size: 38px;
        margin: 0px;
    }
    .c_title p.sub{font-family: cursive; font-size: 14px; margin: 0px;}
    .guide_box_wrap2 .guide_box,
    .guide_box_wrap2 .guide_box_r {
        width: 350px;
        height:auto;
        margin: 10px 0px;
        text-align: center;
        float:none;
    }
    .guide_box_wrap2 .guide_box{
        padding-top: 320px;
        margin: auto;
    }
    .guide_box{
        padding-top: 340px;
        margin: auto;
    }
    .guide_box{float: none;}
    .guide_box_wrap2 .guide_box p,
    .guide_box p{height: auto;}
    .guide_box_wrap2 .guide_box .title,
    .guide_box .title{
        line-height:3em;
        font-size:28px;
        margin:auto;
    }
    .g_button_wrap{height: 70px;}
    .textwidget_box .f_info strong{
        font-weight: normal;
        font-size: 20px; 
    }
    .textwidget_box .f_info p.f_tel{
        font-size: 28px;
        margin: 7px auto;
    }
    .f_navi ul{
        width:100%;
        margin: 5px auto;
        font-size: 10px;
    }
    .f_navi ul li a{margin: auto 3px;}
    table.tablepress-id-1 td span{
        font-size: 9px;
        line-height:9px;
    }
    .page-id-2 .topbar{
        margin-top:50px;
        height:200px !important;}/*スライダー制御＠スマホ*/
    .contents_img .n2-ss-slide-backgrounds,
    .contents_img .n2-ss-slide-background,
    .contents_img .n2-ss-slide,
    .contents_img .n2-ss-align,
    .contents_img .n2-section-smartslider,
    .contents_img .n2-padding,
    .contents_img .n2-ss-slider,
    .contents_img .n2-ss-slider-1{/*スライダー制御＠スマホ*/
        max-height:300px !important;
        min-height:300px !important;
    }
    .topbar_wrap,
    .topbar_r,
    #contents_img_wrap,
    .greeting_wrap,
    .greeting_back
        {position:static;z-index:auto;width: auto;}
    .greeting_back{
        background: url(/wp-content/uploads/2019/07/greeting_back_mini.png) 0px 0px no-repeat;
        padding:0px;
        margin:50px 0px;
    }

    .greeting_bottom{background: url(/wp-content/uploads/2019/07/greeting_back_b_mini.png) right bottom no-repeat; width: 100%; padding-bottom: 20px;}
    #contents_img_wrap,.guide_box_wrap,.guide_box_wrap2,.greeting_back,.greeting,.greeting_wrap,#primary-menu{height:auto;}
    .guide_box{float:none;}
    .guide,.guide_box_wrap,.guide_box_wrap2,.textwidget_box{width: auto;}
    .greeting_wrap p{
        padding: 8px;
        line-height:2em;
        font-size: 12px;
    }
    .guide_box_wrap{width: 100%; text-align: center;padding-bottom: 10px;}
    .guide_box{margin: 10px auto;}
    .greeting_wrap h3{margin:35px auto 8px auto;}
    button.menu-toggle{background-color:#e7ed8a;}
    button.menu-toggle:active, button.menu-toggle:focus, button.menu-toggle:hover {
        background-color: #e7ed8a;}
    .main-navigation .main-nav ul li a {
        line-height: 40px;
        font-size: 14px;
        height: 40px;
    }    
    #primary-menu{height:0px;}
    #primary-menu{background-color: #ffffff;}
    .topbar_r{
        right:0px;
        background:none;
        text-align:left;
        color: #634033;
        padding-right: 0px;
        margin:5px 5% 5% 5px;
        width: 90%;
    }
    .topbar_r p.t_tel,
    .topbar_r p.t_tel a{
        font-size: 20px;
        line-height: 1.5em;
    }
    .topbar_r p.t_tel img{height: 15px;}
    .topbar_l{
        width:90%;
        margin:0px 5%;}
        
    .guide_box{width:auto;}
    .g_button_wrap{text-align:center;}
    .g_button{margin:0px auto;}
    .f_info{width:95%;}
    .textwidget_box .f_info,
    .textwidget_box .f_info_sub{
        width:95%;
        font-size: 12px;
    }
    #main .f_info,
    #main .f_info_sub{
        width:95%;
        font-size: 12px;
    }
    .entry-content div.contents_text{
        padding:1em 0.5em !important;
    }
    .entry-content div.contents_image{
        background-color:rgba(255,255,255,0.5);
        background-blend-mode:lighten;
    }
    .entry-content blockquote{
        padding:1em;
        margin-top:4em;
    }
    blockquote ol {
        margin: 2em 0.5em;
        padding: 0;
    }
    blockquote li {
        margin:0;
        padding: 1em 1em 1em 2em;
    }
    table.tablepress-id-1{
        border-top:#634033 1px solid; 
        border-bottom:#634033 1px solid; 
    }
    table.tablepress-id-1 th{
        background-color: #eae3d0;
        margin-bottom:50px;
        padding: 10px;
    }
    table.tablepress-id-1 th,
    table.tablepress-id-1 td{
        text-align: center;
        font-size: 12px;
    }
    table.tablepress-id-1 span{font-size: 10px;}
    table.tablepress-id-1 td strong,table#tablepress-2 dt{color: #a2c744;}
    table.tablepress-id-1 td strong{
        font-size: 20px;
        line-height:10px;
        padding: 0px;
    }
    #contents_img_wrap{position:static;}    
    .contents_img_mini{display:inline;}
    #content{padding-left:10px;}
    .g_button{font-size: 18px;}
    .guide_box{
        width: 350px;
        height: 170px;
        text-align: center;
        float:left;
    }
    .guide .g_b07,.guide .g_b08{background-size:325px;}
}/*消さない*/
/* ━━━━━━━━　▲　768：iPad縦・iPhone6+横　▲　━━━━━━━━ */

@media screen and (max-width: 710px){
/* ━━━━━━━━　▼　710：iPad縦・iPhone6+横　▼　━━━━━━━━ */
    .guide_box{
        width: 350px;
        height:auto;
        margin:10px auto;
        text-align: center;
        float:none;
    }
    .sp_hidden{display:none;}

}/*消さない*/
/* ━━━━━━━━　▲　710：iPad縦・iPhone6+横　▲　━━━━━━━━ */

@media screen and (max-width:480px) {
/* ━━━━━━━━　▼　480：iPad縦・iPhone6+横　▼　━━━━━━━━ */
    .page-id-2 .topbar{
        height:150px !important;
        margin-top:60px;
    }
    .topbar{
        height:150px;
        margin-top:60px;}
    .inside-right-sidebar{display:none;}
    .sp_hidden{display:none;}
}/*消さない*/
/* ━━━━━━━━　▲　480：iPad縦・iPhone6+横　▲　━━━━━━━━ */