@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;
	}	
}
*/
@media screen and (min-width: 1281px) {
  p, div, span, strong {
    font-size: 1.8rem; } }

header#areapage_head {
  position: absolute;
  left: 15px;
  top: 7px;
  z-index: 1;
  width: 100%; }
  @media screen and (min-width: 768px) {
    header#areapage_head {
      left: 30px; } }

header#areapage_head .siteNote {
  position: relative;
  padding-bottom: 7px;
  font-size: 1.0rem;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    header#areapage_head .siteNote {
      padding-bottom: 10px;
      font-size: 1.2rem; } }

header#areapage_head .siteTitle {
  position: relative;
  width: 150px; }
  @media screen and (min-width: 768px) {
    header#areapage_head .siteTitle {
      width: 180px; } }

#content {
  margin-top: 0px !important;
  padding-top: 0px !important; }

/******************************************************
#foot_areapageList
******************************************************/
#foot_areapageList {
  text-align: center;
  background: #f7edde; }
  #foot_areapageList .inner {
    margin: 0 auto;
    padding: 0px 0%;
    max-width: 1280px;
    width: 100%; }
    #foot_areapageList .inner .ol {
      padding: 3% 3%; }
    #foot_areapageList .inner h4 {
      font-size: clamp(2.4rem, 3.33vw, 3.4rem);
      font-weight: bold;
      margin-bottom: 20px;
      color: #5C411F; }
    #foot_areapageList .inner ul {
      display: flex;
      flex-wrap: wrap;
      background: #ffffff;
      padding: 12px;
      border-radius: 10px;
      text-align: center;
      line-height: 1.0; }
      @media screen and (min-width: 768px) {
        #foot_areapageList .inner ul {
          padding: 20px 30px; } }
      #foot_areapageList .inner ul li {
        display: inline-block; }
        #foot_areapageList .inner ul li a {
          display: block;
          padding: 5px 7px;
          font-weight: bold; }

/*
@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;
	}	
}
*/
/******************************************
archive-areahouse.php
single-areahouse.php
archive-areapetit.php
single-areapetit.php 共通css

#areahouse, #areapetit

******************************************/
.pointR {
  color: #B80B0D; }

strong {
  font-weight: bold; }

#region h3 {
  color: #000000 !important; }

#reviews h3 {
  color: #ffffff !important; }

h2.sectionTit {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 30px;
  line-height: 1.0;
  color: #006934; }
  @media screen and (min-width: 961px) and (max-width: 1280px) {
    h2.sectionTit {
      font-size: 3.0rem; } }
  @media screen and (min-width: 1281px) {
    h2.sectionTit {
      font-size: 4.0rem;
      margin-bottom: 60px; } }
  h2.sectionTit span {
    display: inline-block;
    margin: 0px auto;
    font-weight: bold;
    width: 100%; }
    @media screen and (min-width: 1281px) {
      h2.sectionTit span {
        font-size: 2.0rem; } }

/******** shop_contactArea ****************/
.shop_contactArea {
  background: url("../images/home/shop_bg.jpg?1");
  background-size: cover;
  position: relative;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }
  .shop_contactArea .contactHead {
    margin-bottom: 20px; }
    .shop_contactArea .contactHead .catch {
      text-align: center;
      color: #ffffff;
      font-weight: bold;
      font-size: 2.0rem;
      position: relative;
      padding: 15px;
      border-radius: 10px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 30px;
      background: #F18900; }
      @media screen and (min-width: 768px) {
        .shop_contactArea .contactHead .catch {
          font-size: 3.0rem; } }
      .shop_contactArea .contactHead .catch::before {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        height: 20px;
        width: 2px;
        background-color: #F18900;
        content: ""; }
    .shop_contactArea .contactHead .catch_sub {
      text-align: center;
      font-weight: bold;
      margin-bottom: 10px; }
    .shop_contactArea .contactHead .logoArea {
      width: 250px;
      margin: 0px auto;
      margin-bottom: 10px; }
    .shop_contactArea .contactHead .textArea {
      text-align: center;
      color: #5c5651;
      font-size: 2.0rem;
      font-weight: bold; }
      @media screen and (min-width: 768px) {
        .shop_contactArea .contactHead .textArea {
          font-size: 3.5rem; } }
  .shop_contactArea .shopList {
    margin-bottom: 20px; }
    @media screen and (min-width: 481px) {
      .shop_contactArea .shopList {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 30px; } }
    .shop_contactArea .shopList .shop {
      border: 1px solid #cccccc;
      background: #FBF9EA;
      padding: 10px 10px;
      border-radius: 10px; }
      @media screen and (max-width: 767px) {
        .shop_contactArea .shopList .shop {
          margin-bottom: 15px; } }
      @media screen and (min-width: 768px) {
        .shop_contactArea .shopList .shop {
          padding: 15px 20px; } }
      @media screen and (max-width: 480px) {
        .shop_contactArea .shopList .shop {
          max-width: 300px;
          margin: 0px auto;
          padding: 15px 20px;
          margin-bottom: 15px; } }
      @media screen and (min-width: 481px) {
        .shop_contactArea .shopList .shop {
          width: 49%;
          margin-bottom: 15px; } }
      @media screen and (min-width: 768px) and (max-width: 1280px) {
        .shop_contactArea .shopList .shop {
          width: 49%;
          margin-bottom: 15px; } }
      @media screen and (min-width: 1281px) {
        .shop_contactArea .shopList .shop {
          width: 24%; } }
      .shop_contactArea .shopList .shop .shopName {
        text-align: center;
        color: #ffffff;
        background: #42300F;
        font-weight: bold;
        border-radius: 3px;
        line-height: 1.0;
        padding: 10px 10px;
        font-size: 1.8rem;
        border-radius: 5px;
        margin-bottom: 7px; }
      .shop_contactArea .shopList .shop div.free-dial {
        line-height: 1.0;
        vertical-align: middle;
        margin-bottom: 7px; }
        .shop_contactArea .shopList .shop div.free-dial img.freedial {
          width: 40px;
          padding-right: 5px; }
        .shop_contactArea .shopList .shop div.free-dial span.freedial {
          font-weight: bold;
          font-size: 2.4rem;
          color: #5c5651; }
      .shop_contactArea .shopList .shop div.shop-tel {
        line-height: 1.0;
        vertical-align: top;
        padding-bottom: 7px; }
        .shop_contactArea .shopList .shop div.shop-tel img.shopdial {
          width: 25px;
          padding-right: 5px; }
        .shop_contactArea .shopList .shop div.shop-tel span.dial {
          font-weight: bold;
          font-size: 2.4rem;
          color: #5c5651; }
      .shop_contactArea .shopList .shop dl.detail {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .shop_contactArea .shopList .shop dl.detail dt, .shop_contactArea .shopList .shop dl.detail dd {
          font-size: 1.3rem;
          line-height: 1.2; }
          @media screen and (min-width: 768px) {
            .shop_contactArea .shopList .shop dl.detail dt, .shop_contactArea .shopList .shop dl.detail dd {
              font-size: 1.4rem; } }
        .shop_contactArea .shopList .shop dl.detail dt {
          width: 50px; }
        .shop_contactArea .shopList .shop dl.detail dd {
          width: -webkit-calc(100% - 50px);
          width: calc(100% - 50px); }
  .shop_contactArea .mailto {
    max-width: 350px;
    margin: 0px auto;
    background: #42300F;
    border-radius: 10px; }
    @media screen and (min-width: 768px) {
      .shop_contactArea .mailto {
        max-width: 500px; } }
    .shop_contactArea .mailto a {
      display: block;
      padding: 15px 10px;
      text-align: center;
      font-weight: bold;
      color: #ffffff;
      font-size: 2.0rem;
      position: relative; }
      @media screen and (min-width: 768px) {
        .shop_contactArea .mailto a {
          font-size: 3.0ren; } }
      .shop_contactArea .mailto a::after {
        content: url("../images/common/arrow_white2.svg");
        display: inline-block;
        background-size: contain;
        vertical-align: middle;
        position: absolute;
        width: 8px;
        top: 18%;
        right: 10px; }

/******************************************
    arvhive アーカイブページ 共通
******************************************/
/******************************************************
#strengths 5つの強み
******************************************************/
@media screen and (max-width: 960px) {
  #strengths .strengths_ol {
    background: url("../images/home/strengths_leaf_left.png") no-repeat top;
    background-size: 400px;
    background-position: -110px -300px; } }
#strengths .inner {
  max-width: 100% !important;
  padding: 100px 3% 0px 3%; }
  @media screen and (max-width: 960px) {
    #strengths .inner .bottomImg {
      max-width: 500px;
      margin: 0px auto;
      margin-bottom: 50px; } }
  @media screen and (min-width: 961px) {
    #strengths .inner {
      display: flex;
      justify-content: space-between;
      padding: 100px 0px !important; }
      #strengths .inner .bottomImg {
        display: none; } }
  @media screen and (min-width: 961px) and (max-width: 1280px) {
    #strengths .inner .leftImg {
      width: 23%; }
    #strengths .inner .rightImg {
      width: 23%;
      padding-top: 100px; }
    #strengths .inner .textArea {
      max-width: 100%;
      text-align: center;
      padding: 10% 5% 0% 5%; } }
  @media screen and (min-width: 1281px) {
    #strengths .inner .leftImg {
      width: 25%; }
    #strengths .inner .rightImg {
      width: 25%;
      padding-top: 7%; }
    #strengths .inner .textArea {
      width: 50%;
      text-align: center;
      padding: 50px 3% 0% 3%;
      min-width: 750px; } }
  @media screen and (max-width: 960px) {
    #strengths .inner .leftImg {
      display: none; }
    #strengths .inner .rightImg {
      display: none; } }
  @media screen and (min-width: 961px) and (max-width: 1280px) {
    #strengths .inner .textArea {
      padding: 0px 0% 50px 0%; } }
#strengths .point_impact {
  max-width: 105px;
  margin: 0px auto; }
#strengths h2.title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 1.8rem; }
  @media screen and (min-width: 768px) {
    #strengths h2.title {
      margin-bottom: 50px; } }
  @media screen and (min-width: 481px) and (max-width: 960px) {
    #strengths h2.title {
      font-size: 2.0rem; } }
  @media screen and (min-width: 1281px) {
    #strengths h2.title {
      font-size: 2.3rem; } }
  #strengths h2.title .name {
    font-size: 1.8rem;
    vertical-align: middle;
    padding-top: 10px; }
    @media screen and (min-width: 481px) {
      #strengths h2.title .name {
        font-size: 2.6rem; } }
    #strengths h2.title .name div.sarachilogo {
      width: 300px;
      margin: 0px auto; }
    #strengths h2.title .name span {
      font-size: 3.2rem; }
      @media screen and (min-width: 481px) {
        #strengths h2.title .name span {
          font-size: 4.6rem; } }
  #strengths h2.title .strengths5 {
    color: #006934;
    line-height: 1.0; }
    #strengths h2.title .strengths5 span {
      font-weight: 700;
      font-size: 3.0rem; }
      @media screen and (min-width: 481px) {
        #strengths h2.title .strengths5 span {
          font-size: 4.0rem; } }
    #strengths h2.title .strengths5 span.five {
      font-size: 6.0rem;
      letter-spacing: -10px; }
      @media screen and (min-width: 481px) {
        #strengths h2.title .strengths5 span.five {
          font-size: 9.0rem; } }
    #strengths h2.title .strengths5 span.strengths {
      font-size: 4.5rem; }
      @media screen and (min-width: 481px) {
        #strengths h2.title .strengths5 span.strengths {
          font-size: 5.5rem; } }
#strengths ul {
  margin: 0px auto; }
  @media screen and (max-width: 1280px) {
    #strengths ul {
      margin-bottom: 30px; } }
  @media screen and (min-width: 768px) {
    #strengths ul {
      padding-left: 20px;
      padding-right: 20px; } }
  #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) {
      #strengths ul li {
        padding: 15px 20px 15px 20px; } }
    #strengths ul li .title {
      font-weight: bold;
      font-weight: 900;
      display: flex;
      justify-content: space-between; }
      #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) {
          #strengths ul li .title div.number {
            line-height: 1.0; } }
        @media screen and (min-width: 1281px) {
          #strengths ul li .title div.number {
            font-size: 6.0rem;
            line-height: 1.0; } }
      #strengths ul li .title div.catch {
        width: 91%;
        line-height: 1.3;
        display: table; }
        #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) {
            #strengths ul li .title div.catch div {
              font-size: 3.6rem; } }

/* ----------------------------------------
	#case_areapage_index 施工事例
---------------------------------------- */
#case_areapage_index .inner {
  max-width: 3000px !important;
  width: 100% !important;
  padding-top: 0px; }
  @media screen and (min-width: 961px) {
    #case_areapage_index .inner {
      padding-top: 0px; } }
#case_areapage_index ul.slick_case {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    #case_areapage_index ul.slick_case {
      margin-bottom: 50px; } }
  #case_areapage_index ul.slick_case li {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    border-radius: 10px; }
    @media screen and (min-width: 768px) and (max-width: 960px) {
      #case_areapage_index ul.slick_case li {
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (min-width: 961px) {
      #case_areapage_index ul.slick_case li {
        padding-left: 15px;
        padding-right: 15px; } }
    #case_areapage_index ul.slick_case li::after {
      content: url("../../images/common/arrow_brown.svg");
      display: inline-block;
      width: 20px;
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      bottom: 0px;
      right: 0px; }
    #case_areapage_index ul.slick_case li a {
      background: #f7f7f7;
      padding: 15px 15px;
      border-radius: 10px;
      display: block; }
      @media screen and (min-width: 961px) {
        #case_areapage_index ul.slick_case li a {
          display: flex;
          justify-content: space-between; } }
      @media screen and (min-width: 768px) and (max-width: 960px) {
        #case_areapage_index ul.slick_case li a {
          padding: 30px 10%; } }
      @media screen and (min-width: 961px) {
        #case_areapage_index ul.slick_case li a {
          padding: 30px 70px; } }
  #case_areapage_index ul.slick_case .imgArea {
    margin-bottom: 10px; }
    @media screen and (min-width: 961px) {
      #case_areapage_index ul.slick_case .imgArea {
        width: 40%; } }
    #case_areapage_index ul.slick_case .imgArea img {
      border-radius: 10px;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  @media screen and (min-width: 961px) {
    #case_areapage_index ul.slick_case .detailArea {
      width: 57%; } }
  #case_areapage_index ul.slick_case .detailArea .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: #5c5651;
    font-weight: bold; }
  #case_areapage_index ul.slick_case .detailArea .category .casehouse {
    background: #F18900; }
  #case_areapage_index ul.slick_case .detailArea .category .casepetit {
    background: #006934; }
  #case_areapage_index ul.slick_case .detailArea .about {
    font-weight: bold;
    color: #5c5651; }
    @media screen and (max-width: 767px) {
      #case_areapage_index ul.slick_case .detailArea .about {
        font-size: 1.4rem; } }
  #case_areapage_index ul.slick_case .detailArea dl.detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px; }
    #case_areapage_index ul.slick_case .detailArea dl.detail dt {
      width: 90px;
      font-weight: bold; }
    #case_areapage_index ul.slick_case .detailArea dl.detail dd {
      width: -webkit-calc(100% - 90px);
      width: calc(100% - 90px); }
    #case_areapage_index ul.slick_case .detailArea dl.detail dt, #case_areapage_index ul.slick_case .detailArea dl.detail dd {
      font-size: 1.4rem;
      line-height: 1.2;
      margin: 5px 0px; }
  #case_areapage_index ul.slick_case .detailArea .comment {
    font-size: 1.4rem;
    line-height: 1.2; }
  @media screen and (max-width: 1280px) {
    #case_areapage_index ul.slick_case .slick-prev, #case_areapage_index ul.slick_case .slick-next {
      width: 30px !important;
      height: 30px !important; } }
  @media screen and (min-width: 1281px) {
    #case_areapage_index ul.slick_case .slick-prev, #case_areapage_index ul.slick_case .slick-next {
      width: 50px !important;
      height: 50px !important; } }

