@charset "utf-8";
/* ----------------------------------------------------------------
 * どうえんについて
 * ---------------------------------------------------------------- */
.bnr_wrap li img {
    width: 100%;
}

/* ----------------------------------------------------------------
 * 法人理念・ご挨拶
 * ---------------------------------------------------------------- */
#ideal img {
    width: auto;
}
#ideal h3.ideal02{
            text-indent: -9999px;
	width: 87%;
	height: 80px;
	margin: 30px auto -1px;
	background:url(../images/dohen/h3_ideal02.png) no-repeat center 0 / cover ;
}
#ideal .ide_box {
	width: 87%;
	margin: 0 auto 40px;
	overflow: hidden;
	background: #f8f6e7;
	border: 4px solid #eeebd7;
	border-top: 0 none;
            box-sizing: border-box;
}
#ideal .ide_box table {
	width: 91%;
	margin: 0 auto;
}
#ideal .ide_box table td{
	padding: 25px 9px 25px 0;
	border-bottom: 1px solid #e3dccc;
	vertical-align: middle;
}
#ideal .ideal03 {
    text-align: center;
}
#ideal .ideal03 img {
    width: 100%;
    max-width: 283px;
}
#ideal .ideal03 dt {
    margin: 0 0 10px;
}
#ideal .ideal03 dt.no3 img {
    max-width: 405px;
}
#ideal .ideal03 dd{
    line-height: 1.8;
    margin-bottom: 35px;
}
.greeting_leftCol {
    float: left;
    width: 60%;
}
.greeting_rightCol {
    float: right;
    width: 40%;
    text-align: right;
}
.greeting_leftCol p {
    margin: 0 0 1em;
}
.gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ----------------------------------------------------------------
 * どうえんのビジョン
 * ---------------------------------------------------------------- */
