@charset "UTF-8";
@import url("global.css");
#toparea #toptitle .title .big_ja {
  font-size: 48px;
  font-weight: 400;
  font-family: "Lato", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  display: block; }

.entry .maintitle {
  margin-bottom: 60px;
  text-align: center; }
  .entry .maintitle .entrytitle {
    font-weight: bold;
    font-size: 30px; }
  .entry .maintitle .catch {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px; }
  .entry .maintitle .brand {
    margin-top: 50px; }
    .entry .maintitle .brand .logo {
      text-align: center;
      margin: 0 auto 10px; }
      .entry .maintitle .brand .logo img {
        max-width: 150px;
        max-height: 70px;
        width: auto;
        height: auto;
        object-fit: contain;
        font-family: 'object-fit: contain;'; }
    .entry .maintitle .brand .text {
      font-size: 13px;
      font-weight: bold;
      letter-spacing: 0.05em; }
  .entry .maintitle .postbody {
    margin: 60px 0;
    text-align: center; }
    .entry .maintitle .postbody .inner {
      display: inline-block;
      text-align: left; }
      .entry .maintitle .postbody .inner p .pc_br {
        display: block; }
  .entry .maintitle .place {
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    padding: 20px;
    text-align: center;
    margin-top: 60px; }
    .entry .maintitle .place span {
      font-weight: bold;
      padding-right: 30px; }
.entry .slidearea .fotorama__thumb-border {
  border-color: #1F1F1F; }
.entry .slidearea .fotorama__caption {
  font-family: "Lato", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-size: 15px;
  color: #1F1F1F; }
.entry #modelpoint {
  margin-bottom: 80px;
  margin-top: 100px; }
  .entry #modelpoint .point {
    width: 110px;
    height: 110px;
    border-radius: 999px;
    text-align: center;
    margin: 0 auto 50px;
    border: 1px solid #1F1F1F;
    line-height: 110px;
    font-family: "Caveat", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
    font-size: 36px; }
  .entry #modelpoint .box {
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .entry #modelpoint .box .title {
      display: -webkit-flex;
      display: flex;
      align-content: center;
      justify-content: center;
      font-weight: bold;
      flex-basis: 30%;
      flex-wrap: wrap; }
      .entry #modelpoint .box .title span {
        display: block;
        width: 100%; }
      .entry #modelpoint .box .title p {
        font-size: 34px;
        width: 100%; }
    .entry #modelpoint .box .text {
      flex-basis: 70%;
      box-sizing: border-box;
      padding-left: 15px; }
.entry #modeldata {
  margin-top: 80px;
  background-color: #F7F7F7;
  padding: 40px 0; }
  .entry #modeldata .inner {
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .entry #modeldata .inner .textarea {
      flex-basis: 50%;
      padding-right: 5%;
      box-sizing: border-box; }
      .entry #modeldata .inner .textarea.full {
        flex-basis: 80%;
        margin: 0 auto;
        padding-right: 0; }
      .entry #modeldata .inner .textarea table {
        border-collapse: collapse;
        width: 100%; }
        .entry #modeldata .inner .textarea table tr {
          border-bottom: 1px solid #fff; }
          .entry #modeldata .inner .textarea table tr:last-child {
            border-bottom: none; }
          .entry #modeldata .inner .textarea table tr th {
            font-weight: bold;
            white-space: nowrap;
            padding: 25px 30px 25px 25px;
            vertical-align: middle; }
          .entry #modeldata .inner .textarea table tr td {
            padding: 20px 20px 20px 0; }
    .entry #modeldata .inner figure {
      flex-basis: 50%;
      height: 400px; }
      .entry #modeldata .inner figure img {
        object-fit: contain;
        font-family: 'object-fit: contain;'; }
.entry #map .inner {
  position: relative;
  padding-top: 30%;
  height: 0; }
  .entry #map .inner iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
