@charset "UTF-8";

/*========================================
reset.css
=========================================\*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}





/*========================================
modelroom-style.css
=========================================\*/
body {
  font-family:"Noto Sans JP", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #222;
  font-size: 18px;
}
p {
  line-height: 1.8;
}
a {
  transition: all 0.8s;
}
a:hover {
  opacity: 0.8;
}
h1 { font-size: 56px; }
h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 3.2rem;
}
h3 {
  font-size: 24px;
  margin-bottom: 0.75rem;
}
h4 { font-size: 18px; }

p {
  margin-bottom: .75rem;
}

.clear {
  clear: both;
}
.center {
  text-align: center;
}
.flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.l-content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 0;
}


/* ナビゲーションメニュー */
header {
  padding: 0 18px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 10;
  box-shadow: 0 0 12px #bfbfbf;
}

.l-header-logo {
  float: left;
  width: 150px;
  height: 70px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  align-items:center;
}
.l-header-logo img {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}
nav {
  float: right;
}
nav ul {
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
  height: 70px;
}

nav li a {
  padding: 0 1.5rem 0 0.5rem;
  text-decoration: none;
  color: #222;
}
nav li:last-child {
  border: none;
}

.l-mainvisual {
  height: 500px;
  background: url(../img/main-image.jpg) no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
.copy-area {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px #000000b8;
}
.copy-area h1 .sub-copy {
  font-size: 24px;
  color: #ADDF39;
  display: block;
}

/* ステップエリア */
.step {
  padding: 2.6rem;
  text-align: center;
  background: url(../img/city.png) no-repeat;
  background-color: #E1E1E1;
  background-position: bottom right;
  position: relative;
}
.step::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -70px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #E1E1E1 transparent transparent transparent;
  border-width: 40px 100px;
}
.step span {
    font-size: 24px;
    color: #8FB23C;
    font-weight: bold;
}
.step p {
  font-size: 32px;
  font-weight: bold;
}
.step > p > span {
  font-size: 56px;
  color: #222;
}
#step4 .step {
  padding: 1.4rem;
}

/* モデルルーム見学者の声 */

