/* スライダー
================================================== */
#slider_wrap {
    padding-top: 230px;
    height: 100%;
}
#slider_wrap img {
    height: auto;
    width: 100%;
    max-width: 1500px;
}
.sp-slide {
    text-align: center;
}
.sp-slide img {
    max-width: 1500px !important;
}
.sp-image:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}
#slider_wrap .sp-arrow {
    position: absolute;
    display: block;
    width: 10px;
    height: 50px;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    #slider_wrap {
        padding-top: 0;
    }
    #slider_wrap .sp-arrow {
        display: none;
    }
}



/* 共通
================================================== */
.lead1 {
    margin-bottom: 50px;
    text-align: center;
}



/* 臨時お知らせ欄
================================================== */
.temporary_notice {
    padding: 30px;
    background: #fcf1e9;
    margin-bottom: 30px;
}
.temporary_notice h3 {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.temporary_notice p {
    text-align: center;
}
.temporary_notice p.btn a {
    margin-top: 20px;
    display: block;
    padding: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background: #666;
    border-radius: 8px;
    position: relative;
}
.temporary_notice p.btn a::after {
    content: '▶';
    color: #fff;
    font-size: 10px;
    transform: scale(0.8);
    float: right;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.temporary_notice p.btn a:hover {
    background: rgba(0,0,0,0.2);
}
@media only screen and (max-width: 767px) {
    .temporary_notice h3 {
        font-size: 19px;
    }
}



/* メイン
================================================== */
#tp_about {
    position: relative;
    margin-top: -50px;
    margin-left: 50px;
    margin-right: 50px;
    padding: 50px;
    background: #fff;
    z-index: 1000;
}
#tp_about h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 20px;
}
#tp_about #info .left {
    float: left;
    width: 50%;
}
#tp_about #info .right {
    float: left;
    width: 50%;
}
#tp_about #info p.title {
    margin-top: 5px;
    font-size: 15px;
    font-weight: bold;
}
#tp_about #info p {
    text-align: left;
    line-height: 1.5em;
}
#tp_about #info .logo {
    width: 85%;
    margin: 0 auto;
}
#tp_about #info .title {
    margin-top: 30px;
    font-size: 13px;
}
#tp_about #info .title strong {
    font-size: 21px;
}
#tp_about #info .address {
    font-size: 13px;
}
#tp_about #info .tel {
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
}
#tp_about #info .tel strong {
    font-size: 23px;
    letter-spacing: -1px;
}
#tp_about #info .tel a {
    color: #444;
}
@media only screen and (max-width: 767px) {
    #tp_about {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 10px;
    }
    #tp_about h2 {
        font-size: 19px;
    }
    #tp_about #info p {
        text-align: center;
    }
    #tp_about #info {
        padding: 30px 0 30px 0;
    }
    #tp_about #info .left {
        float: none;
        width: 100%;
    }
    #tp_about #info .right {
        float: none;
        width: 100%;
    }
    #tp_about #info .logo {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    #tp_about #info .title {
        margin-top: 0;
    }
    #tp_about #info .title strong {
        line-height: 1.5em;
    }
    #tp_about #info .tel {
        margin-top: 0;
    }
    #tp_about #info .tel strong {
        line-height: 1.5em;
    }
}



/* 児童館だより
================================================== */
#tp_jidokan_bg {
}
#tp_jidokan {
    padding: 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#tp_jidokan h3 {
    padding: 20px 0;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    background: #444;
}
p.jidokan_pdf_btn a {
    display: block;
    width: 40%;
    margin: 0 auto 10px auto;
    padding: 12px 10px 12px 20px;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.2em;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    background: #de6c05;
    border-radius: 4px;
}
p.jidokan_pdf_btn a:before {
    content: url(../img/pdf_icon.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
p.jidokan_pdf_btn a:hover {
    background: rgba(0,0,0,0.2);
}
@media only screen and (max-width: 767px) {
    #tp_jidokan_bg {
        margin-top: 50px;
    }
    #tp_jidokan {
        padding: 20px;
    }
    #tp_jidokan h3 {
        font-size: 19px;
    }
    p.jidokan_pdf_btn a {
        width: 100%;
    }
}



