/* ===================================================

  施設案内共通

=====================================================*/
#facilities_nav h3,
#facilities_contact h3 {
    border: none;
    padding: 0;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#pageTitle h2 {
    margin-top: 85px;
}
.column_2 .left,
.column_2 .right {
    width: 465px !important;
}
.column_2_B .left {
    width: 380px !important;
}
.column_2_B .right {
    width: 550px !important;
}
.column_2 .left,
.column_2_B .left {
    margin-right: 30px;
}
.column_3 .left,
.column_3 .right {
    width: 300px !important;
}
.column_3 .left {
    margin-right: 30px;
}
/* 施設について */
#about h2 {
    padding: 1px 0;
    background: url(../img/facilities/rakutouen/img_about.png) no-repeat right center;
}
#about .left {
    width: 470px;
}
#about .right {
    width: 440px;
}
#about th {
    color: #222;
    text-align: center;
    /* width: 50%; */
    background: #fffbd7;
}
#about .nowrap {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    padding: 15px 5px;
}
#about th,
#about td {
    padding: 15px 15px;
    line-height: 180%;
}
/* 生活の様子とサービス内容 */
#service h2 {
    padding: 2px 0;
    background: url(../img/facilities/rakutouen/img_contents.png) no-repeat right center;
}
#service .left {
    width: 550px;
}
#service .right {
    width: 350px;
}
/* スケジュール */
#schedule h2 {
    padding: 15px 0;
    background: url(../img/facilities/common/img_schedule.png) no-repeat right center;
}
#schedule table {
    width: 100%;
}
#schedule th {
    color: #222;
    text-align: center;
    background: #fffbd7;
}
#schedule table th:nth-child(odd) {
    width: 8%;
}
#schedule table th:nth-child(even) {
    width: 25.3333%;
}
#schedule td.month {
    color: #8b1129;
    text-align: right;
}
/* 利用料金＆入所申し込みについて＆営業時間 */
#fee,
#application {
    width: 460px;
}
#fee p.small,
#application p.small {
    margin-top: 6px;
    font-size: 1.05em !important;
    cursor: text;
    color: #666;
}
#fee h2 {
    padding: 3px 0;
    background: url(../img/facilities/common/img_fee.png) no-repeat right center;
}
#application h2 {
    padding: 3px 0;
    background: url(../img/facilities/common/img_application.png) no-repeat right center;
}
#open h2 {
    padding: 3px 0;
    background: url(../img/facilities/common/img_open.png) no-repeat right center;
}
/* 見出しアイコンその他 */
#area h2 {
    padding: 3px 0;
    background: url(../img/facilities/common/img_area.png) no-repeat left 250px center;
}
#program h2 {
    padding: 3px 0;
    background: url(../img/facilities/common/img_program.png) no-repeat right center;
}
#use_num h2 {
    padding: 3px 0;
    background: url(../img/facilities/common/img_use_num.png) no-repeat right center;
}
#other h2 {
    padding: 3px 0;
    background: url(../img/facilities/common/img_other.png) no-repeat right center;
}
#visit h2 {
    padding: 3px 0;
    background: url(../img/facilities/common/img_visit.png) no-repeat right center;
}
#attend h2 {
    padding: 3px 0;
    background: url(../img/facilities/common/img_attend.png) no-repeat right center;
}
#stay h2 {
    padding: 3px 0;
    background: url(../img/facilities/common/img_stay.png) no-repeat right center;
}
/* ナビゲーション */
#facilities_nav {
    overflow: hidden;
    border: 1px solid #b1ab8f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 !important;
    margin-bottom: 50px;
}
#facilities_nav .left,
#facilities_nav .right {
    width: 50%;
}
#facilities_nav #block_A {
    border-right: 1px solid #b1ab8f;
    border-bottom: 1px solid #b1ab8f;
}
#facilities_nav #block_B {
    border-bottom: 1px solid #b1ab8f;
}
#facilities_nav #block_C {
    border-right: 1px solid #b1ab8f;
}
#facilities_nav h3,
#facilities_nav li {
    height: 50px;
    padding: 0;
    margin: 0;
    line-height: 100%;
}
#facilities_nav h3 {
    color: #4b442a;
    text-align: center;
    width: 100%;
    padding-top: 18px;
    background: #f3eccc;
}
#facilities_nav li a {
    color: #222;
    text-decoration: none;
    height: 100%;
    display: block;
    padding: 19px 40px 0 20px;
    background: url(../img/common/icon_arrow_B.png) no-repeat right 20px center,
#fff;
    -webkit-background-size: 14px;
    background-size: 14px;
}
#facilities_nav li:nth-child(even) a {
    color: #222;
    background: url(../img/common/icon_arrow_B.png) no-repeat right 20px center,
