@charset "UTF-8";

* {
    box-sizing: border-box;
}

body {
    background: #f2f2f2;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "Meiryo UI", "MS PGothic", sans-serif;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.6;
    font-size: 14px;
}

a {
    color: #000;
    text-decoration: none;
    position: relative;
}

a:hover {
    color: #e50000;
    top: 3px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

nav a:hover,
footer a:hover {
    top: 0;
}

a:hover img {
    opacity: .7;

}

.sp {
    display: none;
}

/*  ----------------------------------
    ----------------------------------
            PC用スタイル
    ----------------------------------
    ----------------------------------*/



@media (min-width: 769px) {


    /* ---------------------------
    HEADER
----------------------------- */

    .header {
        background: url(images/bg_top.jpg) no-repeat 100% 0;
        -webkit-background-size: cover;
        background-size: cover;
        height: 500px;
    }

    .header.contact {
        height: 150px;
    }

    .header header {
        display: block;
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 10px;
    }

    header h1 {
        position: absolute;
    }

    nav ul {
        max-width: calc(100% - 90px);
        padding: 0;
        float: right;
        margin-top: 20px;
    }

    nav li {
        list-style: none;
        display: inline;
        margin-left: 10px;
    }

    .header h2 {
        position: absolute;
        top: 250px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 1000px;
        padding: 0 20px;
        box-sizing: border-box;
        text-align: right;
    }

    main .wrap,
    .wrap.contact:not(.header) {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        background: #fff;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .wrap.contact:not(.header) {
        padding: 10px 20px;
    }

    /* ---------------------------
    CONTENT
----------------------------- */

    /* content h3 {
        margin-left: -20px;
    } */


    #concept,
    #business,
    #member,
    #blog,
    #aboutus {
        padding: 40px 0;
        box-sizing: border-box;
    }


    #concept h3,
    #business h3,
    #member h3,
    #blog h3,
    #aboutus h3 {
        margin-bottom: 40px;
    }

    /* ---------------------------
    CONCEPT
----------------------------- */

    #concept .detail {
        display: flex;
    }

    #concept .detail div {
        padding: 15px;
        box-sizing: border-box;
    }

    #concept div h4 {
        text-align: center;
    }


    .concept_bg {
        margin: 0;
        padding: 0;
    }

    .concept_bg img {
        width: 100%;
        vertical-align: top;

    }


    /* ---------------------------
    BUSINESS
----------------------------- */


    .business_detail {
        display: flex;
    }

    .business_detail div {
        padding-right: 20px;
        box-sizing: border-box;
    }

    .business_detail h4 {
        margin: 0 auto;
        padding: 15px 0 0 0;
        width: 80%;
        text-align: center;
        font-size: 20px;
        background: url(images/bg_ttl_left.png) no-repeat 0 0;
        background-size: 20px;
        vertical-align: middle;
    }

    .business_detail h4:after {
        content: '';
        display: block;
        height: 20px;
        background: url(images/bg_ttl_right.png) no-repeat 100% 100%;
        background-size: 20px;
    }


    .results {
        border: 4px solid #e50000;
        width: 100%;
        margin: 20px 0 40px;
        border-spacing: 10px;
    }

    .results th {
        font-size: 20px;
        width: 100px;
        color: #e50000;
        padding: 0 20px;
        border-right: 4px solid;
        box-sizing: border-box;
    }



    /* ---------------------------
    MEMBER
----------------------------- */

    #member {
        background: #f2f2f2;
        margin: 0 -20px;
        padding: 80px 0;
        ;
        box-sizing: border-box;
    }

    #member h3 {
        margin-left: 20px;
    }

    .member_detail {
        display: flex;
        padding: 20px;
    }

    .member_detail .detail {
        width: 33.3%;
        padding: 0 10px;
    }

    h4 {
        font-size: 20px;
        text-align: center;
    }

    .member_detail h4 span {
        font-size: 15px;
        margin-right: 10px;
    }

    #member a {
        display: block;
        text-align: center;
    }


    /* ---------------------------
    BLOG
----------------------------- */

    .blog_detail {
        display: flex;
    }

    .blog_detail div {
        width: 33%;
        margin: 0 10px;
    }

    #blog p {
        text-align: right;
    }

    /* ---------------------------
    ABOUT US
----------------------------- */


    #aboutus {
        background: #f2f2f2;
        margin: 0 -20px;
        padding: 40px 20px;
        ;
    }

    #aboutus h4 {
        text-align: left;
        font-size: 17px;
        margin-top: 0;
        margin-right: 20px;
    }

    #aboutus h4 span {
        font-size: 80%;
        margin-left: 5px;
    }

    .table {
        width: 700px;
    }

    .fb-page {
        width: 300px;
    }

    #aboutus table {
        margin-right: 40px;
    }

    #aboutus table tr th,
    #aboutus table tr td {
        border-bottom: 4px solid #fff;
        padding: 20px;
        box-sizing: border-box;
    }

    #aboutus table tr th {
        width: 8em;
    }

    #aboutus table tr td {
        width: calc(100% - 8em);
    }


    .aboutus_detail {
        display: flex;
    }

    .aboutus_detail p {
        margin-right: 40px;
    }

    .aboutus_detail p a {
        top: 0;
        text-decoration: underline;
    }

    /* ---------------------------
    ACCESS
----------------------------- */

    #access {
        margin-top: 40px;
        display: flex;
    }

    .map {
        width: 590px;
        height: 300px;
        margin-left: 40px;
    }


    /* ---------------------------
    FOOTER
----------------------------- */


    footer {
        background: #fff;
        padding: 20px;
        font-size: 13px;
    }

    footer .wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        max-width: 980px;
        margin: 0 auto;
    }

    footer .wrap ul {
        padding: 0;
    }

    footer .wrap ul li {
        list-style: none;
        display: inline;
        margin-right: 20px;
    }

}

.contact h3 {
    padding-top: 20px;
}

.contact h4 {
    text-align: left;
    font-size: 15px;
    margin: 10px 0 5px;
}


.contact_tel {
    background: #F2F2F2;
    padding: 20px;
    margin: 80px 0 20px;
    text-align: center;
}

.contact_tel h4 {
    font-size: 20px;
    margin-bottom: 0;
    text-align: center;
}

.contact_tel p {
    color: #E50000;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top: 0;
    margin-top: 0;
}

.contact textarea,
.contact input {
    border: 1px solid #666;
    height: 40px;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
}



.contact textarea {
    width: 99%;
    height: 300px;
}

#submit {
    display: block;
    background: #e50000;
    border: none;
    padding: 0;
    margin: 20px auto;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}


#submit:hover {
    opacity: .7;
    cursor: pointer;
}