
/* head-kennan */
.head-kennan {
  width: 100%;
  background-color: #fff;
}
.head-kennan .inner {
  width: 100%;
  height: 100px;
  padding: 0 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head-kennan_logo a {
  width: 196px;
  display: block;
}
.head-kennan_title {
  display: flex;
  align-items: center;
}
.head-kennan_title .t1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.head-kennan_title .t2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-left: 20px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .head-kennan .inner {
    height: 80px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .head-kennan_logo a {
    width: 140px;
  }
  .head-kennan_title {
    display: block;
    text-align: right;
  }
  .head-kennan_title .t1 {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.4;
    display: block;
  }
  .head-kennan_title .t2 {
    font-size: 16px;
    letter-spacing: 0;
    margin-left: 0;
    display: block;
  }
}
@media all and (max-width:370px) {
  .head-kennan_title .t1 {
    font-size: 10px;
  }
  .head-kennan_title .t2 {
    font-size: 14px;
  }
}


/* tateuriWrap */
.tateuriWrap {
  padding: 100px 0 0px;
}
.tateuri_h2 {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.tateuri_h2 .t1 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2em;
  display: inline-block;
}
.tateuri_h2 .t2 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  display: inline-block;
  position: relative;
  padding-left: 76px;
  margin-top: 4px;
}
.tateuri_h2 .t2::before {
  content: "";
  width: 66px;
  height: 42px;
  background-image: url(../img/kennan/ico1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.tateuri_h2 .t2.type2::before {
  background-image: url(../img/kennan/ico2.svg);
}
.tateuri_post {
  width: 1000px;
  margin: 0 auto;
  padding-top: 65px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

/* resultList__item */
.resultList__item {
  padding-bottom: 15px;
  border-bottom: 3px solid #56595c;
  margin-top: 60px;
  letter-spacing: 0.15em;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.resultList__item.typeTochi .resultList__item__subTitle {
  font-size: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.7;
}

.resultList__item.typeTochi .resultList__item__descArea {
  padding-top: 25px;
}

.resultList__item.typeChuko .resultList__item__subTitle__item01 {
  width: auto;
}

.resultList__item.typeWorks .resultList__item__subTitle__item01 {
  width: auto;
}

.resultList__item.typeWorks .worksLinkArea {
  position: relative;
}

.resultList__item.typeWorks .worksLinkArea > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.resultList__item > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.resultList__item__thumbnail {
  height: 330px;
  position: relative;
}

.resultList__item__thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #665E51;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.resultList__item__thumbnail__photo {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 330px;
}

.resultList__item__thumbnail__floor {
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: -2px;
  left: -1px;
  font-size: 20px;
  background-color: #fff;
  padding: 10px 16px 3px 16px;
}

.resultList__item__thumbnail__floor:before {
  content: "";
  position: absolute;
  right: -14px;
  bottom: 0;
  display: block;
  content: "";
  position: absolute;
  right: -14px;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 27px 14px;
  border-color: transparent transparent #ffffff transparent;
}

.resultList__item__thumbnail__catType {
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 16px;
  background-color: #c8c8c8;
  padding: 7px 16px 7px 16px;
}

.resultList__item__thumbnail__catType:before {
  content: "";
  position: absolute;
  right: -14px;
  bottom: 0;
  display: block;
  content: "";
  position: absolute;
  right: -14px;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 27px 14px;
  border-color: transparent transparent #c8c8c8 transparent;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.resultList__item__thumbnail__logoArea {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 88px;
  position: absolute;
  top: 0;
  left: 30px;
  padding: 13px 5px 10px 5px;
}

.resultList__item__thumbnail__logoArea__logo {
  width: 63px;
  height: 59px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 5px;
}

.resultList__item__thumbnail__logoArea__text {
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.07em;
}

.resultList__item__titArea {
  padding: 15px 0 10px 0;
  border-bottom: 1px solid #56595c;
}

.resultList__item__subTitle {
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.resultList__item__subTitle__item01 {
  margin-right: 10px;
}

.resultList__item__title {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.resultList__item__descArea__twoColumn {
  margin-top: 10px;
}

.resultList__item__descArea__twoColumn .descList {
  margin-top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.resultList__item__descArea__threeColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 10px;
}

.resultList__item__descArea__threeColumn .descList {
  margin-top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.resultList__item__descArea__threeColumn .descList__desc {
  width: 100px;
}
.descList {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 20px;
}

.descList:first-child {
  margin-top: 0;
}

.descList.is__price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.descList__title {
  color: #fff;
  background-color: #4c4948;
  width: 75px;
  text-align: center;
  letter-spacing: 0.15em;
}

.descList__desc {
  font-size: 16px;
  margin-left: 15px;
  width: 320px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.descList__desc span {
  display: block;
}

.descList__price {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0em;
}

.descList__price .small {
  display: inline;
}

.infoBnrArea .unLink {
  pointer-events: none;
  opacity: 0.4;
}
.arrowMoreBtn {
  font-size: 10px;
  width: 85px;
  margin: 0 0 0 auto;
  padding-bottom: 2px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.arrowMoreBtn:before {
  content: "";
  width: 75px;
  height: 2px;
  margin: auto;
  background-color: #4c4948;
  position: absolute;
  bottom: 0;
  right: 10px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.arrowMoreBtn:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0 12px;
  border-color: transparent transparent transparent #4c4948;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
}

.landCategoryList {
  width: 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.landCategoryList__item {
  font-size: 12px;
  width: 140px;
  height: 26px;
  color: #fff;
  background-color: #788560;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
  margin-top: 10px;
  margin-left: 10px;
}

.landCategoryList__item:first-child,
.landCategoryList__item:nth-child(2) {
  margin-top: 0;
}

.landCategoryList__item:first-child,
.landCategoryList__item:nth-child(2n + 1) {
  margin-left: 0;
}

.landCategoryList__item.landCategory__01 {
  border: 1px solid #788560;
  background-color: #fff;
  color: #788560;
}

.landCategoryList__item.landCategory__03 {
  background-color: #496d8f;
}

.landCategoryList__item.landCategory__04 {
  background-color: #646464;
}
.houseInformation .landCategoryList {
  margin-top: 0;
  margin-left: 0;
  width: auto;
}

.houseInformation .landCategoryList__item {
  margin-top: 10px;
  margin-left: 10px;
}
.townArea__table .landCategoryList__item {
  font-size: 12px;
  width: 111px;
  margin: 0 auto;
}

@media all and (min-width: 681px) {
  .resultList__item:hover .arrowMoreBtn {
    width: 75px;
  }

  .resultList__item:hover .arrowMoreBtn:before {
    width: 65px;
  }

  .resultList__item:hover .resultList__item__thumbnail:before {
    opacity: 0.4;
  }

  .resultList__item {
    width: 470px;
    margin-left: 60px;
  }

  .tateuri_post .resultList__item:first-child,
  .tateuri_post .resultList__item:nth-child(2) {
    margin-top: 0;
  }
  .tateuri_post .resultList__item:nth-child(odd) {
    margin-left: 0;
  }

  .resultList__item.typeTochi .resultList__item__titArea {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .resultList__item.typeTochi .resultList__item__subTitle__item01 {
    min-width: 137px;
  }

  .resultList__item.typeTochi .resultList__item__descArea {
    width: 450px;
    margin: 0 0 0 20px;
  }

  .resultList__item.typeTochi .descList__price {
    width: 125px;
  }

  .resultList__item__subTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .resultList__item__subTitle__item01 {
    width: 125px;
  }
  .resultList__item__subTitle__item02 {
    width: calc(100% - 125px);
  }

  .resultList__item__descArea {
    padding-top: 30px;
    width: 410px;
    margin: 0 auto;
  }

  .resultList__item__descArea__twoColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .resultList__item__descArea__twoColumn .descList:not(:first-child) {
    margin-left: 20px;
  }

  .resultList__item__descArea__twoColumn .descList__desc {
    width: 100px;
  }

  .resultList__item__descArea__threeColumn .descList:not(:first-child) {
    margin-left: 30px;
  }

  .descList__price .small {
    font-size: 18px;
  }

  .landCategoryList {
    margin-left: 60px;
  }

  .houseInformation .landCategoryList__item:first-child,
  .houseInformation .landCategoryList__item:nth-child(4n + 1) {
    margin-left: 0;
  }

  .houseInformation .landCategoryList__item:first-child,
  .houseInformation .landCategoryList__item:nth-child(2),
  .houseInformation .landCategoryList__item:nth-child(3),
  .houseInformation .landCategoryList__item:nth-child(4) {
    margin-top: 0;
  }

}
@media all and (max-width:680px) {
  .tateuriWrap {
    padding: 50px 0 0px;
  }
  .tateuri_h2 {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .tateuri_h2 .t1 {
    font-size: 14px;
  }
  .tateuri_h2 .t2 {
    font-size: 18px;
    padding-left: 45px;
    margin-top: 4px;
  }
  .tateuri_h2 .t2::before {
    content: "";
    width: 40px;
    height: 25px;
  }
  .tateuri_post {
    width: 100%;
    display: block;
    padding: 0 20px;
  }

  .resultList__item {
    margin-top: 20px;
  }
  .tateuri_post .resultList__item:nth-of-type(1n + 2) {
    margin-top: 40px;
  }

  .resultList__item.typeTochi .resultList__item__subTitle {
    font-size: 16px;
  }

  .resultList__item.typeTochi .resultList__item__subTitle__item01 {
    min-width: 150px;
  }

  .resultList__item__thumbnail {
    height: 66vw;
  }

  .resultList__item__thumbnail__photo {
    height: 66vw;
  }

  .resultList__item__thumbnail__floor {
    font-size: 16px;
  }

  .resultList__item__thumbnail__catType {
    font-size: 16px;
  }

  .resultList__item__thumbnail__logoArea {
    width: 86px;
    left: 10px;
  }

  .resultList__item__thumbnail__logoArea__logo {
    width: 59px;
    height: 54px;
    background-size: contain;
  }

  .resultList__item__subTitle {
    font-size: 16px;
  }

  .resultList__item__subTitle__item01 {
    text-align: center;
  }

  .resultList__item__subTitle__item02 {
    text-align: center;
  }

  .resultList__item__title {
    font-size: 19px;
  }

  .resultList__item__descArea {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .resultList__item__descArea__twoColumn .descList:not(:first-child) {
    margin-top: 10px;
  }

  .resultList__item__descArea__threeColumn .descList:not(:first-child) {
    margin-top: 10px;
  }

  .resultList__item__descArea__threeColumn .descList__desc {
    width: 50%;
  }

  .descList {
    font-size: 11px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 10px;
  }

  .descList__title {
    font-size: 11px;
    width: 60px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .descList__desc {
    font-size: 14px;
    width: 74%;
  }

  .descList__desc span {
    display: inline;
  }

  .descList__price {
    font-size: 16px;
  }

  .descList__price .small {
    font-size: 14px;
  }
  .arrowMoreBtn {
    width: 58px;
    margin: 0 0 0 auto;
    text-indent: -9999px;
    overflow: hidden;
  }

  .landCategoryList {
    margin-left: auto;
    margin-right: auto;
  }
  .houseInformation .landCategoryList__item {
    width: 102px;
  }

  .houseInformation .landCategoryList__item:first-child,
  .houseInformation .landCategoryList__item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .townArea__tableSp__item .landCategoryList__item {
    font-size: 11px;
    width: 96px;
    height: 20px;
    margin-left: 5px;
  }

}
@media all and (max-width:370px) {
}


/* bannerBtn */
.bannerBtn {
  display: block;
  width: 600px;
  margin: 80px auto 0;
  position: relative;
  left: 10px;
  transition: 0.3s;
}
@media all and (min-width: 681px) {
  .bannerBtn:hover {
    opacity: 0.7;
  }
}
@media all and (max-width:680px) {
  .bannerBtn {
    width: 100%;
    display: block;
    left: 0;
    margin-top: 40px;
    padding-left: 5%;
    padding-right: 1%;
  }
}
@media all and (max-width:370px) {
}


/* telBlock */
.telBlock {
  background-color: #EAEAEA;
  width: 100%;
  margin-top: 35px;
  padding: 40px 0 60px;
}
.telTitle {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
.tel_item {
  width: 650px;
  margin: 40px auto 0;
  display: flex;
}
.tel_item > a {
  width: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  line-height: 1;
}
.tel_item > a + a {
  border-left: 1px solid #4D4D4D;
  padding-left: 30px;
}
.telBlock_tel1 .t1 {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
.telBlock_tel1 .t2 {
  font-size: 45px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.04em;
  padding-left: 15px;
  position: relative;
  margin-top: 5px;
}
.telBlock_tel1 .t2::before {
  content: "";
  width: 26px;
  height: 34px;
  background-image: url(../img/common/ico_tel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.telBlock_tel2 .t1 {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}
.telBlock_tel2 .t2 {
  font-size: 37px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.07em;
  padding-left: 55px;
  position: relative;
  margin-top: 12px;
}
.telBlock_tel2 .t2::before {
  content: "";
  width: 44px;
  height: 27px;
  background-image: url(../img/common/ico_freedial.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .telBlock {
    margin-top: 25px;
    padding: 20px;
  }
  .tel_item {
    width: 100%;
    margin: 0;
    display: block;
  }
  .tel_item > a {
    width: 100%;
    height: 80px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }
  .tel_item > a + a {
    border-left: none;
    padding-left: 0;
    margin-top: 20px;
    background-color: #F2F2F2;
  }
  .telBlock_tel1 .t1 {
    font-size: 15px;
  }
  .telBlock_tel1 .t2 {
    font-size: 21px;
    font-weight: 600;
    padding-left: 24px;
    margin-top: 10px;
  }
  .telBlock_tel1 .t2::before {
    content: "";
    width: 19px;
    height: 25px;
  }
  .telBlock_tel2 .t1 {
    font-size: 14px;
  }
  .telBlock_tel2 .t2 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    padding-left: 55px;
    margin-top: 15px;
  }
}
@media all and (max-width:370px) {
  .telBlock_tel2 .t1 {
    font-size: 12px;
  }
}


/* s3
***************************************************************/
.s3 {
  padding-top: 200px;
}
.s3 .h2 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.s3 .h2::before {
  content: "";
  width: 53px;
  height: 52px;
  background-image: url(../img/common/ico_tent.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -58px;
  left: 0;
  right: 0;
  margin: auto;
}
.s3 .slideWrap {
  position: relative;
}
.s3 .slide1 {
  width: 100%;
}
.s3 .slide1 .slick-track {
  margin-left: 237.5px;
}
.s3 .slide1 .slick-slide {
  width: 465px;
  margin: 0 10px;
  text-align: center;
}
.s3 .slide1 .slick-slide a {
  display: block;
}
.s3 .slide1 .thumb {
  width: 100%;
  overflow: hidden;
}
.s3 .slide1 .thumb .img {
  width: 100%;
  height: 270px;
  background-image: url(../img/common/clear.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s ease;
}
.s3 .slide1 .days {
  font-size: 19px;
  margin-top: 20px;
}
.s3 .slide1 .text {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
.s3 .slide1 .place {
  font-size: 16px;
  margin-top: 10px;
}
.s3 .slide1Arrow .ico {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 115px;
  margin: auto;
  cursor: pointer;
}
.s3 .slide1Arrow .ico.prev {
  left: 50px;
}
.s3 .slide1Arrow .ico.next {
  right: 50px;
}
.s3 .link1 {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.23em;
  background-color: #fff;
  border: 1px solid #4d4d4d;
  display: block;
  width: 326px;
  height: 45px;
  margin: 70px auto 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.s3 .link1::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/common/ico_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 1px;
  bottom: 0;
  margin: auto;
}
@media all and (min-width: 681px) {
  .s3 .slide1 .slick-slide a .thumb {
    position: relative;
  }
  .s3 .slide1 .slick-slide a .thumb::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #665E51;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  .s3 .slide1 .slick-slide a:hover .thumb::before {
    opacity: 0.4;
  }
  .s3 .link1:hover {
    background-color: #eee;
  }
}
@media all and (max-width:680px) {
  .s3 {
    padding-top: 80px;
  }
  .s3 .h2 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .s3 .h2::before {
    width: 26.5px;
    height: 26px;
    top: -30px;
  }
  .s3 .slide1 .slick-track {
    margin-left: 0;
  }
  .s3 .slide1 .slick-slide {
    width: 260px;
    margin: 0 5px;
  }
  .s3 .slide1 .thumb .img {
    height: 150px;
  }
  .s3 .slide1 .days {
    font-size: 12px;
    margin-top: 10px;
    letter-spacing: 0.05em;
  }
  .s3 .slide1 .text {
    font-size: 13px;
    margin-top: 5px;
    letter-spacing: 0.05em;
  }
  .s3 .slide1 .place {
    font-size: 12px;
    margin-top: 5px;
    letter-spacing: 0.05em;
  }
  .s3 .slide1Arrow .ico {
    width: 25px;
    height: 25px;
    top: 60px;
  }
  .s3 .slide1Arrow .ico.prev {
    left: 10px;
  }
  .s3 .slide1Arrow .ico.next {
    right: 10px;
  }
  .s3 .link1 {
    font-size: 14px;
    width: 288px;
    margin: 30px auto 0;
  }
}
@media all and (max-width:370px) {
}


/* kennan_mh */
.kennan_mh {
  padding-top: 180px;
}

.kennan_mh_list {
  padding-top: 45px;
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.kennan_mh_list > .li1 {
  width: 100%;
  border: 1px solid #4c4948;
}

.kennan_mh_list > .li1 + .li1 {
  margin-top: 50px;
}

.kennan_mh_list a {
  width: 100%;
  display: flex;
  align-items: stretch;
}

.kennan_mh_list a .thumb {
  width: 586px;
  position: relative;
}

.kennan_mh_list a .thumb::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #665E51;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.kennan_mh_list a .thumb .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.kennan_mh_list .r_box {
  padding: 35px 20px 20px 25px;
  width: 430px;
  background-color: #fff;
}

.kennan_mh_list .r_box h4 {
  letter-spacing: 0.09em;
  text-align: center;
}

.kennan_mh_list .r_box h3 {
  font-size: 24px;
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.53;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kennan_mh_list .r_box h3.sml1 {
  font-size: 21px;
}

.kennan_mh_list ul {
  margin-top: 20px;
}

.kennan_mh_list ul li {
  background-color: #ebebeb;
  color: #4c4948;
  font-size: 15px;
  letter-spacing: 0.05em;
  width: 100%;
  text-align: center;
  padding: 13px 0;
  line-height: 1.5;
}

.kennan_mh_list ul li+li {
  margin-top: 8px;
}

.model_address {
  padding-left: 1.6em;
  position: relative;
  margin-top: 15px;
}

.model_address::before {
  content: "";
  width: 17px;
  height: 24px;
  background-image: url(../img/modelhouse/address_ico.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}

.kennan_mh_list .w_arrow {
  margin: 15px 0 0 auto;
}

.show_more::after {
  transform: rotate(90deg);
}
@media all and (min-width: 681px) {
  .kennan_mh_list > .li1:nth-of-type(1n + 3) {
    margin-top: 60px;
  }
  .kennan_mh_list a:hover .thumb::before {
    opacity: 0.4;
  }
}
@media all and (max-width:680px) {
  .kennan_mh {
    padding-top: 60px;
  }
  .kennan_mh_list {
    padding: 20px 0 0;
    max-width: none;
    display: block;
  }
  .kennan_mh_list > .li1 {
    width: 100%;
    border-left: none;
    border-right: none;
  }
  .kennan_mh_list > .li1:nth-of-type(1n + 2) {
    margin-top: 40px;
  }

  .kennan_mh_list a {
    flex-direction: column;
  }
  .kennan_mh_list {
    width: 100%;
  }
  .kennan_mh_list a .thumb {
    float: none;
    width: 100%;
    height: 140px;
  }
  .kennan_mh_list a .thumb .img {
    width: 100%;
    height: 100%;
  }
  .kennan_mh_list .r_box {
    width: 100%;
    padding: 15px 5%;
    top: 0;
    margin-bottom: 0;
  }
  .kennan_mh_list .r_box h4 {
    font-size: 12px;
  }
  .kennan_mh_list .r_box h3 {
    font-size: 18px;
    margin-top: 7px;
    height: auto;
  }
  .kennan_mh_list .r_box h3.sml1 {
    font-size: 15px;
  }
  .kennan_mh_list ul {
    margin-top: 10px;
  }
  .kennan_mh_list ul li {
    font-size: 11.5px;
    padding: 6px 5%;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .kennan_mh_list ul li+li {
    margin-top: 3px;
  }
  .model_address {
    padding-right: 1.8em;
    margin-top: 8px;
    font-size: 12px;
  }
  .model_address::before {
    width: 13px;
    height: 18px;
  }
  .kennan_mh_list .arrow {
    width: 65px;
  }
  .kennan_mh_list .arrow::before {
    width: 55px;
  }
  .kennan_mh_list .arrow::after {
    border-width: 5px 0 0 10px;
  }
  .model_logo {
    width: 80px;
    padding: 7px 0;
    margin-left: 15px;
    line-height: 1.2;
  }
  .kennan_mh_list .w_arrow {
    display: none;
  }
}
@media all and (max-width:370px) {
}


/* access_wrap
***************************************************************/

.access_wrap {
    padding: 130px 0 80px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #4C4948;
}

.gmap {
    position: relative;
}

#map_canvas,
#map_canvas_02 {
    height: 450px;
}

.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
    bottom: 220px !important;
}

.gm-style-mtc {
    display: none;
}

.gm-svpc {
    display: none;
}

.map_btn {
    position: absolute;
    padding: 5px 15px;
    background: #4c4948;
    color: #fff;
    right: 20px;
    bottom: 20px;
    opacity: 1;
    transition: 0.3s;
}

.address_sub {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.13em;
    margin-top: 50px;
}

.map_img{
    text-align: center;
    margin-top: 20px;
}

.map_img + .address_sub{
    margin-top: 15px;
}

@media all and (min-width: 681px) {
    .map_btn:hover {
        opacity: 0.7;
        transition: 0.3s;
    }
    .map_img img{
        width:300px;
        height:auto;
    }
}

@media all and (max-width:680px) {
    .access_wrap {
        padding: 45px 0 50px;
    }






    #map_canvas,
    #map_canvas_02 {
        height: 200px;
    }

    .map_btn {
        position: absolute;
        padding: 3px 12px;
        background: #4c4948;
        color: #fff;
        right: 10px;
        bottom: 17px;
        opacity: 1;
        transition: 0.3s;
        font-size: 11px;
    }

    .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
        bottom: 175px !important;
        right: 30px !important;
    }

    .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint {
        transform: scale(0.5) !important;
    }
    .address_sub {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0;
    margin-top: 25px;
    padding-left: 5%;
    padding-right: 5%;
}
.map_img + .address_sub{
    margin-top: 20px;
}
}

@media all and (max-width:370px) {
}


/* f_conversion */
.f_conversion {
  width: 100%;
  height: 45px;
  display: flex;
  position: fixed;
  z-index: 5555;
  bottom: 0;
  left: 0;
}
.f_conversion .a1 {
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4c4948;
}
.f_conversion .a1 img {
  width: 19px;
}
.f_conversion .a2 {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  background-color: #B0B0B0;
  color: #fff;
  padding-left: 30px;
  background-image: url(../img/common/ico_mail_w.svg);
  background-position: left 24px center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.f_conversion .a2-1 {
  background-color: #4c4948;
  background-image: url(../img/common/ico_tel_w.svg);
  background-position: left 30px center;
  background-size: 18px;
}
.f_conversion .a3 {
  width: calc(100% - 185px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  background-color: #EAEAEA;
  color: #4D4D4D;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
  .f_conversion .a3 {
    font-size: 11px;
  }
}


/* aaa */
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}


/* aaa */
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}


/* aaa */
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}


/* aaa */
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}