.vision p img {
    width: 100%;
    height: auto;
}
.vision .vis_box01 {
    width: 630px;
    margin: 10px auto 50px ;
    padding: 15px 0 40px;
    background: #e1f0f7;
    border-radius: 10px;
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.vision .vis_box01 p { line-height: 200%;}
.vision dl.accordion dt {
    margin: 15px 0 0;
    cursor:pointer;
}
.vision dl.accordion dt:hover { text-indent: -1000em;}
.vision dl.accordion dt.open { text-indent: -1000em;}
.vision dl.accordion dt.vis01t { background: #eee5d7 url(../images/dohen/h3_vis01_o.png) no-repeat 0 0/cover;}
.vision dl.accordion dt.vis02t { background: #eee5d7 url(../images/dohen/h3_vis02_o.png) no-repeat 0 0/cover;}
.vision dl.accordion dt.vis03t { background: #eee5d7 url(../images/dohen/h3_vis03_o.png) no-repeat 0 0/cover;}
.vision dl.accordion dt.vis04t { background: #eee5d7 url(../images/dohen/h3_vis04_o.png) no-repeat 0 0/cover;}
.vision dl.accordion dt img {
    width: 100%;
    height: auto;
}
.vision dl.accordion dd {
    margin-bottom: 35px;
    padding: 5%;
    background: #EEEBD7;
    display:none;
    box-sizing: border-box;
}

.vision dl.accordion dd.vis01d { background: #eee5d7 url(../images/dohen/vision_bg01.png) no-repeat bottom;}
.vision dl.accordion dd.vis02d { background: #e7ebee url(../images/dohen/vision_bg02.png) no-repeat bottom;}
.vision dl.accordion dd.vis03d { background: #e3e6ce url(../images/dohen/vision_bg03.png) no-repeat bottom;}
.vision dl.accordion dd.vis04d { background: #d6ebff url(../images/dohen/vision_bg04.png) no-repeat bottom;}
.vision dl.accordion dd p{
    padding: 25px;
    background-color: #ffffff;
    opacity: 0.7;
    line-height: 240%;
    text-align: center;
    font-size: 108%;
}

/* ----------------------------------------------------------------
 * 概要/沿革/組織図
 * ---------------------------------------------------------------- */
.dh_tb {
    border-top: 1px solid #c8beac;
    margin: 20px auto 50px;
    text-align: left;
    width: 100%;
}
.dh_tb th,.dh_tb td {
    border-bottom: 1px solid #c8beac;
    box-sizing: border-box;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 15px 3%;
}
.dh_tb th {
    background-color: #f1efea;
    color: #735100;
    width: 25%;
}
.his_tb {
    border-top: 1px solid #c8beac;
    margin: 0px auto;
    text-align: left;
    width: 100%;
}
.his_tb th,.his_tb td {
    border-bottom: 1px solid #c8beac;
    box-sizing: border-box;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 15px 3%;
}
.his_tb td:nth-child(2) {
    white-space: nowrap;
    box-sizing: border-box;
}
.his_tb th {
    background-color: #f1efea;
    color: #735100;
    width: 25%;
}
.his_tb td {
    border-left: 1px solid #c8beac;
    box-sizing: border-box;
}
.center .fancybox img {
    width: 100%;
    height: auto;
}

/* ----------------------------------------------------------------
 * 情報公開
 * ---------------------------------------------------------------- */
.img_adobe img {
    width: auto;
}

/* ----------------------------------------------------------------
 * プライバシーポリシー
 * ---------------------------------------------------------------- */
#privacy p {
	margin-bottom: 1em;
	font-size: 15px;
}
#privacy .prv-list {
	list-style:none;
	margin: 0;
	padding: 0;
	counter-reset: li_count; 
}

#privacy .prv-list li {
	margin-bottom: 1em;
	padding: 10px 10px 10px 15px;
	text-indent:-1em;
	font-size: 15px;
}
#privacy .prv-list li:before {
	counter-increment: li_count;
	content: counter(li_count)".";
	color: #775c2f;
	margin-right: 5px;
	font-weight: bold;
}
/* ----------------------------------------------------------------
 * 新着情報
 * ---------------------------------------------------------------- */
.summary {
    border-top: 1px solid #ccc;
    margin: 20px 0 0;
}
.summary dl {
    padding: 18px 1%;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
}
.summary dl dt {
    color: #775c2f;
    line-height: 1.5;
    position: relative;
}
.summary dl dt span {
    position: absolute;
    top: 0;
    left: 0;
}
.summary dl dd {
    line-height: 1.5;
    margin: 0 0 0 9em;
}
.summary dl dd a {
    color: #333;
    text-decoration: none;
}
/* ----------------------------------------------------------------
 * 高齢者サービス
 * ---------------------------------------------------------------- */
.slogun ul {
    margin: 15px 0 0;
}
.slogun ul li {
    color: #c1272d;
    font-size: 112%;
    line-height: 1.8;
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px 1.5em;
    list-style-image: url(../images/ico_disc.png);
    list-style-position: outside;
}
.day_box ul li{
    margin: 5px 0 5px 20px;
    list-style: outside decimal;
}
/* ----------------------------------------------------------------
 * 運営施設のご紹介 共通
 * ---------------------------------------------------------------- */
.inst_tb {
    width: 49%;
    min-height: 160px;
    margin-bottom: 20px;
    float: left;
    border: 1px solid #cccccc;
    margin: 0 2% 12px 0;
    background: url(../images/business/bg_inst.png) repeat-x bottom;
}
.inst_tb:nth-child(2n) {
    margin: 0 0 12px 0;
}
.inst_tb td {
    padding: 6px;
    color: #725100;
    font-size: 108%;
}
.inst_tb td:first-child {
	width:120px;
}
.inst_tb td h4 {
    margin: 5px 0;
}
.inst_tb td h4.ttl {
    margin: 5px 0;
    color: #f2a02b;
    font-size: 14px;
    font-weight: bold;
}

.bs_box li {
    line-height: 1.8;
}
.bs_box li,.bs_box dt,.bs_box dd  {
    margin-bottom: 20px;
    padding: 0 4% 0 40px;
    text-align: justify;
}
.bs_box li.no01 { background: url(../images/business/icn_no01.png) no-repeat no-repeat scroll -10px 0px;}
.bs_box li.no02 { background: url(../images/business/icn_no02.png) no-repeat no-repeat scroll -10px 0px;}
.bs_box li.no03 { background: url(../images/business/icn_no03.png) no-repeat no-repeat scroll -10px 0px;}
.bs_box li.no04 { background: url(../images/business/icn_no04.png) no-repeat no-repeat scroll -10px 0px;}
.bs_box li.no05 { background: url(../images/business/icn_no05.png) no-repeat no-repeat scroll -10px 0px;}
.bs_box dt.que {
    padding-top: 5px;
    background: url(../images/business/icn_que.png) no-repeat scroll -11px -2px;
    color: #C67A00;
    font-size: 123%;
    font-weight: bold
}
.bs_box dd.ans {
    line-height: 1.8;
    padding-bottom: 15px;
    background: url(../images/business/icn_ans.png) no-repeat scroll -11px -2px;
    border-bottom: 1px dashed #725100;
}

.inst_tb2 {
    width: 100%;
    min-height: 160px;
    border: 1px solid #cccccc;
    margin: 20px auto;
    background: url(../images/business/bg_inst.png) repeat-x bottom;
}
.inst_tb2:nth-child(2n) {
    margin: 0 0 12px 0;
}
.inst_tb2 td {
    padding: 6px;
    color: #725100;
    font-size: 108%;
}
.inst_tb2 td:first-child {
	width:120px;
}
.inst_tb2 td h4 {
    margin: 5px 0;
    color: #f2a02b;
    font-size: 16px;
    font-weight: bold;
}
.inst_tb2 td p {
	font-size:13px;
}

.inst_tb2 .btnBox {
    margin: 0 auto 15px;
}
.inst_tb2 .btnBox ul {
    display: flex;
    flex-wrap: wrap;
}
.inst_tb2 .btnBox:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size: 0;  
    clear: both; 
    visibility: hidden;
}
.inst_tb2 .btnBox li {
    line-height: 1.5;
    margin: 0 2% 2% 0;
}
.inst_tb2 .btnBox li:last-child {
    margin-right: 0;
}
.inst_tb2 .btnBox li a {
    color: #f2a02b;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    padding:  10px 15px;
    border: 1px solid #f2a02b;
    box-sizing: border-box;
    white-space: nowrap;
    transition: all 300ms 0s ease;
}
.inst_tb2 .btnBox li a:hover {
    color: #fff;
    background: #f2a02b;
}


/* ----------------------------------------------------------------
 * 施設の案内ページ
 * ---------------------------------------------------------------- */
.tabNav {
    margin: 0 auto 40px;
}
.tabNav ul {
    display: table;
    width: 100%;
}
.tabNav ul li {
    color: #54c2f0;
    position: relative;
    width: 33.333%;
    height: 50px;
    line-height: 50px;
    display: table-cell;
    font-size: 130%;
    letter-spacing: 2px;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #54c2f0;
}
.tabNav ul li:after {
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    background: #54c2f0;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: width 300ms 0s ease;
}
.tabNav ul li:hover:after, .tabNav ul li.current:after {
    width: 90%;
}
.tabNav ul li:last-child {
    border-right: 1px solid #54c2f0;
}
.tabNav ul li a {
    color: #c2c2c2;
    display: block;
    text-decoration: none;
}
.tabNav ul li a:hover {
    color: #54c2f0;
}
.facilityInfo > p {
    font-size: 100%;
    line-height: 1.8;
    text-align: justify;
    margin: 20px auto;
}
.facilityInfo > img {
    width: 100%;
    height: auto;
}
.btnBox {
    margin: 0 auto 30px;
}
.btnBox ul {
    display: flex;
    flex-wrap: wrap;
}
.btnBox:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size: 0;  
    clear: both; 
    visibility: hidden;
}
.btnBox li {
    line-height: 1.5;
    margin: 0 2% 2% 0;
}
.btnBox li:last-child {
    margin-right: 0;
}
.btnBox li a {
    color: #54c2f0;
    display: inline-block;
    font-size: 108%;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    padding:  20px 30px;
    border: 1px solid #54c2f0;
    box-sizing: border-box;
    white-space: nowrap;
    transition: all 300ms 0s ease;
}
.btnBox li a:hover {
    color: #fff;
    background: #54c2f0;
}
.bs_tb {
    width: 100%;
    margin: 10px auto 50px;
    text-align: left;
    border-top: 1px solid #c8beac;
}
.bs_tb th,.bs_tb td {
    font-size: 100%;
    line-height: 1.8;
    letter-spacing: 1px;
    padding: 15px 3%;
    border-bottom: 1px solid #c8beac;
    box-sizing: border-box;
}
.bs_tb th {
    background-color: #f1efea;
    color: #735100;
    width: 25%;
}
.bs_tb td h3 {
    margin: 10px 0 0;
}
.entryBox {
    margin: 20px auto 0;
}
.entryBox h3 {
    color: #fff;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 143%;
    font-weight: normal;
    text-align: center;
    letter-spacing: 3px;
    background: #4f3d1f;
}
.entryBox_inner {
    padding: 25px 0 10px;
    background: #e4ded5;
    box-sizing: border-box;
}
.entryBox_inner > p {
    color: #775c2f;
    text-align: center;
    margin: 0 auto 25px;
}
.entryBox_inner ul {
    display: block;
    margin: 0 auto;
}
.entryBox_inner ul li {
    color: #775c2f;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    padding: 15px 2%;
    width: 350px;
    border-bottom: 1px solid #c8beac;
}
.entryBox_inner ul li:first-child {
    border-top: 1px solid #c8beac;
}
.entryBox_inner ul li:last-child {
    border-bottom: none;
}
.entryBox_inner ul li h4 {
    color: #775c2f;
    position: relative;
    font-size: 143%;
    margin: 0;
}
.entryBox_inner ul li h4 span {
    position: absolute;
    top: 0;
    left: 0;
}
.entryBox_inner ul li p {
    line-height: 50px;
    margin: 0 0 0 30%;
}
.entryBox_inner ul li:first-child p {
    font-size: 29px;
    letter-spacing: 2px;
}
.entryBox_inner ul li p a {
    color: #775c2f;
    text-decoration: none;
}
.btn_to a {
    color: #fff !important;
    vertical-align: middle;
    display: block;
    font-size: 129%;
    letter-spacing: 2px;
    text-align: center;
    box-sizing: border-box;
    background: #ccc;
    transition: opacity 300ms 0s ease;
}
.btn_to a:hover {
    opacity: 0.5;
}
.btn_to.btn_contact a {
    height: 50px;
    line-height: 50px;
    background: #54c2f0;
}
.btn_to.btn_entry a {
    height: 50px;
    line-height: 50px;
    background: #91bf3e;
}
.btn_to a i {
    position: relative;
    float: left;
}
.btn_to.btn_contact i:before, .btn_to.btn_entry i:before {
    content: '';
    display: block;
    width: 32px;
    height: 24px;
    margin: 13px -33% 0 66%;
    background: url(../images/ico_mail.png) no-repeat;
}
.btn_to.btn_contact_l a {
    width: 400px;
    height: 80px;
    line-height: 80px;
    text-decoration: none;
    margin: 0 auto;
    background: #54c2f0;
}
.btn_to.btn_contact_l i:before {
    content: '';
    display: block;
    width: 32px;
    height: 24px;
    margin: 27px -100px 0 100px;
    background: url(../images/ico_mail.png) no-repeat;
}
.photo_box:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size: 0;  
    clear: both; 
    visibility: hidden;
}
.photo_box li {
    float: left;
    width: 32%;
    margin: 0 2% 15px 0;
}
.photo_box li:nth-child(3n) {
    margin: 0 0 15px 0;
}
.photo_box li img {
    width: 100%;
    height: auto;
}
.photo_box li p {
    font-size: 110%;
    letter-spacing: 1px;
}
.day_box h4 {
    font-size: 110%;
    letter-spacing: 1px;
    margin: 20px 0 10px;
}
.day_box ul {
    margin: 10px auto 20px;
}
.day_box ul li {
    line-height: 1.8;
}
.img_flr img {
    width: 35%;
    float: right;
    margin: 0 0 2% 4%;
    clear: right;
}
.nomb img {
    width: 100%;
    height: auto;
}

.facilityInfo .movie {
margin:25px auto;
width:90%;
max-width:520px;
}
.facilityInfo .movie iframe {
width:100%;
max-width:520px;
margin:25px auto 10px;
display:block;
}
.facilityInfo .ttl_method {text-align:center;}

/* ----------------------------------------------------------------
 * お問い合わせ
 * ---------------------------------------------------------------- */
.align_c {
    text-align: center;
    letter-spacing: 2px;
    font-size: 108%;
    margin: 50px auto;
}
.contact_header ul {
    padding: 25px 5%;
    margin: 20px auto 0;
    background: #F2F2F2;
}
.contact_header ul li {
    float: left;
    width: 50%;
    text-align: center;
    line-height: 1.5;
}
.contact_header ul li a{
    color: #007EBF;
    text-decoration: underline;
}
.contactTeltable {
    border-collapse:collapse;
    border:0px;
    width: 100%;
    margin: 20px auto 30px;
}
.contactTeltable a {
    color: #007ebf;
}
.contactTeltable tr th,.contactTeltable tr td {
    padding: 10px 0;
}
.contactTeltable tr th {
    color: #FFF;
    padding-left: 15px;
    letter-spacing: 1px;
    font-size: 108%;
    background-color: #9D854D;
    text-align: left;
    font-weight: normal;
}
.contactTeltable tr,.contactTeltable th, .contactTeltable td {
    vertical-align: top;
    margin: 0px;
    padding: 5px;
}
.contactTeltable tr td:first-child {
    color: #72510D;
}
.contactTeltable tr td:nth-child(2) {
}
.contactTeltable tr td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}
#contactForm {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 45px;
    margin-left: auto;
}
#contactForm form {
    max-width: 600px;
    margin: 0 auto;
}
#selectBox {
    width: 100%;
    text-align: center;
    background: #F1F7E1;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 10px;
}
#contactForm table {
    width: 100%;
    margin: 24px auto;
}
#contactForm th {
    color: #755C33;
    width: 30%;
    vertical-align: top;
    font-weight: normal;
    text-align: left;
    line-height: 1.8;
    padding: 10px 0;
}
#contactForm th span {
    color: #FFF;
    float: right;
    font-weight: normal;
    text-align: center;
    background: #F2B000;
    padding: 6px 10px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 1;
}
#contactForm td {
    padding: 10px 0;
    vertical-align: baseline;
}
#contactForm td .wpcf7-form-control-wrap{

}
#contactForm td input[type="text"] ,#contactForm td input[type="email"] ,#contactForm td input[type="tel"] ,#contactForm textarea {
    width: 100%;
    text-align: left;
    padding: 5px;
    border: 1px solid #CCC;
    background: #FFF;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; 
}
#contactForm input[type="checkbox"], input[type="radio"] {
    margin-right: 10px;
    vertical-align: middle;
}
#contactForm select#observe {
    width: 100%;
    text-align: center;
}
#preferred {
    margin-right: 10px;
}
#contactForm select#preferred_year ,#contactForm select#preferred_month ,#contactForm select#preferred_day  {
    width: 20%;
    text-align: center;
    margin-right: 10px;
}
#contactForm textarea {
    min-height: 200px;
}
#btn_submit {
    color:#fff;
    display: block;
    position: relative;
    cursor: pointer;
    width: 100%;
    max-width: 320px;
    height: 80px;
    line-height: 80px;
    letter-spacing: 5px;
    font-size: 120%;
    text-decoration: none;
    padding: 0 0 0 5px;
    margin: 0 auto;
    border: none;
    box-sizing: border-box;
    background: #54c2f0;
    transition: opacity 300ms 0s ease;
}
#btn_submit:hover {
    opacity: 0.5;
}
/* ----------------------------------------------------------------
 * お知らせ　シングルページ
 * ---------------------------------------------------------------- */