.voice-area ul {
  flex-direction: column;
}
.voice-area ul li {
  width: 100%;
  border: 4px solid #8FB23C;
  border-radius: 10px;
  padding: 0.8rem;
  margin-bottom: 1rem;
}
p.voice-title {
  font-weight: bold;
  font-size: 22px;
  height: 3.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voice-title span {
  background: linear-gradient(#fff 50%, #fbff17 50%); 
}
.list-area li span {
  background: linear-gradient(#f7f7f7 50%, #fbff17 50%);
}
.voice-wrap{
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.voice-name {
  margin: 0.75rem 0 0;
  font-size: 20px;
  font-weight: bold;
  color: #222;
}
.voice-name span {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  padding-right: 8px;
}
.voice-area ul.list-area{
  background-color: #f7f7f7;
  padding: .5em;
  border-radius: 5px;
}
.voice-area ul.list-area li{
  border: 0px;
  margin-bottom: 1em;
  list-style: inside;
  margin-left: .5em;
  padding: .3rem;
  font-size: 16px;
  border-radius: 0;
  border-bottom: 1px solid #e4e4e4;
}
.voice-area ul.list-area li:last-child{
  border-bottom: 0;
  margin-bottom: .25em;
}
.voice-left,
.voice-right{
  width: 50%;
}
.welcome-area img {
  margin: 0 auto;
}
#step2 {
  position: relative;
}
#step2::before {
  font-family: Font Awesome\ 5 Free, FontAwesome;
  font-weight: bold;
  content: '\f52b';
  font-size: 3.5rem;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  right: 0;
  color: #8FB23C;
}
.point-area{
  background: #8FB23C;
  border-radius: 20px;
  padding: 24px;
  color: #fff;
  padding: 24px 32px;
  position: relative;
  font-size: 16px;
}
.point-area span {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

/* ご契約者様の声　バナー */
.bnr-area img{
  margin: 1.5em auto;
}

/* 住まいのアドバイザーをご紹介！ */
.adviser-headline {
  color: #fff;
}
.adviser-area {
  align-items:flex-start;
}
.adviser-area img {
  width: 50%;
  align-self: flex-start;
  flex-shrink: 0;
}
.adviser-info {
  margin-left: auto;
  color: #fff;
}
.adviser-info .name {
  text-align: right;
}
.name > span {
  padding-right: 1rem;
}
.name ruby rb {
  font-size: 40px;
  font-weight: bold;
}
.name ruby rt {
  text-align: center;
  letter-spacing: 8px;
  font-size: 12px;
}
.qualification {
    margin-left: auto;
    width: 400px;
}
.adviser-bg {
    background: url(../img/okamoto-bg.jpg) no-repeat;
    background-size: cover;
}

.flow {
  padding: 80px 0;
  background: #F4F3E5;
}
.flow ul {
  padding: 0;
  max-width: 1300px;
  margin: 0 auto;
}
.flow ul li:nth-child(odd) img {
  flex-shrink: 0;
}
.flow-text {
  position: relative;
}


.flow01:before { content: '01'}
.flow02:before { content: '02'}
.flow03:before { content: '03'}
.flow04:before { content: '04'}
.flow05:before { content: '05'}
.flow06:before { content: '06'}
.flow07:before { content: '07'}

.flow05 span {
	font-size: 0.8em;
}
.flow .point {
  max-width: 1080px;
  margin: 0 auto;
}

.point {
  background: #8FB23C;
  border-radius: 20px;
  padding: 24px;
  color: #fff;
  padding: 24px 32px;
  position: relative;
  font-size: 16px;
}
.point-text span {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
.point img {
  position: absolute;
  right: 0;
  bottom: 0;
}


/* エンブルで体感できる5つのこと */
.merit-area {
  margin-bottom: 6rem;
}
.merit-area ul {
  flex-wrap: wrap;
  justify-content: center;
}
.merit-area ul li {
  width: 30%;
  margin: 0 1rem 2rem;
  font-size: 1rem;
  position: relative;
}
.merit-area ul li:before {
    background: #222;
    width: 90px;
    height: 90px;
    background: url(../img/orange.png) no-repeat;
    position: absolute;
    top: -1rem;
    right: -1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #fff;
    background-size: contain;
}
.merit-area ul li:nth-child(1):before { content: '見る!'; }
.merit-area ul li:nth-child(2):before { content: '触れる!'; }
.merit-area ul li:nth-child(3):before { content: '選ぶ!'; }
.merit-area ul li:nth-child(4):before { content: '撮る!'; }
.merit-area ul li:nth-child(5):before { content: '知る!'; }


.attention {
  border: 1px solid #222;
  padding: 2rem;
}
.attention h3 {
  text-align: center;
}
.attention ul {
  width: 70%;
  margin: 0 auto;
}
.attention ul li {
  line-height: 1.8;
}


/* お問い合わせはこちら */
section#contact {
    margin-top: 70px;
}
.apartment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.apartment-list h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.apartment-list li {
  width: 49%;
  margin: 0 0px 32px 0;
}
.apartment-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.apartment-list-inner img {
    width: 200px;
    height: 200px;
    flex-shrink: 0;
}
.apartment-list-summary {
  padding-left: 16px;
  width: 100%;
}
a.btn {
  padding: 5px;
  display: block;
  margin-top: 5px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
    font-size: 16px;
}
a.btn:after {
    font-family: Font Awesome\ 5 Free, FontAwesome;
    font-weight: bold;
    margin-left: .5em;
    content: '\f054';
}
a.reserve {
  background: #E12626;
  border: 2px solid #E12626;
}
a.reserve:before {
  font-family: Font Awesome\ 5 Free, FontAwesome;
  font-weight: bold;
  margin-right: .5em;
  content: '\f52b';
}
a.reserve:hover {
  background: #fff;
  color: #E12626;
  border: 2px solid #E12626;
  opacity: 1;
}

a.request {
  background: #1f648c;
  border: 2px solid #1f648c;
}
a.request:before {
  font-family: Font Awesome\ 5 Free, FontAwesome;
  font-weight: bold;
  margin-right: .5em;
  content: '\f518';
}
a.request:hover {
  background: #fff;
  color: #1f648c;
  border: 2px solid #1f648c;
  opacity: 1;
}

a.mail {
  background: #1f648c;
  border: 2px solid #1f648c;
}
a.mail:before {
  font-family: Font Awesome\ 5 Free, FontAwesome;
  font-weight: bold;
  margin-right: .5em;
  content: '\f0e0';
}
a.mail:hover {
  background: #fff;
  color: #1f648c;
  border: 2px solid #1f648c;
  opacity: 1;
}

#page_top{
  width: 80px;
  height: 80px;
  position: fixed;
  right: 2%;
  bottom: 5%;
  background: #FF9200;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
  transition: 0.5s;
}
#page_top a:hover {
  opacity: 0.8;
}
#page_top a:before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  color: #fff;
  position: absolute;
  width: 80px;
  height: auto;
  font-size: 3rem;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/* フッター */
footer {
    padding: 2rem 0;
    background: #F4F3E5;
    font-size: 1rem;
}
footer .f-content {
  max-width: 1080px;
  margin: 0 auto;
}
.f-content p {
  margin-top: 1rem;
}
.f-content a {
  display: block;
  width: fit-content;
}
.copy {
  text-align: center;
  font-size: 0.8rem;
  padding: 5px 0;
}


@media screen and (min-width: 960px) {
  .sp {display: none; }
  #step1, #step2,
  #step3, #step4, #contact {
    margin-top: -70px;
    padding-top: 70px;
  }
  nav li {
    margin-right: 10px;
    border-right: 1px solid #222;
  }
  .adviser-area > div {
    margin: 0 1rem;
  }
  .flow ul li:nth-child(even) .flow-text {
    position: relative;
    top: 7rem;
    right: 3rem;
  }
  .flow ul li {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    position: relative;
    margin-bottom: 132px;
  }
  .flow ul li:nth-child(odd) {
    justify-content: flex-end;
  }
  .flow ul li:nth-child(even) {
    justify-content: flex-start;
  }
  .flow-text {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    background: #fff;
    padding: 48px 24px 48px;
    width: 580px;
    height: 340px;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: center;
  }
  .flow ul li:nth-child(odd) .flow-text {
    position: relative;
    top: 7rem;
    left: 3rem;
  }
  .flow ul li:nth-child(odd) .flow-text:before {
    font-size: 80px;
    font-weight: bold;
    position: absolute;
    top: -20%;
    left: 4%;
    border-bottom: 1px solid #8FB23C;
    line-height: 1.2;
    color: #8FB23C;
  }
  .flow ul li:nth-child(even) .flow-text:before {
    font-size: 80px;
    font-weight: bold;
    position: absolute;
    top: -20%;
    right: 4%;
    border-bottom: 1px solid #8FB23C;
    line-height: 1.2;
    color: #8FB23C;
  }
}

