@charset "UTF-8";
/*
@mixin tabMpc { 
	@media screen and (min-width: 768px) and (max-width: 1280px){
		@content;
	}	
}
@mixin tabwMpc { 
	@media screen and (min-width: 961px) and (max-width: 1280px){
		@content;
	}	
}
*/
/* ----------------------------------------
	#content
---------------------------------------- */
#content {
  margin: 0 auto;
  height: 100%;
  padding-top: 70px; }
  @media screen and (min-width: 961px) and (max-width: 1280px) {
    #content {
      padding-top: 90px !important; } }
  @media screen and (min-width: 1281px) {
    #content {
      padding-top: 90px; } }
  #content #pageTitle {
    display: none !important; }
  #content #main {
    padding: 0px 0 !important;
    position: relative; }

h2.homeTitle {
  text-align: left;
  font-weight: 700;
  line-height: 1.0; }
  @media screen and (max-width: 480px) {
    h2.homeTitle {
      font-size: 2.6rem;
      margin-bottom: 40px; } }
  @media screen and (min-width: 481px) and (max-width: 960px) {
    h2.homeTitle {
      font-size: 3.5rem;
      margin-bottom: 50px; } }
  @media screen and (min-width: 961px) and (max-width: 1280px) {
    h2.homeTitle {
      font-size: 3.8rem;
      margin-bottom: 80px; } }
  @media screen and (min-width: 1281px) {
    h2.homeTitle {
      font-size: 4.0rem;
      margin-bottom: 80px !important; } }

#home_price h2.homeTitle, #home_news h2.homeTitle {
  text-align: center; }

#home_license h2.homeTitle {
  text-align: center;
  color: #0038b5; }

h3.subtitle {
  margin-bottom: 30px;
  font-size: 2.0rem;
  font-weight: 600; }
  @media screen and (min-width: 961px) {
    h3.subtitle {
      font-size: 3.0rem; } }

/* ----------------------------------------
	#visual
---------------------------------------- */
#mainvisual {
  margin: 0px auto;
  height: auto;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  background: url("../images/home/bg_beige_top.png") no-repeat bottom;
  background-size: 100%; }
  @media screen and (max-width: 767px) {
    #mainvisual {
      padding-left: 0%;
      padding-right: 0%; } }
  #mainvisual ul.slick_visual li {
    position: relative; }
    @media screen and (min-width: 1281px) {
      #mainvisual ul.slick_visual li {
        margin: 0px 10px; } }
    #mainvisual ul.slick_visual li img.visual_main {
      width: 100%; }
  @media screen and (max-width: 767px) {
    #mainvisual ul.slick_visual .slick-prev {
      left: 10px; } }
  @media screen and (max-width: 767px) {
    #mainvisual ul.slick_visual .slick-next {
      right: 10px; } }

/******************************************************
#home_contactArea
******************************************************/
#home_contactArea {
  background-color: #E2DCD3; }
  #home_contactArea .inner {
    padding-bottom: 0px; }
    @media screen and (min-width: 768px) {
      #home_contactArea .inner {
        display: flex;
        justify-content: space-between; } }
    @media screen and (min-width: 768px) and (max-width: 1280px) {
      #home_contactArea .inner {
        padding-top: 60px; } }
    @media screen and (min-width: 1281px) {
      #home_contactArea .inner {
        padding-top: 80px; } }
    #home_contactArea .inner .contactArea {
      color: #ffffff;
      text-align: center;
      border-radius: 10px;
      padding: 35px 20px 30px 20px;
      position: relative;
      /*.time{
      	font-size: 1.4rem;
      }*/ }
      @media screen and (max-width: 767px) {
        #home_contactArea .inner .contactArea {
          max-width: 500px;
          margin: 0px auto; } }
      @media screen and (min-width: 768px) {
        #home_contactArea .inner .contactArea {
          width: 48%; } }
      #home_contactArea .inner .contactArea img {
        width: 100px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0px auto;
        top: -40px; }
      #home_contactArea .inner .contactArea .tit {
        font-weight: bold;
        font-size: 2.5rem; }
        @media screen and (min-width: 961px) {
          #home_contactArea .inner .contactArea .tit {
            font-size: 3.0rem; } }
      #home_contactArea .inner .contactArea .contactcall {
        font-weight: bold;
        line-height: 1.0;
        margin-bottom: 20px; }
        @media screen and (min-width: 768px) {
          #home_contactArea .inner .contactArea .contactcall {
            font-size: 2.0rem; } }
      #home_contactArea .inner .contactArea .more {
        background: #ffffff;
        border-radius: 50px;
        text-align: center;
        max-width: 400px;
        margin: 0px auto;
        position: relative; }
        #home_contactArea .inner .contactArea .more::after {
          display: inline-block;
          width: 15px;
          background-size: contain;
          vertical-align: middle;
          position: absolute;
          top: 30%;
          right: 10px; }
          @media screen and (min-width: 961px) {
            #home_contactArea .inner .contactArea .more::after {
              width: 20px;
              top: 37%;
              right: 15px; } }
        #home_contactArea .inner .contactArea .more a {
          display: block;
          padding: 15px 10px 15px 10px;
          font-size: 1.8rem;
          font-weight: bold; }
          @media screen and (min-width: 961px) {
            #home_contactArea .inner .contactArea .more a {
              font-size: 2.3rem;
              padding: 19px 10px 19px 10px; } }
      #home_contactArea .inner .contactArea .btn_orange::after {
        content: url("../images/common/arrow_orange.svg"); }
      #home_contactArea .inner .contactArea .btn_orange a {
        color: #DFC44A; }
      #home_contactArea .inner .contactArea .btn_green::after {
        content: url("../images/common/arrow_green.svg"); }
      #home_contactArea .inner .contactArea .btn_green::before {
        content: url("../images/home/contactfree.svg");
        display: inline-block;
        width: 50px;
        background-size: contain;
        vertical-align: middle;
        position: absolute;
        bottom: -1px;
        left: 5px; }
        @media screen and (min-width: 961px) {
          #home_contactArea .inner .contactArea .btn_green::before {
            width: 60px;
            bottom: 2px;
            left: 7px; } }
      #home_contactArea .inner .contactArea .btn_green a {
        color: #79A84C; }
    #home_contactArea .inner .contactTel {
      background: #DFC44A; }
      @media screen and (max-width: 767px) {
        #home_contactArea .inner .contactTel {
          margin-bottom: 50px; } }
      #home_contactArea .inner .contactTel .tit {
        position: relative;
        display: inline-block;
        margin-bottom: 15px;
        /*&::before{
        	content: '';
        	position: absolute;
        	bottom: -15px;
        	display: inline-block;
        	width: 110px;
        	height: 1px;
        	left: 50%;
        	-webkit-transform: translateX(-50%);
        	transform: translateX(-50%);
        	background-color:#ffffff;
        }*/ }
    #home_contactArea .inner .contactMail {
      background: #79A84C; }
      #home_contactArea .inner .contactMail .tit {
        margin-bottom: 15px; }