dl.detail dt {
    width: 115px;
    padding: 13px 0 10px 2px;
}
dl.detail dd {
    margin:  0 0 15px 0;
    padding: 0 5px 10px 0px;
    border-bottom: 1px solid #cccccc;
    color: #725100;
    font-size: 170%;
    letter-spacing: 2px;
    font-weight: bold;
}
.sum_box p{
    line-height: 200%;
    margin: 40px 1%;
    text-align: justify;
}
.page_box {
    margin: 50px auto;
    text-align: center;
    color: #007DBE;
}
.page_box a {
    color: #007DBE;
}
.page_box ul {
    position: relative;
}
.page_box li.blog-pager-older-link {
    float: right;
}
.page_box li.blog-pager-newer-link {
    float: left;
}
.page_box li.sum-link {
    display: inline-block;
    float: left;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    transform: translate(-50%, 0px);
    width: 142px;
}
/* ----------------------------------------------------------------
 * 情報公開
 * ---------------------------------------------------------------- */
#report ul {
    margin: 21px 0 30px;
}
#report ul li {
    font-size: 108%;
    line-height: 1.8;
    margin-bottom: 20px;
    padding: 0 0 17px 40px;
    border-bottom: 1px solid #cccccc;
}
#report ul li.pdf {
    background:url(../images/dohen/icn_pdf.png) no-repeat -6px 2px;
}
.img_adobe {
    margin: 10px 0 20px;
}
body.error404 #left_con {
    margin: 15px 0 0;
}
body.error404 #left_con p {
    font-size: 110%;
    margin: 0 0 10px;
}