/* ----------------------------------------
	#case 施工事例
---------------------------------------- */
#case .inner {
  max-width: 3000px !important;
  width: 100% !important;
  padding-top: 0px; }
  @media screen and (min-width: 961px) {
    #case .inner {
      padding-top: 0px; } }
#case ul.slick_case {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    #case ul.slick_case {
      margin-bottom: 50px; } }
  #case ul.slick_case li {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    border-radius: 10px; }
    @media screen and (min-width: 768px) and (max-width: 960px) {
      #case ul.slick_case li {
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (min-width: 961px) {
      #case ul.slick_case li {
        padding-left: 15px;
        padding-right: 15px; } }
    #case ul.slick_case li::after {
      content: url("../../images/common/arrow_brown.svg");
      display: inline-block;
      width: 20px;
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      bottom: 0px;
      right: 0px; }
    #case ul.slick_case li .case_ol {
      background: #f7f7f7;
      padding: 15px 15px;
      border-radius: 10px;
      display: block; }
      @media screen and (min-width: 961px) {
        #case ul.slick_case li .case_ol {
          display: flex;
          justify-content: space-between; } }
      @media screen and (min-width: 768px) and (max-width: 960px) {
        #case ul.slick_case li .case_ol {
          padding: 30px 10%; } }
      @media screen and (min-width: 961px) {
        #case ul.slick_case li .case_ol {
          padding: 30px 70px; } }
  #case ul.slick_case .imgArea {
    margin-bottom: 10px; }
    @media screen and (min-width: 961px) {
      #case ul.slick_case .imgArea {
        width: 40%; } }
    #case ul.slick_case .imgArea img {
      border-radius: 10px;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  @media screen and (min-width: 961px) {
    #case ul.slick_case .detailArea {
      width: 57%; } }
  #case ul.slick_case .detailArea .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: #5c5651;
    font-weight: bold; }
  #case ul.slick_case .detailArea .category .casehouse {
    background: #F18900; }
  #case ul.slick_case .detailArea .category .casepetit {
    background: #006934; }
  #case ul.slick_case .detailArea .about {
    font-weight: bold;
    color: #5c5651; }
    @media screen and (max-width: 767px) {
      #case ul.slick_case .detailArea .about {
        font-size: 1.4rem; } }
  #case ul.slick_case .detailArea dl.detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px; }
    #case ul.slick_case .detailArea dl.detail dt {
      width: 90px;
      font-weight: bold; }
    #case ul.slick_case .detailArea dl.detail dd {
      width: -webkit-calc(100% - 90px);
      width: calc(100% - 90px); }
    #case ul.slick_case .detailArea dl.detail dt, #case ul.slick_case .detailArea dl.detail dd {
      font-size: 1.4rem;
      line-height: 1.2;
      margin: 5px 0px; }
  #case ul.slick_case .detailArea .comment {
    font-size: 1.4rem;
    line-height: 1.2; }
  @media screen and (max-width: 1280px) {
    #case ul.slick_case .slick-prev, #case ul.slick_case .slick-next {
      width: 30px !important;
      height: 30px !important; } }
  @media screen and (min-width: 1281px) {
    #case ul.slick_case .slick-prev, #case ul.slick_case .slick-next {
      width: 50px !important;
      height: 50px !important; } }

/* ----------------------------------------
	#kaitai_works
---------------------------------------- 
#kaitai_works{
    .inner{
		max-width: 3000px !important;
		width: 100% !important;
        padding-top: 100px;
        padding-bottom: 100px;
        @include minTabw{
            padding-top: 180px;
            padding-bottom: 200px;
        }
	}
    
	h3{
		text-align: center;
		font-weight: bold;
		font-size: 3.0rem;
		margin-bottom: 30px;
		line-height: 1.0;
		color:$d-green;
        background:#FFFFFF;
		@include minPc{
			font-size: 4.0rem;
			margin-bottom: 60px;
		}
		span{
			display: inline-block;
			margin:0px auto;
			font-weight: bold;
			width: 100%;
			@include minPc{
				font-size: 2.0rem;
			}
		}
	}
	ul.slick_work{
		margin-bottom: 30px;
		@include minTab{
			margin-bottom: 50px;
		}
		li{
			padding-left:10px;
			padding-right:10px;
			
			@include minTab{
				padding-left:15px;
				padding-right:15px;
			}
		}
		.imgArea{
			margin-bottom: 10px;
			position: relative;
			img{
				border-radius: 10px;
			}
			.before{
				position: absolute;
				border:3px solid #ffffff;
				border-radius: 10px;
				width: 30%;
				right:-7px;
				bottom:-10px;
				img{
					border-radius: 10px;
				}
			}
		}
		.workTitle{
			font-weight: bold;
			color:#231815;
			font-size: 1.8rem;
			margin-bottom: 5px;
			@include minTab{
				font-size: 2.0rem;
			}
		}
		.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;
			}
			.house-wooden{background:$d-orange;}
			.house-steel{background:#20778E;}
			.house-rc{background:#BF4E86;}
			.house-petite{background:#6A532D;}
			.garden-closing{background:$green;}
			
		}
		.overview{
			font-size: 1.4rem;
		}
	}
	.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;
			@include minTab{
				max-width: 400px;
				font-size: 1.8rem;
				padding:20px 15px;
				border-radius: 60px;
			}
		}
	}
}
  */
/* ----------------------------------------
	#flow　流れ
---------------------------------------- */
#flow {
  background: #F9F3EB; }
  #flow .inner {
    max-width: 1500px;
    width: 90%; }
  #flow img.imgRight {
    position: absolute;
    right: -10px;
    bottom: 100px;
    width: 22%; }
    @media screen and (min-width: 961px) {
      #flow img.imgRight {
        right: -50px;
        bottom: 100px;
        width: 15%; } }
  #flow img.imgLeft {
    position: absolute;
    left: -0px;
    top: 20px;
    width: 20%; }
    @media screen and (min-width: 961px) {
      #flow img.imgLeft {
        left: -30px;
        top: 50px;
        width: 13%; } }
  #flow ul {
    display: flex;
    overflow-x: scroll;
    padding-bottom: 20px;
    padding-top: 30px; }
    #flow ul li {
      margin-bottom: 30px;
      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) {
        #flow ul li {
          padding: 20px 20px;
          margin-bottom: 30px; } }
    @media screen and (min-width: 961px) {
      #flow ul {
        padding: 15px 20px; } }
    @media screen and (min-width: 1281px) {
      #flow ul {
        border-radius: 20px;
        margin-bottom: 50px;
        padding: 30px 30px; } }
  #flow .number {
    position: relative;
    line-height: 1.0;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    text-align: center; }
    #flow .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; }
  #flow .name {
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 7px; }
  #flow .imgArea {
    margin-bottom: 15px; }
    #flow .imgArea img {
      border-radius: 10px; }
  #flow .text {
    font-size: 1.4rem; }

/* ----------------------------------------
	#voice　お客様の声
---------------------------------------- */
#voice {
  background: url("../images/areapage/bg_voice.jpg") center center;
  background-size: cover; }
  #voice 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) {
      #voice h2 {
        font-size: 4.0rem;
        margin-bottom: 60px; } }
    #voice h2 span {
      display: inline-block;
      margin: 0px auto;
      font-weight: bold;
      width: 100%; }
      @media screen and (min-width: 1281px) {
        #voice h2 span {
          font-size: 2.0rem; } }
  #voice p {
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.35);
    padding: .3em .6em;
    border-radius: 4px;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      #voice p {
        margin-bottom: 60px; } }
  #voice ul.voiceList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      #voice ul.voiceList {
        margin-bottom: 40px; } }
    #voice ul.voiceList li {
      background: #ffffff;
      border-bottom: 5px solid #e9cfac;
      border-right: 5px solid #e9cfac;
      border-radius: 15px;
      margin-bottom: 2%;
      position: relative; }
      @media screen and (max-width: 960px) {
        #voice ul.voiceList li {
          width: 49%;
          margin-bottom: 15px; } }
      @media screen and (min-width: 961px) {
        #voice ul.voiceList li {
          width: 23%; } }
      #voice ul.voiceList li a {
        font-weight: bold;
        padding: 15px 15px 7px 15px;
        display: block; }
        @media screen and (min-width: 961px) {
          #voice ul.voiceList li a {
            padding: 20px 30px 10px 20px; } }
  #voice .category {
    background: #e9cfac;
    padding: 2px 10px 5px 10px;
    line-height: 1.2;
    position: absolute;
    right: 7px;
    top: -6%;
    border-radius: 5px;
    border: 1px solid #fff; }
    #voice .category span {
      color: #000000;
      font-size: 1.4rem; }
  #voice .name {
    font-weight: bold;
    border-bottom: 2px dotted #5d3012;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 1.4rem;
    position: relative; }
    #voice .name::after {
      content: url("../images/common/arrow_brown.svg");
      display: inline-block;
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      width: 7px;
      top: 0%;
      right: 0px; }
  #voice h4 {
    font-size: 1.5rem;
    color: #5d3012;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      #voice h4 {
        font-size: 1.6rem; } }
  #voice .imgArea {
    width: 70%;
    max-width: 120px;
    margin: 0px auto; }
  #voice .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) {
      #voice .moreBtn a {
        max-width: 400px;
        font-size: 1.8rem;
        padding: 20px 15px;
        border-radius: 60px; } }

/* ----------------------------------------
	#faq
---------------------------------------- */
#faq #List_faq {
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    #faq #List_faq {
      margin-bottom: 80px; } }
  #faq #List_faq .faq-item {
    border: 1px solid #006934; }
  #faq #List_faq .faq-question__wrap {
    background: #006934; }
#faq .faq-item {
  margin-top: 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #79A84C; }
#faq .faq-question__wrap {
  position: relative;
  padding: 10px 20px 10px 35px;
  cursor: pointer; }
  @media screen and (min-width: 961px) {
    #faq .faq-question__wrap {
      padding: 15px 5px 15px 55px; } }
#faq .minus-icon {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: #fff;
  right: 10px;
  top: 50%;
  transform: translateY(-50%); }
  @media screen and (min-width: 961px) {
    #faq .minus-icon {
      right: 20px; } }
#faq .plus-icon {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background: #fff;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: ease all 0.5s;
  /* 擬似要素のトランジションを追加 */ }
  @media screen and (min-width: 961px) {
    #faq .plus-icon {
      right: 20px; } }
#faq .plus-icon.active {
  transform: translateY(-50%); }
#faq .faq-question__title {
  font-weight: bold;
  color: #FFF;
  font-size: 20px;
  position: relative;
  line-height: 1.3; }
#faq .faq-question__title::before {
  position: absolute;
  color: #fff;
  content: "Q";
  top: 50%;
  left: -25px;
  transform: translateY(-50%); }
  @media screen and (min-width: 961px) {
    #faq .faq-question__title::before {
      left: -35px; } }
#faq .faq-answer__wrap {
  background: #fff;
  padding: 10px 5px 10px 55px;
  transition: ease all 0.5s;
  /* 擬似要素のトランジションを追加 */
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0; }
#faq .faq-answer__wrap.active {
  height: auto;
  padding: 10px 5px 10px 55px; }
#faq .faq-answer__wrap {
  background: #fff;
  opacity: 0;
  padding: 10px 5px 10px 55px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  transition: ease all 0.7s;
  /* 擬似要素のトランジションを追加 */ }
#faq .faq-answer__wrap.active {
  opacity: 1;
  padding: 10px 5px 10px 55px; }
#faq .faq-answer__title {
  position: relative;
  font-weight: bold;
  color: #0C89B7;
  font-size: 20px; }
#faq .faq-answer__title::before {
  position: absolute;
  color: #0C89B7;
  content: "A";
  top: 50%;
  left: -35px;
  transform: translateY(-50%); }
#faq .faq-answer__text {
  margin-top: 5px; }

/* ----------------------------------------
	#shopinfo
---------------------------------------- */
#shopinfo {
  background: url("../images/home/shop_bg.jpg?1");
  background-size: cover;
  position: relative; }
  #shopinfo .inner {
    z-index: 1;
    position: relative;
    margin: 0px auto; }
  #shopinfo img.imgRight {
    position: absolute;
    right: 0;
    top: -50px;
    width: 50%; }
    @media screen and (min-width: 961px) {
      #shopinfo img.imgRight {
        right: 0;
        top: -80px;
        width: 35%; } }
  #shopinfo img.imgLeft {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 28%; }
    @media screen and (min-width: 961px) {
      #shopinfo img.imgLeft {
        width: 18%; } }
  @media screen and (min-width: 961px) {
    #shopinfo .shoplist_ol {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  #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) {
      #shopinfo .shoplist_ol .shopList {
        max-width: 500px;
        margin: 0px auto;
        margin-bottom: 30px;
        padding: 15px 15px; } }
    @media screen and (min-width: 961px) {
      #shopinfo .shoplist_ol .shopList {
        width: 48%;
        margin-bottom: 30px;
        padding: 30px 30px; } }
  #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; }
    #shopinfo .shopName span {
      display: inline-block;
      width: 100%;
      font-weight: normal;
      font-weight: bold; }
  #shopinfo .photoArea {
    margin-bottom: 15px; }
    #shopinfo .photoArea img {
      border-radius: 10px; }
  #shopinfo dl {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #shopinfo dl dt, #shopinfo dl dd {
      font-size: 1.4rem;
      padding-bottom: 7px;
      padding-top: 7px;
      border-bottom: 1px solid #cbcbcb; }
      @media screen and (min-width: 768px) {
        #shopinfo dl dt, #shopinfo dl dd {
          font-size: 1.6rem; } }
    #shopinfo dl dt {
      width: 70px;
      font-weight: bold;
      color: #006934; }
      @media screen and (min-width: 768px) {
        #shopinfo dl dt {
          width: 100px; } }
    #shopinfo dl dd {
      width: -webkit-calc(100% - 70px);
      width: calc(100% - 70px); }
      @media screen and (min-width: 768px) {
        #shopinfo dl dd {
          width: -webkit-calc(100% - 100px);
          width: calc(100% - 100px); } }
    #shopinfo dl .map {
      margin-bottom: 5px; }
      #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; }
    #shopinfo dl div.free-dial {
      display: inherit;
      vertical-align: middle; }
      #shopinfo dl div.free-dial img.freedial {
        width: 40px;
        padding-right: 5px; }
      #shopinfo dl div.free-dial span.freedial {
        font-weight: bold;
        font-size: 1.8rem; }
  #shopinfo .moreBtn {
    width: 250px;
    margin: 0px auto;
    background: #006934;
    margin-bottom: 10px;
    border-radius: 40px;
    position: relative; }
    #shopinfo .moreBtn a {
      color: #ffffff;
      display: block;
      padding: 15px;
      text-align: center;
      font-weight: bold; }
    #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; }
  #shopinfo .mail {
    background: #79A84C; }
    #shopinfo .mail::before {
      content: url("../images/common/icon_mail_w.svg");
      display: inline-block;
      width: 30px;
      position: absolute;
      top: 17px;
      left: 20px; }
  #shopinfo .shop {
    background: #DFC44A; }
    #shopinfo .shop::before {
      content: url("../images/common/icon_shop_w.svg");
      display: inline-block;
      width: 35px;
      position: absolute;
      top: 15px;
      left: 22px; }

