@charset "UTF-8";
/* ------------------------
base
------------------------ */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  color: #221E1F;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main {
  padding-top: 140px;
}

img {
  max-width: 100%;
  vertical-align: top;
  /* pointer-events: none; */
}

a, a img, .btn {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

a:hover, a img:hover, .btn:hover {
  opacity: 0.7;
}

h1, h2, p {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

a {
  color: #221E1F;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.note {
  font-size: 12px !important;
  font-weight: 400 !important;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

.note::before {
  content: "※";
}

.btn01 a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(-45deg, #A98C48 0%, #D3C580 20%, #BBA35A 60%, #C8B570 80%, #A98C48 95% 100%);
  position: relative;
  overflow: hidden;
  font-weight: 300;
}

.btn01 a:hover,
.btn01 a img:hover {
  opacity: 1;
}

.btn01 a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn01 a:hover::before {
  left: 100%;
}

.btn02 a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(-45deg, #71553D 0%, #876B4C 20%, #6E5239 60%, #826648 80%, #70553C 95% 100%);
  position: relative;
  overflow: hidden;
  font-weight: 300;
}

.btn03 a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(-225deg, #142b47 0%, #1c3559 50%, #293a5e 51%, #3e4c6b 100%);
  position: relative;
  overflow: hidden;
  font-weight: 300;
}

.btn02 a:hover,
.btn02 a img:hover,
.btn03 a:hover,
.btn03 a img:hover {
  opacity: 1;
}

.btn02 a::before, .btn03 a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn02 a:hover::before, .btn03 a:hover::before {
  left: 100%;
}

.btn-area .con-btn a {
  width: 336px;
  height: 73px;
  font-size: 30px;
  position: relative;
  margin: 0 auto;
  font-weight: 300;
  padding-right: 3%;
}

.btn-area .con-btn a::after {
  position: absolute;
  content: "";
  display: block;
  border-top: solid 1px #fff;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 23px;
}

.btn-area .con-btn img {
  margin-top: 5px;
  margin-right: 40px;
}

.color01 {
  color: #3875bb !important;
}

.color02 {
  color: #AC854E !important;
}

.color03 {
  color: #00adee !important;
}

.garamond {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: italic;
}

.notosans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.fadein01 {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.fadein02 {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

.fadein03 {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 1.6s;
  transition: all 1.6s;
}

.fadein04 {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 2s;
  transition: all 2s;
}

.fadein05 {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 2.4s;
  transition: all 2.4s;
}

.fadein06 {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 2.8s;
  transition: all 2.8s;
}

.fadein01.active,
.fadein02.active,
.fadein03.active,
.fadein04.active,
.fadein05.active,
.fadein06.active {
  opacity: 11;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.sup {
  vertical-align: super;
  font-size: 50%;
}

.cap {
  font-size: 12px !important;
}

.red {
  color: #EC1B23;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  a:hover, a img:hover, .btn:hover {
    opacity: 1;
  }
  main {
    padding-top: 60px;
  }
  .btn-area .con-btn a {
    max-width: 234px;
    height: 50px;
    font-size: 19px;
    padding-right: 8%;
  }
  .btn-area .con-btn img {
    width: 20px;
    height: auto;
    margin-top: 0;
    margin-right: 16px;
  }
  .btn-area .con-btn a::after {
    width: 16px;
  }
}
@media print {
  .sp-only {
    display: none;
  }
}
/* ------------------------
header
------------------------ */
header {
  width: 100%;
  /* height: 80px; */
  background: #fff;
  position: fixed;
  z-index: 999;
  border-bottom: solid 1px #d2d2d2;
}

header .header-inner {
  margin: 0 auto;
  padding-left: 4%;
  height: 80px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

header .header-inner h1 {
  line-height: 0;
}

header .header-inner h1 img {
  vertical-align: bottom;
}

header .header-inner nav {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

header .header-inner ul {
  text-align: left;
  margin-left: 30px;
}

header .header-inner ul li {
  display: inline-block;
  vertical-align: middle;
}

header .header-inner ul li a {
  font-size: 12px;
}

header .header-inner ul .header-menu img {
  margin-right: 6px;
  width: 16px;
  height: auto;
  vertical-align: middle;
}

header .header-inner ul .header-tel {
  margin-right: 27px;
  width: 32%;
}

header .header-inner ul .header-menu {
  margin-right: 20px;
}

header .header-inner .header-btn img {
  margin: 0 auto;
  width: 26px;
  height: auto;
  vertical-align: middle;
  display: block;
}

header .header-inner .header-btn a {
  height: 80px;
  width: 100px;
  font-size: 14px;
  line-height: 1.25;
  display: block !important;
  padding: 10px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header .header-inner .header-btn a .txt {
  display: block;
  margin-top: 2px;
}

header .header-inner .header-btn a .txt.col-1 {
  margin-top: 9px;
  font-size: 15px;
}

/* g-navi */
header .g-navi {
  background: #fff;
}

header .g-navi ul {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .g-navi ul li {
  height: 60px;
  padding: 0 18px 0;
  position: relative;
  white-space: nowrap;
}

header .g-navi ul li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #221E1F;
}

header .g-navi ul li:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #221E1F;
}

header .g-navi ul li a {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  font-weight: 500;
}

header .g-navi ul li.active a::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border: 6px solid transparent;
  border-bottom: 7px solid #132952;
}

header .g-navi ul li.comingsoon a {
  color: #898989;
  pointer-events: none;
}

header .g-navi ul li.comingsoon a::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 92px;
  height: 13px;
  background-image: url(../img/gnavi_comingsoon@2x.png);
  background-size: contain;
  vertical-align: middle;
  top: 5px;
}

header .g-navi ul li.new a::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 13px;
  background-image: url(../img/gnavi_new@2x.png);
  background-size: contain;
  vertical-align: middle;
  top: 5px;
}

header .g-navi ul li a:hover {
  opacity: 1;
  color: #999;
}

/* ハンバーガーメニュー */
.hamburger-menu .menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  height: 60px;
  width: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 90;
  /* background-color: #3584bb; */
}

.hamburger-menu .menu-btn span,
.hamburger-menu .menu-btn span:before,
.hamburger-menu .menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #221E1F;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hamburger-menu .menu-btn span:before {
  bottom: 8px;
}

.hamburger-menu .menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.hamburger-menu .menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  top: 60px;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#menu-btn-check:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
}

.hamburger-menu .menu-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.hamburger-menu .menu-content ul li {
  border-bottom: solid 1px #fff;
  list-style: none;
}

.hamburger-menu .menu-content ul li {
  width: 50%;
}

.hamburger-menu .menu-content ul li:first-of-type {
  width: 100%;
}

.hamburger-menu .menu-content ul li:nth-of-type(even) {
  border-right: solid 1px #fff;
}

.hamburger-menu .menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 0 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 57px;
}

.hamburger-menu .menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 45%;
}

.hamburger-menu .hbg-sub-btn {
  margin-right: 20px;
  margin-left: 20px;
}

.hamburger-menu .hbg-sub-btn div {
  width: 49%;
  height: 40px;
  border: solid 1px #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hamburger-menu .hbg-sub-btn div a {
  font-size: 14px;
  color: #fff;
}

.hamburger-menu .hbg-tel {
  margin: 40px 20px 200px;
}

.hamburger-menu .hbg-tel .hbg-tel-ttl {
  font-size: 14px;
  color: #fff;
  margin-bottom: 12px;
}

.hamburger-menu .hbg-tel a img {
  width: 70%;
}

.hamburger-menu .hbg-tel .hbg-tel-open {
  font-size: 12px;
  color: #fff;
  margin-top: 8px;
}

.hamburger-menu .comingsoon {
  background: gray;
}

.hamburger-menu .comingsoon a {
  pointer-events: none;
  color: #4c4c4c !important;
}

