@charset "UTF-8";
html {
  min-width: 320px;
}

.is-sp {
  display: block;
}

br.is-sp {
  display: inline;
}

.is-pc {
  display: none !important;
}

.l-wrap {
  padding-top: 50px;
  min-width: 0;
}

/*=============================== main_nav ================================*/
#menuList {
  display: none;
}

#rwdMenuWrap {
  min-width: 32px;
  position: fixed;
  z-index: 100;
  height: 0;
  top: 0;
  left: 0;
  width: 100%;
}

#rwdMenuWrap #switchBtnArea {
  width: 100%;
  height: 0;
}

#rwdMenuWrap #switchBtnArea #switchBtn {
  top: 5px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: block;
  background-color: transparent;
  position: fixed;
  border-radius: 5px;
}

#rwdMenuWrap #switchBtnArea #switchBtn span {
  left: 20%;
  width: 60%;
  height: 4px;
  display: block;
  position: absolute;
  background-color: #000;
  border-radius: 5px;
  transition: all 0.2s linear;
}

#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
  top: 18px;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
  bottom: 10px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
  top: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
}

#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
  bottom: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#rwdMenuWrap .main_nav {
  display: none;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  float: none;
  height: auto;
  overflow: visible;
  border: none;
  position: fixed;
  top: 50px;
  bottom: auto;
  right: auto;
  border-bottom: #aaa 1px solid;
  background-color: #fff;
}

#rwdMenuWrap .main_nav ul {
  padding: 0;
  width: 100%;
  display: block;
  height: auto;
  background: #fff;
  margin-bottom: 0;
}

#rwdMenuWrap .main_nav ul li {
  text-indent: 0;
  width: 100%;
  border-top: #aaa 1px solid;
  float: none;
  margin: 0;
  background: none;
}

#rwdMenuWrap .main_nav ul li a {
  font-size: 100%;
  display: block;
  width: auto;
  height: auto;
  line-height: 50px;
  margin: 0;
  padding: 0 15px 0;
  text-align: left;
  position: relative;
}

#rwdMenuWrap .main_nav ul li a::before {
  display: none;
}

#rwdMenuWrap .main_nav ul li a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}

#rwdMenuWrap .main_nav ul li.act a {
  background-color: #333;
  color: #fff;
}

#rwdMenuWrap .main_nav ul li.act a::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/*=============================== header ================================*/
.header {
  background-color: rgba(255, 255, 255, 0.9);
  min-width: 320px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}

.header_inner {
  height: 50px;
}

.header .logo {
  width: auto;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  margin: 0;
}

.header .logo img {
  width: auto;
  height: 100%;
}

/*=============================== メインビジュアル ================================*/
.mainvisual {
  min-width: 0;
}

.is-home .mainvisual {
  height: 300px;
  min-height: 0;
}

