@charset "utf-8";

/* ABOUT US */

#lower-about.lower-about-bg {
    background-image:  url(../img/top-about-tree.png);
    background-repeat: no-repeat;
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;
    background-size: 50%;
    background-position: 100% 110%;
    background-attachment: fixed;
    padding-bottom: 9.3rem;
}

@media screen and (max-width: 768px) {
    #lower-about.lower-about-bg {
        padding-bottom: 6.25rem;
    }
}

@media screen and (max-width: 412px) {
    #lower-about.lower-about-bg {
        background-size: 100%;
        background-position: center;
    }
}

section#lower-about {
    max-width: 77.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 11.25rem;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    section#lower-about {
        padding-top: 9.375rem;
    }
}

#lower-about .lower-about-us-text {
    width: 55%;
}

@media screen and (max-width: 768px) {
    #lower-about .lower-about-us-text {
        width: 100%;
    }
}

#lower-about .lower-about-greating {
    max-width: 65rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.25rem;
}

#lower-about .greating-flex {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

@media screen and (max-width: 600px) {
    #lower-about .greating-flex {
        display: block;
    }
}

#lower-about .greating-flex img {
    width: 44%;
    border-radius: 1.25rem;
}

@media screen and (max-width: 600px) {
    #lower-about .greating-flex img {
        width: 100%;
    }
}

#lower-about .greating-flex .greating-text-box {
    width: 50%;
}

@media screen and (max-width: 600px) {
    #lower-about .greating-flex .greating-text-box {
        width: 100%;
    }
}

#lower-about .greating-flex .greating-text {
    margin-bottom: 1.88rem;
}


/* COMPANY */

section#company {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
}

#company .company-wrapper {
    max-width: 65rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 9.3rem;
    padding-bottom: 7.42rem;
}

@media screen and (max-width: 768px) {
    #company .company-wrapper {
        padding-bottom: 6.25rem;
        padding-top: 6.25rem;
    }
}

#company table {
    width: 100%;
    margin-bottom: 5rem;
}

#company tr td.column-1 {
    text-align: center;
    width: 25%;
    background-color: #BA866A;
    padding: 1.5rem 0;
    color: #fff;
    font-weight: normal;
    border: 1px solid #F4F2EF;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    #company tr td.column-1 {
        text-align: left !important;
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 1.25rem 3.13rem;
        border-bottom: none;
    }
}

#company tr td {
    background-color: #fff;
    padding: 1.5rem 3.13rem;
    border: 1px solid #F4F2EF;
}

@media screen and (max-width: 768px) {
    #company tr td {
        text-align: left;
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 1.88rem 3.13rem;
        border-bottom: none;
    }
}

#company tr:first-of-type td.column-1 {
    border-radius: 1.25rem 0 0 0;
}

@media screen and (max-width: 768px) {
    #company tr:first-of-type td.column-1 {
        border-radius: 1.25rem 1.25rem 0 0;
    }
}

#company tr:last-of-type td.column-1 {
    border-radius: 0 0 0 1.25rem;
}

@media screen and (max-width: 768px) {
    #company tr:last-of-type td.column-1 {
        border-radius: 0 0 0 0;
    }
}

#company tr:first-of-type td.column-2 {
    border-radius: 0 1.25rem 0 0;
}

@media screen and (max-width: 768px) {
    #company tr:first-of-type td.column-2 {
        border-radius: 0 0 0 0;
    }
}

#company tr:last-of-type td.column-2 {
    border-radius: 0 0 1.25rem 0;
}

@media screen and (max-width: 768px) {
    #company tr:last-of-type td.column-2 {
        border-radius: 0 0 1.25rem 1.25rem;
    }
}

#company tr td.column-2 {
    color: #6B5752;
}



#company tr .tel-fax {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

#company tr .tel-fax a {
    margin-right: 1.88rem;
}

.pdf-link-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
    .pdf-link-box {
        display: block;
    }
}

.pdf-link-box li {
    width: 48%;
    background-color: #fff;
    border-radius: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.88rem;
    border: 1px solid #BA866A;
    color: #BA866A;
}

@media screen and (max-width: 768px) {
    .pdf-link-box li {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 768px) {
    .pdf-link-box li:last-of-type {
        margin-bottom: 0;
    }
}

.pdf-link-box li:hover {
    background-color: #BA866A;
    transition: .5s;
}

.pdf-link-box li a {
    width: 100%;
    text-align: center;
    padding: 2.7rem 0;
    display: block;
}

.pdf-link-box li:hover a {
    color: #fff;
    transition: .5s;
}

/* ACCESS */

section#access {
    margin-left: initial;
    margin-right: initial;
    max-width: initial;
    background-image: url(../img/itsuki_logo_kanemaki.png);
    background-repeat: no-repeat;
    background-size: 12%;
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: lighten;
    background-position: 75% 2%;
}

@media screen and (max-width: 768px) {
    section#access {
        background-size: 32%;
        background-position: 88% 2%;
}
}

#access .access-wrapper {
    max-width: 65rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.13rem;
}

.google-map {
    width: 100%;
}

.google-map iframe {
    width: 100%;
    height: 40rem;
    display:block;
}