/******************************************************
#home_strengths
******************************************************/
#home_strengths {
  background: url("../images/home/bg_beige_bottom.png?1") top no-repeat;
    /*.moreBtn{
        max-width: 600px;
        margin:0px auto;
        text-align: center;
        position: relative;
        background:$d-green;
        a{
            display: block;
            padding: 20px 10px;
            border-radius: 40px;
            font-weight: 600;
            line-height: 1.0;
            @include minTab{
                font-size: 2.6rem;
                padding: 25px 10px;
            }
        }
        &::after{
			content: url("../images/common/arrow_white2.svg");
			display: inline-block;
			width: 6px;
			background-size: contain;
			vertical-align: middle;
			position: absolute;
			top: 13px;
			right: 10px;
		}
    }*/ }
  @media screen and (max-width: 960px) {
    #home_strengths .strengths_ol {
      background: url("../images/home/strengths_leaf_left.png") no-repeat top;
      background-size: 400px;
      background-position: -110px -300px; } }
  #home_strengths .inner {
    max-width: 100% !important;
    padding: 100px 3% 0px 3%; }
    @media screen and (max-width: 960px) {
      #home_strengths .inner .bottomImg {
        max-width: 500px;
        margin: 0px auto;
        margin-bottom: 50px; } }
    @media screen and (min-width: 961px) {
      #home_strengths .inner {
        display: flex;
        justify-content: space-between;
        padding: 100px 0px !important; }
        #home_strengths .inner .bottomImg {
          display: none; } }
    @media screen and (min-width: 961px) and (max-width: 1280px) {
      #home_strengths .inner .leftImg {
        width: 23%; }
      #home_strengths .inner .rightImg {
        width: 23%;
        padding-top: 100px; }
      #home_strengths .inner .textArea {
        max-width: 100%;
        text-align: center;
        padding: 10% 5% 0% 5%; } }
    @media screen and (min-width: 1281px) {
      #home_strengths .inner .leftImg {
        width: 25%; }
      #home_strengths .inner .rightImg {
        width: 25%;
        padding-top: 7%; }
      #home_strengths .inner .textArea {
        width: 50%;
        text-align: center;
        padding: 50px 3% 0% 3%;
        min-width: 750px; } }
    @media screen and (max-width: 960px) {
      #home_strengths .inner .leftImg {
        display: none; }
      #home_strengths .inner .rightImg {
        display: none; } }
    @media screen and (min-width: 961px) and (max-width: 1280px) {
      #home_strengths .inner .textArea {
        padding: 0px 0% 50px 0%; } }
  #home_strengths .point_impact {
    max-width: 105px;
    margin: 0px auto; }
  #home_strengths h2.title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 1.8rem; }
    @media screen and (min-width: 768px) {
      #home_strengths h2.title {
        margin-bottom: 50px; } }
    @media screen and (min-width: 481px) and (max-width: 960px) {
      #home_strengths h2.title {
        font-size: 2.0rem; } }
    @media screen and (min-width: 1281px) {
      #home_strengths h2.title {
        font-size: 2.3rem; } }
    #home_strengths h2.title .name {
      font-size: 1.8rem;
      vertical-align: middle;
      padding-top: 10px;
      /*.line{
      	background: linear-gradient(transparent 70%, $green 30%);
      	display: inline-block;
      }*/
      /*span.pointDg{
      	color: $d-green;
      }
      span.pointDo{
      	color: $d-orange;
      }*/ }
      @media screen and (min-width: 481px) {
        #home_strengths h2.title .name {
          font-size: 2.6rem; } }
      #home_strengths h2.title .name div.sarachilogo {
        width: 300px;
        margin: 0px auto; }
      #home_strengths h2.title .name span {
        font-size: 3.2rem; }
        @media screen and (min-width: 481px) {
          #home_strengths h2.title .name span {
            font-size: 4.6rem; } }
    #home_strengths h2.title .strengths5 {
      color: #006934;
      line-height: 1.0; }
      #home_strengths h2.title .strengths5 span {
        font-weight: 700;
        font-size: 3.0rem; }
        @media screen and (min-width: 481px) {
          #home_strengths h2.title .strengths5 span {
            font-size: 4.0rem; } }
      #home_strengths h2.title .strengths5 span.five {
        font-size: 6.0rem;
        letter-spacing: -10px; }
        @media screen and (min-width: 481px) {
          #home_strengths h2.title .strengths5 span.five {
            font-size: 9.0rem; } }
      #home_strengths h2.title .strengths5 span.strengths {
        font-size: 4.5rem; }
        @media screen and (min-width: 481px) {
          #home_strengths h2.title .strengths5 span.strengths {
            font-size: 5.5rem; } }
  #home_strengths ul {
    margin: 0px auto; }
    @media screen and (max-width: 1280px) {
      #home_strengths ul {
        margin-bottom: 30px; } }
    @media screen and (min-width: 768px) {
      #home_strengths ul {
        padding-left: 20px;
        padding-right: 20px; } }
    #home_strengths ul li {
      background: #EEF3DE;
      border-radius: 10px;
      margin-bottom: 15px;
      vertical-align: middle;
      position: relative;
      padding: 15px 20px 15px 20px;
      text-align: left; }
      @media screen and (min-width: 1281px) {
        #home_strengths ul li {
          padding: 15px 20px 15px 20px; } }
      #home_strengths ul li .title {
        font-weight: bold;
        font-weight: 900;
        display: flex;
        justify-content: space-between; }
        #home_strengths ul li .title div.number {
          font-family: "Lato", serif;
          font-size: 3.5rem;
          color: #79A84C;
          padding-right: 7px;
          font-style: italic;
          width: 9%; }
          @media screen and (max-width: 1280px) {
            #home_strengths ul li .title div.number {
              line-height: 1.0; } }
          @media screen and (min-width: 1281px) {
            #home_strengths ul li .title div.number {
              font-size: 6.0rem;
              line-height: 1.0; } }
        #home_strengths ul li .title div.catch {
          width: 91%;
          line-height: 1.3;
          display: table; }
          #home_strengths ul li .title div.catch div {
            display: table-cell;
            vertical-align: middle;
            font-size: 2.4rem;
            color: #006934; }
            @media screen and (min-width: 768px) {
              #home_strengths ul li .title div.catch div {
                font-size: 3.6rem; } }

