@charset "UTF-8";

.container {
    width: 1200px;
    margin: 120px auto 50px;
}

/* #area共通 */
#area .list-btn a {
    display: block;
    width: 250px;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 15px 0;
    padding-right: 10px;
    background-color: #81705b;
    position: relative;
    text-decoration: none;
}

#area .list-btn a::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/top_icon03.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 55px;
    top: 16px;
}

#area .list-btn a:hover {
    opacity: 0.7;
    transition: all .3s;
}

#area section {
    margin-bottom: 160px;
}

#area section:last-of-type {
    margin-bottom: 0;
}

#area header .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

#area h1 {
    width: 408px;
}

#area header .image {
    position: relative;
}

#area h2 {
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    line-height: 1.6;
    letter-spacing: 0.2em;
    text-align: center;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%);
}

#area h2 span {
    display: block;
    font-size: 14px;
}


#area h3 {
    font-weight: normal;
    font-size: 32px;
    color: #402000;
    line-height: 1.6;
    letter-spacing: 0.15em;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    margin: 0 auto 40px;
}

#area h3 span {
    display: block;
    font-size: 14px;
    color: #81705b;
    letter-spacing: 0.05em;
}

#area h3::before {
    content: "";
    width: 840px;
    height: 3px;
    background-color: #81705b;
    position: absolute;
    left: 50%;
    top: 25px;
    z-index: -1;
    transform: translateX(-50%);
}

#area h4 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

#area h4 a {
    color: #444;
    text-decoration: underline;
}

#area .address,
#area .time {
    font-size: 16px;
    padding-left: 18px;
    position: relative;
    margin-bottom: 5px;
    text-align: left;
}

#area .time span {
    font-size: 10px;
    background: #ef8c25;
    padding: 1px 10px;
    letter-spacing: 0;
    color: #fff;
    vertical-align: 2px;
}

#area .time::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/area_icon07.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: -2px;
}

#area .address::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/area_icon06.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 0;
}


/* サイドバー */
.sidebar-wrap {
    width: 270px;
    float: left;
    margin-right: 90px;
}

.side-main-ttl {
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #82705c;
    padding: 50px 0 15px;
    margin-bottom: 30px;
    position: relative;
}

.side-main-ttl::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/side_icon01.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.side-ttl {
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #82705c;
    padding: 12px 0;
}

.side-bar a {
    color: #444;
    text-decoration: none;
}

.side-bar {
    margin-bottom: 40px;
}

.side-bar ul {
    padding: 10px 20px;
    border: 3px solid #f2ecde;
    border-top: none;
}

.side-bar li {
    padding: 10px;
    padding-left: 18px;
    border-bottom: 1px solid #82705c;
    position: relative;
}

.side-bar li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: url(../img/side_icon02.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 18px;
    left: 5px;
}

.side-bar li:last-of-type {
    border-bottom: none;
}

.side-builders-seek {
    position: relative;
}

.side-builders-seek::after {
    content: "";
    width: 77px;
    height: 107px;
    background: url(../img/side_character.jpg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 70px;
    left: -77px;
}

/* コンテンツ */
.contents {
    width: 840px;
    float: left;
}

#area-limited-event h3 {
    width: 260px;
    background-color: #fff;
}

#area-limited-event h3::after {
    content: "";
    width: 55px;
    height: 49px;
    background: url(../img/area_icon02.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 50%;
    top: -50px;
    transform: translateX(50%);
}

#area-limited-event .box {
    line-height: 1.6;
    padding: 30px 0;
    border-bottom: 1px solid #81705b;
    position: relative;
}
#area-limited-event .box a{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index: 999; 
}


#area-limited-event .box_img {
    float: left;
    margin-right: 60px;
    width: 300px;
    height: 180px;
    position: relative;
}

#area-limited-event .box_img .event_end {
    background: #82705c;
    padding: 4px 10px;
    text-align: center;
    color: #fff;
    width: 60%;
    position: absolute;
    z-index: 888;
    top: 80px;
    left: 20%;
}

#area-limited-event .image {
    width: 300px;
    height: 180px;
    object-fit: cover;
}

#area-limited-event .wrap {
    width: 440px;
    float: left;
    position: relative;
}

