@charset "UTF-8";
/*
カラー・フォント定義
*/
/* =========================== 共通 =========================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

select::-ms-expand {
  display: none; }

a {
  color: #5771b3;
  text-decoration: none; }
  a:hover {
    color: #5771b3;
    text-decoration: underline; }

ul {
  list-style-type: none; }

body {
  font-family: jpfont, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 1;
  padding: 0px;
  overflow: hidden;
  padding: 0px 0px 0px 0px; }
  body.no_scroll {
    overflow: hidden !important; }

img {
  vertical-align: bottom; }

/* =========================== 汎用スタイル =========================== */
@media only screen and (min-width: 960px) {
  .pc {
    display: block; } }
@media only screen and (max-width: 959px) {
  .pc {
    display: none; } }

@media only screen and (min-width: 960px) {
  .sp {
    display: none; } }
@media only screen and (max-width: 959px) {
  .sp {
    display: block; } }

.anchorlink {
  position: relative;
  top: -128px;
  display: block; }

.mb8 {
  margin-bottom: 8px !important; }

.mb12 {
  margin-bottom: 12px !important; }

.mb16 {
  margin-bottom: 16px !important; }

.mb24 {
  margin-bottom: 24px !important; }

.mb32 {
  margin-bottom: 32px !important; }

.mb48 {
  margin-bottom: 48px !important; }

.mb64 {
  margin-bottom: 64px !important; }

.mb96 {
  margin-bottom: 96px !important; }

.mb128 {
  margin-bottom: 128px !important; }

.fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 800ms; }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transition-timing-function: ease-in-out; }

