@charset "UTF-8";
.anchor {
  display: block;
  height: 0;
}

.main {
  display: block;
}

.section-ttl {
  text-align: center;
}

.content-logo {
  text-align: center;
}

.more-btn {
  text-align: center;
}
.more-btn a {
  background-color: #fff;
  color: #8c6e10;
  border: solid 1px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  letter-spacing: 0.2em;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
.more-btn a::after {
  content: "→";
  display: inline-block;
  margin-left: 5px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.more-btn a:hover {
  background-color: #8c6e10;
  color: #fff;
}
.more-btn a:hover::after {
  -webkit-transform: translate(10px, 0);
  -moz-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  transform: translate(10px, 0);
}

/* ----- swiper ----- */
.swiper-container {
  position: relative;
  width: 100%;
  height: -webkit-calc(100vh - 90px);
  height: -moz-calc(100vh - 90px);
  height: calc(100vh - 90px);
}

.swiper-slide {
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0.7;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 25px;
}

.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.slide__comp_logo {
  position: absolute;
  top: 3.5%;
  left: 2.7%;
  z-index: 99;
  width: 7.5%;
  min-width: 100px;
}

.slide__comp_logo img {
  width: 100%;
}

.slide__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 15%;
  min-width: 206px;
}

.slide__logo img {
  width: 100%;
}

.swiper-container.open .slide__logo {
  opacity: 0;
  visibility: hidden;
  -webkit-animation: logoFadeOut 9s 1.5s ease forwards;
  -moz-animation: logoFadeOut 9s 1.5s ease forwards;
  animation: logoFadeOut 9s 1.5s ease forwards;
}

.swiper-container .slide__scroll-icon {
  display: inline-block;
  position: absolute;
  bottom: 8%;
  left: 50%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  padding-top: 80px;
}

.swiper-container .slide__scroll-icon span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  -moz-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  -moz-transform: rotate(-45deg) translate(-50%, -50%);
  -ms-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}

.swiper-container .slide__scroll-icon span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}