#area-limited-event .builders-name {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    color: #402000;
    padding: 5px 20px;
    background-color: #f2ecde;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
}

#area-limited-event .cat,
#area-anytime-event .cat {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
}

#area-limited-event .cat-1 {
    background-color: #9cc238;
    font-size: 15px;
}

#area-limited-event .cat-2 {
    background-color: #d3d903;
}

#area-limited-event .cat-3 {
    background-color: #f5d22f;
}

#area-anytime-event h3 {
    width: 330px;
    background-color: #fff;
}

#area-anytime-event h3::after {
    content: "";
    width: 39px;
    height: 41px;
    background: url(../img/area_icon03.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 50%;
    top: -50px;
    transform: translateX(50%);
}

#area-anytime-event .box {
    width: 400px;
    float: left;
    margin: 0 40px 40px 0;
}

#area-anytime-event .box:nth-of-type(2n) {
    margin-right: 0;
}

#area-anytime-event .image {
    float: left;
    margin-right: 20px;
}

#area-anytime-event .wrap {
    width: 240px;
    float: left;
}

#area-anytime-event h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}


#area-anytime-event .cat-1 {
    background-color: #9cc238;
}

#area-anytime-event .box .address {
    font-size: 14px;
    text-align: left;
}


#area #area-modelhouse-list {
    margin-bottom: 240px;
}

#area-modelhouse-list h3 {
    width: 330px;
    background-color: #fff;
}

#area-modelhouse-list h3::after {
    content: "";
    width: 132px;
    height: 40px;
    background: url(../img/area_icon04.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 50%;
    top: -50px;
    transform: translateX(50%);
}

#area-modelhouse-list a {
    display: block;
}

#area-modelhouse-list a:hover {
    opacity: 0.7;
    transition: all .3s;
}

#area-modelhouse-list .inner {
    padding: 50px;
    background-color: #f2ecde;
    position: relative;
}

#area-modelhouse-list .box {
    line-height: 1.6;
    background-color: #fff;
    box-shadow: 2px 2px 2px 1px rgba(51, 51, 51, 0.1);
    margin-bottom: 40px;
}

#area-modelhouse-list h4 a {
    text-decoration: none;
}

#area-modelhouse-list .image {
    float: left;
}

#area-modelhouse-list .wrap {
    padding: 30px;
    width: 420px;
    float: left;
}

#area-modelhouse-list .list-btn {
    float: right;
}

#area-works-list h3 {
    width: 400px;
    background-color: #fff;
}

#area-works-list h3::after {
    content: "";
    width: 71px;
    height: 43px;
    background: url(../img/area_icon05.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 50%;
    top: -50px;
    transform: translateX(50%);
}

#area-works-list a:hover {
    opacity: 0.7;
    transition: all .3s;
}

#area-works-list .box {
    width: 260px;
    float: left;
    margin: 0 30px 30px 0;
    padding: 5px;
    background-color: #e8d26c;
    position: relative;
}

#area-works-list a:nth-of-type(3n) .box {
    margin-right: 0;
}

#area-works-list img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#area-works-list .box p {
    width: 250px;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    padding: 15px 0 10px;
    background-color: rgba(64, 32, 0, 0.8);
    position: absolute;
    bottom: 5px;
    left: 5px;
}

#area-anytime-event .box .box_img {
    width: 140px;
    height: 100px;
    float: left;
    margin-right: 20px;
}

#area-anytime-event .box .box_img img {
    width: 140px;
    height: 100px;
    object-fit: cover;
}

#area-modelhouse-list .box .box_img {
    width: 320px;
    height: 200px;
    float: left;
}

#area-modelhouse-list .box .box_img img {
    width: 320px;
    height: 200px;
    object-fit: cover;
}

#area #area-modelhouse-list h4 {
    margin-bottom: 10px !important;
}

#area #area-seek h2 {
    display: none;
}

#area #builders-list .box h4 {
    margin: 10px 0px;
}

#builders-list .box .photo_link {
    width: 400px;
    height: 300px;
}

#builders-list .box .photo_link img {
    width: 400px;
    height: 300px;
    object-fit: cover;
}

#company #builders-list h4 {
    margin-top: 10px;
}

#company #area-seek h2 {
    display: none;
}

