
@charset "UTF-8";


/*
* レイアウト
*/
#sitetop {
  color: #070707;
}


/*
* 見学予約受付フォーム
*/
#reserveform {
  position: relative;
}
#reserveform p.description {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#reserveform p.note {
  margin: 0 0 40px 0;
  padding: 0;
  color: #CA0C0C;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
/* 流れ */
#reserveform ul.flow {
  display: flex;
  align-items: stretch;
  gap: 40px;
  margin: 0 0 40px 0;
  padding: 0;
}
#reserveform ul.flow li {
  flex: 1;
  margin: 0;
  padding: 40px 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  background-color: rgba(240,131,0,0.33);
}
#reserveform ul.flow li.active {
  background-color: rgba(240,131,0,0.8);
}
/* フォーム */
#reserveform .formDate {
  width: 8em;
}
#reserveform .formName {
  width: 8em;
}
#reserveform .formZip {
  width: 8em;
}
#reserveform .prefadd{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
}
#reserveform .formAddress{
  flex: 1;
}
/* 購入情報 */
#reserveform .payDetail {
  background-color: #f7F7F7;
}
#reserveform .payDetail dl {
  display: grid;
  grid-template-columns: 14em 1fr;
  gap: 5px;
}
#reserveform .payDetail dt {
  font-weight: 700;
}
#reserveform .payDetail dd {
  display: flex;
  gap: 0 10px;
  justify-content: flex-end;
}
#reserveform .payDetail dd strong {
  min-width: 6em;
  text-align: right;
}
/* 同意 */
#reserveform .agreeCK {
  justify-content: center;
  gap: 10px;
  padding: 20px;
  font-size: 12px;
  font-weight: 400;
}
#reserveform .agreeCK::after {
  content: "必須";
      display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 16px;
    color: #EA5B13;
    font-weight: bold;
    border-radius: 30px;
    border: 1px solid #EA5B13;
    padding: 3px 14px;
    margin-left: 10px;
    text-align: center;

}
/* ボタン */
#reserveform .buttonWrap {
  margin-bottom: 80px;
}
/* 個人情報 */
#reserveform .pp {
  margin: 0 0 120px 0;
  font-size: 18px;
  font-weight: 400;
}
/* ログインフォーム */
#reserveform .passRemain {
	margin: -20px 0 20px 0;
	padding: 0;
	text-align: center;
}
#reserveform .passRemain a {
	font-size: 14px;
}