@media screen and (max-width: 470px) {
  .is-home .mainvisual {
    height: 200px;
  }
}
.is-concept .mainvisual {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainvisual_contents {
  width: 80%;
}

.mainvisual_catch {
  font-size: 2rem;
  line-height: 1.6;
  top: 50%;
  right: auto;
  left: calc(50% + 96px);
  transform: translateY(-50%);
}

@media screen and (max-width: 470px) {
  .mainvisual_catch {
    font-size: 1.5rem;
    left: calc(50% + 60px);
  }
}
.mainvisual_slide {
  min-width: 0;
  min-height: 0;
  position: static;
  transform: none;
}

.is-home .mainvisual_slide {
  margin: 0;
  left: 0;
  width: 100%;
  position: absolute;
  top: 0;
}

/*=============================== 共通 ================================*/
.inner {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.page_ttl {
  padding-top: 0;
}

.section_ttl {
  line-height: 1.5;
  margin-bottom: 20px;
}

.section_ttl .txt_en {
  margin-bottom: 10px;
}

.section_ttl .txt_jp {
  font-size: 2.2rem;
}

.cva {
  margin: 40px 0 0;
}
.cva .cv_txt {
  margin: 0 0 10px;
}
.cva .cv_txt span {
  font-size: 1.8rem;
}
.cva .cv_txt a {
  font-size: 3rem;
}
.cva .cv_btn {
  display: block;
  width: auto;
  padding: 15px;
}
.cva .cv_btn span {
  font-size: 1.8rem;
  padding-left: 25px;
}

.cat_list .product_post_item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 10%;
  padding: 2.5% 2.5% 1.5%;
}
.cat_list .product_post_item:nth-of-type(2n) {
  margin-right: 0;
}
.cat_list .product_post_item::before {
  width: 72px;
  height: 20px;
}
.cat_list .product_post_item .product_post_thumb {
  margin-bottom: 12px;
}
.cat_list .product_post_item .product_post_ttl {
  font-size: 1.6rem;
}

/*=============================== HOME ================================*/
.home_ttl {
  height: 40px;
}

.home_ttl p {
  width: 70%;
  min-width: 200px;
  max-width: 350px;
}

.home_ttl p img {
  top: -30px;
}

@media screen and (max-width: 470px) {
  .home_ttl p img {
    top: -20px;
  }
}
/*---------- HOME／コンセプト ----------*/
.home_concept_area .inner {
  padding-top: 30px;
  padding-bottom: 40px;
}

.home_concept_txt {
  width: auto;
}

/*---------- HOME／特徴 ----------*/
.home_feature_area {
  background-size: auto 705px;
}

.home_feature_area .inner {
  padding-top: 30px;
  padding-bottom: 40px;
}

.home_feature_area .section_ttl {
  margin-bottom: 20px;
}

.home_feature_list {
  margin-bottom: 40px;
}

.home_feature_list_body {
  display: block;
}

.home_feature_item {
  width: auto;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.home_feature_num {
  margin-bottom: 10px;
}

.home_feature_num::before {
  margin-bottom: 5px;
}

.home_feature_item_ttl {
  font-size: 2.2rem;
}

/*---------- HOME／お知らせ ----------*/
.home_news_area .inner {
  padding-top: 30px;
  padding-bottom: 40px;
}

.home_news_area_body {
  display: block;
}

.home_news_area_body dt {
  width: auto;
  float: none;
  margin-bottom: 0;
}

.home_news_area_body dd {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/*---------- HOME／取扱商品 ----------*/
.product_area {
  background-size: auto 705px;
}

.product_area .inner {
  padding-top: 30px;
  padding-bottom: 40px;
}

.home_post_list_body {
  display: block;
}

.home_post_item {
  width: auto;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.home_post_ttl {
  font-size: 1.6rem;
}

/*---------- HOME／施工事例 ----------*/
.case_area .inner {
  padding-top: 30px;
  padding-bottom: 150px;
}

/*================================ 下層 ===============================*/
/* 共通 */
.contents {
  width: auto;
  margin-bottom: 150px;
}

/*---------- 下層／フェイクグリーンについて ----------*/
.ttl_row01,
.ttl_row02 {
  font-size: 1.6rem;
  letter-spacing: .1em;
  width: auto;
  left: 0;
  right: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.ttl_row01 {
  margin-bottom: 0;
}

.ttl_row02 {
  width: auto;
}

.concept .sec._1 {
  margin-top: -15px;
  padding: 0 15px;
}
.concept .sec._1 .wrap {
  width: 100%;
  margin: auto;
  padding: 53px 0 34px;
  display: block;
}
.concept .sec._1 .wrap:nth-of-type(2) figure img {
  margin: -47px 0 0;
}
.concept .sec._1 .wrap:nth-of-type(2) .txt_wrap {
  margin: 0 auto;
}
.concept .sec._1 .wrap figure {
  width: 100%;
}
.concept .sec._1 .wrap figure img {
  width: 100%;
  height: auto;
  margin: -47px 0 0 0;
  -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(-2deg);
  -moz-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.16);
}
.concept .sec._1 .wrap .txt_wrap {
  width: 100%;
  max-width: 313px;
  padding: 30px 0 0 0;
  margin: 0 auto;
}
.concept .sec._1 .wrap .txt_wrap .num {
  margin-bottom: 10px;
}
.concept .sec._1 .wrap .txt_wrap .num::before {
  margin-bottom: 5px;
}
.concept .sec._1 .wrap .txt_wrap .point_ttl {
  font-size: 2.2rem;
}
.concept .sec._2 {
  padding: 30px 0 150px;
}
.concept .sec._2 .inner {
  width: auto;
  margin: auto;
}
.concept .sec._2 .inner .section_ttl {
  margin-bottom: 20px;
}
.concept .sec._2 .inner .section_ttl span {
  line-height: 1.5;
  font-size: 2.2rem;
}
.concept .sec._2 .inner .section_ttl span::after {
  height: 17px;
}
.concept .sec._2 .inner .txt_wrap {
  max-width: 313px;
  margin: 0 auto;
}

/*---------- 下層／お知らせ ----------*/
/*---------- 下層／取扱商品 ----------*/
.product {
  padding-top: 35px;
}
.product .sec {
  padding: 0 0 20px;
}
.product .sec .cat_ttl {
  margin-bottom: 40px;
}
.product .sec .cat_ttl._c1::before {
  width: 60px;
  height: 90px;
}
.product .sec .cat_ttl._c2::before {
  width: 40px;
  height: 60px;
}

.product_single {
  padding-top: 35px;
}
.product_single .section_ttl {
  margin: 0 0 -20px;
}
.product_single .wrap {
  padding: 35px 20px 20px;
}
.product_single .wrap .product_slide {
  margin: 0 0 10px;
}
.product_single .wrap .product_slide .bx-wrapper:nth-of-type(1) {
  padding: 10px;
}
.product_single .wrap .product_slide .bx-wrapper:nth-of-type(1) .bx-viewport {
  /*height: 342px !important;*/
}
.product_slide #photo {
	padding-top: 120%;
}
.product_slide #photo li {
	top: 0;
	left: 0;
}


.product_single .wrap .product_slide .bx-wrapper:nth-of-type(1) .bx-controls {
  padding: 0;
}
.product_single .wrap .product_slide .bx-wrapper:nth-of-type(2) #thumb li {
  width: 60px !important;
  margin-right: 8px !important;
}
.product_single .wrap .text_area {
  max-width: inherit;
}
.product_single .wrap .text_area .txt_wrap {
  margin: 0 0 30px;
}
.product_single .wrap .text_area .txt_wrap .ttl {
  margin: 0 0 10px;
}

/*---------- 下層／施工事例 ----------*/
.case .mainvisual {
  height: 200px;
}
.case .page_ttl {
  padding-top: 30px;
}
.case .page_ttl .txt_jp {
  font-size: 2.2rem;
}
.case .inner {
  margin-top: -63px;
}

.case_single .mainvisual {
  padding: 30px 0;
}
.case_single .page_ttl {
  padding: 0;
  margin-bottom: 20px;
}
.case_single .page_ttl .txt_jp {
  font-size: 2.5rem;
}
.case_single .inner .case_slide {
  width: 100%;
}
.case_single .inner .case_slide .bx-wrapper {
  padding: 10px;
  background: #FFF;
}
.case_single .inner .case_slide .bx-wrapper .bx-viewport {
  /*height: 215px !important;*/
}
.case_single .inner .case_slide .bx-wrapper .bx-controls {
  padding: 0;
}
.case_single .inner .case_slide .custom-thumb {
  width: 265px;
  margin: 20px auto 0;
}
.case_single .inner .case_slide .custom-thumb img {
  max-height: 41px;
  margin-left: -12px;
}
.case_single .inner .case_slide .custom-thumb a {
  width: 41px;
  margin: 0 15px 0 0;
}
.case_single .inner .case_slide .custom-thumb a:nth-of-type(n+6) {
  margin-top: 15px;
}
.case_single .inner .case_slide .custom-thumb a:nth-of-type(5n) {
  margin-right: 0;
}
.case_single .sec {
  background: #FFF;
  padding: 30px 0;
}
.case_single .sec .section_ttl {
  margin: 0 0 15px;
}
.case_single .sec .section_ttl .txt_jp {
  font-size: 2.2rem;
}
.case_single .sec .txt_wrap {
  width: auto;
  margin: 0 5%;
}

/*---------- 下層／企業情報 ----------*/
.outline {
  padding-top: 35px;
}
.outline .section_ttl {
  margin: 0 0 -20px;
}
.outline .sec._1 .wrap {
  padding: 80px 30px 20px;
}
.outline .sec._1 .wrap figure {
  margin-bottom: 20px;
}
.outline .sec._1 .wrap figure img {
  max-width: 250px;
}
.outline .sec._1 .wrap .ttl {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.outline .sec._1 .wrap .ttl span {
  display: inline-block;
  padding: 0 10px;
}
.outline .sec._1 .wrap .ttl span::after {
  height: 17px;
}
.outline .sec._2 {
  padding: 30px 0;
}
.outline .sec._2 .inner {
  align-items: flex-start;
  flex-wrap: wrap;
}
.outline .sec._2 .inner dl {
  max-width: inherit;
  margin-right: 0;
  margin-bottom: 30px;
}
.outline .sec._2 .inner dl dt {
  max-width: 20%;
}
.outline .sec._2 .inner dl dd {
  max-width: 80%;
}
.outline .sec._2 .inner .map {
  width: 100%;
  margin-right: 0;
}
.outline .sec._2 .inner .map iframe {
  height: 300px;
}
.outline .sec._3 {
  padding: 30px 0 150px;
}

/*---------- 下層／プライバシーポリシー ----------*/
.privacy {
  padding-top: 35px;
}
.privacy .section_ttl {
  margin: 0 0 -20px;
}
.privacy .sec._1 .wrap {
  padding: 80px 30px 20px;
}
.privacy .sec._1 .wrap dl {
  margin-bottom: 30px;
}
.privacy .sec._1 .wrap dl dt {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: .12em;
}
.privacy .sec._1 .wrap dl dd {
  margin-bottom: 30px;
}
.privacy .sec._1 .wrap figure {
  margin-bottom: 15px;
}
.privacy .sec._1 .wrap figure img {
  max-width: 200px;
}

/*---------- 下層／新着情報 ----------*/
.news {
  padding-top: 35px;
}
.news .section_ttl {
  margin: 0 0 -20px;
}
.news .sec._1 .wrap {
  padding: 80px 30px 20px;
}
.news .sec._1 .wrap .img_txt {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #e6e6e6;
}
.news .sec._1 .wrap .img_txt:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.news .sec._1 .wrap .img_txt figure {
  max-width: inherit;
  margin-bottom: 15px;
}
.news .sec._1 .wrap .img_txt .txt_wrap {
  max-width: inherit;
}
.news .sec._1 .wrap .img_txt .txt_wrap h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: .12em;
}
.news .sec._1 .wrap .img_txt a {
  flex-wrap: wrap;
}

.news_single {
  padding-top: 35px;
}
.news_single .section_ttl {
  margin: 0 0 -20px;
}
.news_single .sec._1 .wrap {
  padding: 80px 30px 20px;
}
.news_single .sec._1 .wrap figure {
  max-width: inherit;
  margin-bottom: 15px;
}
.news_single .sec._1 .wrap .txt_wrap {
  max-width: inherit;
}
.news_single .sec._1 .wrap .txt_wrap h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: .12em;
}