#faf7e7;
    -webkit-background-size: 14px;
    background-size: 14px;
}
#facilities_nav li a:hover {
    color: #e55f66;
    background: url(../img/common/icon_arrow_B.png) no-repeat right 20px center,
#fffbd7;
    -webkit-background-size: 14px;
    background-size: 14px;
}
/* お問い合わせ */
#facilities_contact {
    padding: 30px 0 !important;
    margin-bottom: 80px;
    background: #fffbd7;
    display: flex;
    justify-content: center;
}
#facilities_contact .flex {
    justify-content: center;
    align-items: center;
}
#facilities_contact .left {
    height: 100px;
    padding-left: 110px;
    background: url(../img/facilities/common/icon_tel.png) no-repeat left center;
    display: flex;
    align-items: center;
    margin: 0 50px 0 0;
    background-size: 90px;
}
#facilities_contact h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}
#facilities_contact li:not(:last-child) {
    margin-bottom: 10px;
}
#facilities_contact .right span {
    color: #4b442a;
    font-size: 1.8em;
    margin-left: 15px;
    letter-spacing: 0.1em;
    padding-top: 5px;
    display: inline-block;
    font-family: 'Droid Serif', serif;
}
#facilities_contact .right .email {
    letter-spacing: 0em;
    font-size: 1.4em;
}
#facilities_contact .right .title {
    color: #4b442a;
    font-size: 1.5em;
    font-family: 'Droid Serif', serif;
    letter-spacing: 0.1em;
}
#facilities_contact .right .title2 {
 margin: 25px 0 10px 0;
}
/* ===================================================

  施設案内トップ

=====================================================*/
#greeting #name {
    margin-top: 30px;
    text-align: right;
}
#greeting .title {
    margin: -10px 0 10px 0;
    font-size: 16px !important;
}
#greeting p {
    letter-spacing: 0.01em!important;
}
#outline .block {
    margin-bottom: 40px;
}
#outline .block p {
    text-indent: 1em;
    margin-bottom: 15px;
}
#outline section section ul {
    width: 33.3%;
    float: left;
    display: inline;
}
#outline section section ul li {
    padding-left: 15px;
    margin-bottom: 10px;
    background: url(../img/common/icon_arrow_list.png) no-repeat left 3px;
    -webkit-background-size: 8px auto;
    background-size: 8px auto;
}
#outline section section ul li span {
    font-size: 0.8em;
}
#outline th {
    text-align: right;
}
#facilities_access .block a.btn_map {
    display: block;
    width: 300px;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin: 15px auto 0;
    padding: 9.5px 0;
    background: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #efd7c7;
}
#facilities_access .block a.btn_map:hover {
    background: #efd7c7;
    opacity: 1;
}
#facilities_access .block a {
    transition: all 0.5s;
}
#facilities_access .block a:hover {
    opacity: 0.7;
}
#facilities_access .block a,
#facilities_access .block a h4 {
    color: #222;
    text-decoration: none;
}
#facilities_access .block a:hover,
#facilities_access .block a h4:hover {
    color: #998268;
}
#facilities_access h4 {
    font-size: 1.8em;
    color: inherit;
    font-weight: normal;
    text-align: center;
    background: none;
    padding: 0;
    margin: 0 0 15px;
}
#facilities_access h4 .link_arrow {
    /* padding-right: 20px; */
    /* background: url(../img/common/icon_arrow_A.png) no-repeat right 5px; */
    /* -webkit-background-size: 13px; */
    /* background-size: 13px; */
}
#facilities_access p {
    font-size: 1.0em !important;
    line-height: 230% !important;
    text-indent: 0 !important;
}
#facilities_access .block {
    width: 415px;
}
#facilities_access .block div {
    margin-bottom: 18px;
}
#facilities_access .block div img {
    width: 100%;
}
#facilities_access #f_rakutouen {
    /* margin-right: 30px; */
}
#facilities_access #map {
    width: 916px;
    margin: 0 auto;
}
#facilities_access .flex_shisetsu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 900px;
    margin: auto;
}
@media screen and (max-width:700px) {
    #facilities_access h4 img {
        width: 100%
    }
    #facilities_access .flex_shisetsu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: auto;
    }
}
/* ===================================================

  養護老人ホーム 洛東園

=====================================================*/
#service li,
#rakutouen #club li {
    font-size: 1.1em;
    line-height: 180%;
    padding-left: 16px;
    background: url(../img/common/icon_circle_pink.png) no-repeat left 6px;
    -webkit-background-size: 12px;
    background-size: 12px;
}
#rakutouen #other .left {
    width: 350px;
}
#rakutouen #other .right {
    width: 520px;
}
#rakutouen #club h2 {
    background: url(../img/facilities/rakutouen/img_club.png) no-repeat right top;
}
#rakutouen #club li {
    float: left;
    display: inline;
    margin-right: 20px;
}
#rakutouen #cafe {
    margin-top: 40px;
    background: url(../img/facilities/rakutouen/img_cafe.png) no-repeat right top;
}
#rakutouen #cafe h2 {
    background: none;
}
#rakutouen #application {
    margin-top: 40px;
}
#rakutouen #photo_C {
    margin-top: 70px;
}
/* ===================================================

  特別養護老人ホ－ム 洛東園

=====================================================*/
#tokuyou #admission .left {
    width: 380px;
}
#tokuyou #admission .right {
    width: 540px;
    margin-top: 10px;
}
#tokuyou #fee {
    margin-top: 30px;
    margin-bottom: 30px;
}
/* ===================================================

  洛東園ショートステイ

=====================================================*/
#shortstay #open {
    margin-top: 30px;
}
/* ===================================================

  洛東園ホームヘルプサービス

=====================================================*/
#homehelp .text01 {
    font-weight: 600;
    margin: 15px 0 0 0;
    display: block;
    color: #453926;
}
#homehelp #pageTitle h2 {
    margin-top: 10px;
}
#homehelp #area {
    margin: 0 0 50px 0;
}
#homehelp #about .left {
    width: 540px;
}
#homehelp #about .right {
    width: 380px;
}
#homehelp th {
    color: #222;
    text-align: center;
    vertical-align: middle;
    background: #fffbd7;
}
/* ===================================================

  居宅介護支援事業所 洛東園

=====================================================*/
#support .text01 {
    font-weight: 600;
    margin: 15px 0 0 0;
    display: block;
    color: #453926;
}
#support #about .left {
    width: 620px;
}
#support #about .right {
    width: 300px;
}
#support #about .right td {
    text-align: center;
}
#support_flow li {
    margin-bottom: 20px;
    padding-bottom: 35px;
    background: url(../img/facilities/common/arrow_bottom.png) no-repeat center bottom;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
}
#support_flow > ul > li:nth-child(3),
#support_flow > ul > li:last-child,
#support_flow .flow_block_C li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    background: none;
}
#support_flow .right {
    padding-bottom: 16%;
    background: url(../img/facilities/common/arrow_bottom_long.png) no-repeat center bottom;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
}
#support_flow .flow_block_A,
#support_flow .flow_block_B,
#support_flow .flow_block_C {
    padding: 15px 10px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#support_flow .flow_block_A {
    color: #a39851;
    font-weight: bold;
    border: 1px solid #d0cfbf;
    background: #f5f3e0;
}
#support_flow .flow_block_B {
    font-weight: bold;
    border: 1px solid #bbb;
    background: #fff;
}
#support_flow .flow_block_C {
    color: #444;
    font-weight: normal;
    margin-top: 10px;
    background: #fff;
}
#support_flow .left,
#support_flow .right {
    width: 48.5%;
}
/* ===================================================

  居宅介護支援事業所 洛東園

=====================================================*/
#support #pageTitle h2 {
    margin-top: 10px;
}
#program h3 {
    width: 100%;
}
#program dl {
    padding: 15px;
    margin-bottom: 20px;
    background: #fffbd7;
}
#program dt {
    padding: 5px 0;
    margin-bottom: 8px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #f7de7a;
}
#program dd {
    margin-bottom: 8px;
}
#program li {
    padding: 0 0 0 22px;
    background: url(../img/common/icon_circle_pink.png) no-repeat left 5px;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
}
/* ===================================================

  洛東園デイサービスセンター

=====================================================*/
#dayservice_A th {
    color: #222;
    text-align: center;
    vertical-align: middle;
    background: #fffbd7;
}
#dayservice_A .type {
    background: #fffefa;
}
#dayservice_B #about li {
    display: inline-block;
    padding: 0 0 0 22px;
    background: url(../img/common/icon_circle_pink.png) no-repeat left 5px;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
}
#dayservice_B #about dl dt {
    padding: 5px 0;
    margin-top: 8px;
    margin-bottom: 12px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #f7de7a;
}
#dayservice_B #about dl ul {
    margin-bottom: 12px;
}
#dayservice_B #about dl li {
    margin-right: 10px;
}
/* ===================================================

  特別養護老人ホ－ム 修道洛東園（ユニット型）

=====================================================*/
#idea {
    padding: 30px 0;
}
#idea h2 {
    margin-bottom: 50px;
    text-align: center;
}
#idea li {
    width: 30%;
    float: left;
    display: inline;
    margin-right: 5%;
    padding: 15px;
    background: #fffbd7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