/* ----------------------------------------
	#subsidy
---------------------------------------- */
#subsidy {
  background: #ffffff; }
  #subsidy p.note {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      #subsidy p.note {
        margin-bottom: 40px; } }
  #subsidy ul.emblemList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0px auto; }
    #subsidy ul.emblemList li {
      margin: 5px;
      width: 28%;
      border: 1px solid #ccc;
      border-radius: 10px;
      transition: all .25s ease-out; }
      @media screen and (min-width: 768px) {
        #subsidy ul.emblemList li {
          margin-bottom: 30px; } }
      @media screen and (min-width: 768px) {
        #subsidy ul.emblemList li {
          width: 23%;
          margin: 10px; } }
      #subsidy ul.emblemList li:hover {
        border: 1px solid #006934;
        transition: all .25s ease-out; }
      #subsidy ul.emblemList li a {
        display: block;
        padding: 10px 5px; }
        @media screen and (min-width: 768px) {
          #subsidy ul.emblemList li a {
            padding: 20px 20px; } }
    #subsidy ul.emblemList .emblemArea {
      text-align: center;
      margin-bottom: 10px; }
    #subsidy ul.emblemList .name {
      font-weight: bold;
      text-align: center;
      color: #006934;
      font-size: 1.2rem; }
      @media screen and (min-width: 481px) and (max-width: 767px) {
        #subsidy ul.emblemList .name {
          font-size: 1.4rem; } }
      @media screen and (min-width: 768px) {
        #subsidy ul.emblemList .name {
          font-size: 1.8rem; } }

/* ----------------------------------------
	#supportarea
---------------------------------------- */
#supportarea ul {
  display: flex;
  flex-wrap: wrap; }
  #supportarea ul li {
    display: inline-block;
    text-decoration: underline;
    margin-right: 10px;
    margin-bottom: 5px; }
    @media screen and (min-width: 768px) {
      #supportarea ul li {
        padding-right: 15px; } }
#supportarea .map_ol {
  max-width: 600px;
  margin: 0px auto;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    #supportarea .map_ol {
      max-width: 500px;
      margin: 0px auto;
      margin-bottom: 20px; } }
#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) {
    #supportarea .text {
      margin-bottom: 30px; } }
#supportarea .moreBtn {
  max-width: 600px;
  margin: 0px auto;
  text-align: center;
  position: relative;
  background: #006934;
  border-radius: 50px; }
  #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) {
      #supportarea .moreBtn a {
        font-size: 2.6rem;
        padding: 25px 10px; } }
  #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; }

/* ----------------------------------------
	#kaitaiMenu
---------------------------------------- */
#kaitaiMenu {
  background: url("../images/areapage/bg_wallpaper01.jpg");
  background-size: cover; }
  #kaitaiMenu div.ad {
    max-width: 900px;
    margin: 0px auto;
    margin-bottom: 30px;
    background: #ebebeb;
    border: 1px solid #666666;
    text-align: center;
    padding: 15%;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #kaitaiMenu div.ad {
        margin-bottom: 40px; } }

/******************************************************
#reason
******************************************************/
@media screen and (max-width: 1280px) {
  #reason {
    background: url("../images/areapage/reason7_bg_bottom.jpg") no-repeat right bottom;
    background-size: 60%; } }
@media screen and (max-width: 1280px) {
  #reason .reason_ol {
    background: url("../images/areapage/reason7_bg_top.png?2") no-repeat center;
    background-size: 100%;
    background-position: 50% 2%; } }
#reason .inner {
  max-width: 100% !important;
  padding: 70px 3% 30px 3%; }
  @media screen and (min-width: 768px) and (max-width: 1280px) {
    #reason .inner {
      padding: 100px 3% 30px 3%; } }
  #reason .inner .bottomImg {
    max-width: 500px;
    margin: 0px auto; }
    @media screen and (min-width: 1281px) {
      #reason .inner .bottomImg {
        display: none; } }
  @media screen and (min-width: 1281px) {
    #reason .inner {
      display: flex;
      justify-content: space-between;
      padding: 0px 0px 100px 0px !important; } }
  @media screen and (min-width: 768px) and (max-width: 1280px) {
    #reason .inner .textArea {
      width: 100%; } }
  @media screen and (min-width: 1281px) {
    #reason .inner .leftImg {
      width: 25%;
      padding-top: 5%; }
    #reason .inner .rightImg {
      width: 25%;
      padding-top: 9%; }
    #reason .inner .textArea {
      width: 50%;
      text-align: center;
      padding: 50px 3% 0% 3%;
      min-width: 750px; } }
  @media screen and (max-width: 1280px) {
    #reason .inner .leftImg {
      display: none; }
    #reason .inner .rightImg {
      display: none; } }
#reason .point_impact {
  max-width: 105px;
  margin: 0px auto; }
#reason h2.title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 1.8rem; }
  @media screen and (min-width: 768px) {
    #reason h2.title {
      margin-bottom: 50px; } }
  @media screen and (min-width: 481px) and (max-width: 960px) {
    #reason h2.title {
      font-size: 2.0rem; } }
  @media screen and (min-width: 1281px) {
    #reason h2.title {
      font-size: 2.3rem; } }
  #reason h2.title .name {
    font-size: 1.8rem; }
    @media screen and (min-width: 481px) {
      #reason h2.title .name {
        font-size: 2.6rem; } }
    #reason h2.title .name .line {
      background: linear-gradient(transparent 70%, #79A84C 30%);
      display: inline-block; }
    #reason h2.title .name span {
      font-size: 3.2rem; }
      @media screen and (min-width: 481px) {
        #reason h2.title .name span {
          font-size: 4.6rem; } }
    #reason h2.title .name span.pointDg {
      color: #006934; }
    #reason h2.title .name span.pointDo {
      color: #F18900; }
  #reason h2.title .reason5 {
    color: #006934;
    line-height: 1.0; }
    #reason h2.title .reason5 span {
      font-weight: 700;
      font-size: 3.0rem; }
      @media screen and (min-width: 481px) {
        #reason h2.title .reason5 span {
          font-size: 4.0rem; } }
    #reason h2.title .reason5 span.five {
      font-size: 6.0rem;
      letter-spacing: -10px; }
      @media screen and (min-width: 481px) {
        #reason h2.title .reason5 span.five {
          font-size: 9.0rem; } }
    #reason h2.title .reason5 span.reason {
      font-size: 4.5rem; }
      @media screen and (min-width: 481px) {
        #reason h2.title .reason5 span.reason {
          font-size: 5.5rem; } }
#reason ul {
  margin: 0px auto; }
  @media screen and (max-width: 1280px) {
    #reason ul {
      max-width: 800px;
      margin: 0px auto;
      margin-bottom: 30px; } }
  @media screen and (min-width: 1281px) {
    #reason ul {
      padding-left: 20px;
      padding-right: 20px; } }
  #reason ul li {
    background: #EEF3DE;
    border-radius: 10px;
    margin-bottom: 15px;
    vertical-align: middle;
    position: relative; }
    #reason ul li a {
      padding: 20px 30px 15px 20px;
      display: block;
      text-align: left;
      border-radius: 10px;
      display: flex; }
      @media screen and (max-width: 480px) {
        #reason ul li a {
          position: relative;
          padding: 15px 30px 15px 35px; } }
      @media screen and (min-width: 1281px) {
        #reason ul li a {
          padding: 15px 40px 15px 20px; } }
    #reason ul li span {
      display: inline-block;
      vertical-align: middle;
      font-weight: 600; }
    #reason ul li span.number {
      font-weight: 900;
      font-family: "Lato", serif;
      font-size: 4.0rem;
      color: #79A84C;
      padding-right: 7px;
      font-style: italic; }
      @media screen and (max-width: 480px) {
        #reason ul li span.number {
          position: absolute;
          top: -10px;
          left: 7px;
          font-size: 4.3rem; } }
      @media screen and (max-width: 1280px) {
        #reason ul li span.number {
          line-height: 1.0; } }
      @media screen and (min-width: 768px) {
        #reason ul li span.number {
          font-size: 6.0rem;
          padding-right: 15px;
          line-height: 1.0; } }
    #reason ul li span.text {
      font-size: 1.8rem;
      line-height: 1.2; }
      @media screen and (min-width: 768px) {
        #reason ul li span.text {
          font-size: 2.4rem; } }
    #reason ul li::after {
      content: url("../images/common/arrow_green_c.svg");
      display: inline-block;
      top: 25px;
      right: 10px;
      width: 20px;
      background-size: contain;
      position: absolute; }
      @media screen and (min-width: 1281px) {
        #reason ul li::after {
          top: 35px;
          right: 10px;
          width: 30px; } }

 /* ----------------------------------------
	#faq
---------------------------------------- */
#faq {
  background: #F9F3EB; }
  #faq .inner {
    max-width: 1000px;
    margin: 0px auto; }
  #faq h2.sectionTit {
    color: #42300F; }
  #faq #faqList {
    margin: 0px auto;
    width: 100%; }
    #faq #faqList h4 {
      margin-bottom: 30px;
      margin-top: 20px; }
    #faq #faqList .faq_ol {
      background: #ffffff;
      border-radius: 20px;
      margin-bottom: 30px;
      padding: 20px 20px;
      border-bottom: 5px solid #5d3012; }
      @media screen and (min-width: 961px) {
        #faq #faqList .faq_ol {
          padding: 30px 30px; } }
    #faq #faqList .accordion-hidden {
      display: none; }
    #faq #faqList .accordion-open {
      display: block;
      /*background: #ffffff;*/
      cursor: pointer;
      margin-bottom: 5px;
      position: relative;
      line-height: 1.3;
      font-weight: bold;
      padding-left: 1em;
      text-indent: -1em;
      padding-right: 20px; }
      #faq #faqList .accordion-open::before, #faq #faqList .accordion-open::after {
        content: '';
        width: 15px;
        height: 3px;
        background: #000;
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%); }
        @media screen and (min-width: 768px) {
          #faq #faqList .accordion-open::before, #faq #faqList .accordion-open::after {
            right: 20px; } }
      #faq #faqList .accordion-open::after {
        transform: translateY(-50%) rotate(90deg);
        transition: .5s; }
    #faq #faqList .accordion-hidden:checked + .accordion-open:after {
      transform: translateY(-50%) rotate(0); }
    #faq #faqList .accordion-inner {
      display: block;
      height: 0;
      overflow: hidden;
      padding: 0;
      opacity: 0;
      transition: 0.5s;
      /* 表示速度の設定 */
      cursor: pointer;
      border-bottom: 1px dotted #5d3012;
      margin-bottom: 15px; }
    #faq #faqList .accordion-hidden:checked + .accordion-open + .accordion-inner {
      height: auto;
      opacity: 1;
      padding: 10px 20px 10px 20px; }
      @media screen and (min-width: 768px) {
        #faq #faqList .accordion-hidden:checked + .accordion-open + .accordion-inner {
          padding: 10px 30px 15px 30px; } }
  #faq .moreBtn {
    max-width: 350px;
    margin: 0px auto;
    background: #42300F;
    border-radius: 10px; }
    @media screen and (min-width: 768px) {
      #faq .moreBtn {
        max-width: 500px; } }
    #faq .moreBtn a {
      display: block;
      padding: 15px 10px;
      text-align: center;
      font-weight: bold;
      color: #ffffff;
      font-size: 2.0rem;
      position: relative; }
      @media screen and (min-width: 768px) {
        #faq .moreBtn a {
          font-size: 3.0ren; } }
      #faq .moreBtn a::after {
        content: url("../images/common/arrow_white2.svg");
        display: inline-block;
        background-size: contain;
        vertical-align: middle;
        position: absolute;
        width: 8px;
        top: 18%;
        right: 10px; }

/*******single 共通*****************/
/* ----------------------------------------
	#voice area-single　お客様の声
---------------------------------------- */
#voice_single {
  background: url("../images/areapage/bg_voice.jpg") center center;
  background-size: cover; }
  #voice_single 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) {
      #voice_single h2 {
        font-size: 4.0rem;
        margin-bottom: 60px; } }
    #voice_single h2 span {
      display: inline-block;
      margin: 0px auto;
      font-weight: bold;
      width: 100%; }
      @media screen and (min-width: 1281px) {
        #voice_single h2 span {
          font-size: 2.0rem; } }
  #voice_single p {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 30px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.35);
    display: inline-block;
    padding: .3em .6em;
    border-radius: 4px; }
  @media screen and (min-width: 961px) {
    #voice_single .inner {
      padding-top: 80px;
      padding-bottom: 60px; } }

#voiceArea .inner {
  padding-top: 30px; }
  @media screen and (min-width: 768px) {
    #voiceArea .inner {
      padding-top: 80px; } }
#voiceArea ul.voiceList_single {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    #voiceArea ul.voiceList_single {
      margin-bottom: 40px; } }
  #voiceArea ul.voiceList_single li {
    background: #ebebeb;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-bottom: 2%;
    position: relative;
    padding: 15px 15px; }
    @media screen and (min-width: 961px) {
      #voiceArea ul.voiceList_single li {
        width: 49%;
        margin-bottom: 20px;
        padding: 30px 30px; } }