/*
* スマホ用
*/
@media screen and (max-width:993px){



  /*
  * レイアウト
  */
  #sitetop {

  }


  /*
  * artTitle
  */
  .artTitle {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 0 40px 0;
    padding: 12vw 0 0 0;
  }
  .artTitle small {
    left: calc(50% + 20vw);
    transform: translate(-50%, 0) rotate(20deg);
    font-size: 7vw;
    letter-spacing: 0;
  }
  .artTitle strong {
    font-size: 6vw;
    letter-spacing: 0;
  }


  /*
  * メインビジュアル
  */
  #mv {
    height: 100vw;
    margin: 0;
    padding: 0;
  }
  #mv h2 {
    position: absolute;
    top: 5px;
    left: 5px;
    gap: 5px;
    margin: 0;
    padding: 5px;
  }
  #mv h2 span {
    margin: 0 auto 0 0;
    padding: 5px 10px;
    font-size: 4vw;
  }
  #mv h2 strong {
    margin: 0 auto 0 0;
    padding: 0;
    font-size: 5vw;
  }
  #mv p.catch {
    bottom: 20vw;
    right: 5px;
    margin: 0 auto 0 0;
    padding: 10px;
    writing-mode: horizontal-tb;
    font-size: 5vw;
    letter-spacing: 0em;
    background-color: rgba(255,255,255,0.8);
  }


  /*
  * 予約導線ブロック
  */
  .inductionBlock {
    margin: 0 auto 80px auto;
  }
  /* 上部 */
  .inductionBlock .upper {
    padding: 40px 10px 20px 10px;
  }
  .inductionBlock .upper h3 {
    font-size: 6vw;
    letter-spacing: 0;
  }
  .inductionBlock .upper .sat {
    width: 10vw;
    height: 10vw;
    margin: 0 0 0 5px;
    border-width: 2px;
  }
  .inductionBlock .upper .sun {
    width: 10vw;
    height: 10vw;
    margin: 0 5px;
    border-width: 2px;
  }
  .inductionBlock .upper p {
    font-size: 4vw;
    letter-spacing: 0;
  }
  /* 下部 */
  .inductionBlock .lower {
    padding: 20px;
  }
  .inductionBlock .lower img.parts01 {
    right: 10px;
    width: 25vw;
  }
  .inductionBlock .lower a.phone {
    gap: 2vw;
    font-size: 8vw;
    letter-spacing: 0.1em;
  }
  .inductionBlock .lower a.phone img {
    width: 6vw;
  }
  .inductionBlock .lower p {
    margin: 0 0 20px 0;
    font-size: 5vw;
    letter-spacing: 0;
  }
  .inductionBlock .lower a.button {
    width: 100%;
    max-width: 100%;
  }
  /* 予約導線1 */
  #induction1 {
    margin-top: -40px;
  }


  /*
  * 動画
  */
  #movie {
    margin: 0 auto 80px auto;
  }


  /*
  * POINT
  */
  #point {
    margin: 0 auto 60px auto;
  }
  #point img.mainPict {
    margin: 0 0 20px 0;
  }
  #point p.description {
    margin: 0 0 40px 0;
    font-size: 16px;
    letter-spacing: 0;
  }
  /* リスト */
  #point ul.list {
    flex-direction: column;
    gap: 80px 20px;
    margin: 60px 0 0 0;
  }
  #point ul.list li {
    width: 100%;
    padding: 0;
  }
  #point ul.list h4 {
    transform: rotate(-7deg);
    font-size: 5vw;
  }
  #point ul.list p {
    width: 80vw;
    margin: -8vw auto 20px 0;
    padding: 8vw 6vw 4vw 6vw;
    font-size: 16px;
  }
  #point ul.list p::after {
    width: 80vw;
    height: 80vw;
  }
  #point ul.list .pict {
    width: 60vw;
    height: 46vw;
  }
  #point ul.list .pict::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(10deg);
    display: block;
    width: 100%;
    height: 100%;
    background-color: #354D0F;
    z-index: -1;
  }


  /*
  * CONCEPT
  */
  #concept {
    margin: 0 0 80px 0;
    padding: 40px 0;
  }
  #concept img.mainPict {
    margin: 0 0 60px 0;
  }
  /* リスト */
  #concept ul.list {
    flex-direction: column;
    gap: 40px;
  }
  #concept ul.list li {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #concept ul.list img.pict {
    width: 80vw;
    height: 80vw;
    max-height: none;
    margin: 0 auto 20px auto;
  }
  #concept ul.list p.description {
    font-size: 16px;
    letter-spacing: 0em;
  }


  /*
  * MODEL HOUSE
  */
  #modelhouse {
    margin: 0 auto 60px auto;
  }
  #modelhouse img.head {
    object-fit: cover;
    width: 180vw;
    height: 30vw;
  }
  #modelhouse p.description {
    margin: -20px 0 40px 0;
    font-size: 16px;
    letter-spacing: 0;
  }
  /* リスト */
  #modelhouse ul.list {
    gap: 5px;
    grid-template-rows: 30vw 20vw;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    margin: 0 0 40px 0;
  }
  /* 間取り */
  #modelhouse img.madori {
    margin: 0 0 20px 0;
  }
  #modelhouse dl.spec {
    gap: 10px;
  }
  #modelhouse dl.spec dt {
    padding: 8px 20px;
    font-size: 16px;
  }
  #modelhouse dl.spec dd {
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 16px;
  }


  /*
  * アクセスマップ
  */
  #access {
    margin: 0 auto 60px auto;
  }
  #access p {
    margin: 0 0 20px 0;
    font-size: 16px;
    letter-spacing: 0;
  }
  #access iframe {
    aspect-ratio: 16 / 16;
  }


  /*
  * 見学予約受付フォーム
  */
  #reserveform {
    margin: 0 auto 80px auto;
  }
  #reserveform.confirm {
    margin-top: 80px;
  }
  #reserveform.complete {
    margin-top: 80px;
  }
  #reserveform p.description {
    margin: 0 0 20px 0;
    font-size: 16px;
    letter-spacing: 0;
  }
  #reserveform p.note {
    margin: 0 0 40px 0;
    font-size: 16px;
    letter-spacing: 0;
  }
  /* 流れ */
  #reserveform ul.flow {
    gap: 5px;
    margin: 0 0 40px 0;
  }
  #reserveform ul.flow li {
    padding: 20px 5px;
    font-size: 14px;
    line-height: 1.5;
  }
  /* フォーム */
  #reserveform .formDate {
    width: 8em;
  }
  #reserveform .formName {
    width: 8em;
  }
  #reserveform .formZip {
    width: 8em;
  }
  #reserveform .prefadd{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  #reserveform .formAddress{
    flex: 1;
  }

#reserveform .payDetail dl {
    grid-template-columns: 1fr; 
}








}