#idea li:last-child {
    margin-right: 0;
}
#idea .idea_num {
    top: -15px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
}
#idea .idea_num img {
    width: 30px;
}
#idea .idea_text {
    padding-top: 10px;
}
/* ===================================================

  修道洛東園ショ－トステイ

=====================================================*/
#shudo_shortstay_table th {
    width: 33.3333%;
}
#shudo_shortstay_table td {
    text-align: center;
    vertical-align: middle;
}
/* ===================================================

  小規模多機能サ－ビスもみじの家

=====================================================*/
#momiji #idea p {
    text-align: center;
}
#momiji #service h2,
#momiji #service p {
    text-align: left;
}
#momiji #fee {
    width: inherit;
}
#momiji #facilities_contact > p {
    text-align: center;
    margin-top: 15px;
}
/* ===================================================

  京都市洛東地域包括支援センター（高齢サポート 洛東）

=====================================================*/
#other_support #service h3 {
    width: 100%;
}
/* ===================================================

  東山区地域介護予防推進センター

=====================================================*/
#other_care #facilities_contact h3 {
    padding-top: 18px;
}
p.kaigo_arrow {
    padding: 20px 0;
    text-align: center;
}
/* ===================================================

  配食サ－ビス

=====================================================*/
#other_meal #fee,
#other_meal #application {
    width: inherit;
}
#other_meal #project th {
    color: #222;
    text-align: center;
    vertical-align: middle;
    background: #fffbd7;
}
#other_meal #project th.project_title {
    padding: 15px;
    line-height: 180%;
}
#other_meal_B #head_B_01 h2 {
    padding: 1px 0;
    background: url(../img/facilities/rakutouen/img_about.png) no-repeat right center;
}
#other_meal_B #head_B_02 h2 {
    padding: 3px 0;
    background: url(../img/facilities/common/img_use_num.png) no-repeat right center;
}
#other_meal_B #head_B_03 h2 {
    padding: 3px 0;
    background: url(../img/facilities/common/img_application.png) no-repeat right center;
}
#other_meal_B #head_B_04 h2 {
    padding: 2px 0;
    background: url(../img/facilities/rakutouen/img_contents.png) no-repeat right center;
}
#other_meal_B #head_B_05 h2 {
    padding: 3px 0;
    background: url(../img/facilities/common/img_fee.png) no-repeat right center;
}
#other_meal_B #head_B_06 h2 {
    padding: 3px 0;
    background: url(../img/facilities/common/img_area.png) no-repeat right center;
}
#other_meal_B #head_B_04 li {
    font-size: 1.1em;
    line-height: 180%;
    padding-left: 16px;
    background: url(../img/common/icon_circle_pink.png) no-repeat left 6px;
    -webkit-background-size: 12px;
    background-size: 12px;
}
#other_meal_B #head_B_05 th {
    color: #222;
    text-align: center;
    vertical-align: middle;
    background: #fffbd7;
}
#head_B_01 {
    width: 470px;
}
#head_B_02 {
    width: 470px;
}
#head_B_03 {
    width: 470px;
}
#head_B_04 {
    width: 470px;
}
#head_B_05 {
    width: 470px;
}
#head_B_06 {
    width: 470px;
}
/* ===================================================

  洛東園研修センター

=====================================================*/
#first_block > p {
    margin-bottom: 20px;
}
#first_block .left,
#first_block .right {
    width: 460px;
}
#first_block .left > div {
    padding: 15px;
    border: 1px solid #eee;
    background: #fff;
}
#first_block .right th {
    color: #222;
    background: #fffbd7;
}
#first_block .right tr:nth-child(odd) td {
    background: #f9f9f9;
}
#other_center #about section ul {
    margin-top: 10px;
    margin-bottom: 30px;
}
#other_center #about section li {
    float: left;
    display: inline;
    margin-right: 15px;
}
#other_center #about section dl {
    width: 960px;
}
#other_center #about section dt {
    float: left;
    font-weight: bold;
}
#other_center #about section dd {
    margin-left: 100px;
}
#other_center #facilities_contact li span {
    /* font-size: 1.4em; */
}
#other_center #fee {
    width: inherit;
}
#other_center #fee section {
    margin-bottom: 20px;
}
#other_center #fee th {
    color: #222;
    background: #fffbd7;
}
#other_center #fee th.price {
    width: 10%;
    text-align: center;
}
#other_center #fee td.strong {
    font-weight: bold;
}
#other_center #fee tr:nth-child(odd) td {
    background: #f9f9f9;
}
#other_center #fee tr:nth-child(odd) td:nth-child(even) {
    background: #f4f4f4;
}
#other_center #fee td.price {
    text-align: right;
}
/* ===================================================

  ご利用料金

=====================================================*/
.price_list h2 {
    font-size: 24px;
    letter-spacing: 0.2rem;
    font-weight: normal;
    background: #fffef2;
    color: #4b442a;
    text-align: center;
    margin: 40px 0 20px;
    padding: 35px 0 30px !important;
    border: 3px solid #f7de7a;
}
.price_list h2.title {
    line-height: 1.5em;
    padding: 20px 0 15px !important;
}
.price_list h3 {
    width: 100%;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    background: none !important;
    margin: 30px 0 !important;
    padding: 10px 0 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: solid 3px #8ebbc6 !important;
    webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.price_list th {
    color: #222;
    text-align: center;
    vertical-align: middle;
    background: #fffbd7;
}
.price_list td {
    vertical-align: middle;
    text-align: right;
}
.price_list td.text_center {
    text-align: center;
}
.price_list .type {
    background: #fffefa !important;
    text-align: center;
}
/* =======================================================================================================
	
	スマホ用レイアウト（0〜699px）
	
======================================================================================================= */
    @media screen and (max-width:700px) {
    /* ===================================================

    施設案内共通

    =====================================================*/
    #contents h2 {
    padding-left: 0 !important;
    }
    #facilities h2 {
    /* margin-left: 5%; */
    }
    #pageTitle h2 {
    margin-top: 0;
    text-align: center;
    }
    #pageTitle .left img {
    width: 40%;
    height: auto;
    }
    #pageTitle .right {
    margin-bottom: 30px;
    }
    #pageTitle .right img {
    width: 100%;
    height: auto;
    }
    .facilities_photo {
    width: 80%;
    margin: 10px 10% 30px 10%;
    text-align: center;
    }
    .facilities_contents .m_center {
    padding: 0 5% !important;
    }
    .column_2 .left,
    .column_2 .right,
    .column_2_B .left,
    .column_2_B .right,
    .column_3 .left,
    .column_3 .right {
    width: 100% !important;
    }
    .column_2 .left,
    .column_2_B .left,
    .column_3 .left {
    margin-right: 0;
    }
    /* 施設について */
    #about h2 {
    background-size: 15%;
    }
    #about .left {
    width: 100%;
    }
    #about .right {
    width: 100%;
    margin-top:10px;
    }
    #about th,
    #about td {
    padding: 15px;
    line-height: 180%;
    }
    /* 生活の様子とサービス内容 */
    #service h2 {
    background-size: 15%;
    }
    #service .left {
    width: 100%;
    }
    #service .right {
    width: 100%;
    }
    /* スケジュール */
    #schedule h2 {
    margin-bottom: 20px;
    background-size: 25%;
    }
    /* 利用料金＆入所申し込みについて */
    #fee,
    #application {
    width: 100%;
    }
    #fee h2 {
    background-size: 15%;
    }
    #application h2 {
    background-size: 8%;
    }
    #open h2 {
    background-size: 8%;
    }
    /* 見出しアイコンその他 */
    #area h2 {
    background-size: 7%;
    }
    #program h2 {
    background-size: 8%;
    }
    #use_num h2 {
    background-size: 12%;
    }
    #other h2 {
    background-size: 10%;
    }
    #visit h2 {
    background-size: 15%;
    }
    #attend h2 {
    background-size: 12%;
    }
    #stay h2 {
    background-size: 10%;
    }
    /* ナビゲーション */
    #facilities_nav {
    width: 90% !important;
    padding: 0 !important;
    margin: 5% !important;
    }
    #facilities_nav .left,
    #facilities_nav .right {
    width: 100%;
    }
    #facilities_nav #block_A {
    border-right: none;
    border-bottom: none;
    }
    #facilities_nav #block_B {
    border-bottom: none;
    }
    #facilities_nav #block_C {
    border-right: none;
    }
    #facilities_nav li {
    height: inherit;
    }
    #facilities_nav li a {
    padding: 19px 40px 19px 20px;
    }
    /* お問い合わせ */
    #facilities_contact {
    padding: 5%!important;
    }
    #facilities_contact .flex {
    flex-direction: column;
    }
    #facilities_contact .left {
    width: 195px;
    height: auto;
    margin: 0 auto 10px;
    padding-left: 0;
    background: none;
    }
    #facilities_contact .right span {
    font-size: 20px;
    margin-left: 15px;
    letter-spacing: 0.1em;
    padding-top: 5px;
    }
    #facilities_contact .right .email {
    font-size: 16px;
    letter-spacing: 0em;
    }
    #facilities_contact h3 {
    height: 35px;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 8px;
    padding-left: 50px;
    background: url(../img/facilities/common/icon_tel.png) no-repeat left center;
    -webkit-background-size: 35px;
    background-size: 35px;
    box-sizing: border-box;
    width: 100%;
    }
    #facilities_contact h3 img {width: 100%;}
    #facilities_contact .left p {
    text-align: center;
    }
    #facilities_contact .right {
    padding-top: 0;
    }
    #facilities_contact li {
    text-align: center;
    text-align: left;
    box-sizing: border-box;
    }
    #facilities_contact .right span {
    padding-top: 3px;
    }
    #facilities_contact .right .title {
    font-size: 1.3em;
    }
    /* ===================================================

    施設案内トップ

    =====================================================*/
    #greeting .m_center {
    padding-right: 0;
    background: none;
    }
    #greeting #name {
    margin-top: 20px;
    }
    #greeting #name img {
    width: 300px;
    }
    #rakutouen_idea p {
    padding: 4% 0;
    }
    #rakutouen_idea p img {
    width: 100%;
    }
    #outline .block {
    margin-bottom: 0;
    }
    #outline .block p {
    margin-bottom: 10px;
    }
    #outline section section ul {
    width: 100%;
    float: inherit;
    display: inherit;
    }
    #outline section section ul li span {
    font-size: 0.9em;
    }    
    #outline section section ul li {
    margin-bottom: 0;
    }
    #outline th {
    width: 35%;
    padding: 8px 10px;
    }
    #outline td {
    width: 65%;
    padding: 8px 10px;
    }
    #facilities_access .block a.btn_map {
    width: 80%;
    margin: 0 auto 0;
    padding: 5px 0;
    }
    #facilities_access h4 {
    font-size: 1.2em;
    color: inherit;
    font-weight: normal;
    text-align: center;
    background: none;
    padding: 0;
    margin: 0 0 10px;
    }
    #facilities_access .block {
    width: 100%;
    padding: 0 4%;
    }
    #facilities_access .block div img {
    width: 100%;
    }
    #facilities_access #f_rakutouen {
    margin-right: 0;
    }
    #facilities_access #f_rakutouen,
    #facilities_access #f_shudou,
    #facilities_access #f_momiji,
    #facilities_access #f_goryou {
    margin-bottom: 10px;
    }
    #facilities_access #f_rakutouen {
        margin-top: -7%;
    }
    #facilities_access #map {
    width: 100%;
    }
    #facilities_access #map img {
    width: 100%;
    }
    /* ===================================================

    養護老人ホーム 洛東園

    =====================================================*/
    #service .right,
    #rakutouen #other .left {
    text-align: center;
    }
    #rakutouen #other .left {
    width: 100%;
    }
    #rakutouen #other .right {
    width: 100%;
    }
    #rakutouen #club h2 {
    background-size: 25%;
    }
    #rakutouen #club li {
    float: left;
    display: inline;
    margin-right: 20px;
    }
    #rakutouen #cafe {
    margin-top: 20px;
    padding-right: 70px;
    background: url(../img/facilities/rakutouen/img_cafe.png) no-repeat right top;
    background-size: 15%;
    }
    #rakutouen #application {
    margin-top: 20px;
    }
    #rakutouen #photo_C {
    margin-top: 20px;
    }
    /* ===================================================

    特別養護老人ホ－ム 洛東園

    =====================================================*/
    #tokuyou #admission .left,
    #tokuyou #admission .right {
    width: 100%;
    }
    #tokuyou #admission h2 img {
    height: 38px;
    }
    /* ===================================================

    洛東園ショートステイ

    =====================================================*/
    #shortstay #open {
    margin: 5% 0;
    }
    /* ===================================================

    洛東園ホームヘルプサービス

    =====================================================*/
    #homehelp #pageTitle h2 {
    margin-top: 0;
    }
    #homehelp #pageTitle h2 img {
    margin: auto;
    width: 75%;
    }
    #homehelp .text01 {
    margin: 10px 0 0 0;
    display: block;
    }
    #homehelp #about .left,
    #homehelp #about .right {
    width: 100%;
    }
    #homehelp th {
    color: #222;
    text-align: center;
    width: 50%;
    background: #fffbd7;
    }
    #homehelp .line_top {
    margin-top: 10px;
    padding-top: 10px;
    border-top: dotted 1px #ddd;
    }
    #homehelp #area {
    margin: 0 0 20px 0;
    }
    /* ===================================================

    居宅介護支援事業所 洛東園

    =====================================================*/
    #support #pageTitle h2 {
    margin-top: 0;
    }
    #support #pageTitle h2 img {
    margin: auto;
    width: 75%;
    }
    #support .text01 {
    margin: 10px 0 0 0;
    display: block;
    }
    #support #about .left,
    #support #about .right {
    width: 100%;
    }
    #support_flow {
    margin-top: 5% !important;
    }
    #support_flow .left {
    float: left !important;
    display: inline !important;
    }
    #support_flow .right {
    float: right !important;
    display: inline !important;
    }
    #support_flow .right {
    padding-bottom: 150px;
    }
    #support_flow .flow_block_A,
    #support_flow .flow_block_B,
    #support_flow .flow_block_C {
    font-size: 0.95em;
    }
    #support_flow .flow_block_C {
    text-align: left;
    }
    /* ===================================================

    特別養護老人ホ－ム 修道洛東園（ユニット型）

    =====================================================*/
    #idea {
    padding: 0;
    }
    #idea h2 {
    padding: 0 !important;
    margin-bottom: 40px;
    }
    #idea li {
    width: 100%;
    float: inherit;
    display: inherit;
    margin-right: 0;
    margin-bottom: 35px;
    }
    /* ===================================================

    小規模多機能サ－ビスもみじの家

    =====================================================*/
    #momiji #idea {
    margin-bottom: 40px;
    }
    #momiji #idea p img {
    width: 100%;
    }
    /* ===================================================

    京都市洛東地域包括支援センター（高齢サポート 洛東）

    =====================================================*/
    #other_support #service h3 {
    text-align: left;
    margin-bottom: 15px;
    }
    #other_support #service p {
    text-align: left;
    margin-bottom: 25px;
    }
    /* ===================================================

    東山区地域介護予防推進センター

    =====================================================*/
    p.kaigo_arrow {
    padding: 0;
    }
    /* ===================================================

    配食サ－ビス

    =====================================================*/
    #other_meal_B #head_B_01 h2 {
    padding: 1px 0;
    background: url(../img/facilities/rakutouen/img_about.png) no-repeat right center;
    background-size: 15%;
    }
    #other_meal_B #head_B_02 h2 {
    padding: 3px 0;
    background: url(../img/facilities/common/img_use_num.png) no-repeat right center;
    background-size: 12%;
    }
    #other_meal_B #head_B_03 h2 {
    padding: 3px 0;
    background: url(../img/facilities/common/img_application.png) no-repeat right center;
    background-size: 8%;
    }
    #other_meal_B #head_B_04 h2 {
    padding: 2px 0;
    background: url(../img/facilities/rakutouen/img_contents.png) no-repeat right center;
    background-size: 15%;
    }
    #other_meal_B #head_B_05 h2 {
    padding: 3px 0;
    background: url(../img/facilities/common/img_fee.png) no-repeat right center;
    background-size: 15%;
    }
    #other_meal_B #head_B_06 h2 {
    padding: 3px 0;
    background: url(../img/facilities/common/img_area.png) no-repeat right center;
    background-size: 7%;
    }
    #head_B_01,
    #head_B_02,
    #head_B_03,
    #head_B_04,
    #head_B_05,
    #head_B_06 {
    width: 100%;
    }
    /* ===================================================

    洛東園研修センター

    =====================================================*/
    #first_block > p {
    margin-bottom: 20px;
    }
    #first_block .left,
    #first_block .right {
    width: 100%;
    }
    #first_block .left > div {
    margin-bottom: 30px;
    }
    #other_center #about h2 img {
    height: 32px;
    }
    #other_center #about section ul {
    margin-bottom: 20px;
    }
    #other_center #about section li {
    float: inherit;
    display: inherit;
    margin-right: 0;
    }
    #other_center #about section dl {
    width: 100%;
    }
    #other_center #about section dt {
    float: inherit;
    }
    #other_center #about section dd {
    margin-left: 0;
    }
    #other_center #facilities_contact li span {
    /* font-size: 18px; */
    }
    /* ===================================================

    ご利用料金

    =====================================================*/
    .price_list h2 {
    font-size: 16px;
    line-height: 1.6rem;
    letter-spacing: 0rem;
    font-weight: bold;
    background: #fffef2;
    color: #4b442a;
    text-align: center;
    margin: 40px 0 0;
    padding: 10px !important;
    padding-left: 10px !important;
    border: 3px solid #f7de7a;
    }
    .price_list h3 {
    width: 100%;
    font-size: 1.2em;
    line-height: 1.6rem !important;
    font-weight: bold;
    text-align: center;
    background: none !important;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: solid 3px #8ebbc6 !important;
    webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    }
}