.entry #formarea {
  margin-top: 120px; }
  .entry #formarea .pagettl {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 80px;
    text-align: center;
    position: relative; }
    .entry #formarea .pagettl::after {
      content: "";
      position: absolute;
      bottom: -30px;
      width: 80px;
      height: 1px;
      background-color: #1F1F1F;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .entry #formarea .form_intro {
    text-align: center; }

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

 Responsive-Breakpoint-1 (1400px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1400px) {
  .entry .maintitle .entrytitle {
    font-size: 32px; }
  .entry #modelpoint .box .title span {
    font-size: 14px; }
  .entry #modelpoint .box .title p {
    font-size: 28px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #toparea #toptitle .title .big_ja {
    font-size: 42px; }

  .entry .maintitle .entrytitle {
    font-size: 28px; }
  .entry .maintitle .catch {
    font-size: 16px; }
  .entry .maintitle .brand {
    margin-top: 40px; }
  .entry .maintitle .postbody {
    margin: 40px 0; }
  .entry #modelpoint {
    margin-bottom: 40px;
    margin-top: 60px; }
    .entry #modelpoint .point {
      width: 90px;
      height: 90px;
      line-height: 90px;
      font-size: 24px;
      margin-block: 30px; }
    .entry #modelpoint .box {
      display: block; }
      .entry #modelpoint .box .title {
        display: block;
        text-align: center;
        margin-bottom: 20px; }
      .entry #modelpoint .box .text {
        padding-left: 0; }
  .entry #modeldata {
    margin-top: 50px; }
    .entry #modeldata .inner {
      display: block; }
      .entry #modeldata .inner .textarea {
        padding-right: 0; }
        .entry #modeldata .inner .textarea .title {
          text-align: center;
          margin-bottom: 15px; }
          .entry #modeldata .inner .textarea .title .en {
            font-size: 16px; }
          .entry #modeldata .inner .textarea .title .jp {
            font-size: 26px; }
      .entry #modeldata .inner figure {
        margin-top: 30px; }
  .entry #map .inner {
    padding-top: 60%; }
  .entry #formbox .pagettl {
    font-size: 24px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #toparea #toptitle .title .big_ja {
    font-size: 32px; }

  .entry .maintitle {
    margin-bottom: 40px; }
    .entry .maintitle .entrytitle {
      font-size: 24px;
      margin-bottom: 10px; }
    .entry .maintitle .catch {
      font-size: clamp(12px, 3.4vw, 14px); }
    .entry .maintitle .brand {
      margin-top: 30px; }
      .entry .maintitle .brand .logo img {
        max-height: 55px;
        max-width: 100px; }
    .entry .maintitle .postbody {
      margin: 30px 0; }
      .entry .maintitle .postbody .inner p .pc_br {
        display: none; }
    .entry .maintitle .place {
      padding: 15px;
      margin-top: 30px; }
  .entry .slidearea .fotorama__caption {
    font-size: 13px; }
  .entry #modelpoint {
    margin-bottom: 40px;
    margin-top: 40px; }
    .entry #modelpoint .point {
      width: 80px;
      height: 80px;
      line-height: 80px;
      font-size: 21px;
      margin-bottom: 20px; }
    .entry #modelpoint .box .title span {
      font-size: 13px; }
    .entry #modelpoint .box .title p {
      font-size: 21px; }
  .entry #modeldata {
    margin-top: 40px;
    padding: 25px 0 40px; }
    .entry #modeldata .inner .textarea table {
      display: block; }
      .entry #modeldata .inner .textarea table tr {
        display: block;
        padding: 12px 10px; }
        .entry #modeldata .inner .textarea table tr th {
          display: block;
          padding: 0; }
        .entry #modeldata .inner .textarea table tr td {
          display: block;
          padding: 5px 0 0; }
    .entry #modeldata .inner figure {
      margin-top: 20px;
      height: auto; }
  .entry #formarea {
    margin-top: 60px; }
    .entry #formarea .pagettl {
      font-size: 21px;
      margin-bottom: 50px; }
      .entry #formarea .pagettl::after {
        bottom: -20px;
        width: 50px; } }
