@charset "UTF-8";

#access .access-box {
    font-family: 'YakuHanJP_Noto', 'Noto Serif JP', serif;
}

/* 下層ページ共通css */
.pagettl {
    background-color: #be9461;
    padding: 30px 0 30px 0;
    margin-top: 122px;
}

.pagettl h2 {
    font-size: 44px;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
}

.under-common-ttl {
    font-size: 40px;
    letter-spacing: 4px;
    line-height: 1.65;
    text-align: center;
}

.under-common-ttl .square {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    color: #fff;
    background: #be9461;
    margin-right: 5px;
    position: relative;
    z-index: 5;
}


/* kobetsu */
.access-box {
    margin: 60px auto 0;
}

.access-img01 {
    max-width: 1071px;
    margin: 60px auto 0;
    position: relative;
}

[class$="-access"] {
    width: 100%;
    max-width: 1000px;
    margin: 120px auto 0;
}

.con-ttl {
    /* font-size: 34px;
    font-weight: normal;
    letter-spacing: 0; */
    width: 90%;
    max-width: 441px;
    text-align: center;
    margin: 0 auto 20px;
}

.access-ttl {
    font-size: 20px;
    position: relative;
    padding-left: 30px;
}

.access-ttl .circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.bus-access .inner {
    background: #eeebe2;
    padding: 40px 40px;
}

.bus-access .con-ttl {
    color: #a48b78;
}

.bus-access .access-ttl .circle {
    background: #a48b78;
}

.access-img02 {
    padding: 40px 0 0 0;
}

.access-img03 {
    border-bottom: 2px solid #966d3a;
    padding: 40px 0 40px 0;
    margin-bottom: 40px;
}

.access-img04 {
    padding: 40px 0 0 0;
}

.access-img05 {
    padding: 40px 0 40px 0;
}

.access-img06 {
    padding: 60px 0 0 0;
}

.access-img07 {
    padding: 20px 0 0 0;
}

.train-access .inner {
    background: #dbe7ed;
    padding: 40px 40px;
}

.train-access .con-ttl {
    color: #4c829a;
}

.train-access .access-ttl .circle {
    background: #929a9f;
}

.car-access .inner {
    background: #ede5e9;
    padding: 40px 40px;
}

.car-access .con-ttl {
    color: #98617a;
}

.car-access .access-ttl .circle {
    background: #98617a;
}




@media only screen and (max-width:1180px) {
    /* 下層ページ共通css */
    .pagettl {
        margin-top: 150px;
    }
}


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

     /* 下層ページ共通css */
     .pagettl {
        padding: 25px 0 25px 0;
        margin-top: 122px;
    }
    .pagettl h2 {
        font-size: 30px;
    }

    /* kobetsu */
    .con-ttl {
        margin-bottom: 10px;
    }
    .under-common-ttl {
        font-size: 20px;
    }

    .under-common-ttl .square {
        width: 28px;
        height: 30px;
        padding-left: 3px;
    }

    [class$="-access"] {
        margin: 60px auto 0;
    }

    .access-img01 {
        margin: 20px auto 0;
    }

    .bus-access .inner,
    .train-access .inner,
    .car-access .inner {
        padding: 15px 15px;
    }

    .access-ttl {
        font-size: 16px;
        padding-left: 22px;
    }

    .access-ttl .circle {
        width: 15px;
        height: 15px;
        top: 8px;
        transform: initial;
    }

    .access-img02 {
        padding: 20px 0 0 0;
    }

    .access-img03 {
        padding: 20px 0 20px 0;
        margin-bottom:15px;
    }

    .access-img04 {
        padding: 20px 0 0 0;
    }

    .access-img05 {
        padding: 20px 0 20px 0;
    }

    .access-img06.js-scrollable {
        overflow-y: hidden!important;
        padding: 20px 0 0 0;
    }

    .access-img06.js-scrollable img {
        width: 450px;
        height: auto;
        max-width: initial;
    }

    .access-img07.js-scrollable {
        overflow-y: hidden!important;
        padding: 10px 0 0 0;
    }

    .access-img07.js-scrollable img {
        width: 450px;
        height: auto;
        max-width: initial;
    }

}

@media only screen and (max-width:499px) {
    .pagettl {
        margin-top: 57px;
    }
}










.modelroom-box > .title {
    text-align: center;
    font-size: 2.5em;
    font-family: 'YakuHanJP_Noto', 'Noto Serif JP', serif;
    margin: 20px 0 0 0;
}
.invitation > .title {
    text-align: center;
    font-size: 2em;
    margin: 80px 0 0 0;
    background-color: #be9461;
    padding: 10px 0 10px 0;
    color: #fff;
}
.invitation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 0 0;
}
.invitation ul li {
    width: 23%;
}
.invitation ul li .ttl {
    text-align: center;
}
.invitation ul li p {
    margin: 10px 0 0 0;
}
.invitation ul li p.ttl {
    margin: 20px 0 0 0;
    font-size: 1.2em;
}


.parking {
    background-color: #036eb7;
    margin: 50px 0 0 0;
}
.parking figure {
    width: 40%;
    max-width: 400px;
    margin: 0 auto;
    padding: 10px 0;
}

@media only screen and (max-width:499px) {
    .modelroom-box > .title {
        font-size: 1.5em;
        margin: 20px 0 0 0;
    }
    .invitation > .title {
        font-size: 1.2em;
        margin: 30px 0 0 0;
        padding: 10px 0 10px 0;
    }
    .invitation ul li {
        width: 48%;
        margin-bottom: 25px;
    }
    .invitation ul li p.ttl {
        font-size: 1em;
        margin: 15px 0 0 0;
    }
.invitation ul li p {
    margin: 7px 0 0 0;
}
    .parking {
        margin: 10px 0 0 0;
    }
    .parking figure {
        width: 80%;
        padding: 10px 0;
    }
}




.slide-box {
    margin: 30px 0 0 0;
}
.thumbnail {
    margin: 1% 0 0 0;
}
.thumbnail li {
    margin: 0 0.5% 0 0;
}
.thumbnail li:last-child {
    /* margin: 0; */
}
.thumbnail .slick-track {
    transform:unset!important;
}
.thumbnail .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .3;
    cursor: pointer;
}
.thumbnail .slick-current {
    opacity: 1;
}
@media only screen and (max-width:499px) {
    .thumbnail {
        margin: 0 0 0 0;
    }
    .thumbnail li {
        width: 24% !important;
        margin: 3% 1.2% 0 0;
    }
    .thumbnail li:nth-of-type(4) {
        margin: 3% 0 0 0;
    }
}
