/* ページスライダー */
#slider {
    position: relative;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
}
#slider p {
    display: block;
    width: 100%;
    color: white;
    font-size: 4.5em;
    text-align: center;
    margin-top: 180px;
}

.wrapper {
    background: rgba(0,0,0,0.5);
}

.slider_contact {
    background: url(images/contact/slider.jpg);
}
.slider_about {
    background: url(images/about/slider.jpg);
}


/* 説明文 */
#slogan {
    width: 100%;
    background: #2E2E2E;
    color: #eee;
    font-size: 2.5em;
    padding: 50px 10px;
    line-height: 1.8em;
    text-align: center;
}
#slogan span {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: auto;
    font-weight: bold;
}
#slogan p {
    display: block;
    width: 100%;
    max-width: 950px;
    margin: auto;
    padding-top: 30px;
}


/* 内容 */
.content {
    width: 100%;
    max-width: 900px;
    margin: auto;
    font-size: 1.2em;
    padding: 80px 0;
}



/*** About ***/
.about_l {
    width: 33.33%;
    height: 800px;
    background: #eee;
    float: left;
}
.about_r {
    width: 66.66%;
    height: 800px;
    overflow: auto;
}
.about_rl {
    width: 50%;
    height: 100%;
    background: #ccc;
    float: left;
}
.about_rr {
    width: 50%;
    height: 100%;
    background: #eee;
    overflow: auto;
}


.aboutbox {
    position: relative;
    width: 100%;
    max-width: 700px;
    height: 100%;
    margin: auto;
    padding: 80px 20% 0;
}
@media screen and (max-width: 1699px) {
    .aboutbox {
        padding: 80px 15% 0;
    }
}
.num {
    position: absolute;
    top: 50px;
    left: 50px;
}
.about_icon {
    display: block;
    width: 160px;
    margin: auto;
}
.aboutbox span {
    display: block;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    padding: 40px 0;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}
.aboutbox p {
    font-size: 1.2em;
    line-height: 1.8em;
}

.about_map {
    width: 33.33%;
    height: 600px;
    float: left;
}
.about_info {
    width: 66.66%;
    height: 600px;
    background: #2E2E2E;
    color: #eee;
    overflow: auto;
    padding: 60px;
    letter-spacing: 0.05em;
}
.about_info span {
    font-size: 2.0em;
    font-weight: bold;
}
.about_info table {
    display: block;
    width: 100%;
    font-size: 1.3em;
    line-height: 2.0em;
    text-align: left;
    padding-top: 50px;
}
.about_info table tr {
    display: block;
    padding: 10px 0;
}
.about_info table th {
    width: 250px;
    padding-left: 2.0em;
}

.contact_footer {
    width: 100%;
    margin: auto;
    padding: 80px 20px;
    text-align: center;
}
.contact_footer span {
    display: block;
    width: 100%;
    font-size: 2.0em;
    font-weight: bold;
    padding: 0 0 40px;
}
.contact_footer p {
    font-size: 1.4em;
    line-height: 1.8em;
}