/******************************************************
#home_building, #home_garden 共通
******************************************************/
#home_building .inner, #home_garden .inner {
  max-width: 1800px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    #home_building .inner, #home_garden .inner {
      padding-right: 0px;
      padding-left: 0px; } }
#home_building .titleArea .point_impact, #home_garden .titleArea .point_impact {
  max-width: 105px;
  margin: 0px auto; }
#home_building .titleArea h2.tit, #home_garden .titleArea h2.tit {
  font-size: 2.4rem;
  font-weight: 800; }
  @media screen and (min-width: 481px) {
    #home_building .titleArea h2.tit, #home_garden .titleArea h2.tit {
      font-size: 2.8rem; } }
  #home_building .titleArea h2.tit span, #home_garden .titleArea h2.tit span {
    font-size: 4.2rem; }
    @media screen and (min-width: 481px) {
      #home_building .titleArea h2.tit span, #home_garden .titleArea h2.tit span {
        font-size: 4.8rem; } }
#home_building .titleArea h3.subtit, #home_garden .titleArea h3.subtit {
  font-size: 1.8rem;
  font-weight: 800;
  color: #000000; }
  @media screen and (min-width: 768px) {
    #home_building .titleArea h3.subtit, #home_garden .titleArea h3.subtit {
      font-size: 3.2rem; } }
  #home_building .titleArea h3.subtit span, #home_garden .titleArea h3.subtit span {
    font-size: 2.2rem;
    border-bottom: 4px double #000; }
    @media screen and (min-width: 768px) {
      #home_building .titleArea h3.subtit span, #home_garden .titleArea h3.subtit span {
        font-size: 4.5rem; } }
#home_building .ol, #home_garden .ol {
  padding: 20px 30px 50px 30px; }
  @media screen and (min-width: 768px) {
    #home_building .ol, #home_garden .ol {
      padding: 50px 50px; } }
  #home_building .ol p, #home_garden .ol p {
    max-width: 1200px;
    margin: 0px auto;
    margin-bottom: 30px; }
  #home_building .ol ul, #home_garden .ol ul {
    max-width: 1200px;
    margin: 0px auto;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      #home_building .ol ul, #home_garden .ol ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; } }
    #home_building .ol ul li, #home_garden .ol ul li {
      background: #ffffff;
      border-radius: 10px;
      padding: 15px 15px;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        #home_building .ol ul li, #home_garden .ol ul li {
          max-width: 500px;
          margin: 0px auto;
          margin-bottom: 20px; } }
      @media screen and (min-width: 768px) {
        #home_building .ol ul li, #home_garden .ol ul li {
          width: 49%;
          border-radius: 15px;
          padding: 30px 30px; } }
      #home_building .ol ul li .imgArea, #home_garden .ol ul li .imgArea {
        margin-bottom: 10px; }
        #home_building .ol ul li .imgArea img, #home_garden .ol ul li .imgArea img {
          border-radius: 10px; }
          @media screen and (min-width: 768px) {
            #home_building .ol ul li .imgArea img, #home_garden .ol ul li .imgArea img {
              border-radius: 20px; } }
  #home_building .ol h4, #home_garden .ol h4 {
    font-weight: 800;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    background: linear-gradient(transparent 70%, #DFC44A 30%);
    display: inline-block;
    margin-bottom: 7px; }
  #home_building .ol .moreBtn, #home_garden .ol .moreBtn {
    max-width: 600px;
    margin: 0px auto;
    text-align: center;
    position: relative; }
    #home_building .ol .moreBtn a, #home_garden .ol .moreBtn a {
      display: block;
      padding: 20px 10px;
      border-radius: 40px;
      font-weight: 600;
      line-height: 1.0; }
      @media screen and (min-width: 768px) {
        #home_building .ol .moreBtn a, #home_garden .ol .moreBtn a {
          font-size: 2.6rem;
          padding: 25px 10px; } }
    #home_building .ol .moreBtn::before, #home_garden .ol .moreBtn::before {
      display: inline-block;
      top: 10px;
      left: 10px;
      background-size: contain;
      position: absolute;
      width: 35px; }
      @media screen and (min-width: 768px) {
        #home_building .ol .moreBtn::before, #home_garden .ol .moreBtn::before {
          top: 18px;
          left: 10px; } }

/******************************************************
#home_building
******************************************************/
#home_building .inner {
  padding-top: 0px; }
