@charset "UTF-8";
/* ---------------------------------------------------------------------
 * コンセプトページ
 * --------------------------------------------------------------------- */

.pages_main_image{height:auto;position: relative}
.pages_main_image .images{width: 100%;height: auto;min-width: 1200px;}
.pages_main_image .inner{position: absolute;left: 0;right: 0;margin: auto;top: 0}
@media screen and (max-width: 767px) {/*スマホ設定*/
.pages_main_image img{height: 200px!important;object-fit: cover;object-position: 60% center;}
}


#body_landscape .bg1{background:url("../images/landscape/bg1.jpg");background-size: cover;padding: 100px 0}
#body_landscape .bg2{background:url("../images/landscape/bg2.jpg");background-size: cover;padding: 100px 0;}
#body_landscape .bg3{padding: 100px 0;}
#body_landscape h2{margin-bottom: 80px}
#body_landscape h3{font-size: 31px;line-height: 2.3; letter-spacing: 0.1em;margin-bottom: 40px}
#body_landscape .txt{font-size: 18px;letter-spacing: 0.1em;line-height: 2.6em;}


#body_landscape .zu{padding-bottom: 100px}
#body_landscape .point{margin-bottom: 100px}
#body_landscape .point li{width: 22%; margin-bottom: 20px;}
#body_landscape .point li p{text-align: left;padding-top: 12px}
#body_landscape .hana li{width: 18%; margin-bottom: 20px;}
#body_landscape .hana li p{text-align: left;padding-top: 12px}

#body_landscape .bt2{padding: 60px 0}

/*===============================================================================
===============================================================================*/
@media screen and (max-width: 767px) {/*スマホ設定*/
#body_landscape .bg1{padding: 50px 0;}
#body_landscape .bg2{padding: 50px 0;}
#body_landscape .bg3{padding: 50px 0;}
#body_landscape h2{width: 80%; margin: 0 auto 40px}
#body_landscape h3{font-size: 20px;margin-bottom: 40px}
#body_landscape .txt{font-size: 14px;text-align: left;padding: 0 30px}
#body_landscape .point li{width: 48%; margin-bottom: 20px;}
#body_landscape .hana li{width: 31%; margin-bottom: 20px;}

#body_landscape .zu{padding-bottom: 60px}
#body_landscape .point{margin-bottom:60px}
#body_landscape .bt2{padding: 30px 0}
}


@media print{
.body_area_inner{width: 96%;margin: auto}
#body_landscape img{max-width: 100%;height: auto}

}