#privacypolicy > p {
    margin: 10px 0 25px;
}
#privacypolicy ol {
    margin: 15px 0 25px;
}
#privacypolicy ul li {
    line-height: 1.8;
    list-style: none;
    margin: 0 0 10px 2px;
}


.pagination {
    display: inline-block;
    margin: 50px auto 0;
    text-align: center;
    width: 100%;
}
.pagination span.current, .pagination a:hover {
    background: #775c2f none repeat scroll 0 0;
    color: #fff;
}
.pagination span {
    font-size: 14px;
    text-align: center;
}
.pagination span, .pagination a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #775c2f;
    color: #775c2f;
    display: inline-block;
    font-size: 14px;
    margin: 0 5px 8px 0;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
}









/* どうえんについて */
#dohentop ul li {
    float: left;
    margin-bottom: 11px;
    margin-right: 2%;
    width: 49%;
}
#dohentop ul li:nth-child(even) { margin-right: 0;}


#nurture h4 { margin: 0px 0 10px;}


.policy_list ol {
    margin: 0 0 50px 0;
}
.policyList ol li {
    line-height: 1.8;
    margin: 20px 0 0 1.2em;
}

.ac_tb {
    width: 100%;
    margin-bottom: 30px;
}
.ac_tb th,.ac_tb td {
    padding: 10px;
}