#home_building .titleArea {
  background: url("../images/home/roof_orange.png") no-repeat top;
  background-size: 100%;
  padding-top: 30px;
  position: relative; }
  #home_building .titleArea h2.tit {
    color: #000000; }
    #home_building .titleArea h2.tit span {
      color: #000000; }
  #home_building .titleArea img.point01 {
    width: 90px;
    position: absolute;
    left: 5px;
    top: 0px; }
    @media screen and (min-width: 768px) {
      #home_building .titleArea img.point01 {
        width: 180px;
        left: 5%;
        top: 30px; } }
  #home_building .titleArea img.point02 {
    width: 120px;
    position: absolute;
    top: -20px;
    right: -5px; }
    @media screen and (min-width: 768px) {
      #home_building .titleArea img.point02 {
        width: 230px;
        right: 5%;
        top: -10px; } }
#home_building .ol {
  background: #DFC44A; }
  #home_building .ol p {
    color: #000000; }
  #home_building .ol .moreBtn a {
    color: #DFC44A;
    background: #ffffff; }
  #home_building .ol .moreBtn::before {
    content: url("../images/common/arrow_orange_c.svg"); }

/******************************************************
#home_garden
******************************************************/
#home_garden .inner {
  padding-top: 0px; }
#home_garden .titleArea {
  background: url("../images/home/roof_green.png") no-repeat bottom;
  background-size: 100%;
  position: relative;
  padding-bottom: 65px; }
  @media screen and (min-width: 961px) {
    #home_garden .titleArea {
      padding-bottom: 150px; } }
  #home_garden .titleArea h2.tit {
    color: #006934; }
    #home_garden .titleArea h2.tit span {
      color: #006934; }
  #home_garden .titleArea img.point {
    max-width: 1030px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: 0px auto; }
#home_garden .ol {
  background: #79A84C; }
  #home_garden .ol p {
    color: #ffffff; }
  #home_garden .ol .moreBtn a {
    color: #79A84C;
    background: #ffffff; }
  #home_garden .ol .moreBtn::before {
    content: url("../images/common/arrow_green_c.svg"); }

/* ----------------------------------------
	#home_review
---------------------------------------- */
#home_review {
  background: url("../images/areapage/bg_review.jpg") center center;
  background-size: cover; }
  #home_review h2 {
    text-align: center;
    font-weight: bold;
    font-size: 3.0rem;
    margin-bottom: 30px;
    line-height: 1.0;
    color: #ffffff; }
    @media screen and (min-width: 1281px) {
      #home_review h2 {
        font-size: 4.0rem;
        margin-bottom: 60px; } }
    #home_review h2 span {
      display: inline-block;
      margin: 0px auto;
      font-weight: bold;
      width: 100%; }
      @media screen and (min-width: 1281px) {
        #home_review h2 span {
          font-size: 2.0rem; } }
  #home_review p {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 30px; }
  #home_review ul.reviewList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      #home_review ul.reviewList {
        margin-bottom: 40px; } }
    #home_review ul.reviewList li {
      background: #ffffff;
      border-bottom: 5px solid #e9cfac;
      border-right: 5px solid #e9cfac;
      border-radius: 15px; }
      @media screen and (max-width: 960px) {
        #home_review ul.reviewList li {
          width: 49%;
          margin-bottom: 15px; } }
      @media screen and (min-width: 961px) {
        #home_review ul.reviewList li {
          width: 24%; } }
      #home_review ul.reviewList li a {
        font-weight: bold;
        padding: 20px 20px;
        display: block; }
        @media screen and (min-width: 961px) {
          #home_review ul.reviewList li a {
            padding: 20px 30px; } }
  #home_review .name {
    font-weight: bold;
    border-bottom: 2px dotted #5d3012;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 1.4rem; }
  #home_review h4 {
    font-size: 1.5rem;
    color: #5d3012;
    margin-bottom: 0px; }
    @media screen and (min-width: 768px) {
      #home_review h4 {
        font-size: 1.6rem; } }
  #home_review .moreBtn a {
    display: block;
    padding: 15px 15px;
    max-width: 350px;
    margin: 0px auto;
    background: #5d3012;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border-radius: 30px;
    border-bottom: 3px solid #e9cfac;
    border-right: 2px solid #e9cfac; }
    @media screen and (min-width: 768px) {
      #home_review .moreBtn a {
        max-width: 400px;
        font-size: 1.8rem;
        padding: 20px 15px;
        border-radius: 60px; } }

