@charset "UTF-8";

.pagetop {
    background-image: url(../img/business_img1.jpg);
    background-size: cover;
    background-position: 50% 60%;
}

.section.topmessage {
    background: repeating-linear-gradient(90deg, #e8e8e8, #e8e8e8 1px, transparent 1px, transparent 24.9999%), #f3f3f3;
    padding-top: 0;
}

@media (min-width:576px) {
    .section.topmessage {
        padding-top: 4.8rem;
    }
}

.topmessage p {
    font-size: 1.0rem;
    line-height: 2.3;
}

.topmessage .section-sub {
    background: #fff;
    padding: 3rem 2rem;
    box-shadow: none;
}

@media (min-width:576px) {
    .topmessage .section-sub {
        box-shadow: 0 15px 15px rgba(0, 0, 0, .10);
    }
}

@media (min-width:992px) {
    .topmessage .section-sub {
        padding: 5rem;
    }
}

#business .imgbox img {
    /*width: 70%;*/
    width: 80%;
    padding-bottom: 5rem;
}

@media (min-width:576px) {
    #business .imgbox img {
        width: 50%;
    }
}

@media (min-width:992px) {
    #business .imgbox img {
        width: 33%;
    }
}

#business .section-title {
    letter-spacing: 0.05em;
    font-size: 1.3rem;
}

@media (min-width:768px) {
    #business .section-title {
        font-size: 1.8rem;
    }
}

#business .section-title .text_brand {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
}

@media (min-width:576px) {
    #business .section-title .text_brand {
        font-size: 2.2rem;
    }
}

@media (min-width:992px) {
    #business .section-title .text_brand {
        font-size: 3.0rem;
    }
}

#business .section-title .subtitle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

#business .section-title .subtitle::before {
    position: absolute;
    display: block;
    content: "";
    width: 5rem;
    height: 1px;
    background-color: #000;
    right: 9em;
}

#business .section-sub {
    font-weight: 700;
    line-height: 2.8;
}

#business dl {
    height: 100%;
    background-color: #fff;
    box-shadow: 0 15px 15px rgba(0, 0, 0, .10);
}

#business dt {
    padding: 0.3em 1em;
    color: #fff !important;
    text-align: center;
    background: #212427;
}

#business dt span {
    font-size: 0.85em;
}

#business dd {
    padding: 1em 2em 1em 2em;
    line-height: 1.8;
}

.bgappear {
    animation-name: bgextendAnimeSecond;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.businessname {
    align-items: stretch;
    justify-content: center;
}

#profile {
    color: #fff;
    background-image: url(../img/business_img3.jpg);
    background-color: #0000009c;
    background-blend-mode: color;
    background-position: 50% 25%;
    background-size: cover;
}

.profiletable {
    background: #fffffff0;
    color: #232323 !important;
    padding: 2rem;
    width: fit-content;
    border-radius: 1px;
    max-width: 100%;
}

@media (min-width:992px) {
    .profiletable {
        padding: 5rem;
    }
}

.profiletable th {
    min-width: 8em;
    padding-top: 1rem;
}

.profiletable td {
    padding: 0.5rem 1rem 1rem;
}

.profiletable tr {
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    flex-direction: column;
}

@media (min-width:992px) {
    .profiletable tr {
        flex-direction: row;
    }

    .profiletable td {
        padding: 1.0rem;
    }

}

#access table {
    font-size: 0.8rem;
    margin-left: 1rem;
}

#access table tr {
    display: flex;
    flex-direction: column;
}

@media (min-width:576px) {

    #access table {
        margin-left: 0;
    }
}

@media (min-width:992px) {


    #access table tr {
        flex-direction: row;
    }
}

#access table th {
    min-width: 5em;
    vertical-align: top;
    border-bottom: 1px solid #d9d9d9;
    border-right: none;
    margin-bottom: 0.5rem;
}

#access table td {
    padding: 0;
    line-height: 1.8;
}

@media (min-width:992px) {
    #access table th {
        border-right: 1px solid #d9d9d9;
        border-bottom: none;
        margin-bottom: 0;
    }

    #access table td {
        padding: 0 0 0 1rem;
    }
}

#access table tr:first-of-type td {
    padding-bottom: 1rem;
}

.accessmap iframe {
    width: 100%;
    height: 50vh;
    filter: grayscale(40%);
    transition: all 0.7s ease;
}