#bs_conbox {
    margin-bottom: 70px;
    background-color: #f1eee5;
    border-radius: 10px;
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;
}
#bs_conbox dt,#bs_conbox dd { padding: 15px 0 15px 30px;}
#bs_conbox dt {
    float: left;
    clear: both;
}
#bs_conbox dd { margin-left:  300px;}
#bs_conbox hr { border-top: 1px solid #D4CAB2;}
#contents-page .photo_box li img{ width: 200px;}
.blog_box {
    width: 460px;
    height: 55px; /*70px*/
    margin: 50px auto;
    padding-top: 15px;
    background: #e6f4fb;
    border-radius: 10px;
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;
    text-align: center;

}
#calendar {
    box-sizing: border-box;
    margin: 10px auto 0;
    padding: 1%;
    width: 100%;
}
#calendar img {
    width: 100%;
    height: auto;
}
#calendar table {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    border-collapse: collapse;
}
#calendar table td{
    padding: 1%;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
#calendar table th {
    color: #735100;
    background: #f1efea none repeat scroll 0 0;
    border: 1px solid #cccccc;
    font-weight: normal;
    padding: 1%;
    width: 100px;
}
#calendar table td img {
    border: 1px solid #cccccc;
}


/* ================================================
 * 追加ページ どうえん向島認定保育園 20180621　ここから
 * ================================================ */
.img_switch_pc {
    display: block;
}
.img_switch_mb {
    display: none;
}
#hero_dohen img {
    width: 100%;
    height: auto;
}
#mukaishima_cont {
    max-width: 820px;
    padding: 0 5%;
    margin: 0 auto 60px;
}
.mukaishima_info {
    position: relative;
    text-align: center;
    padding: 35px 5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: -5% auto 0;
    background: #fff;
}
.mukaishima_info img {
    width: 100%;
    max-width: 665px;
    height: auto;
    margin: 0 auto;
}
.mukaishima_about {
    max-width: 780px;
    margin: 15px auto 0;
}
.ttl_mukaishima {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 8px 0 8px 0.1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #775C2F;
}
.mukaishima_grid {
    margin: 35px auto 0;
}
.mukaishima_grid .col_left {
    float: left;
    width: 47%;
}
.mukaishima_grid .col_left img {
    width: 100%;
    height: auto;
}
.mukaishima_grid .col_right {
    float: right;
    width: 50%;
}
.mukaishima_grid .col_right p {
    font-size: 14px;
    line-height: 2;
    margin: -5px 0 0;
}
.mukaishima_map {
    position: relative;
    padding-bottom: 36.5%;
    padding-top: 30px;
    height: 0;
}
..mukaishima_map iframe,
..mukaishima_map object,
..mukaishima_map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mukaishima_map {
    nmargin: 0 auto 0;
}
.mukaishima_bosyu {
    max-width: 780px;
    margin: 100px auto 0;
}

#tab_container {
    margin: 45px auto 0;
}
#tab_menu {
    position: relative;
    padding: 0 5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  margin: 0 auto;
}
#tab_menu:before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #775C2F;
}
#tab_menu li {
  color: #775C2F;
  display: block;
  position: relative;
  z-index: 100;
  float: left;
  cursor: pointer;
  width: 31.333%;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border-top: 1px solid #775C2F;
  border-right: 1px solid #775C2F;
  border-left: 1px solid #775C2F;
  -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
  margin: 0 1%;
  background: #F1EFEA;
}
#tab_menu li.active {
    border-bottom: 1px solid #fff;
}
#tab_menu li.active {
    background: #fff;
}
#tab_box {
  position: relative;
  margin: 30px 0 0;
  background: #fff;
}
#tab_box table {
    width: 100%;
    border-top: 1px solid #E6E6E6;
}
#tab_box table th {
    width: 22%;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.08em;
    padding: 12px 5%;
    border-bottom: 1px solid #E6E6E6;
}
#tab_box table td {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 2;
    padding: 12px 2%;
    border-bottom: 1px solid #E6E6E6;
}
#tab_box div.inner {
    display: none;
}
#tab_box div.inner.active {
  display: block;
}