.detail-btn {
  width: 262px;
  height: 56px;
  border: 1px solid #a0a0a0;
  border-radius: 8px;
  line-height: 56px;
  font-size: 18px;
  padding: 0px 0px 0px 0px;
  display: flex;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .detail-btn a, .detail-btn span {
    z-index: 4;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    width: 100%;
    display: block;
    color: #383838;
    background-color: #fff;
    padding: 0px 60px 8px 0px;
    overflow: hidden;
    position: relative;
    text-align: center; }
    .detail-btn a::before, .detail-btn span::before {
      content: "";
      position: absolute;
      width: 60px;
      height: 56px;
      bottom: 0px;
      right: 0px;
      background-image: url("../img/base/footer-arrow.svg");
      background-repeat: no-repeat;
      background-size: 27px 12px;
      background-position: center center;
      z-index: 5; }
    .detail-btn a::after, .detail-btn span::after {
      content: "";
      position: absolute;
      width: 60px;
      height: 56px;
      bottom: 0px;
      right: 0px;
      background-color: #a0a0a0; }
    .detail-btn a:hover, .detail-btn span:hover {
      text-decoration: none;
      color: #888888; }
      .detail-btn a:hover::before, .detail-btn span:hover::before {
        animation: more-btn-arrow 1s;
        animation-fill-mode: forwards !important; }

.detail-btn3 {
  width: 340px;
  height: 56px;
  border-radius: 8px;
  line-height: 56px;
  font-size: 18px;
  padding: 0px 0px 0px 0px;
  display: flex;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 0px auto 0px auto; }
  .detail-btn3 a, .detail-btn3 span {
    z-index: 4;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    width: 100%;
    display: block;
    color: #fff;
    background-color: #005950;
    padding: 0px 60px 8px 0px;
    overflow: hidden;
    position: relative;
    text-align: center; }
    .detail-btn3 a::before, .detail-btn3 span::before {
      content: "";
      position: absolute;
      width: 60px;
      height: 56px;
      bottom: 0px;
      right: 0px;
      background-image: url("../img/base/footer-arrow.svg");
      background-repeat: no-repeat;
      background-size: 27px 12px;
      background-position: center center;
      z-index: 5; }
    .detail-btn3 a::after, .detail-btn3 span::after {
      content: "";
      position: absolute;
      width: 60px;
      height: 56px;
      bottom: 0px;
      right: 0px;
      background-color: #012b27; }
    .detail-btn3 a:hover, .detail-btn3 span:hover {
      text-decoration: none;
      color: #fff; }
      .detail-btn3 a:hover::before, .detail-btn3 span:hover::before {
        animation: more-btn-arrow 1s;
        animation-fill-mode: forwards !important; }

h2.base-ttl {
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  margin: 0px 0px 64px 0px;
  line-height: 1; }
  @media only screen and (max-width: 959px) {
    h2.base-ttl {
      font-size: 28px;
      margin: 0px 0px 32px 0px; } }

.more-btn {
  display: flex;
  justify-content: flex-end; }
  .more-btn a {
    width: 219px;
    display: block;
    color: #000;
    font-size: 12px;
    padding: 0px 0px 12px 0px;
    overflow: hidden;
    position: relative; }
    .more-btn a::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0px;
      left: 0px;
      background-color: #A0A0A0; }
    .more-btn a::before {
      content: "";
      position: absolute;
      width: 25px;
      height: 7px;
      bottom: 12px;
      right: 8px;
      background-image: url("../img/base/footer-arrow-g.svg");
      background-repeat: no-repeat;
      background-size: 25px 7px; }
    .more-btn a:hover {
      text-decoration: none;
      color: #C5C5C5; }
      .more-btn a:hover::after {
        animation: more-btn-bottomline 1s;
        animation-fill-mode: forwards !important; }
      .more-btn a:hover::before {
        animation: more-btn-arrow 1s;
        animation-fill-mode: forwards !important; }
  .more-btn span {
    width: 219px;
    display: block;
    color: #000;
    font-size: 12px;
    padding: 0px 0px 12px 0px;
    overflow: hidden;
    position: relative; }
    .more-btn span::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0px;
      left: 0px;
      background-color: #A0A0A0; }
    .more-btn span::before {
      content: "";
      position: absolute;
      width: 25px;
      height: 7px;
      bottom: 12px;
      right: 8px;
      background-image: url("../img/base/footer-arrow-g.svg");
      background-repeat: no-repeat;
      background-size: 25px 7px; }
  .more-btn.w a, .more-btn.w span {
    color: #fff; }
    .more-btn.w a::after, .more-btn.w span::after {
      background-color: #fff; }
    .more-btn.w a::before, .more-btn.w span::before {
      background-image: url("../img/base/footer-arrow.svg"); }
  @media only screen and (max-width: 959px) {
    .more-btn.sp-more-btn {
      justify-content: center; }
      .more-btn.sp-more-btn a, .more-btn.sp-more-btn span {
        width: 280px;
        height: 50px;
        line-height: 50px;
        border: 1px solid #a0a0a0;
        border-radius: 4px;
        background-color: #fff;
        text-align: center;
        font-size: 12px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        background-position: right 16px center;
        background-image: url("../img/base/footer-arrow-g.svg");
        background-size: 25px 7px; }
        .more-btn.sp-more-btn a::after, .more-btn.sp-more-btn span::after {
          display: none !important; }
        .more-btn.sp-more-btn a::before, .more-btn.sp-more-btn span::before {
          display: none !important; } }
  .more-btn.center-square a, .more-btn.center-square span {
    width: 280px;
    height: 50px;
    line-height: 47px;
    border: 1px solid #A0A0A0;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px; }
    .more-btn.center-square a::after, .more-btn.center-square span::after {
      display: none !important; }
    .more-btn.center-square a::before, .more-btn.center-square span::before {
      content: "";
      position: absolute;
      width: 25px;
      height: 7px;
      bottom: 22px;
      right: 22px;
      background-image: url("../img/base/footer-arrow-g.svg");
      background-repeat: no-repeat;
      background-size: 25px 7px; }
    .more-btn.center-square a:hover, .more-btn.center-square span:hover {
      text-decoration: none;
      color: #C5C5C5; }
      .more-btn.center-square a:hover::before, .more-btn.center-square span:hover::before {
        animation: more-btn-arrow-center-square 1s;
        animation-fill-mode: forwards !important; }
  @media only screen and (max-width: 959px) {
    .more-btn.center-square {
      justify-content: center; }
      .more-btn.center-square a, .more-btn.center-square span {
        width: 280px;
        height: 50px;
        line-height: 50px;
        border: 1px solid #A0A0A0;
        border-radius: 4px;
        background-color: #fff;
        text-align: center;
        font-size: 12px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        background-position: right 16px center;
        background-image: url("../img/base/footer-arrow-g.svg");
        background-size: 25px 7px; }
        .more-btn.center-square a::after, .more-btn.center-square span::after {
          display: none !important; }
        .more-btn.center-square a::before, .more-btn.center-square span::before {
          display: none !important; } }

@keyframes more-btn-bottomline {
  50% {
    left: 100%; }
  50.1% {
    left: -100%; }
  100% {
    left: 0; } }
@keyframes more-btn-arrow {
  50% {
    right: -30px;
    opacity: 0; }
  50.1% {
    right: 50px; }
  100% {
    opacity: 1;
    right: 0px; } }
header {
  background-color: #fff;
  height: 98px;
  position: relative; }
  @media only screen and (max-width: 959px) {
    header {
      height: 64px; } }
  header h1 {
    position: absolute;
    left: 32px;
    top: 32px; }
    @media only screen and (max-width: 959px) {
      header h1 {
        left: 16px;
        top: 10px; } }
    header h1 a {
      display: block; }
      header h1 a img {
        width: 272px;
        height: 36px; }
        @media only screen and (max-width: 959px) {
          header h1 a img {
            width: 136px;
            height: 18px; } }
  header ul {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }
    header ul li {
      width: 228px;
      height: 100%;
      display: inline-block; }
      @media only screen and (max-width: 959px) {
        header ul li {
          width: 100px; } }
      header ul li a {
        transition: 0.3s;
        overflow: hidden;
        position: relative;
        display: block;
        height: 100%;
        width: 100%;
        line-height: 96px;
        color: #fff;
        font-size: 20px;
        text-align: center; }
        @media only screen and (max-width: 959px) {
          header ul li a img {
            position: absolute;
            bottom: 8px; } }
        header ul li a.yoyaku-btn {
          background-color: #6a544a; }
          header ul li a.yoyaku-btn img {
            width: 24px;
            height: 21px;
            vertical-align: middle;
            margin: 0px 6px 6px 0px; }
            @media only screen and (max-width: 959px) {
              header ul li a.yoyaku-btn img {
                margin: 0px 0px 0px 0px;
                left: calc(50% - 12px); } }
          header ul li a.yoyaku-btn::after {
            background-color: #4d433f; }
        header ul li a.contact-btn {
          background-color: #005950; }
          header ul li a.contact-btn img {
            width: 17px;
            height: 21px;
            vertical-align: middle;
            margin: 0px 6px 6px 0px; }
            @media only screen and (max-width: 959px) {
              header ul li a.contact-btn img {
                margin: 0px 0px 0px 0px;
                left: calc(50% - 9px); } }
          header ul li a.contact-btn::after {
            background-color: #06433d; }
        header ul li a:hover {
          opacity: 0.8;
          text-decoration: none;
          color: #fff; }
        header ul li a::after {
          content: "";
          position: absolute;
          width: 100px;
          height: calc(100px / 2 * tan(60deg));
          bottom: -50px;
          right: -50px;
          transform: rotate(15deg);
          background-color: #ff0000;
          clip-path: polygon(50% 0, 100% 100%, 0 100%); }
        @media only screen and (max-width: 959px) {
          header ul li a {
            font-size: 12px;
            line-height: 40px; } }

.mv {
  width: 100%;
  height: calc(100vh - 98px);
  position: relative;
  margin: 0px 0px 96px 0px;
  overflow: hidden; }
  @media only screen and (max-width: 959px) {
    .mv {
      width: 100%;
      height: 485px;
      margin: 0px 0px 0px 0px; } }
  .mv .text {
    position: absolute;
    left: 64px;
    top: 64px; }
    @media only screen and (max-width: 959px) {
      .mv .text {
        left: 32px;
        top: 32px; } }
    .mv .text h2 {
      font-size: 36px;
      letter-spacing: 4px;
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.42);
      position: absolute;
      z-index: 100;
      padding: 32px 16px;
      white-space: nowrap;
      text-orientation: upright;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-family: "Noto Serif JP", serif;
      font-weight: 700;
      font-style: normal;
      filter: blur(0px);
      transition: 0.7s; }
      @media only screen and (max-width: 959px) {
        .mv .text h2 {
          font-size: 24px;
          padding: 24px 12px; } }
      .mv .text h2.blur {
        filter: blur(20px); }
    .mv .text .t01 {
      left: 84px; }
      @media only screen and (max-width: 959px) {
        .mv .text .t01 {
          left: 60px; } }
    .mv .text .t02 {
      left: 0px; }
  .mv .mvSlider-container {
    width: 100%;
    height: 100vh;
    position: relative; }
    @media only screen and (max-width: 959px) {
      .mv .mvSlider-container {
        height: 485px; } }
    .mv .mvSlider-container ul li {
      background-position: center bottom;
      background-size: cover; }
      .mv .mvSlider-container ul li img {
        width: 100%;
        height: 100vh; }
        @media only screen and (max-width: 959px) {
          .mv .mvSlider-container ul li img {
            height: 485px; } }
  .mv .slick-dots {
    position: absolute;
    bottom: 106px;
    left: 0;
    text-align: center;
    width: 100%; }
    @media only screen and (max-width: 959px) {
      .mv .slick-dots {
        bottom: 15px; } }
    .mv .slick-dots li {
      margin: 0px 2px 0px 2px;
      width: 56px;
      height: 3px;
      background-color: #fff;
      opacity: 0.5; }
      @media only screen and (max-width: 959px) {
        .mv .slick-dots li {
          width: 35px;
          height: 2px; } }
      .mv .slick-dots li.slick-active {
        opacity: 1; }
      .mv .slick-dots li button {
        width: 100%;
        height: 100%;
        opacity: 0; }
  .mv .scroll {
    position: absolute;
    bottom: 16px;
    right: 28px; }
    @media only screen and (max-width: 959px) {
      .mv .scroll {
        right: 22px;
        bottom: 17px; } }
    .mv .scroll img {
      width: 20px;
      height: 70px; }
      @media only screen and (max-width: 959px) {
        .mv .scroll img {
          width: 16px;
          height: 63px; } }

.canvas-modelhouse {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row;
  /* Safari */
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  background-color: #f3f3f3; }
  @media only screen and (max-width: 959px) {
    .canvas-modelhouse {
      display: block;
      position: relative;
      margin: 0px 0px 32px 0px; } }
  .canvas-modelhouse .left {
    width: 60%;
    color: #333333;
    padding: 110px 0px 110px 64px; }
    @media only screen and (max-width: 959px) {
      .canvas-modelhouse .left {
        width: 100%;
        padding: 32px 16px 32px 16px;
        position: relative;
        z-index: 2; } }
    .canvas-modelhouse .left h2 {
      font-size: 36px;
      font-weight: 400;
      line-height: 1;
      margin: 0px 0px 40px 0px; }
      @media only screen and (max-width: 959px) {
        .canvas-modelhouse .left h2 {
          font-size: 24px;
          margin: 0px 0px 24px 0px; } }
    .canvas-modelhouse .left h3 {
      font-size: 24px;
      margin: 0px 0px 54px 0px;
      line-height: 1;
      font-weight: 400; }
      @media only screen and (max-width: 959px) {
        .canvas-modelhouse .left h3 {
          font-size: 18px;
          margin: 0px 0px 32px 0px; } }
      .canvas-modelhouse .left h3 strong {
        font-size: 48px;
        display: block;
        margin: 0px 0px 20px 0px; }
        @media only screen and (max-width: 959px) {
          .canvas-modelhouse .left h3 strong {
            font-size: 32px;
            margin: 0px 0px 16px 0px; } }
    .canvas-modelhouse .left h4 {
      font-size: 16px;
      line-height: 1.6; }
  .canvas-modelhouse .right {
    width: 40%;
    background-image: url("../img/canvas-modelhouse/bg.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover; }
    @media only screen and (max-width: 959px) {
      .canvas-modelhouse .right {
        position: absolute;
        width: 100%;
        height: 100%;
        right: -100px;
        top: 0;
        z-index: 1;
        opacity: 0.4; } }

.modelhouse-map {
  max-width: 1080px;
  width: 100%;
  padding: 96px 0px 0px 0px;
  margin: 0 auto 96px auto; }
  @media only screen and (max-width: 959px) {
    .modelhouse-map {
      padding: 32px 0px 0px 0px;
      margin: 0 auto 64px auto; } }
  .modelhouse-map .area-nav {
    text-align: center;
    margin: 0px 0px 32px 0px; }
    .modelhouse-map .area-nav li {
      display: inline-block;
      margin: 0px 16px 0px 16px; }
      @media only screen and (max-width: 959px) {
        .modelhouse-map .area-nav li {
          margin: 0px 8px 0px 8px; } }
      @media only screen and (max-width: 959px) {
        .modelhouse-map .area-nav li .detail-btn {
          width: 160px; } }
  .modelhouse-map .gm-style-iw {
    padding: 40px 0px 30px 20px; }
    @media only screen and (max-width: 959px) {
      .modelhouse-map .gm-style-iw {
        padding: 30px 0px 20px 16px; } }
  .modelhouse-map .gm-style-iw-d {
    padding-bottom: 20px; }
  .modelhouse-map .gm-ui-hover-effect {
    right: 10px !important; }
    .modelhouse-map .gm-ui-hover-effect span {
      top: -6px !important;
      right: 4px !important;
      width: 30px !important;
      height: 30px !important; }
  .modelhouse-map #map {
    height: 700px;
    margin: 0px 0px 32px 0px; }
    @media only screen and (max-width: 959px) {
      .modelhouse-map #map {
        height: 450px; } }
  .modelhouse-map .map-detail-container {
    font-family: "Inter", "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap; }
    .modelhouse-map .map-detail-container .left {
      width: 40%;
      padding: 0px 12px 0px 0px; }
      @media only screen and (max-width: 959px) {
        .modelhouse-map .map-detail-container .left {
          padding: 0px 0px 0px 0px;
          margin: 0px 0px 16px 0px;
          width: 100%; } }
    .modelhouse-map .map-detail-container .right {
      width: 60%;
      padding: 0px 32px 0px 0px; }
      @media only screen and (max-width: 959px) {
        .modelhouse-map .map-detail-container .right {
          padding: 0px 16px 0px 0px;
          width: 100%; } }
    .modelhouse-map .map-detail-container .map-ttl {
      font-size: 20px;
      font-weight: bold;
      margin: 0px 0px 16px 0px; }
      @media only screen and (max-width: 959px) {
        .modelhouse-map .map-detail-container .map-ttl {
          font-size: 16px; } }
    .modelhouse-map .map-detail-container .main-text {
      margin: 0px 0px 24px 0px;
      font-size: 14px; }
    .modelhouse-map .map-detail-container .more-btn {
      justify-content: flex-end; }
    .modelhouse-map .map-detail-container .map-images {
      margin: 0px 0px 0px 0px;
      text-align: center; }
      @media only screen and (max-width: 959px) {
        .modelhouse-map .map-detail-container .map-images {
          text-align: left;
          padding: 0px 16px 0px 0px; } }
      .modelhouse-map .map-detail-container .map-images img {
        width: 100%;
        height: auto; }
        @media only screen and (max-width: 959px) {
          .modelhouse-map .map-detail-container .map-images img {
            width: 100%; } }
  .modelhouse-map .detail-btn.center {
    margin: 0px auto 0px auto; }

.spec {
  max-width: 900px;
  width: 100%;
  margin: 0px auto 0px auto; }
  @media only screen and (max-width: 959px) {
    .spec {
      padding: 0px 16px 0px 16px; } }
  .spec > h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1;
    margin: 0px 0px 24px 0px;
    text-align: center; }
    @media only screen and (max-width: 959px) {
      .spec > h2 {
        font-size: 28px;
        margin: 0px 0px 16px 0px; } }
  .spec > h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin: 0px 0px 64px 0px;
    text-align: center; }
    @media only screen and (max-width: 959px) {
      .spec > h3 {
        font-size: 18px;
        margin: 0px 0px 32px 0px; } }
  .spec .spec-nav {
    padding: 64px 0px 96px 0px;
    text-align: center;
    border-top: 1px solid #cccccc; }
    @media only screen and (max-width: 959px) {
      .spec .spec-nav {
        padding: 32px 0px 32px 0px; } }
    .spec .spec-nav li {
      display: inline-block;
      margin: 0px 8px 0px 8px; }
      @media only screen and (max-width: 959px) {
        .spec .spec-nav li {
          margin: 0px 6px 0px 6px; } }
      .spec .spec-nav li a {
        display: block;
        border: 1px solid #999999;
        border-radius: 6px;
        padding: 18px 32px;
        color: #000000;
        font-size: 24px;
        line-height: 1; }
        @media only screen and (max-width: 959px) {
          .spec .spec-nav li a {
            font-size: 14px;
            padding: 10px 12px; } }
        .spec .spec-nav li a:hover {
          text-decoration: none;
          opacity: 0.7; }
  .spec .base-spec {
    margin: 0px 0px 96px 0px; }
    @media only screen and (max-width: 959px) {
      .spec .base-spec {
        margin: 0px 0px 64px 0px; } }
    .spec .base-spec h3 {
      font-size: 30px;
      font-weight: 400;
      text-align: center;
      display: block;
      position: relative;
      margin: 0px 0px 32px 0px; }
      @media only screen and (max-width: 959px) {
        .spec .base-spec h3 {
          font-size: 24px; } }
      .spec .base-spec h3 span {
        display: inline-block;
        background-color: #fff;
        padding: 0px 24px 0px 24px;
        z-index: 2;
        position: relative; }
      .spec .base-spec h3::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        top: calc(50% - 1px);
        left: 0px;
        background-color: #9e936c;
        z-index: 1; }
    .spec .base-spec.spec01 .img01 {
      margin: 0px 0px 48px 0px; }
      @media only screen and (max-width: 959px) {
        .spec .base-spec.spec01 .img01 {
          margin: 0px 0px 16px 0px; } }
      .spec .base-spec.spec01 .img01 img {
        width: 100%;
        height: auto; }
    .spec .base-spec.spec01 .img02 {
      position: relative; }
      @media only screen and (max-width: 959px) {
        .spec .base-spec.spec01 .img02 figure {
          margin: 0px 0px 12px 0px; } }
      @media only screen and (max-width: 959px) {
        .spec .base-spec.spec01 .img02 figure img {
          width: 100%;
          height: auto; } }
      .spec .base-spec.spec01 .img02 .inner {
        position: absolute;
        bottom: 15%;
        right: 0;
        background-color: rgba(242, 242, 242, 0.7);
        width: 540px;
        height: auto;
        padding: 60px 60px 60px 60px; }
        @media only screen and (max-width: 959px) {
          .spec .base-spec.spec01 .img02 .inner {
            position: relative;
            bottom: inherit;
            right: inherit;
            width: 100%;
            padding: 16px; } }
        .spec .base-spec.spec01 .img02 .inner h4 {
          font-size: 24px;
          font-weight: 400;
          line-height: 1;
          border-bottom: 2px solid #9e936c;
          padding: 0px 0px 16px 0px;
          margin: 0px 0px 16px 0px; }
          @media only screen and (max-width: 959px) {
            .spec .base-spec.spec01 .img02 .inner h4 {
              font-size: 18px; } }
        .spec .base-spec.spec01 .img02 .inner p {
          font-size: 18px;
          line-height: 1.6; }
          @media only screen and (max-width: 959px) {
            .spec .base-spec.spec01 .img02 .inner p {
              font-size: 16px; } }
    .spec .base-spec.spec02 .img01 {
      margin: 0px 0px 36px 0px; }
      @media only screen and (max-width: 959px) {
        .spec .base-spec.spec02 .img01 {
          margin: 0px 0px 16px 0px; } }
      .spec .base-spec.spec02 .img01 img {
        width: 100%;
        height: auto; }
    .spec .base-spec.spec02 .text01 {
      font-size: 18px;
      line-height: 1.6;
      margin: 0px 0px 48px 0px; }
      @media only screen and (max-width: 959px) {
        .spec .base-spec.spec02 .text01 {
          font-size: 14px;
          margin: 0px 0px 24px 0px; } }
    .spec .base-spec.spec02 ul {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-flex-direction: row;
      /* Safari */
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap;
      margin: 0px 0px 0px -32px; }
      @media only screen and (max-width: 959px) {
        .spec .base-spec.spec02 ul {
          margin: 0px 0px 0px -16px; } }
      .spec .base-spec.spec02 ul li {
        width: calc(50% - 32px);
        margin: 0px 0px 0px 32px; }
        @media only screen and (max-width: 959px) {
          .spec .base-spec.spec02 ul li {
            width: calc(50% - 16px);
            margin: 0px 0px 0px 16px; } }
        .spec .base-spec.spec02 ul li h4 {
          font-size: 18px;
          text-align: center;
          line-height: 1;
          font-weight: 400;
          border-bottom: 2px solid #cccccc;
          margin: 0px 0px 24px 0px;
          padding: 0px 0px 12px 0px; }
          @media only screen and (max-width: 959px) {
            .spec .base-spec.spec02 ul li h4 {
              font-size: 16px;
              margin: 0px 0px 16px 0px; } }
        .spec .base-spec.spec02 ul li figure img {
          width: 100%;
          height: auto; }
    .spec .base-spec.spec03 .img01 {
      margin: 0px 0px 48px 0px; }
      @media only screen and (max-width: 959px) {
        .spec .base-spec.spec03 .img01 {
          margin: 0px 0px 16px 0px; } }
      .spec .base-spec.spec03 .img01 img {
        width: 100%;
        height: auto; }
    .spec .base-spec.spec03 .img02 {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-flex-direction: row;
      /* Safari */
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap;
      margin: 0px 0px 0px -32px; }
      @media only screen and (max-width: 959px) {
        .spec .base-spec.spec03 .img02 {
          margin: 0px 0px 0px 0px;
          display: block; } }
      .spec .base-spec.spec03 .img02 figure {
        width: calc(50% - 32px);
        margin: 0px 0px 0px 32px; }
        @media only screen and (max-width: 959px) {
          .spec .base-spec.spec03 .img02 figure {
            width: 100%;
            margin: 0px 0px 16px 0px; } }
        .spec .base-spec.spec03 .img02 figure img {
          width: 100%;
          height: auto; }
      .spec .base-spec.spec03 .img02 .inner {
        width: calc(50% - 32px);
        margin: 0px 0px 0px 32px; }
        @media only screen and (max-width: 959px) {
          .spec .base-spec.spec03 .img02 .inner {
            width: 100%;
            margin: 0px 0px 0px 0px; } }
        .spec .base-spec.spec03 .img02 .inner h4 {
          font-size: 24px;
          font-weight: 400;
          line-height: 1;
          border-bottom: 2px solid #cccccc;
          padding: 0px 0px 16px 0px;
          margin: 0px 0px 16px 0px; }
          @media only screen and (max-width: 959px) {
            .spec .base-spec.spec03 .img02 .inner h4 {
              font-size: 16px;
              padding: 0px 0px 12px 0px;
              margin: 0px 0px 12px 0px; } }
        .spec .base-spec.spec03 .img02 .inner p {
          font-size: 18px;
          line-height: 1.6; }
          @media only screen and (max-width: 959px) {
            .spec .base-spec.spec03 .img02 .inner p {
              font-size: 14px; } }

.design {
  margin: 0px 0px 96px 0px; }
  @media only screen and (max-width: 959px) {
    .design {
      margin: 0px 0px 64px 0px; } }
  .design ul li {
    padding: 0px 16px 0px 16px; }
    @media only screen and (max-width: 959px) {
      .design ul li {
        padding: 0px 8px 0px 8px; } }
    .design ul li img {
      width: 100%;
      height: auto; }

.after-support {
  width: 100%;
  max-width: 1080px;
  margin: 0px auto 96px auto; }
  @media only screen and (max-width: 959px) {
    .after-support {
      margin: 0px auto 64px auto;
      padding: 0px 16px 0px 16px; } }
  .after-support h2 {
    margin: 0px 0px 32px 0px; }
    @media only screen and (max-width: 959px) {
      .after-support h2 {
        margin: 0px 0px 16px 0px; } }
  .after-support h3 {
    text-align: center;
    margin: 0px 0px 64px 0px; }
    @media only screen and (max-width: 959px) {
      .after-support h3 {
        margin: 0px 0px 32px 0px; } }
    .after-support h3 span {
      display: inline-block;
      font-size: 18px;
      line-height: 1;
      border-bottom: 2px solid #9e936c;
      padding: 0px 0px 8px 0px; }
      @media only screen and (max-width: 959px) {
        .after-support h3 span {
          display: block;
          width: 100%; } }
  .after-support figure.img01 {
    margin: 0px 0px 64px 0px; }
    @media only screen and (max-width: 959px) {
      .after-support figure.img01 {
        margin: 0px 0px 32px 0px; } }
    .after-support figure.img01 img {
      width: 100%;
      height: auto; }
  .after-support ul {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row;
    /* Safari */
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    margin: 0px 0px 0px -32px; }
    @media only screen and (max-width: 959px) {
      .after-support ul {
        margin: 0px 0px 0px 0px; } }
    .after-support ul li {
      width: calc(50% - 32px);
      margin: 0px 0px 0px 32px; }
      @media only screen and (max-width: 959px) {
        .after-support ul li {
          width: 100%;
          margin: 0px 0px 16px 0px; } }
      .after-support ul li h3 {
        margin: 0px 0px 24px 0px; }
        @media only screen and (max-width: 959px) {
          .after-support ul li h3 {
            margin: 0px 0px 16px 0px; } }
      @media only screen and (max-width: 959px) {
        .after-support ul li.left {
          margin: 0px 0px 24px 0px; } }
      .after-support ul li.left figure {
        margin: 0px 0px 20px 0px; }
        @media only screen and (max-width: 959px) {
          .after-support ul li.left figure {
            margin: 0px 0px 12px 0px; } }
        .after-support ul li.left figure img {
          width: 100%;
          height: auto; }
      .after-support ul li.left p {
        font-size: 14px;
        text-align: center;
        line-height: 1; }
      .after-support ul li.right {
        text-align: center; }
        .after-support ul li.right > div {
          width: 100%;
          height: 100%;
          max-height: 277px;
          background-color: #fff9e3;
          padding: 40px 0px 0px 0px; }
          @media only screen and (max-width: 959px) {
            .after-support ul li.right > div {
              height: auto;
              max-height: inherit;
              padding: 24px 12px 24px 12px; } }
          .after-support ul li.right > div p {
            font-size: 24px;
            line-height: 1.2;
            color: #333333;
            margin: 0px 0px 30px 0px; }
            @media only screen and (max-width: 959px) {
              .after-support ul li.right > div p {
                font-size: 18px;
                line-height: 1.4;
                margin: 0px 0px 24px 0px; } }

.reservation {
  width: 100%;
  max-width: 1080px;
  margin: 0px auto 96px auto; }
  @media only screen and (max-width: 959px) {
    .reservation {
      margin: 0px auto 64px auto;
      padding: 0px 16px 0px 16px; } }
  .reservation .ttl-h2 {
    margin: 0px 0px 50px 0px; }
  .reservation .inner {
    margin: 0px 0px 40px 0px; }
    @media only screen and (max-width: 959px) {
      .reservation .inner {
        margin: 0px 0px 14px 0px; } }
    .reservation .inner h3 {
      font-size: 22px;
      font-weight: 400;
      letter-spacing: 0.1em;
      margin: 0px 0px 29px 0px;
      transition-delay: 0.6s; }
    .reservation .inner ul {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-flex-direction: row;
      /* Safari */
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap;
      margin: 0px 0px 0px -30px; }
      @media only screen and (max-width: 959px) {
        .reservation .inner ul {
          margin: 0px 0px 0px -15px; } }
      .reservation .inner ul li {
        width: calc(33.3% - 30px);
        margin: 0px 0px 32px 30px; }
        @media only screen and (max-width: 959px) {
          .reservation .inner ul li {
            width: calc(50% - 15px);
            margin: 0px 0px 40px 15px; } }
        .reservation .inner ul li:nth-child(1) {
          transition-delay: 0.6s; }
        .reservation .inner ul li:nth-child(2) {
          transition-delay: 0.8s; }
        .reservation .inner ul li:nth-child(3) {
          transition-delay: 1s; }
        .reservation .inner ul li a {
          display: block; }
          .reservation .inner ul li a:hover {
            text-decoration: none;
            color: #C5C5C5; }
            .reservation .inner ul li a:hover figure::after {
              opacity: 0.3; }
            .reservation .inner ul li a:hover h4 {
              color: #404040; }
            .reservation .inner ul li a:hover p {
              color: #404040; }
            .reservation .inner ul li a:hover .detail-btn a::after, .reservation .inner ul li a:hover .detail-btn span::after {
              animation: more-btn-bottomline 1s;
              animation-fill-mode: forwards !important; }
            .reservation .inner ul li a:hover .detail-btn a::before, .reservation .inner ul li a:hover .detail-btn span::before {
              animation: more-btn-arrow 1s;
              animation-fill-mode: forwards !important; }
        .reservation .inner ul li .bottom-btn-container {
          display: -webkit-flex;
          /* Safari */
          display: flex;
          -webkit-flex-direction: row;
          /* Safari */
          flex-direction: row;
          -webkit-flex-wrap: wrap;
          /* Safari */
          flex-wrap: wrap;
          align-items: flex-end;
          justify-content: flex-end;
          margin: 0px 0px 0px -16px; }
          @media only screen and (max-width: 959px) {
            .reservation .inner ul li .bottom-btn-container {
              margin: 0px 0px 0px -8px; } }
          .reservation .inner ul li .bottom-btn-container a {
            width: calc(50% - 16px);
            margin: 0px 0px 0px 16px; }
            @media only screen and (max-width: 959px) {
              .reservation .inner ul li .bottom-btn-container a {
                width: calc(50% - 8px);
                margin: 0px 0px 0px 8px; } }
            .reservation .inner ul li .bottom-btn-container a.special-btn {
              width: calc(100% - 16px);
              margin: 16px 0px 0px 16px; }
              @media only screen and (max-width: 959px) {
                .reservation .inner ul li .bottom-btn-container a.special-btn {
                  width: calc(100% - 8px);
                  margin: 12px 0px 0px 8px; } }
            .reservation .inner ul li .bottom-btn-container a span {
              width: 100%; }
              @media only screen and (max-width: 959px) {
                .reservation .inner ul li .bottom-btn-container a span::before {
                  width: 16px;
                  height: 4px;
                  background-size: 16px 4px; } }
        .reservation .inner ul li figure {
          margin: 0px 0px 5px 0px;
          position: relative; }
          .reservation .inner ul li figure::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            z-index: 3;
            opacity: 0;
            transition: 0.5s;
            background-color: #000;
            border-radius: 8px; }
            @media only screen and (max-width: 959px) {
              .reservation .inner ul li figure::after {
                display: none; } }
          .reservation .inner ul li figure img {
            width: 100%;
            height: auto;
            border-radius: 5px; }
        .reservation .inner ul li .tag {
          margin: 0px 0px 13px 0px; }
          .reservation .inner ul li .tag span {
            display: inline-block;
            border: 1px solid #343434;
            font-size: 10px;
            font-weight: 400;
            letter-spacing: 0.1em;
            border-right: none;
            padding: 5px 5px 4px 5px;
            background-color: #fff;
            color: #343434; }
            .reservation .inner ul li .tag span:first-child {
              border-top-left-radius: 2px;
              border-bottom-left-radius: 2px; }
            .reservation .inner ul li .tag span:last-child {
              border-top-right-radius: 2px;
              border-bottom-right-radius: 2px;
              border-right: 1px solid #343434; }
        .reservation .inner ul li h4 {
          font-size: 14px;
          font-weight: 400;
          line-height: 20px;
          letter-spacing: 0.1em;
          margin: 0px 0px 9px 0px;
          color: #000000; }
          @media only screen and (max-width: 959px) {
            .reservation .inner ul li h4 {
              font-size: 13px; } }
        .reservation .inner ul li .address {
          font-size: 10px;
          font-weight: 400;
          letter-spacing: 0.1em;
          background-image: url("../img/base/yoyaku-ico.svg");
          background-size: 10px 18px;
          background-repeat: no-repeat;
          background-position: left center;
          min-height: 18px;
          line-height: 18px;
          padding: 0px 0px 0px 17px;
          margin: 0px 0px 5px 0px;
          color: #343434; }
        .reservation .inner ul li .date {
          font-size: 10px;
          font-weight: 400;
          letter-spacing: 0.1em;
          background-image: url("../img/base/date-ico.svg");
          background-size: 11px 12px;
          background-repeat: no-repeat;
          background-position: left center;
          color: #343434;
          min-height: 12px;
          line-height: 12px;
          padding: 0px 0px 0px 17px;
          margin: 0px 0px 12px 0px; }
        .reservation .inner ul li .priceContainer {
          margin: 0px 0px 16px 0px; }
        .reservation .inner ul li .price1, .reservation .inner ul li .price2 {
          color: #343434;
          min-height: 12px;
          line-height: 18px;
          padding: 0px 0px 0px 0px;
          margin: 0px 0px 8px 0px;
          font-size: 11px;
          font-weight: 600; }
          .reservation .inner ul li .price1 span, .reservation .inner ul li .price2 span {
            font-size: 14px;
            color: #3d6bc6;
            font-weight: 600; }
    .reservation .inner .limit3 ul li:nth-child(n+4) {
      display: none; }

.detail-btn2 {
  display: flex;
  justify-content: flex-end; }
  .detail-btn2 a, .detail-btn2 span {
    width: 144px;
    display: block;
    color: #000;
    font-size: 10px;
    padding: 0px 0px 8px 0px;
    overflow: hidden;
    position: relative; }
    .detail-btn2 a::after, .detail-btn2 span::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0px;
      left: 0px;
      background-color: #A0A0A0; }
    .detail-btn2 a::before, .detail-btn2 span::before {
      content: "";
      position: absolute;
      width: 22px;
      height: 5px;
      bottom: 12px;
      right: 8px;
      background-image: url("../img/base/footer-arrow-b.svg");
      background-repeat: no-repeat;
      background-size: 22px 5px; }
  .detail-btn2.color-navy span {
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 12px 8px;
    border-radius: 6px;
    background-color: #3d6bc6; }
    .detail-btn2.color-navy span::after {
      display: none; }
    .detail-btn2.color-navy span::before {
      bottom: 16px;
      background-image: url("../img/base/footer-arrow.svg"); }
  .detail-btn2.single-link a:hover, .detail-btn2.single-link span:hover {
    text-decoration: none;
    color: #C5C5C5; }
    .detail-btn2.single-link a:hover::after, .detail-btn2.single-link span:hover::after {
      animation: more-btn-bottomline 1s;
      animation-fill-mode: forwards !important; }
    .detail-btn2.single-link a:hover::before, .detail-btn2.single-link span:hover::before {
      animation: more-btn-arrow 1s;
      animation-fill-mode: forwards !important; }
