.dummy_text {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 17px;
    color: #000;
    font-weight: bold;
}

.dummy {
    height: 500px;
    background: #fceff0;
    position: relative;
}
.dummy p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.main a {
    color: #ff954a;
    font-weight: bold;
    text-decoration: underline;
}
p.notice1 {
    font-size: 13px;
    margin-left: 1em;
    text-indent: -1em;
}
@media only screen and (max-width: 767px) {
    p.notice1 {
        font-size: 12px;
    }
}

ul.notice1 {
    margin-top: 10px;
}
ul.notice1 li {
    font-size: 12px;
    line-height: 1.5em;
}
p.caption1 {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 1.3em;
}
.separator1 {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    background: #ccc;
}

h1, h2 {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 30px;
}
h1 small, h2 small {
    font-size: 75%;
}

h2.normal1 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
h2.normal1:before {
    content: '';
    display: block;
    width: 300px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    border-top: 2px solid #df606b;
}
@media only screen and (max-width: 767px) {
    h2.normal1 {
        font-size: 21px;
        margin-bottom: 20px;
    }
    h2.normal1:before {
        width: 50%;
    }
}

h2.normal2 {
    color: #df606b;
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    h2.normal2 {
        font-size: 19px;
        margin-bottom: 10px;
    }
}

h3.normal1 {
    margin-bottom: 30px;
    color: #df606b;
    font-size: 21px;
    text-align: center;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    h3.normal1 {
        font-size: 17px;
        margin-bottom: 10px;
    }
}

h3.normal2 {
    padding: 20px;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    text-align: left;
    background: #df606b;
}
h3.normal2 small {
    font-size: 15px;
}
@media only screen and (max-width: 767px) {
    h3.normal2 {
        padding: 10px;
        font-size: 19px;
    }
}

h3.normal3 {
    color: #df606b;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
}
h3.normal3 small {
    font-size: 15px;
}
@media only screen and (max-width: 767px) {
}

.lead1 {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .lead1 {
        text-align: left;
        font-size: 16px;
    }
}

.lead2 {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
    .lead2 {
        font-size: 16px;
    }
}

ul.num li {
    line-height: 2.0em;
    margin-bottom: 10px;
    margin-left: 35px;
    text-indent: -35px;
    font-size: 14px;
}
span.num {
    display: inline-block;
    width: 28px;
    margin-right: 10px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-indent: 0;
    background: #df606b;
    border-radius: 15px;
}
@media only screen and (max-width: 767px) {
    ul.num li {
        font-size: 13px;
        line-height: 1.3em;
        margin-left: 31px;
        text-indent: -31px;
    }
    span.num {
        width: 21px;
        font-size: 11px;
    }
}

.mincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
}

table.table1 {
    width: 100%;
    background: #fff;
}
table.table1 tr th {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: middle;
    text-align: left;
    border: 1px solid #ccc;
    background: #fceff0;
}
table.table1 tr td {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: middle;
    border: 1px solid #ccc;
}
table.table1 tr td.l2 {
    height: 2.5em;
}
table.table1 tr td p {
    font-size: 14px;
    line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
    table.table1 {
        margin: 10px 0 0 0;
    }
    table.table1 tr th {
        padding: 4px 0 8px 0;
        font-size: 11px;
        width: 25%;
    }
    table.table1 tr td {
        padding: 5px 5px;
        font-size: 11px;
    }
    table.table1 tr td p {
        font-size: 11px;
    }
}

table.table2 {
    width: 100%;
    background: #fff;
}
table.table2 tr th {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: middle;
    text-align: left;
    border: 1px solid #ccc;
    color: #fff;
    background: #df606b;
}
table.table2 tr td {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: middle;
    border: 1px solid #ccc;
}
table.table2 tr td.l2 {
    height: 2.5em;
}
table.table2 tr td p {
    font-size: 14px;
    line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
    table.table2 {
        margin: 10px 0 0 0;
    }
    table.table2 tr th {
        padding: 4px 0 8px 0;
        font-size: 11px;
        width: 25%;
    }
    table.table2 tr td {
        padding: 5px 5px;
        font-size: 11px;
    }
    table.table2 tr td p {
        font-size: 11px;
    }
}

