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


@media only screen and (max-width: 768px) {
    
}


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

#info .inner {
    max-width: 90rem;
}

#info h2.con_ttl {
    margin-bottom: 5rem;
}
#info h2.con_ttl .en {
    font-size: 2.5rem;
    color: #000000;
    margin-top: 0;
}
#info h2.con_ttl .jp {
    font-size: 1.3rem;
    margin-top: 1.5rem;
}

#info .info_table {
    width: 100%;
    font-size: 1.8rem;
}
#info .info_table th {
    font-weight: 400;
}
#info .info_table > tbody > tr > th {
    white-space: nowrap;
    padding: 2rem 0;
    padding-right: 8rem;
    border: 0.1rem solid #d3d2d0;
    border-left: none;
    border-right: none;
}
#info .info_table > tbody > tr > td {
    padding: 2rem 0;
    border: 0.1rem solid #d3d2d0;
    border-left: none;
    border-right: none;
}
#info table table th {
    padding-right: 5rem;
}

@media screen and (max-width: 768px) {
#info {
}
#info .inner {
}

    
#info h2.con_ttl {
    margin-bottom: 3rem;
}
#info h2.con_ttl .en {
    font-size: 2.2rem;
}
#info h2.con_ttl .jp {
    font-size: 1.1rem;
}
    
#info .info_table {
    font-size: 1.3rem;
    border-top: 0.1rem solid #d3d2d0;
}
#info .info_table > tbody > tr {
    display: block;
}
#info .info_table > tbody > tr > th {
    width: 100%;
    display: block;
    padding: 2rem;
    padding-right: 0;
    padding-bottom: 0;
    border: none;
}
#info .info_table > tbody > tr > td {
    width: 100%;
    display: block;
    padding: 2rem;
    padding-top: 1rem;
    border-top: none;
}
    
#info table table tr {
    display: block;
}
#info table table th {
    display: block;
    padding-right: 0;
}
#info table table td {
    display: block;
}
}



/* #builder
----------------------------------------- */
#builder {
}

#builder .inner {
    padding-bottom: 18rem;
}
#builder .sec_ttl_wrap {
}
#builder .sec_ttl_wrap h2 {
    font-size: 4rem;
    line-height: calc(58/40);
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
}
#builder .sec_ttl_wrap .txt {
    font-size: 1.5rem;
    line-height: calc(28/15);
    letter-spacing: 0;
    font-weight: 400;
    text-align: center;
    margin-top: 6rem;
}

#builder .layout {
    margin-top: 8rem;
    display: grid;
    grid-template-columns: repeat(3,calc(285/953*100%));
    gap: 4rem calc(49/953*100%);
}
#builder .layout .img_wrap {
}
#builder .layout .name {
    margin-top: 1.5rem;
    font-size: 2.5rem;
    line-height: calc(38/25);
    letter-spacing: 0.1em;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
#builder .inner {
    padding-bottom: 9rem;
}
#builder .sec_ttl_wrap h2 {
    font-size: 2.6rem;
}
#builder .sec_ttl_wrap .txt {
    font-size: 1.3rem;
    margin-top: 4rem;
}
    
#builder .layout {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(2,calc(50% - 1rem));
    gap: 2rem 2rem;
}
#builder .layout .img_wrap {
}
#builder .layout .name {
    margin-top: 1rem;
    font-size: 1.6rem;
}
}



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

#access .inner {
    max-width: 110rem;
    padding-top: 13rem;
    padding-bottom: 14rem;
}

#access h2.con_ttl {
    margin-bottom: 5rem;
}
#access h2.con_ttl .en {
    font-size: 2.5rem;
    color: #000000;
    margin-top: 0;
}
#access h2.con_ttl .jp {
    font-size: 1.3rem;
    margin-top: 1.5rem;
}

#access .layout {
}
#access .layout .access_wrap {
    width: calc(530/1100*100%);
}

#access .layout .access_wrap .map {
    width: 100%;
    height: 34rem;
    position: relative;
}
#access .layout .access_wrap .map::before {
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    background: url(../images/waku_lt.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -0.55rem;
    left: -0.55rem;
    transform: translate(0,0);
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 2;
}
#access .layout .access_wrap .map::after {
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    background: url(../images/waku_rb.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom: -0.55rem;
    right: -0.55rem;
    transform: translate(0,0);
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 2;
}

#access .layout .access_wrap .map iframe {
    width: 100%;
    height: 100%;
}
#access .layout .access_wrap .info_table {
    margin-top: 2rem;
}
#access .layout .access_wrap .info_table th {
    font-size: 1.9rem;
    font-weight: 500;
    padding-right: 5rem;
}
#access .layout .access_wrap .info_table td {
}

#access .layout .access_wrap .link_btn {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
}
#access .layout .access_wrap .link_btn a {
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    justify-content: flex-end;
    text-decoration: underline;
    text-decoration-thickness: 0.1rem;
    text-decoration-color: rgba(211,210,208,1.00);
    text-underline-offset: 0.5rem;
    transition: all .6s;
}
#access .layout .access_wrap .link_btn a:hover {
}

#access .layout .access_wrap.img_wrap {
    height: 34rem;
    display: flex;
    justify-content: space-between;
}
#access .layout .access_wrap.img_wrap img {
    width: calc(50% - 0.8rem);
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
#access {
}
#access .inner {
    padding-top: 6rem;
    padding-bottom: 7rem;
}
#access h2.con_ttl {
    margin-bottom: 3rem;
}
#access h2.con_ttl .en {
    font-size: 2.2rem;
}
#access h2.con_ttl .jp {
    font-size: 1.1rem;
}
    
#access .layout {
}
#access .layout .access_wrap {
    width: 100%;
}
#access .layout .access_wrap:not(:first-child) {
    margin-top: 4rem;
}
    
#access .layout .access_wrap .map {
    width: 100%;
    height: 20rem;
    position: relative;
}
#access .layout .access_wrap .map::before {
    content: "";
    display: block;
    width: 3.4rem;
    height: 3.4rem;
    background: url(../images/waku_lt.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -0.55rem;
    left: -0.55rem;
    transform: translate(0,0);
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 2;
}
#access .layout .access_wrap .map::after {
    content: "";
    display: block;
    width: 3.4rem;
    height: 3.4rem;
    background: url(../images/waku_rb.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    bottom: -0.55rem;
    right: -0.55rem;
    transform: translate(0,0);
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 2;
}

#access .layout .access_wrap .map iframe {
    width: 100%;
    height: 100%;
}
#access .layout .access_wrap .info_table {
    margin-top: 2rem;
}
#access .layout .access_wrap .info_table tr {
    display: block;
}
#access .layout .access_wrap .info_table th {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    padding-right: 0;
}
#access .layout .access_wrap .info_table td {
    display: block;
    margin-top: 1rem;
}

#access .layout .access_wrap .link_btn {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
}
#access .layout .access_wrap .link_btn a {
    font-size: 1.15rem;
}
    
#access .layout .access_wrap.img_wrap {
    height: auto;
    flex-wrap: wrap;
    gap: 1.5rem 0;
}
#access .layout .access_wrap.img_wrap img {
    width: 100%;
    height: auto;
    object-fit: none;
}
}