/******************************************************
#home_menu
******************************************************/
#home_menu {
  position: relative;
  background: url("../images/home/menu_bg.png") no-repeat top;
  background-size: 100%;
  background-color: #f7edde; }
  #home_menu .inner {
    padding-bottom: 50px; }
    @media screen and (min-width: 961px) {
      #home_menu .inner {
        padding-bottom: 80px; } }
  #home_menu h2 {
    text-align: center;
    font-weight: bold;
    font-size: 3.0rem;
    margin-bottom: 30px;
    line-height: 1.0;
    color: #006934; }
    @media screen and (min-width: 1281px) {
      #home_menu h2 {
        font-size: 4.0rem;
        margin-bottom: 60px; } }
    #home_menu h2 span {
      display: inline-block;
      margin: 0px auto;
      font-weight: bold;
      width: 100%; }
      @media screen and (min-width: 1281px) {
        #home_menu h2 span {
          font-size: 2.0rem; } }
  #home_menu .lead {
    margin: 0px auto;
    margin-bottom: 40px; }
    @media screen and (min-width: 961px) {
      #home_menu .lead {
        font-size: 1.8rem;
        margin-bottom: 80px; } }
    @media screen and (min-width: 961px) and (max-width: 1280px) {
      #home_menu .lead {
        width: 90%; } }
    @media screen and (min-width: 1281px) {
      #home_menu .lead {
        width: 65%; } }
  #home_menu ul.menuList {
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 961px) {
      #home_menu ul.menuList {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; } }
    #home_menu ul.menuList li {
      margin-bottom: 20px; }
      @media screen and (max-width: 960px) {
        #home_menu ul.menuList li {
          max-width: 500px;
          margin: 0px auto;
          margin-bottom: 20px; } }
      @media screen and (min-width: 961px) {
        #home_menu ul.menuList li {
          width: 48%;
          margin-bottom: 30px; } }
      #home_menu ul.menuList li .ol {
        display: flex;
        justify-content: space-between;
        padding: 15px 15px;
        background: #ffffff; }
        @media screen and (min-width: 1281px) {
          #home_menu ul.menuList li .ol {
            padding: 20px 20px; } }
        #home_menu ul.menuList li .ol .imgArea {
          width: 40%; }
          #home_menu ul.menuList li .ol .imgArea img {
            border-radius: 3px; }
            @media screen and (max-width: 767px) {
              #home_menu ul.menuList li .ol .imgArea img {
                width: 100%; } }
            @media screen and (min-width: 768px) {
              #home_menu ul.menuList li .ol .imgArea img {
                object-fit: cover;
                height: 100%; } }
        #home_menu ul.menuList li .ol .priceArea {
          width: 58%; }
  #home_menu .menuName {
    background: #006934;
    color: #ffffff;
    font-weight: bold;
    font-size: clamp(2.5rem, 1.67vw, 3rem);
    line-height: 1.0;
    padding: 10px 10px 10px 10px;
    text-align: center;
    border-radius: 5px 5px 0px 0px; }
    @media screen and (min-width: 1281px) {
      #home_menu .menuName {
        padding: 15px 10px 15px 10px; } }
  #home_menu .komikomi {
    border-radius: 3px; }
    #home_menu .komikomi span {
      font-weight: bold;
      background: #F18900;
      display: inline-block;
      line-height: 1.0;
      padding: 5px 10px;
      color: #ffffff;
      border-radius: 5px; }
      @media screen and (min-width: 961px) and (max-width: 1280px) {
        #home_menu .komikomi span {
          font-size: 1.8rem; } }
      @media screen and (min-width: 1281px) {
        #home_menu .komikomi span {
          font-size: 1.8rem; } }
  #home_menu .price {
    color: #F18900;
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 1.0;
    margin-bottom: 7px; }
    #home_menu .price span.price_b {
      font-weight: bold;
      font-size: clamp(4.5rem, 3.34vw, 5.5rem); }
    #home_menu .price span.price_s {
      font-weight: bold;
      font-size: clamp(2.5rem, 6.68vw, 4.5rem); }
  #home_menu .text {
    font-weight: bold; }
  #home_menu .note {
    font-size: 1.4rem; }
  #home_menu .moreBtn a {
    display: block;
    padding: 15px 15px;
    max-width: 350px;
    margin: 0px auto;
    background: #231815;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border-radius: 30px; }
    @media screen and (min-width: 768px) {
      #home_menu .moreBtn a {
        max-width: 400px;
        font-size: 1.8rem;
        padding: 20px 15px;
        border-radius: 60px; } }
  #home_menu .imgLeft {
    position: absolute;
    width: 25%;
    left: 0%;
    top: -30px; }
    @media screen and (min-width: 961px) {
      #home_menu .imgLeft {
        width: 25%;
        left: 0%;
        top: 0%; } }
  #home_menu .imgRight {
    position: absolute;
    width: 25%;
    right: 0%;
    top: -30px; }
    @media screen and (min-width: 961px) and (max-width: 1280px) {
      #home_menu .imgRight {
        width: 23%;
        right: 0%; } }
    @media screen and (min-width: 1281px) {
      #home_menu .imgRight {
        width: 22%;
        right: 0%;
        top: 15%; } }
  #home_menu .imgBottom {
    position: absolute;
    width: 25%;
    right: 1%;
    bottom: 0%; }
    @media screen and (min-width: 768px) {
      #home_menu .imgBottom {
        width: 30%; } }
    @media screen and (min-width: 961px) {
      #home_menu .imgBottom {
        bottom: 16%; } }

/* ----------------------------------------
	#home_works
---------------------------------------- */
#home_works .inner {
  max-width: 3000px !important;
  width: 100% !important; }
#home_works h2 {
  text-align: center;
  font-weight: bold;
  font-size: 3.0rem;
  margin-bottom: 30px;
  line-height: 1.0;
  color: #006934; }
  @media screen and (min-width: 1281px) {
    #home_works h2 {
      font-size: 4.0rem;
      margin-bottom: 60px; } }
  #home_works h2 span {
    display: inline-block;
    margin: 0px auto;
    font-weight: bold;
    width: 100%; }
    @media screen and (min-width: 1281px) {
      #home_works h2 span {
        font-size: 2.0rem; } }
#home_works ul.slick_work {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    #home_works ul.slick_work {
      margin-bottom: 50px; } }
  #home_works ul.slick_work li {
    padding-left: 10px;
    padding-right: 10px; }
    @media screen and (min-width: 768px) {
      #home_works ul.slick_work li {
        padding-left: 15px;
        padding-right: 15px; } }
  #home_works ul.slick_work .imgArea {
    margin-bottom: 10px;
    position: relative; }
    #home_works ul.slick_work .imgArea img {
      border-radius: 10px; }
    #home_works ul.slick_work .imgArea .before {
      position: absolute;
      border: 3px solid #ffffff;
      border-radius: 10px;
      width: 30%;
      right: -7px;
      bottom: -10px; }
      #home_works ul.slick_work .imgArea .before img {
        border-radius: 10px; }
  #home_works ul.slick_work .workTitle {
    font-weight: bold;
    color: #231815;
    font-size: 1.8rem;
    margin-bottom: 5px; }
    @media screen and (min-width: 768px) {
      #home_works ul.slick_work .workTitle {
        font-size: 2.0rem; } }
  #home_works ul.slick_work .category span {
    border-radius: 5px;
    line-height: 1.0;
    color: #ffffff;
    font-size: 1.4rem;
    display: inline-block;
    padding: 3px 7px 5px 7px;
    margin-right: 5px;
    background: #666666; }
  #home_works ul.slick_work .category .dismantling-wooden {
    background: #F18900; }
  #home_works ul.slick_work .category .dismantling-steel {
    background: #20778E; }
  #home_works ul.slick_work .category .dismantling-rc {
    background: #BF4E86; }
  #home_works ul.slick_work .category .dismantling-petite {
    background: #6A532D; }
  #home_works ul.slick_work .category .garden-closing {
    background: #79A84C; }
  #home_works ul.slick_work .overview {
    font-size: 1.4rem; }