table.table2.table_price tr th {
    text-align: center;
}
table.table2.table_price tr td {
    font-size: 19px;
    text-align: center;
}
table.table2.table_price tr td span.small {
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    table.table2.table_price tr th {
        padding: 10px 3px;
    }
    table.table2.table_price tr td {
        padding: 10px 3px;
        font-size: 14px;
    }
    table.table2.table_price tr td span.small {
        font-size: 11px;
    }
}
@media only screen and (max-width: 767px) {
    table.table2.table_price2 tr th {
        padding: 10px 7px;
    }
    table.table2.table_price2 tr td {
        padding: 10px 7px;
        font-size: 14px;
    }
}

.column1 {
    padding: 30px;
    background: #fceff0;
    border-radius: 8px;
}
@media only screen and (max-width: 767px) {
    .column1 {
        padding: 10px;
    }
}

.column2 {
    padding: 30px;
    border: 3px solid #df606b;
    box-sizing: border-box;
    border-radius: 8px;
}
@media only screen and (max-width: 767px) {
    .column2 {
        padding: 10px;
    }
}

.column3 {
    padding: 30px;
    background: #fff;
    border-radius: 8px;
}
@media only screen and (max-width: 767px) {
    .column3 {
        padding: 10px;
    }
}

.column4 {
    padding: 50px 30px;
    background: #df606b;
    border-radius: 8px;
}
.column4 h3 {
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}
.column4 p {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .column4 {
        padding: 10px;
    }
}



/* レイアウト共通
================================================== */
#page_header {
    text-align: center;
}
#page_header img {
    width: 100%;
}
#page_header_h1_wrap {
    position: relative;
    top: -50px;
    width: 80%;
    max-width: 1200px;
    min-width: 727px;
    margin: 0 auto;
    background: #fff;
    z-index: 2;
    border-radius: 8px 8px 0 0;
    margin-bottom: -50px;
}
h1#page_header_h1 {
    color: #df606b;
    font-size: 31px;
    box-sizing: border-box;
    position: relative;
    top: 50px;
    z-index: 1;
}
.en_pagetitle {
    font-family: 'MOZART';
    color: #fceff0;
    font-size: 60px;
    line-height: 0em;
    letter-spacing: 10px;
    text-align: center;
    position: relative;
    top: -30px;
}
.en_pagetitle2 {
    font-family: 'MOZART';
    color: #fceff0;
    font-size: 50px;
    line-height: 0em;
    letter-spacing: 0px;
    text-align: center;
    position: relative;
    top: -30px;
}
@media only screen and (max-width: 767px) {
    #page_header {
        margin-top: 0;
        position: relative;
        z-index: 1;
    }
    #page_header_h1_wrap {
        width: 100%;
        min-width: auto;
        position: static;
        margin-bottom: 20px;
    }
    .en_pagetitle, .en_pagetitle2 {
        display: none;
    }

    h1#page_header_h1 {
        position: static;
        padding: 15px 0;
        margin-bottom: -50px;
        height: auto;
        font-size: 24px;
    }
}

.main_bg_white {
    padding: 100px 0;
    background: #fff;
}
.main_bg_color {
    padding: 100px 0;
    background: #fceff0;
}
.main_bg_color.pb0 {
    padding: 100px 0 0 0 !important;
}
.m_logo_left {
    background: #fceff0 url(../img/m_logo.png) 5% 30px no-repeat;
}
.m_logo_right {
    background: #fceff0 url(../img/m_logo.png) 95% 30px no-repeat;
}
@media only screen and (max-width: 767px) {
    .main_bg_white {
        padding: 30px 0 !important;
    }
    .main_bg_color {
        padding: 30px 0 !important;
    }
    .main_bg_color.pb0 {
        padding: 30px 0 !important;
    }
}


.main_bg {
    padding: 50px 0;
}

