@charset "UTF-8";
@import url("global.css");
/* ------------------------------
 Archive
------------------------------ */
.img_intro {
  width: 50%;
  height: 800px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden; }
  .img_intro figure {
    height: 100%; }
    .img_intro figure img {
      height: 120%; }

.sec_arcintro {
  width: 50%;
  padding-right: 80px;
  margin-bottom: 160px;
  box-sizing: border-box; }
  .sec_arcintro p + p {
    margin-top: 1em; }

.list_modelhouse li {
  margin-bottom: 120px; }
  .list_modelhouse li a {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .list_modelhouse li a .image {
      width: 50%;
      aspect-ratio: 9 / 8;
      padding-right: 4%;
      box-sizing: border-box; }
    .list_modelhouse li a .text_area {
      width: 600px; }
      .list_modelhouse li a .text_area .post_title {
        margin-bottom: 30px;
        font-size: clamp(16px, 2.6vw, 24px);
        font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      .list_modelhouse li a .text_area .add {
        border-top: 1px solid #A2A2A2;
        border-bottom: 1px solid #A2A2A2;
        padding-block: 30px;
        margin-bottom: 50px; }
      .list_modelhouse li a .text_area .concept {
        margin-bottom: 30px; }
        .list_modelhouse li a .text_area .concept .lead {
          margin-bottom: 20px;
          font-size: clamp(15px, 2.3vw, 20px);
          font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      .list_modelhouse li a .text_area .recommend {
        background: #F5F5F5;
        padding: 25px; }
        .list_modelhouse li a .text_area .recommend dt {
          margin-bottom: 10px;
          font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
        .list_modelhouse li a .text_area .recommend dd {
          position: relative;
          padding-left: 15px;
          line-height: 1.4; }
          .list_modelhouse li a .text_area .recommend dd::before {
            content: "";
            width: 6px;
            height: 6px;
            background: #7E7F85;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 10px; }
          .list_modelhouse li a .text_area .recommend dd + dd {
            margin-top: 5px; }
      .list_modelhouse li a .text_area .morebtn {
        margin: 30px 0 0 auto; }

/* ------------------------------
 Single
------------------------------ */
#sec_pagetitle .posttitle {
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 42px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
#sec_pagetitle .name_en {
  color: #7E7F85;
  font-size: 15px;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif; }

.post {
  overflow: hidden; }
  .post .sec_title span {
    display: block;
    line-height: 1.4; }
  .post .sec_title .ja {
    font-size: clamp(15px, 2vw, 18px);
    font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .post .sec_title .en {
    color: #7E7F85;
    font-size: 13px;
    font-family: "Jost", "Zen Kaku Gothic New", sans-serif; }
  .post .mainimg {
    height: 800px;
    overflow: hidden;
    margin-bottom: 80px; }
    .post .mainimg figure {
      height: 100%; }
      .post .mainimg figure img {
        height: 120%; }
  .post .sec_intro {
    margin-bottom: 50px; }
    .post .sec_intro .lead {
      line-height: 1.4;
      margin-bottom: 30px;
      font-size: clamp(18px, 3vw, 28px);
      font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    .post .sec_intro p + p {
      margin-top: 1em; }
  .post .sec_recommend {
    border-top: 1px solid #A2A2A2;
    border-bottom: 1px solid #A2A2A2;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px; }
    .post .sec_recommend .sec_title {
      flex-shrink: 0;
      padding-right: 100px; }
    .post .sec_recommend .inner {
      flex: 1; }
      .post .sec_recommend .inner p {
        position: relative;
        padding-left: 15px;
        line-height: 1.4; }
        .post .sec_recommend .inner p::before {
          content: "";
          width: 6px;
          height: 6px;
          background: #7E7F85;
          border-radius: 50%;
          position: absolute;
          left: 0;
          top: 10px; }
        .post .sec_recommend .inner p + p {
          margin-top: 5px; }
    .post .sec_recommend figure {
      width: 30%;
      aspect-ratio: 3 / 2; }
  .post .reservebtn {
    margin: 0 auto 70px; }
    .post .reservebtn a {
      text-align: right;
      background: #1A1A3F;
      color: #fff;
      padding: 10px 20px 10px 80px; }
      .post .reservebtn a::after {
        width: 0;
        height: 0; }
      .post .reservebtn a::before {
        left: 10px;
        background-image: none;
        background-color: #fff;
        mask: url("../img/arrow.svg") no-repeat center/contain;
        -webkit-mask: url("../img/arrow.svg") no-repeat center/contain; }
  .post .sec_point {
    margin-bottom: 60px; }
    .post .sec_point .sec_title {
      text-align: center;
      margin-bottom: 30px; }
    .post .sec_point .pointbody figure {
      margin: 0 auto 20px;
      text-align: center; }
    .post .sec_point .pointbody .text {
      margin-bottom: 50px; }
      .post .sec_point .pointbody .text .title {
        margin-bottom: 10px;
        font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    .post .sec_point .pointbody .virtual {
      text-align: center; }
  .post .sec_data {
    margin-bottom: 60px;
    padding: 50px;
    background: #F5F5F5; }
    .post .sec_data .sec_title {
      margin-bottom: 30px; }
    .post .sec_data .inner {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .post .sec_data .inner table {
        width: 35%;
        border-collapse: collapse;
        font-size: 15px; }
        .post .sec_data .inner table tr {
          border-bottom: 1px solid #E1E1E1; }
        .post .sec_data .inner table th {
          width: 80px;
          padding: 2px 5px; }
        .post .sec_data .inner table td {
          padding: 2px 20px; }
      .post .sec_data .inner .img_heimenzu {
        width: 60%;
        display: flex;
        justify-content: space-between;
        align-items: flex-end; }
        .post .sec_data .inner .img_heimenzu figure {
          width: 48%;
          background: #fff;
          text-align: center; }
          .post .sec_data .inner .img_heimenzu figure img {
            max-height: 20vw; }
  .post .gallery_area {
    margin-bottom: 100px; }
    .post .gallery_area .sec_title {
      text-align: center;
      margin-bottom: 30px; }
  .post .sec_access {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 80px; }
    .post .sec_access .map_area {
      width: 50%;
      height: 0;
      padding-top: 30%;
      position: relative;
      overflow: hidden; }
      .post .sec_access .map_area iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
    .post .sec_access .text_area {
      width: 600px;
      padding-left: 60px;
      box-sizing: border-box; }
      .post .sec_access .text_area table {
        width: 100%;
        border-collapse: collapse;
        border-top: 1px solid #E1E1E1; }
        .post .sec_access .text_area table tr {
          border-bottom: 1px solid #E1E1E1; }
        .post .sec_access .text_area table th {
          width: 90px;
          padding: 10px 0;
          line-height: 1.4; }
        .post .sec_access .text_area table td {
          padding: 10px 20px;
          line-height: 1.4; }

.pageback {
  margin-inline: auto;
  margin-top: 0; }

#modelhouse-thanks .sec_intro {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 100px; }
  #modelhouse-thanks .sec_intro figure {
    flex: 1;
    padding-left: 100px;
    overflow: hidden; }
  #modelhouse-thanks .sec_intro .text_area {
    width: 450px;
    flex-shrink: 0; }
    #modelhouse-thanks .sec_intro .text_area .catch {
      margin-bottom: 20px;
      font-size: clamp(18px, 2.8vw, 24px);
      font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    #modelhouse-thanks .sec_intro .text_area p + p {
      margin-top: 1em; }
    #modelhouse-thanks .sec_intro .text_area .telbox {
      box-sizing: border-box; }

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  /* ------------------------------
   Archive
  ------------------------------ */
  .list_modelhouse li a .image {
    aspect-ratio: 1 / 1; }
  .list_modelhouse li a .text_area .post_title {
    margin-bottom: 20px; }
  .list_modelhouse li a .text_area .add {
    margin-bottom: 40px; }
  .list_modelhouse li a .text_area .morebtn {
    margin: 20px 0 0 auto; }

  /* ------------------------------
   Single
  ------------------------------ */
  #sec_pagetitle .posttitle {
    font-size: 38px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  /* ------------------------------
   Archive
  ------------------------------ */
  .img_intro {
    height: 600px; }

  .sec_arcintro {
    padding-right: 40px;
    margin-bottom: 120px; }
    .sec_arcintro p {
      font-size: 13px; }

  .wrapper.wide:has(.list_modelhouse) {
    padding-inline: 5vw; }

  .list_modelhouse li a {
    display: block; }
    .list_modelhouse li a .image {
      width: 100%;
      aspect-ratio: 16 / 9;
      padding-right: 0;
      margin-bottom: 20px; }
    .list_modelhouse li a .text_area {
      width: 100%; }
      .list_modelhouse li a .text_area .add {
        margin-bottom: 30px;
        padding-block: 20px;
        font-size: 13px; }
      .list_modelhouse li a .text_area .concept {
        margin-bottom: 20px; }
        .list_modelhouse li a .text_area .concept .lead {
          margin-bottom: 10px; }
        .list_modelhouse li a .text_area .concept p:not([class]) {
          font-size: 13px; }
      .list_modelhouse li a .text_area .recommend {
        padding: 15px; }
        .list_modelhouse li a .text_area .recommend dd {
          font-size: 13px; }
          .list_modelhouse li a .text_area .recommend dd::before {
            top: 8px; }

  /* ------------------------------
   Single
  ------------------------------ */
  #sec_pagetitle .posttitle {
    font-size: 34px; }
  #sec_pagetitle .name_en {
    font-size: 14px; }

  .post .sec_title {
    text-align: center; }
    .post .sec_title .en {
      font-size: 11px; }
  .post .mainimg {
    height: 450px;
    margin-bottom: 50px; }
  .post .sec_recommend {
    padding: 40px 30px;
    flex-wrap: wrap; }
    .post .sec_recommend .sec_title {
      width: 100%;
      padding-right: 0;
      margin-bottom: 20px; }
    .post .sec_recommend .inner {
      padding-right: 30px; }
  .post .sec_point .pointbody .virtual {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden; }
    .post .sec_point .pointbody .virtual iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
  .post .sec_data .sec_title {
    margin-bottom: 20px; }
  .post .sec_data .inner {
    display: block; }
    .post .sec_data .inner table {
      width: 100%;
      margin-bottom: 20px;
      font-size: 15px; }
      .post .sec_data .inner table th {
        width: 80px; }
    .post .sec_data .inner .img_heimenzu {
      width: 100%; }
      .post .sec_data .inner .img_heimenzu figure img {
        max-height: initial; }
  .post .sec_access .map_area {
    padding-top: 55%; }
  .post .sec_access .text_area {
    width: 50%;
    padding-left: 30px; }
    .post .sec_access .text_area table {
      font-size: 15px; }
      .post .sec_access .text_area table th {
        width: 80px; }

  #modelhouse-thanks .sec_intro {
    align-items: stretch; }
    #modelhouse-thanks .sec_intro figure {
      padding-left: 50px; }
    #modelhouse-thanks .sec_intro .text_area {
      width: 50%; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  /* ------------------------------
   Archive
  ------------------------------ */
  .img_intro {
    width: 100%;
    height: 180px;
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 30px; }

  .sec_arcintro {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px; }

  .list_modelhouse li {
    margin-bottom: 60px; }
    .list_modelhouse li a .image {
      margin-bottom: 15px; }
    .list_modelhouse li a .text_area .post_title {
      margin-bottom: 15px; }
    .list_modelhouse li a .text_area .add {
      padding-block: 15px;
      margin-bottom: 20px; }
    .list_modelhouse li a .text_area .concept {
      margin-bottom: 20px; }
      .list_modelhouse li a .text_area .concept .lead {
        margin-bottom: 10px; }
      .list_modelhouse li a .text_area .concept p:not([class]) {
        font-size: 12px; }
    .list_modelhouse li a .text_area .recommend {
      padding: 15px; }
      .list_modelhouse li a .text_area .recommend dd {
        font-size: 12px; }
        .list_modelhouse li a .text_area .recommend dd::before {
          top: 6px; }
    .list_modelhouse li a .text_area .morebtn {
      margin: 20px 0 0 auto; }

  /* ------------------------------
   Single
  ------------------------------ */
  #sec_pagetitle .posttitle {
    font-size: 23px; }
  #sec_pagetitle .name_en {
    font-size: 11px; }

  .post .mainimg {
    height: 250px;
    margin-bottom: 30px; }
  .post .sec_intro p:not([class]) {
    font-size: 13px; }
  .post .sec_recommend {
    padding: 20px 10px;
    display: block;
    margin-bottom: 50px; }
    .post .sec_recommend .sec_title {
      margin-bottom: 20px; }
    .post .sec_recommend .inner {
      padding-right: 0;
      margin-bottom: 15px; }
    .post .sec_recommend figure {
      width: 100%; }
  .post .reservebtn {
    margin: 0 auto 40px; }
  .post .sec_point {
    margin-bottom: 60px; }
    .post .sec_point .sec_title {
      margin-bottom: 20px; }
    .post .sec_point .pointbody figure {
      margin: 0 auto 10px; }
    .post .sec_point .pointbody .text {
      margin-bottom: 40px; }
  .post .sec_data {
    padding: 20px;
    margin-bottom: 40px; }
    .post .sec_data .sec_title {
      margin-bottom: 20px; }
    .post .sec_data .inner table {
      font-size: 13px; }
      .post .sec_data .inner table th {
        width: 60px; }
  .post .gallery_area {
    margin-bottom: 40px; }
    .post .gallery_area .sec_title {
      margin-bottom: 20px; }
  .post .wrapper.wide:has(.sec_access) {
    padding-inline: 5vw; }
  .post .sec_access {
    display: block;
    margin-bottom: 40px; }
    .post .sec_access .map_area {
      width: 100%;
      padding-top: 60%;
      margin-bottom: 20px; }
    .post .sec_access .text_area {
      width: 100%;
      padding-left: 0; }
      .post .sec_access .text_area table {
        font-size: 13px; }
        .post .sec_access .text_area table th {
          width: 60px; }

  #modelhouse-thanks .sec_intro {
    display: block;
    margin-bottom: 50px; }
    #modelhouse-thanks .sec_intro figure {
      padding-left: 0;
      height: 180px;
      margin-bottom: 20px; }
    #modelhouse-thanks .sec_intro .text_area {
      width: 100%; }
      #modelhouse-thanks .sec_intro .text_area .catch {
        margin-bottom: 20px; } }
