@charset "UTF-8";
/*
Theme Name: NEW SITE
Theme URI:
Author: grafix
Author URI: https://www.gd-system.jp/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/* html tag */
html {
  font-size: 10px;
  font-family: YakuHanJP, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #333;
}

body {
  word-wrap: break-word;
  word-break: break-all;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #2e93d4;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  -webkit-text-decoration: auto;
          text-decoration: auto;
}
a:hover img {
  opacity: 0.7;
  zoom: 1;
  text-decoration: none;
}
a[href^=tel] {
  color: #333;
  cursor: text;
  pointer-events: none;
}
a[href^=tel]:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}
*::after, *::before {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

.sp {
  display: none;
}

.screen-reader-text {
  display: none;
}

@media screen and (max-width: 768px) {
  a[href^=tel] {
    pointer-events: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 18.75vw;
}

body {
  font-size: 3.75vw;
  line-height: 1.75;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  background: url(img/bg.jpg) repeat center top;
  padding: 18.75vw 0 15.625vw;
}
body.fixed {
  overflow: hidden;
}

.sp {
  display: none;
}

.pagination {
  padding: 50px 0 50px;
  border-left: solid 20px #333;
  margin-right: 20px;
  margin-bottom: 50px;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}
.pagination .nav-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 42px;
  height: 42px;
  background: #d9d9d9;
  border: solid 1px #d9d9d9;
  color: #333;
  margin: 0 5px 10px;
}
.pagination .nav-links .page-numbers:hover {
  border-color: #000;
}
.pagination .nav-links .page-numbers.current {
  background: #000;
  border-color: #000;
  color: #fff;
}
.pagination .nav-links .page-numbers.dots {
  background: transparent;
  border: none;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pagination {
    margin: 0;
    margin-right: 10px;
    padding: 40px 0 30px;
    max-width: initial;
    border-left-width: 6px;
  }
  .pagination .nav-links .page-numbers {
    width: 36px;
    height: 36px;
  }
}
.editor-area p {
  margin: 1.5em 0 1.5em;
}
.editor-area p:first-child {
  margin-top: 0;
}
.editor-area p:last-child {
  margin-bottom: 0;
}
.editor-area ul {
  margin: 1.5em 0 1.5em;
  list-style-type: disc;
  padding-left: 1.5em;
}
.editor-area ul:first-child {
  margin-top: 0;
}
.editor-area ul:last-child {
  margin-bottom: 0;
}
.editor-area ul li ul {
  margin: 0;
  list-style-type: circle;
}
.editor-area ul li ul li ul {
  list-style-type: square;
}
.editor-area ul li ol {
  margin: 0;
}
.editor-area ol {
  margin: 1.5em 0 1.5em;
  list-style-type: decimal;
  padding-left: 1.5em;
}
.editor-area ol:first-child {
  margin-top: 0;
}
.editor-area ol:last-child {
  margin-bottom: 0;
}
.editor-area ol li ol {
  margin: 0;
  list-style-type: lower-alpha;
}
.editor-area ol li ol li ol {
  list-style-type: lower-roman;
}
.editor-area ol li ul {
  margin: 0;
}
.editor-area .wp-block-image {
  margin-left: auto;
  margin-right: auto;
}
.editor-area .wp-block-media-text {
  margin-top: 2em;
  margin-bottom: 2em;
}
.editor-area .wp-block-media-text .wp-block-media-text__media {
  margin-right: 10px;
}
.editor-area .wp-block-media-text .wp-block-media-text__content {
  margin-left: 10px;
  padding-left: 0;
  padding-right: 0;
  align-self: start;
}
.editor-area .wp-block-media-text .wp-block-media-text__content .has-large-font-size {
  font-size: 1.8rem;
  line-height: 1.5;
}
.editor-area .wp-block-media-text.is-vertically-aligned-center {
  margin-left: 10px;
}
.editor-area .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content {
  align-self: center;
}
.editor-area .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content {
  align-self: end;
}
.editor-area .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  margin-right: 0;
  margin-left: 10px;
}
.editor-area .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  margin-left: 0;
  margin-right: 10px;
}
.editor-area .wp-block-table,
.editor-area .wp-block-flexible-table-block-table {
  margin: 2em 0 2em;
}
.editor-area .wp-block-table table,
.editor-area .wp-block-flexible-table-block-table table {
  width: 100%;
}
.editor-area .wp-block-table table tr th,
.editor-area .wp-block-flexible-table-block-table table tr th {
  border: solid 1px #e5e5e5;
  padding: 15px;
  background: #f5f5f5;
}
.editor-area .wp-block-table table tr td,
.editor-area .wp-block-flexible-table-block-table table tr td {
  border: solid 1px #e5e5e5;
  padding: 15px;
}
.editor-area .wp-block-table.is-scroll-on-pc,
.editor-area .wp-block-flexible-table-block-table.is-scroll-on-pc {
  overflow-y: hidden !important;
}
.editor-area .wp-block-table.is-scroll-on-pc table tr th,
.editor-area .wp-block-flexible-table-block-table.is-scroll-on-pc table tr th {
  white-space: nowrap;
}
.editor-area .wp-block-table.is-scroll-on-pc table tr td,
.editor-area .wp-block-flexible-table-block-table.is-scroll-on-pc table tr td {
  white-space: nowrap;
}
.editor-area .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 0.5em)));
}
.editor-area .wp-block-columns {
  margin: 2em 0 2em;
}
.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
  background: transparent;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