#home_works .moreBtn a {
  display: block;
  padding: 15px 15px;
  max-width: 350px;
  margin: 0px auto;
  background: #6A532D;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  border-radius: 30px; }
  @media screen and (min-width: 768px) {
    #home_works .moreBtn a {
      max-width: 400px;
      font-size: 1.8rem;
      padding: 20px 15px;
      border-radius: 60px; } }

/* ----------------------------------------
	#home_shopinfo
---------------------------------------- */
#home_shopinfo {
  background: url("../images/home/shop_bg.jpg?1");
  background-size: cover;
  position: relative; }
  #home_shopinfo .inner {
    z-index: 1;
    position: relative;
    margin: 0px auto; }
  #home_shopinfo img.imgRight {
    position: absolute;
    right: 0;
    top: -50px;
    width: 50%; }
    @media screen and (min-width: 961px) {
      #home_shopinfo img.imgRight {
        right: 0;
        top: -80px;
        width: 35%; } }
  #home_shopinfo img.imgLeft {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 28%; }
    @media screen and (min-width: 961px) {
      #home_shopinfo img.imgLeft {
        width: 18%; } }
  #home_shopinfo h2 {
    text-align: center;
    font-weight: bold;
    font-size: 3.0rem;
    margin-bottom: 30px;
    line-height: 1.0;
    color: #006934; }
    @media screen and (min-width: 1281px) {
      #home_shopinfo h2 {
        font-size: 4.0rem;
        margin-bottom: 60px; } }
    #home_shopinfo h2 span {
      display: inline-block;
      margin: 0px auto;
      font-weight: bold;
      width: 100%; }
      @media screen and (min-width: 1281px) {
        #home_shopinfo h2 span {
          font-size: 2.0rem; } }
  @media screen and (min-width: 961px) {
    #home_shopinfo .shoplist_ol {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  #home_shopinfo .shoplist_ol .shopList {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #f7edde;
    border-right: 4px solid #f7edde;
    border-bottom: 4px solid #f7edde; }
    @media screen and (max-width: 960px) {
      #home_shopinfo .shoplist_ol .shopList {
        max-width: 500px;
        margin: 0px auto;
        margin-bottom: 30px;
        padding: 15px 15px; } }
    @media screen and (min-width: 961px) {
      #home_shopinfo .shoplist_ol .shopList {
        width: 48%;
        margin-bottom: 30px;
        padding: 30px 30px; } }
  #home_shopinfo .shopName {
    background: url("../images/common/bg_green.jpg?1") no-repeat;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    border-radius: 3px;
    line-height: 1.0;
    padding: 15px 15px;
    margin-bottom: 15px;
    font-size: 2.2rem;
    border-radius: 5px; }
    #home_shopinfo .shopName span {
      display: inline-block;
      width: 100%;
      font-weight: normal;
      font-weight: bold; }
  #home_shopinfo .photoArea {
    margin-bottom: 15px; }
    #home_shopinfo .photoArea img {
      border-radius: 10px; }
  #home_shopinfo dl {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #home_shopinfo dl dt, #home_shopinfo dl dd {
      font-size: 1.4rem;
      padding-bottom: 7px;
      padding-top: 7px;
      border-bottom: 1px solid #cbcbcb; }
      @media screen and (min-width: 768px) {
        #home_shopinfo dl dt, #home_shopinfo dl dd {
          font-size: 1.6rem; } }
    #home_shopinfo dl dt {
      width: 70px;
      font-weight: bold;
      color: #006934; }
      @media screen and (min-width: 768px) {
        #home_shopinfo dl dt {
          width: 100px; } }
    #home_shopinfo dl dd {
      width: -webkit-calc(100% - 70px);
      width: calc(100% - 70px); }
      @media screen and (min-width: 768px) {
        #home_shopinfo dl dd {
          width: -webkit-calc(100% - 100px);
          width: calc(100% - 100px); } }
    #home_shopinfo dl .map {
      margin-bottom: 5px; }
      #home_shopinfo dl .map a {
        display: block;
        line-height: 1.0;
        padding: 3px 15px 7px 15px;
        color: #000000;
        text-align: center;
        font-size: 1.2rem;
        display: inline-block;
        background: #DFC44A;
        border-radius: 5px; }
    #home_shopinfo dl div.free-dial {
      display: inherit;
      vertical-align: middle; }
      #home_shopinfo dl div.free-dial img.freedial {
        width: 40px;
        padding-right: 5px; }
      #home_shopinfo dl div.free-dial span.freedial {
        font-weight: bold;
        font-size: 1.8rem; }
  #home_shopinfo .moreBtn {
    width: 250px;
    margin: 0px auto;
    background: #006934;
    margin-bottom: 10px;
    border-radius: 40px;
    position: relative; }
    #home_shopinfo .moreBtn a {
      color: #ffffff;
      display: block;
      padding: 15px;
      text-align: center;
      font-weight: bold; }
    #home_shopinfo .moreBtn::after {
      content: url("../images/common/arrow_white2.svg");
      display: inline-block;
      width: 6px;
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      top: 13px;
      right: 10px; }
  #home_shopinfo .mail {
    background: #79A84C; }
    #home_shopinfo .mail::before {
      content: url("../images/common/icon_mail_w.svg");
      display: inline-block;
      width: 30px;
      position: absolute;
      top: 17px;
      left: 20px; }
  #home_shopinfo .shop {
    background: #DFC44A; }
    #home_shopinfo .shop::before {
      content: url("../images/common/icon_shop_w.svg");
      display: inline-block;
      width: 35px;
      position: absolute;
      top: 15px;
      left: 22px; }