/*---------- 下層／お問い合わせ ----------*/
.contact {
  padding-top: 35px;
}
.contact .section_ttl {
  margin: 0 0 -20px;
}
.contact .sec._1 .wrap {
  padding: 50px 20px 10px;
  margin-bottom: 30px;
}

.form_area {
  /*	margin-left: 15px;
  	margin-right: 15px;
  	margin-bottom: 30px;*/
}

.form_area table,
.form_area tbody,
.form_area tr,
.form_area th,
.form_area td {
  display: block;
}

.form_area table {
  border-bottom: 0;
}

.form_area tbody th {
  font-weight: bold;
  width: auto;
  display: block;
  border: 0;
  padding: 10px 18px;
  background: #f2f2f2;
}

.form_area tbody td {
  border-left: 0;
  border-right: 0;
}

.submit_group .btn {
  width: 150px;
}

/*=============================== footer ================================*/
.footer_inner {
  width: auto;
  padding-top: 125px;
}

.footer_inner::before {
  width: 150px;
  height: 223px;
}

.footer_logo {
  width: 180px;
}

/*---------- footer_nav ----------*/
.footer_nav {
  width: auto;
}

.footer_nav_body {
  display: block;
}

.footer_nav_item {
  border-bottom: solid 1px #ccc;
  margin: 0;
}

.footer_nav_item a {
  font-size: 100%;
  display: block;
  width: auto;
  height: auto;
  line-height: 50px;
  color: #333;
  margin: 0;
  padding: 0 15px 0;
  text-align: left;
  position: relative;
  background-color: #fff;
}

.footer_nav_item a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}

.footer_nav_item a:hover {
  opacity: 1;
}

/*=============================== footer ================================*/
.pagetop {
  right: 10px;
  width: 40px;
  height: 47px;
  top: -47px;
}