.main_left_bg {
    padding-top: 50px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 70%, #ffffff 70%, #ffffff 100%),
        linear-gradient(90deg, #fceff0 0%, #fceff0 95%, #ffffff 95%, #ffffff 100%);
}
.main_right_bg {
    padding-top: 50px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 70%, #ffffff 70%, #ffffff 100%),
        linear-gradient(90deg, #ffffff 0%, #ffffff 5%, #fceff0 5%, #fceff0 100%);
}
@media only screen and (max-width: 767px) {
    .main_left_bg, .main_right_bg {
        padding: 30px 0;
        background: #fceff0;
    }
    .main_bg {
        padding: 30px 0 0 0;
    }
    .main_left_bg {
        margin-top: 50px;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, #ffffff 50%, #ffffff 100%),
        linear-gradient(90deg, #fceff0 0%, #fceff0 100%, #ffffff 100%, #ffffff 100%);
    }
    .main_right_bg {
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, #ffffff 50%, #ffffff 100%),
        linear-gradient(90deg, #ffffff 0%, #ffffff 0%, #fceff0 0%, #fceff0 100%);
    }
}

.en_title_left {
    position: absolute;
    top: -80px;
    left: 0;
    font-family: 'MOZART';
    font-size: 50px;
    line-height: 1em;
}
.en_title_right {
    position: absolute;
    top: -80px;
    right: 0;
    font-family: 'MOZART';
    font-size: 50px;
    line-height: 1em;
}
.en_title_left strong, .en_title_right strong {
    font-size: 70px;
    font-weight: normal;
}

.SP_en_title {
    display: none;
}
@media only screen and (max-width: 767px) {
    .SP_en_title, .en_title_left, .en_title_right {
        width: 100%;
        display: inline-block;
        font-family: 'MOZART';
        position: absolute;
        top: -45px;
        font-size: 24px;
        letter-spacing: 5px;
        text-align: center;
    }
}



/* 当園について
================================================== */
.aikaisou {
    position: relative;
    float: left;
    width: 20%;
    margin-left: 2%;
    margin-right: 2%;
}
.aikaisou.fc {
    margin-left: 16%;
}
.aikaisou .inner {
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background-color: #df606b;
}
.aikaisou p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 64px;
}
.aikaisou_lead {
    margin-top: 30px;
    line-height: 3.0em;
}
.aikaisou_lead strong {
    color: #df606b;
    font-size: 21px;
    margin-right: 20px;
}
@media only screen and (max-width: 767px) {
    .aikaisou {
        width: 28%;
    }
    .aikaisou.fc {
        margin-left: 2%;
    }
    .aikaisou p {
        font-size: 36px;
    }
    .aikaisou_lead {
        line-height: 2.0em;
    }
}

/* 園で大事にしていること */
.cherishes {
    margin-top: 50px;
    padding: 50px;
    background: #fceff0;
    border-radius: 8px;
    position: relative;
    z-index: 0;
}
.cherishes .en_title {
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
    font-family: 'MOZART';
    color: #fff;
    font-size: 150px;
    letter-spacing: 10px;
    line-height: 1em;
    z-index: -1;
}
.cherishes_h3 {
    color: #df606b;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}
.cherishes_column {
    margin: 80px 0 0 0;
    padding: 30px 30px;
    border-top: 2px solid #df606b;
}
.cherishes_h4 {
    font-size: 19px;
    font-weight: bold;
    color: #df606b;
    text-align: center;
    margin-bottom: 20px;
}
.cherishes_text {
    letter-spacing: -0.1em;
}
@media only screen and (max-width: 767px) {
    .cherishes {
        padding: 20px;
    }
    .cherishes .en_title {
        display: none;
    }
    .cherishes_h3 {
        font-size: 17px;
    }
    .cherishes_h4 {
        font-size: 17px;
    }
    .cherishes_column {
        margin: 30px 0;
        padding: 0 0;
    }
}





/* アコーディオン
================================================== */
.accordion_btn {
    width: 70%;
    margin: 30px auto 0 auto;
    padding: 30px 10px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    background: #df606b;
    border-radius: 4px;
}
.accordion_btn span.arrow:after {
    content: "";
    transition: all 0.2s ease-in-out;
    display: inline-block;
    margin-left: 20px;
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: relative;
    top: -3px;
}
.accordion_btn span.arrow.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 2px;
}

.accordion_btn:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
.accordion {
    display:none;
}
@media only screen and (max-width: 767px) {
    .accordion_btn {
        width: 100%;
        box-sizing: border-box;
    }
}



/* 介護施設 サービス
================================================== */
.service_photo {
    position: relative;
    margin-top: 200px;
}
.service_photo.top1 {
    margin-top: 0 !important;
}
.service_photo .en_left {
    position: absolute;
    bottom: -50px;
    left: 100px;
    font-family: 'MOZART';
    font-size: 120px;
    letter-spacing: 10px;
    line-height: 1em;
}
.service_photo .en_right {
    position: absolute;
    bottom: -50px;
    right: 100px;
    font-family: 'MOZART';
    font-size: 120px;
    letter-spacing: 10px;
    line-height: 1em;
}
.service_cont_left {
    position: relative;
    top: -120px;
    left: 50px;
    margin-bottom: -250px;
    float: left;
    padding: 20px 40px;
    width: 60%;
    color: #fff;
    background: #df606b;
    box-sizing: border-box;
}
.service_cont_right {
    position: relative;
    top: -120px;
    right: 50px;
    margin-bottom: -250px;
    float: right;
    padding: 20px 40px;
    width: 60%;
    color: #fff;
    background: #df606b;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .service_photo {
        margin-top: 0;
    }
    .service_cont_right, .service_cont_left {
        float: none;
        width: 100%;
        position: static;
        padding: 30px 20px;
    }
    .service_photo .en_left, .service_photo .en_right {
        top: -30px;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 50px;
        text-align: center;
        color: #df606b;
    }
    .service_cont_left, .service_cont_right {
        position: static;
        margin-bottom: 30px;
    }
}

/*一日の流れ*/
.timeline_time {
    font-family: 'DSEG7', sans-serif;
    color: #fff;
    font-size: 23px;
    text-align: center;
    background: #999;
    border-radius: 5px;
}
h3.timeline_h3 {
    font-size: 17px;
    color: #df606b;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .timeline_time {
        padding: 5px 0;
        font-size: 16px;
        letter-spacing: normal;
    }
    h3.timeline_h3 {
        margin-top: 5px;
    }
}

/*ご利用までの流れ*/
.flow_num {
    padding: 5px 0;
    color: #df606b;
    font-family: Arial , "Helvetica Neue" , Helvetica , Roboto , sans-serif;
    font-size: 50px;
    font-style: oblique;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
}
h3.flow_h3 {
    font-size: 17px;
    font-weight: bold;
}
.flow_arrow {
    position: relative;
    padding: 30px 0;
    width: 100%;
}
.flow_arrow::before{
    content: '';
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
}
@media only screen and (max-width: 767px) {
    .flow_arrow {
        padding: 15px 0;
    }
}



/* 施設紹介・アクセス
================================================== */

/*館内写真*/
.facility_photo_wrap {
}
.facility_photo_wrap .box {
    float: left;
    width: 23.3333%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 30px;
}
.facility_photo_wrap h4 {
    margin: 10px 0;
    font-weight: bold;
}
.facility_photo_wrap h4 small {
    font-size: 11px;
}
.facility_photo_wrap .box .text {
    font-size: 13px;
    line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
    .facility_photo_wrap .box {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/*施設図*/
ul.area_btn {
    margin-top: 30px;
}
ul.area_btn li {
    float: left;
    width: 31.3333%;
    margin-left: 1%;
    margin-right: 1%;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    border-radius: 30px;
    box-sizing: border-box;
}
ul.area_btn li.area1 {
    background: #ffd9e3 20px center no-repeat;
}
ul.area_btn li.area2 {
    background: #ffd696 20px center no-repeat;
}
ul.area_btn li.area3 {
    background: #c7edd6 20px center no-repeat;
}
ul.area_btn li:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
.floor_map {
    margin-top: 30px;
}











/* 保育施設 園の取り組み
================================================== */
.concept_cont_box_left {
    padding: 50px 80px;
    width: 70%;
    color: #fff;
    background: #df606b;
    box-sizing: border-box;
    position: relative;
    top: -50px;
    right: 0;
    float: right;
    margin-bottom: -50px;
}
.concept_cont_box_left h2 {
    font-size: 29px;
    text-align: left;
}
.concept_cont_box_left_en {
    position: absolute;
    top: -30px;
    right: 20px;
    font-family: 'MOZART';
    color: #444;
    font-size: 50px;
    letter-spacing: 0.2em;
    line-height: 1em;
}

.concept_cont_box_right {
    padding: 50px 80px;
    width: 70%;
    color: #fff;
    background: #df606b;
    box-sizing: border-box;
    position: relative;
    top: -50px;
    left: 0;
    float: left;
    margin-bottom: -50px;
}
.concept_cont_box_right h2 {
    font-size: 29px;
    text-align: left;
}
.concept_cont_box_right_en {
    position: absolute;
    top: -30px;
    left: 20px;
    font-family: 'MOZART';
    color: #444;
    font-size: 50px;
    letter-spacing: 0.2em;
    line-height: 1em;
}
.safetysystem_photo {
    position: relative;
}
.safetysystem_text {
    position: absolute;
    bottom: 3px;
    right: 5px;
    font-size: 14px;
    font-weight: bold;
}
.safetysystem_text.white {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .concept_cont_box_left, .concept_cont_box_right {
        padding: 10px 10px;
        width: 100%;
        position: static;
        margin-bottom: 0;
    }
    .concept_cont_box_left h2, .concept_cont_box_right h2 {
        font-size: 21px;
        padding: 0 0 0 0;
        margin: 0 0 10px 0;
    }
    .concept_cont_box_left_en, .concept_cont_box_right_en {
        display: none;
    }
}



/* 保育施設 園での生活
================================================== */
/*クラス紹介*/
.life_class_wrap {
    width: 101%;
    margin-left: -0.5%;
}
.life_class_wrap .box {
    float: left;
    width: 32.3333%;
    margin: 0 0.5% 6px 0.5%;
}

/* 年間行事予定 */
.event_wrap {
    width: 100%;
}
.event_wrap .box {
    float: left;
    width: 46%;
    margin: 0 2% 25px 2%;
    position: relative;
    background: #fff;
}
.event_wrap .box .photo {
    float: left;
    width: 53%;
}
.event_wrap .box .cont {
    float: left;
    margin-left: 5%;
    margin-right: 2%;
    width: 40%;
    margin-top: 10px;
}
.event_wrap .box .month {
    margin-top: -25px;
    margin-bottom: 8px;
    font-family: 'MOZART';
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 1.3em;
    background: #df606b;
    border-radius: 100%;
}
.event_wrap .box .month small {
    font-size: 14px;
}
.event_wrap .box .cont .text {
    font-size: 13px;
    line-height: 1.7em;
    padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    .event_wrap .box {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .event_wrap .box .cont .text {
        font-size: 12px;
        line-height: 1.4em;
    }
}



/* 保育施設 入園案内
================================================== */
.schedule {
}
.schedule .month {
    float: left;
    width: 40%;
    font-family: 'MOZART';
    padding-top: 10px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    letter-spacing: 0;
    min-height: 40px;
    line-height: 1em;
    background: #df606b;
    border-radius: 25px 0 0 25px;
}
.schedule .month small {
    font-size: 13px;
    line-height: 1em;
}
.schedule .text {
    float: left;
    width: 60%;
    height: 50px;
    font-size: 14px;
    line-height: 1.2em;
    padding: 9px 10px 5px 10px;
    letter-spacing: 0;
    background: #fceff0;
    box-sizing: border-box;
    border-radius: 0 25px 25px 0;
}
.schedule .text.l1 {
    padding-top: 17px;
}
@media only screen and (max-width: 767px) {
    .schedule .month {
        font-size: 16px;
        line-height: 1em;
        min-height: 0;
        height: 30px;
        padding-top: 10px;
    }
    .schedule .month small {
        font-size: 10px;
    }
    .schedule .text {
        padding-top: 7px;
        padding-left: 5px;
        height: 40px;
        font-size: 10px;
    }
}

.faq_wrap {
    padding: 30px;
    background: #fff;
    margin-bottom: 10px;
}
.faq_wrap .faq_q {
    width: 30px;
    height: 30px;
    font-family: 'MOZART';
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: #f60;
    border-radius: 100%;
}
.faq_wrap .faq_a {
    margin-top: 10px;
    width: 30px;
    height: 30px;
    font-family: 'MOZART';
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: #08f;
    border-radius: 100%;
}
.faq_wrap .faq_q_text {
    margin-top: -25px;
    margin-left: 40px;
    font-weight: bold;
}
.faq_wrap .faq_a_text {
    margin-top: -25px;
    margin-left: 40px;
    font-size: 13px;
    line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
    .faq_wrap {
        padding: 10px;
    }
    .faq_wrap .faq_q, .faq_wrap .faq_a {
        padding-top: 4px;
        box-sizing: border-box;
    }
}



/* 施設紹介 アクセス
================================================== */
.floor_num {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px auto;
    font-family: 'MOZART';
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
    background: #df606b;
    border-radius: 100%;
}
.floor_num small {
    margin-left: 5px;
    font-size: 19px;
}


