@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 768px) {
#page_ttl .ttl_wrap h1.ttl .jp img {
    width: 10.725rem;
}
}

/* #info
----------------------------------------- */
#info {
}

#info .inner {
    /*max-width: calc(960/1366*100%);*/
    max-width: 96rem;
    padding-top: 11rem;
}

#info .layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5rem 4.7rem;
    margin-top: 2rem;
}

#info .infotable tr:last-child th {
    border: none;
}
#info .infotable tr:last-child td {
    border: none;
}

@media only screen and (max-width: 768px) {
#info .inner {
    max-width: none;
    padding-top: 8rem;
}

#info .layout {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0 0;
    margin-top: 2rem;
}

#info .layout .infotable th {
    min-width: 8.2rem;
}
    
#info .layout .infotable:first-child tr:last-child th {
    border-bottom: 1px solid #0A4F7F;
}
#info .layout .infotable:first-child tr:last-child td {
    border-bottom: 1px solid rgba(92, 157, 165, 0.35);
}
    
}


/* #message
----------------------------------------- */
#message {
}

#message .inner {
    /*max-width: calc(960/1366*100%);*/
    max-width: 96rem;
    padding-top: 18rem;
}

#message .layout {
    margin-top: 8rem;
    margin-bottom: 5rem;
    display: flex;
    justify-content: space-between;
}
#message .layout > .img_wrap {
    width: calc(330/960*100%);
}
#message .layout > .txt_wrap {
    width: calc(575/960*100%);
}

#message .txt {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: calc(35 / 15);
    font-weight: 600;
}

#message .name_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 6rem;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: calc(35 / 15);
    font-weight: 600;
}
#message .name_wrap .name {
    font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
#message .inner {
    max-width: none;
    padding-top: 9rem;
}

#message .layout {
    margin-top: 3rem;
    margin-bottom: 0;
    flex-flow: column;
}
#message .layout > .img_wrap {
    width: 100%;
}
#message .layout > .txt_wrap {
    width: 100%;
    margin-top: 3rem;
}

#message .txt {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: calc(35 / 15);
    font-weight: 600;
}

#message .name_wrap {
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 3rem;
}
#message .name_wrap .name {
    display: block;
}
}


/* #access
----------------------------------------- */
#access {
}

#access .inner {
    max-width: calc(960/1366*100%);
    padding-top: 18rem;
    padding-bottom: 14rem;
}

#access .layout {
    margin-top: 4rem;
    display: flex;
    flex-flow: column;
    align-items: center;
}
#access .layout > .txt_wrap {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: calc(35 / 16);
    font-weight: 600;
    text-align: center;
}
#access .layout > .map_wrap {
    width: 100%;
    height: 44rem;
    overflow: hidden;
    border-radius: 1.2rem;
    margin-top: 3rem;
}
#access .layout > .map_wrap iframe {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
#access .inner {
    max-width: none;
    padding-top: 9rem;
    padding-bottom: 10rem;
}

#access .layout {
    margin-top: 3rem;
}
#access .layout > .txt_wrap {
    width: 100%;
    font-size: 1.5rem;
}
#access .layout > .map_wrap {
    width: 100%;
    height: 22rem;
    margin-top: 1.5rem;
}
}