.btn_container ul {
    width: 500px;
    margin: 35px auto 120px;
}
.btn_container ul li {
    color: #F2B000;
    float: left;
    width: 46%;
    margin: 0 2%;
    text-align: center;
}
.btn_container ul li a {
    color: #F2B000;
    position: relative;
    display: block;
    font-size: 15px;
    text-decoration: none;
    padding: 20px 0 20px;
    border-radius: 5px;
    border: 1px solid #F2B000;
    -moz-border: 1px solid #F2B000;
    -webkit-border: 1px solid #F2B000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: opacity 0.3s ease 0s;
}
.btn_container ul li a:hover {
    opacity: 0.5;
}
.btn_container ul li a:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 14px;
    line-height: 1;
    position: absolute;
    top: 22px;
    left: 10px;
    vertical-align: middle;
    margin: 0 0.5em 0 0;
    background: url("../images/ico_arrow_or.png") no-repeat 0 0px;
}

.btn_container2 ul {
    width: 780px;
    margin: 50px auto 120px;
}
.btn_container2 ul li {
    color: #F2B000;
    position: relative;
    float: left;
    width: 29.333%;
    margin: 0 2%;
    text-align: center;
}
.btn_container2 ul li a {
    color: #F2B000;
    display: block;
    font-size: 16px;
    text-decoration: none;
    padding: 20px 0;
    border-radius: 5px;
    border: 1px solid #F2B000;
    -moz-border: 1px solid #F2B000;
    -webkit-border: 1px solid #F2B000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: opacity 0.3s ease 0s;
}
.btn_container2 ul li a:hover {
    opacity: 0.5;
}
.btn_container2 ul li a:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 16px;
    line-height: 1;
    position: absolute;
    top: 22px;
    left: 15px;
    vertical-align: middle;
    margin: 0 0.5em 0 0;
    background: url("../images/ico_arrow_or.png") no-repeat 0 0px;
}

.mukaishima_voice {
    max-width: 780px;
    text-align: center;
    margin: 100px auto 0;
}
.mukaishima_voice img {
    width: 100%;
    max-width: 212px;
    height: auto;
    margin: 40px auto 0;
}
.mukaishima_voice span {
    display: block;
    line-height: 1.8;
    text-align: center;
    font-size: 12px;
    margin: 10px auto 0;
}
.mukaishima_voice h4 {
    color: #4F3D1F;
    text-align: center;
    font-size: 22px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    padding: 0 0 0 0.2em;
    margin: 10px auto 0;
}
.mukaishima_voice p {
    max-width: 570px;
    text-align: justify;
    line-height: 2.2;
    font-size: 14px;
    margin: 10px auto 20px;
}

.mukaishima_form {
    max-width: 780px;
    text-align: center;
    margin: 100px auto 0;
}
.mukaishima_form ._inner {
    max-width: 620px;
}

@media screen and (max-width: 960px) {
    .btn_container ul li a {
        font-size: 13px;
        padding: 18px 0;
    }
    .btn_container2 ul {
        width: 600px;
        margin: 50px auto 120px;
    }
    .btn_container2 ul li a {
        font-size: 13px;
        padding: 18px 0;
    }
    .btn_container ul li a:before, .btn_container2 ul li a:before {
        top: 19px;
        left: 12px;
    }
}
@media screen and (max-width: 768px) {
    .img_switch_pc {
        display: none;
    }
    .img_switch_mb {
        display: block;
    }
    .btn_container ul, .btn_container2 ul {
        width: 220px;
        margin: 35px auto 50px;
    }
    .btn_container ul li, .btn_container2 ul li {
        float: none;
        width: 100%;
        margin: 0 auto 10px;
    }
    .btn_container ul li a, .btn_container2 ul li a {
        padding: 15px 0;
    }
    .btn_container ul li a:before, .btn_container2 ul li a:before {
        top: 15px;
        left: 10px;
    }
    .mukaishima_map {
        padding-bottom: 300px;
    }
    .mukaishima_info {
        margin: -8% auto 0;
    }
    .mukaishima_info p {
        font-size: 13px;
        line-height: 2;
        letter-spacing: 0.08em;
        margin: 20px auto 0;
    }
    .ttl_mukaishima {
        font-size: 17px;
        letter-spacing: 0.05em;
    }
    .mukaishima_bosyu, .mukaishima_voice, .mukaishima_form {
        margin: 65px auto 0;
    }
    .mukaishima_grid {
        margin: 25px auto 0;
    }
    .mukaishima_grid .col_right p {
        font-size: 12px;
    }
    #tab_menu li {
        font-size: 12px;
        letter-spacing: 0;
    }
    #tab_box table th, #tab_box table td {
        font-size: 12px;
        padding: 10px 2%;
        line-height: 1.8;
    }
    .mukaishima_voice span {
    font-size: 11px;
    }
    .mukaishima_voice h4 {
    font-size: 16px;
    margin: 10px auto 0;
    }
    .mukaishima_voice p {
    font-size: 12px;
    margin: 10px auto 0;
    }
}
@media screen and (max-width: 640px) {
    .mukaishima_info p {
    font-size: 12px;
    text-align: justify;
    }
    .mukaishima_info p br {
        display: none;
    }
    .mukaishima_map {
        padding-bottom: 280px;
    }
    .mukaishima_grid .col_left, .mukaishima_grid .col_right {
    float: none;
    width: 100%;
    }
    .mukaishima_grid .col_right {
        margin: 20px 0 0;
    }
    #tab_menu {
        padding: 0 1%;
    }
    #tab_menu li {
        width: 32.33%;
        text-align: center;
        font-size: 10px;
        margin: 0 0.5%;
    }
    #tab_box table th, #tab_box table td {
    padding: 10px 1%;
    }
}
@media screen and (max-width: 480px) {
    
}
@media screen and (max-width: 320px) {
    .ttl_mukaishima {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: 10px 2%;
    }
    .mukaishima_about {
    margin: 15px auto 0;
    }
    #tab_container {
    margin: 25px auto 0;
    }
    #tab_box table th, #tab_box table td {
    width: 100%;
    display: block;
    }
    #tab_box table th {
        font-weight: bold;
        border-bottom: none;
        padding: 10px 1% 5px;
    }
    #tab_box table td {
        padding: 0 1% 10px;
    }
    #contactForm th, #contactForm td {
    font-size: 13px;
    }
    #contactForm th span {
        font-size: 10px;
    }
    #btn_submit {
        font-size: 15px;
    height: 40px;
    letter-spacing: 2em;
    line-height: 40px;
    }
}
/* ================================================
 * 追加ページ どうえん向島認定保育園 20180621　ここまで
 * ================================================ */

