<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#page_ttl_wrap .inner {
    padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .sec_ttl_wrap h2 .ttl {
        font-size: 2.0rem;
        line-height: calc(32 / 20);
    }
    .sec_ttl_wrap &gt; h3 .ttl {
        font-size: 1.8rem;
        line-height: calc(26 / 18);
    }
    .sec_ttl_wrap .lead_wrap {
        margin-top: 1rem;
    }
    .sec_ttl_wrap .lead_wrap .ttl {
        font-size: 1.6rem;
        line-height: calc(28.8 / 16);
        text-align: center;
    }
    .sec_ttl_wrap .lead_wrap .txt br {
        display: none;
    }
}


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

#access .inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
}
#access .access_list {
    display: flex;
    flex-flow: column;
    grid-gap: 10rem 0;
    /*margin-top: 6rem;*/
}
#access .access_list &gt; .con {
    position: relative;
}
#access .access_list &gt; .con:not(:first-child)::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: url(../images/dot_line.svg) repeat-x center center / auto;
    position: absolute;
    top: -10rem;
    left: 0;
}
#access .access_list &gt; #sugamo1::before {
    display: none;
}

#access .access_list &gt; .con .layout {
    display: flex;
}
#access .access_list &gt; .con .layout .img_wrap {
    width: 30rem;
}
#access .access_list &gt; .con .layout .img_wrap img {
    border: 0.8rem solid #FFFFFF;
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
    height: 100%;
    aspect-ratio: 300 / 354;
    object-fit: cover;
}
#access .access_list &gt; .con .layout .txt_wrap {
    margin-left: 4rem;
}
#access .access_list &gt; .con .con_ttl {
    display: flex;
    height: 3.5rem;
    margin-bottom: 1.5rem;
}
#access .access_list &gt; .con .con_ttl span {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
    padding: 0 1rem;
    padding-bottom: 0.1em;
}
#access .access_list &gt; .con .con_ttl .jp {
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 0.4rem 0 0 0.4rem;
}
#access .access_list &gt; .con .con_ttl .en {
    font-size: 2.0rem;
    letter-spacing: -0.01em;
    font-weight: 500;
    border-radius: 0 0.4rem 0.4rem 0;
}
#access .access_list &gt; .con.sugamo .con_ttl .jp {
    background-color: #02766E;
    color: #FFFFFF;
}
#access .access_list &gt; .con.sugamo .con_ttl .en {
    background-color: #FFFFFF;
    color: #02766E;
    border: 1px solid #02766E;
}
#access .access_list &gt; .con.otsuka .con_ttl .jp {
    background-color: #D54B0C;
    color: #FFFFFF;
}
#access .access_list &gt; .con.otsuka .con_ttl .en {
    background-color: #FFFFFF;
    color: #D54B0C;
    border: 1px solid #D54B0C;
}
#access .access_list &gt; .con .ttl {
    font-size: 3.0rem;
    line-height: calc(45/30);
    font-weight: 500;
    margin-top: 1rem;
}
#access .access_list &gt; .con .txt {
    margin-top: 3rem;
}
#access .access_list &gt; .con .txt .address {
    margin-top: 2rem;
}
#access .access_list &gt; .con .txt .point_list {
    margin-top: 1.5rem;
    display: flex;
    flex-flow: column;
    row-gap: 0.5rem;
}
#access .access_list &gt; .con .txt .point_list &gt; li {
    width: 100%;
    font-size: 1.4rem;
    line-height: calc(20/14);
    padding-left: 1.0em;
    font-weight: 400;
    position: relative;
}
#access .access_list &gt; .con .txt .point_list &gt; li::before {
    content: '';
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #000000;
    position: absolute;
    top: 0.7em;
    left: 0;
}

#access .access_list &gt; .con .map_wrap {
    margin-top: 6rem;
    width: 100%;
    height: 48rem;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}