#voiceArea .voice_head {
  border-bottom: 2px dotted #5d3012;
  margin-bottom: 10px;
  padding-bottom: 7px;
  position: relative; }
  #voiceArea .voice_head h4.about {
    font-size: 1.5rem;
    color: #5d3012;
    font-weight: bold;
    line-height: 1.2; }
    @media screen and (min-width: 768px) {
      #voiceArea .voice_head h4.about {
        font-size: 1.8rem; } }
  #voiceArea .voice_head .area {
    font-size: 1.6rem;
    position: relative;
    font-weight: bold; }
  #voiceArea .voice_head img {
    position: absolute;
    width: 19%;
    right: -5px;
    bottom: 0; }
#voiceArea .text {
  font-size: 1.4rem; }

/*
@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;
	}	
}
*/
/*******************************
#visual_areaindex　visual
********************************/
#areahouse #visual_areaindex {
  position: relative;
  display: table;
  width: 100%;
  background-size: cover !important;
  background-color: #f5f4f0; }
  #areahouse #visual_areaindex #visual_ol {
    display: table-cell;
    vertical-align: middle;
    text-shadow: 2px 2px 3px white, -2px -2px 6px white; }
    @media screen and (max-width: 480px) {
      #areahouse #visual_areaindex #visual_ol {
        padding: 100px 3% 100px 3%; } }
    @media screen and (min-width: 481px) and (max-width: 960px) {
      #areahouse #visual_areaindex #visual_ol {
        padding: 130px 3% 130px 3%; } }
    @media screen and (min-width: 961px) {
      #areahouse #visual_areaindex #visual_ol {
        padding: 150px 3% 150px 3%; } }
    @media screen and (min-width: 1281px) {
      #areahouse #visual_areaindex #visual_ol {
        padding: 200px 3% 200px 5%; } }
  #areahouse #visual_areaindex .textArea {
    background: rgba(255, 255, 255, 0.8);
    padding: 25px 20px;
    width: 80%;
    margin: 0px auto;
    border-radius: 10px; }
    @media screen and (min-width: 961px) {
      #areahouse #visual_areaindex .textArea {
        padding: 30px 50px;
        max-width: 1100px;
        margin: 0px auto; } }

@media screen and (max-width: 767px) {
  #areahouse #visual_areaindex {
    background: url("../images/areapage/house/mainvisual_sp.jpg?17") no-repeat center; } }
@media screen and (min-width: 768px) {
  #areahouse #visual_areaindex {
    background: url("../images/areapage/house/mainvisual.jpg?7") no-repeat center; } }