@media screen and (max-width: 960px) {

  body {
    font-size: 14px;
  }

  h1 {
    font-size: 40px;
    margin-bottom: 1rem;
  }
  h2 {
    font-size: 24px;
    margin-bottom: 1.5rem;
  }
  h3 {
    font-size: 18px;
  }
  p {
    line-height: 1.8;
  }
  .copy-area h1 .sub-copy {
    font-size: 16px;
  }

  header {
    margin: 0 18px;
    position: fixed;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    z-index: 1;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    display : block;
    position: fixed;
    right : 13px;
    top   : 5px;
    width : 45px;
    height: 45px;
    cursor: pointer;
    text-align: center;
    z-index: 1;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #8FB23C;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }

  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    background :#222;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background :#222;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  .hamburger span.menu {
    background: none;
    height: auto;
    bottom: -10px;
    left: 0;
    color: #222;
    font-size: 0.6rem;
    display: flex;
    justify-content: center;
    width: 100%;
    font-weight: bold;
  }
  nav.globalMenuSp {
    position: fixed;
    top  : 0;
    left : 0;
    color: #222;
    background: rgba(143,178,60,0.95);
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    padding: 45px 7.8125%;
    width: 100%;
    height: 100%;
    visibility: hidden;
  }

  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }

    nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration :none;
    font-size: 16px;
    border-bottom: 1px solid #b9dc6a;
    position: relative;
  }
  .y-logo {
    width: 150px;
    position: absolute;
    top: 22px;
    left: 10px;
  }
  nav.globalMenuSp ul li a:after {
    font-family: Font Awesome\ 5 Free, FontAwesome;
    font-weight: bold;
    margin-left: 1rem;
    content: '\f054';
    position: absolute;
    top: calc(50% - .5em);
    right: 1rem;
  }
  nav.globalMenuSp ul li:last-child a {
    border-bottom: none;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    opacity: 100;
    visibility: visible;
  }
  nav.globalMenuSp ul {
    flex-flow: column;
    justify-content: center;
    height: 100%;
  }

  html.is-fixed,
  html.is-fixed body {
    height: 100%;
    overflow: hidden;
  }

  /* スクロール時のズレを解消する */
  section, #contact {
    margin-top: -70px;
    padding-top: 120px;
}




  main {
    padding-top: 70px;
  }
  .l-content, .flow {
    padding: 40px 10px  ;
  }
  .step {
    background-position: bottom center;
    background-size: 40%;
    padding: 1.4rem 1rem;
  }
  .step span {
    font-size: 14px;
  }
  .step p {
    font-size: 22px;
  }
  .step::after {
    content: none;
  }
  .step > p > span {
    font-size: 2.4rem;
  }
  #step4 .step {
    padding: 1.4rem 0;
  }

  /* お客様の声 */
  .voice-area ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .welcome-area img {
    margin: 0 auto;
    width: 80%;
  }
  #step2::before {
    font-size: 2.5rem;
    top: 20px;
  }
  .point-area {
    padding: 1rem;
    border-radius: 10px;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  }
  .voice-left,
  .voice-right{
    width: 100%;
  }
  .voice-wrap{
    flex-direction: column;
  }
  p.voice-title {
    display: block;
    margin: 0em 0 2.5em;
  }
  .pc{
    display: none;
  }

  /* 住まいのアドバイザーをご紹介！ */
  .adviser-area  {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .adviser-area img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .qualification {
    width: 80%;
  }
  .name ruby rb {
    font-size: 32px;
  }
  .name ruby rt {
    font-size: 10px;
    margin-bottom: 1em;
  }

  /* モデルルーム見学の流れ */
  .flow ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .flow ul li {
    align-items: flex-start;
  }
  .flow ul li:nth-child(odd) .flow-text {
    order: 2;
  }
  .flow-text {
    background: #fff;
    padding: 3rem 1rem;
  }
  .flow-text:before {
    font-size: 72px;
    font-weight: bold;
    color: #8FB23C;
    line-height: 1.2;
    border-bottom: 1px solid #8FB23C;
    position: absolute;
    top: -50px;
  }
  .point {
    padding: 1rem;
    border-radius: 10px;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  }
  .point-text {
    width: 65%;
  }
  .point img {
    max-width: 160px;
    max-height: 160px;
    position: unset;
    display: flex;
    align-self: center;
  }
  .merit-area {
    margin: 0;
  }
  .merit-area ul li, .apartment-list li {
    width: 100%;
    margin: 0 1rem 1.2rem;
  }
  .merit-area ul li:before {
    top: 8px;
    right: 8px;
  }
  .attention {
    padding: 2rem 1.3rem;
    margin: 0 10px;
  }
  .attention ul {
    width: 100%;
    padding-left: 1rem;
  }
  .apartment-list li {
    width: 100%;
    margin: 0 0 32px 0;
  }
  .apartment-list-inner {
    display: block;
  }
  .apartment-list-inner img {
    width: 100%;
    height: auto;
  }
  .apartment-list-summary {
    padding: 10px 0 0 0;
  }
  a.btn {
    padding: 5px;
  }
  .apartment-list-inner img {
    object-fit: cover;
  }
  footer .f-content {
    margin: 0 10px;
  }
  .f-content img {
    margin: 0 auto;
  }

}

@media screen and (max-width: 415px) {
  .l-mainvisual {
    height: 90vh;
    background: url(../img/main-image-sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