/* ----------------------------------------
	#home_staff
---------------------------------------- */
#home_staff {
  text-align: center;
  background: url("../images/home/staff_bg_top.png?2") top center no-repeat;
  background-size: 100%;
  background-color: #ffffff; }
  #home_staff #staff_ol {
    text-align: center;
    background: url("../images/home/staff_bg_bottom.png?1") bottom center no-repeat;
    background-size: 100%; }
  #home_staff .inner {
    max-width: 1800px;
    margin: 0px auto; }
    @media screen and (min-width: 1281px) {
      #home_staff .inner {
        padding: 150px 30px; } }
  #home_staff h2 {
    text-align: center;
    font-weight: bold;
    font-size: 3.0rem;
    margin-bottom: 30px;
    line-height: 1.0;
    color: #006934; }
    @media screen and (min-width: 1281px) {
      #home_staff h2 {
        font-size: 4.0rem;
        margin-bottom: 80px; } }
    #home_staff h2 span {
      display: inline-block;
      margin: 0px auto;
      font-weight: bold;
      width: 100%; }
      @media screen and (min-width: 1281px) {
        #home_staff h2 span {
          font-size: 2.0rem; } }
  #home_staff .moreBtn a {
    display: block;
    padding: 15px 15px;
    max-width: 350px;
    margin: 0px auto;
    background: #231815;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border-radius: 30px; }
    @media screen and (min-width: 768px) {
      #home_staff .moreBtn a {
        max-width: 400px;
        font-size: 1.8rem;
        padding: 20px 15px;
        border-radius: 60px; } }

/* ----------------------------------------
	#home_flow
---------------------------------------- */
#home_flow {
  background: #f7edde; }
  #home_flow .inner {
    max-width: 1500px;
    width: 90%; }
    @media screen and (min-width: 1281px) {
      #home_flow .inner {
        padding: 150px 30px; } }
  #home_flow img.imgRight {
    position: absolute;
    right: -10px;
    bottom: 100px;
    width: 22%; }
    @media screen and (min-width: 961px) {
      #home_flow img.imgRight {
        right: -50px;
        bottom: 100px;
        width: 15%; } }
  #home_flow img.imgLeft {
    position: absolute;
    left: -0px;
    top: 20px;
    width: 20%; }
    @media screen and (min-width: 961px) {
      #home_flow img.imgLeft {
        left: -30px;
        top: 50px;
        width: 13%; } }
  #home_flow h2 {
    text-align: center;
    font-weight: bold;
    font-size: 3.0rem;
    margin-bottom: 30px;
    line-height: 1.0;
    color: #006934; }
    @media screen and (min-width: 1281px) {
      #home_flow h2 {
        font-size: 4.0rem;
        margin-bottom: 80px; } }
    #home_flow h2 span {
      display: inline-block;
      margin: 0px auto;
      font-weight: bold;
      width: 100%; }
      @media screen and (min-width: 1281px) {
        #home_flow h2 span {
          font-size: 2.0rem; } }
  #home_flow ul {
    display: flex;
    overflow-x: scroll;
    padding-bottom: 20px;
    padding-top: 30px;
    scrollbar-color: #79A84C #ffffff;
    scrollbar-width: thin;
    margin-bottom: 10px; }
    #home_flow ul li {
      margin-bottom: 10px;
      background: #ffffff;
      color: #231815;
      padding: 15px 15px;
      border-radius: 10px;
      position: relative;
      border: 3px solid #006934;
      border-radius: 10px;
      max-width: 350px;
      min-width: 350px;
      margin-right: 20px; }
      @media screen and (min-width: 768px) {
        #home_flow ul li {
          padding: 20px 20px; } }
      @media screen and (min-width: 961px) {
        #home_flow ul li {
          padding: 15px 20px; } }
      @media screen and (min-width: 1281px) {
        #home_flow ul li {
          border-radius: 20px;
          padding: 30px 30px; } }
    #home_flow ul .number {
      position: relative;
      line-height: 1.0;
      position: absolute;
      left: 0;
      right: 0;
      top: -20px;
      text-align: center; }
      #home_flow ul .number span {
        font-family: "Lato", serif;
        font-size: 1.8rem;
        color: #ffffff;
        background: #006934;
        border-radius: 30px;
        padding: 8px 7px 8px 7px;
        font-weight: 900;
        width: 150px;
        margin: 0px auto;
        display: inline-block; }
    #home_flow ul .name {
      font-weight: bold;
      font-size: 2.2rem;
      color: #006934;
      margin-bottom: 7px; }
      #home_flow ul .name span.free {
        font-size: 1.4rem;
        display: inline-block;
        background: #F18900;
        color: #ffffff;
        padding: 2px 5px 5px 5px;
        line-height: 1.0;
        font-weight: bold;
        border-radius: 5px;
        margin-left: 5px; }
    #home_flow ul .imgArea {
      margin-bottom: 15px; }
      #home_flow ul .imgArea img {
        border-radius: 10px; }
    #home_flow ul .text {
      font-size: 1.4rem; }
  #home_flow .moreBtn {
    max-width: 600px;
    margin: 0px auto;
    text-align: center;
    position: relative;
    background: #006934;
    border-radius: 50px; }
    #home_flow .moreBtn a {
      display: block;
      padding: 20px 10px;
      border-radius: 40px;
      font-weight: 600;
      line-height: 1.0;
      color: #ffffff; }
      @media screen and (min-width: 768px) {
        #home_flow .moreBtn a {
          font-size: 2.6rem;
          padding: 25px 10px; } }
    #home_flow .moreBtn::after {
      content: url("../images/common/arrow_white2.svg");
      display: inline-block;
      width: 6px;
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      top: 30%;
      right: 15px; }

