﻿
.d-box .circle:before {
    border: 6px solid #9bc1e7;
}

.d-box .bar:before {
    border-left: 5px solid #74a3d3;
}

.button_box a {background: #74a3d3;}

#sidebar .active, ul.archive li a.on,ul.archive li a:hover{
    color: #68a8e9;
}

.d-box .grad {
    border: 1px solid #74a3d3;
}

.bg-text .ttl_wrap {
    background: linear-gradient(to right, #74a3d3, #92ca99);
}

.intro_button_box a {
    border: 1px solid #74a3d3;
}

.intro_button_box a span {
    background: #74a3d3;
    border: 1px solid #74a3d3;
}


.d-box .more {
    border-bottom: 1px solid #74a3d3;
}

/*関連施設=============== */
.bg-text {
    width: 100%;
    background: url("../imgs/r_facilities/intro.jpg") no-repeat center;
    height: 402px;
    background-size: cover;
    position: relative;
}

/* 利用料金 */

table.cep td.mc-first {
    width: 10%;
    border-right: 1px solid #e2e2e2;
    background: #fbfaf8;
    text-align: center;
}

table.cep {
    table-layout: fixed;
}

table.cep th:first-child {
    width: 10%;
}


/* お問い合わせ ph */
.img-box figcaption.detail {
    width: 57%;
    padding: 0;
}

.img-box figcaption.detail .button_box, .bottom-contact .detail .button_box {
    width: 100%;
    max-width: 100%;
}

.corona-announce.access {
    margin: 40px auto 0;
}

.img-box figcaption.detail p.en,.bottom-contact .detail p.en {
    font-size: 22px !important;
}

.submitArea .btn_submit input {
    background: url(../imgs/common/arrow_blue.svg) no-repeat right 5% center #fff;
    color: #69a8e9;
    border: 2px solid #74a3d3;
    background-size: 9px;
}

.submitArea .btn_submit input:hover {
    background: url(../imgs/common/arrow_w.svg)no-repeat right 4% center #74a3d3;
    background-size: 9px;
    transition: .3s;
}

/* サービス開始までの流れ */
.num-have dl {
    position: relative;
}

.num-have dl:before {
    content: "↓";
    position: absolute;
    font-size: 35px;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 1;
    color: #68a8e9;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    background: #fff;
    display: inline-block;
    width: 60px;
}

.num-have dl:last-child:before {
    display: none;
}

.num-have h5 b {
    padding: 0 15px 0 0;
}

.num-have .intro_button_box a {
    width: 300px;
    color: #74a3d3;
}



/* 病棟の特徴 */


/* 1日 */
ul.time-flow-list {
    text-align: left;
    position: relative;
    width: 100%;
    padding: 0;
}

ul.time-flow-list dl {
    display: flex;
    margin: 0 0 0 50px;
}

.time-flow .t24 {
    width: auto;
    position: absolute;
    padding: 0;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -20px;
    text-align: center;
}

.time-flow.grad {
    align-items: center;
    position: relative;
    padding: 40px 40px 60px;
    border: 1px solid #74a3d3;
}

ul.time-flow-list li:before {
    content: "";
    background: #9bc1e7;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    display: block;
    margin: 0 10px;
    position: absolute;
    border: 4px solid #e5eff9;
}

ul.time-flow-list dl dt {
    position: relative;
    width: 42px;
    color: #68a8e9;
    font-size: 21px;
    line-height: 1.3;
}

ul.time-flow-list li {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 40px 0;
}

ul.time-flow-list dl dd {
    width: 90%;
    margin: 0 0 0 5%;
}

ul.time-flow-list dl dd b {
    width: 100%;
    display: block;
}

ul.time-flow-list li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #9bc1e7;
    left: 22.5px;
    top: 24px;
}

ul.time-flow-list li:last-child:after {
    content: none;
}

ul.time-flow-list li:last-child {
    padding: 0;
}

.time-flow:before {content: "";position: absolute;width: 100%;height: 100%;/* border: 3px solid #98aedf; */left: 0;top: 50%;transform: translateY(-50%);border-radius: 10px;z-index: 0;box-sizing: border-box;}

ul.time-flow-list li .img-list li:before,ul.time-flow-list li .img-list li:after {
    content: none;
}

/* サービス */
.service-box {
    width: 49%;
    margin: 0 2% 0 0;
    /* padding: 20px 20px 20px 20px; */
    /* border: 1px solid #74a3d3; */
}

.service-box.olive-service {
    padding: 20px 20px 20px 20px;
    border: 1px solid #74a3d3;
}

.service-box h6 {
    background: #74a3d3;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.service-box:last-child {
    margin: 0;
}

.service-box .service-wrap {
    /* border: 1px solid #74a3d3; */
}