#areahouse {
  /***** #lead *************************/
  /*****************************************************
  #souzoku #baikyaku #akiya #tatekae .item
  *****************************************************/
  /* ----------------------------------------
  	#fee
  ---------------------------------------- */
  /* ----------------------------------------
  	#plan
  ---------------------------------------- */
  /*****************************************************
      areahouse singleページ用css
  *****************************************************/ }
  #areahouse #lead {
    background: url("../images/common/contact_bg.jpg");
    background-size: cover; }
    @media screen and (min-width: 1281px) {
      #areahouse #lead .inner {
        padding-top: 80px;
        padding-bottom: 80px; } }
    #areahouse #lead h2.catch {
      font-weight: bold;
      font-size: clamp(2rem, 5vw, 3rem);
      margin-bottom: 30px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        #areahouse #lead h2.catch {
          margin-bottom: 50px; } }
    #areahouse #lead ul.leadList {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      text-align: center; }
      #areahouse #lead ul.leadList li {
        position: relative;
        width: 49%;
        margin-bottom: 2%; }
        @media screen and (max-width: 480px) {
          #areahouse #lead ul.leadList li {
            margin-bottom: 5%; } }
        #areahouse #lead ul.leadList li img {
          border-radius: 10px; }
          @media screen and (max-width: 480px) {
            #areahouse #lead ul.leadList li img {
              height: 170px;
              object-fit: cover;
              width: 100%; } }
        #areahouse #lead ul.leadList li .text {
          position: absolute;
          top: 40%;
          width: 100%;
          padding: 10px 5px;
          text-align: center;
          font-weight: bold;
          color: #ffffff;
          background: rgba(0, 105, 52, 0.8);
          transition: opacity 0.3s; }
          @media screen and (max-width: 480px) {
            #areahouse #lead ul.leadList li .text {
              top: 35%;
              font-size: 1.4rem; } }
          @media screen and (min-width: 768px) {
            #areahouse #lead ul.leadList li .text {
              font-size: 3.0rem;
              padding: 15px 10px; } }
      #areahouse #lead ul.leadList li a .text:hover {
        color: yellow; }
  #areahouse .item h3.itemTit {
    font-size: clamp(2.2rem, 6.68vw, 4.2rem);
    line-height: 1.0;
    text-align: center;
    font-weight: bold;
    padding: 15px 10px 15px 10px;
    margin-bottom: 30px;
    border-top: 4px solid #006934;
    border-bottom: 2px solid #006934;
    color: #006934; }
    @media screen and (min-width: 768px) {
      #areahouse .item h3.itemTit {
        padding: 25px 10px 25px 10px;
        margin-bottom: 50px; } }
  @media screen and (max-width: 960px) {
    #areahouse .item .ol {
      max-width: 600px;
      margin: 0px auto;
      margin-bottom: 30px; } }
  @media screen and (min-width: 961px) {
    #areahouse .item .ol {
      display: flex;
      justify-content: space-between;
      margin-bottom: 50px; } }
  @media screen and (max-width: 960px) {
    #areahouse .item .ol .photoArea {
      width: 70%;
      max-width: 500px;
      margin: 0px auto;
      margin-bottom: 30px; } }
  @media screen and (min-width: 961px) {
    #areahouse .item .ol .photoArea {
      width: 38%; } }
  #areahouse .item .ol .photoArea img {
    border-radius: 10px; }
  @media screen and (max-width: 960px) {
    #areahouse .item .ol .textArea {
      margin-bottom: 15px; } }
  @media screen and (min-width: 961px) and (max-width: 1280px) {
    #areahouse .item .ol .textArea {
      width: 59%; } }
  @media screen and (min-width: 1281px) {
    #areahouse .item .ol .textArea {
      width: 57%; } }
  @media screen and (min-width: 961px) {
    #areahouse .item .ol.reverse {
      flex-direction: row-reverse; } }
  #areahouse .item dl.Title {
    display: flex;
    border-radius: 10px;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      #areahouse .item dl.Title {
        margin-bottom: 35px; } }
    #areahouse .item dl.Title dt {
      min-width: 90px;
      position: relative;
      padding: 20px 30px;
      border-radius: 10px 0 0 10px;
      background: #006934; }
      @media screen and (min-width: 768px) {
        #areahouse .item dl.Title dt {
          min-width: 180px;
          padding: 20px 60px; } }
      #areahouse .item dl.Title dt span {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        text-align: center;
        color: #ffffff;
        font-weight: bold;
        font-size: 1.8rem; }
        @media screen and (min-width: 768px) {
          #areahouse .item dl.Title dt span {
            font-size: 2.5rem; } }
    #areahouse .item dl.Title dd {
      width: 100%;
      padding: 20px;
      border-radius: 0 10px 10px 0;
      background: #ebebeb;
      font-weight: bold;
      font-size: 1.8rem; }
      @media screen and (min-width: 768px) {
        #areahouse .item dl.Title dd {
          font-size: 2.5rem; } }
  #areahouse .item .risk p.centerize {
    font-weight: bold; }
  #areahouse .item .risk ul.riskList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px; }
    @media screen and (min-width: 768px) {
      #areahouse .item .risk ul.riskList {
        margin-bottom: 80px; } }
    #areahouse .item .risk ul.riskList li {
      width: 46%;
      text-align: center;
      margin-bottom: 2%;
      padding: 15px;
      border-radius: 10px;
      margin: 2%;
      border: 1px solid #006934; }
      @media screen and (min-width: 768px) {
        #areahouse .item .risk ul.riskList li {
          width: 29%;
          padding: 25px; } }
      #areahouse .item .risk ul.riskList li .iconArea {
        width: 100px;
        margin: 0px auto;
        margin-bottom: 10px; }
        @media screen and (min-width: 768px) {
          #areahouse .item .risk ul.riskList li .iconArea {
            width: 140px; } }
      #areahouse .item .risk ul.riskList li p {
        margin-bottom: 0px;
        line-height: 1.4;
        font-size: 1.4rem; }
        @media screen and (min-width: 961px) {
          #areahouse .item .risk ul.riskList li p {
            font-size: 1.6rem; } }
    #areahouse .item .risk ul.riskList h4 {
      font-weight: bold;
      font-size: 1.8rem;
      margin-bottom: 10px;
      color: #006934; }
      @media screen and (min-width: 961px) {
        #areahouse .item .risk ul.riskList h4 {
          font-size: 2.4rem; } }
  #areahouse .item .point h4 {
    display: flex;
    border-radius: 10px;
    margin-bottom: 5px; }
    #areahouse .item .point h4 .number {
      width: 50px;
      position: relative;
      padding: 10px 10px;
      border-radius: 10px 10px 10px 10px;
      background: #79A84C; }
      @media screen and (min-width: 768px) {
        #areahouse .item .point h4 .number {
          width: 70px;
          padding: 10px 20px; } }
      #areahouse .item .point h4 .number span {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        text-align: center;
        color: #ffffff;
        font-weight: bold;
        font-size: 3.0rem; }
        @media screen and (min-width: 768px) {
          #areahouse .item .point h4 .number span {
            font-size: 4.0rem; } }
    #areahouse .item .point h4 .point {
      width: 100%;
      padding: 10px 0px 10px 10px;
      font-weight: bold;
      font-size: 1.8rem;
      color: #79A84C; }
      @media screen and (min-width: 768px) {
        #areahouse .item .point h4 .point {
          font-size: 2.3rem;
          padding: 15px 0px 15px 20px; } }
  #areahouse .item .point p {
    margin-bottom: 30px; }
  #areahouse #fee p.centerize {
    font-weight: bold;
    margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    #areahouse #fee .table_price {
      width: 450px; } }
  #areahouse #fee .table_price tbody {
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000; }
  #areahouse #fee .table_price th {
    background: #006934;
    border: solid 1px #000;
    color: #fff;
    font-weight: bold; }
  #areahouse #fee .table_price td {
    text-align: center;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    font-weight: bold; }
  #areahouse #fee .table_price th, #areahouse #fee .table_price td {
    padding: 15px 15px; }
    @media screen and (min-width: 1281px) {
      #areahouse #fee .table_price th, #areahouse #fee .table_price td {
        padding: 30px 30px !important;
        border-bottom: solid 1px #000; } }
    @media screen and (min-width: 768px) and (max-width: 960px) {
      #areahouse #fee .table_price th, #areahouse #fee .table_price td {
        font-size: 2.4rem; } }
    @media screen and (min-width: 961px) {
      #areahouse #fee .table_price th, #areahouse #fee .table_price td {
        font-size: 2.8rem; } }
    #areahouse #fee .table_price th span, #areahouse #fee .table_price td span {
      font-size: 1.6rem; }
  #areahouse #fee .table_price .sticky {
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    /*border-left: none;
    border-right: none;*/
    color: #ffffff; }
  #areahouse #fee .table_price .sticky::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*border-left: 1px solid #000;*/
    background: #666666;
    font-weight: bold;
    z-index: -1; }
  #areahouse #fee .table_price2 tbody {
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000; }
  #areahouse #fee .table_price2 th {
    background: #333333;
    border: solid 1px #000;
    color: #fff;
    font-weight: bold; }
  #areahouse #fee .table_price2 td {
    text-align: center;
    border-top: solid 1px #000;
    border-right: solid 1px #000; }
  #areahouse #fee .table_price2 th, #areahouse #fee .table_price2 td {
    padding: 10px 10px; }
    @media screen and (max-width: 480px) {
      #areahouse #fee .table_price2 th, #areahouse #fee .table_price2 td {
        font-size: 1.5rem; } }
    @media screen and (min-width: 1281px) {
      #areahouse #fee .table_price2 th, #areahouse #fee .table_price2 td {
        padding: 30px 30px !important;
        border-bottom: solid 1px #000; } }
  #areahouse #fee .table_price2 .tit {
    font-weight: bold;
    background: #FCF6DE; }
  #areahouse #fee p.note {
    font-size: 1.4rem;
    text-align: right;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      #areahouse #fee p.note {
        margin-bottom: 50px; } }
  #areahouse #fee h3 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #areahouse #fee h3 {
        font-size: 3.0rem;
        margin-bottom: 30px; } }
  #areahouse #plan {
    background: #E2DCD3; }
    #areahouse #plan ul.planList li {
      position: relative;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        #areahouse #plan ul.planList li {
          margin-bottom: 30px; } }
      #areahouse #plan ul.planList li .ol {
        padding: 15px 15px;
        background: #ffffff;
        border-radius: 10px; }
        @media screen and (min-width: 768px) {
          #areahouse #plan ul.planList li .ol {
            display: flex;
            justify-content: space-between; } }
        @media screen and (min-width: 768px) {
          #areahouse #plan ul.planList li .ol {
            padding: 30px 30px; } }
        @media screen and (min-width: 768px) {
          #areahouse #plan ul.planList li .ol .imgArea {
            width: 40%; } }
        #areahouse #plan ul.planList li .ol .imgArea img {
          border-radius: 3px 3px 0px 0px; }
          @media screen and (max-width: 767px) {
            #areahouse #plan ul.planList li .ol .imgArea img {
              width: 100%; } }
          @media screen and (min-width: 768px) {
            #areahouse #plan ul.planList li .ol .imgArea img {
              height: 100%;
              object-fit: cover;
              border-radius: 5px; } }
        @media screen and (min-width: 768px) {
          #areahouse #plan ul.planList li .ol .priceArea {
            width: 58%; } }
    #areahouse #plan .menuName {
      color: #ffffff;
      background: #006934;
      font-weight: bold;
      font-size: 2.3rem;
      line-height: 1.2;
      padding: 10px 10px;
      text-align: center;
      border-radius: 0px 0px 5px 5px;
      margin-bottom: 15px;
      text-align: center; }
      @media screen and (min-width: 481px) {
        #areahouse #plan .menuName {
          border-radius: 5px 5px 5px 5px;
          font-size: 2.5rem; } }
      @media screen and (min-width: 768px) {
        #areahouse #plan .menuName {
          font-size: 3.5rem;
          padding: 15px 10px; } }
      @media screen and (min-width: 1281px) {
        #areahouse #plan .menuName {
          padding: 15px 10px 15px 10px;
          margin-bottom: 20px; } }
    #areahouse #plan dl {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 10px; }
      @media screen and (min-width: 961px) {
        #areahouse #plan dl {
          margin-bottom: 15px; } }
      #areahouse #plan dl dt {
        width: 43%;
        text-align: center; }
        @media screen and (min-width: 768px) {
          #areahouse #plan dl dt {
            width: 50%; } }
      #areahouse #plan dl dd {
        width: 55%;
        text-align: center; }
        @media screen and (min-width: 768px) {
          #areahouse #plan dl dd {
            width: 48%; } }
    #areahouse #plan dt {
      background: #79A84C;
      border-radius: 5px;
      display: table; }
      #areahouse #plan dt span.Tit {
        font-weight: bold;
        display: inline-block;
        line-height: 1.0;
        display: table-cell;
        vertical-align: middle;
        color: #ffffff;
        width: 100%;
        padding: 10px 5px; }
        @media screen and (min-width: 961px) and (max-width: 1280px) {
          #areahouse #plan dt span.Tit {
            font-size: 2.5rem; } }
        @media screen and (min-width: 1281px) {
          #areahouse #plan dt span.Tit {
            font-size: 3.0rem; } }
    #areahouse #plan dd {
      font-family: "Noto Sans JP", sans-serif; }
      #areahouse #plan dd span.point_b {
        font-weight: bold;
        font-size: clamp(4rem, 10.02vw, 7rem);
        font-family: "Lato", serif; }
      #areahouse #plan dd span.point_s {
        font-weight: bold;
        font-size: clamp(2.5rem, 6.68vw, 4.5rem); }
      #areahouse #plan dd span.total {
        display: inline-block;
        width: 100%;
        color: #333333;
        padding: 5px;
        line-height: 1.2;
        border-radius: 5px;
        background: #ebebeb; }
    #areahouse #plan dd.price {
      color: #F18900;
      font-weight: bold;
      font-size: 2.0rem;
      line-height: 1.0;
      margin-bottom: 7px; }
    #areahouse #plan dt.kouki {
      border-radius: 3px; }
      #areahouse #plan dt.kouki span {
        font-weight: bold;
        background: #5d3012;
        display: inline-block;
        line-height: 1.2;
        padding: 5px 10px;
        color: #ffffff;
        border-radius: 5px; }
        @media screen and (min-width: 961px) and (max-width: 1280px) {
          #areahouse #plan dt.kouki span {
            font-size: 1.8rem; } }
        @media screen and (min-width: 1281px) {
          #areahouse #plan dt.kouki span {
            font-size: 1.8rem; } }
    #areahouse #plan dd.day {
      color: #F18900;
      font-weight: bold;
      font-size: 2.0rem;
      line-height: 1.0;
      margin-bottom: 7px; }
    #areahouse #plan .text {
      font-weight: bold; }
    #areahouse #plan .note {
      font-size: 1.2rem; }
  #areahouse #single {
    /************* #visual_single ************/
    /************* #checkpoint ************/
    /******************************************************
    #dismantling_menu
    ******************************************************/
   /* ----------------------------------------
      #region
  ---------------------------------------- */
    /*----------------------------------------
          #shopinfo_single
      ----------------------------------------  */
    /* ------#subsidy_single---------- */ }
    #areahouse #single #visual_single {
      position: relative;
      display: table;
      width: 100%;
      background-size: cover !important;
      background-color: #f5f4f0; }
      #areahouse #single #visual_single #visual_single_ol {
        display: table-cell;
        vertical-align: middle;
        text-shadow: 2px 2px 3px white, -2px -2px 6px white; }
        @media screen and (max-width: 480px) {
          #areahouse #single #visual_single #visual_single_ol {
            padding: 100px 3% 100px 3%; } }
        @media screen and (min-width: 481px) and (max-width: 960px) {
          #areahouse #single #visual_single #visual_single_ol {
            padding: 130px 3% 130px 3%; } }
        @media screen and (min-width: 961px) {
          #areahouse #single #visual_single #visual_single_ol {
            padding: 150px 3% 150px 3%; } }
        @media screen and (min-width: 1281px) {
          #areahouse #single #visual_single #visual_single_ol {
            padding: 200px 3% 200px 5%; } }
      #areahouse #single #visual_single .textArea {
        background: rgba(255, 255, 255, 0.8);
        padding: 25px 20px;
        width: 80%;
        margin: 0px auto;
        border-radius: 10px; }
        @media screen and (min-width: 768px) {
          #areahouse #single #visual_single .textArea {
            padding: 30px 50px;
            max-width: 1100px;
            margin: 0px auto; } }
      #areahouse #single #visual_single .catch {
        margin-bottom: 5px; }
        @media screen and (min-width: 768px) {
          #areahouse #single #visual_single .catch {
            margin-bottom: 10px; } }
      #areahouse #single #visual_single h1.mainText {
        text-align: center;
        font-weight: 900;
        font-size: 2.2rem; }
        @media screen and (min-width: 768px) {
          #areahouse #single #visual_single h1.mainText {
            font-size: 3.8rem; } }
        #areahouse #single #visual_single h1.mainText span.areaname {
          font-size: 2.4rem;
          background: linear-gradient(transparent 60%, yellow 60%); }
          @media screen and (min-width: 768px) {
            #areahouse #single #visual_single h1.mainText span.areaname {
              font-size: 3.8rem; } }
        #areahouse #single #visual_single h1.mainText span.construction {
          font-size: 3.3rem;
          color: #006934; }
          @media screen and (min-width: 768px) {
            #areahouse #single #visual_single h1.mainText span.construction {
              font-size: 5.5rem; } }
      @media screen and (max-width: 767px) {
        #areahouse #single #visual_single .logoArea {
          width: 65%;
          margin: 0px auto; } }
      @media screen and (min-width: 961px) and (max-width: 1280px) {
        #areahouse #single #visual_single .logoArea {
          width: 50%;
          margin: 0px auto; } }
      @media screen and (min-width: 1281px) {
        #areahouse #single #visual_single .logoArea {
          max-width: 500px;
          margin: 0px auto; } }
    @media screen and (max-width: 767px) {
      #areahouse #single .visual_house {
        background: url("../images/areapage/house/mainvisual_sp.jpg?17") no-repeat center; } }
    @media screen and (min-width: 768px) {
      #areahouse #single .visual_house {
        background: url("../images/areapage/house/mainvisual.jpg?7") no-repeat center; } }
    #areahouse #single #checkpoint {
      background: url("../images/areapage/house/erabareteimasu_bg.jpg?2") no-repeat top;
      background-size: 100%;
      background-color: #fcfbe3; }
      #areahouse #single #checkpoint .inner {
        text-align: center;
        padding-top: 80px; }
        @media screen and (min-width: 961px) and (max-width: 1280px) {
          #areahouse #single #checkpoint .inner {
            padding-top: 100px; } }
        @media screen and (min-width: 1281px) {
          #areahouse #single #checkpoint .inner {
            padding-top: 150px; } }
      #areahouse #single #checkpoint h2.tit {
        font-weight: bold;
        font-size: clamp(2.4rem, 5vw, 3rem);
        color: #006934;
        margin-bottom: 20px;
        text-align: center;
        line-height: 1.2; }
        @media screen and (min-width: 768px) {
          #areahouse #single #checkpoint h2.tit {
            margin-bottom: 20px; } }
      #areahouse #single #checkpoint h3.subtit {
        font-weight: bold;
        margin-bottom: 30px;
        text-align: center; }
        @media screen and (min-width: 768px) {
          #areahouse #single #checkpoint h3.subtit {
            margin-bottom: 50px; } }
        #areahouse #single #checkpoint h3.subtit span {
          background: linear-gradient(transparent 60%, yellow 60%);
          font-size: 2.2rem; }
          @media screen and (min-width: 768px) {
            #areahouse #single #checkpoint h3.subtit span {
              font-size: 3.8rem; } }
      #areahouse #single #checkpoint p.lead {
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          #areahouse #single #checkpoint p.lead {
            padding-left: 3%;
            padding-right: 3%; } }
        @media screen and (min-width: 768px) {
          #areahouse #single #checkpoint p.lead {
            margin-bottom: 50px; } }
      #areahouse #single #checkpoint ul.checkList {
        display: inline-block;
        font-weight: bold;
        text-align: left; }
        @media screen and (max-width: 1280px) {
          #areahouse #single #checkpoint ul.checkList {
            padding-left: 7%;
            padding-right: 7%; } }
        #areahouse #single #checkpoint ul.checkList li {
          border-radius: 10px;
          padding: 3px 10px;
          margin-bottom: 7px;
          padding-left: 2em;
          text-indent: -1em;
          background: #ffffff;
          color: #5c5651; }
          @media screen and (min-width: 768px) {
            #areahouse #single #checkpoint ul.checkList li {
              font-size: 2.5rem;
              margin-bottom: 8px;
              border-radius: 30px;
              padding: 3px 10px; } }
          #areahouse #single #checkpoint ul.checkList li span {
            color: #F18900; }
            @media screen and (min-width: 768px) {
              #areahouse #single #checkpoint ul.checkList li span {
                font-size: 2.5rem;
                padding-left: 30px; } }
    #areahouse #single #dismantling_menu .inner {
      max-width: 1800px;
      text-align: center; }
      @media screen and (max-width: 480px) {
        #areahouse #single #dismantling_menu .inner {
          padding-right: 0px;
          padding-left: 0px; } }
    #areahouse #single #dismantling_menu .titleArea {
      background: url("../images/home/roof_orange.png") no-repeat top;
      background-size: 100%;
      padding-top: 30px;
      position: relative; }
      #areahouse #single #dismantling_menu .titleArea .point_impact {
        max-width: 105px;
        margin: 0px auto; }
      #areahouse #single #dismantling_menu .titleArea h2.tit {
        font-size: 2.4rem;
        font-weight: 800;
        color: #000000; }
        @media screen and (min-width: 481px) {
          #areahouse #single #dismantling_menu .titleArea h2.tit {
            font-size: 2.8rem; } }
        #areahouse #single #dismantling_menu .titleArea h2.tit span {
          font-size: 4.2rem;
          color: #000000; }
          @media screen and (min-width: 481px) {
            #areahouse #single #dismantling_menu .titleArea h2.tit span {
              font-size: 4.8rem; } }
      #areahouse #single #dismantling_menu .titleArea h3.subtit {
        font-size: 1.8rem;
        font-weight: 800;
        color: #000000; }
        @media screen and (min-width: 768px) {
          #areahouse #single #dismantling_menu .titleArea h3.subtit {
            font-size: 3.2rem; } }
        #areahouse #single #dismantling_menu .titleArea h3.subtit span {
          font-size: 2.2rem;
          border-bottom: 4px double #000; }
          @media screen and (min-width: 768px) {
            #areahouse #single #dismantling_menu .titleArea h3.subtit span {
              font-size: 4.5rem; } }
      #areahouse #single #dismantling_menu .titleArea img.point01 {
        width: 90px;
        position: absolute;
        left: 5px;
        top: 0px; }
        @media screen and (min-width: 768px) {
          #areahouse #single #dismantling_menu .titleArea img.point01 {
            width: 180px;
            left: 5%;
            top: 30px; } }
      #areahouse #single #dismantling_menu .titleArea img.point02 {
        width: 120px;
        position: absolute;
        top: -20px;
        right: -5px; }
        @media screen and (min-width: 768px) {
          #areahouse #single #dismantling_menu .titleArea img.point02 {
            width: 230px;
            right: 5%;
            top: -10px; } }
    #areahouse #single #dismantling_menu .ol {
      padding: 20px 30px 50px 30px;
      background: #DFC44A; }
      @media screen and (min-width: 768px) {
        #areahouse #single #dismantling_menu .ol {
          padding: 50px 50px; } }
      #areahouse #single #dismantling_menu .ol p {
        max-width: 1200px;
        margin: 0px auto;
        margin-bottom: 30px;
        color: #000000; }
      #areahouse #single #dismantling_menu .ol ul {
        max-width: 1200px;
        margin: 0px auto;
        margin-bottom: 20px; }
        @media screen and (min-width: 768px) {
          #areahouse #single #dismantling_menu .ol ul {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap; } }
        #areahouse #single #dismantling_menu .ol ul li {
          background: #ffffff;
          border-radius: 10px;
          padding: 15px 15px;
          margin-bottom: 30px; }
          @media screen and (max-width: 767px) {
            #areahouse #single #dismantling_menu .ol ul li {
              max-width: 500px;
              margin: 0px auto;
              margin-bottom: 20px; } }
          @media screen and (min-width: 768px) {
            #areahouse #single #dismantling_menu .ol ul li {
              width: 49%;
              border-radius: 15px;
              padding: 30px 30px; } }
          #areahouse #single #dismantling_menu .ol ul li .imgArea {
            margin-bottom: 10px; }
            #areahouse #single #dismantling_menu .ol ul li .imgArea img {
              border-radius: 10px; }
              @media screen and (min-width: 768px) {
                #areahouse #single #dismantling_menu .ol ul li .imgArea img {
                  border-radius: 20px; } }
      #areahouse #single #dismantling_menu .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; }
      #areahouse #single #dismantling_menu .ol .moreBtn {
        max-width: 600px;
        margin: 0px auto;
        text-align: center;
        position: relative; }
        #areahouse #single #dismantling_menu .ol .moreBtn a {
          display: block;
          padding: 20px 10px;
          border-radius: 40px;
          font-weight: 600;
          line-height: 1.0;
          color: #DFC44A;
          background: #ffffff; }
          @media screen and (min-width: 768px) {
            #areahouse #single #dismantling_menu .ol .moreBtn a {
              font-size: 2.6rem;
              padding: 25px 10px; } }
        #areahouse #single #dismantling_menu .ol .moreBtn::before {
          display: inline-block;
          top: 10px;
          left: 10px;
          background-size: contain;
          position: absolute;
          width: 35px;
          content: url("../images/common/arrow_orange_c.svg"); }
          @media screen and (min-width: 768px) {
            #areahouse #single #dismantling_menu .ol .moreBtn::before {
              top: 18px;
              left: 10px; } }
    #areahouse #single #region {
      background: url("../images/areapage/region_bg.png?2") no-repeat bottom center;
      background-color: #9FD1E0; }
      @media screen and (max-width: 960px) {
        #areahouse #single #region {
          background-size: auto 60px; } }
      #areahouse #single #region #region_ol {
        background: url("../images/areapage/region_bg_top.png?2") no-repeat top center;
        background-size: auto 90px; }
        @media screen and (min-width: 1281px) {
          #areahouse #single #region #region_ol {
            background-size: 1260px; } }
      #areahouse #single #region .inner {
        padding-top: 80px;
        padding-bottom: 100px; }
        @media screen and (min-width: 961px) {
          #areahouse #single #region .inner {
            padding-top: 180px;
            padding-bottom: 200px; } }
      #areahouse #single #region h2 {
        color: #000000; }
      #areahouse #single #region h3 {
        color: #000000 !important; }
      #areahouse #single #region .textArea {
        margin-bottom: 30px; }
        @media screen and (min-width: 768px) {
          #areahouse #single #region .textArea {
            margin-bottom: 50px; } }
    #areahouse #single #shopinfo_single h2 {
      text-align: center;
      font-weight: bold;
      font-size: 3.0rem;
      margin-bottom: 30px;
      line-height: 1.0; }
      @media screen and (min-width: 1281px) {
        #areahouse #single #shopinfo_single h2 {
          font-size: 4.0rem;
          margin-bottom: 60px; } }
      #areahouse #single #shopinfo_single h2 span {
        display: inline-block;
        margin: 0px auto;
        font-weight: bold;
        width: 100%; }
        @media screen and (min-width: 1281px) {
          #areahouse #single #shopinfo_single h2 span {
            font-size: 2.0rem; } }
    #areahouse #single #shopinfo_single h3.shopnameTit {
      background: url("../images/common/bg_green.jpg?1") no-repeat;
      background-size: cover;
      color: #ffffff;
      padding: 15px 15px;
      border-radius: 10px;
      font-weight: bold;
      border-radius: 10px;
      margin-bottom: 25px;
      text-align: center;
      line-height: 1.3; }
      @media screen and (min-width: 768px) {
        #areahouse #single #shopinfo_single h3.shopnameTit {
          padding: 25px 15px; } }
      #areahouse #single #shopinfo_single h3.shopnameTit span.sun {
        display: inline-block;
        width: 100%; }
      #areahouse #single #shopinfo_single h3.shopnameTit span.areaName {
        font-size: 2.2rem; }
        @media screen and (min-width: 768px) {
          #areahouse #single #shopinfo_single h3.shopnameTit span.areaName {
            font-size: 3.0rem; } }
      #areahouse #single #shopinfo_single h3.shopnameTit span.en {
        padding-left: 10px; }
        @media screen and (min-width: 768px) {
          #areahouse #single #shopinfo_single h3.shopnameTit span.en {
            font-size: 1.8rem; } }
    #areahouse #single #shopinfo_single .shop_data {
      border-radius: 10px; }
      @media screen and (max-width: 960px) {
        #areahouse #single #shopinfo_single .shop_data {
          max-width: 750px;
          margin: 0px auto; } }
      @media screen and (max-width: 767px) {
        #areahouse #single #shopinfo_single .shop_data {
          margin-bottom: 30px;
          padding: 15px 15px; } }
      @media screen and (min-width: 768px) {
        #areahouse #single #shopinfo_single .shop_data {
          padding: 50px 50px; } }
      @media screen and (min-width: 768px) {
        #areahouse #single #shopinfo_single .shop_data {
          margin-bottom: 50px; } }
      @media screen and (min-width: 961px) {
        #areahouse #single #shopinfo_single .shop_data .shop_ol {
          display: flex;
          justify-content: space-between; } }
      #areahouse #single #shopinfo_single .shop_data .shop_ol .shopPhoto {
        margin-bottom: 15px; }
        @media screen and (min-width: 961px) {
          #areahouse #single #shopinfo_single .shop_data .shop_ol .shopPhoto {
            width: 40%; } }
        #areahouse #single #shopinfo_single .shop_data .shop_ol .shopPhoto img {
          border-radius: 10px;
          margin-bottom: 15px; }
      @media screen and (min-width: 961px) {
        #areahouse #single #shopinfo_single .shop_data .shop_ol .infoArea {
          width: 57%; } }
      #areahouse #single #shopinfo_single .shop_data .supportArea {
        background: #f7edde;
        padding: 15px 15px;
        border-radius: 10px; }
        #areahouse #single #shopinfo_single .shop_data .supportArea .areaName {
          font-weight: bold;
          background: #79A84C;
          color: #ffffff;
          font-size: 1.8rem;
          padding: 7px 10px;
          line-height: 1.0;
          display: inline-block;
          width: 120px;
          border-radius: 30px;
          text-align: center; }
        #areahouse #single #shopinfo_single .shop_data .supportArea p {
          font-weight: bold;
          margin-bottom: 0px; }
      #areahouse #single #shopinfo_single .shop_data dl.detail {
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #areahouse #single #shopinfo_single .shop_data dl.detail dt, #areahouse #single #shopinfo_single .shop_data dl.detail dd {
          font-size: 1.4rem;
          padding-bottom: 7px;
          padding-top: 7px;
          border-bottom: 1px solid #cbcbcb; }
          @media screen and (min-width: 768px) {
            #areahouse #single #shopinfo_single .shop_data dl.detail dt, #areahouse #single #shopinfo_single .shop_data dl.detail dd {
              font-size: 1.6rem; } }
        #areahouse #single #shopinfo_single .shop_data dl.detail dt {
          width: 70px;
          font-weight: bold;
          color: #006934; }
          @media screen and (min-width: 768px) {
            #areahouse #single #shopinfo_single .shop_data dl.detail dt {
              width: 100px; } }
        #areahouse #single #shopinfo_single .shop_data dl.detail dd {
          width: -webkit-calc(100% - 70px);
          width: calc(100% - 70px); }
          @media screen and (min-width: 768px) {
            #areahouse #single #shopinfo_single .shop_data dl.detail dd {
              width: -webkit-calc(100% - 100px);
              width: calc(100% - 100px); } }
        #areahouse #single #shopinfo_single .shop_data dl.detail .map {
          margin-bottom: 5px; }
          #areahouse #single #shopinfo_single .shop_data dl.detail .map a {
            display: block;
            line-height: 1.0;
            padding: 3px 15px 7px 15px;
            color: #ffffff;
            text-align: center;
            font-size: 1.2rem;
            display: inline-block;
            background: #79A84C;
            border-radius: 5px; }
        #areahouse #single #shopinfo_single .shop_data dl.detail div.free-dial {
          display: inherit;
          vertical-align: middle; }
          #areahouse #single #shopinfo_single .shop_data dl.detail div.free-dial img.freedial {
            width: 40px;
            padding-right: 5px; }
          #areahouse #single #shopinfo_single .shop_data dl.detail div.free-dial span.freedial {
            font-weight: bold;
            font-size: 1.8rem; }
      #areahouse #single #shopinfo_single .shop_data .contactBtn {
        margin: 0px auto;
        width: 100%;
        margin-bottom: 30px;
        border-radius: 10px;
        position: relative; }
        @media screen and (max-width: 767px) {
          #areahouse #single #shopinfo_single .shop_data .contactBtn {
            max-width: 500px;
            margin: 0px auto;
            width: 90%; } }
        @media screen and (min-width: 768px) {
          #areahouse #single #shopinfo_single .shop_data .contactBtn {
            max-width: 100%;
            max-width: 800px;
            margin: 0px auto; } }
        #areahouse #single #shopinfo_single .shop_data .contactBtn a {
          display: block;
          padding: 15px 15px;
          background: #79A84C;
          font-weight: bold;
          color: #ffffff;
          text-align: center;
          border-radius: 10px;
          font-size: 1.8rem; }
          @media screen and (min-width: 768px) {
            #areahouse #single #shopinfo_single .shop_data .contactBtn a {
              padding: 20px 20px;
              font-size: 2.5rem; } }
        #areahouse #single #shopinfo_single .shop_data .contactBtn img {
          width: 40px;
          padding-right: 15px;
          vertical-align: middle; }
          @media screen and (min-width: 768px) {
            #areahouse #single #shopinfo_single .shop_data .contactBtn img {
              width: 50px; } }
        #areahouse #single #shopinfo_single .shop_data .contactBtn::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; }
      #areahouse #single #shopinfo_single .shop_data .gMap {
        margin-bottom: 30px; }
        #areahouse #single #shopinfo_single .shop_data .gMap iframe {
          display: block;
          width: 100%;
          height: 300px; }
          @media screen and (min-width: 768px) {
            #areahouse #single #shopinfo_single .shop_data .gMap iframe {
              height: 500px; } }
    #areahouse #single #subsidy_single {
      font-size: 1.6rem !important; }
      #areahouse #single #subsidy_single .subsidy-excerpt {
        margin-bottom: 30px; }
      #areahouse #single #subsidy_single .readmore {
        width: 350px;
        margin: 0px auto; }
        #areahouse #single #subsidy_single .readmore a {
          display: block;
          padding: 15px 15px;
          background: #006934;
          text-align: center;
          font-weight: bold;
          color: #ffffff;
          position: relative; }
          #areahouse #single #subsidy_single .readmore a::after {
            content: url("../images/common/arrow_white2.svg");
            display: inline-block;
            background-size: contain;
            vertical-align: middle;
            position: absolute;
            width: 7px;
            top: 28%;
            right: 10px; }

