@font-face {
    font-family: 'MOZART';
    font-style: normal;
    font-weight: normal;
    src:
    url('../../fonts/MozartFont-Regular.woff2') format('woff2'),
    url('../../fonts/MozartFont-Regular.woff') format('woff'),
    url('../../fonts/MozartFont-Regular.otf') format('truetype');
}

ul.disc li {
    line-height: 2.0em;
    margin-left: 1.3em;
    text-indent: -1.3em;
}
ul.disc li:before {
    content:'●';
    margin-right: 5px;
    color: #df606b;
    line-height: 1.5em;
}



/* サブメニュー
================================================== */
#submenu_bg {
    background: #fceff0;
    box-shadow: 70px 0px 0px #df606b inset;
    position: relative;
}
#submenu_logo {
    float: left;
    padding: 15px 10px 15px 0;
    width: 200px;
    box-sizing: border-box;
}
#submenu_logo h1 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#submenu_menu ul {
    float: left;
    width: 75%;
    padding-top: 23px;
    text-align: right;
}
#submenu_menu ul li {
    display: inline-block;
}
#submenu_menu ul li a {
    display: block;
    padding: 3px 15px;
    color: #999;
    font-size: 15px;
}

#submenu_menu ul li ul, #submenu_menu ul li.current ul {
    margin: -5px 0 0 -50px !important;
}
#submenu_menu ul li ul li {
    display: block;
    float: none;
    position: relative;
    padding: 0 0 0 0;
    width: 200px;
    height: auto;
    background: rgba(0,0,0,0.6);
}
#submenu_menu ul li ul li a, #submenu_menu ul li.current ul li a {
    display: block;
    float: none;
    margin: 0 0 0 0;
    padding: 12px 0 12px 20px;
    margin-bottom: 3px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    border-bottom: none;
}
#submenu_menu ul li ul li a:hover {
    background: #333;
}
/* OFF */
#submenu_menu ul li ul {
    display: none;
    opacity: 0;
}
/* ON */
#submenu_menu ul li:hover ul {
    display: block;
    position: absolute;
    z-index: 2000;
    opacity: 1;
    animation-duration: 0.3s;
    animation-name: fade-in;
    -moz-animation-duration: 0.3s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-name: fade-in;
}
@keyframes fade-in {
    0% { display: none; opacity: 0; }
    1% { display: block; opacity: 0; }
    100% { display: block; opacity: 1; }
}
@-moz-keyframes fade-in {
    0% { display: none; opacity: 0; }
    1% { display: block; opacity: 0; }
    100% { display: block; opacity: 1; }
}
@-webkit-keyframes fade-in {
    0% { display: none; opacity: 0; }
    1% { display: block; opacity: 0; }
    100% { display: block; opacity: 1; }
}


@media only screen and (max-width: 1200px) {
    #submenu_bg {
        box-shadow: 20px 0px 0px #df606b inset;
    }
    #submenu_logo {
        width: 20%;
    }
    #submenu_menu ul li a {
        padding: 3px 5px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 969px) {
    #submenu_menu ul li a {
        padding: 3px 3px;
        font-size: 12px;
    }
}
#submenu_menu ul li.current a {
    color: #444;
    font-weight: bold;
    border-bottom: 2px solid #df606b;
}

#SP_subtitle_bg { display: none; }

@media only screen and (max-width: 767px) {
    #submenu_bg {
        margin-top: 10px;
        height: auto;
        box-shadow: 5px 0px 0px #df606b inset;
    }
    #submenu_logo {
        float: none;
        padding: 20px 0 10px 0;
        width: 45%;
        margin: 0 auto;
        -webkit-transition: 0.2s ease-out;
        -moz-transition: 0.2s ease-out;
        -o-transition: 0.2s ease-out;
        transition: 0.2s ease-out;
    }
    #submenu_menu ul {
        float: none;
        width: 100%;
    }
    #submenu_menu ul {
        padding-top: 0;
        text-align: center;
    }
    #submenu_menu ul li a {
        padding: 10px 20px;
        font-size: 12px;
    }
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
}
#submenu_bg.fixed {
    margin-top: 0;
}
#submenu_bg.fixed #submenu_logo {
    height: 0;
    padding: 0 0 0 0;
}
#submenu_bg.fixed #submenu_logo img {
    display: none;
}



/* サブフッター
================================================== */
#tp_subfooter_bg {
    padding: 80px 0;
    background: #df606b url(../img/subfooter_mozart.png) center 120px no-repeat;
}
@media only screen and (max-width: 767px) {
    #tp_subfooter_bg {
        padding: 30px 0;
        background: #df606b url(../img/subfooter_mozart.png) center 50px no-repeat;
        background-size: 80%;
    }
}