.swiper-container .slide__scroll-icon span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.swiper-container .slide__scroll-icon span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.swiper-container.open .slide__scroll-icon {
  -webkit-animation: fadeIn 2s 8.5s ease forwards;
  -moz-animation: fadeIn 2s 8.5s ease forwards;
  animation: fadeIn 2s 8.5s ease forwards;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes fadeIn {
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes logoFadeOut {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  48% {
    opacity: 1;
    visibility: visible;
  }
  72% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes logoFadeOut {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  48% {
    opacity: 1;
    visibility: visible;
  }
  72% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes logoFadeOut {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  48% {
    opacity: 1;
    visibility: visible;
  }
  72% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.section-top {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, white), color-stop(70%, #fefced));
  background: -webkit-linear-gradient(top, white 70%, #fefced);
  background: -moz- oldlinear-gradient(top, white 70%, #fefced);
  background: linear-gradient(to bottom, white 70%, #fefced);
}
.section-top__logo {
  text-align: center;
}
.section-top__ttl {
  color: #8c6e10;
  text-align: center;
  letter-spacing: 0.15em;
  font-family: "Shippori Mincho", serif;
}
.section-top__catch {
  color: #231815;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  line-height: 2.1;
  letter-spacing: 0.2em;
}
.section-top__desc {
  text-align: center;
  letter-spacing: 0.17em;
  line-height: 2.5;
}
.section-top__sub-ttl {
  color: #8c6e10;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}

.town {
  padding: 60px 0;
  background-image: url(../images/section_back01.jpg);
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.town__wrapper {
  /* display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; */
  margin: 0 auto;
  width: 80%;
  max-width: 1200px;
}
.town__wrapper.secound {
  position: relative;
  margin-top: 40px;
}
.town__map img {
  width: 100%;
}
.town__wrapper.first {
  margin-top: 60px;
}
.town__wrapper.first .town__map {
  transform: translate(-109px, 0);
  width: 56%;
  margin: auto;
}
.town__wrapper.secound .town__map {
  width: 82.5%;
  margin: auto;
  /* transform: translate(-51px, 0); */
}
.town__wrapper.secound .town__plan {
  position: absolute;
  top: 240px;
  right: 0;
}

.town__plan {
  width: 38%;
  text-align: center;
}
.town__plan-list {
  display: inline-block;
}
.town__plan-list li {
  color: #6f9550;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: justify;
}

.town__info {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  margin: auto;
  padding-top: 120px;
}

.town__info li {
  width: 30.66%;
  margin-top: 36px;
  margin-right: 4%;
  padding: 16px 0;
  background-color: #6f9550;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
}
.town__info li:first-child,
.town__info li:nth-child(2),
.town__info li:nth-child(3) {
  margin-top: 0;
}
.town__info li:nth-child(3n) {
  margin-right: 0;
}

.town .section-inquiry__btn {
  width: 300px;
  margin: auto;
  font-size: 2.4rem;
  text-align: center;
}

.town .section-inquiry__btn span {
  display: block;
  font-size: 1.8rem;
}

.grid-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.grid-section.concept {
  position: relative;
  padding-top: 520px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefced), color-stop(18%, #fff));
  background: -webkit-linear-gradient(top, #fefced, #fff 18%);
  background: -moz- oldlinear-gradient(top, #fefced, #fff 18%);
  background: linear-gradient(to bottom, #fefced, #fff 18%);
}
.grid-section__concept {
  position: relative;
  width: 40%;
}

.grid-section.concept .content-logo,
.grid-section.concept .concept__ttl {
  position: absolute;
  left: 0;
  width: 100%;
}
.grid-section.concept .content-logo {
  top: 20px;
}

.grid-section.concept .concept__ttl {
  position: absolute;
  top: 360px;
  font-family: "Shippori Mincho", serif;
  color: #231815;
  font-size: 4.8rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
}

.grid-section__ttl {
  position: absolute;
  top: 50.8%;
  z-index: 100;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
.grid-section__ttl span {
  display: block;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
}
.grid-section__ttl.pattern1 {
  right: 4%;
  text-align: right;
}
.grid-section__ttl.pattern2 {
  left: 4%;
  text-align: left;
}
.grid-section__img img {
  width: 100%;
}
.grid-section__expla {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60%;
}
.grid-section__expla-wrap {
  width: 100%;
}
.grid-section__sub-ttl {
  color: #231815;
  letter-spacing: 0.05em;
  line-height: 2.1;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}
.grid-section__img-sm {
  text-align: center;
}
.grid-section__desc {
  color: #231815;
  text-align: center;
  letter-spacing: 0.09em;
  line-height: 1.95;
}
.grid-section__parts {
  text-align: center;
}
.grid-section.inner {
  background-color: #f5f3f2;
}

.section-loca {
  background-image: url(../images/section_back03.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
}
.section-loca__catch {
  text-align: center;
  letter-spacing: 0.18em;
  line-height: 2.3;
}

.section-loca__catch__span {
  font-size: 1.4em;
  line-height: 1.9;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}

.section-loca__pic-wrap {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.section-loca__pic {
  width: 50%;
}
.section-loca__pic img {
  width: 100%;
}
.section-loca__pic-cap {
  letter-spacing: 0.05em;
}
.section-loca__pic-cap.right {
  text-align: right;
}
.section-loca__parts {
  position: absolute;
  top: 8.5%;
  left: 4%;
}
.section-loca__parts img {
  width: 100%;
}
.section-loca__contents {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 85%;
  max-width: 1400px;
}
.section-loca__item {
  width: 18.3%;
}
.section-loca__item img {
  width: 100%;
}
.section-loca__item-cap {
  display: block;
  color: #231815;
}
.section-loca__details-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 85%;
  max-width: 1400px;
}
.section-loca__details-list li {
  color: #231815;
}
.section-loca__map-pic img {
  width: 100%;
}

.outline__wrapper {
  margin: 0 auto;
  background-color: #fefcf6;
}
.outline__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: solid 1.5px #8c6e10;
  color: #333;
  text-align: justify;
  line-height: 1.8;
}
.outline__item:last-child {
  border-bottom: solid 1.5px #8c6e10;
}
.outline__dt {
  text-align: center;
}
.outline__dd {
  border-left: solid 1.5px #8c6e10;
}
.outline__ttl {
  color: #8c6e10;
  text-align: center;
  letter-spacing: 0.2em;
}
.outline__rema {
  color: #333;
  line-height: 1.75;
}
.outline__map {
  background-image: url(../images/section_back02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
}
.outline__map-item {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.outline__gmap {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.house-plan__ttl {
  font-family: "Shippori Mincho", serif;
  text-align: center;
  color: #231815;
  letter-spacing: 0.2em;
  font-weight: normal;
}
.house-plan__gallery-wrap {
  width: 70.5%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
.house-plan__gallery-item {
  width: 19%;
}
.house-plan__gallery-item img {
  width: 100%;
}

.section-style {
  background-image: url(../images/section_back04.jpg);
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-position: bottom center;
}
.section-style__wrapper {
  margin: 0 auto;
  width: 90%;
  max-width: 1600px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-style__wrapper::after {
  content: "";
  display: block;
  width: 270px;
  height: 0;
}
.section-style__ttl {
  text-align: center;
  letter-spacing: 0.2em;
}
.section-style__item {
  width: 18.7%;
  min-width: 270px;
  background-color: #fff;
  color: #231815;
}
.section-style__style-name {
  color: #231815;
  list-style: 1.9;
  letter-spacing: 0.2em;
  text-align: center;
}
.section-style__style-name::after {
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  margin: 15px auto 0;
  background-color: #231815;
}
.section-style__catch {
  color: #231815;
  text-align: center;
  line-height: 1.9;
}
.section-style__pic img {
  width: 100%;
}
.section-style__desc {
  line-height: 1.7;
}

.section-inquiry__sub-ttl {
  color: #8c6e10;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}
.section-inquiry__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  width: 620px;
}
.section-inquiry__btn {
  position: relative;
  z-index: 1;
  color: #8c6e10;
  border: solid 1px #8c6e10;
  font-family: "Shippori Mincho", serif;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.section-inquiry__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #8c6e10;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.section-inquiry__btn:hover {
  color: #fff;
}
.section-inquiry__btn:hover::before {
  width: 100%;
}

.footer {
  background-color: #005e39;
}
.footer__logo {
  text-align: center;
  vertical-align: middle;
}
.footer__address {
  color: #fff;
  text-align: center;
}
.footer__address img {
  vertical-align: middle;
}
.footer__copy {
  display: block;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 1025px), print {
  .anchor {
    padding-top: 90px;
    margin-top: -90px;
  }
  .main {
    margin: 90px 0 0;
  }
  .section-ttl img {
    height: 80px;
  }
  .content-logo {
    text-align: center;
  }
  .content-logo img {
    width: 20%;
    max-width: 210px;
  }
  .more-btn {
    margin-top: 60px;
  }
  .more-btn a {
    display: inline-block;
    padding: 4px 22px;
    font-size: 1.4rem;
  }
  .section-top {
    margin: 150px 0 0;
    padding: 0 0 160px;
  }
  .section-top__logo img {
    width: 20%;
    max-width: 210px;
  }
  .section-top__ttl {
    margin: 50px 0 0;
    font-size: 2.65rem;
  }
  .section-top__catch {
    margin: 70px 0 0;
    font-size: 3.3rem;
  }
  .section-top__desc {
    margin: 20px 0 0;
    font-size: 1.55rem;
  }
  .section-top__sub-ttl {
    margin: 50px 0 0;
    font-size: 2.3rem;
  }
  .town {
    padding: 90px 0;
  }
  .town__plan-list {
    margin-top: 40px;
    font-size: 1.8rem;
  }
  .town__plan-list li {
    margin-top: 13px;
  }
  .grid-section__concept {
    width: 50%;
  }
  .grid-section__ttl {
    font-size: 5.8rem;
  }
  .grid-section__ttl span {
    margin: 12px 0 0;
    font-size: 1.4rem;
  }
  .grid-section__sub-ttl {
    font-size: 2.8rem;
  }
  .grid-section__img-sm {
    margin: 40px 0 0;
  }
  .grid-section__img-sm img {
    width: 45.5%;
  }
  .grid-section__desc {
    margin: 50px 0 0;
    font-size: 1.5rem;
  }
  .grid-section__parts {
    margin-top: 5%;
  }
  .grid-section__parts img {
    width: 6%;
  }
  .grid-section.inner {
    margin-top: 62px;
  }
  .section-loca {
    /* margin: 150px 0 0; */
    /* margin: 0 0 50px; */
    padding-bottom: 100px;
  }
  .section-loca__catch {
    margin: 40px 0 0;
    color: #231815;
    font-size: 1.5rem;
  }
  .section-loca__pic-wrap {
    /* margin: 88px 0 50px; */
    margin-bottom: 50px;
  }
  .section-loca__pic-cap {
    padding: 10px 25px;
    font-size: 1.3rem;
  }
  .section-loca__parts {
    width: 3%;
  }
  .section-loca__contents {
    margin: 40px auto 0;
  }
  .section-loca__contents::after {
    content: "";
    display: block;
    width: 31.5%;
    height: 0;
  }
  .section-loca__item {
    margin-top: 30px;
  }
  .section-loca__item-cap {
    margin: 10px 0 0;
    font-size: 1.3em;
  }
  .section-loca__details {
    margin: 55px 0 0;
  }
  .section-loca__details-list {
    margin: 0 auto;
  }
  .section-loca__details-list li {
    /* margin-right: 4%; */
    width: 22%;
    font-size: 1.3rem;
  }
  .section-loca__map {
    margin: 65px auto 0;
    width: 85%;
    max-width: 1200px;
  }
  .outline {
    padding-top: 110px;
  }
  .outline__wrapper {
    width: 60%;
    padding: 150px 0;
    background-color: #fefcf6;
  }
  .outline__table {
    width: 63%;
    margin: 70px auto 0;
  }
  .outline__item {
    padding: 5px 0;
    font-size: 1.4rem;
  }
  .outline__item:last-child {
    border-bottom: solid 1.5px #8c6e10;
  }
  .outline__dt {
    width: 20%;
    padding: 5px 0;
  }
  .outline__dd {
    width: 80%;
    padding: 5px 0 5px 30px;
  }
  .outline__ttl {
    margin: 28px 0 0;
    font-size: 2rem;
  }
  .outline__rema {
    width: 63%;
    margin: 25px auto 0;
    font-size: 1.3rem;
  }
  .outline__map {
    padding-bottom: 150px;
  }
  .outline__map-wrapper {
    width: 60%;
    margin: 0 auto;
  }
  .house-plan {
    padding: 130px 0 120px;
  }
  .house-plan__ttl {
    margin: 58px 0;
    font-size: 4.8rem;
  }
  .house-plan__gallery {
    margin: 90px 0 0;
  }
  .interior-plan {
    margin-top: 120px;
  }
  .interior-plan .section-ttl {
    margin-top: 60px;
  }
  .section-style {
    padding: 85px 0;
  }
  .section-style__ttl {
    font-size: 2.2rem;
    font-weight: normal;
  }
  .section-style__wrapper {
    margin-top: 35px;
  }
  .section-style__item {
    margin: 35px 0 0;
    padding: 40px 30px;
  }
  .section-style__style-name {
    font-size: 1.8rem;
    font-weight: normal;
  }
  .section-style__catch {
    margin: 30px 0 0;
    font-size: 1.5rem;
  }
  .section-style__pic {
    margin: 25px 0 0;
  }
  .section-style__desc {
    margin: 25px 0 0;
    font-size: 1.3rem;
  }
  .section-inquiry {
    margin: 90px 0 0;
  }
  .section-inquiry__sub-ttl {
    margin: 50px 0 0;
    font-size: 2.3rem;
  }
  .section-inquiry__wrapper {
    margin: 70px auto 0;
  }
  .section-inquiry__btn {
    padding: 5px 15px;
    font-size: 1.5rem;
    /* margin-right: 70px; */
  }
  /* .section-inquiry__btn:last-child {
    margin-right: 0;
  } */
  .footer {
    margin: 75px 0 0;
    padding: 70px 0 30px;
    background-color: #005e39;
  }
  .footer__logo img {
    width: 160px;
  }
  .footer__address {
    margin: 30px 0 0;
    font-size: 1.3rem;
  }
  .footer__address img {
    width: 87px;
  }
  .footer__copy {
    margin: 45px 0 0;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
  .main {
    margin-top: 80px;
  }
  .section-ttl img {
    height: 70px;
  }
  .content-logo {
    text-align: center;
  }
  .content-logo img {
    width: 27%;
  }
  .more-btn {
    margin-top: 60px;
  }
  .more-btn a {
    display: inline-block;
    padding: 3px 20px;
    font-size: 1.3rem;
  }
  .swiper-container {
    height: -webkit-calc(100vh - 80px);
    height: -moz-calc(100vh - 80px);
    height: calc(100vh - 80px);
  }
  .slide__comp_logo {
    width: 12%;
    min-width: 120px;
  }
  .slide__logo {
    width: 35%;
  }
  .section-top {
    margin: 100px 0 0;
    padding: 0 0 40px;
  }
  .section-top__logo img {
    width: 27%;
  }
  .section-top__ttl {
    margin: 30px 0 0;
    font-size: 1.9rem;
  }
  .section-top__catch {
    margin: 60px 0 0;
    font-size: 2.3rem;
  }
  .section-top__desc {
    width: 85%;
    margin: 25px auto 0;
    font-size: 1.5rem;
    line-height: 2.1;
    text-align: center;
  }
  .section-top__sub-ttl {
    margin: 45px 0 0;
    font-size: 2rem;
  }
  .town {
    padding: 40px 0 40px;
  }
  .town__wrapper {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 85%;
    margin-top: 30px;
  }
  .town__wrapper.secound .town__plan {
    top: 110px;
  }
  .town__wrapper.secound .town__map {
    width: 76.5%;
  }
  .town__map {
    width: 49%;
  }
  .town__wrapper.first .town__map {
    transform: translate(-53px, 0);
    margin: auto;
  }
  .town__plan {
    margin: 20px 0 0;
    width: 49%;
  }
  .town__plan-list {
    margin-top: 27px;
    font-size: 1.3rem;
  }
  .town__plan-list li {
    margin-top: 10px;
  }

  .town__info {
    width: 80%;
    padding-top: 120px;
  }
  .grid-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid-section.concept {
    padding-top: 430px;
  }

  .grid-section.concept .concept__ttl {
    top: 325px;
    font-size: 3.5rem;
  }

  .grid-section.pattern2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .grid-section__concept {
    width: 100%;
    font-size: 0;
  }

  .grid-section__ttl {
    top: 53.2%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 4.4rem;
    text-align: center;
  }
  .grid-section__ttl.pattern1 {
    right: auto;
    text-align: center;
  }
  .grid-section__ttl.pattern2 {
    left: 50%;
    text-align: center;
  }
  .grid-section__ttl span {
    margin: 10px 0 0;
    font-size: 1.3rem;
    white-space: nowrap;
  }
  .grid-section__img {
    display: inline-block;
    width: 50%;
  }
  .grid-section__img.single {
    width: 65%;
  }
  .grid-section__expla {
    width: 100%;
    padding: 60px 0;
  }
  .grid-section__sub-ttl {
    width: 80%;
    margin: 0 auto;
    font-size: 2.2rem;
  }
  .grid-section__img-sm {
    margin: 45px 0 0;
  }
  .grid-section__img-sm img {
    width: 55%;
  }
  .grid-section__desc {
    margin: 55px auto 0;
    font-size: 1.4rem;
  }
  .grid-section__parts {
    margin-top: 5%;
  }
  .grid-section__parts img {
    width: 8%;
  }
  .grid-section.inner {
    margin-top: 62px;
  }
  .section-loca {
    margin: 40px 0 0;
    padding-bottom: 60px;
  }
  .section-loca__catch {
    width: 80%;
    margin: 40px auto 0;
    color: #231815;
    font-size: 1.4rem;
  }
  .section-loca__pic-wrap {
    margin: 55px 0 40px;
  }
  .section-loca__pic {
    width: 100%;
  }
  .section-loca__pic-cap {
    padding: 7px 15px;
    font-size: 1.1rem;
  }
  .section-loca__parts {
    width: 8%;
  }
  .section-loca__contents {
    margin: 30px auto 0;
  }
  .section-loca__item {
    margin-top: 25px;
    width: 47%;
  }
  .section-loca__item-cap {
    margin: 8px 0 0;
    font-size: 1.3rem;
  }
  .section-loca__details {
    margin: 40px 0 0;
  }
  .section-loca__details-list {
    margin: 10px auto 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-loca__details-list li {
    margin-top: 10px;
    width: 49%;
    font-size: 1.3rem;
  }
  .section-loca__map {
    width: 85%;
    margin: 43px auto 0;
  }
  .outline {
    padding-top: 90px;
  }
  .outline__wrapper {
    width: 80%;
    padding: 58px 0;
    background-color: #fefcf6;
  }
  .outline__table {
    width: 80%;
    margin: 45px auto 0;
  }
  .outline__item {
    padding: 5px 0;
    font-size: 1.4rem;
  }
  .outline__item:last-child {
    border-bottom: solid 1.5px #8c6e10;
  }
  .outline__dt {
    width: 25%;
    padding: 5px 0;
  }
  .outline__dd {
    width: 85%;
    padding: 5px 0 5px 20px;
  }
  .outline__ttl {
    margin: 28px 0 0;
    font-size: 1.9rem;
  }
  .outline__rema {
    width: 80%;
    margin: 30px auto 0;
    font-size: 1.3rem;
  }
  .outline__map {
    padding-bottom: 90px;
  }
  .outline__map-wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .house-plan {
    padding: 60px 0;
  }
  .house-plan__ttl {
    margin: 45px 0;
    font-size: 3.5rem;
  }
  .house-plan__gallery-wrap {
    width: 80%;
  }
  .house-plan__gallery {
    margin: 60px 0 0;
  }
  .house-plan__gallery-item {
    width: 48%;
    margin-top: 25px;
  }
  .interior-plan {
    margin-top: 70px;
  }
  .section-style {
    padding: 70px 0;
  }
  .section-style__ttl {
    font-size: 1.9rem;
    font-weight: normal;
  }
  .section-style__wrapper {
    margin-top: 40px;
    width: 80%;
  }
  .section-style__item {
    width: 48%;
    margin: 30px 0 0;
    padding: 40px 30px;
  }
  .section-style__style-name {
    font-size: 1.8rem;
    font-weight: normal;
  }
  .section-style__catch {
    margin: 25px 0 0;
    font-size: 1.5rem;
  }
  .section-style__pic {
    margin: 20px 0 0;
  }
  .section-style__desc {
    margin: 25px 0 0;
    font-size: 1.4rem;
  }
  .section-inquiry {
    margin: 60px 0 0;
  }
  .section-inquiry__sub-ttl {
    margin: 30px 0 0;
    font-size: 1.8rem;
  }
  .section-inquiry__wrapper {
    width: 92%;
    margin: 60px auto 0;
  }
  .section-inquiry__btn {
    margin: 20px 0 0;
    padding: 5px 15px;
    font-size: 1.5rem;
    text-align: center;
  }
  /* .section-inquiry__btn:first-child {
    margin-right: 40px;
  } */
  .footer {
    margin: 70px 0 0;
    padding: 70px 0 50px;
    background-color: #005e39;
  }
  .footer__logo img {
    width: 150px;
  }
  .footer__address {
    margin: 30px 0 0;
    font-size: 1.4rem;
    line-height: 2;
  }
  .footer__address img {
    width: 87px;
  }
  .footer__copy {
    margin: 25px 0 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  .anchor {
    padding-top: 76px;
    margin-top: -76px;
  }
  .main {
    margin-top: 76px;
  }
  .section-ttl img {
    height: 60px;
  }
  .section-ttl.ttl-pc {
    display: none;
  }
  .content-logo {
    text-align: center;
  }
  .content-logo img {
    width: 35%;
  }
  .more-btn {
    margin-top: 50px;
  }
  .more-btn a {
    display: inline-block;
    padding: 3px 20px;
    font-size: 1.3rem;
  }
  .swiper-container {
    height: -webkit-calc(100vh - 76px);
    height: -moz-calc(100vh - 76px);
    height: calc(100vh - 76px);
  }
  .swiper-slide.sp__pos-right {
    background-position: right center;
  }
  .slide__comp_logo {
    width: 12%;
    min-width: 120px;
  }
  .slide__logo {
    width: 35%;
  }
  .section-top {
    margin: 60px 0 0;
    padding: 0 0 80px;
  }
  .section-top__logo img {
    width: 35%;
  }
  .section-top__ttl {
    margin: 20px 0 0;
    font-size: 1.8rem;
  }
  .section-top__catch {
    margin: 50px 0 0;
    font-size: 2rem;
  }
  .section-top__desc {
    width: 85%;
    margin: 18px auto 0;
    font-size: 1.4rem;
    line-height: 2.1;
    text-align: left;
  }
  .section-top__sub-ttl {
    margin: 30px 0 0;
    font-size: 1.8rem;
  }
  .town {
    padding: 60px 0 40px;
  }
  .town__wrapper {
    margin-top: 30px;
    display: block;
  }
  .town__map {
    width: 100%;
    overflow-x: scroll;
  }
  .town__map img {
    width: auto;
    max-width: none;
    height: 350px;
  }
  .town__wrapper.first .town__map {
    transform: translate(0, 0);
    width: 100%;
  }
  .town__wrapper.first .town__map img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .town__wrapper.secound {
    margin-top: 20px;
  }
  .town__wrapper.secound .town__map img {
    width: 100%;
    transform: translate(-12px, 0);
  }
  .town__plan {
    margin: 20px 0 0;
    width: 100%;
  }
  .town__plan-list {
    font-size: 1.3rem;
  }
  .town__plan-list li {
    margin-top: 10px;
  }

  .town .section-loca__map-desc {
    margin-top: 15px;
  }

  .town__wrapper.secound .town__map {
    width: 100%;
    transform: translate(0, 0);
  }

  .town__wrapper.secound .town__plan {
    position: relative;
    top: 0;
  }

  .town__info {
    width: 80%;
    padding-top: 60px;
  }

  .town__info li {
    width: 48%;
    margin-top: 10px;
    margin-right: 4%;
    padding: 12px 0;
    font-size: 1.4rem;
  }
  .town__info li:first-child,
  .town__info li:nth-child(2) {
    margin-top: 0;
  }
  .town__info li:nth-child(2n) {
    margin-right: 0;
  }
  .town__info li:nth-child(3) {
    margin-top: 10px;
    margin-right: 4%;
  }

  .town .section-inquiry__btn {
    font-size: 1.8rem;
  }

  .town .section-inquiry__btn span {
    font-size: 1.4rem;
  }

  .grid-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid-section.concept {
    padding-top: 60px;
  }

  .grid-section.concept .content-logo,
  .grid-section.concept .concept__ttl {
    position: relative;
    top: 0;
  }

  .grid-section.concept .concept__ttl {
    font-size: 3rem;
    margin-top: 30px;
  }

  .grid-section.pattern2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .grid-section__concept {
    width: 100%;
    margin-top: 30px;
  }

  .grid-section__ttl {
    top: 53.2%;
    left: 10%;
    font-size: 4.4rem;
    z-index: 100;
  }
  .grid-section__ttl.pattern1 {
    right: auto;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: left;
  }
  .grid-section__ttl.pattern2 {
    left: 10%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .grid-section__ttl span {
    margin: 10px 0 0;
    font-size: 1.3rem;
    white-space: nowrap;
  }
  .grid-section__expla {
    width: 100%;
    padding: 50px 0;
  }
  .grid-section__sub-ttl {
    width: 80%;
    margin: 0 auto;
    font-size: 1.9rem;
  }
  .grid-section__img-sm {
    margin: 40px 0 0;
  }
  .grid-section__img-sm img {
    width: 70%;
  }
  .grid-section__desc {
    width: 80%;
    margin: 50px auto 0;
    font-size: 1.3rem;
    text-align: left;
  }
  .grid-section__parts {
    margin-top: 7%;
  }
  .grid-section__parts img {
    width: 12%;
  }
  .grid-section.inner {
    margin-top: 62px;
  }
  .section-loca {
    /* margin: 40px 0 0; */
    padding-bottom: 60px;
  }
  .section-loca__catch {
    width: 80%;
    margin: 30px auto 0;
    color: #231815;
    font-size: 1.3rem;
  }

  .section-loca__pic-wrap {
    display: block;
    /* margin: 50px 0 40px; */
    margin: 0 0 40px;
  }
  .section-loca__pic {
    width: 100%;
  }
  .section-loca__pic-cap {
    padding: 7px 15px;
    font-size: 1.1rem;
    text-align: right;
  }
  .section-loca__pic-cap.sp-hidden {
    display: none;
  }
  .section-loca__parts {
    width: 12%;
  }
  .section-loca__contents {
    margin: 20px auto 0;
  }
  .section-loca__item {
    margin-top: 20px;
    width: 48%;
  }
  .section-loca__item-cap {
    margin: 8px 0 0;
    font-size: 1.2rem;
  }
  .section-loca__details {
    margin: 30px 0 0;
  }
  .section-loca__details-list {
    display: block;
    margin: 10px auto 0;
  }
  .section-loca__details-list li {
    display: block;
    margin-top: 10px;
    text-indent: -1.5em;
    padding-left: 1.5em;
    width: 100%;
    font-size: 1.2rem;
  }
  .section-loca__map {
    width: 85%;
    margin: 30px auto 0;
  }
  .section-loca__map-pic {
    overflow-x: scroll;
  }
  .section-loca__map-pic img {
    width: auto;
    max-width: none;
    height: 350px;
  }
  .section-loca__map-desc {
    margin-top: 10px;
    color: #231815;
    font-size: 1.2rem;
  }
  .section-loca__map-desc img {
    margin-right: 8px;
    width: 28px;
    vertical-align: middle;
  }
  .outline {
    padding-top: 60px;
  }
  .outline__wrapper {
    width: 100%;
    padding: 50px 0;
    background-color: #fefcf6;
  }
  .outline__table {
    width: 80%;
    margin: 40px auto 0;
  }
  .outline__item {
    padding: 5px 0;
    font-size: 1.3rem;
  }
  .outline__item:last-child {
    border-bottom: solid 1.5px #8c6e10;
  }
  .outline__dt {
    width: 30%;
    padding: 5px 0;
  }
  .outline__dd {
    width: 70%;
    padding: 5px 0 5px 20px;
  }
  .outline__ttl {
    margin: 28px 0 0;
    font-size: 1.8rem;
  }
  .outline__rema {
    width: 80%;
    margin: 20px auto 0;
    font-size: 1.2rem;
  }
  .outline__map {
    padding-bottom: 70px;
  }
  .outline__map-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .house-plan {
    padding: 50px 0;
  }
  .house-plan__ttl {
    margin: 35px 0;
    font-size: 3rem;
  }
  .house-plan__gallery-wrap {
    width: 80%;
  }
  .house-plan__gallery {
    margin: 55px 0 0;
  }
  .house-plan__gallery-item {
    width: 48%;
    margin-top: 12px;
  }
  .interior-plan {
    margin-top: 60px;
  }
  .interior-plan .section-ttl {
    margin-top: 60px;
  }
  .section-style {
    padding: 60px 0;
  }
  .section-style__ttl {
    font-size: 1.9rem;
    font-weight: normal;
  }
  .section-style__wrapper {
    display: block;
    margin-top: 40px;
    width: 80%;
  }
  .section-style__item {
    width: 100%;
    margin: 30px 0 0;
    padding: 40px 30px;
  }
  .section-style__style-name {
    font-size: 1.7rem;
    font-weight: normal;
  }
  .section-style__catch {
    margin: 25px 0 0;
    font-size: 1.4rem;
  }
  .section-style__pic {
    margin: 20px 0 0;
  }
  .section-style__desc {
    margin: 25px 0 0;
    font-size: 1.3rem;
  }
  .section-inquiry {
    margin: 48px 0 0;
  }
  .section-inquiry__sub-ttl {
    margin: 30px 0 0;
    font-size: 1.8rem;
  }
  .section-inquiry__wrapper {
    display: block;
    width: 100%;
    margin: 50px 0 0;
  }
  .section-inquiry__btn {
    display: block;
    width: 75%;
    margin: 20px auto 0;
    padding: 5px 15px;
    font-size: 1.4rem;
    text-align: center;
  }
  .section-inquiry__btn:first-child {
    margin-top: 0;
  }
  .footer {
    margin: 65px 0 0;
    padding: 40px 0 30px;
    background-color: #005e39;
  }
  .footer__logo img {
    width: 140px;
  }
  .footer__address {
    margin: 30px 0 0;
    font-size: 1.3rem;
    line-height: 2;
  }
  .footer__address img {
    width: 87px;
  }
  .footer__copy {
    margin: 25px 0 0;
    font-size: 1.1rem;
  }
}