/*
@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;
	}	
}
*/
/*******************************
#visual_areaindex　visual
********************************/
#areapetit #visual_areaindex {
  background: url("../images/areapage/petit/visual_index.jpg") no-repeat center center;
  position: relative;
  display: table;
  width: 100%;
  background-size: cover !important;
  background-color: #f5f4f0; }
  #areapetit #visual_areaindex #visual_ol {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    @media screen and (max-width: 480px) {
      #areapetit #visual_areaindex #visual_ol {
        padding: 60px 3% 100px 3%; } }
    @media screen and (min-width: 481px) and (max-width: 960px) {
      #areapetit #visual_areaindex #visual_ol {
        padding: 60px 3% 130px 3%; } }
    @media screen and (min-width: 961px) {
      #areapetit #visual_areaindex #visual_ol {
        padding: 100px 3% 150px 3%; } }
    @media screen and (min-width: 1281px) {
      #areapetit #visual_areaindex #visual_ol {
        padding: 100px 3% 150px 5%; } }
  #areapetit #visual_areaindex h1.mainText {
    color: #ffffff;
    font-size: clamp(2.2rem, 5vw, 4.5rem);
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.3;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7), -2px -2px 6px rgba(0, 0, 0, 0.7); }
    @media screen and (min-width: 768px) {
      #areapetit #visual_areaindex h1.mainText {
        margin-bottom: 40px; } }
  #areapetit #visual_areaindex h2.subText {
    position: relative;
    padding: 1.5rem 3rem;
    color: #ffffff;
    border-radius: 50px;
    background: #f2748b;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: clamp(2rem, 4vw, 4rem);
    display: inline-block; }
    @media screen and (min-width: 768px) {
      #areapetit #visual_areaindex h2.subText {
        border-radius: 50px;
        margin-bottom: 40px; } }
    #areapetit #visual_areaindex h2.subText::after {
      position: absolute;
      bottom: -9px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      content: '';
      border-width: 10px 10px 0 10px;
      border-style: solid;
      border-color: #f2748b transparent transparent transparent; }
  @media screen and (max-width: 480px) {
    #areapetit #visual_areaindex .logo {
      width: 300px;
      margin: 0px auto; } }
  @media screen and (min-width: 481px) {
    #areapetit #visual_areaindex .logo {
      width: 60%;
      margin: 0px auto; } }
  @media screen and (min-width: 1281px) {
    #areapetit #visual_areaindex .logo {
      width: 600px;
      margin: 0px auto; } }