#tp_subfooter_bg address {
    margin-bottom: 50px;
}
#tp_subfooter address p {
    text-align: center;
}
#tp_subfooter {
    color: #fff;
}
#tp_subfooter address .subtitle {
    font-weight: bold;
    letter-spacing: 0;
}
#tp_subfooter address .title {
    font-size: 31px;
    font-weight: bold;
    letter-spacing: 0;
}
#tp_subfooter address .tel {
    margin-top: 5px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0;
}
#tp_subfooter address .tel strong {
    font-size: 29px;
}
#tp_subfooter address .tel a {
    color: #fff;
}

#subfooter_menu_title {
    display: block;
    text-align: center;
}
#subfooter_menu_title span.text {
    padding: 0 30px;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    background: #df606b;
    letter-spacing: 0;
}
#subfooter_menu {
    margin-top: -15px;
    padding: 25px 0;
    font-size: 15px;
    text-align: center;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
#subfooter_menu a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    #tp_subfooter_bg address {
        margin-bottom: 0;
    }
    #tp_subfooter address .title {
        font-size: 19px;
    }
    #tp_subfooter address .tel {
        font-size: 15px;
    }
    #tp_subfooter address .tel strong {
        font-size: 21px;
    }
    #subfooter_menu_title {
        margin-top: 30px;
    }
    #subfooter_menu_title span.text {
        padding: 0 10px;
        font-size: 10px;
    }
    #subfooter_menu {
        margin-top: -9px;
        font-size: 12px;
        line-height: 2.5em;
    }
}



/* ボタン類
================================================== */

/*休日予約サイト用*/
.horiday_btn_wrap {
    text-align: center;
}
p.horiday_btn {
    display: inline-block;
    width: 30.5%;
    margin: 0 0.5% 15px 0.5%;
}
p.horiday_btn a {
    display: block;
    padding: 25px 10px 25px 10px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    background: #df606b;
    border-radius: 4px;
}
p.horiday_btn a:hover {
    background: rgba(0,0,0,0.2);
}
@media only screen and (max-width: 767px) {
    p.horiday_btn {
        width: 100%;
    }
    p.horiday_btn a {
        display: block;
        font-size: 17px;
        line-height: 1em;
        width: 100%;
        margin: 0 0 10px 0;
        padding: 15px 5px 15px 5px;
    }
}

/*PDF用*/
.pdf_h3 {
    margin-top: -60px;
    font-size: 21px;
    text-align: center;
}
.pdf_text {
    margin-top: 10px;
    padding: 20px 20px 0 20px;
    text-align: center;
    background: #fceff0;
}
.pdf_btn_wrap {
    text-align: center;
    padding: 20px 10px 15px 10px;
    background: #fceff0;
    box-sizing: border-box;
}
.pdf_btn_wrap2 {
    text-align: center;
    box-sizing: border-box;
}
p.pdf_btn {
    display: inline-block;
    width: 29%;
    margin: 0 0.5% 15px 0.5%;
}
p.pdf_btn.word a {
    background: #df606b url(../img/word_icon.png) 10px center no-repeat;
}
p.pdf_btn.excel a {
    background: #df606b url(../img/excel_icon.png) 10px center no-repeat;
}
p.pdf_btn a {
    display: block;
    padding: 30px 10px 30px 70px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.2em;
    text-decoration: none;
    box-sizing: border-box;
    background: #df606b url(../img/pdf_icon.png) 10px center no-repeat;
    border-radius: 4px;
}
p.pdf_btn.l2 a {
    padding: 19px 10px 19px 70px;
    position: relative;
    top: 11px;
}
p.pdf_btn a:hover {
    background-color: rgba(0,0,0,0.2);
}
@media only screen and (max-width: 1200px) {
    p.pdf_btn {
        width: 49%;
    }
}
@media only screen and (max-width: 767px) {
    .pdf_btn_wrap {
        width: 100%;
    }
    p.pdf_btn {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }
    p.pdf_btn a {
        font-size: 17px;
        line-height: 1em;
        width: 100%;
        margin: 0 0 0 0;
        padding: 25px 5px 25px 5px;
        font-size: 16px;
        line-height: 1.2em;
        text-align: center;
        box-sizing: border-box;
    }
    p.pdf_btn.l2 a {
        padding: 15px 5px 15px 5px;
    }
}