.header-wrap {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 80;
}
.header-wrap .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-wrap: nowrap;
  height: 18.75vw;
}
.header-wrap .header-inner header {
  padding: 4.0625vw 3.125vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.header-wrap .header-inner header .header a {
  display: block;
  color: #333;
}
.header-wrap .header-inner header .header a .img {
  max-width: 51.25vw;
  margin-bottom: 1.5625vw;
}
.header-wrap .header-inner header .header a img {
  display: block;
}
.header-wrap .header-inner header .header a .txt {
  font-size: 3.125vw;
  line-height: 1.5;
}
.header-wrap .header-inner nav {
  flex-basis: 15.625vw;
  height: 100%;
}
.header-wrap .header-inner nav .nav {
  height: 100%;
}
.header-wrap .header-inner nav .nav .sp-menu {
  width: 100%;
  height: 100%;
  background: #413d3c;
  color: #fff;
  position: relative;
}
.header-wrap .header-inner nav .nav .sp-menu .bars {
  display: block;
  width: 9.375vw;
  height: 6.875vw;
  position: absolute;
  left: 3.125vw;
  top: 5.9375vw;
}
.header-wrap .header-inner nav .nav .sp-menu .bars .bar {
  display: block;
  width: 100%;
  height: 0.625vw;
  position: absolute;
  left: 0;
  background: #fff;
}
.header-wrap .header-inner nav .nav .sp-menu .bars .bar:nth-of-type(1) {
  top: 0;
}
.header-wrap .header-inner nav .nav .sp-menu .bars .bar:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}
.header-wrap .header-inner nav .nav .sp-menu .bars .bar:nth-of-type(3) {
  top: 100%;
}
.header-wrap .header-inner nav .nav .sp-menu.active + .menu {
  translate: 0 0;
}
.header-wrap .header-inner nav .nav .menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  translate: 100% 0;
  transition: 0.2s;
  z-index: 95;
  overflow-y: auto;
  padding-bottom: 15.625vw;
}
.header-wrap .header-inner nav .nav .menu .menu-close {
  width: 100%;
  height: 18.75vw;
}
.header-wrap .header-inner nav .nav .menu .menu-close .close {
  display: block;
  margin-left: auto;
  width: 15.625vw;
  height: 100%;
  position: relative;
  background: #413d3c;
}
.header-wrap .header-inner nav .nav .menu .menu-close .close::before {
  content: "";
  display: block;
  position: absolute;
  left: 3.125vw;
  right: 3.125vw;
  height: 0.625vw;
  background: #fff;
  top: 50%;
  rotate: 45deg;
}
.header-wrap .header-inner nav .nav .menu .menu-close .close::after {
  content: "";
  display: block;
  position: absolute;
  left: 3.125vw;
  right: 3.125vw;
  height: 0.625vw;
  background: #fff;
  top: 50%;
  rotate: -45deg;
}
.header-wrap .header-inner nav .nav .menu ul {
  padding: 6.25vw;
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-wrap: wrap;
}
.header-wrap .header-inner nav .nav .menu ul li {
  flex-basis: 48%;
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 48%;
  margin-bottom: 3.125vw;
}
.header-wrap .header-inner nav .nav .menu ul li a {
  color: #fff;
}
.header-wrap .header-inner nav .nav .menu .en {
  font-size: 100%;
}
.header-wrap .header-inner nav .nav .menu .sub {
  font-size: 80%;
}