/* ================================================
 * 追加ページ どうえん尾道認定保育園 20190602　ここから
 * ================================================ */

.mukaishima_info p {
    font-size: 14px;
    text-align: center;
    line-height: 2.5;
    letter-spacing: 0.02em;
    margin: 50px auto 0;
}
.mukaishima_info ul {
    margin: 40px auto 100px;
}
.mukaishima_info:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size: 0;  
    clear: both; 
    visibility: hidden;
}
.mukaishima_info ul li {
    float: left;
    width: 31.33%;
    margin: 0 1%;
}
.btns_onomichi ul {
    margin: 30px auto 0px;
}
.btns_onomichi ul li {
    color: #F2B000;
    margin: 0 auto 20px;
    text-align: center;
}
.btns_onomichi ul li a {
    color: #F2B000;
    position: relative;
    display: inline-table;
    font-size: 15px;
    letter-spacing: 0.05rem;
    text-decoration: none;
    padding: 20px 10% 20px 10.5%;
    border-radius: 5px;
    border: 1px solid #F2B000;
    -moz-border: 1px solid #F2B000;
    -webkit-border: 1px solid #F2B000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: opacity 0.3s ease 0s;
}
.btns_onomichi ul li a:hover {
    opacity: 0.5;
}
.btns_onomichi ul li a:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 14px;
    line-height: 1;
    position: absolute;
    top: 22px;
    left: 20px;
    vertical-align: middle;
    margin: 0 0.5em 0 0;
    background: url("../images/ico_arrow_or.png") no-repeat 0 0px;
}
#onomichi_youkou {
    max-width: 780px;
    margin: 65px auto 0;
}
.btns_youkou ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 45px -1% 0;
}
.btns_youkou ul::after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size: 0;  
    clear: both; 
    visibility: hidden;
}
.btns_youkou ul li {
    width: 32.333%;
    margin: 0 0.5% 0;
}
.btns_youkou ul li a {
    color: #755B2E;
    position: relative;
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 15px;
    letter-spacing: 0.02rem;
    text-align: center;
    text-decoration: none;
    border: 1px solid #755B2E;
    margin: 0 auto 20px;
    border-radius: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #EFEBE5;
    transition: opacity .3s ease .0s;
}
.btns_youkou ul li a:hover {
    opacity: .5;
}
.btns_youkou ul li a:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 15px 0 0;
    vertical-align: middle;
    background: url(../images/ico_youkou.png) no-repeat 0 0;
}
#onomichi_setsumeikai {
    max-width: 780px;
    margin: 100px auto 0;
}
#onomichi_setsumeikai .inner {
    max-width: 700px;
    margin: 0 auto;
}
#onomichi_setsumeikai .inner p {
    margin: 40px auto 0;
}
#onomichi_setsumeikai .inner table {
    width: 100%;
    border-top: 1px solid #d2d2d2;
    margin: 40px auto 0;
}
#onomichi_setsumeikai .inner table th, #onomichi_setsumeikai .inner table td {
    font-size: 14px;
    letter-spacing: 0.05rem;
    line-height: 2.2;
    font-weight: normal;
    text-align: left;
    padding: 25px 2%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #d2d2d2;
}
#onomichi_setsumeikai .inner table th {
    width: 25%;
}
.ttl_method {
    color: #755B2E;
    position: relative;
    font-size: 21px;
    letter-spacing: 0.1rem;
    padding: 0;
    margin: 40px auto 22px;
}
.ttl_method::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    margin: 15px auto 0;
    background: #755B2E;
}
.contact_method ul {
    margin: 0 auto;
}
.contact_method ul li {
    text-align: center;
    line-height: 2.2;
}
.contact_method p {
    text-align: center;
    margin: 25px auto 0;
}

#content_full {
    width: 100%;
    max-width: 650px;
    margin: 50px auto 0;
}
span.wpcf7-list-item {
    display: block;
    text-align: left;
    margin: 0 0 8px;
}