@media screen and (min-width: 768px) {
  header .header-inner h1 {
    /* max-width: 20%; */
    max-width: 24%;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 60px;
  }
  header .header-inner {
    padding: 0 2%;
    height: 60px;
  }
  header .header-inner h1 {
    width: 45%;
  }
  header .header-inner .flex-r-tel {
    /* width: 40%; */
    width: 35%;
  }
  .sp-nav {
    position: fixed;
    background: #fff;
    width: 100%;
    bottom: 0;
    padding: 1px;
    z-index: 90;
  }
  .sp-nav .sp-nav-child {
    width: 24.8%;
  }
  .sp-nav .sp-nav-child01,
  .sp-nav .sp-nav-child02,
  .sp-nav .sp-nav-child03 {
    background: #959388;
  }
  .sp-nav .sp-nav-child04 {
    background: linear-gradient(-45deg, #A98C48 0%, #D3C580 20%, #BBA35A 60%, #C8B570 80%, #A98C48 95% 100%);
  }
  .sp-nav .sp-nav-child05 {
    background: linear-gradient(130deg, #71553D 0%, #876B4C 20%, #6E5239 60%, #826648 80%, #70553C 100%);
  }
  .sp-nav .sp-nav-child06 {
    background: linear-gradient(-225deg, #142b47 0%, #1c3559 50%, #293a5e 51%, #3e4c6b 100%);
  }
}
@media screen and (max-width: 360px) {
  .sp-nav .sp-nav-child {
    width: 24.76%;
  }
}
@media screen and (max-width: 320px) {
  header .header-inner h1 {
    width: 45%;
  }
}
/* ------------------------
main
------------------------ */
.mv img {
  width: 100%;
  height: auto;
}

.copy-area .copy01 {
  position: relative;
  /* background: linear-gradient(to right, #A41D51, 50%, #DD4D76, #A41D51) */
  border-bottom: solid 1px #8BC53F;
}

.copy-area .copy01 .copy-child01 {
  height: 190px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* max-width: 1000px; */
  margin: 0 auto;
}

.copy-area .copy01 .copy-child02 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.copy-area .copy02 .copy-child01 {
  background: #E0DED8;
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.copy-area .copy02 .copy-child01::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: -32px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border: 17px solid transparent;
  border-top: 18px solid #E0DED8;
}

.copy-area .copy02 .copy-child01 img {
  z-index: 2;
}

.copy-area .copy02 .copy-child02 {
  height: 120px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.copy-area .copy03 {
  height: 170px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: linear-gradient(445deg, #A89989, #42311A);
  position: relative;
}

.copy-area .copy04 {
  padding: 6px 20px 0;
}

.copy-area .copy04 p {
  max-width: 1100px;
  text-align: right;
  font-size: 12px;
  margin: 0 auto;
}

.info {
  padding: 80px 0 0;
  /* padding: 80px 0;
  background-image: url(../img/info_bg@2x.jpg);
  background-position: center center;
  background-size: cover; */
}

.info h2 {
  margin-bottom: 56px;
  line-height: 1;
}

.info p.txt01 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 38px;
}

.info p.txt01 .s01 {
  font-size: 36px;
}

.info p.txt01 .s02 {
  font-size: 29px;
}

.info p.txt02 {
  font-size: 20px;
}

.info p.txt03 {
  font-size: 20px;
  color: #fff;
  background: #e60012;
  padding: 0.2% 1%;
  display: inline-block;
  margin: 8px 0 24px;
}

.info p.txt03 span {
  color: #fff100;
}

.info p.txt04 {
  font-size: 18px;
  border-bottom: solid 3px #e60012;
  display: inline-block;
  padding-bottom: 3px;
  margin-bottom: 8px;
}

.info p.txt05 {
  margin-bottom: 40px;
}

.info .btn-area {
  max-width: 700px;
  margin: 0 auto;
}

.info .btn-area .con-btn a {
  width: 336px;
  /* width: 480px; */
}

.info-tel {
  padding: 60px 0;
}

.info-tel .info-tel-ttl {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 16px;
}

.info-tel .info-tel-open {
  font-size: 13px;
  font-weight: 300;
  margin-top: 16px;
}

.info-tel .guidance-diagram {
  font-size: 1.7rem;
  color: #6a675f;
  display: block;
  border: 2px solid #6a675f;
  width: 300px;
  margin: 32px auto 0;
  text-align: center;
  padding: 12px 0;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.info-tel .guidance-diagram:hover {
  background: #6a675f;
  color: #fff;
}

.info-tel .guidance-diagram:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  background-color: #6a675f;
  top: 0;
  z-index: -1;
}

.info-tel .guidance-diagram:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #6a675f;
  width: 16px;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.document {
  background: #dcddde;
  padding: 40px 0;
}

.document .sec-inner {
  max-width: 928px;
  margin: 0 auto;
}

.document h2 {
  font-size: 22px;
  text-align: left;
  font-weight: 400;
  margin-bottom: 20px;
}

.news {
  padding: 100px 0;
}

.news .sec-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.news .news-box {
  background: #eaecf0;
  padding: 33px 105px 65px;
  margin-bottom: 70px;
}

.news h2 {
  border-bottom: solid 1px #504C43;
  padding-bottom: 14px;
  margin-bottom: 43px;
  line-height: 1;
}

.news .news-list {
  width: 100%;
  text-align: left;
}

.news .news-list th {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 19px;
  /* color: #594A41; */
  width: 20%;
}

.news .news-list td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  width: 80%;
}

.news .news-list td a {
  text-decoration: underline;
  color: #3875bb;
}

.news .news-list td a:hover {
  opacity: 1;
  text-decoration: none;
}

.news .news-list tr:not(:last-of-type) td {
  padding-bottom: 10px;
}

.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sub-menu .banner {
  width: 33.3%;
  height: 400px;
}

.sub-menu .banner .banner-content {
  color: #fff;
}

.sub-menu .bg-zoom {
  position: relative;
  overflow: hidden;
}

.sub-menu .bg-zoom:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub-menu .bg-zoom01:after {
  background-image: url(../img/sub_menu01@2x.jpg);
}

.sub-menu .bg-zoom02:after {
  background-image: url(../img/sub_menu02@2x.jpg);
}

.sub-menu .bg-zoom03:after {
  background-image: url(../img/sub_menu03@2x.jpg);
}

.sub-menu .bg-zoom04:after {
  background-image: url(../img/sub_menu04@2x.jpg);
}

.sub-menu .bg-zoom05:after {
  background-image: url(../img/sub_menu05@2x.jpg);
}

.sub-menu .bg-zoom06:after {
  background-image: url(../img/sub_menu06@2x.jpg);
}

.sub-menu .bg-zoom:hover {
  opacity: 1;
}

.sub-menu .bg-zoom:hover:after {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sub-menu .bg-zoom .bg-color {
  z-index: 1;
  position: absolute;
  background-color: #437bb3;
  mix-blend-mode: multiply;
  width: 200px;
  height: 100px;
  top: 40px;
  left: 40px;
}

.sub-menu .bg-zoom .bg-zoom-content {
  z-index: 2;
  position: absolute;
  width: 200px;
  height: 100px;
  top: 40px;
  left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sub-menu .sub-menu-ttl {
  font-size: 19px;
}

.sub-menu .bg-zoom01 .sub-menu-ttl,
.sub-menu .bg-zoom02 .sub-menu-ttl,
.sub-menu .bg-zoom05 .sub-menu-ttl {
  margin-top: 5px;
}

.sub-menu img {
  max-width: inherit;
}

.sub-menu img:hover {
  opacity: 1;
}

.sub-menu .viewmore {
  position: absolute;
  right: 5%;
  bottom: 5%;
  z-index: 2;
}

.sub-menu .comingsoon {
  pointer-events: none;
}

.top-note-area {
  padding: 60px 20px;
}

.top-note-area-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.news .note-area {
  padding: 0 5px;
  margin-top: 40px;
}

.news .notice {
  margin-top: 22px;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.news .notice-ttl {
  font-size: 13px;
  padding: 4px 14px;
  border: solid 1px #221E1F;
  margin-right: 10px;
}

.notice .notice-txt {
  font-size: 12px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .copy-area .copy01,
  .copy-area .copy03 {
    padding: 0 20px;
  }
  /* .copy-area .copy01 .copy-child01 img {
  	max-width: 75%;
  	z-index: 1;
  } */
  .copy-area .copy01 .copy-child02 {
    max-width: 44.5%;
  }
  .copy-area .copy02 .copy-child {
    padding: 0 20px;
  }
  .copy-area .copy03 .copy-child01 img {
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .copy-area .copy01 .copy-child01 {
    height: auto;
    /* width: 90%; */
    margin: 0 auto;
    padding: 30px 20px;
  }
  .copy-area .copy02 .copy-child01 {
    height: 60px;
  }
  .copy-area .copy02 .copy-child01 img {
    max-width: 90%;
    width: 306px;
  }
  .copy-area .copy02 .copy-child02 {
    height: auto;
    padding: 30px 24px 16px;
  }
  .copy-area .copy03 {
    height: auto;
    padding: 24px 15px;
  }
  .copy-area .copy04 {
    padding: 6px 6px 0;
  }
  .copy-area .copy04 p {
    text-align: left;
  }
  .info {
    padding: 50px 0 0;
  }
  .info .ad {
    margin-bottom: 40px;
  }
  .info h2 {
    margin-bottom: 20px;
  }
  .info h2 img {
    width: 112px;
    height: auto;
  }
  .info .btn-area-ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .info .btn-area-ttl .part01 {
    font-size: 28px;
  }
  .info .btn-area-ttl .part02 {
    font-size: 20px;
    margin-left: 0;
  }
  .info h2 img {
    width: 112px;
    height: auto;
  }
  .info p.txt01 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .info p.txt01 .s01 {
    font-size: 28px;
  }
  .info p.txt01 .s02 {
    font-size: 18px;
  }
  .info p.txt02 {
    font-size: 14px;
  }
  .info p.txt03 {
    font-size: 16px;
    padding: 0.2% 4%;
    margin-bottom: 20px;
  }
  .info p.txt04 {
    font-size: 14px;
  }
  .info p.txt05 {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .info .btn-area {
    width: 90%;
  }
  .info .btn-area .con-btn {
    width: 48%;
  }
  .info .btn-area .con-btn a {
    width: 100%;
  }
  .info-tel {
    padding: 40px 0;
  }
  .info-tel .info-tel-ttl {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .info-tel .info-tel-tel {
    width: 236px;
    height: auto;
    margin: 0 auto;
  }
  .info-tel .info-tel-open {
    font-size: 12px;
    margin-top: 9px;
    letter-spacing: -0.03rem;
  }
  .document {
    padding: 30px 26px;
  }
  .document h2 {
    font-size: 18px;
    margin-bottom: 26px;
    text-align: center;
  }
  .document .sec-inner .flex img {
    width: 100%;
    margin-bottom: 16px;
  }
  .document .sec-inner .flex img:last-child {
    margin-bottom: 0;
  }
  .news {
    padding: 40px 0;
    margin: 0 20px;
  }
  .news .news-box {
    padding: 30px 20px 40px;
    margin-bottom: 30px;
  }
  .news h2 {
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  .news h2 img {
    width: 50px;
    height: auto;
  }
  .news .news-list th,
  .news .news-list td {
    display: block;
    width: 100%;
  }
  .news .news-list th {
    font-size: 12px;
  }
  .news .news-list td {
    font-size: 14px;
  }
  .news .note-area {
    margin-top: 30px;
  }
  .news .notice {
    margin-top: 16px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .news .notice .notice-ttl {
    white-space: nowrap;
    padding: 22px 8px;
  }
  .sub-menu .banner {
    width: 100%;
    height: 163px;
  }
  .sub-menu .banner:not(:last-child) {
    margin-bottom: 1px;
  }
  .sub-menu .bg-zoom01:after {
    background-image: url(../img/sub_menu01_sp@2x.jpg);
  }
  .sub-menu .bg-zoom02:after {
    background-image: url(../img/sub_menu02_sp@2x.jpg);
  }
  .sub-menu .bg-zoom03:after {
    background-image: url(../img/sub_menu03_sp@2x.jpg);
  }
  .sub-menu .bg-zoom04:after {
    background-image: url(../img/sub_menu04_sp@2x.jpg);
  }
  .sub-menu .bg-zoom05:after {
    background-image: url(../img/sub_menu05_sp@2x.jpg);
  }
  .sub-menu .bg-zoom06:after {
    background-image: url(../img/sub_menu06_sp@2x.jpg);
  }
  .sub-menu .bg-zoom .bg-color {
    width: 125px;
    height: 55px;
    top: 20px;
    left: 20px;
  }
  .sub-menu .bg-zoom .bg-zoom-content {
    width: 125px;
    height: 55px;
    top: 20px;
    left: 20px;
  }
  .sub-menu .sub-menu-ttl {
    font-size: 13px;
  }
  .sub-menu .bg-zoom01 .sub-menu-ttl,
  .sub-menu .bg-zoom02 .sub-menu-ttl,
  .sub-menu .bg-zoom05 .sub-menu-ttl {
    margin-top: -3px;
  }
  .sub-menu .bg-zoom03 .sub-menu-ttl,
  .sub-menu .bg-zoom04 .sub-menu-ttl,
  .sub-menu .bg-zoom06 .sub-menu-ttl {
    margin-top: -6px;
  }
  .sub-menu .bg-zoom01 .banner-content-inner img {
    width: 94px;
  }
  .sub-menu .bg-zoom02 .banner-content-inner img {
    width: 74px;
  }
  .sub-menu .bg-zoom03 .banner-content-inner img {
    width: 75px;
  }
  .sub-menu .bg-zoom04 .banner-content-inner img {
    width: 100px;
  }
  .sub-menu .bg-zoom05 .banner-content-inner img {
    width: 47px;
  }
  .sub-menu .bg-zoom06 .banner-content-inner img {
    width: 82px;
  }
  .sub-menu .viewmore {
    right: 2%;
  }
  .sub-menu .viewmore img {
    width: 85px;
    height: auto;
  }
  .top-note-area {
    padding: 30px 20px;
  }
}
/* ------------------------
pagetop
------------------------ */
.pagetop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 62px;
    width: 50px;
    height: 50px;
  }
}
/* ------------------------
footer
------------------------ */
footer .footer-info {
  background: #504C43;
  padding: 47px 0;
}

footer .footer-info-ttl {
  font-size: 16px;
  /* font-weight: 300; */
  margin-bottom: 16px;
  color: #fff;
}

footer .footer-info-open {
  font-size: 13px;
  font-weight: 300;
  margin-top: 16px;
  margin-bottom: 33px;
  color: #fff;
}

footer .btn-area {
  max-width: 700px;
  margin: 0 auto;
}

footer .btn-area .con-btn a {
  width: 336px;
  /* width: 480px; */
}

footer .bnr-area {
  padding: 35px 0 45px;
  border-bottom: solid 1px #939597;
}

footer .bnr-area p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 26px;
}

footer .bnr-area .bnr {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}

footer .bnr-area .bnr a {
  width: 24%;
}

footer .owner {
  padding: 40px 0 46px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .owner p {
  font-size: 13px;
  border: solid 1px #000;
  padding: 3px 12px;
  display: inline-block;
}

footer .owner a,
footer .owner p {
  margin: 0 20px;
}

footer .copyright {
  background: #504C43;
  padding: 18px 0;
}

footer .copyright small {
  font-size: 11px;
  color: #fff;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  footer {
    margin-bottom: 60px;
  }
  footer .footer-info {
    padding: 40px 0;
  }
  footer .footer-info-ttl {
    font-size: 14px;
    margin-bottom: 16px;
  }
  footer .footer-info-tel {
    width: 236px;
    height: auto;
    margin: 0 auto;
  }
  footer .footer-info-open {
    font-size: 12px;
    margin-top: 9px;
    margin-bottom: 20px;
    letter-spacing: -0.03rem;
  }
  footer .btn-area {
    width: 90%;
  }
  footer .btn-area .con-btn {
    width: 48%;
  }
  footer .btn-area .con-btn a {
    width: 100%;
  }
  footer .bnr-area {
    padding: 24px 16px 40px;
  }
  footer .bnr-area p {
    font-size: 12px;
    text-align: left;
    margin-bottom: 40px;
  }
  footer .bnr-area .bnr {
    display: block;
  }
  footer .bnr-area .bnr a {
    margin-right: 0;
  }
  footer .bnr-area .bnr a img {
    width: 47%;
    height: auto;
  }
  footer .bnr-area .bnr a:nth-child(1) img,
  footer .bnr-area .bnr a:nth-child(2) img {
    margin-bottom: 2%;
  }
  footer .owner {
    padding: 30px 0 24px;
    /* flex-wrap: nowrap; */
  }
  footer .owner div {
    width: 100%;
  }
  footer .owner a {
    width: 39%;
    margin: 15px 10px 0;
  }
  footer .copyright {
    padding: 15px 0;
  }
  footer .copyright small {
    font-size: 9px;
    line-height: 1;
  }
}
@media screen and (max-width: 320px) {
  footer {
    margin-bottom: 50px;
  }
}
/* ------------------------
下層ページ
------------------------ */
main.secondary {
  padding-bottom: 160px;
}

@media screen and (max-width: 767px) {
  main.secondary {
    padding-bottom: 100px;
  }
}
main.secondary .page-ttl {
  width: 100%;
  height: 180px;
}

@media screen and (max-width: 767px) {
  main.secondary .page-ttl {
    height: 100px;
  }
}
main.secondary .page-ttl .ttl {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
  padding-top: 7px;
}

@media screen and (max-width: 767px) {
  main.secondary .page-ttl .ttl {
    padding-top: 4px;
  }
}
main.secondary .page-ttl .ttl:before {
  position: absolute;
  content: "";
  bottom: -22px;
  left: 0;
  background: url("/common/img/icon_title.png") center center no-repeat;
  width: 92px;
  height: 3px;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  main.secondary .page-ttl .ttl:before {
    width: 60px;
    height: 2px;
    bottom: -16px;
  }
}
@media screen and (max-width: 767px) {
  main.secondary .page-ttl .ttl {
    width: calc(100% - 50px);
  }
}
main.secondary .page-ttl .ttl img {
  width: 240px;
  height: auto;
}

@media screen and (max-width: 767px) {
  main.secondary .page-ttl .ttl img {
    width: 140px;
    height: auto;
  }
}
main.secondary .wide-box {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  main.secondary .wide-box {
    width: calc(100% - 40px);
  }
}
main.secondary .wide-full {
  width: 100%;
}

@media screen and (max-width: 767px) {
  main.secondary .wide-full {
    width: 100%;
  }
}
main.concept .image-concept {
  position: relative;
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  main.concept .image-concept {
    margin-top: 80px;
  }
}
main.design {
  position: relative;
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  main.design {
    padding-bottom: 100px;
  }
}
main.design .lower-con .lead-box {
  padding: 80px 0 80px;
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  main.design .lower-con .lead-box {
    width: 100%;
    padding: 40px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  main.design .lower-con .lead-box br {
    display: none;
  }
}
main.design .lower-con .image-entrance, main.design .lower-con .image-hall {
  margin-top: 140px;
}

@media screen and (max-width: 767px) {
  main.design .lower-con .image-entrance, main.design .lower-con .image-hall {
    margin-top: 60px;
  }
}
main.design .lower-con .image-hall .image:before {
  position: absolute;
  content: "";
  bottom: 20px;
  left: 20px;
  background: url("../../design/img/icon_wifi.png") top center no-repeat;
  width: 70px;
  height: 70px;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  main.design .lower-con .image-hall .image:before {
    width: 40px;
    height: 40px;
    bottom: 8px;
    left: 8px;
  }
}
main.plan {
  position: relative;
  padding-bottom: 150px;
}

main.plan .lower-con .btn-anchor {
  position: relative;
  margin-top: 80px;
}

main.plan .lower-con .btn-anchor li.end {
  cursor: default !important;
  pointer-events: none;
}

main.plan .lower-con .btn-anchor li a .r-box.end .txt-total {
  margin-top: -8px;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .btn-anchor li a .r-box.end .txt-total {
    margin-top: -4px;
  }
}
main.plan .lower-con .btn-anchor li a .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.sec-banner {
  position: relative;
  margin: 72px auto 0;
  width: 100%;
  max-width: 1100px;
}

@media screen and (max-width: 767px) {
  .sec-banner {
    margin: 40px auto 0;
  }
}
.sec-banner img {
  width: 100%;
  height: auto;
}

main.plan .lower-con .btn-anchor li a .txt-end {
  position: absolute;
  top: calc(50% - 16px);
  left: 0px;
  background: rgba(255, 0, 0, 0.75);
  width: 100%;
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .btn-anchor li a .txt-end {
    font-size: 16px;
    margin-top: 4px;
  }
}
main.plan .lower-con .btn-anchor li a .label {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 42px;
  font-size: 13px;
  background: #fdd54a;
  line-height: 1.2;
  padding: 4px 0 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .btn-anchor li a .label {
    font-size: 12px;
    width: 48px;
    height: 38px;
    text-align: center;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  main.plan .lower-con .btn-anchor {
    margin-top: 64px;
  }
}
main.plan .lower-con .btn-anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main.plan .lower-con .btn-anchor li a {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

main.plan .lower-con .btn-anchor li a .r-box ul {
  position: relative;
  margin: 8px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main.plan .lower-con .btn-anchor li a .r-box ul li {
  background: #727171;
  color: #fff;
  font-size: 10px;
  border: 0px;
  width: 40px;
  padding: 1px 0 2px;
  margin: 0;
}

main.plan .lower-con .btn-anchor li a .r-box ul li:nth-child(n+2) {
  margin-left: 8px;
  background: #206277;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .btn-anchor ul {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
main.plan .lower-con .btn-anchor ul li {
  position: relative;
  width: calc(33.33% - 12px);
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 18px;
  cursor: pointer;
}

main.plan .lower-con .btn-anchor ul li.type-e a .r-box .txt-plan {
  font-size: 18px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .btn-anchor ul li.type-e a .r-box .txt-plan {
    font-size: 16px;
  }
}
main.plan .lower-con .btn-anchor ul li.type-e a .r-box .txt-floor {
  font-size: 11px;
  margin-top: 2px;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .btn-anchor ul li.type-e a .r-box .txt-floor {
    margin: 0px 0 2px;
    font-size: 10px;
  }
}
main.plan .lower-con .btn-anchor ul li.type-e a .r-box .txt-total {
  margin-top: -5px;
}

main.plan .lower-con .btn-anchor ul li.type-e a .r-box {
  padding: 8px 0px 8px;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .btn-anchor ul li.type-e a .r-box {
    padding: 4px 0px 4px;
  }
}
@media screen and (max-width: 767px) {
  main.plan .lower-con .btn-anchor ul li.type-e a .l-box {
    padding: 18px 0 18px;
  }
}
main.plan .lower-con .btn-anchor ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: stretch;
  height: 100%;
}

main.plan .tab-plan {
  position: relative;
  width: 1100px;
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  main.plan .tab-plan {
    width: calc(100% - 40px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
main.plan .tab-plan li {
  width: calc(25% - 20px);
  background: #f2f3f3;
  border: 1px solid #000;
  text-align: center;
  height: 72px;
  padding: 20px 0 20px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  main.plan .tab-plan li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    font-size: 16px;
    height: 64px;
    padding: 18px 0 18px;
  }
}
@media screen and (min-width: 769px) {
  main.plan .tab-plan li {
    -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  }
  main.plan .tab-plan li:not(.active):hover {
    opacity: 0.6;
  }
}
main.plan .tab-plan li.active {
  background: #000;
  color: #fff;
}

main.plan .tab-plan li:nth-child(n+2) {
  margin-left: 28px;
}

@media screen and (max-width: 767px) {
  main.plan .tab-plan li:nth-child(n+2) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  main.plan .tab-plan li:nth-child(2n+1) {
    margin-right: 10px;
  }
}
main.plan.type-detail .lower-con .plan-box article {
  -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

main.plan.type-detail .lower-con .plan-box article:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

main.plan.type-detail .lower-con .plan-box article.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .btn-anchor ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
main.plan .lower-con .btn-anchor ul li .l-box, main.plan .lower-con .btn-anchor ul li .r-box {
  padding: 14px 0px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .btn-anchor ul li .l-box, main.plan .lower-con .btn-anchor ul li .r-box {
    padding: 10px 0px 12px;
  }
}
@media screen and (min-width: 769px) {
  main.plan .lower-con .btn-anchor ul li {
    -webkit-transition: 0.2s all cubic-bezier(0.33, 1, 0.68, 1);
    transition: 0.2s all cubic-bezier(0.33, 1, 0.68, 1);
  }
  main.plan .lower-con .btn-anchor ul li:hover {
    opacity: 0.7;
  }
}
main.plan .lower-con .btn-anchor ul li .l-box {
  position: relative;
  background: #000;
  text-align: center;
  color: #fff;
  width: 72px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

main.plan .lower-con .btn-anchor ul li .l-box p.type {
  font-size: 42px;
  line-height: 1;
}

main.plan .lower-con .btn-anchor ul li .l-box p.type span {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .btn-anchor ul li .l-box p.type span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  main.plan .lower-con .btn-anchor ul li .l-box p.type {
    font-size: 24px;
  }
}
main.plan .lower-con .btn-anchor ul li .l-box p.text {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-top: 2px;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .btn-anchor ul li .l-box p.text {
    font-size: 11px;
    margin-top: 1px;
  }
}
main.plan .lower-con .btn-anchor ul li .l-box p.basic {
  background: #fff;
  color: #000;
  width: 40px;
  margin: 12px auto 0;
  font-size: 11px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .btn-anchor ul li .l-box p.basic {
    font-size: 10px;
    margin: 10px auto 0;
  }
}
main.plan .lower-con .btn-anchor ul li .r-box {
  position: relative;
  padding: 12px 10px 14px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .btn-anchor ul li .r-box {
    padding: 10px 10px 12px;
    line-height: 1.3;
  }
}
main.plan .lower-con .btn-anchor ul li .r-box .txt-plan {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .btn-anchor ul li .r-box .txt-plan {
    font-size: 20px;
  }
}
main.plan .lower-con .btn-anchor ul li .r-box .txt-total {
  text-align: center;
}

main.plan .lower-con .btn-anchor ul li .r-box .txt-total span {
  position: relative;
}

main.plan .lower-con .btn-anchor ul li .r-box .txt-total .ttl {
  font-size: 12px;
  margin-right: 2px;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .btn-anchor ul li .r-box .txt-total .ttl {
    font-size: 11px;
  }
}
main.plan .lower-con .btn-anchor ul li .r-box .txt-total .num-en {
  top: 3px;
  font-size: 22px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .btn-anchor ul li .r-box .txt-total .num-en {
    font-size: 18px;
    top: 2px;
  }
}
main.plan .lower-con .btn-anchor ul li .r-box .txt-total .num-jp {
  font-size: 12px;
}

main.plan .lower-con .plan-box {
  position: relative;
  margin: 80px auto 0;
}

main.plan .lower-con .plan-box article {
  position: relative;
  width: 100%;
  border: 1px solid #000;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .plan-box article {
    width: 100%;
    margin: 0 auto;
  }
}
main.plan .lower-con .plan-box article:nth-child(n+2) {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .plan-box article:nth-child(n+2) {
    margin-top: 50px;
  }
}
main.plan .lower-con .plan-box article.type-e .head .l-box .txt-f {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .plan-box article.type-e .head .l-box .txt-f {
    margin-top: 0px;
    margin-bottom: 4px;
  }
}
main.plan .lower-con .plan-box article.type-e .head .r-box .txt-f {
  text-align: left;
  line-height: 1;
  font-size: 12px;
  margin-top: 10px;
}

main.plan .lower-con .plan-box article.type-e .head .r-box .txt-plan {
  line-height: 1.2;
}

main.plan .lower-con .plan-box .head {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .plan-box .head {
    display: block;
  }
}
main.plan .lower-con .plan-box .head .l-box {
  position: relative;
  width: 168px;
  background: #000;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #000;
  padding: 30px 0 30px;
}

main.plan .lower-con .plan-box .head .l-box.menu {
  background: #206277;
}

main.plan .lower-con .plan-box .head .l-box.washitsu {
  background: #34571f;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .plan-box .head .l-box {
    width: 100%;
    padding: 12px 0 16px;
  }
}
main.plan .lower-con .plan-box .head .l-box .txt-f {
  font-size: 15px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .plan-box .head .l-box .txt-f {
    display: block;
    position: relative;
    top: 6px;
  }
}
main.plan .lower-con .plan-box .head .l-box p.type {
  font-size: 72px;
  line-height: 1;
}

main.plan .lower-con .plan-box .head .l-box p.type span {
  font-size: 50px;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .plan-box .head .l-box p.type span {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  main.plan .lower-con .plan-box .head .l-box p.type {
    display: inline-block;
    font-size: 42px;
  }
}
main.plan .lower-con .plan-box .head .l-box p.text {
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-top: 2px;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .plan-box .head .l-box p.text {
    display: inline-block;
    font-size: 18px;
  }
}
main.plan .lower-con .plan-box .head .l-box p.basic {
  background: #fff;
  color: #000;
  width: 72px;
  margin: 20px auto 0;
  font-size: 16.5px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .plan-box .head .l-box p.basic {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 14px;
    margin-left: 8px;
    top: -1px;
  }
}
main.plan .lower-con .plan-box .head .r-box {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #f2f3f3;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 50px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .plan-box .head .r-box {
    display: block;
    padding: 20px 30px 20px;
  }
}
main.plan .lower-con .plan-box .head .r-box .txt-left {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .plan-box .head .r-box .txt-left {
    width: 100%;
  }
}
main.plan .lower-con .plan-box .head .r-box .txt-left .txt-plan {
  font-size: 38px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .plan-box .head .r-box .txt-left .txt-plan {
    font-size: 28px;
  }
}
main.plan .lower-con .plan-box .head .r-box .txt-left .note-plan {
  font-size: 12px;
  text-align: left;
  margin: 5px 0 0;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .plan-box .head .r-box .txt-left .note-plan {
    margin: 3px 0 0;
    font-size: 11px;
    line-height: 1.55;
  }
  main.plan .lower-con .plan-box .head .r-box .txt-left .note-plan br {
    display: none;
  }
}
main.plan .lower-con .plan-box .head .r-box .txt-right {
  position: relative;
  width: 50%;
  border-left: 1px solid #000;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .plan-box .head .r-box .txt-right {
    width: 100%;
    border: none;
    padding: 16px 0 0;
  }
}
main.plan .lower-con .plan-box .head .r-box .txt-right .txt-area {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 12px;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .plan-box .head .r-box .txt-right .txt-area {
    width: 100%;
  }
}
main.plan .lower-con .plan-box .head .r-box .txt-right .txt-area li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .plan-box .head .r-box .txt-right .txt-area li {
    font-size: 13px;
    line-height: 1.6;
  }
}
main.plan .lower-con .plan-box .head .r-box .txt-right .txt-area li .ttl {
  width: 40%;
  text-align: left;
  white-space: nowrap;
}

main.plan .lower-con .plan-box .head .r-box .txt-right .txt-area li .ttl span.jukyo {
  letter-spacing: 0.2em;
}

main.plan .lower-con .plan-box .head .r-box .txt-right .txt-area li .ttl span.mb {
  letter-spacing: 1.12em;
}

main.plan .lower-con .plan-box .head .r-box .txt-right .txt-area li .ttl span.garden {
  letter-spacing: 0.5em;
}

main.plan .lower-con .plan-box .head .r-box .txt-right .txt-area li .ttl span.slim {
  position: relative;
  display: inline-block;
  -webkit-transform: scale(0.64, 1);
  transform: scale(0.64, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

main.plan .lower-con .plan-box .head .r-box .txt-right .txt-area li .number {
  width: 30%;
  text-align: right;
}

main.plan .lower-con .plan-box .head .r-box .txt-right .txt-area li .tubo {
  width: 30%;
  text-align: right;
}

main.plan .lower-con .plan-box .head .r-box .txt-right .txt-total {
  text-align: center;
  position: relative;
  border-top: 1px solid #000;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .plan-box .head .r-box .txt-right .txt-total {
    width: 100%;
    text-align: left;
    padding-top: 5px;
  }
}
main.plan .lower-con .plan-box .head .r-box .txt-right .txt-total span {
  position: relative;
}

main.plan .lower-con .plan-box .head .r-box .txt-right .txt-total .ttl {
  font-size: 15px;
  margin-right: 3px;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .plan-box .head .r-box .txt-right .txt-total .ttl {
    font-size: 14px;
    margin-right: 6px;
  }
}
main.plan .lower-con .plan-box .head .r-box .txt-right .txt-total .num-en {
  top: 3px;
  font-size: 28px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .plan-box .head .r-box .txt-right .txt-total .num-en {
    font-size: 23px;
    top: 2px;
    margin-right: 4px;
  }
}
main.plan .lower-con .plan-box .head .r-box .txt-right .txt-total .num-jp {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .plan-box .head .r-box .txt-right .txt-total .num-jp {
    font-size: 15px;
  }
}
main.plan .lower-con .plan-box .content {
  position: relative;
  padding: 64px 0 64px;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .plan-box .content {
    padding: 32px 0 48px;
  }
}
main.plan .lower-con .plan-box .content:after {
  position: absolute;
  content: "";
  bottom: 28px;
  right: 28px;
  background: url("../../plan/img/icon_plan.png") center center no-repeat;
  width: 140px;
  height: 140px;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .plan-box .content:after {
    background: url("../../plan/img/icon_plan_sp.png") center center no-repeat;
    bottom: 10px;
    right: 10px;
    width: 108px;
    height: 32px;
    background-size: contain;
  }
}
main.plan .lower-con .plan-box .content .image {
  position: relative;
  width: 64%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  main.plan .lower-con .plan-box .content .image {
    width: 100%;
  }
}
main.plan .lower-con .plan-box .content .image img {
  width: 100%;
  height: auto;
}

main.location .lower-con .image-concept {
  margin: 120px auto 0;
}

@media screen and (max-width: 767px) {
  main.location .lower-con .image-concept {
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 767px) {
  main.location .lower-con .shop-box {
    margin: 60px auto 0;
  }
}
main.location .lower-con .shop-box .shop-list ul li {
  margin: 0px !important;
}

main.location .lower-con .image-map {
  position: relative;
  margin: 120px auto 0;
  width: 900px;
}

@media screen and (max-width: 767px) {
  main.location .lower-con .image-map {
    width: 100%;
    margin: 80px auto 0;
  }
}
main.location .lower-con .image-map img {
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
}

main.location .lower-con .image-lifeinfo {
  position: relative;
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  main.location .lower-con .image-lifeinfo {
    margin: 60px auto 0;
  }
  main.location .lower-con .image-lifeinfo .image {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  main.location .lower-con .image-lifeinfo .image img {
    width: 100%;
    height: auto;
  }
}
main.location .lower-con .store-list {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  main.location .lower-con .store-list {
    margin: 60px auto 0;
  }
}
main.location .lower-con .store-list ul li {
  margin: 0px !important;
}

main.access .lower-con .image-access {
  margin-top: 160px;
}

@media screen and (max-width: 767px) {
  main.access .lower-con .image-access {
    margin-top: 80px;
  }
}
main.access .lower-con .image-access .container .text-box {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  main.access .lower-con .image-access .container .text-box {
    padding-top: 0px;
  }
}
main.access .lower-con .access-box {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  main.access .lower-con .access-box {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  main.access .lower-con .access-box ul {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  main.access .lower-con .access-box ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
main.access .lower-con .access-box ul li:not(main.access .lower-con .access-box ul li:nth-child(3n+1)) {
  margin-left: 36px;
}

@media screen and (max-width: 767px) {
  main.access .lower-con .access-box ul li:not(main.access .lower-con .access-box ul li:nth-child(3n+1)) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  main.access .lower-con .access-box ul li:not(main.access .lower-con .access-box ul li:nth-child(2n+1)) {
    margin-left: 0px;
  }
}
main.access .lower-con .image-map {
  position: relative;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  main.access .lower-con .image-map {
    width: 100%;
    margin-top: 40px;
  }
  main.access .lower-con .image-map .image img {
    border: 0px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
}
main.access .lower-con .image-map img {
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main.landplan .lower-con .image-main {
  position: relative;
}

main.landplan .lower-con .image-main .text-box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 767px) {
  main.landplan .lower-con .image-main .text-box {
    bottom: 12px;
    right: 12px;
    width: 35%;
  }
  main.landplan .lower-con .image-main .text-box img {
    width: 100%;
    height: auto;
  }
}
main.landplan .lower-con .image-main .text-box h3 {
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 8px;
}

@media screen and (max-width: 767px) {
  main.landplan .lower-con .image-main .text-box h3 {
    font-size: 12px;
  }
}
main.landplan .lower-con .image-main .text-box h3 span.icon {
  position: relative;
  background: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #616875;
  text-align: center;
  font-size: 24px;
  margin-right: 12px;
}

main.landplan .lower-con .image-main .text-box .p-box {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  main.landplan .lower-con .image-main .text-box .p-box {
    font-size: 10px;
  }
}
main.landplan .lower-con .image-map {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  main.landplan .lower-con .image-map {
    margin-top: 60px;
  }
}
main.landplan .lower-con .image-map img {
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main.landplan .lower-con .feature-box {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  main.landplan .lower-con .feature-box {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  main.landplan .lower-con .feature-box .mod-flex.column-2 ul {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  main.landplan .lower-con .feature-box .mod-flex.column-2 ul li {
    width: 100%;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  main.landplan .lower-con .feature-box .mod-flex.column-2 ul li:not(main.landplan .lower-con .feature-box .mod-flex.column-2 ul li:nth-child(3n+1)) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  main.landplan .lower-con .feature-box .mod-flex.column-2 ul li:not(main.landplan .lower-con .feature-box .mod-flex.column-2 ul li:nth-child(2n+1)) {
    margin-left: 0px;
  }
}
main.landplan .lower-con .feature-box .mod-flex.column-3 {
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  main.landplan .lower-con .feature-box .mod-flex.column-3 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  main.landplan .lower-con .feature-box .mod-flex.column-3 ul {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  main.landplan .lower-con .feature-box .mod-flex.column-3 ul li {
    width: 100%;
    margin-bottom: 36px;
  }
}
main.landplan .lower-con .feature-box .mod-flex.column-3 ul li:not(main.landplan .lower-con .feature-box .mod-flex.column-3 ul li:nth-child(3n+1)) {
  margin-left: 36px;
}

@media screen and (max-width: 767px) {
  main.landplan .lower-con .feature-box .mod-flex.column-3 ul li:not(main.landplan .lower-con .feature-box .mod-flex.column-3 ul li:nth-child(3n+1)) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  main.landplan .lower-con .feature-box .mod-flex.column-3 ul li:not(main.landplan .lower-con .feature-box .mod-flex.column-3 ul li:nth-child(2n+1)) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  main.landplan .lower-con .feature-box .text-box {
    margin-top: 20px;
  }
}
main.landplan .lower-con .feature-box .text-box h3 {
  font-weight: 400;
  font-size: 22px;
  margin: 0 0 8px;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  main.landplan .lower-con .feature-box .text-box h3 {
    font-size: 16px;
    line-height: 26px;
  }
  main.landplan .lower-con .feature-box .text-box h3 br {
    display: none;
  }
}
main.landplan .lower-con .feature-box .text-box h3 span.icon {
  position: relative;
  background: #616875;
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  main.landplan .lower-con .feature-box .text-box h3 span.icon {
    top: -3px;
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
main.landplan .lower-con .feature-box .text-box h3 span.smallcaps {
  position: relative;
  font-size: 16px;
  top: -2px;
}

main.landplan .lower-con .feature-box .text-box .p-box {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-top: 14px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  main.landplan .lower-con .feature-box .text-box .p-box {
    margin-top: 8px;
  }
}
main.landplan .lower-con .feature-box .text-box .note-caption {
  margin-top: 8px;
}

main.quality {
  position: relative;
}

main.quality .lower-con {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  main.quality .lower-con {
    padding-top: 40px;
  }
}
main.quality .lower-con .mod-text-temp-1 h3 {
  width: 320px;
  margin: 0 auto 24px;
}

@media screen and (max-width: 767px) {
  main.quality .lower-con .mod-text-temp-1 h3 {
    width: 200px;
    margin: 0 auto 10px;
  }
}
main.quality .lower-con .image-widebalcony {
  margin-top: 80px;
}

main.quality .lower-con .image-widebalcony .container .image-box {
  width: 435px;
}

@media screen and (max-width: 767px) {
  main.quality .lower-con .image-widebalcony .container .image-box {
    width: 75%;
  }
}
main.quality .lower-con .image-widebalcony .container .text-box span.asterisk {
  top: -4px;
}

main.quality .lower-con .image-widebalcony .container .text-box .p-box p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  main.quality .lower-con .image-widebalcony .container .text-box .p-box p {
    font-size: 14px;
  }
}
main.quality .lower-con .image-widebalcony .container .text-box .image {
  position: relative;
  margin: 24px 0 0;
  width: 325px;
}

@media screen and (max-width: 767px) {
  main.quality .lower-con .image-widebalcony .container .text-box .image {
    width: 240px;
    margin: 24px auto 0;
  }
}
main.quality .lower-con .image-widebalcony .container .text-box .image img {
  width: 100%;
  height: auto;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  main.quality .lower-con .feature-box .mod-flex.column-2 ul li {
    width: 100%;
  }
  main.quality .lower-con .feature-box .mod-flex.column-2 ul li:not(main.quality .lower-con .feature-box .mod-flex.column-2 ul li:nth-child(2n+1)) {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  main.quality .lower-con .feature-box .mod-flex.column-3 {
    margin-top: 36px;
  }
  main.quality .lower-con .feature-box .mod-flex.column-3 ul li {
    margin-bottom: 32px;
  }
}
main.quality .lower-con .feature-box .text-box .p-box {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

main.quality .lower-con .image-living {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  main.quality .lower-con .image-living {
    margin-top: 80px;
  }
}
main.quality .lower-con .flets-box {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  main.quality .lower-con .flets-box {
    margin-top: 20px;
  }
}
main.quality .ttl-panorama {
  margin: 48px 0 30px;
}

@media screen and (max-width: 767px) {
  main.quality .ttl-panorama {
    font-size: 19px;
    margin: 32px 0 30px;
  }
}
main.quality .ttl-panorama h4 {
  font-size: 25px;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 767px) {
  main.quality .ttl-panorama h4 {
    font-size: 19px;
  }
}
main.quality .ttl-panorama p {
  font-size: 16px;
  margin: 14px 0 0;
}

@media screen and (max-width: 767px) {
  main.quality .ttl-panorama p {
    font-size: 14px;
    margin: 7px 0 0;
  }
}
main.quality .txt-panorama {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 28px 0 30px;
}

@media screen and (max-width: 767px) {
  main.quality .txt-panorama {
    margin: 16px 0 30px;
    font-size: 12px;
    text-align: left;
  }
}
main.quality .txt-panorama img {
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  main.quality .txt-panorama img {
    width: 60px;
    height: auto;
  }
}
main.quality .panorama-box {
  width: 100%;
  overflow-x: scroll;
  cursor: -webkit-grab;
  cursor: grab;
}

main.quality .panorama-box .inner {
  width: 2400px;
}

@media screen and (max-width: 767px) {
  main.quality .panorama-box .inner {
    width: 1200px;
  }
}
main.quality .panorama-box .inner img {
  pointer-events: none;
  width: 100%;
  height: auto;
}

.modelroom {
  padding-top: 100px;
}

.modelroom .sec-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.modelroom .ttl-area {
  padding: 20px 0;
  background: -webkit-gradient(linear, left top, right top, from(#A98C48), color-stop(25%, #F2E38E), color-stop(65%, #9E7E34), color-stop(85%, #F2E38E), to(#A98C48));
  background: linear-gradient(90deg, #A98C48, #F2E38E 25%, #9E7E34 65%, #F2E38E 85%, #A98C48);
  line-height: 1em;
  border-top: solid 5px #716558;
  margin-bottom: 30px;
}

.modelroom h2 {
  position: relative;
}

.modelroom h2::before {
  content: "";
  position: absolute;
  width: 133px;
  height: 31px;
  background: url(../img/modelroom_subttl.svg) no-repeat;
  background-size: cover;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-animation: blinkEffect 1s ease-in-out infinite alternate;
  animation: blinkEffect 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blinkEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinkEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modelroom h3 {
  font-size: 38px;
  font-weight: 500;
}

.modelroom h3 span {
  font-size: 73.7%;
}

.modelroom .ph-area {
  background-color: #000;
  max-width: 720px;
  margin: 0 auto 30px;
}

.modelroom .btn-area a {
  width: 260px;
  border: solid 1px #333;
  display: inline-block;
  padding: 17px 0;
  line-height: 0;
  position: relative;
}

.modelroom .btn-area a:hover {
  opacity: 1;
  background: #D0D2D3;
}

.modelroom .btn-area a::after {
  content: "";
  position: absolute;
  background: url(../img/modelroom_btn-arrow@2x.png) no-repeat;
  width: 50px;
  height: 11px;
  background-size: cover;
  right: -10%;
  top: 28%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modelroom .btn-area a:hover::after {
  right: -15%;
}

@media screen and (max-width: 767px) {
  .modelroom {
    padding-top: 50px;
    margin-bottom: 30px;
  }
  .modelroom .ttl-area {
    padding: 60px 0 20px;
  }
  .modelroom .ttl-area h2 img {
    width: 78.8%;
  }
  .modelroom h2::before {
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .modelroom h3 {
    font-size: 27px;
    margin: 0 0 20px;
  }
}
#Plan .copy .menuplan-btn-area img {
  width: 100%;
  max-width: 640px;
  height: auto;
}

#Plan .menuplan .ttl-area {
  margin-bottom: 60px;
}

#Plan .menuplan .ttl-area p {
  font-size: 23px;
  margin-top: 30px;
}

#Plan .menuplan .con01 {
  margin-bottom: 100px;
}

#Plan .menuplan .con01 p {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 40px;
}

#Plan .menuplan .con02 img.copy {
  width: 100%;
  max-width: 750px;
  height: auto;
  margin-bottom: 60px;
}

#Plan .menuplan .con02 .color-sample img {
  width: 48%;
}

#Plan .menuplan .con02 .color-sample img:not(:nth-last-of-type(-n+2)) {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #Plan .copy p {
    font-size: 14px;
    text-align: left;
  }
  #Plan .copy .type-btn-area {
    margin-top: 32px;
    width: 90%;
  }
  #Plan .copy .type-btn-area .type-btn-child {
    width: 100%;
  }
  #Plan .copy .type-btn-area .type-btn-child:not(:last-child) {
    margin-bottom: 16px;
  }
  #Plan .type-area {
    padding: 60px 20px;
  }
  #Plan .type-area .box .type-ttl .flex-l {
    width: 100%;
    height: 65px;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    padding-left: 14px;
  }
  #Plan .type-area .box .type-ttl .flex-r {
    width: 100%;
    padding: 18px 0;
  }
  #Plan .type-area .box .note {
    text-align: left;
    padding: 10px 20px 0 30px;
  }
  #Plan .type-area .box .con {
    background: #fff;
    padding: 0 20px 30px;
  }
  #Plan .type-area .box .con ul li {
    font-size: 14px;
  }
  #Plan .type-area .box .con .perth {
    margin-top: 30px;
  }
  #Plan .type-area .box .con .perth img {
    width: 100%;
  }
  /* #Plan .menuplan .ttl-area {
  	margin: 0 calc(50% - 50vw) 30px;
  	width: 100vw;
  } */
  #Plan .menuplan .ttl-area p {
    padding: 0 20px;
    margin-top: 20px;
    font-size: 16px;
    text-align: left;
  }
  #Plan .menuplan .con01 p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #Plan .menuplan .con01 {
    margin-bottom: 50px;
  }
  #Plan .menuplan .con02 img.copy {
    margin-bottom: 30px;
  }
  #Plan .menuplan .con02 .color-sample {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  #Plan .menuplan .con02 .color-sample img {
    width: 100%;
  }
  #Plan .menuplan .con02 .color-sample img:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
main.plan .bnr-area {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  main.plan .bnr-area {
    width: calc(100% - 40px);
    margin: 80px auto 0;
  }
}
main.plan .menuplan {
  margin-top: 160px;
}

@media screen and (max-width: 767px) {
  main.plan .menuplan {
    width: calc(100% - 40px);
    margin: 80px auto 0;
  }
}
#Top .copy-area .copy01 {
  padding: 0 !important;
}

#Top .copy-area .copy01 .info {
  background: #44403f;
  height: 100px;
  width: 100%;
  padding: 22px 0 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #Top .copy-area .copy01 .info {
    height: auto;
  }
}
#Top .copy-area .copy01 .info .inner {
  width: calc(100% - 40px);
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #Top .copy-area .copy01 .info .inner {
    width: 100%;
  }
}
#Top .copy-area .copy01 .info .inner img {
  width: 980px;
  height: auto;
}

@media screen and (max-width: 767px) {
  #Top .copy-area .copy01 .info .inner img {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}
main.performance .page-ttl img {
  width: 330px !important;
  height: auto;
}

@media screen and (max-width: 767px) {
  main.performance .page-ttl img {
    width: 200px !important;
  }
}
main.performance .sec-tower-series {
  position: relative;
  width: 1100px;
  margin: 28px auto 0;
}

@media screen and (max-width: 767px) {
  main.performance .sec-tower-series {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
main.performance .sec-tower-series h2 {
  width: 100%;
  margin: 0 auto;
}

main.performance .sec-tower-series h2 img {
  width: 100%;
  height: auto;
}

main.performance .sec-tower-series .series-box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 34px auto 0;
}

@media screen and (max-width: 767px) {
  main.performance .sec-tower-series .series-box {
    display: block;
  }
}
main.performance .sec-tower-series .series-box .text-box {
  margin: 20px 0 0;
  letter-spacing: 0em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

main.performance .sec-tower-series .series-box .text-box h3 {
  font-size: 13px;
  margin: 0;
  font-weight: 400;
}

main.performance .sec-tower-series .series-box .text-box h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  margin: 1px 0 0;
}

main.performance .sec-tower-series .series-box .l-box {
  position: relative;
  width: calc(72% - 10px);
}

@media screen and (max-width: 767px) {
  main.performance .sec-tower-series .series-box .l-box {
    width: 100%;
  }
}
main.performance .sec-tower-series .series-box .l-box .image {
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main.performance .sec-tower-series .series-box .l-box .text-box {
  text-align: center;
}

main.performance .sec-tower-series .series-box .r-box {
  position: relative;
  width: calc(28% - 10px);
}

@media screen and (max-width: 767px) {
  main.performance .sec-tower-series .series-box .r-box {
    width: 100%;
    margin: 24px auto 0;
  }
}
main.performance .sec-tower-series .series-box .r-box li {
  width: 100%;
}

main.performance .sec-tower-series .series-box .r-box li:nth-child(n+2) {
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  main.performance .sec-tower-series .series-box .r-box li:nth-child(n+2) {
    margin-top: 24px;
  }
}
main.performance .sec-tower-series .series-box .r-box li .image {
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main.performance .sec-tower-series .series-box .r-box li .text-box {
  text-align: center;
}

main.performance .lead-box {
  margin: 100px auto 0;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  main.performance .lead-box {
    margin: 75px auto 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
main.performance .lead-box .text-box h3 {
  width: 370px;
}

@media screen and (max-width: 767px) {
  main.performance .lead-box .text-box h3 {
    width: 240px;
  }
}
main.performance .lead-box .text-box h3 img {
  width: 100%;
  height: auto;
}

main.performance .lead-box .text-box h4 {
  font-size: 32px;
  line-height: 1.65;
  margin: 0 0 28px;
}

@media screen and (max-width: 767px) {
  main.performance .lead-box .text-box h4 {
    font-size: 24px;
    line-height: 1.55;
    margin: 0 0 20px;
  }
}
main.performance .lead-box .text-box h4 span.asterisk {
  top: -14px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  main.performance .lead-box .text-box h4 span.asterisk {
    top: -10px;
    font-size: 12px;
  }
}
main.performance .lead-box .text-box .lead {
  font-family: "Noto Serif JP", serif;
}

main.performance .lead-box .text-box .p-note {
  position: relative;
  margin: 32px 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  main.performance .lead-box .text-box .p-note {
    margin: 24px 0 0;
    font-size: 11px;
  }
}
main.performance .mansion-box {
  position: relative;
  width: 1100px;
  margin: 90px auto 0;
}

@media screen and (max-width: 767px) {
  main.performance .mansion-box {
    width: 100%;
    padding: 0 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 64px auto 0;
  }
}
main.performance .mansion-box ul {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main.performance .mansion-box ul li {
  position: relative;
  width: calc(25% - 8px);
  margin: 0 0 36px;
}

@media screen and (max-width: 767px) {
  main.performance .mansion-box ul li {
    width: calc(50% - 4px);
    margin: 0 0 24px;
  }
}
main.performance .mansion-box ul li .image {
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main.performance .mansion-box ul li .text-box {
  margin: 20px 0 0;
  letter-spacing: 0em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  main.performance .mansion-box ul li .text-box {
    margin: 15px 0 0;
  }
}
main.performance .mansion-box ul li .text-box h3 {
  font-size: 13px;
  margin: 0;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  main.performance .mansion-box ul li .text-box h3 {
    font-size: 11px;
  }
}
main.performance .mansion-box ul li .text-box h4 {
  margin: 4px 0 0;
  font-size: 15px;
  font-weight: 400;
  margin: 1px 0 0;
}

@media screen and (max-width: 767px) {
  main.performance .mansion-box ul li .text-box h4 {
    font-size: 13px;
  }
}
.sec-nav {
  padding-bottom: 100px;
}

.sec-nav .top-nav-box {
  position: relative;
  width: 100%;
  margin: 40px auto 0;
}

.sec-nav .top-nav-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-nav .top-nav-box ul li {
  position: relative;
  width: 33.333%;
}

@media screen and (max-width: 767px) {
  .sec-nav .top-nav-box ul li {
    width: 50%;
  }
}
.sec-nav .top-nav-box ul li a {
  position: relative;
  display: block;
}

@media screen and (min-width: 769px) {
  .sec-nav .top-nav-box ul li a:hover {
    opacity: 1;
  }
  .sec-nav .top-nav-box ul li a:hover img {
    opacity: 1;
  }
  .sec-nav .top-nav-box ul li a:hover .base img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}
.sec-nav .top-nav-box ul li .base {
  width: 100%;
  overflow: hidden;
}

.sec-nav .top-nav-box ul li .base img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.sec-nav .top-nav-box ul li .labels {
  position: absolute;
  top: 20px;
  left: 0;
  width: 51%;
}

@media screen and (max-width: 767px) {
  .sec-nav .top-nav-box ul li .labels {
    width: 64%;
  }
}
.sec-nav .top-nav-box ul li .labels img {
  width: 100%;
  height: auto;
}

.sec-nav .note-area {
  max-width: 1100px;
  margin: 100px auto 0;
}

@media screen and (max-width: 767px) {
  .sec-nav .note-area {
    padding: 0 20px;
  }
}
.exclusive-area {
  position: relative;
  width: 100%;
  margin-top: 100px;
}

.exclusive-area.toppage {
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .exclusive-area.toppage .copy-area {
    width: 100%;
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .exclusive-area {
    margin-top: 80px;
  }
}
.exclusive-area .copy-area {
  width: 100%;
  background: #000;
  padding: 10px 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .exclusive-area .copy-area {
    padding: 20px 20px 20px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.exclusive-area .copy-area .copy05 {
  max-width: 1100px;
  margin: 0 auto;
}

.exclusive-area .copy-area .copy05 img {
  width: 100%;
  height: auto;
}

.exclusive-area .sec-banner {
  margin: 60px auto 0;
  max-width: 1100px;
}

@media screen and (max-width: 767px) {
  .exclusive-area .sec-banner {
    width: calc(100% - 40px);
    margin: 40px auto 0;
  }
}
.exclusive-area .sec-banner img {
  width: 100%;
  height: auto;
}

section.onlineservice {
  position: relative;
  margin: 100px auto 0;
  width: 100%;
  background: url("../img/bg_onlineservice.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 64px 0 64px;
}

@media screen and (max-width: 767px) {
  section.onlineservice {
    margin: 80px auto 50px;
    background: url("../img/bg_onlineservice_sp.jpg") center center no-repeat;
    background-size: cover;
    padding: 37.3333333333vw 0 50.6666666667vw;
  }
}
section.onlineservice:after {
  position: absolute;
  content: "";
  top: 24px;
  right: 24px;
  background: url("../img/label_onlineservice.png") center center no-repeat;
  width: 180px;
  height: 180px;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  section.onlineservice:after {
    top: 5.3333333333vw;
    right: 5.3333333333vw;
    width: 29.3333333333vw;
    height: 29.3333333333vw;
  }
}
section.onlineservice .container h2 {
  width: 527px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  section.onlineservice .container h2 {
    width: 236px;
  }
}
section.onlineservice .container h2 img {
  width: 100%;
  height: auto;
}

section.onlineservice .container .p-box {
  position: relative;
  width: 720px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 16px 0 18px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 20px auto 0;
  font-size: 18px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  section.onlineservice .container .p-box {
    width: 100%;
    font-size: 4vw;
    letter-spacing: 0em;
    line-height: 1.65;
    padding: 12px 0 12px;
  }
}
section.onlineservice .container .btn-box {
  position: relative;
  margin: 28px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  section.onlineservice .container .btn-box {
    display: block;
    width: 320px;
    margin: 28px auto 0;
  }
}
section.onlineservice .container .btn-box li {
  position: relative;
  width: 360px;
}

@media screen and (max-width: 767px) {
  section.onlineservice .container .btn-box li {
    width: 320px;
  }
}
section.onlineservice .container .btn-box li:nth-child(n+2) {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  section.onlineservice .container .btn-box li:nth-child(n+2) {
    margin: 16px auto 0;
  }
}
section.onlineservice .container .btn-box li:nth-child(2) a {
  background: #c2423b;
  color: #fff;
}

section.onlineservice .container .btn-box li:nth-child(2) a:before {
  background: #fff;
}

section.onlineservice .container .btn-box li a {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  padding: 22px 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  section.onlineservice .container .btn-box li a {
    font-size: 16px;
    padding: 18px 0 20px;
  }
}
section.onlineservice .container .btn-box li a:before {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  right: 0;
  width: 24px;
  height: 1px;
  background: #000;
} /*# sourceMappingURL=style.css.map */