.container {
  overflow: hidden;
}

.header_slider_image {
  padding: 6.25vw 3.125vw 9.375vw;
}

.slider_text {
  padding: 3.75vw;
  text-align: center;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.75;
}

.other_slider_wrap {
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-wrap: nowrap;
  gap: 3.125vw;
}

.second_slider {
  flex-basis: 56.875vw;
  flex-shrink: 1;
  flex-grow: 0;
  max-width: 56.875vw;
}

.third_slider {
  flex-basis: 33.75vw;
  flex-shrink: 1;
  flex-grow: 0;
  max-width: 33.75vw;
}

.first_slider ul li,
.second_slider ul li,
.third_slider ul li {
  display: none;
}
.first_slider ul li:first-child,
.second_slider ul li:first-child,
.third_slider ul li:first-child {
  display: block;
}
.first_slider ul.slick-initialized li,
.second_slider ul.slick-initialized li,
.third_slider ul.slick-initialized li {
  display: block;
}

.title_wrap {
  text-align: center;
  padding-bottom: 6.25vw;
}
.title_wrap h2 {
  font-size: 5.625vw;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.title_wrap h2::first-letter {
  color: #0062b0;
}
.title_wrap .sub {
  font-size: 3.125vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.catch_copy {
  text-align: center;
  font-weight: 500;
  font-size: 4.0625vw;
  line-height: 1.75;
  padding-top: 6.25vw;
}
.catch_copy strong {
  color: #0062b0;
}

.subtitle {
  padding: 12.5vw 0 9.375vw;
  text-align: center;
  font-weight: 700;
  font-size: 4.0625vw;
  line-height: 1.75;
}

.text_center {
  text-align: center;
}

.circle_column {
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-wrap: nowrap;
  gap: 3.125vw;
  padding: 6.25vw 3.125vw 9.375vw;
}
.circle_column .circle {
  background: #102c62;
  color: #fff;
  font-size: 4.375vw;
  line-height: 1.5;
  text-align: center;
  flex-basis: 29.0625vw;
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 29.0625vw;
  height: 29.0625vw;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.circle_column .circle strong {
  font-size: 7.8125vw;
  line-height: 1;
  color: #d0a900;
  font-weight: 400;
}

.link {
  margin: 3em 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.link a {
  display: inline-block;
  background: #0062b0;
  color: #fff;
  padding: 3.125vw 6.25vw;
}

.news_wrap {
  padding: 6.25vw 3.125vw 9.375vw;
}
.news_wrap .news {
  border: solid 1px #808080;
}
.news_wrap dl {
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: nowrap;
  padding: 5vw 3.125vw;
}
.news_wrap dl + dl {
  padding-top: 0;
}
.news_wrap dt {
  flex-basis: 8em;
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 8em;
}
.news_wrap dd {
  flex-basis: calc(100% - 8em);
  flex-shrink: 0;
  flex-grow: 0;
  max-width: calc(100% - 8em);
}

.newhouse_wrap {
  padding: 6.25vw 3.125vw 9.375vw;
}

.house_concept {
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-wrap: nowrap;
}
.house_concept + .house_concept {
  margin-top: 15.625vw;
}
.house_concept h3 {
  font-size: 5.9375vw;
  line-height: 1.5;
  font-weight: 700;
  margin-right: 4.375vw;
  writing-mode: vertical-rl;
  position: relative;
  z-index: 1;
}
.house_concept h3 .strong {
  color: #0062b0;
}
.house_concept:nth-of-type(2n) h3 {
  order: 2;
}
.house_concept:nth-of-type(2n) .house_data .bg_sukashi {
  right: initial;
  left: 0;
}

.house_data {
  position: relative;
}
.house_data .txt {
  position: relative;
  z-index: 1;
}
.house_data .img {
  margin-top: 8.125vw;
  position: relative;
  z-index: 1;
}
.house_data .bg_sukashi {
  position: absolute;
  right: 0;
  top: 4.375vw;
  font-size: 30.625vw;
  line-height: 0.8;
  color: #dddddd;
  writing-mode: vertical-rl;
  z-index: 0;
  white-space: nowrap;
}

.modelhouse_wrap {
  padding: 6.25vw 0 9.375vw;
  position: relative;
  z-index: 1;
}
.modelhouse_wrap .modelhouse + .modelhouse {
  margin-top: 9.375vw;
}
.modelhouse_wrap .img {
  margin-bottom: 3.125vw;
}
.modelhouse_wrap .img img {
  display: block;
  margin: 0 auto;
}
.modelhouse_wrap .data {
  padding: 0 3.125vw;
  font-size: 3.75vw;
  line-height: 1.75;
}
.modelhouse_wrap h3 {
  font-size: 4.375vw;
  line-height: 1.75;
  font-weight: 700;
  margin-bottom: 1.5625vw;
}
.modelhouse_wrap h3 .strong {
  color: #0062b0;
}

.landplan_wrap {
  padding: 6.25vw 3.125vw 9.375vw;
}
.landplan_wrap .img {
  margin-bottom: 3.125vw;
}
.landplan_wrap .img img {
  display: block;
  margin: 0 auto;
}

.map_wrap {
  padding: 6.25vw 3.125vw 9.375vw;
}
.map_wrap .map {
  height: 78.125vw;
  position: relative;
}
.map_wrap .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.location_wrap {
  padding: 6.25vw 0 9.375vw;
}

.walk_time {
  text-align: center;
  margin: 0 0 1em;
}
.walk_time span {
  border-bottom: solid 1px #939393;
  display: inline-block;
}
.walk_time strong {
  font-size: 5.625vw;
  line-height: 1.75;
}

.nearby_facilities {
  display: flex;
  justify-content: space-between;
  align-items: initial;
  flex-wrap: wrap;
}
.nearby_facilities .facility {
  flex-basis: 49.375%;
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 49.375%;
  margin-bottom: 3.125vw;
  font-size: 3.125vw;
  line-height: 1.75;
}
.nearby_facilities .img {
  margin-bottom: 1.5625vw;
}
.nearby_facilities .img img {
  display: block;
  margin: 0 auto;
}
.nearby_facilities h3 {
  padding: 0 1.5625vw;
}

.createhouse_wrap {
  padding: 6.25vw 0 9.375vw;
}
.createhouse_wrap .title_wrap {
  background: #102c62;
  color: #fff;
  padding: 12.5vw 0 15.625vw;
}
.createhouse_wrap .title_wrap h2::first-letter {
  color: #fff;
}

.brand {
  padding: 0 3.125vw;
}
.brand a {
  color: #333;
  display: block;
}
.brand + .brand {
  margin-top: 9.375vw;
}
.brand .img {
  margin-bottom: 4.6875vw;
}
.brand .img img {
  display: block;
  margin: 0 auto;
}
.brand h3 {
  font-size: 4.375vw;
  line-height: 1.75;
  font-weight: 700;
}

.sampleplan_wrap {
  padding: 6.25vw 3.125vw 9.375vw;
}
.sampleplan_wrap .kanaera_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.sampleplan_wrap .kanaera_title .img {
  flex-basis: 15.625vw;
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 15.625vw;
  margin-right: 3.125vw;
}
.sampleplan_wrap .kanaera_title .img img {
  display: block;
}
.sampleplan_wrap .kanaera_title .name {
  font-size: 4.375vw;
  line-height: 1.75;
  font-weight: 700;
}
.sampleplan_wrap .kanaera_madori {
  margin: 6.25vw 0;
}
.sampleplan_wrap .kanaera_madori img {
  display: block;
  margin: 0 auto;
}
.sampleplan_wrap .price_wrap {
  display: flex;
  justify-content: space-between;
  align-items: inherit;
  flex-wrap: nowrap;
  position: relative;
}
.sampleplan_wrap .price_box {
  flex-basis: 48%;
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 48%;
  background: #102c62;
  color: #fff;
  padding: 3.125vw 1.5625vw;
}
.sampleplan_wrap .price_box .name {
  background: #fff;
  border: solid 0.3125vw #d0a900;
  padding: 1.5625vw;
  text-align: center;
  color: #333;
  margin-bottom: 1.5625vw;
}
.sampleplan_wrap .price_box .data {
  font-size: 3.4375vw;
  line-height: 1.5;
  margin-bottom: 3.125vw;
}
.sampleplan_wrap .price_box .data span {
  font-size: 2.8125vw;
  line-height: 1.5;
}
.sampleplan_wrap .price_box .price {
  text-align: center;
  font-size: 3.4375vw;
  line-height: 1.5;
}
.sampleplan_wrap .price_box .price strong {
  font-size: 7.1875vw;
  line-height: 1;
  color: #cea700;
}
.sampleplan_wrap .plus {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 1;
  width: 4.6875vw;
  height: 4.6875vw;
}
.sampleplan_wrap .plus img {
  display: block;
  width: 100%;
  height: auto;
}
.sampleplan_wrap .equal {
  margin: 4.6875vw 0;
}
.sampleplan_wrap .equal img {
  display: block;
  width: 4.6875vw;
  height: 4.6875vw;
  margin: 0 auto;
}
.sampleplan_wrap ruby rt {
  font-size: 2.1875vw;
  line-height: 1.5;
}
.sampleplan_wrap .total_wrap {
  padding: 0 3.125vw;
}
.sampleplan_wrap .total_wrap dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.sampleplan_wrap .total_wrap dl + dl {
  margin-top: 4.6875vw;
}
.sampleplan_wrap .total_wrap dl dt {
  background: #fff;
  border: solid 0.3125vw #d0a900;
  padding: 1.5625vw;
  text-align: center;
  flex-basis: 46.4%;
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 46.4%;
}
.sampleplan_wrap .total_wrap dl dd {
  margin-left: 6.25vw;
  font-size: 3.75vw;
  line-height: 1.5;
}
.sampleplan_wrap .total_wrap dl dd strong {
  font-size: 7.1875vw;
  line-height: 1.5;
  color: #0062b0;
}
.sampleplan_wrap .remark {
  margin: 6.25vw 6.25vw 6.25vw;
  font-size: 3.125vw;
  line-height: 1.5;
}

.outline_wrap {
  padding: 6.25vw 3.125vw 9.375vw;
}
.outline_wrap th {
  width: 28.125vw;
  padding: 3.125vw 3.4375vw 3.125vw 0;
  position: relative;
  vertical-align: top;
}
.outline_wrap th::after {
  content: "";
  display: block;
  position: absolute;
  right: 1.5625vw;
  top: 1.5625vw;
  bottom: 1.5625vw;
  width: 0.3125vw;
  background: #fff;
}
.outline_wrap td {
  padding: 3.125vw 0;
}
.outline_wrap td .link {
  margin: 1em 0;
  font-size: 3.75vw;
  line-height: 1;
}
.outline_wrap td .link a {
  display: block;
}

.footer {
  border-top: solid 0.3125vw #fff;
  padding-top: 12.5vw;
  padding-bottom: 6.25vw;
}
.footer .logo {
  margin-bottom: 6.25vw;
}
.footer .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer .credit {
  font-size: 3.75vw;
  line-height: 1.75;
  text-align: center;
}
.footer .link a {
  display: inline-block;
  padding: 10px 20px;
  background: #666;
  color: #fff;
  font-size: 80%;
}

.fixed_menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 15.625vw;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  flex-wrap: nowrap;
  font-size: 3.125vw;
  line-height: 1.5;
  z-index: 90;
}
.fixed_menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  color: #fff;
  height: 100%;
  font-weight: 700;
}
.fixed_menu .tel {
  height: 100%;
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 50%;
}
.fixed_menu .tel a {
  background: #413d3c;
}
.fixed_menu .tel .num {
  font-size: 5.625vw;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.fixed_menu .tel .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5625vw;
}
.fixed_menu .tel .icon img {
  display: block;
}
.fixed_menu .tel .txt {
  text-align: center;
  margin-top: 1.5625vw;
}
.fixed_menu .welcome {
  height: 100%;
  flex-basis: 25%;
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 25%;
  text-align: center;
  font-size: 3.75vw;
  line-height: 1.5;
}
.fixed_menu .welcome span {
  display: block;
  font-size: 3.125vw;
  line-height: 1.5;
}
.fixed_menu .welcome a {
  background: #102c62;
}
.fixed_menu .document {
  height: 100%;
  flex-basis: 25%;
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 25%;
  font-size: 3.75vw;
  line-height: 1.5;
}
.fixed_menu .document a {
  background: #5d0800;
}

@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 60px;
  }
  body {
    font-size: 1.6rem;
    line-height: 1.75;
    padding: 60px 0 0;
  }
  .header-wrap .header-inner {
    height: 60px;
    align-items: center;
  }
  .header-wrap .header-inner header {
    padding: 10px 10px 10px 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  .header-wrap .header-inner header .header a {
    display: block;
    color: #333;
  }
  .header-wrap .header-inner header .header a .img {
    max-width: initial;
    margin-bottom: 5px;
  }
  .header-wrap .header-inner header .header a img {
    display: block;
  }
  .header-wrap .header-inner header .header a .txt {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .header-wrap .header-inner nav {
    flex-basis: initial;
    height: auto;
    padding: 10px 40px 10px 10px;
  }
  .header-wrap .header-inner nav .nav .sp-menu {
    display: none;
  }
  .header-wrap .header-inner nav .nav .menu {
    position: static;
    background: none;
    translate: 0;
    overflow-y: initial;
  }
  .header-wrap .header-inner nav .nav .menu .menu-close {
    display: none;
  }
  .header-wrap .header-inner nav .nav .menu ul {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: initial;
    flex-wrap: nowrap;
  }
  .header-wrap .header-inner nav .nav .menu ul li {
    flex-basis: initial;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: initial;
    margin-bottom: 0;
    text-align: center;
  }
  .header-wrap .header-inner nav .nav .menu ul li + li {
    margin-left: 1em;
  }
  .header-wrap .header-inner nav .nav .menu ul li a {
    color: #333;
  }
  .header-wrap .header-inner nav .nav .menu .en {
    display: none;
  }
  .header-wrap .header-inner nav .nav .menu .en::first-letter {
    color: #102c62;
  }
  .container {
    max-width: 1280px;
    margin: 0 auto;
    overflow: initial;
  }
  .header_slider_image {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    flex-wrap: nowrap;
  }
  .slider_text {
    padding: 20px 0;
    font-size: 2rem;
    line-height: 1.75;
  }
  .first_slider {
    flex-basis: 72%;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 72%;
  }
  .other_slider_wrap {
    flex-basis: 22%;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 22%;
    flex-direction: column;
    gap: 0;
  }
  .second_slider {
    flex-basis: initial;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: initial;
  }
  .third_slider {
    flex-basis: initial;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: initial;
  }
  .title_wrap {
    padding-bottom: 40px;
  }
  .title_wrap h2 {
    font-size: 3.5rem;
    line-height: 1.5;
  }
  .title_wrap .sub {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .catch_copy {
    font-size: 2.6rem;
    line-height: 1.75;
    padding-top: 40px;
  }
  .subtitle {
    padding: 40px 0;
    font-size: 2.6rem;
    line-height: 1.75;
  }
  .text_center {
    text-align: center;
  }
  .circle_column {
    gap: 20px;
    padding: 10px 0 60px;
    justify-content: center;
  }
  .circle_column .circle {
    font-size: 1.4rem;
    line-height: 1.5;
    flex-basis: 100px;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 100px;
    height: 100px;
  }
  .circle_column .circle strong {
    font-size: 2.5rem;
    line-height: 1;
  }
  .link {
    margin: 3em 0;
  }
  .link a {
    padding: 20px 40px;
  }
  .news_wrap {
    padding: 60px 0 60px;
  }
  .news_wrap .news {
    max-width: 756px;
    margin: 0 auto;
  }
  .news_wrap dl {
    padding: 20px;
  }
  .news_wrap dl + dl {
    padding-top: 0;
  }
  .concept_wrap .body_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 20px;
  }
  .concept_wrap .body_wrap .text_center br {
    display: none;
  }
  .newhouse_wrap {
    padding: 60px 0 60px;
  }
  .house_concept {
    display: flex;
    justify-content: space-between;
    align-items: initial;
    flex-wrap: nowrap;
  }
  .house_concept + .house_concept {
    margin-top: 60px;
  }
  .house_concept h3 {
    font-size: 4rem;
    line-height: 1.5;
    margin-right: 40px;
    flex-basis: 60px;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 60px;
    white-space: nowrap;
  }
  .house_concept .house_data {
    flex-basis: calc(100% - 60px);
    flex-shrink: 0;
    flex-grow: 0;
    max-width: calc(100% - 60px);
  }
  .house_concept .house_data .txt br {
    display: none;
  }
  .house_concept:nth-of-type(2n) h3 {
    order: 2;
    margin-left: 40px;
    margin-right: 0;
  }
  .house_concept:nth-of-type(2n) .house_data {
    padding-left: 100px;
  }
  .house_concept:nth-of-type(2n) .house_data .bg_sukashi {
    right: initial;
    left: 0;
  }
  .house_concept:nth-of-type(2n) .txt {
    text-align: right;
  }
  .house_data .img {
    margin-top: 40px;
  }
  .house_data .bg_sukashi {
    top: 40px;
    font-size: 12rem;
    line-height: 0.8;
  }
  .modelhouse_wrap {
    padding: 60px 0 60px;
  }
  .modelhouse_wrap .modelhouse + .modelhouse {
    margin-top: 60px;
  }
  .modelhouse_wrap .modelhouse {
    display: flex;
    justify-content: space-between;
    align-items: initial;
    flex-wrap: nowrap;
  }
  .modelhouse_wrap .modelhouse:nth-of-type(2n) .img {
    order: 2;
  }
  .modelhouse_wrap .modelhouse:nth-of-type(2n) .data {
    order: 1;
  }
  .modelhouse_wrap .img {
    margin-bottom: 0;
    flex-basis: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 50%;
  }
  .modelhouse_wrap .data {
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.75;
    flex-basis: 46%;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 46%;
  }
  .modelhouse_wrap h3 {
    font-size: 2rem;
    line-height: 1.75;
    margin-bottom: 20px;
  }
  .landplan_wrap {
    padding: 60px 0 60px;
  }
  .landplan_wrap .img {
    margin: 0 auto;
    max-width: 800px;
  }
  .map_wrap {
    padding: 60px 0 60px;
  }
  .map_wrap .map {
    height: 300px;
  }
  .location_wrap {
    padding: 6.25vw 0 9.375vw;
  }
  .walk_time strong {
    font-size: 4rem;
    line-height: 1.75;
  }
  .nearby_facilities .facility {
    flex-basis: 30%;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 30%;
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .nearby_facilities .img {
    margin-bottom: 5px;
  }
  .nearby_facilities h3 {
    padding: 0;
  }
  .createhouse_wrap {
    padding: 60px 0 60px;
  }
  .createhouse_wrap .title_wrap {
    padding: 40px 0 40px;
  }
  .createhouse_wrap .catch_copy {
    font-size: 2rem;
    line-height: 1.75;
  }
  .createhouse_wrap .catch_copy br {
    display: none;
  }
  .brand_wrap {
    display: flex;
    justify-content: space-between;
    align-items: initial;
    flex-wrap: nowrap;
  }
  .brand {
    padding: 0;
    flex-basis: 23%;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 23%;
  }
  .brand + .brand {
    margin-top: 0;
  }
  .brand .img {
    margin-bottom: 10px;
  }
  .brand h3 {
    font-size: 2rem;
    line-height: 1.75;
  }
  .sampleplan_wrap {
    padding: 6.25vw 3.125vw 9.375vw;
  }
  .sampleplan_wrap .catch_copy img {
    width: auto;
    height: 50px;
  }
  .sampleplan_wrap .kanaera_wrap {
    display: flex;
    justify-content: center;
    align-items: initial;
    flex-wrap: nowrap;
    gap: 40px;
  }
  .sampleplan_wrap .kanaera_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  .sampleplan_wrap .kanaera_title .img {
    flex-basis: 100px;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 100px;
    margin-right: 20px;
  }
  .sampleplan_wrap .kanaera_title .img img {
    width: 100%;
    height: auto;
  }
  .sampleplan_wrap .kanaera_title .name {
    font-size: 2.6rem;
    line-height: 1.75;
  }
  .sampleplan_wrap .kanaera_madori {
    margin: 0 0 40px;
  }
  .sampleplan_wrap .kanaera_madori img {
    width: 600px;
    height: auto;
  }
  .sampleplan_wrap .price_plan_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  .sampleplan_wrap .price_wrap {
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    flex-wrap: nowrap;
    position: relative;
    flex-basis: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 50%;
  }
  .sampleplan_wrap .price_box {
    flex-basis: 48%;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 48%;
    padding: 20px;
  }
  .sampleplan_wrap .price_box .name {
    border: solid 2px #d0a900;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .sampleplan_wrap .price_box .data {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: center;
  }
  .sampleplan_wrap .price_box .data span {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .sampleplan_wrap .price_box .price {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .sampleplan_wrap .price_box .price strong {
    font-size: 3rem;
    line-height: 1;
  }
  .sampleplan_wrap .plus {
    width: 30px;
    height: 30px;
  }
  .sampleplan_wrap .plus img {
    display: block;
    width: 100%;
    height: auto;
  }
  .sampleplan_wrap .equal {
    margin: 0;
    flex-basis: 10%;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 10%;
  }
  .sampleplan_wrap .equal img {
    width: 30px;
    height: 30px;
    rotate: 90deg;
  }
  .sampleplan_wrap ruby rt {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .sampleplan_wrap .total_wrap {
    padding: 0;
    flex-basis: 40%;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 40%;
  }
  .sampleplan_wrap .total_wrap dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
  }
  .sampleplan_wrap .total_wrap dl + dl {
    margin-top: 20px;
  }
  .sampleplan_wrap .total_wrap dl dt {
    border: solid 2px #d0a900;
    padding: 20px;
    font-size: 2rem;
    line-height: 1.5;
    flex-basis: 46.4%;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 46.4%;
  }
  .sampleplan_wrap .total_wrap dl dd {
    margin-left: 20px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .sampleplan_wrap .total_wrap dl dd strong {
    font-size: 3rem;
    line-height: 1.5;
    color: #0062b0;
  }
  .sampleplan_wrap .remark {
    margin: 20px 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .outline_wrap {
    padding: 40px 0;
  }
  .outline_wrap table {
    width: initial;
    margin: 0 auto;
  }
  .outline_wrap th {
    width: 8em;
    padding: 10px 10px 10px 0;
  }
  .outline_wrap th::after {
    right: 5px;
    top: 5px;
    bottom: 5px;
    width: 1px;
  }
  .outline_wrap td {
    padding: 10px 0;
  }
  .outline_wrap td .link {
    margin: 1em 0;
    font-size: 1.4rem;
    line-height: 1;
    text-align: left;
  }
  .outline_wrap td .link a {
    display: inline-block;
    padding: 10px 40px;
  }
  .footer {
    border-top: solid 1px #fff;
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .footer .logo {
    margin-bottom: 20px;
  }
  .footer .logo img {
    display: block;
    width: auto;
    height: 50px;
    margin: 0 auto;
  }
  .footer .credit {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .fixed_menu {
    height: 60px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .fixed_menu .tel {
    display: none;
  }
  .fixed_menu .tel .num {
    font-size: 2rem;
    line-height: 1;
  }
  .fixed_menu .tel .icon {
    margin-right: 5px;
  }
  .fixed_menu .tel .txt {
    margin-top: 5px;
  }
  .fixed_menu .welcome {
    font-size: 1.8rem;
    line-height: 1;
    flex-basis: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 50%;
  }
  .fixed_menu .welcome span {
    font-size: 1.2rem;
    line-height: 1;
  }
  .fixed_menu .document {
    font-size: 1.8rem;
    line-height: 1;
    flex-basis: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 50%;
  }
}/*# sourceMappingURL=style.css.map */