/* 新規共通ナビ
--------------------------------------------------------------*/
.fac_nav {
    
}
.fac_nav {
    
}
.fac_nav .title {
    color: #4b442a;
    text-align: center;
    width: 100%;
    background: #f3eccc;
    font-size: 15px;
    font-weight: 600;
    line-height: 50px;
}
.fac_nav .ul01 {
    border-radius: 6px;
    border: 1px solid #b1ab8f;
    flex-direction: column;
}
.fac_nav .ul01 > li:first-child .title {
    border-radius: 6px 6px 0 0;
}
.fac_nav .ul01 > li:not(:last-child) {
    border-bottom: 1px solid #b1ab8f;
}
.fac_nav a {
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.fac_nav a {
    color: #4b442a;
    display: block;
    line-height: 50px;
    padding: 0 20px;
    background: url(../img/common/icon_arrow_B.png) no-repeat right 20px center;
    -webkit-background-size: 14px;
    background-size: 14px;
    font-size: 1.1em;
}
.fac_nav a:hover {
    color: #e55f66;
    background: url(../img/common/icon_arrow_B.png) no-repeat right 20px center, #fffbd7;
    -webkit-background-size: 14px;
    background-size: 14px;
}
.fac_nav .ul02 {
    flex-wrap: wrap;
}
.fac_nav .ul02 > li {
    width: 50%;
    color: #4b442a;
    display: block;
    line-height: 50px;
    background: #faf7e8;
}
.fac_nav .ul02 > li:nth-child(odd) {
    border-right: 1px solid #b1ab8f;
}
.fac_nav .ul02 > li:nth-child(4n+1) ,
.fac_nav .ul02 > li:nth-child(4n+2)  {
    background: #fff;
}
.fac_nav .ul01 > li:last-child .ul02 > li:nth-last-child(1)  {
    border-radius: 0 0 6px 0;
}
.fac_nav .ul01 > li:last-child .ul02 > li:nth-last-child(2)  {
    border-radius: 0 0 0 6px;
}
@media (max-width: 750px) {
    .fac_nav .ul02 > li {
    width: 100%;
    background: #faf7e8;
    }
    .fac_nav .ul02 > li:nth-child(4n+1) ,
    .fac_nav .ul02 > li:nth-child(4n+2)  {
    background: #faf7e8;
    }
    .fac_nav .ul02 > li:nth-child(odd) {
    border-right: unset;
    }
    .fac_nav .ul02 > li:nth-child(odd) {
    background: #fff;
    }
    .fac_nav a {
    line-height: 1.5em;
    padding: 12px 30px 8px 20px;
    background: url(../img/common/icon_arrow_B.png) no-repeat right 20px center;
    -webkit-background-size: 14px;
    background-size: 14px;
    font-size: 1em;
    }
    .fac_nav .ul01 > li:last-child .ul02 > li:nth-last-child(1)  {
    border-radius: 0 0 6px 6px;
    }
    .fac_nav .ul01 > li:last-child .ul02 > li:nth-last-child(2)  {
    border-radius: 0 0 0 0;
    }
    .fac_nav .title {
    line-height: 1.5em;
    padding: 12px 20px 8px 20px;
    }
    .fac_nav {
    margin: 5% 0 !important;
    }
}
.ul_hospital {
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 18px;
    font-weight: 400;
    font-family: 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
#other_hospital .ul_hospital li {
    padding-left: 30px;
    background: url(../img/common/icon_circle_brown.png) no-repeat left 11px;
    -webkit-background-size: 20px;
    background-size: 20px;
    color: #666;
    margin: 0 0 20px 0;
}
@media (max-width: 750px) {
    #other_hospital #service h2 img {
    height: 36px;
    }
    .ul_hospital {
    font-size: 11px;
    }
    #other_hospital .ul_hospital li {
    padding-left: 20px;
    background: url(../img/common/icon_circle_brown.png) no-repeat left 6px;
    -webkit-background-size: 13px;
    background-size: 13px;
    margin: 0 0 5px 0;
    }
}