#access .access_list &gt; .con .map_wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#access .access_list.lounge_access {
    margin-top: 10rem;
    padding: 6rem 4rem;
    background-color: #F7F4EC;
    border-radius: 1rem;
}
#access .access_list.lounge_access &gt; .con .layout .img_wrap {
    width: 45rem;
    min-width: 45rem;
}
#access .access_list.lounge_access &gt; .con .layout .img_wrap img {
    border: none;
    border-radius: 0.5rem;
    overflow: hidden;
    width: 100%;
    height: 100%;
    aspect-ratio: 450 / 300;
    object-fit: cover;
}
#access .access_list.lounge_access &gt; .con .layout .txt_wrap {
    margin-left: 3rem;
}
#access .access_list.lounge_access &gt; .con .ttl {
    font-size: 2.4rem;
    line-height: calc(35/24);
    font-weight: 700;
    margin-top: 0;
}
#access .access_list.lounge_access &gt; .con .map_wrap {
    margin-top: 4rem;
    width: 100%;
    height: 40rem;
    position: relative;
}

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

#access .inner {
    padding-top: 4rem;
    padding-bottom: 10rem;
}
#access .access_list {
    grid-gap: 5rem 0;
    /*margin-top: 3rem;*/
}
#access .access_list &gt; .con:not(:first-child)::before {
    position: absolute;
    top: -5rem;
    left: 0;
}

#access .access_list &gt; .con .layout {
    flex-flow: column;
}
#access .access_list &gt; .con .layout .img_wrap {
    width: 20rem;
    margin: auto;
    margin-top: 3rem;
    order: 3;
}
#access .access_list &gt; .con .layout .img_wrap img {
    border: 0.5rem solid #FFFFFF;
    border-radius: 0.5rem;
    overflow: hidden;
    width: 100%;
    height: 100%;
    aspect-ratio: 300 / 354;
    object-fit: cover;
}
#access .access_list &gt; .con .layout .txt_wrap {
    width: 100%;
    margin-left: 0;
    
    display: contents;
}
#access .access_list &gt; .con .con_ttl {
    display: flex;
    justify-content: center;
    height: 3.2rem;
    margin-bottom: 1.0rem;
    order: 1;
}
#access .access_list &gt; .con .ttl {
    font-size: 2.4rem;
    line-height: calc(36/24);
    margin-top: 1rem;
    text-align: center;
    order: 2;
}
#access .access_list &gt; .con .txt {
    margin-top: 3rem;
    order: 4;
}
#access .access_list &gt; .con .txt .address {
    margin-top: 2rem;
}
#access .access_list &gt; .con .txt .point_list {
    margin-top: 1.5rem;
    display: flex;
    flex-flow: column;
    row-gap: 0.5rem;
}
#access .access_list &gt; .con .txt .point_list &gt; li {
    width: 100%;
    font-size: 1.4rem;
    line-height: calc(20/14);
    padding-left: 1.0em;
    font-weight: 400;
    position: relative;
}
#access .access_list &gt; .con .txt .point_list &gt; li::before {
    content: '';
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #000000;
    position: absolute;
    top: 0.7em;
    left: 0;
}

#access .access_list &gt; .con .map_wrap {
    margin-top: 4rem;
    height: 23rem;
}

#access .access_list.lounge_access {
    margin-top: 4rem;
    padding: 4rem 2rem;
    border-radius: 0.5rem;
}
#access .access_list.lounge_access &gt; .con .layout .img_wrap {
    width: 100%;
    min-width: inherit;
    order: 3;
}
#access .access_list.lounge_access &gt; .con .layout .img_wrap img {
    border-radius: 0.4rem;
}
#access .access_list.lounge_access &gt; .con .layout .txt_wrap {
    margin-left: 0;
    display: contents;
}
#access .access_list.lounge_access &gt; .con .ttl {
    font-size: 1.6rem;
    line-height: calc(24/16);
    
    order: 1;
}
#access .access_list.lounge_access &gt; .con .map_wrap {
    margin-top: 3rem;
    height: 20.4rem;
}
}


/* #page_navi
----------------------------------------- */
#page_navi .inner {
    padding-top: 8rem; 
    padding-bottom: 8rem;
}

@media screen and (max-width: 768px) {
#page_navi .inner {
    padding-top: 6rem; 
    padding-bottom: 6rem;
}
}
</pre></body></html>