.service-box p {padding: 20px;text-align: center;border: 1px solid #74a3d3;}

/* 流れ */
.flow2 dl {
    position: relative;
    padding: 50px 0 30px 0;
}

.flow2 dl:first-child {
    border-top: none;
    padding: 0 0 30px 0;
}

.flow2 dl dt {
    background: #74a3d3;
    padding: 15px;
    border-radius: 4px;
}

.flow2 dl dd {
    margin: 20px 0 30px 0;
}

.flow2dl:last-child{
    border-bottom:none;
}

.flow2 dl:before {
    content: "↓";
    position: absolute;
    font-size: 35px;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 1;
    color: #e2a6a6;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    background: #fff;
    display: inline-block;
    width: 60px;
}

.flow2 dl:last-child:before {
    display: none;
}

.flow2 h5 b {
    padding: 0 15px 0 0;
}

.flow2.intro_button_box a {
    width: 300px;
    color: #68a8e9;
}

.flow-inner {
    width: 470px;
    text-align: left;
}

.bottom-contact .detail p.en,.bottom-contact .detail p.en a {
    color: #68a8e9 !important;
}

.bottom-contact .detail p.en small {
    font-family: "YuGothic", "游ゴシック", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro", "Meiryo","メイリオ",sans-serif !important;
    padding: 0 0 0 5px;
    color: #333;
    font-size: 13px;
}

p.space {
    padding: 0 0 0 30px;
}

/*特別室*/
table.mc-table td {
    border-right: 1px solid #e2e2e2;
}


table.mc-table td.mc-first {
    text-align: center;
    width: 5%;
}

table.mc-table {
    table-layout: auto;
}

table.mc-table th:first-child {
    width: 80%;
}

table.mc-table .price {
    width: 20%;
    text-align: center;
}

.p-sub {
    padding: 6px 0;
}

table.mc-table .age {
    width: 11%;
}

table.mc-table tr {
    width: 100%;
}

table.mc-table td:nth-child(2) {
    width: 80%;
}

table.mc-table td.mc-first b {
    font-weight: 500;
}

.time-bottom-box dl {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0;
}

.time-bottom-box dl:last-child {
    padding: 20px 0 0 0;
    border-bottom: none;
}

.time-bottom-box dl:first-child {
    margin: 0;
    padding: 0 0 20px 0;
}

.time-bottom-box {
    width: 30%;
    padding: 20px;
    margin: 0 0 0 4%;
}

/*病室について*/
table.block.e-table:nth-child(2) tr td:first-child {
    width: 33.5%;
}

/*実績*/
table.e-table tr td {
    border-right: 1px solid #e2e2e2;
    text-align: center;
}

.img-box.graph figure {
    width: 49%;
    margin: 0 2% 0 0;
    border: 1px solid #e2e2e2;
}

/*ph*/
ul.img-list li {
    width: 31%;
    margin: 0 4% 0 0;
    padding: 0;
}

ul.img-list li:last-child {
    margin: 0;
}

/*venobox*/
ul.img-list.veno-list li {
    width: 30.5%;
    margin: 0 4% 4% 0;
}

ul.img-list.veno-list {
    flex-wrap: wrap;
}

ul.img-list.veno-list li:nth-child(3n) {
    margin: 0;
}

ul.img-list.veno-list li:nth-child(n+3) {margin-bottom: 0;}

.img-list li a img {
    
    transition: .3s;
}

.img-list li a:hover img {
    filter: brightness(1.1);
}



/*お問い合わせ*/
.access.bottom-contact .detail {
    width: 100%;
    padding: 0;
}

.bottom-contact {
    margin: 30px 0 0 0 !important;
    text-align: center;
}

.bottom-contact .detail p.en,.bottom-contact .detail p.en a {
    color: #68a8e9 !important;
}

.bottom-contact .detail p.en small {
    font-family: "YuGothic", "游ゴシック", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro", "Meiryo","メイリオ",sans-serif !important;
    padding: 0 0 0 5px;
    color: #333;
    font-size: 13px;
}


/*お問い合わせ*/
/*施設*/
.facilities-contact {
    flex-wrap: wrap;
}

.facilities-contact .flow-inner {
    width: 49%;
    margin: 0 2% 2% 0 !important;
    padding: 20px 20px 10px;
    text-align: left;
}

.facilities-contact .flow-inner:nth-child(2n) {
    margin: 0 0 2% 0 !important;
}

/*保育料*/
.nursery table.e-table th{
   width:15%;
}

/*ほほえみ*/
ul.half-img-list {
    flex-wrap: wrap;
}

.half-img-list li {
    width: 49%;
    margin: 0 2% 2% 0;
}

.half-img-list li:last-child {
    margin: 0;
}


.half-img-list li:nth-child(2n) {
    margin: 0 0 2% 0;
}

/* 採用情報 */
.intro_button_box.alert a {
    background: #f9fbfd;
    width: 100%;
    text-align: center;
    padding: 40px 30px;
    border: 3px solid #74a3d3;
    font-size: 22px;
}


.more.r_more span {
    border: #74a3d3;
    background: #74a3d3;
}

.d-box .more.r_more {
    border: none;
}

@media (max-width: 1920px) {



}


@media (max-width: 1699px) {


}

@media (max-width: 1449px) {



}
@media (max-width: 1399px) {

}

@media (max-width: 1200px) {
.d-box .circle:before {
    border: 4px solid #9bc1e7;
}

/**/

}
@media (max-width: 1023px) {


}




@media (max-width: 991px) {



}

@media (max-width: 767px) {



.mt-100 {
    margin: 60px auto 0;
}

.mt-80{
    margin:40px auto 0;
}

.mt-60 {
    margin: 30px auto 0;
}



/*利用料金*/
table.cep td.mc-first {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e2e2e2;
    text-align: left;
}

table.cep th:first-child {
    display:none;
}

table.cep th:last-child {
    background:#888;
    color:#fff;
    border-bottom: none;
}


/* 予約 */
.img-box figcaption.detail {
    width: 100%;
    margin: 20px auto 0;
}

.img-box figcaption.detail p.en, .bottom-contact .detail p.en {
    font-size: 18px !important;
}

.img-box figcaption.detail .button_box a{
    padding:13px;
    margin:10px auto 0;
}

/* 1日 */
.time-flow.grad {
    flex-wrap: wrap;
    padding: 30px 30px 40px;
}

ul.time-flow-list {
    width: 100%;
}

ul.time-flow-list dl dt {
    font-size: 18px;
}

ul.time-flow-list dl dd b {
    font-size: 15px;
}

.time-bottom-box {
    width: 100%;
    margin: 30px auto 0;
}

ul.time-flow-list dl dd b span {
    font-size: 13px;
    padding: 1px 5px;
}

ul.time-flow-list li:before {
    margin: 0 10px 0 0;
    width: 10px;
    height: 10px;
    border: 3px solid #e5eff9;
}

ul.time-flow-list dl {
    margin: 0 0 0 30px;
    flex-wrap: wrap;
}

ul.time-flow-list li:after {
    left: 7.5px;
    top: 12px;
}

ul.time-flow-list dl dd {
    width: 100%;
    margin: 10px auto 0;
}

/* 健診の流れ */


.flow2 dl:before {
    font-size: 25px;
    bottom: -20px;
    width: 50px;
}
	
.flow2 dl dt {
    padding: 10px;
}

.flow2 dl:first-child {
    border-top: none;
    padding: 0 0 30px 0;
}

.flow2 dl dd {
    margin: 20px 0 0;
}

p.space {
    padding: 0 0 0 0;
}

/*施設概要*/
/*テーブル*/
table.table-100,table.cep,.nursery table.e-table,.nursery table.e-table tbody,
.table-100 tbody,.cep tbody,.nursery table.e-table tr,.table-100 tr,.cep tr,.nursery table.e-table th,.table-100 th,
.cep th,.nursery table.e-table td,.table-100 td,.cep td {
    width: 100%;
    display:block;
    clear: both;
    font-size: 15px;
}

/*料金*/
table.mc-table,.mc-table tbody,.mc-table tr,.mc-table th,.mc-table td {
    font-size: 15px;
}


table.mc-table th {
    text-align: center;
    border-right: 1px solid #e2e2e2;
}


.table-box.mc-table-box,.table-box.e-table-box {
    overflow-x: scroll;
    position: relative;
}

.nursery .table-box.e-table-box{
    overflow-x:hidden;
}

table.mc-table,table.e-table {
    width: 650px;
}

.nursery table.e-table {
    width: 100%;
}

table.mc-table th:first-child {
    width: 70%;
}

table.mc-table .price {
    width: 30%;
}

table.mc-table td:nth-child(2) {
    width: 70%;
}

table.e-table th {
    text-align: center;
    border-right: 1px solid #e2e2e2;
    width: auto;
}

.nursery table.e-table th{
    text-align:left;
}
.nursery table.e-table tr:first-child th{
    background:#888;
    color:#fff;
}

.nursery table.e-table tr td{
    text-align:left;
}

.nursery table.e-table tr:nth-child(2) td:nth-child(n+2), .nursery table.e-table tr:nth-child(3) td {
    width: 50%;
    clear: none;
    float: left;
}

.nursery table.e-table tr:last-child {
    border-top: 1px solid #e2e2e2;
}

/*病室について*/
table.block.e-table:nth-child(2) tr td:first-child {
    width: 46%;
}

.img-box.graph figure:last-child {
    margin: 0;
}

.img-box.graph figure {
    width: 100%;
    margin: 0 auto 30px;
}

/* 予約 */

.bottom-contact .detail p.en {
    font-size: 18px !important;
    margin: 10px auto 0;
}

.intro_button_box a {
    font-size: 16px;
    width: 100%;
    margin: 0 auto 2%;
}

.bottom-contact .detail p.en, .bottom-contact .detail p.en a {
    font-size: 31px;
}

.bottom-contact {
    width: 100%;
    text-align: left;
}

.access.bottom-contact .detail p {
    font-size: 14px !important;
    margin: 10px auto 0;
}


/*お問い合わせ*/
.facilities-contact .flow-inner {
    width: 100%;
    margin: 0 0 2% 0 !important;
}

/* 採用情報 */

.intro_button_box.alert a {
    font-size: 16px;
    padding: 20px 40px;
    border: 2px solid #74a3d3;
}

.intro_button_box.alert {
    overflow: hidden;
}



.d-box .more.r_more {
    border-bottom: 1px solid #74a3d3;
}


}

@media (max-width: 500px) {
  

}


@media (max-width: 350px) {



}