/*ライブカメラ用*/
.tp_camera_h3 {
    font-size: 21px;
    text-align: center;
}
.tp_camera_text {
    margin-top: 10px;
    padding: 20px 20px 0 20px;
    text-align: center;
    background: #fceff0;
}
.tp_camera_btn_wrap {
    text-align: center;
    padding: 30px 40px 40px 40px;
    background: #fceff0;
    box-sizing: border-box;
}


p.btn_camera a {
    display: block;
    padding: 12px 10px 12px 10px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2em;
    text-decoration: none;
    box-sizing: border-box;
    background: #666;
    border-radius: 4px;
}
p.btn_camera a::before {
    content: url(../img/camera_icon.png);
    color: #fff;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}
p.btn_camera a:hover {
    background: rgba(0,0,0,0.2);
}
@media only screen and (max-width: 767px) {

	.tp_camera_btn_wrap {
		padding: 20px 20px 20px 20px;
	}

    p.btn_camera a {
    }
}

/* フッター採用情報 */
.bottom_nursing_recruit_bg {
    background: url(../img/nursing_recruit_bg.jpg) center center no-repeat;
    background-size: cover;
}
.bottom_childcare_recruit_bg {
    background: url(../img/childcare_recruit_bg.jpg) center center no-repeat;
    background-size: cover;
}
.bottom_childcare_ekinaka_recruit_bg {
    background: url(../img/childcare_ekinaka_recruit_bg.jpg) center center no-repeat;
    background-size: cover;
}
.bottom_jidokan_recruit_bg {
    background: url(../img/jidokan_recruit_bg.jpg) center center no-repeat;
    background-size: cover;
}
.bottom_recruit {
    padding: 50px 0;
    position: relative;
}
.bottom_recruit .en_title {
    font-family: 'MOZART';
    font-size: 50px;
    color: #444;
    letter-spacing: 10px;
    line-height: 1em;
    text-align: center;
    position: absolute;
    right: 0px;
    top: -80px;
}
.bottom_recruit  h3 {
    font-size: 21px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .bottom_nursing_recruit_bg { background: #fceff0; }
    .bottom_childcare_recruit_bg { background: #fceff0; }
    .bottom_childcare_ekinaka_recruit_bg { background: #fceff0; }
    .bottom_jidokan_recruit_bg { background: #fceff0; }
    .bottom_recruit {
        padding: 30px 0;
    }
    .bottom_recruit .en_title {
        position: relative;
        top: -10px;
        left: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        font-size: 24px;
    }
    .bottom_recruit  h3 {
        font-size: 16px;
        text-align: center;
    }
}



/*新着情報*/
#tp_news {
    position: relative;
    margin: 20px 0 100px 0;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#tp_news .en_title {
    font-family: 'MOZART';
    font-size: 32px;
    color: #444;
    letter-spacing: 10px;
    line-height: 1em;
    text-align: center;
    margin-bottom: 20px;
}
.news_inner {
    padding: 20px;
    height: 180px;
    overflow-y: scroll;
    background: #fff;
}
.news_inner dl {
    display: block;
    padding: 0 20px 15px 0;
}
.news_inner dl dt {
    clear: left;
    float: left;
    margin: 0 0 1em 0em;
    width: 9em;
    font-weight: normal;
    font-size: 13px;
    line-height: 14pt;
}
.news_inner dl dd {
    margin-bottom: 2em;
    margin-left: 0em;
    padding-left: 9em;
    font-size: 13px;
    line-height: 14pt;
}
.news_inner dl dd p {
    font-size: 13px;
    line-height: 14pt;
}
.news_inner dl dd p.title {
    margin-bottom: 5px;
    font-size: 15px;
}
.news_inner dl dd a {
    color: #c00;
}
@media only screen and (max-width: 767px) {
    #tp_news {
        padding: 20px 20px 20px 20px;
    }
    #tp_news .en_title {
        font-size: 21px;
    }
    .news_inner {
        padding: 10px;
    }
    .news_inner dl {
        padding: 0 0 15px 0;
    }
    .news_inner dl dt {
        float: none;
        width: 100%;

    }
    .news_inner dl dd {
        width: 100%;
        padding-left: 0;
    }
}

.news_table01 {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.news_table01 tr th {
    font-weight: normal;
    color: #333;
    text-align: left;
    border: 1px solid #ccc;
    padding: 2px;
    box-sizing: border-box;
}
.news_table01 tr td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 2px;
    box-sizing: border-box;
}
.news_table01 tr .red {
    color: #f00;
}