/* 事業
================================================== */
.main_left_bg {
    padding-top: 50px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, #ffffff 80%, #ffffff 100%),
        linear-gradient(90deg, #fcf1e9 0%, #fcf1e9 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) 80%, #ffffff 80%, #ffffff 100%),
        linear-gradient(90deg, #ffffff 0%, #ffffff 5%, #fcf1e9 5%, #fcf1e9 100%);
}
.main_center_bg .main {
    padding: 50px 0;
    background: #fcf1e9;
}
@media only screen and (max-width: 767px) {
    .main_bg {
        padding: 30px 0 0 0;
    }
    .main_left_bg {
        background: #fcf1e9;
    }
    .main_right_bg {
        background: #fcf1e9;
    }
}

.main h3 {
    color: #de6c05;
    font-size: 32px;
    font-weight: bold;
}
.main h3 small {
    padding: 8px 10px;
    margin-left: 10px;
    color: #fff;
    font-size: 15px;
    vertical-align: top;
    background: #444;
}
.main h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #de6c05;
    font-size: 19px;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .main h3 {
        font-size: 21px;
    }
    .main h4 {
        margin-top: 20px;
        font-size: 17px;
    }
    .main h3 small {
        padding: 3px 5px;
        font-size: 13px;
        margin-left: 5px;
    }
}

.main p.lead {
    margin-top: 30px;
    font-size: 17px;
}
@media only screen and (max-width: 767px) {
    .main p.lead {
        margin-top: 10px;
        font-size: 13px;
    }
}

.main table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px 2px;
    background: #fcf1e9;
}
.main table tr th {
    padding: 10px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
    vertical-align: middle;
    background: #de6c05;
}
.main table tr th.title {
    font-size: 16px;
    background: #444;
}
.main table tr th.title_none {
    background: transparent;
}
.main table tr td {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 1.3em;
    vertical-align: middle;
    background: #fff;
}
.main table.tp_table_business tr td {
    vertical-align: top;
}
.main table tr td.l2 {
    height: 2.5em;
}
.main table tr td p {
    font-size: 14px;
    line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
    .main table {
        margin: 10px 0 0 0;
    }
    .main table tr th {
        padding: 4px 0 8px 0;
        font-size: 11px;
        width: 25%;
    }
    .main table tr th.title {
        padding: 10px 0 10px 0;
        font-size: 11px;
    }
    .main table tr td {
        padding: 5px 5px;
        font-size: 11px;
    }
    .main table tr td p {
        font-size: 11px;
    }
}

.en_num_left {
    font-family: 'MOZART';
    color: #de6c05;
    font-size: 120px;
    line-height: 1em;
    position: absolute;
    top: -117px;
    left: -80px;
}
.en_num_right {
    font-family: 'MOZART';
    color: #de6c05;
    font-size: 120px;
    line-height: 1em;
    position: absolute;
    top: -117px;
    right: -80px;
}
@media only screen and (max-width: 767px) {
    .en_num_left, .en_num_right {
        display: none;
    }
}



/* アクセス
================================================== */
#tp_access_bg1 {
    margin-top: 120px;
    padding-bottom: 30px;
    background: linear-gradient(90deg, #ececee 0%, #ececee 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
}
#tp_access_bg1 .en_title {
    font-family: 'MOZART';
    font-size: 50px;
    color: #444;
    letter-spacing: 10px;
    line-height: 1em;
    text-align: center;
}
#tp_access_bg1 .en_title span.offset {
    position: relative;
    top: -30px;
}
#tp_access_bg1 .title {
    color: #de6c05;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
}
#tp_access_bg2 {
    margin-top: -50px;
    background: linear-gradient(90deg, #de6c05 0%, #de6c05 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
    position: relative;
    z-index: 1;
}
#tp_access_bg2 #tp_access {
    padding: 20px 0;
    width: 80%;
    color: #fff;
    background: #de6c05;
}
#tp_access_bg2 #tp_access p {
    color: #fff;
}
@media only screen and (max-width: 767px) {
    #tp_access_bg1 {
        margin-top: 50px;
        background: none;
    }
    #tp_access_bg1 .en_title {
        position: relative;
        top: -10px;
        left: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        font-size: 24px;
    }
    #tp_access_bg1 .en_title span.offset {
        position: static;
    }
    #tp_access_bg1 .title {
        margin-top: 0;
        font-size: 21px;
    }
    #tp_access_bg2 {
        margin-top: -10px;
        background: #de6c05;
        position: static;
    }
    #tp_access_bg2 #tp_access {
        width: 100%;
    }
    #tp_access_bg2 #tp_access p {
        text-align: center;
        margin-bottom: 20px;
    }
}



/* 新着情報 スタッフブログ インスタグラム
================================================== */
.info_circle {
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 150px;
    background: #de6c05;
    border-radius: 75px;
    box-sizing: border-box;
}
.info_circle .icon {
    margin-top: 30px;
    text-align: center;
}
.info_circle h3 {
    margin-top: 7px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .info_circle {
        width: 100px;
        height: 100px;
        top: -50px;
        z-index: 1;
    }
    .info_circle .icon {
        margin-top: 25px;
    }
    .info_circle .icon img {
        width: 25%;
    }
    .info_circle h3 {
        margin-top: 3px;
        font-size: 14px;
    }
}

/*スタッフブログ*/
#tp_blog {
    position: relative;
    margin-top: 100px;
    padding: 90px 0 30px 0;
    background: #fcf1e9;
}
#tp_blog .tp_blog_wrap {
    padding: 0 30px;
}
#blog_iframe {
    border: none;
    width: 100%;
}



/* 採用情報 */
.tp_recruit_bg {
    background: url(../img/jidokan_recruit_bg.jpg) center center no-repeat;
    background-size: cover;
}
.tp_recruit {
    padding: 50px 0;
    position: relative;
}
.tp_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;
}
.tp_recruit  h3 {
    font-size: 21px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .tp_recruit_bg {
        background: #ececee;
    }
    .tp_recruit {
        padding: 30px 0;
    }
    .tp_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;
    }
    .tp_recruit  h3 {
        font-size: 16px;
        text-align: center;
    }
}