#area-limited-event p,
#area-anytime-event p {
    text-align: center;
}

#area .list-btn {
    float: right;
    margin: 50px 0 0 0;
}


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

    .menu-btn {
        width: 40px;
        height: auto;
        position: absolute;
        top: 22px;
        right: 3%;
    }

    .container {
        width: 94%;
        margin: 60px auto 20px;
    }

    .contents {
        width: 100%;
    }

    #area section {
        margin-bottom: 100px;
    }

    header {
        margin-bottom: 30px;
    }

    #area header .inner {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }

    header .image img {
        width: 100%;
        max-width: 100%;
        height: 100px;
    }

    #area h1 {
        width: 300px;
    }

    #area h2 {
        font-size: 24px;
        position: absolute;
        top: 25%;
    }

    #area h3 {
        font-size: 24px;
        position: relative;
        margin: 0 auto 20px;
    }

    #area h3::before {
        width: 0;
    }


    #area h4 {
        margin-bottom: 5px;
    }

    #area .name {
        margin-bottom: 5px;
    }

    #area-limited-event .cat,
    #area-anytime-event .cat {
        display: inline-block;
        font-size: 11px;
        line-height: 1;
        color: #fff;
        padding: 5px 10px;
        margin-bottom: 5px;
    }

    #area-limited-event .builders-name {
        display: inline-block;
        font-size: 11px;
        line-height: 1;
        color: #402000;
        padding: 5px 15px;
        background-color: #f2ecde;
        border-radius: 10px;
        position: absolute;
        top: 0;
        right: 0;
    }

    #area-limited-event .image {
        padding-left: 0;
        width: 100%;
        float: none;
        margin-right: 0;
    }

    #area .address,
    #area .time {
        font-size: 14px;
    }

    #area .address::before {
        position: absolute;
        top: 3px;
    }

    #area-limited-event .wrap {
        width: 100%;
        float: none;
        padding-top: 10px;
    }

    #area-limited-event .builders-name {
        position: absolute;
        top: 10px;
        right: 0;
    }

    #area-limited-event .box {
        padding: 10px 0;
    }

    #area-anytime-event .box {
        width: 48%;
        float: left;
        margin-bottom: 20px;
        margin-right: 4%;
    }

    #area-anytime-event .wrap {
        width: 100%;
        float: none;
    }

    #area #area-modelhouse-list {
        margin-bottom: 100px;
    }

    #area-modelhouse-list .box {
        margin-bottom: 20px;
        position: relative;
    }

    #area-anytime-event .image {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }

    #area-modelhouse-list .inner {
        padding: 20px;
    }

    #area-modelhouse-list .image {
        float: none;
    }

    #area-modelhouse-list .wrap {
        padding: 10px 15px;
        width: 100%;
        float: none;
    }

    #area-modelhouse-list .list-btn {
        float: none;
        width: 250px;
        margin: 20px auto 0;
    }

    #area-works-list h3 {
        width: 320px;
        background-color: #fff;
    }

    #area-works-list .box {
        width: 49%;
        float: left;
        margin: 0 0 10px 0;
        margin-right: 2%;
        padding: 5px;
        background-color: #e8d26c;
        position: relative;
    }

    #area-works-list .box p {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    #area-works-list a:nth-of-type(3n) .box {
        margin-right: 2%;
    }

    #area-works-list a:nth-of-type(even) .box {
        margin-right: 0;
    }

    #area-works-list .box p {
        width: 100%;
    }

    #area footer {
        margin-top: 120px;
    }

    #company #builders-list {
        padding: 0 10px;
    }

    #builders-list {
        padding: 0;
    }

    #builders-list .box .photo_link {
        width: 100%;
        height: 250px;
    }

    #builders-list .box .photo_link img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    #area #builders-list .box h4 {
        margin-bottom: 5px !important;
    }

    #area-limited-event .box_img {
        float: none;
        margin-right: 0px;
        width: 100%;
        height: 180px;
    }

    #area-anytime-event .box .box_img {
        width: 100%;
        height: 100px;
        float: left;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    #area-anytime-event .box .box_img img {
        width: 100%;
        height: 100px;
        object-fit: cover;
    }

    #area #area-modelhouse-list h4 {
        display: inline-block;
        margin-top: 5px;
    }

}