/* 御陵
--------------------------------------------------------------*/
#misasagi_shortstay_table th {
    width: 33.3333%;
}
#misasagi_shortstay_table td {
    text-align: center;
    vertical-align: middle;
}
#misasagi #club li {
    font-size: 1.1em;
    line-height: 180%;
    padding-left: 16px;
    background: url(../img/common/icon_circle_pink.png) no-repeat left 6px;
    -webkit-background-size: 12px;
    background-size: 12px;
}
#misasagi #other .left {
    width: 350px;
}
#misasagi #other .right {
    width: 520px;
}
#misasagi #club h2 {
    background: url(../img/facilities/rakutouen/img_club.png) no-repeat right top;
}
#misasagi #club li {
    float: left;
    display: inline;
    margin-right: 20px;
}
#misasagi #cafe {
    margin-top: 40px;
    background: url(../img/facilities/rakutouen/img_cafe.png) no-repeat right top;
}
#misasagi #cafe h2 {
    background: none;
}
#misasagi #application {
    margin-top: 40px;
}
#misasagi #photo_C {
    margin-top: 70px;
}
@media (max-width: 750px) {
    #misasagi #other .left {
    text-align: center;
    }
    #misasagi #other .left {
    width: 100%;
    }
    #misasagi #other .right {
    width: 100%;
    }
    #misasagi #club h2 {
    background-size: 25%;
    }
    #misasagi #club li {
    float: left;
    display: inline;
    margin-right: 20px;
    }
    #misasagi #cafe {
    margin-top: 20px;
    padding-right: 70px;
    background: url(../img/facilities/rakutouen/img_cafe.png) no-repeat right top;
    background-size: 15%;
    }
    #misasagi #application {
    margin-top: 20px;
    }
    #misasagi #photo_C {
    margin-top: 20px;
    }
}