@charset "utf-8";

body {
    color: #6d6d6d;
    font-family: 'Open Sans', 'YuGothic_Family', 'YuGothic', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  margin: 0;
}

.view_1 {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto 100px;
}


h4 {
    margin: 0px 0px 1%;
    font-size: 1.8em;
    font-weight: 100;
}

@media screen and (max-width: 769px) {
    .view_1 {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }

    h4 {
        font-size: 1.4em;
    }
}




/* topview -------------------------------------*/

.top-img {
    width: 100%;
}

.top-img img {
    width: 100%;
}

/* scene -------------------------------------*/

.scene {
    margin: 15% 0px 0px;
}

.scene_text {
    text-align: center;
    margin: 0px 0px 2%;
}

.scene_text h4 {
    margin: 0px 0px 1%;
    font-size: 1.8em;
    font-weight: 100;
}

.scene_text p {
    text-align: left;
    margin: 0 auto;
    width: 70%;
}

.scene_img {
    width: 100%;
}

.scene_img img {
    width: 100%;
}

@media screen and (max-width: 769px) {
    .scene_text {
        text-align: left;
        margin: 0px 0px 2%;
    }

    .scene_text h4 {
      margin: 0px 0px 10px;
        font-size: 1.4em;
    }

    .scene_text p {
        width: 100%;
        font-size: 0.9em;
    }
}



/* option -------------------------------------*/

.option {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin: 15% 0px 0px;
}

.option_img {
    width: 50%;
}

.option_img img {
    width: 100%;
}

.option_text {
    width: 50%;
    padding: 0px 5%;
}

.option_text h4 {
    font-size: 1.8em;
    font-weight: 100;
    margin: 0;
}

.option_text p {
    margin: 0;
}

@media screen and (max-width: 769px) {
    .option {
        display: block;
    }

    .option_img {
        width: 85%;
        margin: 0 auto;
    }

    .option_img img {
        width: 100%;
    }

    .option_text {
        width: 90%;
        max-width: 1200px;
        padding: 0px 0%;
        text-align: left;
        margin: 0 auto;
    }

    .option_text h4 {
        font-size: 1.4em;
        font-weight: 100;
        margin: 0px 0px 10px;
    }

    .option_text p {
        font-size: 0.9em;
        margin: 0;
        text-align: left;
    }
}




/* color -------------------------------------*/

.color {
    margin: 20% 0px 0px;
}

.color h4 {
    text-align: center;
    margin: 0;
}

.color_img_wrap {
    display: flex;
    margin: 0;
}

.color_img {
    width: 50%;
}

.color_img img {
    width: 100%;
}

@media screen and (max-width: 769px) {
    .color h4 {
        text-align: left;
        font-size: 1.4em;
    }
}


/* item ---------------------------------------------*/

.item {
    margin: 10% 0px 0px;
}

.border {
    border: solid 0.5px;
    padding: 5%;
}

/* item-title ******************/

.item-title {
    display: flex;
    align-items: center;
}

.item-title_text {
    width: 50%;
    text-align: center;
}

.item-title_text h4 {
    width: 100%;
}

@media screen and (max-width: 769px) {
    .item-title_text h4 {
        font-size: 1em;
    }
}

.item-title_img {
    width: 50%;
}

.item-title_img img {
    width: 100%;
}

/* item-point ******************/

.item-point_wrap {
    margin: 20px 0px 0px;
}

.item-point {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.item-point_reverse {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.item-point_text {
    width: 30%;
}

.item-point_text h3 {
    font-weight: 100;
    font-size: 1.3em;
    margin: 0;
}

.item-point_text p {
    font-size: 0.8em;
    border-top: solid 0.5px;
    width: 80%;
    margin: 0;
}

.item-point_img {
    width: 70%;
}

.item-point_img img {
    width: 100%;
}

@media screen and (max-width: 769px) {
    .item-point_wrap {
        margin: 15% 0px;
    }

    .item-point {
        display: block;
    }

    .item-point_reverse {
        display: block;
    }

    .item-point_text {
        width: 100%;
        text-align: left;
        margin-bottom: 5%;
    }

    .item-point_text h3 {
        font-weight: 100;
        font-size: 1em;
        margin: 0;
    }

    .item-point_text p {
        border-top: solid 0.5px;
        width: 100%;
        margin: 0;
        font-size: 0.9em;
        margin-top: 2%;
        padding-top: 2%;
    }

    .item-point_img {
        width: 100%;
    }

    .item-point_img img {
        width: 100%;
    }
}


/* text on img ******************/

.item-point_imgtext {
    position: relative;
}

.item-point_imgtext .item-point_imgtext-img {
    width: 100%;
}

.item-point_imgtext .item-point_imgtext-img img {
    width: 100%;
}

.item-point_imgtext .item-point_text {
    position: absolute;
    top: 15%;
    right: 0;
}

@media screen and (max-width: 769px) {
    .item-point_imgtext {
        position: static;
    }

    .item-point_imgtext .item-point_imgtext-img {
        width: 100%;
    }

    .item-point_imgtext .item-point_imgtext-img img {
        width: 100%;
    }

    .item-point_imgtext .item-point_text {
        position: static;
        top: 15%;
        right: 0;
    }



}


/* chair ---------------------------------------------*/

.chair {
    text-align: center;
    margin-top: 20%;
}

.chair-img_wrap {
    display: flex;
    margin-top: 8%;
}

.chair-img {
    width: 33.33%;
}

.chair-img img {
    width: 100%;
}

.chair-text {
    margin-top: 8%;
}

.chair a {
    color: #6d6d6d;
}

.chair a:hover {
    color: #bfbfbf;
}