#areapetit {
  /***** #about *************************/
  /*****************************************************
  #about #price .item
  *****************************************************/
  /* ----------------------------------------
  	#fee
  ---------------------------------------- */
  /* ----------------------------------------
  	#plan
  ---------------------------------------- */
  /*****************************************************
      areahouse singleページ用css
  *****************************************************/ }
  #areapetit #about {
    background: url("../images/common/contact_bg.jpg");
    background-size: cover; }
    @media screen and (min-width: 1281px) {
      #areapetit #about .inner {
        padding-top: 80px;
        padding-bottom: 80px; } }
    #areapetit #about h2.catch {
      font-weight: bold;
      font-size: clamp(2rem, 5vw, 3rem);
      margin-bottom: 30px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        #areapetit #about h2.catch {
          margin-bottom: 50px; } }
    #areapetit #about article {
      background: #ffffff;
      border-radius: 10px;
      padding: 25px 15px 15px 15px;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        #areapetit #about article {
          padding: 50px 50px;
          margin-bottom: 50px; } }
      @media screen and (min-width: 1281px) {
        #areapetit #about article {
          margin-bottom: 70px; } }
    #areapetit #about article.about01 {
      position: relative; }
      #areapetit #about article.about01 img.man {
        position: absolute;
        width: 13%;
        left: 2%;
        top: -80px; }
        @media screen and (min-width: 961px) {
          #areapetit #about article.about01 img.man {
            width: 100px;
            top: -100px; } }
      #areapetit #about article.about01 img.woman {
        position: absolute;
        width: 13%;
        right: 2%;
        top: -80px; }
        @media screen and (min-width: 961px) {
          #areapetit #about article.about01 img.woman {
            width: 100px;
            top: -100px; } }
    #areapetit #about ul.photo {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #areapetit #about ul.photo li {
        width: 48%;
        max-width: 800px;
        margin: 0 auto;
        margin-bottom: 10px;
        background: #ebebeb;
        border-radius: 10px 10px 10px 10px; }
        @media screen and (min-width: 1281px) {
          #areapetit #about ul.photo li {
            width: 23%;
            margin-bottom: 15px; } }
        #areapetit #about ul.photo li img {
          border-radius: 10px 10px 0px 0px; }
    #areapetit #about .imgArea {
      margin-bottom: 0px; }
    #areapetit #about .tit {
      text-align: center;
      font-weight: bold;
      line-height: 1.2;
      font-size: 1.4rem;
      padding: 10px 10px; }
      @media screen and (min-width: 961px) {
        #areapetit #about .tit {
          font-size: 2.0rem;
          padding: 15px 10px; } }
    #areapetit #about p.point {
      text-align: center;
      font-weight: bold;
      margin-bottom: 30px; }
      @media screen and (min-width: 961px) {
        #areapetit #about p.point {
          font-size: 2.0rem; } }
    #areapetit #about div.point2 {
      text-align: center;
      font-weight: bold;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        #areapetit #about div.point2 {
          font-size: 2.2rem; } }
      #areapetit #about div.point2 .tit {
        text-align: center; }
        #areapetit #about div.point2 .tit span {
          font-size: clamp(2.2rem, 5vw, 3.8rem);
          color: #006934;
          display: inline-block;
          margin-bottom: 20px;
          padding-bottom: 2px;
          background: repeating-linear-gradient(-45deg, yellow, yellow 3px, transparent 3px, transparent 6px);
          background-size: 100% 10px;
          background-position: left bottom;
          background-repeat: repeat-x; }
  #areapetit #price {
    background: #ebebeb; }
    @media screen and (max-width: 767px) {
      #areapetit #price ul.priceList {
        max-width: 400px;
        margin: 0 auto; } }
    @media screen and (min-width: 768px) {
      #areapetit #price ul.priceList {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; } }
    #areapetit #price ul.priceList li {
      margin-bottom: 20px;
      border: 1px solid #cccccc;
      padding: 15px 15px;
      border-radius: 10px;
      background: #ffffff; }
      @media screen and (min-width: 768px) {
        #areapetit #price ul.priceList li {
          width: 48%;
          margin-bottom: 30px;
          padding: 30px 30px; } }
      #areapetit #price ul.priceList li .imgArea {
        margin-bottom: 10px; }
        @media screen and (min-width: 768px) {
          #areapetit #price ul.priceList li .imgArea {
            margin-bottom: 15px; } }
        #areapetit #price ul.priceList li .imgArea img {
          border-radius: 10px;
          height: 180px;
          object-fit: cover;
          width: 100%; }
          @media screen and (min-width: 961px) {
            #areapetit #price ul.priceList li .imgArea img {
              height: 250px; } }
    #areapetit #price h4.priceTit {
      font-weight: bold;
      font-size: 1.8rem;
      text-align: center;
      margin-bottom: 8px;
      color: #006934; }
      @media screen and (min-width: 768px) {
        #areapetit #price h4.priceTit {
          font-size: 2.2rem; } }
    #areapetit #price p.text {
      font-size: 1.6rem;
      line-height: 1.3; }
    #areapetit #price .priceArea {
      font-weight: bold;
      color: #E90003;
      font-size: 2.0rem;
      line-height: 1.0; }
      @media screen and (min-width: 768px) {
        #areapetit #price .priceArea {
          font-size: 2.3rem; } }
      #areapetit #price .priceArea .bigger {
        font-weight: bold;
        font-size: 2.8rem; }
        @media screen and (min-width: 768px) {
          #areapetit #price .priceArea .bigger {
            font-size: 3.5rem; } }
      #areapetit #price .priceArea span.memo {
        width: 100%;
        font-size: 1.0rem;
        color: #000000; }
      #areapetit #price .priceArea dl {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #areapetit #price .priceArea dl dt, #areapetit #price .priceArea dl dd {
          font-weight: bold;
          margin-bottom: 5px;
          padding: 5px 5px; }
        #areapetit #price .priceArea dl dt {
          background: #ebebeb;
          text-align: center;
          width: 160px;
          color: #000000;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 8px; }
          @media screen and (min-width: 768px) and (max-width: 1280px) {
            #areapetit #price .priceArea dl dt {
              width: 100px; } }
        #areapetit #price .priceArea dl dd {
          width: -webkit-calc(100% - 165px);
          width: calc(100% - 165px);
          font-size: 2.0rem;
          line-height: 1.0; }
          @media screen and (min-width: 768px) and (max-width: 1280px) {
            #areapetit #price .priceArea dl dd {
              width: -webkit-calc(100% - 105px);
              width: calc(100% - 105px); } }
          @media screen and (min-width: 768px) {
            #areapetit #price .priceArea dl dd {
              font-size: 2.3rem; } }
      #areapetit #price .priceArea span.marker {
        background: linear-gradient(transparent 60%, yellow 60%);
        font-size: 2.0rem;
        line-height: 1.0; }
        @media screen and (min-width: 768px) {
          #areapetit #price .priceArea span.marker {
            font-size: 2.3rem; } }
  #areapetit .item h2.itemTit {
    font-size: clamp(2.5rem, 4vw, 4.2rem);
    line-height: 1.0;
    text-align: center;
    font-weight: bold;
    /*padding:15px 10px 15px 10px;        
    border-top:4px solid $d-green;
    border-bottom: 2px solid $d-green;*/
    color: #000000;
    margin-bottom: 50px; }
    @media screen and (min-width: 768px) {
      #areapetit .item h2.itemTit {
        /*padding:25px 10px 25px 10px;*/
        margin-bottom: 80px; } }
  #areapetit .item h3.itemsubTit {
    position: relative;
    padding: 1.5rem 2rem;
    color: #fff;
    border-radius: 10px;
    background: #006934;
    font-weight: bold;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: clamp(2rem, 4vw, 3rem); }
    @media screen and (min-width: 768px) {
      #areapetit .item h3.itemsubTit {
        border-radius: 50px;
        margin-bottom: 40px; } }
    #areapetit .item h3.itemsubTit::after {
      position: absolute;
      bottom: -9px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      content: '';
      border-width: 10px 10px 0 10px;
      border-style: solid;
      border-color: #006934 transparent transparent transparent; }
  #areapetit #fee p.centerize {
    font-weight: bold;
    margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    #areapetit #fee .table_price {
      width: 450px; } }
  #areapetit #fee .table_price tbody {
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000; }
  #areapetit #fee .table_price th {
    background: #006934;
    border: solid 1px #000;
    color: #fff;
    font-weight: bold; }
  #areapetit #fee .table_price td {
    text-align: center;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    font-weight: bold; }
  #areapetit #fee .table_price th, #areapetit #fee .table_price td {
    padding: 15px 15px; }
    @media screen and (min-width: 1281px) {
      #areapetit #fee .table_price th, #areapetit #fee .table_price td {
        padding: 30px 30px !important;
        border-bottom: solid 1px #000; } }
    @media screen and (min-width: 768px) and (max-width: 960px) {
      #areapetit #fee .table_price th, #areapetit #fee .table_price td {
        font-size: 2.4rem; } }
    @media screen and (min-width: 961px) {
      #areapetit #fee .table_price th, #areapetit #fee .table_price td {
        font-size: 2.8rem; } }
    #areapetit #fee .table_price th span, #areapetit #fee .table_price td span {
      font-size: 1.6rem; }
  #areapetit #fee .table_price .sticky {
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    /*border-left: none;
    border-right: none;*/
    color: #ffffff; }
  #areapetit #fee .table_price .sticky::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*border-left: 1px solid #000;*/
    background: #666666;
    font-weight: bold;
    z-index: -1; }
  #areapetit #fee .table_price2 tbody {
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000; }
  #areapetit #fee .table_price2 th {
    background: #333333;
    border: solid 1px #000;
    color: #fff;
    font-weight: bold; }
  #areapetit #fee .table_price2 td {
    text-align: center;
    border-top: solid 1px #000;
    border-right: solid 1px #000; }
  #areapetit #fee .table_price2 th, #areapetit #fee .table_price2 td {
    padding: 10px 10px; }
    @media screen and (max-width: 480px) {
      #areapetit #fee .table_price2 th, #areapetit #fee .table_price2 td {
        font-size: 1.5rem; } }
    @media screen and (min-width: 1281px) {
      #areapetit #fee .table_price2 th, #areapetit #fee .table_price2 td {
        padding: 30px 30px !important;
        border-bottom: solid 1px #000; } }
  #areapetit #fee .table_price2 .tit {
    font-weight: bold;
    background: #FCF6DE; }
  #areapetit #fee p.note {
    font-size: 1.4rem;
    text-align: right;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      #areapetit #fee p.note {
        margin-bottom: 50px; } }
  #areapetit #fee h3 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #areapetit #fee h3 {
        font-size: 3.0rem;
        margin-bottom: 30px; } }
  #areapetit #plan {
    background: #E2DCD3; }
    #areapetit #plan ul.planList li {
      position: relative;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        #areapetit #plan ul.planList li {
          margin-bottom: 30px; } }
      #areapetit #plan ul.planList li .ol {
        padding: 15px 15px;
        background: #ffffff;
        border-radius: 10px; }
        @media screen and (min-width: 768px) {
          #areapetit #plan ul.planList li .ol {
            display: flex;
            justify-content: space-between; } }
        @media screen and (min-width: 768px) {
          #areapetit #plan ul.planList li .ol {
            padding: 30px 30px; } }
        @media screen and (min-width: 768px) {
          #areapetit #plan ul.planList li .ol .imgArea {
            width: 40%; } }
        #areapetit #plan ul.planList li .ol .imgArea img {
          border-radius: 3px 3px 0px 0px; }
          @media screen and (max-width: 767px) {
            #areapetit #plan ul.planList li .ol .imgArea img {
              width: 100%; } }
          @media screen and (min-width: 768px) {
            #areapetit #plan ul.planList li .ol .imgArea img {
              height: 100%;
              object-fit: cover;
              border-radius: 5px; } }
        @media screen and (min-width: 768px) {
          #areapetit #plan ul.planList li .ol .priceArea {
            width: 58%; } }
    #areapetit #plan .menuName {
      color: #ffffff;
      background: #006934;
      font-weight: bold;
      font-size: 2.3rem;
      line-height: 1.2;
      padding: 10px 10px;
      text-align: center;
      border-radius: 0px 0px 5px 5px;
      margin-bottom: 15px;
      text-align: center; }
      @media screen and (min-width: 481px) {
        #areapetit #plan .menuName {
          border-radius: 5px 5px 5px 5px;
          font-size: 2.5rem; } }
      @media screen and (min-width: 768px) {
        #areapetit #plan .menuName {
          font-size: 3.5rem;
          padding: 15px 10px; } }
      @media screen and (min-width: 1281px) {
        #areapetit #plan .menuName {
          padding: 15px 10px 15px 10px;
          margin-bottom: 20px; } }
    #areapetit #plan dl {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 10px; }
      @media screen and (min-width: 961px) {
        #areapetit #plan dl {
          margin-bottom: 15px; } }
      #areapetit #plan dl dt {
        width: 43%;
        text-align: center; }
        @media screen and (min-width: 768px) {
          #areapetit #plan dl dt {
            width: 50%; } }
      #areapetit #plan dl dd {
        width: 55%;
        text-align: center; }
        @media screen and (min-width: 768px) {
          #areapetit #plan dl dd {
            width: 48%; } }
    #areapetit #plan dt {
      background: #79A84C;
      border-radius: 5px;
      display: table; }
      #areapetit #plan dt span.Tit {
        font-weight: bold;
        display: inline-block;
        line-height: 1.0;
        display: table-cell;
        vertical-align: middle;
        color: #ffffff;
        width: 100%;
        padding: 10px 5px; }
        @media screen and (min-width: 961px) and (max-width: 1280px) {
          #areapetit #plan dt span.Tit {
            font-size: 2.5rem; } }
        @media screen and (min-width: 1281px) {
          #areapetit #plan dt span.Tit {
            font-size: 3.0rem; } }
    #areapetit #plan dd {
      font-family: "Noto Sans JP", sans-serif; }
      #areapetit #plan dd span.point_b {
        font-weight: bold;
        font-size: clamp(4rem, 10.02vw, 7rem);
        font-family: "Lato", serif; }
      #areapetit #plan dd span.point_s {
        font-weight: bold;
        font-size: clamp(2.5rem, 6.68vw, 4.5rem); }
      #areapetit #plan dd span.total {
        display: inline-block;
        width: 100%;
        color: #333333;
        padding: 5px;
        line-height: 1.2;
        border-radius: 5px;
        background: #ebebeb; }
    #areapetit #plan dd.price {
      color: #F18900;
      font-weight: bold;
      font-size: 2.0rem;
      line-height: 1.0;
      margin-bottom: 7px; }
    #areapetit #plan dt.kouki {
      border-radius: 3px; }
      #areapetit #plan dt.kouki span {
        font-weight: bold;
        background: #5d3012;
        display: inline-block;
        line-height: 1.2;
        padding: 5px 10px;
        color: #ffffff;
        border-radius: 5px; }
        @media screen and (min-width: 961px) and (max-width: 1280px) {
          #areapetit #plan dt.kouki span {
            font-size: 1.8rem; } }
        @media screen and (min-width: 1281px) {
          #areapetit #plan dt.kouki span {
            font-size: 1.8rem; } }
    #areapetit #plan dd.day {
      color: #F18900;
      font-weight: bold;
      font-size: 2.0rem;
      line-height: 1.0;
      margin-bottom: 7px; }
    #areapetit #plan .text {
      font-weight: bold; }
    #areapetit #plan .note {
      font-size: 1.2rem; }
  #areapetit #single {
    /************* #checkpoint ************/
    /******************************************************
    #dismantling_menu
    ******************************************************/
   /* ----------------------------------------
      #region
  ---------------------------------------- */
    /*----------------------------------------
          #shopinfo_single
      ----------------------------------------  */
    /* ------#subsidy_single---------- */ }
    #areapetit #single #checkpoint {
      background: url("../images/areapage/petit/erabareteimasu_bg.jpg?2") no-repeat top;
      background-size: 100%;
      background-color: #fcfbe3; }
      #areapetit #single #checkpoint .inner {
        text-align: center;
        padding-top: 80px; }
        @media screen and (min-width: 961px) and (max-width: 1280px) {
          #areapetit #single #checkpoint .inner {
            padding-top: 100px; } }
        @media screen and (min-width: 1281px) {
          #areapetit #single #checkpoint .inner {
            padding-top: 150px; } }
      #areapetit #single #checkpoint h2.tit {
        font-weight: bold;
        font-size: clamp(2.4rem, 5vw, 3rem);
        color: #006934;
        margin-bottom: 20px;
        text-align: center;
        line-height: 1.2; }
        @media screen and (min-width: 768px) {
          #areapetit #single #checkpoint h2.tit {
            margin-bottom: 20px; } }
      #areapetit #single #checkpoint h3.subtit {
        font-weight: bold;
        margin-bottom: 30px;
        text-align: center; }
        @media screen and (min-width: 768px) {
          #areapetit #single #checkpoint h3.subtit {
            margin-bottom: 50px; } }
        #areapetit #single #checkpoint h3.subtit span {
          background: linear-gradient(transparent 60%, yellow 60%);
          font-size: 2.2rem; }
          @media screen and (min-width: 768px) {
            #areapetit #single #checkpoint h3.subtit span {
              font-size: 3.8rem; } }
      #areapetit #single #checkpoint p.omakasekudasai {
        font-weight: bold;
        margin-bottom: 40px; }
        @media screen and (min-width: 768px) {
          #areapetit #single #checkpoint p.omakasekudasai {
            font-size: 2.0rem;
            margin-bottom: 80px; } }
      #areapetit #single #checkpoint p.lead {
        margin-bottom: 30px;
        background: #ffffff;
        font-weight: bold;
        border-radius: 10px; }
        @media screen and (max-width: 767px) {
          #areapetit #single #checkpoint p.lead {
            padding: 20px 3%;
            margin-bottom: 30px; } }
        @media screen and (min-width: 768px) {
          #areapetit #single #checkpoint p.lead {
            padding: 70px 50px;
            margin-bottom: 80px; } }
        #areapetit #single #checkpoint p.lead span {
          font-size: 2.5rem; }
      #areapetit #single #checkpoint ul.checkList {
        display: inline-block;
        font-weight: bold;
        text-align: left;
        margin-bottom: 40px; }
        @media screen and (max-width: 1280px) {
          #areapetit #single #checkpoint ul.checkList {
            padding-left: 7%;
            padding-right: 7%; } }
        #areapetit #single #checkpoint ul.checkList li {
          border-radius: 10px;
          padding: 3px 10px;
          margin-bottom: 7px;
          padding-left: 2em;
          text-indent: -1em;
          background: #ffffff;
          color: #5c5651; }
          @media screen and (min-width: 768px) {
            #areapetit #single #checkpoint ul.checkList li {
              font-size: 2.5rem;
              margin-bottom: 8px;
              border-radius: 30px;
              padding: 3px 10px; } }
          #areapetit #single #checkpoint ul.checkList li span {
            color: #F18900; }
            @media screen and (min-width: 768px) {
              #areapetit #single #checkpoint ul.checkList li span {
                font-size: 2.5rem;
                padding-left: 30px; } }
      #areapetit #single #checkpoint .gosoudankudasai {
        font-weight: bold;
        color: #006934; }
        @media screen and (min-width: 768px) {
          #areapetit #single #checkpoint .gosoudankudasai {
            font-size: 2.4rem; } }
    #areapetit #single #dismantling_menu .inner {
      max-width: 1800px;
      text-align: center; }
      @media screen and (max-width: 480px) {
        #areapetit #single #dismantling_menu .inner {
          padding-right: 0px;
          padding-left: 0px; } }
    #areapetit #single #dismantling_menu .titleArea {
      background: url("../images/home/roof_orange.png") no-repeat top;
      background-size: 100%;
      padding-top: 30px;
      position: relative; }
      #areapetit #single #dismantling_menu .titleArea .point_impact {
        max-width: 105px;
        margin: 0px auto; }
      #areapetit #single #dismantling_menu .titleArea h2.tit {
        font-size: 2.4rem;
        font-weight: 800;
        color: #000000; }
        @media screen and (min-width: 481px) {
          #areapetit #single #dismantling_menu .titleArea h2.tit {
            font-size: 2.8rem; } }
        #areapetit #single #dismantling_menu .titleArea h2.tit span {
          font-size: 4.2rem;
          color: #000000; }
          @media screen and (min-width: 481px) {
            #areapetit #single #dismantling_menu .titleArea h2.tit span {
              font-size: 4.8rem; } }
      #areapetit #single #dismantling_menu .titleArea h3.subtit {
        font-size: 1.8rem;
        font-weight: 800;
        color: #000000; }
        @media screen and (min-width: 768px) {
          #areapetit #single #dismantling_menu .titleArea h3.subtit {
            font-size: 3.2rem; } }
        #areapetit #single #dismantling_menu .titleArea h3.subtit span {
          font-size: 2.2rem;
          border-bottom: 4px double #000; }
          @media screen and (min-width: 768px) {
            #areapetit #single #dismantling_menu .titleArea h3.subtit span {
              font-size: 4.5rem; } }
      #areapetit #single #dismantling_menu .titleArea img.point01 {
        width: 90px;
        position: absolute;
        left: 5px;
        top: 0px; }
        @media screen and (min-width: 768px) {
          #areapetit #single #dismantling_menu .titleArea img.point01 {
            width: 180px;
            left: 5%;
            top: 30px; } }
      #areapetit #single #dismantling_menu .titleArea img.point02 {
        width: 120px;
        position: absolute;
        top: -20px;
        right: -5px; }
        @media screen and (min-width: 768px) {
          #areapetit #single #dismantling_menu .titleArea img.point02 {
            width: 230px;
            right: 5%;
            top: -10px; } }
    #areapetit #single #dismantling_menu .ol {
      padding: 20px 30px 50px 30px;
      background: #DFC44A; }
      @media screen and (min-width: 768px) {
        #areapetit #single #dismantling_menu .ol {
          padding: 50px 50px; } }
      #areapetit #single #dismantling_menu .ol p {
        max-width: 1200px;
        margin: 0px auto;
        margin-bottom: 30px;
        color: #000000; }
      #areapetit #single #dismantling_menu .ol ul {
        max-width: 1200px;
        margin: 0px auto;
        margin-bottom: 20px; }
        @media screen and (min-width: 768px) {
          #areapetit #single #dismantling_menu .ol ul {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap; } }
        #areapetit #single #dismantling_menu .ol ul li {
          background: #ffffff;
          border-radius: 10px;
          padding: 15px 15px;
          margin-bottom: 30px; }
          @media screen and (max-width: 767px) {
            #areapetit #single #dismantling_menu .ol ul li {
              max-width: 500px;
              margin: 0px auto;
              margin-bottom: 20px; } }
          @media screen and (min-width: 768px) {
            #areapetit #single #dismantling_menu .ol ul li {
              width: 49%;
              border-radius: 15px;
              padding: 30px 30px; } }
          #areapetit #single #dismantling_menu .ol ul li .imgArea {
            margin-bottom: 10px; }
            #areapetit #single #dismantling_menu .ol ul li .imgArea img {
              border-radius: 10px; }
              @media screen and (min-width: 768px) {
                #areapetit #single #dismantling_menu .ol ul li .imgArea img {
                  border-radius: 20px; } }
      #areapetit #single #dismantling_menu .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; }
      #areapetit #single #dismantling_menu .ol .moreBtn {
        max-width: 600px;
        margin: 0px auto;
        text-align: center;
        position: relative; }
        #areapetit #single #dismantling_menu .ol .moreBtn a {
          display: block;
          padding: 20px 10px;
          border-radius: 40px;
          font-weight: 600;
          line-height: 1.0;
          color: #DFC44A;
          background: #ffffff; }
          @media screen and (min-width: 768px) {
            #areapetit #single #dismantling_menu .ol .moreBtn a {
              font-size: 2.6rem;
              padding: 25px 10px; } }
        #areapetit #single #dismantling_menu .ol .moreBtn::before {
          display: inline-block;
          top: 10px;
          left: 10px;
          background-size: contain;
          position: absolute;
          width: 35px;
          content: url("../images/common/arrow_orange_c.svg"); }
          @media screen and (min-width: 768px) {
            #areapetit #single #dismantling_menu .ol .moreBtn::before {
              top: 18px;
              left: 10px; } }
    #areapetit #single #region {
      background: url("../images/areapage/region_bg.png?2") no-repeat bottom center;
      background-color: #9FD1E0; }
      @media screen and (max-width: 960px) {
        #areapetit #single #region {
          background-size: auto 60px; } }
      #areapetit #single #region #region_ol {
        background: url("../images/areapage/region_bg_top.png?2") no-repeat top center;
        background-size: auto 90px; }
        @media screen and (min-width: 1281px) {
          #areapetit #single #region #region_ol {
            background-size: 1260px; } }
      #areapetit #single #region .inner {
        padding-top: 80px;
        padding-bottom: 100px; }
        @media screen and (min-width: 961px) {
          #areapetit #single #region .inner {
            padding-top: 180px;
            padding-bottom: 200px; } }
      #areapetit #single #region h2 {
        color: #000000; }
      #areapetit #single #region h3 {
        color: #000000 !important; }
      #areapetit #single #region .textArea {
        margin-bottom: 30px; }
        @media screen and (min-width: 768px) {
          #areapetit #single #region .textArea {
            margin-bottom: 50px; } }
    #areapetit #single #shopinfo_single h2 {
      text-align: center;
      font-weight: bold;
      font-size: 3.0rem;
      margin-bottom: 30px;
      line-height: 1.0; }
      @media screen and (min-width: 1281px) {
        #areapetit #single #shopinfo_single h2 {
          font-size: 4.0rem;
          margin-bottom: 60px; } }
      #areapetit #single #shopinfo_single h2 span {
        display: inline-block;
        margin: 0px auto;
        font-weight: bold;
        width: 100%; }
        @media screen and (min-width: 1281px) {
          #areapetit #single #shopinfo_single h2 span {
            font-size: 2.0rem; } }
    #areapetit #single #shopinfo_single h3.shopnameTit {
      background: url("../images/common/bg_green.jpg?1") no-repeat;
      background-size: cover;
      color: #ffffff;
      padding: 15px 15px;
      border-radius: 10px;
      font-weight: bold;
      border-radius: 10px;
      margin-bottom: 25px;
      text-align: center;
      line-height: 1.3; }
      @media screen and (min-width: 768px) {
        #areapetit #single #shopinfo_single h3.shopnameTit {
          padding: 25px 15px; } }
      #areapetit #single #shopinfo_single h3.shopnameTit span.sun {
        display: inline-block;
        width: 100%; }
      #areapetit #single #shopinfo_single h3.shopnameTit span.areaName {
        font-size: 2.2rem; }
        @media screen and (min-width: 768px) {
          #areapetit #single #shopinfo_single h3.shopnameTit span.areaName {
            font-size: 3.0rem; } }
      #areapetit #single #shopinfo_single h3.shopnameTit span.en {
        padding-left: 10px; }
        @media screen and (min-width: 768px) {
          #areapetit #single #shopinfo_single h3.shopnameTit span.en {
            font-size: 1.8rem; } }
    #areapetit #single #shopinfo_single .shop_data {
      border-radius: 10px; }
      @media screen and (max-width: 960px) {
        #areapetit #single #shopinfo_single .shop_data {
          max-width: 750px;
          margin: 0px auto; } }
      @media screen and (max-width: 767px) {
        #areapetit #single #shopinfo_single .shop_data {
          margin-bottom: 30px;
          padding: 15px 15px; } }
      @media screen and (min-width: 768px) {
        #areapetit #single #shopinfo_single .shop_data {
          padding: 50px 50px; } }
      @media screen and (min-width: 768px) {
        #areapetit #single #shopinfo_single .shop_data {
          margin-bottom: 50px; } }
      @media screen and (min-width: 961px) {
        #areapetit #single #shopinfo_single .shop_data .shop_ol {
          display: flex;
          justify-content: space-between; } }
      #areapetit #single #shopinfo_single .shop_data .shop_ol .shopPhoto {
        margin-bottom: 15px; }
        @media screen and (min-width: 961px) {
          #areapetit #single #shopinfo_single .shop_data .shop_ol .shopPhoto {
            width: 40%; } }
        #areapetit #single #shopinfo_single .shop_data .shop_ol .shopPhoto img {
          border-radius: 10px;
          margin-bottom: 15px; }
      @media screen and (min-width: 961px) {
        #areapetit #single #shopinfo_single .shop_data .shop_ol .infoArea {
          width: 57%; } }
      #areapetit #single #shopinfo_single .shop_data .supportArea {
        background: #f7edde;
        padding: 15px 15px;
        border-radius: 10px; }
        #areapetit #single #shopinfo_single .shop_data .supportArea .areaName {
          font-weight: bold;
          background: #79A84C;
          color: #ffffff;
          font-size: 1.8rem;
          padding: 7px 10px;
          line-height: 1.0;
          display: inline-block;
          width: 120px;
          border-radius: 30px;
          text-align: center; }
        #areapetit #single #shopinfo_single .shop_data .supportArea p {
          font-weight: bold;
          margin-bottom: 0px; }
      #areapetit #single #shopinfo_single .shop_data dl.detail {
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #areapetit #single #shopinfo_single .shop_data dl.detail dt, #areapetit #single #shopinfo_single .shop_data dl.detail dd {
          font-size: 1.4rem;
          padding-bottom: 7px;
          padding-top: 7px;
          border-bottom: 1px solid #cbcbcb; }
          @media screen and (min-width: 768px) {
            #areapetit #single #shopinfo_single .shop_data dl.detail dt, #areapetit #single #shopinfo_single .shop_data dl.detail dd {
              font-size: 1.6rem; } }
        #areapetit #single #shopinfo_single .shop_data dl.detail dt {
          width: 70px;
          font-weight: bold;
          color: #006934; }
          @media screen and (min-width: 768px) {
            #areapetit #single #shopinfo_single .shop_data dl.detail dt {
              width: 100px; } }
        #areapetit #single #shopinfo_single .shop_data dl.detail dd {
          width: -webkit-calc(100% - 70px);
          width: calc(100% - 70px); }
          @media screen and (min-width: 768px) {
            #areapetit #single #shopinfo_single .shop_data dl.detail dd {
              width: -webkit-calc(100% - 100px);
              width: calc(100% - 100px); } }
        #areapetit #single #shopinfo_single .shop_data dl.detail .map {
          margin-bottom: 5px; }
          #areapetit #single #shopinfo_single .shop_data dl.detail .map a {
            display: block;
            line-height: 1.0;
            padding: 3px 15px 7px 15px;
            color: #ffffff;
            text-align: center;
            font-size: 1.2rem;
            display: inline-block;
            background: #79A84C;
            border-radius: 5px; }
        #areapetit #single #shopinfo_single .shop_data dl.detail div.free-dial {
          display: inherit;
          vertical-align: middle; }
          #areapetit #single #shopinfo_single .shop_data dl.detail div.free-dial img.freedial {
            width: 40px;
            padding-right: 5px; }
          #areapetit #single #shopinfo_single .shop_data dl.detail div.free-dial span.freedial {
            font-weight: bold;
            font-size: 1.8rem; }
      #areapetit #single #shopinfo_single .shop_data .contactBtn {
        margin: 0px auto;
        width: 100%;
        margin-bottom: 30px;
        border-radius: 10px;
        position: relative; }
        @media screen and (max-width: 767px) {
          #areapetit #single #shopinfo_single .shop_data .contactBtn {
            max-width: 500px;
            margin: 0px auto;
            width: 90%; } }
        @media screen and (min-width: 768px) {
          #areapetit #single #shopinfo_single .shop_data .contactBtn {
            max-width: 100%;
            max-width: 800px;
            margin: 0px auto; } }
        #areapetit #single #shopinfo_single .shop_data .contactBtn a {
          display: block;
          padding: 15px 15px;
          background: #79A84C;
          font-weight: bold;
          color: #ffffff;
          text-align: center;
          border-radius: 10px;
          font-size: 1.8rem; }
          @media screen and (min-width: 768px) {
            #areapetit #single #shopinfo_single .shop_data .contactBtn a {
              padding: 20px 20px;
              font-size: 2.5rem; } }
        #areapetit #single #shopinfo_single .shop_data .contactBtn img {
          width: 40px;
          padding-right: 15px;
          vertical-align: middle; }
          @media screen and (min-width: 768px) {
            #areapetit #single #shopinfo_single .shop_data .contactBtn img {
              width: 50px; } }
        #areapetit #single #shopinfo_single .shop_data .contactBtn::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; }
      #areapetit #single #shopinfo_single .shop_data .gMap {
        margin-bottom: 30px; }
        #areapetit #single #shopinfo_single .shop_data .gMap iframe {
          display: block;
          width: 100%;
          height: 300px; }
          @media screen and (min-width: 768px) {
            #areapetit #single #shopinfo_single .shop_data .gMap iframe {
              height: 500px; } }
    #areapetit #single #subsidy_single {
      font-size: 1.6rem !important; }
      #areapetit #single #subsidy_single .subsidy-excerpt {
        margin-bottom: 30px; }
      #areapetit #single #subsidy_single .readmore {
        width: 350px;
        margin: 0px auto; }
        #areapetit #single #subsidy_single .readmore a {
          display: block;
          padding: 15px 15px;
          background: #006934;
          text-align: center;
          font-weight: bold;
          color: #ffffff;
          position: relative; }
          #areapetit #single #subsidy_single .readmore a::after {
            content: url("../images/common/arrow_white2.svg");
            display: inline-block;
            background-size: contain;
            vertical-align: middle;
            position: absolute;
            width: 7px;
            top: 28%;
            right: 10px; }
