@charset "utf-8";

.head-page .item.tm-staff>a span {
    color: #ff0000;
}
.head-page .item.tm-staff>a::after {
    transform: scale(1);
    opacity: 1;
}
.contact_pg01 .l{
    max-width: 42%;
}
.contact_pg01 .item {
    margin-bottom: 30px;
    width: 33%;
}
.contact_pg01 .item .contact_tit {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 3px;
}
.contact_pg01 .item p a {
    color: #333;
}
.contact_map {
    width: 100%;
    height: 500px;
    margin-top: 30px;
}
.contact_map img {
    max-width: initial;
}
.contact_map #allmap {
    width: 100%;
    height: 100%;
    border: #ccc solid 1px;
}
.contact_pg02 input,
.contact_pg02 textarea {
    border: none;
    outline: none;
    padding: 0 15px;
    box-sizing: border-box;
    color: #666;
    background-color: #EDF1F5;
}
.contact_pg02 .item {
    margin-bottom: 15px;
    position: relative;
}
.contact_pg02 .item input {
    width: 100%;
    height: 36px;
}
.contact_pg02 .item textarea {
    width: 100%;
    min-height: 130px;
    padding: 8px 15px;
    display: block;
}
.w-guestbook-codeimg {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.w-guestbook-codeimg img {
    max-height: 100%
}
.w-guestbook-btn {
    color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 38px;
    margin: 15px auto 0;
    background: rgb(239, 65, 54);
    cursor: pointer;
}
@media only screen and (max-width: 1160px) {
    .contact_pg01 .item {
        width: 50%;
    }
}
@media only screen and (max-width: 768px) {
    .page_title{
        text-align: center;
    }
    .contact_map {
        width: 100%;
        height: 236px;
        margin-top: 25px;
    }
    .contact_pg01 .item .contact_tit{
        font-size: 16px;
    }
    .contact_pg01 .item {
        width: 100%;
        margin-bottom: 20px;
    }
}