/* ----------------------------------------
	#home_asubsidy
---------------------------------------- */
#home_subsidy {
  background: #ffffff; }
  #home_subsidy h2 {
    text-align: center;
    font-weight: bold;
    font-size: 3.0rem;
    margin-bottom: 30px;
    line-height: 1.0;
    color: #006934; }
    @media screen and (min-width: 1281px) {
      #home_subsidy h2 {
        font-size: 4.0rem;
        margin-bottom: 60px; } }
    #home_subsidy h2 span {
      display: inline-block;
      margin: 0px auto;
      font-weight: bold;
      width: 100%; }
      @media screen and (min-width: 1281px) {
        #home_subsidy h2 span {
          font-size: 2.0rem; } }
  #home_subsidy ul.emblemList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0px auto; }
    #home_subsidy ul.emblemList li {
      margin: 10px;
      width: 28%;
      border: 1px solid #ccc;
      border-radius: 10px;
      transition: all .25s ease-out; }
      @media screen and (min-width: 768px) {
        #home_subsidy ul.emblemList li {
          margin-bottom: 30px; } }
      @media screen and (min-width: 768px) {
        #home_subsidy ul.emblemList li {
          width: 23%; } }
      #home_subsidy ul.emblemList li:hover {
        border: 1px solid #006934;
        transition: all .25s ease-out; }
      #home_subsidy ul.emblemList li a {
        display: block;
        padding: 10px 10px; }
        @media screen and (min-width: 768px) {
          #home_subsidy ul.emblemList li a {
            padding: 20px 20px; } }
    #home_subsidy ul.emblemList .emblemArea {
      text-align: center;
      margin-bottom: 10px; }
    #home_subsidy ul.emblemList .name {
      font-weight: bold;
      text-align: center;
      color: #006934; }
      @media screen and (min-width: 768px) {
        #home_subsidy ul.emblemList .name {
          font-size: 2.0rem; } }

/* ----------------------------------------
	#home_news
---------------------------------------- */
#home_news {
  background: #f7edde; }
  #home_news h2 {
    text-align: center;
    font-weight: bold;
    font-size: 3.0rem;
    margin-bottom: 30px;
    line-height: 1.0;
    color: #006934; }
    @media screen and (min-width: 1281px) {
      #home_news h2 {
        font-size: 4.0rem;
        margin-bottom: 60px; } }
    #home_news h2 span {
      display: inline-block;
      margin: 0px auto;
      font-weight: bold;
      width: 100%; }
      @media screen and (min-width: 1281px) {
        #home_news h2 span {
          font-size: 2.0rem; } }
  #home_news ul.newsList {
    max-width: 1000px;
    margin: 0px auto;
    margin-bottom: 30px; }
    #home_news ul.newsList li {
      background: #ffffff;
      margin-bottom: 15px;
      border-radius: 8px;
      position: relative; }
      #home_news ul.newsList li a {
        display: block;
        padding: 15px 10px;
        transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1); }
        @media screen and (min-width: 768px) {
          #home_news ul.newsList li a {
            padding: 25px 25px; } }
        #home_news ul.newsList li a:hover {
          color: #006934; }
      #home_news ul.newsList li .date {
        font-size: 1.4rem;
        display: inline-block; }
      #home_news ul.newsList li .cat {
        background: #006934;
        color: #ffffff;
        border-radius: 5px;
        padding: 5px 8px;
        line-height: 1.0;
        text-align: center;
        font-size: 1.3rem;
        margin-left: 10px;
        display: inline-block; }
        @media screen and (min-width: 768px) {
          #home_news ul.newsList li .cat {
            width: 140px; } }
      #home_news ul.newsList li span.news {
        background: #F18900 !important; }
      #home_news ul.newsList li span.subsidy {
        background: #006934 !important; }
      #home_news ul.newsList li span.column {
        background: #BF4E86 !important; }
      #home_news ul.newsList li .title {
        font-weight: bold; }
        @media screen and (min-width: 961px) {
          #home_news ul.newsList li .title {
            display: inline-block;
            padding-left: 15px; } }
      #home_news ul.newsList li::after {
        content: url("../images/common/arrow_green2.svg");
        display: inline-block;
        width: 6px;
        background-size: contain;
        vertical-align: middle;
        position: absolute;
        top: 30%;
        right: 10px; }
        @media screen and (min-width: 768px) {
          #home_news ul.newsList li::after {
            right: 15px; } }
  #home_news .moreBtn {
    width: 250px;
    margin: 0px auto;
    background: #006934;
    margin-bottom: 10px;
    border-radius: 40px;
    position: relative; }
    #home_news .moreBtn a {
      color: #ffffff;
      display: block;
      padding: 15px;
      text-align: center;
      font-weight: bold; }
    #home_news .moreBtn::after {
      content: url("../images/common/arrow_white2.svg");
      display: inline-block;
      width: 6px;
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      top: 13px;
      right: 15px; }

/* ----------------------------------------
	#home_supportarea
---------------------------------------- */
#home_supportarea h2 {
  text-align: center;
  font-weight: bold;
  font-size: 3.0rem;
  margin-bottom: 30px;
  line-height: 1.0;
  color: #006934; }
  @media screen and (min-width: 1281px) {
    #home_supportarea h2 {
      font-size: 4.0rem;
      margin-bottom: 60px; } }
  #home_supportarea h2 span {
    display: inline-block;
    margin: 0px auto;
    font-weight: bold;
    width: 100%; }
    @media screen and (min-width: 1281px) {
      #home_supportarea h2 span {
        font-size: 2.0rem; } }
#home_supportarea .map_ol {
  max-width: 600px;
  margin: 0px auto;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    #home_supportarea .map_ol {
      max-width: 500px;
      margin: 0px auto;
      margin-bottom: 20px; } }
#home_supportarea .text {
  text-align: center;
  font-weight: bold;
  background: #f7edde;
  padding: 20px 20px;
  margin-bottom: 20px;
  border-radius: 7px; }
  @media screen and (min-width: 768px) {
    #home_supportarea .text {
      margin-bottom: 30px; } }
#home_supportarea .moreBtn {
  max-width: 600px;
  margin: 0px auto;
  text-align: center;
  position: relative;
  background: #006934;
  border-radius: 50px; }
  #home_supportarea .moreBtn a {
    display: block;
    padding: 20px 10px;
    border-radius: 40px;
    font-weight: 600;
    line-height: 1.0;
    color: #ffffff; }
    @media screen and (min-width: 768px) {
      #home_supportarea .moreBtn a {
        font-size: 2.6rem;
        padding: 25px 10px; } }
  #home_supportarea .moreBtn::after {
    content: url("../images/common/arrow_white2.svg");
    display: inline-block;
    width: 6px;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 30%;
    right: 15px; }