@media screen and (max-width: 768px) {
    .btns_onomichi ul li a {
        font-size: 14px;
    }
    #onomichi_youkou {
        margin: 35px auto 0;
    }
    .btns_youkou ul {
        margin: 25px -1% 0;
    }
    .btns_youkou ul li {
        width: 48%;
        margin: 0 1% 0;
    }
    .btns_youkou ul li a {
        height: 80px;
        line-height: 80px;
        font-size: 14px;
        margin: 0 auto 10px;
    }
    .btns_youkou ul li a:after {
        top: 29px;
    }
    #onomichi_setsumeikai {
        margin: 50px auto 0;
    }
    #onomichi_setsumeikai .inner p {
        font-size: 13px;
        letter-spacing: 0;
        margin: 30px auto 0;
    }
    #onomichi_setsumeikai .inner table {
        margin: 30px auto 0;
    }
    #onomichi_setsumeikai .inner table th, #onomichi_setsumeikai .inner table td {
        font-size: 13px;
        padding: 10px 1%;
        letter-spacing: 0;
    }
    .contact_method ul li {
        font-size: 13px;
        letter-spacing: 0;
    }
}
/* ================================================
 * 追加ページ どうえん尾道認定保育園 20190602　ここまで
 * ================================================ */
/* ================================================
 * 追加ページ どうえん尾道認定保育園 20190617　ここから
 * ================================================ */
.hoikuVolunteer {
    margin: -50px auto 0;
}
.hoikuVolunteer > img {
    width: 100%;
    height: auto;
}
.schedule_2019 p {
    font-size: 16px;
    text-align: center;
    margin: 20px auto 25px;
}
.schedule_2019 {
    max-width: 780px;
    margin: 0 auto;
}
.schedule_2019 dl {
    width: 300px;
    display: block;
    margin: 0 auto 8px;
}
.schedule_2019 dl dt {
    position: relative;
}
.schedule_2019 dl dt span {
    color: #fff;
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 16px;
    padding: 2px 15px;
    box-sizing: border-box;
    background: #8EC31F;
}
.schedule_2019 dl dt span.bg_orange {
    background: #F29700;
}
.schedule_2019 dl dt span.bg_pink {
    background: #ED86B3;
}
.schedule_2019 dl dd {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0 5em;
    padding: 5px 0px;
}
.btn_toForm a {
    color: #F29700;
    display: block;
    font-size: 16px;
    text-decoration: none;
    width: 300px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #F29700;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 20px auto 0;
    transition: all .3s ease .0s;
}
.btn_toForm a:hover {
    color: #fff;
    background: #F29700;
}
.areaAll {
    max-width: 780px;
    margin: 60px auto 0;
}
.areaAll .inner {
    display: flex;
    justify-content: space-between;
    margin: 35px auto 80px;
}
.areaAll .inner .col_left {
    width: 48%;
}
.areaAll .inner .col_right {
    width: 47%;
}
.areaAll .inner .col_left img {
    width: 100%;
    height: auto;
}
.areaAll .inner .col_right {
    margin: 0 0 0 3%;
}
.areaAll .inner .col_right h3 {
    color: #727272;
    font-size: 21px;
    border-bottom: 2px solid #ED86B3;
    padding: 0 0 10px;
    margin: 0;
}
.areaAll .inner .col_right p {
    text-align: justify;
    margin: 10px auto 0;
}
.areaAll .inner .col_right h4 {
    color: #fff;
    line-height: 1;
    font-weight: normal;
    padding: 5px 10px;
    background: #ED86B3;
}
.areaAll .inner .col_right.sakura h3 {
    border-bottom: 2px solid #ED86B3;
}
.areaAll .inner .col_right.yurikago h3 {
    border-bottom: 2px solid #7DCDF3;
}
.areaAll .inner .col_right.oomachi h3 {
    border-bottom: 2px solid #F7C398;
}
.areaAll .inner .col_right.yoshiwa h3 {
    border-bottom: 2px solid #A6D297;
}
.areaAll .inner .col_right.mukaishima h3 {
    border-bottom: 2px solid #FBD369;
}
.areaAll .inner .col_right.sakura h4 {
    background: #ED86B3;
}
.areaAll .inner .col_right.yurikago h4 {
    background: #7DCDF3;
}
.areaAll .inner .col_right.oomachi h4 {
    background: #F7C398;
}
.areaAll .inner .col_right.yoshiwa h4 {
    background: #A6D297;
}
.areaAll .inner .col_right.mukaishima h4 {
    background: #FBD369;
}
.form_volunteer {
    max-width: 780px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .hoikuVolunteer {
        margin: 0 auto;
    }
    .hoikuVolunteer > img {
        display: none;
    }
    .schedule_2019 {
        margin: 35px auto 0;
    }
    .schedule_2019 p , .schedule_2019 dl dt span, .schedule_2019 dl dd {
        font-size: 14px;
    }
    .schedule_2019 dl dd {
        margin: 0 0 0 6em;
    }
    /*.schedule_2019, .areaAll, .form_volunteer {
        max-width: 500px;
    }*/
    .areaAll .inner {
        display: block;
    }
    .areaAll .inner .col_left {
        width: 100%;
    }
    .areaAll .inner .col_right {
        width: 100%;
        margin: 20px auto 0;
    }
    .areaAll .inner .col_right h3 {
        font-size: 18px;
    }
    .areaAll .inner .col_right h4 {
        font-size: 15px;
    }
    .areaAll .inner .col_right p {
        font-size: 13px;
    }
}


/* 20211225 CSS追記 高齢者ページ */
.c-facility {
    margin: 20px 0 0;
}
.c-facility__list  {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: flex-start;
    margin: 0 -1%;
}
.c-facility__list li {
    width: 48%;
    margin: 0 1% 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.c-facility__list li img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}