@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
.lower .page-header {
  position: relative;
}

.lower .page-header .mv-image::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 1;
  transition: opacity .4s,width .7s .5s;
}

.lower .page-header .mv-image.on::after {
  opacity: .4;
  width: 0%;
}

.lower .page-header .page-title {
  padding: 4rem 6.8rem;
  text-align: right;
}

.lower .page-header .page-title span {
  font-size: 6.2rem;
  font-weight: normal;
  display: inline-block;
  padding-left: 22.5rem;
  color: #A78A60;
  position: relative;
  letter-spacing: .4em;
}

.lower .page-header .page-title span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 21rem;
  height: 1px;
  background: #A78A60;
}

.lower .page-header .scroll-mark {
  position: absolute;
  bottom: 230px;
  right: 5rem;
}

.lower .page-header .scroll-mark:after {
  content: "";
  position: absolute;
  top: 0;
  right: 4px;
  width: 1px;
  height: 80px;
  background: #A78A60;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 75px;
    opacity: 0;
  }
  30% {
    height: 80px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 175px;
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .lower .page-header .mv {
    height: auto;
  }
  .lower .page-header .page-title {
    padding: 2rem 1.5rem;
  }
  .lower .page-header .page-title span {
    font-size: 2.6rem;
    padding-left: 8rem;
  }
  .lower .page-header .page-title span::after {
    width: 6.5rem;
  }
}

.lower .content-title {
  padding: 11.5rem 0 5.5rem;
  position: relative;
  text-align: center;
  color: #A78A60;
  font-weight: normal;
}

.lower .content-title span {
  font-size: 2.2rem;
}

.lower .content-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 9.3rem;
  background: #A78A60;
}

@media (max-width: 768px) {
  .lower .content-title {
    padding: 6.3rem 0 3.5rem;
    font-size: 2.2rem;
    color: #A78A60;
    font-weight: normal;
  }
  .lower .content-title::after {
    height: 4rem;
  }
}

.lower #fixed a, .lower #fixed02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}

.lower #fixed {
  position: fixed;
  bottom: 0;
  z-index: 30;
  opacity: 0;
  transform: translateY(300px);
}

.lower #fixed02 {
  position: fixed;
  bottom: 0;
  z-index: 30;
  opacity: 0;
  transform: translateY(300px);
}

.lower #fixed.UpMove, .lower #fixed02.UpMove {
  animation: UpAnime .7s forwards;
}

@keyframes UpAnime {
  0% {
    opacity: 0;
    transform: translateY(300px);
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.lower #fixed.DownMove, .lower #fixed02.DownMove {
  animation: DownAnime .7s forwards;
}

@keyframes DownAnime {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
  }
  100% {
    opacity: 0;
    transform: translateY(300px);
  }
}

.lower .fixed_bnr, .lower .fixed_bnr02 {
  max-width: 180px;
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translate(300px);
}

.lower .fixed_bnr .close, .lower .fixed_bnr02 .close {
  width: 10%;
  position: absolute;
  top: -10px;
  right: 0;
  cursor: pointer;
}

#map .img {
  max-width: 880px;
  margin: auto;
  padding-bottom: 5rem;
}

#map main .content {
  padding-bottom: 10rem;
}

#map main .content .texts {
  max-width: 630px;
  margin: 0 auto 40px;
}

#map main .content .texts .text01 {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 10px;
}

#map main .content .texts .text02 {
  font-size: 14px;
  line-height: 1.6;
}

#map main .content .reserve a {
  margin: 0 auto;
  text-align: center;
  background: #A78A60;
  border: .1rem solid #A78A60;
}

#map main .content .reserve a span {
  line-height: 1.8;
}

#plan .page-header .mv .mv-image {
  background: url(../images/plan/mv.jpg) center;
  background-size: cover;
}

#plan .page-header .mv01 .mv-image {
  background: url(../images/plan/mv01.jpg) center;
  background-size: cover;
}

#plan .content .wrap {
  max-width: 130rem;
}

#plan .torikago {
  display: inline-block;
  width: 45%;
  margin-right: 2%;
  vertical-align: top;
}

#plan .torikago-sp {
  display: none;
}

#plan .torikago .image {
  position: relative;
}

#plan .torikago .links {
  position: absolute;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  top: 0;
}

#plan .torikago .links:hover {
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}

#plan .torikago .link-a {
  width: 11.5%;
  left: 17.7%;
  height: 10%;
  transform: skewX(31deg);
}

#plan .torikago .link-a:hover {
  width: 20.2%;
  left: 13.5%;
  height: 100%;
  transform: skewX(0);
  background: url(../images/plan/a-hover.png);
}

#plan .torikago .js-hover01 {
  position: absolute;
  width: 20.1%;
  left: 13.4%;
  height: 100%;
  transform: skewX(0);
  background: url(../images/plan/a-hover.png);
  background-size: contain;
  background-repeat: no-repeat;
}


#plan .torikago .link-b {
  width: 11.5%;
  left: 27.8%;
  height: 10%;
  transform: skewX(31deg);
}

#plan .torikago .link-b:hover {
  width: 17.5%;
  top: 3%;
  left: 27.8%;
  height: 100%;
  transform: skewX(0);
  background: url(../images/plan/c-hover.png);
}

#plan .torikago .js-hover02 {
  position: absolute;
  width: 17.5%;
  top: 3%;
  left: 27.8%;
  height: 100%;
  transform: skewX(0);
  background: url(../images/plan/c-hover.png);
  background-size: contain;
  background-repeat: no-repeat;
}


#plan .torikago .link-c {
  width: 11.5%;
  left: 41%;
  height: 10%;
  transform: skewX(31deg);
}

#plan .torikago .link-c:hover {
  width: 17.5%;
  top: 3%;
  left: 39.5%;
  height: 100%;
  transform: skewX(0);
  background: url(../images/plan/c-hover.png);
}

#plan .torikago .js-hover03 {
  position: absolute;
  width: 17.5%;
  top: 3%;
  left: 39.4%;
  height: 100%;
  transform: skewX(0);
  background: url(../images/plan/c-hover.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#plan .torikago .link-d {
  width: 11.5%;
  right: 36%;
  height: 10%;
  transform: skewX(31deg);
}

#plan .torikago .link-d:hover {
  width: 17.6%;
  top: 3%;
  right: 31.5%;
  height: 100%;
  transform: skewX(0);
  background: url(../images/plan/d-hover.png);
}

#plan .torikago .js-hover04 {
  position: absolute;
  width: 17.6%;
  top: 3%;
  right: 31.6%;
  height: 100%;
  transform: skewX(0);
  background: url(../images/plan/d-hover.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#plan .torikago .link-e {
  width: 11.5%;
  right: 24.3%;
  height: 10%;
  transform: skewX(31deg);
}

#plan .torikago .link-e:hover {
  width: 17.5%;
  top: 3%;
  right: 20%;
  height: 100%;
  transform: skewX(0);
  background: url(../images/plan/e-hover.png);
}

#plan .torikago .js-hover05 {
  position: absolute;
  width: 17.4%;
  top: 3%;
  right: 20.1%;
  height: 100%;
  transform: skewX(0);
  background: url(../images/plan/e-hover.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#plan .torikago .link-f {
  width: 11.5%;
  right: 12.8%;
  height: 10%;
  transform: skewX(31deg);
}

#plan .torikago .link-f:hover {
  width: 20.4%;
  right: 8.5%;
  height: 100%;
  transform: skewX(0);
  background: url(../images/plan/f-hover.png);
}

#plan .torikago .js-hover06 {
  position: absolute;
  width: 20.3%;
  top: 0%;
  right: 8.5%;
  height: 100%;
  transform: skewX(0);
  background: url(../images/plan/f-hover.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#plan .plan-btns {
  display: inline-block;
  width: 51%;
}

#plan .plan-btns .btns {
  position: relative;
  margin-bottom: 40px;
}

#plan .plan-btns .btns .icon {
  max-width: 72px;
  position: absolute;
  top: -10px;
  left: 10px;
}

#plan .plan-btns .btns a {
  display: block;
  border: 1px solid #A78A60;
  border-bottom: 3px solid #A78A60;
  color: #1C1C1C;
}

#plan .plan-btns .btns a .texts {
  margin-left: 110px;
  padding: 20px 0 15px;
}

#plan .plan-btns .btns a .texts li {
  vertical-align: middle;
  display: inline-block;
  width: 38%;
}

#plan .plan-btns .btns a .texts li:first-child {
  width: 100%;
}

#plan .plan-btns .btns a .texts li:last-child {
  width: 60%;
}

#plan .plan-btns .btns a .texts .type {
  font-size: 20px;
}

#plan .plan-btns .btns a .texts .type .num {
  font-size: 28px;
}

#plan .plan-btns .btns a .texts .type .spec {
  font-size: 16px;
}

#plan .plan-btns .btns a .texts .type .spec_ja {
  font-size: 15px;
}

#plan .plan-btns .btns a .texts .no-spec {
  margin-bottom: 0;
}

#plan .plan-btns .btns a .texts .width {
  font-size: 18px;
  line-height: 1.4;
}

#plan .plan-btns .btns a .texts .width .mini {
  font-size: 12px;
}

#plan .plan-btns .btns a .texts .width .cinzel {
  font-size: 18px;
}

#plan .plan-btns .btns a .texts .width .big {
  font-size: 26px;
}

#plan .plan-btns .btns a .texts .point {
  font-size: 13px;
  line-height: 2;
  letter-spacing: .2em;
}

#plan .plan-btns .btns a .more {
  text-align: right;
  font-size: 13px;
  margin: 0 45px 15px auto;
  display: flex;
  align-items: center;
  justify-content: right;
  letter-spacing: .3em;
}

#plan .plan-btns .btns a .more:after {
  border-top: 1px solid #A78A60;
  content: "";
  width: 46px;
}

#plan .plan-btns .btns a .more:after {
  margin-left: 10px;
}

#plan .plan-btns .btns a:hover {
  opacity: 1;
  background: rgba(167, 138, 96, 0.4);
  transition: .4s;
}

#plan .plan-btns .btns a:hover .more {
  transition: .4s;
  letter-spacing: .5em;
}

#plan .plan-btns .btn-f a .texts {
  padding-top: 12px;
}

#plan .plan-btns .btn-d {
  margin-bottom: 40px;
}

#plan .plan-btns .pickup {
  max-width: 198px;
  position: absolute;
  top: -18%;
  right: -3%;
  z-index: 1;
}

#plan .plan-btns .pickup img {
  animation: pins 1.5s ease infinite;
  width: 100%;
}

@keyframes pins {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}

#plan .plan-btns .parking {
  font-size: 14px;
  background-color: #65442E;
  color: #fff;
  padding: 7px 10px;
  text-align: center;
  margin-left: 110px;
  margin-top: 10px;
  display: inline-block;
}

#plan .plan-btns .layout {
  font-size: 13px;
  background-color: #000;
  color: #fff;
  padding: 12px 14px;
  text-align: center;
  float: right;
  outline: 0.5px solid #A78A60;
  outline-offset: -5px;
}

#plan .Btn {
  position: relative;
  display: inline-block;
}

#plan .Btn-bg {
  width: 100%;
  height: 100%;
  z-index: 10;
}

#plan #fixed a, #plan #fixed02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}

#plan #fixed {
  position: fixed;
  bottom: 265px;
  z-index: 30;
  opacity: 0;
  transform: translateY(300px);
}

#plan #fixed02 {
  position: fixed;
  bottom: 0;
  z-index: 30;
  opacity: 0;
  transform: translateY(300px);
}

#plan #fixed.UpMove, #plan #fixed02.UpMove {
  animation: UpAnime .7s forwards;
}

@keyframes UpAnime {
  0% {
    opacity: 0;
    transform: translateY(300px);
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#plan #fixed.DownMove, #plan #fixed02.DownMove {
  animation: DownAnime .7s forwards;
}

@keyframes DownAnime {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
  }
  100% {
    opacity: 0;
    transform: translateY(300px);
  }
}

#plan .fixed_bnr, #plan .fixed_bnr02 {
  max-width: 180px;
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translate(300px);
}

#plan .fixed_bnr .close, #plan .fixed_bnr02 .close {
  width: 10%;
  position: absolute;
  top: -10px;
  right: 0;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  #plan .torikago {
    display: none;
  }
  #plan .torikago-sp {
    display: inherit;
    max-width: 400px;
    width: 100%;
    margin: 0 auto 30px;
  }
  #plan .torikago-sp .image {
    position: relative;
  }
  #plan .torikago-sp .links {
    position: absolute;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    top: 0;
  }
  #plan .torikago-sp .link-a {
    width: 11.5%;
    left: 17.7%;
    height: 10%;
    transform: skewX(31deg);
  }
  #plan .torikago-sp .link-c {
    width: 11.5%;
    left: 41%;
    height: 10%;
    transform: skewX(31deg);
  }
  #plan .torikago-sp .link-d {
    width: 11.5%;
    right: 36%;
    height: 10%;
    transform: skewX(31deg);
  }
  #plan .torikago-sp .link-e {
    width: 11.5%;
    right: 24.3%;
    height: 10%;
    transform: skewX(31deg);
  }
  #plan .torikago-sp .link-f {
    width: 11.5%;
    right: 12.8%;
    height: 10%;
    transform: skewX(31deg);
  }
  #plan .plan-btns {
    display: block;
    width: 100%;
  }
  #plan .plan-btns .btns {
    margin-bottom: 0;
    padding-top: 100px;
    margin-top: -70px;
  }
  #plan .plan-btns .btn-d {
    margin-bottom: 30px;
  }
  #plan .plan-btns .pickup {
    max-width: 220px;
    position: absolute;
    top: 28%;
    right: 0;
    z-index: 1;
  }
}

#plan .slider {
  margin: 0 auto 0;
  width: 100%;
}

#plan .slider-img img {
  height: auto;
  width: 96%;
}

#plan .images {
  max-width: 300px;
  width: 90%;
  margin: 60px auto 0;
}

#plan .images .image {
  margin-bottom: 20px;
}

#plan .slick-dots li button:before {
  font-size: 40px;
}

#plan .request01 {
  position: relative;
  max-width: 480px;
  width: 50%;
  margin: 100px auto 0;
}

#plan .irodori {
  text-align: center;
  background: #ccc;
  padding: 100px 0;
  margin-top: 100px;
}

#plan .irodori .logo {
  max-width: 200px;
  margin: 0 auto 60px;
}

#plan .irodori .tit {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 40px;
}

#plan .irodori .lead {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: .15em;
  margin-bottom: 40px;
}

#plan .irodori .lead span {
  font-size: 80%;
  display: block;
  line-height: 1.6;
}

#plan.detail .plans {
  border-top: 3px solid #A78A60;
  border-bottom: 3px solid #A78A60;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  padding: 70px 0 30px;
  margin-bottom: 70px;
}

#plan.detail .plans .type-texts {
  width: 86%;
  border-bottom: 1px solid #A78A60;
  padding-bottom: 40px;
  margin: 0 auto 80px;
}

#plan.detail .plans .type-texts li {
  vertical-align: middle;
  display: inline-block;
  width: 8%;
  margin-right: 2%;
}

#plan.detail .plans .type-texts li:nth-child(2) {
  width: 53%;
  border-left: 1px solid #A78A60;
  padding-left: 20px;
}

#plan.detail .plans .type-texts li:last-child {
  text-align: right;
  width: 30%;
  margin-right: auto;
}

#plan.detail .plans .type-texts .type {
  text-align: center;
  color: #A78A60;
  font-size: 20px;
  letter-spacing: .2em;
}

#plan.detail .plans .type-texts .type span {
  font-size: 58px;
}

#plan.detail .plans .type-texts .spec {
  font-size: 28px;
  margin-bottom: 10px;
}

#plan.detail .plans .type-texts .spec .num {
  font-size: 48px;
}

#plan.detail .plans .type-texts .spec .mini {
  font-size: 20px;
}

#plan.detail .plans .type-texts .spec .spec_ja {
  font-size: 18px;
}

#plan.detail .plans .type-texts .point {
  font-size: 14px;
  line-height: 1.8;
}

#plan.detail .plans .type-texts .width {
  font-size: 13px;
  margin-bottom: 20px;
}

#plan.detail .plans .type-texts .width .area, #plan.detail .plans .type-texts .width .cinzel {
  font-size: 28px;
  letter-spacing: .15em;
}

#plan.detail .plans .type-texts .width .big {
  font-size: 38px;
}

#plan.detail .plans .type-texts .width .none {
  display: none;
}

#plan.detail .plans .type-texts .sub {
  font-size: 13px;
  line-height: 1.8;
}

#plan.detail .plans .image {
  text-align: center;
}

#plan.detail .plans .image img {
  width: 40%;
}

#plan.detail .plans .appeal {
  margin: 50px auto;
}

#plan.detail .plans .appeal ul {
  text-align: center;
}

#plan.detail .plans .appeal li {
  display: inline-block;
  margin-right: 2%;
  position: relative;
}

#plan.detail .plans .appeal li:last-child {
  max-width: 320px;
  margin-right: auto;
}

#plan.detail .plans .appeal .title {
  font-size: 17px;
  color: #fff;
  background-color: #65442E;
  padding: 15px 10px;
  width: 80%;
  margin: auto;
}

#plan.detail .plans .appeal .text {
  font-size: 15px;
  padding: 30px 0 20px;
  line-height: 1.6;
}

#plan.detail .plans .panorama {
  margin: 120px auto 50px;
  text-align: center;
  max-width: 958px;
}

#plan.detail .plans .panorama .title {
  font-size: 19px;
  padding-bottom: 15px;
}

#plan.detail .guide {
  text-align: center;
  margin-bottom: 80px;
}

#plan.detail .guide .image {
  max-width: 263px;
  margin: 0 auto 10px;
}

#plan.detail .guide .guide-txt {
  font-size: 12px;
  line-height: 1.8;
}

#plan.detail .plan-btns {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

#plan.detail .plan-btns .btn {
  display: none;
  max-width: 400px;
  text-align: center;
  margin: auto;
}

#plan.detail .plan-btns .btn a {
  width: 100%;
  background: #A78A60;
  color: #fff;
  font-size: 16px;
  padding: 25px 0;
}

#plan.detail .plan-btns .btns {
  width: 47%;
  margin-right: 2%;
  display: inline-block;
}

#plan.detail .plan-btns .btns:nth-child(2n+1) {
  margin-right: auto;
}

/*20250530追加*/
.preview-img__box {
  width: 100%;
}
.preview-img__inner img {
  display: block;
  margin: 0 auto;
  padding-top: 40px;
  width: 50%;
}
/*20250530追加*/

@media screen and (max-width: 1024px) {
  #plan.detail .plans .type-texts li:nth-child(2) {
    width: 44%;
  }
  #plan.detail .plans .type-texts li:last-child {
    width: 39%;
  }
  #plan.detail .plan-btns .btns {
    width: 100%;
    display: block;
  }
}

#plan .tab-inner {
  display: none;
  position: relative;
}

#plan .tab-inner .cage {
  position: absolute;
  top: 0;
  right: 3%;
  width: 15%;
}

#plan .tab-inner.current {
  display: inherit;
}

#plan .tab-inner.current .subject {
  text-align: center;
  display: block;
  color: #fff;
  box-sizing: border-box;
  color: #A78A60;
  margin-bottom: 30px;
}

#plan .tab-inner.current .subject .button {
  font-size: 18px;
  line-height: 1.6;
}

#plan .change-buttons {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
}

#plan .change-buttons li {
  text-align: center;
  display: inline-block;
  width: 32%;
  margin-right: 1%;
}

#plan .change-buttons li:last-child {
  margin-right: auto;
}

#plan .change-buttons .button {
  display: block;
  color: #A78A60;
  font-size: 18px;
  padding: 10px 10px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #A78A60;
}

#plan .change-buttons .button.current {
  pointer-events: none;
  color: #fff;
  background: #A78A60;
  border: 1px solid #A78A60;
}

#plan .change-buttons .button:hover {
  opacity: 1;
  color: #fff;
  background: #A78A60;
  border: 1px solid #A78A60;
}

#plan.etype .link {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 80px;
}

#plan.etype .link .caption {
  bottom: 19%;
  right: 1.1%;
  background: rgba(0, 0, 0, 0.6);
}

#plan.etype .suggestion {
  text-align: center;
  background: rgba(0, 0, 0, 0.06);
  padding: 100px 0 80px;
  margin-bottom: 140px;
  border-bottom: 3px solid #A78A60;
}

#plan.etype .suggestion .txt {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
}

#plan.etype .suggestion .lead {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 60px;
}

#plan.etype .suggestion .bg {
  background: #fff;
  max-width: 1200px;
  width: 90%;
  margin: auto;
  padding: 80px 0;
}

#plan.etype .suggestion .comment {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 80px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 0;
}

#plan.etype .suggestion .comment .ribbon {
  position: absolute;
  max-width: 260px;
  top: -20px;
  left: 10px;
}

#plan.etype .suggestion .comment .list01 li {
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  width: 64%;
  margin: 0 5%;
}

#plan.etype .suggestion .comment .list01 li:last-child {
  width: 25%;
  margin: auto;
}

#plan.etype .suggestion .comment .list01 li:last-child .image {
  position: relative;
}

#plan.etype .suggestion .comment .list01 li:last-child .caption {
  background: rgba(0, 0, 0, 0.5);
}

#plan.etype .suggestion .comment .list01 .txt01 {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #A78A60;
}

#plan.etype .suggestion .comment .list01 .txt01 span {
  font-size: 18px;
}

#plan.etype .suggestion .comment .list01 .txt02 {
  font-size: 16px;
  line-height: 1.5;
}

#plan.etype .suggestion .spec {
  width: 80%;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: left;
  margin: 0 auto 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #A78A60;
}

#plan.etype .suggestion .spec span {
  font-size: 36px;
}

#plan.etype .suggestion .spec span.right {
  font-size: 20px;
  float: right;
}

#plan.etype .suggestion .list02 {
  max-width: 830px;
  margin: auto;
}

#plan.etype .suggestion .list02 li {
  float: left;
  width: 62%;
}

#plan.etype .suggestion .list02 li:last-child {
  text-align: left;
  width: 38%;
}

#plan.etype .suggestion .list02 .name {
  font-size: 15px;
}

#plan.etype .suggestion .list02 .name span {
  font-size: 17px;
  color: #A78A60;
}

#plan.etype .suggestion .list02 .name .dot02 {
  color: #CC0863;
}

#plan.etype .suggestion .list02 .name .dot03 {
  color: #354AA2;
}

#plan.etype .suggestion .list02 .info {
  font-size: 12px;
  line-height: 1.4;
  margin: 10px 0 15px;
}

#plan.etype .suggestion .list02 .image {
  position: relative;
}

#plan.etype .suggestion .list02 .image .caption {
  background: rgba(0, 0, 0, 0.6);
}

#plan.etype .suggestion .list02 .image.bottom {
  position: relative;
  margin-bottom: 40px;
}

#plan.etype .suggestion .list02 .image.bottom .caption {
  background: rgba(0, 0, 0, 0.6);
}

#plan.etype .type-inner {
  display: none;
  position: relative;
}

#plan.etype .type-inner.current {
  display: inherit;
}

#plan.etype .choice-buttons {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

#plan.etype .choice-buttons li {
  text-align: center;
  float: left;
  width: 25%;
  margin-right: 0;
}

#plan.etype .choice-buttons li:last-child {
  margin-right: auto;
}

#plan.etype .choice-buttons .button {
  display: block;
  color: #A78A60;
  font-size: 18px;
  padding: 10px 10px;
  box-sizing: border-box;
  border: 1px solid #A78A60;
}

#plan.etype .choice-buttons .button.current {
  pointer-events: none;
  color: #fff;
  background: #A78A60;
  border: 1px solid #A78A60;
}

#plan.etype .choice-buttons .button:hover {
  opacity: 1;
  color: #fff;
  background: #A78A60;
  border: 1px solid #A78A60;
}

#plan.etype .modal {
  display: none;
}

@media screen and (max-width: 1024px) {
  #plan.etype .suggestion {
    padding: 50px 0 30px;
    margin-bottom: 60px;
  }
  #plan.etype .suggestion .image {
    position: relative;
  }
  #plan.etype .suggestion .bg {
    width: 100%;
    background: none;
    margin: auto;
    padding: 0;
  }
  #plan.etype .suggestion .comment {
    background: #fff;
    width: 100%;
    margin: 0 auto 20px;
    padding: 30px 0 0;
  }
  #plan.etype .suggestion .comment .ribbon {
    position: absolute;
    max-width: 220px;
    margin: auto;
    top: -20px;
    left: 0;
    right: 0;
  }
  #plan.etype .suggestion .comment .list01 li {
    display: block;
    width: 90%;
    margin: auto;
  }
  #plan.etype .suggestion .comment .list01 li:last-child {
    max-width: 330px;
    margin: auto;
  }
  #plan.etype .suggestion .comment .list01 .txt01 {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #A78A60;
  }
  #plan.etype .suggestion .comment .list01 .txt01 span {
    font-size: 18px;
  }
  #plan.etype .suggestion .comment .list01 .txt02 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #plan.etype .choice-buttons {
    margin-bottom: 60px;
  }
  #plan.etype .choice-buttons li {
    width: 25%;
  }
  #plan.etype .choice-buttons li:last-child {
    margin-right: auto;
  }
  #plan.etype .choice-buttons.last {
    margin: 40px auto 0;
  }
  /*20250530追加*/
.preview-img__inner img {
  width: 100%;
  padding-top: 30px;
}
  /*20250530追加*/

}

#brand .page-header .mv .mv-image {
  background: url(../images/brand/mv.jpg) center;
  background-size: cover;
}

#brand .intro {
  max-width: 796px;
  margin: 0 auto 140px;
}

#brand .inner-bg {
  background: #1C1C1C;
  color: #fff;
  padding: 140px 0 180px;
}

#brand .inners {
  text-align: center;
}

#brand .inners .lead {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: .15em;
  margin-bottom: 50px;
}

#brand .inners .text {
  font-size: 26px;
  line-height: 1.8;
  letter-spacing: .2em;
  margin-bottom: 20px;
}

#brand .inners .text02 {
  margin-bottom: 0;
}

#brand .inners .mini {
  font-size: 11px;
  line-height: 1.6;
}

#brand .inner01 {
  margin-bottom: 200px;
}

#brand .inner01 .img01-01 {
  max-width: 288px;
  margin: 0 auto 50px;
}

#brand .inner01 .img01-02 {
  max-width: 370px;
  margin: 0 auto 20px;
}

#brand .inner01 .page-annotation {
  padding-top: 2rem;
  margin-right: 2rem;
  text-align: right;
}

#brand .inner01 .page-annotation .pc {
  font-size: 11px;
}

#brand .slide-image-wrap {
  position: relative;
  margin: 120px auto 100px;
}

#brand .slide-image {
  position: relative;
  overflow: hidden;
  width: 0%;
}

#brand .slide-image-inner {
  width: 100vw;
}

#brand .slider .image {
  position: relative;
}

#brand .slider img {
  width: 100%;
  height: auto;
}

#brand .inner02 .img02-01 {
  max-width: 196px;
  margin: 0 auto 50px;
}

#brand .inner02 .lead {
  margin-bottom: 50px;
}

#brand .inner02 .page-annotation {
  padding-top: 2rem;
  margin-right: 2rem;
  text-align: right;
}

#brand .inner02 .page-annotation .pc {
  font-size: 11px;
}

#location .page-header .mv .mv-image {
  background: url(../images/location/mv.jpg) center;
  background-size: cover;
}

#location .content .image {
  position: relative;
}

#location .intro {
  text-align: center;
  margin-bottom: 120px;
}

#location .intro .text {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 50px;
}

#location .intro .lead {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: .15em;
}

#location .inner-bg {
  background: #1C1C1C;
  padding: 100px 0 50px;
}

#location .inner01 {
  text-align: center;
  color: #fff;
}

#location .inner01 .tit01 {
  font-size: 16px;
  letter-spacing: .2em;
  margin-bottom: 10px;
}

#location .inner01 .tit02 {
  font-size: 30px;
  line-height: 25px;
  letter-spacing: .2em;
  margin-bottom: 50px;
}

#location .inner01 .tit02 .color {
  font-size: 18px;
  color: #A78A60;
}

#location .inner01 .tit02 .num {
  font-size: 46px;
}

#location .inner01 .image.top {
  width: 80%;
  margin: 0 auto 50px;
}

#location .inner01 .tit03 {
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid;
}

#location .inner01 .list li {
  vertical-align: top;
  display: inline-block;
}

#location .inner01 .list01 {
  display: none;
  text-align: left;
  max-width: 937px;
  margin: 0 auto 50px;
}

#location .inner01 .list01 li {
  margin-right: 1%;
}

#location .inner01 .list01 li:last-child {
  margin-right: auto;
}

#location .inner01 .list01 .category {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .2em;
  color: #A78A60;
  margin-bottom: 10px;
}

#location .inner01 .list01 .sub {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .2em;
  color: #A78A60;
  margin-bottom: 20px;
}

#location .inner01 .list01 .name {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .2em;
}

#location .inner01 .list02 {
  display: none;
  max-width: 1000px;
  margin: auto;
}

#location .inner01 .list02 li {
  width: 32%;
  margin-right: 1%;
  margin-bottom: 50px;
}

#location .inner01 .list02 li:nth-child(3n) {
  margin-right: auto;
}

#location .inner01 .list02 .lead {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-top: 20px;
}

#location .life-info {
  text-align: center;
}

#location .life-info .images {
  float: left;
  width: 30%;
  margin: 10% 7% 0;
}

#location .life-info .images .tit {
  font-size: 30px;
  letter-spacing: .2em;
  color: #A78A60;
  margin-bottom: 20px;
}

#location .life-info .images .text {
  font-size: 22px;
  letter-spacing: .2em;
  margin: 20px auto;
}

#location .life-info .images .lead {
  font-size: 16px;
  line-height: 2;
}

#location .life-info .slider {
  float: right;
  width: 55%;
}

#location .life-info .slider .image {
  position: relative;
}

#location .life-info .slider img {
  width: 100%;
  height: auto;
  margin-top: -2px;
}

#location .inner-bg01 {
  background: rgba(28, 28, 28, 0.05);
  padding: 100px 0 50px;
}

#location .inner-bg01 .area-list {
  text-align: left;
}

#location .inner-bg01 .area-list li {
  float: left;
  width: 48%;
}

#location .inner-bg01 .area-list li:nth-child(2n) {
  float: right;
}

#location .inner-bg01 .area-list li:last-child {
  float: left;
}

#location .inner-bg01 .area-list .txt {
  text-align: center;
  font-size: 16px;
  letter-spacing: .15em;
  color: #A78A60;
  padding: 10px 0;
  border: 1px solid;
  margin-bottom: 20px;
}

#location .inner-bg01 .area-list .image {
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  #location .inner-bg {
    background: #1C1C1C;
    padding: 100px 0 50px;
  }
  #location .inner01 .list01 {
    max-width: 540px;
  }
  #location .inner01 .list01 li {
    width: 38%;
    margin-bottom: 20px;
  }
  #location .inner01 .list01 li:nth-child(2n) {
    width: 54%;
    margin-bottom: auto;
  }
  #location .life-info {
    text-align: center;
  }
  #location .life-info .images {
    float: left;
    width: 42%;
    margin: 3% 3% 0;
  }
  #location .life-info .images .tit {
    font-size: 20px;
  }
  #location .life-info .images .text {
    font-size: 16px;
  }
  #location .life-info .images .lead {
    font-size: 14px;
  }
}

#access .page-header .mv .mv-image {
  background: url(../images/access/mv.jpg) center;
  background-size: cover;
}

#access .content .image {
  position: relative;
}

#access .intro {
  text-align: center;
  margin-bottom: 120px;
}

#access .intro .tit {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 50px;
}

#access .intro .lead {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: .15em;
  margin-bottom: 50px;
}

#access .intro .img01 {
  margin-bottom: 120px;
}

#access .intro .list {
  max-width: 1000px;
  margin: auto;
}

#access .intro li {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
}

#access .intro li .text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .15em;
  margin-top: 20px;
}

#access .intro li .text .name {
  font-size: 30px;
}

#access .intro li .text .min {
  font-size: 18px;
}

#access .intro li .text .color {
  color: #A78A60;
}

#access .intro li .text .num {
  font-size: 46px;
}

#access .intro li:last-child {
  margin-right: auto;
}

#access .train {
  text-align: center;
  background: #1C1C1C;
  padding: 80px 0;
}

#access .train .list {
  max-width: 800px;
  margin: auto;
}

#access .train .list li {
  vertical-align: middle;
  display: inline-block;
  width: 4%;
  margin-right: 2%;
}

#access .train .list li:last-child {
  width: 92%;
  margin-right: auto;
}

#access .train .list .caption {
  background: none;
  bottom: -20px;
}

#access .approach {
  text-align: center;
  margin: 120px 0;
}

#access .approach .image {
  width: 80%;
  margin: auto;
}

#access .approach .tit {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 50px;
}

#access .approach .lead {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: .15em;
  margin-bottom: 50px;
}

#access .approach .slider {
  margin-top: 140px;
}

#access .approach .slider01 .slick-slide {
  margin: 0 8px;
}

#access .approach .slider .image {
  position: relative;
}

#access .approach .slider img {
  width: 100%;
  height: auto;
}

#access .approach .caption {
  background: none;
  color: #000;
  bottom: -20px;
}

#access .leisure {
  text-align: center;
  margin: 120px 0;
}

#access .leisure .tit {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 50px;
}

#access .leisure .lead {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: .15em;
  margin-bottom: 50px;
}

#access .leisure .slider .slick-slide {
  margin: 0 8px;
}

#access .leisure .slider .image {
  position: relative;
}

#access .leisure .slider img {
  width: 100%;
  height: auto;
}

#access .leisure .caption {
  background: none;
  color: #000;
  bottom: -20px;
}

#access .car {
  text-align: center;
  background: #1C1C1C;
  padding: 120px 0;
  color: #fff;
}

#access .car .caption {
  background: none;
  bottom: -20px;
}

#access .car .list {
  max-width: 820px;
  margin: 0 auto 120px;
}

#access .car .list li {
  vertical-align: middle;
  display: inline-block;
  width: 4%;
  margin-right: 8%;
}

#access .car .list li:last-child {
  max-width: 630px;
  width: 80%;
  margin: auto;
}

#access .car .texts {
  max-width: 820px;
  width: 90%;
  margin: auto;
}

#access .car .lead {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: .15em;
  margin: 80px auto 40px;
}

#access .car .map02 {
  max-width: 812px;
  margin: auto;
}

#landplan .page-header .mv .mv-image {
  background: url(../images/landplan/mv.jpg) center;
  background-size: cover;
}

#landplan .content .image {
  position: relative;
}

#landplan .movie {
  position: relative;
  max-width: 1000px;
  width: 50%;
  margin: 100px auto 0;
}

#landplan .movie video {
  width: 100%;
}

#landplan .intro {
  text-align: center;
  margin-bottom: 120px;
}

#landplan .intro .tit {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: .2em;
}

#landplan .tab-btns {
  max-width: 640px;
  margin: -60px auto 60px;
  padding-top: 60px;
}

#landplan .tab-btns li {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
}

#landplan .tab-btns li:last-child {
  margin-right: auto;
}

#landplan .tab-btns a {
  display: block;
  padding: 15px 0;
  outline: 1px solid white;
  outline-offset: -3px;
  color: #fff;
  background: #A78A60;
}

#landplan .tab-btns a.current {
  display: block;
  padding: 15px 0;
  outline: 1px solid white;
  outline-offset: -3px;
  color: #fff;
  background: #A78A60;
  opacity: 1;
  pointer-events: none;
}

#landplan .tab-btns a {
  opacity: .6;
}

#landplan .tab-btns a:hover {
  opacity: 1;
}

#landplan .site-layout {
  text-align: center;
  background: #1C1C1C;
  color: #fff;
  padding: 120px 0;
}

#landplan .site-layout .tit {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 50px;
}

#landplan .site-layout .lead {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: .15em;
  margin-bottom: 50px;
}

#landplan .site-layout .site01 {
  margin-bottom: 100px;
}

#landplan .site-layout .site01 .caption {
  background: none;
  bottom: -20px;
}

#landplan .site-layout .pins {
  max-width: 26px;
  width: 3%;
  margin: auto;
  text-align: center;
  clear: both;
}

#landplan .site-layout .pin01 {
  position: absolute;
  top: 46%;
  left: 29%;
}

#landplan .site-layout .pin02-1 {
  position: absolute;
  top: 48%;
  left: 12%;
}

#landplan .site-layout .pin02-2 {
  position: absolute;
  top: 50%;
  left: 16%;
}

#landplan .site-layout .pin02-3 {
  position: absolute;
  bottom: 23%;
  left: 47%;
}

#landplan .site-layout .pin02-4 {
  position: absolute;
  bottom: 24.5%;
  right: 40.5%;
}

#landplan .site-layout .pin02-5 {
  position: absolute;
  bottom: 15%;
  right: 37.5%;
}

#landplan .site-layout .pin03 {
  position: absolute;
  top: 41.5%;
  right: 46.8%;
}

#landplan .site-layout .pin04 {
  position: absolute;
  top: 42.5%;
  right: 42%;
}

#landplan .site-layout .pin05 {
  position: absolute;
  top: 28%;
  left: 18%;
}

#landplan .site-layout .pin06 {
  position: absolute;
  bottom: 13%;
  right: 45%;
}

#landplan .site-layout .pin07 {
  position: absolute;
  bottom: 24.5%;
  right: 34%;
}

#landplan .site-layout .pin08 {
  position: absolute;
  bottom: 34%;
  right: 33.5%;
}

#landplan .site-layout .pins img {
  animation: pins 1.5s ease infinite;
}

@keyframes pins {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}

#landplan .site-layout .list {
  /*margin-bottom: 80px;*/
}

#landplan .site-layout .list li {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  width: 23.5%;
  margin-right: 1%;
  margin-bottom: 40px;
}

#landplan .site-layout .list li:nth-child(4n) {
  margin-right: auto;
}

#landplan .site-layout .list .texts {
  margin: 20px 0;
}

#landplan .site-layout .list .texts img {
  vertical-align: baseline;
  display: inline-block;
  width: 37px;
  margin-right: 10px;
}

#landplan .site-layout .list .texts p {
  display: inline-block;
  font-size: 16px;
  line-height: 1.3;
}

#landplan .site-layout .list .texts p span {
  font-size: 26px;
}

#landplan .site-layout .list .lead {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .2em;
}

#landplan .reception {
  text-align: center;
  background: #1C1C1C;
  color: #fff;
  padding-bottom: 200px;
}

#landplan .reception .tit {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 50px;
}

#landplan .reception .box {
  width: 90%;
  margin: 0 auto 100px 0;
  background: rgba(255, 255, 255, 0.05);
  padding: 100px 80px;
  box-sizing: border-box;
}

#landplan .reception .box.right {
  width: 90%;
  margin: 100px 0 0 auto;
  background: rgba(255, 255, 255, 0.05);
}

#landplan .reception .lists {
  text-align: left;
}

#landplan .reception .lists li {
  float: left;
  width: 54%;
  margin-right: 2%;
}

#landplan .reception .lists li:last-child {
  width: 42%;
}

#landplan .reception .lists .txt {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 40px;
}

#landplan .reception .lists .lead {
  font-size: 16px;
  line-height: 2.2;
}

#landplan .reception .lists .caption {
  background: none;
  bottom: -20px;
}

#landplan .reception .list02 li {
  float: left;
  width: 42%;
  margin-right: 2%;
}

#landplan .reception .list02 li:last-child {
  float: right;
  width: 84%;
  margin-top: -14%;
}
/*np250717追加*/
#landplan .panorama {
  margin: 0 auto 80px;
  text-align: center;
  max-width: 958px;
}
#design .page-header .mv .mv-image {
  background: url(../images/design/mv.jpg) center;
  background-size: cover;
}

#design .content .image {
  position: relative;
}

#design .movie {
  position: relative;
  max-width: 1000px;
  width: 50%;
  margin: 100px auto 0;
}

#design .movie video {
  width: 100%;
}

#design .intro {
  text-align: center;
}

#design .intro .tit {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 50px;
}

#design .intro .lead {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: .15em;
  margin-bottom: 120px;
}

#design .bg {
  background: #1C1C1C;
}

#design .sections {
  text-align: center;
  color: #fff;
  padding: 200px 0 0;
}

#design .sections .category {
  font-size: 30px;
  color: #A78A60;
  letter-spacing: .3em;
  margin-bottom: 80px;
}

#design .sections .tit {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 50px;
}

#design .sections .lead {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: .15em;
  margin-bottom: 100px;
}

#design .sec01 .list01 {
  max-width: 970px;
  margin: 100px auto;
}

#design .sec01 .list01 li {
  vertical-align: top;
  display: inline-block;
  width: 32%;
  margin-right: 5%;
}

#design .sec01 .list01 li:last-child {
  width: 52%;
  padding-left: 5%;
  border-left: 1px solid;
}

#design .sec01 .list01 .text {
  text-align: left;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .15em;
}

#design .sec01 .list02 li {
  vertical-align: top;
  display: inline-block;
  width: 23%;
  margin-right: 2%;
}

#design .sec01 .list02 li:nth-child(4n) {
  margin-right: auto;
}

#design .sec01 .list02 .info {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .15em;
  margin-top: 20px;
}

#design .sec02 .tit, #design .sec03 .tit {
  margin-bottom: 120px;
}

#design .sec03 {
  padding-bottom: 200px;
}

#quality .page-header .mv .mv-image {
  background: url(../images/quality/mv.jpg) center;
  background-size: cover;
}

#quality .content .image {
  position: relative;
}

#quality .intro {
  text-align: center;
}

#quality .intro .tit {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 200px;
}

#quality .tab {
  margin-bottom: 100px;
}

#quality .tab ul {
  max-width: 960px;
}

#quality .tab ul li {
  display: inline-block;
  width: 32%;
}

#quality .tab ul a {
  display: block;
  background: #A78A60;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  outline: 1px solid #fff;
  outline-offset: -3px;
  opacity: 1;
}

#quality .tab ul a:hover {
  opacity: .6;
}

#quality .tab ul:last-child {
  margin-right: auto;
}

#quality .service .area {
  background-color: transparent;
  text-align: center;
  color: #fff;
  margin-top: -30%;
  margin-bottom: 200px;
}

#quality .service .parallax {
  background: url(../images/quality/bg.jpg);
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#quality .service .tit {
  font-size: 32px;
  line-height: 1.5;
  color: #A78A60;
  margin-bottom: 50px;
}

#quality .service .lead {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 80px;
}

#quality .service .menu-box {
  max-width: 1400px;
  width: 90%;
  margin: auto;
  background: #fff;
  padding: 6% 8%;
  box-sizing: border-box;
}

#quality .comfortable {
  text-align: center;
}

#quality .comfortable .tit {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 160px;
}

#quality .comfortable .inners {
  margin-bottom: 160px;
}

#quality .comfortable .inners .txt {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: .15em;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#quality .comfortable .inners .txt:after {
  content: "";
  flex-grow: 1;
  border-top: 1px solid black;
  margin-left: 1rem;
}

#quality .comfortable .inners .txt.none {
  content: none;
  display: block;
  margin-bottom: 24px;
}

#quality .comfortable .inners .txt span {
  font-size: 14px;
  letter-spacing: 0;
}

#quality .comfortable .inner01 {
  text-align: left;
}

#quality .comfortable .inner01 .list {
  margin-bottom: 30px;
}

#quality .comfortable .inner01 .list li {
  vertical-align: top;
  display: inline-block;
  width: 50%;
  margin-right: 2%;
}

#quality .comfortable .inner01 .list li:last-child {
  width: 46%;
  margin-right: auto;
}

#quality .comfortable .inner01 .lead {
  font-size: 16px;
  line-height: 1.8;
}

#quality .comfortable .inner01 .mini {
  font-size: 11px;
  line-height: 2;
}

#quality .comfortable .inner02 {
  text-align: left;
}

#quality .comfortable .inner02 .list li {
  vertical-align: top;
  display: inline-block;
  width: 31.5%;
  margin-right: 2%;
}

#quality .comfortable .inner02 .list li:last-child {
  margin-right: auto;
}

#quality .comfortable .inner02 .name {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
}

#quality .comfortable .inner02 .name span {
  color: #B7A43B;
}

#quality .comfortable .inner02 .lead {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}

#quality .comfortable .inner03 {
  text-align: left;
}

#quality .comfortable .inner03 .list li {
  vertical-align: top;
  display: inline-block;
  width: 34%;
  margin-right: 4%;
}

#quality .comfortable .inner03 .list li:last-child {
  width: 61%;
  margin-right: auto;
}

#quality .comfortable .inner03 .list li:last-child .image {
  float: left;
  width: 43.4%;
}

#quality .comfortable .inner03 .list li:last-child .image.img03 {
  width: 56.6%;
}

#quality .comfortable .inner03 .name {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
}

#quality .comfortable .inner03 .name span {
  color: #B7A43B;
}

#quality .comfortable .inner03 .logo {
  max-width: 144px;
  margin-top: 20px;
}

#quality .comfortable .inner03 .lead {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}

#quality .comfortable .inner04 {
  text-align: left;
}

#quality .comfortable .inner04 .list {
  margin-bottom: 50px;
}

#quality .comfortable .inner04 .list li {
  vertical-align: top;
  display: inline-block;
  width: 48%;
  margin-right: 2%;
}

#quality .comfortable .inner04 .list li:last-child {
  margin-right: auto;
}

#quality .comfortable .inner04 .mini {
  font-size: 11px;
  line-height: 2;
}

#quality .security, #quality .equipment {
  text-align: center;
  background: #1C1C1C;
  padding: 100px 0;
  color: #fff;
}

#quality .security .tit, #quality .equipment .tit {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 120px;
}

#quality .security .tit.cinzel, #quality .equipment .tit.cinzel {
  font-size: 32px;
  margin-bottom: 60px;
}

#quality .security .lists, #quality .equipment .lists {
  text-align: left;
  margin-bottom: 100px;
}

#quality .security .lists li, #quality .equipment .lists li {
  vertical-align: top;
  display: inline-block;
}

#quality .security .lists li:last-child, #quality .equipment .lists li:last-child {
  margin-right: auto;
}

#quality .security .lists .name, #quality .equipment .lists .name {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 15px;
}

#quality .security .lists .lead, #quality .equipment .lists .lead {
  font-size: 16px;
  line-height: 1.6;
}

#quality .security .lists .lead span, #quality .equipment .lists .lead span {
  font-size: 80%;
}

#quality .security .lists .caption01, #quality .equipment .lists .caption01 {
  background: none;
  bottom: -20px;
}

#quality .security .list01 li, #quality .equipment .list01 li {
  width: 43%;
  margin-right: 4%;
}

#quality .security .list01 li:last-child, #quality .equipment .list01 li:last-child {
  width: 52%;
  margin-right: auto;
}

#quality .security .list01 .texts, #quality .equipment .list01 .texts {
  display: inline-block;
  margin-right: 2%;
}

#quality .security .list01 .image, #quality .equipment .list01 .image {
  vertical-align: top;
  display: inline-block;
  margin-right: auto;
}

#quality .security .list01 .texts01, #quality .equipment .list01 .texts01 {
  width: 60%;
}

#quality .security .list01 .texts02, #quality .equipment .list01 .texts02 {
  width: 51%;
}

#quality .security .list01 .img01, #quality .equipment .list01 .img01 {
  width: 36%;
}

#quality .security .list01 .img02, #quality .equipment .list01 .img02 {
  width: 45%;
}

#quality .security .list02 li, #quality .equipment .list02 li {
  width: 30%;
  margin-right: 4%;
}

#quality .security .list02 li:last-child, #quality .equipment .list02 li:last-child {
  width: 65%;
  margin-right: auto;
}

#quality .security .list03, #quality .equipment .list03 {
  margin-bottom: 0;
}

#quality .security .list03 li, #quality .equipment .list03 li {
  vertical-align: bottom;
  width: 30.3%;
  margin-right: 4%;
}

#quality .security .list03 li:last-child, #quality .equipment .list03 li:last-child {
  margin-right: auto;
}

#quality .security .list03 .lead, #quality .equipment .list03 .lead {
  margin-bottom: 30px;
}

#quality .security-line {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

#quality .security-line .tit {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 50px;
}

#quality .security-line .lead {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .15em;
  margin-bottom: 80px;
}

#quality .security-line .imgs {
  max-width: 1280px;
  margin: auto;
}

#quality .security-line .imgs li {
  vertical-align: middle;
  display: inline-block;
  width: 70%;
  margin-right: 4%;
}

#quality .security-line .imgs li:last-child {
  width: 25%;
  margin-right: auto;
}

#quality .equipment .tit {
  margin-bottom: 60px;
}

#quality .equipment .sub {
  text-align: center;
  font-size: 27px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

#quality .equipment .sub .mini {
  font-size: 22px;
}

#quality .equipment .section-mv {
  margin: 0 auto 100px;
  position: relative;
}

#quality .equipment .section-mv .caption01 {
  background: none;
}

#quality .equipment .list03 {
  margin-bottom: 60px;
}

#quality .equipment .list03 li {
  vertical-align: top;
}

#quality .equipment .list03 li .texts .name {
  font-size: 18px;
  margin-top: 15px;
}

#quality .equipment .list03 li .texts .name span {
  display: block;
  font-size: 60%;
}

#quality .equipment .list03 li .texts .lead {
  font-size: 14px;
}

#quality .equipment .list03 li .texts .lead span {
  display: block;
  line-height: 1.6;
  margin-top: 10px;
}

#quality .equipment .list03 li:nth-child(3n) {
  margin-right: auto;
}

#quality .equipment .list03 li.double {
  width: 65%;
}

#quality .equipment .list03 li.double .texts .lead {
  margin-bottom: 0;
}

#quality .equipment .list03 li.mv {
  width: 49%;
  margin-right: 4%;
  margin-left: 4%;
  margin-bottom: auto;
  float: left;
}

#quality .equipment .list03.mr0 {
  margin-right: auto;
}

#quality .equipment .lists .caption {
  bottom: 0;
}

#quality .slider {
  margin: 0 auto 0;
  width: 100%;
}

#quality .slider-img img {
  height: auto;
  width: 96%;
}

#quality .images {
  max-width: 300px;
  width: 90%;
  margin: 60px auto 0;
}

#quality .images .image {
  margin-bottom: 20px;
}

#quality .slick-dots li button:before {
  font-size: 40px;
}

#quality .irodori {
  text-align: center;
  background: #ccc;
  padding: 100px 0;
  margin-top: 100px;
}

#quality .irodori .logo {
  max-width: 200px;
  margin: 0 auto 60px;
}

#quality .irodori .tit {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 40px;
}

#quality .irodori .lead {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: .15em;
  margin-bottom: 40px;
}

#quality .irodori .lead span {
  font-size: 80%;
  display: block;
  line-height: 1.6;
}

#select .mv .mv-image {
  background: url(../images/select/mv.jpg) center;
  background-size: cover;
}

#select .content {
  width: 94%;
  margin: auto;
  text-align: center;
  margin-bottom: 120px;
}

#select .content .logo {
  width: 200px;
  margin: 100px auto;
}

#select .content .tit {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 50px;
}

#select .content .lead {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: .15em;
  margin-bottom: 50px;
}

#select .tab-btns {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 60px;
  padding-top: 60px;
}

#select .tab-btns li {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
}

#select .tab-btns li:last-child {
  margin-right: auto;
}

#select .tab-btns a {
  display: block;
  padding: 15px 0;
  outline: 1px solid white;
  outline-offset: -3px;
  color: #fff;
  background: #A78A60;
}

#select .tab-btns a.current {
  display: block;
  padding: 15px 0;
  outline: 1px solid white;
  outline-offset: -3px;
  color: #fff;
  background: #A78A60;
  opacity: 1;
  pointer-events: none;
}

#select .tab-btns a {
  opacity: .6;
}

#select .tab-btns a:hover {
  opacity: 1;
}

#select .torikago {
  width: 60%;
  margin: auto;
}

#select .irodori {
  width: 94%;
  max-width: 1200px;
  margin: 100px auto 0;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
}

#select .irodori .fixed {
  position: sticky;
  top: 0;
  left: 0;
  width: 15%;
  z-index: 20;
}

#select .irodori .fixed .scroll-icon {
  position: absolute;
  top: 15%;
  left: 500px;
  width: 186px;
  margin: 0 auto;
  opacity: 1;
  z-index: 22;
}

#select .irodori .detail {
  position: absolute;
  top: 0;
  left: 15%;
  height: 80vh;
  width: 276%;
}

#select .detail .scroll {
  position: absolute;
  top: 0;
  left: 0;
  padding: 50% 215vw 50% 25vw;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  z-index: 22;
}

#select .page-annotation {
  text-align: left;
}

#select .type-texts {
  width: 66%;
  min-width: 720px;
  padding-bottom: 40px;
  margin: 0 auto;
}

#select .type-texts li {
  vertical-align: middle;
  display: inline-block;
  width: 18%;
  margin-right: 2%;
}

#select .type-texts li:nth-child(2) {
  width: 20%;
  border-left: 1px solid #A78A60;
  padding-left: 20px;
}

#select .type-texts li:last-child {
  text-align: right;
  width: 33%;
  margin-right: auto;
}

#select .type-texts .type {
  text-align: center;
  color: #A78A60;
  font-size: 20px;
  letter-spacing: .2em;
}

#select .type-texts .type span {
  font-size: 58px;
}

#select .type-texts .spec {
  font-size: 28px;
  margin-bottom: 10px;
}

#select .type-texts .spec .num {
  font-size: 48px;
}

#select .type-texts .spec .mini {
  font-size: 20px;
}

#select .type-texts .spec .spec_ja {
  font-size: 18px;
}

#select .type-texts .point {
  font-size: 14px;
  line-height: 1.8;
}

#select .type-texts .width {
  font-size: 13px;
  margin-bottom: 20px;
}

#select .type-texts .width .area, #select .type-texts .width .cinzel {
  font-size: 28px;
  letter-spacing: .15em;
}

#select .type-texts .width .big {
  font-size: 38px;
}

#select .type-texts .width .none {
  display: none;
}

#select .type-texts .sub {
  font-size: 13px;
  line-height: 1.8;
}

#select .plan .tit {
  color: #A78A60;
  font-size: 22px;
}

#select .plan .cond01 .image {
  text-align: center;
  padding-top: 2.5%;
}

#select .plan .cond01 .image img {
  width: 40%;
  max-width: 400px;
}

#select .plan .image {
  text-align: center;
}

#select .plan .image .spec {
  max-width: 600px;
  margin-bottom: 30px;
  width: 94%;
}

#select .plan .image img {
  width: 80%;
  max-width: 800px;
}

#select .tab-inner {
  display: none;
  position: relative;
}

#select .tab-inner .cage {
  position: absolute;
  top: 0;
  right: 3%;
  width: 15%;
}

#select .tab-inner.current {
  display: inherit;
}

#select .tab-inner.current .subject {
  text-align: center;
  display: block;
  color: #fff;
  box-sizing: border-box;
  color: #A78A60;
  margin-bottom: 30px;
}

#select .tab-inner.current .subject .button {
  font-size: 18px;
  line-height: 1.6;
}

#select .change-buttons {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
}

#select .change-buttons li {
  text-align: center;
  display: inline-block;
  width: 32%;
  margin-right: 1%;
}

#select .change-buttons li:last-child {
  margin-right: auto;
}

#select .change-buttons .button {
  display: block;
  color: #A78A60;
  font-size: 18px;
  padding: 10px 10px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #A78A60;
}

#select .change-buttons .button.current {
  pointer-events: none;
  color: #fff;
  background: #A78A60;
  border: 1px solid #A78A60;
}

#select .change-buttons .button:hover {
  opacity: 1;
  color: #fff;
  background: #A78A60;
  border: 1px solid #A78A60;
}

#select .request {
  margin-top: 100px;
  background: #1C1C1C;
  color: #fff;
}

#select .request .contents {
  padding: 2% 0;
}

#select .request li {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
}

#select .request li.image {
  position: relative;
}

#select .request li.text {
  text-align: left;
}

#select .request li.text .text01 {
  line-height: 2;
  margin: 0 auto 25px;
  width: 94%;
}

#modelroom .page-header .mv .mv-image {
  background: url(../images/modelroom/mv.jpg) center;
  background-size: cover;
}

#modelroom .content .image {
  position: relative;
}

#modelroom .intro {
  text-align: center;
  margin-bottom: 120px;
}

#modelroom .intro .tit {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 50px;
}

#modelroom .gallery {
  margin-bottom: 100px;
}

#modelroom .gallery .btn-img {
  overflow: hidden;
  position: relative;
}

#modelroom .gallery .btn-img:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  z-index: 1;
}

#modelroom .gallery .btn-img:hover:before {
  opacity: 1;
}

#modelroom .gallery .btn-img img {
  width: 100%;
}

#modelroom .gallery .btn-img .copy {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
  color: #000;
}

#modelroom .gallery .btn-img .copy span {
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
}

#modelroom .gallery .btn-img .copy span:first-child {
  font-size: 28px;
  line-height: 1.6;
  font-family: 'Cinzel','Shippori Mincho', serif;
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
}

#modelroom .gallery .btn-img .copy span:last-child {
  font-size: 20px;
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
}

#modelroom .gallery .btn-img:hover .copy span {
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 1;
}

#modelroom .gallery .btn-img:hover .copy span {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  opacity: 1;
}

#modelroom .gallery .btn-img a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

#modelroom .gallery .btn-img .icon_plus {
  background: #ffffff;
  border: 1px solid #6E847C;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 2;
}

#modelroom .gallery .btn-img:hover .icon_plus {
  opacity: 1;
}

#modelroom .gallery .btn-img .icon_plus:after {
  background: #6E847C;
  content: "";
  height: 70%;
  top: 15%;
  width: 1px;
  left: 50%;
  bottom: 15%;
  position: absolute;
}

#modelroom .gallery .btn-img .icon_plus:before {
  background: #6E847C;
  content: "";
  height: 1px;
  top: 50%;
  width: 70%;
  left: 15%;
  right: 15%;
  position: absolute;
}

#modelroom .gallery .image-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.6510417%;
}

#modelroom .gallery .image-lists.list02 {
  align-items: flex-end;
  margin-top: -6.5%;
}

#modelroom .gallery .btn01, #modelroom .gallery .btn02 {
  width: 49.8%;
}

#modelroom .gallery .btn03, #modelroom .gallery .btn05 {
  width: 25%;
}

#modelroom .gallery .btn04 {
  width: 49%;
}

#modelroom .gallery .img-txt {
  max-width: 660px;
  width: 80%;
  margin: 0 auto 12%;
}

#modelroom .gallery.gallery02 .btn04 {
  width: 74.5%;
}

#modelroom .gallery.gallery02 .img-txt {
  max-width: 660px;
  width: 55%;
  margin: 0 auto 8% 7%;
}

#modelroom .gallery.gallery03 .btn03, #modelroom .gallery.gallery03 .btn06 {
  width: 24.5%;
}

#modelroom .gallery.gallery03 .btn04, #modelroom .gallery.gallery03 .btn05 {
  width: 25%;
}

#modelroom .gallery.gallery03 .img-txt {
  width: 150%;
}

#modelroom .gallery.gallery03 .img-txt img {
  width: 660px;
  margin: 0 auto 8% 15%;
}

#modelroom .click-btn a {
  position: relative;
}

#modelroom .modal-wrapper {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 100px 10px;
  text-align: center;
  overflow: hidden auto;
}

#modelroom .modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

#modelroom .modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
  background: rgba(0, 0, 0, 0.9) !important;
}

#modelroom .modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}

#modelroom .modal-window {
  position: relative;
  width: 75%;
  margin: auto;
  display: inline-block;
  z-index: 20;
  vertical-align: middle;
}

#modelroom .modal-window.window01 {
  width: 50%;
}

#modelroom .modal-window .modal-content {
  box-sizing: border-box;
  max-width: 100%;
  text-align: left;
}

#modelroom .modal-window .modal-content img {
  overflow: inherit;
}

#modelroom .modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.8) !important;
}

#modelroom .modal-overlay:hover {
  opacity: 1 !important;
}

#modelroom .modal-close {
  z-index: 20;
  position: absolute !important;
  top: -60px;
  right: 0;
  width: 60px;
  color: #fff !important;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  padding: 0;
}

#modelroom .modal-close:hover {
  color: #ccc !important;
}

#modelroom .v-tour {
  padding-top: 30px;
  text-align: center;
}

#modelroom .v-tour .title {
  font-size: 1.8rem;
  color: #A78A60;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 55px;
  width: 240px;
}

#modelroom .v-tour .title:before, #modelroom .v-tour .title:after {
  position: absolute;
  display: inline-block;
  content: "";
  height: 1px;
  width: 100px;
  background-color: #A78A60;
}

#modelroom .v-tour .title:before {
  left: 0;
}

#modelroom .v-tour .title:after {
  right: 0;
}

#modelroom .v-tour .sub {
  margin-top: 30px;
}

#modelroom .v-tour .movie {
  width: 100%;
  max-width: 958px;
  margin: 50px auto 0;
}

#modelroom .fixed_bnr {
  position: fixed;
  bottom: 5%;
  right: 0;
  width: 240px;
  z-index: 100;
  opacity: 0;
}

#modelroom .fixed_bnr a:hover {
  opacity: 1;
}

#modelroom .fixed_bnr .close {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 25px;
}

#special .page-header .mv .mv-image {
  background: url(../images/special/mv.jpg) center;
  background-size: cover;
}

#special .content .image {
  position: relative;
}

#special .intro {
  text-align: center;
}

#special .intro .tit {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 50px;
}

#special .intro .img01 {
  max-width: 300px;
  margin: 0 auto 45px;
}

#special .intro .name {
  font-size: 27px;
  letter-spacing: .2em;
  margin-bottom: 35px;
}

#special .intro .lead {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 80px;
}

#special .tabs {
  text-align: center;
  max-width: 773px;
  margin: 0 auto 180px;
}

#special .tabs li {
  display: inline-block;
  width: 47%;
  margin-right: 5%;
}

#special .tabs li:last-child {
  margin-right: auto;
}

#special .sections .inner {
  max-width: 994px;
  margin: auto;
}

#special .sections .points {
  margin-bottom: 80px;
}

#special .sections .points svg {
  width: 100%;
}

#special .sections .sec-tit {
  text-align: center;
  font-size: 30px;
  line-height: 2;
  padding-bottom: 10px;
  margin: 0 auto 80px;
  border-bottom: 6px solid #E9F1F5;
  display: table;
}

#special .sections .sec-tit img {
  max-width: 36px;
  margin-right: 10px;
}

#special .sections .sec-tit .mini {
  font-size: 27px;
}

#special .sections .sec-tit .big {
  font-size: 30px;
}

#special .sections .tit {
  max-width: 239px;
  margin-bottom: 30px;
}

#special .sections .lists .txt01 {
  font-size: 35px;
  line-height: 1.5;
  margin-bottom: 40px;
}

#special .sections .lists .txt02 {
  font-size: 16px;
  line-height: 2;
}

#special .sections .lists .txt02 .big {
  font-size: 47px;
}

#special .sections .lists .txt02 .color01 {
  color: #79C367;
}

#special .sections .lists .txt02 .color02 {
  color: #C36767;
}

#special .sections .lists .txt02 .color03 {
  color: #678AC3;
}

#special .sections .lists .txt02 .line {
  background: linear-gradient(transparent 30%, #FFFA72 30%);
}

#special .points .list {
  max-width: 1000px;
  width: 80%;
  margin: auto;
  padding: 20px 50px;
  background: #fff;
}

#special .points .list li {
  font-size: 20px;
  text-align: left;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  transition: .3s;
}

#special .points .list li:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000000;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform .3s;
}

#special .points .list li a {
  color: #000;
}

#special .points .list li .anker {
  display: inline-block;
  width: 25px;
  margin-left: 20px;
  vertical-align: text-bottom;
  position: absolute;
  bottom: 0;
}

#special .points .list li .line {
  font-size: 22px;
  line-height: 1.6;
  background: linear-gradient(transparent 30%, #FFFA72 30%);
}

#special .points .list li .left {
  font-size: 20px;
}

#special .points .list li:before {
  display: none;
  content: url(../images/special/check.svg);
  margin-right: 10px;
}

#special .points .list li:first-child {
  width: 180px;
  margin: 0 auto 30px;
  display: block;
}

#special .points .list li:first-child:before, #special .points .list li:first-child:after {
  display: none;
}

#special .points .list li:hover a {
  opacity: 1;
}

#special .points .list li:hover .anker {
  bottom: -5px;
  transition: .3s;
}

#special .points .list li:hover:after {
  transform: scale(0, 1);
}

#special .sec01 {
  max-width: 1148px;
  margin: 0 auto 120px;
}

#special .sec01 .lists {
  max-width: 994px;
  margin: auto;
}

#special .sec01 .lists li {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  margin-right: 3%;
}

#special .sec01 .lists li:last-child {
  width: 36%;
  margin-right: auto;
}

#special .sec01 .lists .txt01#point02 {
  padding-top: 60px;
}

#special .sec01 .list02 {
  margin-top: 70px;
}

#special .sec01 .list02 li {
  display: inline-block;
  vertical-align: top;
  width: 36%;
  margin-right: 3%;
}

#special .sec01 .list02 li:last-child {
  width: 60%;
  margin-right: auto;
}

#special .sec01 .list02 .txt02 {
  margin-bottom: auto;
}

#special .sec01 .img05 {
  margin: 80px auto;
}

#special .sec02 {
  margin-bottom: 60px;
}

#special .sec02 .img01 {
  margin-bottom: 120px;
}

#special .sec02 .img01 .obi {
  display: none !important;
  position: absolute;
  max-width: 700px;
  right: 0;
  bottom: -60px;
}

#special .sec02 .lists {
  padding-top: 60px;
  max-width: 1200px;
  margin: auto;
}

#special .sec02 .lists li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 3%;
}

#special .sec02 .lists li:last-child {
  margin-right: auto;
}

#special .sec02 .lists .bg {
  position: absolute;
  left: -60px;
  bottom: -70px;
  z-index: -1;
}

#special .sec03 {
  margin-bottom: 200px;
}

#special .sec03 .lists {
  padding-top: 60px;
  max-width: 1200px;
  margin: auto;
}

#special .sec03 .lists li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 3%;
}

#special .sec03 .lists li:last-child {
  margin-right: auto;
}

#special .sec03 .lists .bg {
  position: absolute;
  right: -60px;
  bottom: -70px;
  z-index: -1;
}

#special .sec03 .points {
  max-width: 1000px;
  margin: 150px auto 0;
}

#special .sec04 .inner {
  text-align: center;
  margin-bottom: 20px;
}

#special .sec04 .inner .points {
  text-align: left;
}

#special .sec04 .inner .text {
  font-size: 35px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 40px;
}

#special .sec04 .inner .lists li {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 53%;
  margin-right: 3%;
}

#special .sec04 .inner .lists li:last-child {
  width: 43%;
  margin-right: auto;
}

#special .sec04 .inner .lists .txt02 {
  line-height: 2;
  margin-bottom: 30px;
}

#special .sec04 .inner01 {
  padding-top: 60px;
  margin-bottom: 90px;
}

#special .sec04 .inner02 {
  padding-top: 60px;
  margin-bottom: 90px;
}

#special .sec04 .inner02 .lists li {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-right: 3%;
}

#special .sec04 .inner02 .lists li:last-child {
  width: 47%;
  margin-right: auto;
}

#special .sec04 .inner03 {
  padding-top: 60px;
  margin-bottom: 90px;
}

#special .sec04 .inner03 .lead {
  text-align: left;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 100px;
}

#special .sec04 .inner03 .lead .line {
  background: linear-gradient(transparent 30%, #FFFA72 30%);
}

#special .sec04 .inner03 .lists li {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 59%;
  margin-right: 2%;
}

#special .sec04 .inner03 .lists li:last-child {
  width: 38%;
  margin-right: auto;
}

#special .sec04 .inner03 .lists .img04 {
  margin-top: 30px;
}

#special .sec04 .inner04 {
  padding-top: 60px;
  margin-bottom: auto;
}

#special .sec04 .inner04 .txt02 {
  text-align: left;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 60px;
}

#special .sec04 .inner04 .txt02 .line {
  background: linear-gradient(transparent 30%, #FFFA72 30%);
}

#special .sec04 .slider .slick-slide {
  margin: 0 10px;
}

#special .sec04 .caps {
  clear: both;
  text-align: right;
  font-size: 11px;
  margin: 10px 5% 0 auto;
}

#special .sec04 .points {
  max-width: 1000px;
}

#special02 .page-header .mv .mv-image {
  background: url(../images/special02/mv.jpg) center;
  background-size: cover;
}

#special02 .content .image {
  position: relative;
}

#special02 .intro {
  text-align: center;
}

#special02 .intro .tit {
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 50px;
}

#special02 .tabs {
  text-align: center;
  max-width: 773px;
  margin: 0 auto 180px;
}

#special02 .tabs li {
  display: inline-block;
  width: 47%;
  margin-right: 5%;
}

#special02 .tabs li:last-child {
  margin-right: auto;
}

#special02 .sections .inner {
  max-width: 1142px;
  width: 90%;
  margin: auto;
}

#special02 .sections .txt {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 60px;
  border-left: 10px solid #678AC3;
  padding-left: 20px;
}

#special02 .sections .txt span {
  font-size: 36px;
}

#special02 .sections .lead {
  font-size: 16px;
  line-height: 2.2;
}

#special02 .sections .lead .line {
  background: linear-gradient(transparent 30%, #FFFA72 30%);
}

#special02 .sections .lead .color01 {
  color: #678AC3;
}

#special02 .sections .lead .color02 {
  color: #C36767;
}

#special02 .sections .lead .color03 {
  color: #79C367;
}

#special02 .sections .slider .slick-slide {
  vertical-align: top;
  margin: 0 10px;
}

#special02 .sections .slider .name {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

#special02 .sec01 {
  margin: 0 auto 200px;
}

#special02 .sec01 .sec-tit {
  text-align: center;
  width: 830px;
  margin: 0 auto 100px;
}

#special02 .sec01 .img01 {
  margin-bottom: 100px;
}

#special02 .sec01 .list01 {
  margin-bottom: 100px;
}

#special02 .sec01 .list01 li {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  margin-right: 4%;
}

#special02 .sec01 .list01 li:last-child {
  width: 35%;
  margin-right: auto;
}

#special02 .sec01 .list02 {
  margin-bottom: 100px;
}

#special02 .sec01 .list02 li {
  display: inline-block;
  vertical-align: middle;
  width: 35%;
  margin-right: 4%;
}

#special02 .sec01 .list02 li:last-child {
  width: 60%;
  margin-right: auto;
}

#special02 .sec01 .list03 {
  margin-bottom: 200px;
}

#special02 .sec01 .list03 li {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  margin-right: 4%;
}

#special02 .sec01 .list03 li:last-child {
  width: 35%;
  margin-right: auto;
}

#special02 .sec02 {
  text-align: center;
  background: #E9EFF5;
  padding: 70px 0 130px;
  margin-bottom: 200px;
}

#special02 .sec02 .sec-tit {
  text-align: center;
  width: 210px;
  margin: 0 auto 40px;
}

#special02 .sec02 .txt01 {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 50px;
}

#special02 .sec02 .txt01 .line {
  font-size: 24px;
  background: linear-gradient(transparent 30%, #FFFA72 30%);
}

#special02 .sec02 .list {
  max-width: 1260px;
  margin: auto;
}

#special02 .sec02 .list li {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  margin-right: 2%;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  padding: 50px 0;
}

#special02 .sec02 .list li:last-child {
  margin-right: auto;
}

#special02 .sec02 .list .texts {
  width: 60%;
  margin: 0 auto 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #A28B65;
}

#special02 .sec02 .list .texts .left {
  display: inline-block;
  text-align: left;
  margin-right: 30px;
}

#special02 .sec02 .list .texts .left .type {
  font-size: 15px;
  margin-bottom: 10px;
}

#special02 .sec02 .list .texts .left .type .big {
  font-size: 36px;
}

#special02 .sec02 .list .texts .left .type .ldk {
  font-size: 24px;
}

#special02 .sec02 .list .texts .left .type .mini {
  font-size: 18px;
}

#special02 .sec02 .list .texts .left .type .color {
  color: #A28B65;
}

#special02 .sec02 .list .texts .left .point {
  font-size: 10px;
  line-height: 1.8;
}

#special02 .sec02 .list .texts .right {
  display: inline-block;
  text-align: right;
}

#special02 .sec02 .list .texts .right .width {
  font-size: 10px;
  line-height: 1.8;
}

#special02 .sec02 .list .texts .right .width .num01 {
  font-size: 27px;
}

#special02 .sec02 .list .texts .right .width .num02 {
  font-size: 20px;
}

#special02 .sec02 .list .image {
  width: 50%;
  margin: 0 auto 40px;
}

#special02 .sec02 .list .point {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  margin: 0 auto 40px;
}

#special02 .sec02 .list .point .num {
  background: #678AC3;
  color: #fff;
  border-radius: 10px;
  padding: 0 5px 0 6px;
  margin-right: 5px;
}

#special02 .sec02 .btn {
  max-width: 400px;
  width: 50%;
  margin: 30px auto 0;
}

#special02 .sec03 {
  margin: 0 auto 200px;
}

#special02 .sec03 .sec-tit {
  text-align: center;
  width: 632px;
  margin: 0 auto 100px;
}

#special02 .sec03 .img01 {
  margin-bottom: 100px;
}

#special02 .sec03 .txt {
  border-left: 10px solid #C9F4BE;
}

#special02 .sec03 .list01 {
  margin-bottom: 100px;
}

#special02 .sec03 .list01 li {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  margin-right: 4%;
}

#special02 .sec03 .list01 li:last-child {
  width: 35%;
  margin-right: auto;
}

#special02 .sec03 .list02 {
  margin-bottom: 100px;
}

#special02 .sec03 .list02 li {
  display: inline-block;
  vertical-align: middle;
  width: 35%;
  margin-right: 4%;
}

#special02 .sec03 .list02 li:last-child {
  width: 60%;
  margin-right: auto;
}

#special02 .sec03 .slider {
  margin-top: 200px;
}

#special02 .sec04 {
  text-align: center;
  background: #E9F5F1;
  padding: 70px 0 130px;
}

#special02 .sec04 .sec-tit {
  text-align: center;
  width: 210px;
  margin: 0 auto 40px;
}

#special02 .sec04 .txt01 {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 50px;
}

#special02 .sec04 .txt01 .line {
  font-size: 24px;
  background: linear-gradient(transparent 30%, #FFFA72 30%);
}

#special02 .sec04 .list {
  max-width: 1260px;
  margin: auto;
}

#special02 .sec04 .list li {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  margin-right: 2%;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  padding: 50px 0;
}

#special02 .sec04 .list li:last-child {
  margin-right: auto;
}

#special02 .sec04 .list .texts {
  width: 60%;
  margin: 0 auto 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #A28B65;
}

#special02 .sec04 .list .texts .left {
  display: inline-block;
  text-align: left;
  margin-right: 30px;
}

#special02 .sec04 .list .texts .left .type {
  font-size: 15px;
  margin-bottom: 10px;
}

#special02 .sec04 .list .texts .left .type .big {
  font-size: 36px;
}

#special02 .sec04 .list .texts .left .type .ldk {
  font-size: 24px;
}

#special02 .sec04 .list .texts .left .type .mini {
  font-size: 18px;
}

#special02 .sec04 .list .texts .left .type .color {
  color: #A28B65;
}

#special02 .sec04 .list .texts .left .point {
  font-size: 10px;
  line-height: 1.8;
}

#special02 .sec04 .list .texts .right {
  display: inline-block;
  text-align: right;
}

#special02 .sec04 .list .texts .right .width {
  font-size: 10px;
  line-height: 1.8;
}

#special02 .sec04 .list .texts .right .width .num01 {
  font-size: 27px;
}

#special02 .sec04 .list .texts .right .width .num02 {
  font-size: 20px;
}

#special02 .sec04 .list .point {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 auto 40px;
}

#special02 .sec04 .list .point .num {
  background: #79C367;
  color: #fff;
  border-radius: 10px;
  padding: 0 5px 0 6px;
  margin-right: 5px;
}

#special02 .sec04 .list .image {
  width: 50%;
  margin: 0 auto 40px;
}

#special02 .sec04 .btn {
  max-width: 400px;
  width: 50%;
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) and (max-width: 425px) {
  .lower .fixed_bnr, .lower .fixed_bnr02 {
    max-width: 640px;
    width: 100%;
  }
  .lower .fixed_bnr .close, .lower .fixed_bnr02 .close {
    top: -25px;
  }
}

@media screen and (max-width: 768px) {
  /* -----------------------------
hareza
----------------------------- */
  #map .img.swipe-img img {
    width: 440px !important;
  }
  #plan .content-title {
    padding: 6.3rem 0 5.5rem;
  }
  #plan .plan-btns .btns {
    padding-top: 90px;
    /*margin-top: -45px;*/
    margin-top: 15px;
    margin-bottom: 0;
  }
  #plan .plan-btns .btns .icon {
    max-width: 90px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }
  #plan .plan-btns .btns a .texts {
    text-align: center;
    width: 92%;
    padding: 90px 0 30px;
    margin: auto;
  }
  #plan .plan-btns .btns a .texts li {
    display: block;
    width: 100%;
  }
  #plan .plan-btns .btns a .texts li:nth-child(2) {
    display: inline-block;
    position: relative;
    border-left: none;
    padding-left: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #plan .plan-btns .btns a .texts li:nth-child(2):before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 110px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #A78A60;
  }
  #plan .plan-btns .btns a .texts li:last-child {
    width: 100%;
    line-height: 1.4;
  }
  #plan .plan-btns .btns a .texts .type {
    font-size: 30px;
  }
  #plan .plan-btns .btns a .texts .type .num {
    font-size: 40px;
  }
  #plan .plan-btns .btns a .texts .type .spec {
    font-size: 24px;
  }
  #plan .plan-btns .btns a .texts .type .spec_ja {
    font-size: 20px;
  }
  #plan .plan-btns .btns a .texts .width {
    font-size: 20px;
  }
  #plan .plan-btns .btns a .texts .width .mini {
    font-size: 10px;
  }
  #plan .plan-btns .btns a .texts .width .cinzel {
    font-size: 20px;
  }
  #plan .plan-btns .btns a .texts .width .big {
    font-size: 28px;
  }
  #plan .plan-btns .btns a .texts .point {
    text-align: left;
    width: 245px;
    margin: 0 auto 20px;
  }
  #plan .plan-btns .btns a .more {
    margin: 0 auto 40px;
    justify-content: center;
  }
  #plan .plan-btns .btns.btn-e {
    /*margin-top: 15px;*/
  }
  #plan .plan-btns .btns.btn-f .texts {
    padding-top: 0;
  }
  #plan .plan-btns .btn-d {
    /*margin-bottom: 80px;*/
  }
  #plan .plan-btns .pickup {
    max-width: 300px;
    position: absolute;
    top: 0%;
    right: 0;
    z-index: 1;
  }
  #plan .plan-btns .parking {
    text-align: center;
    margin: 90px auto 20px;
    width: 70%;
    font-size: 15px;
    background-color: #65442E;
    color: #fff;
    padding: 10px 10px;
    display: block;
  }
  #plan .request01 {
    width: 94%;
    margin-top: 50px;
  }
  #plan .irodori .tit {
    font-size: 22px;
  }
  #plan .irodori .lead {
    text-align: left;
    font-size: 14px;
  }
  #plan .irodori .lead span {
    margin-top: 10px;
  }
  #plan .fixed_bnr {
    max-width: none;
    position: fixed;
    bottom: 0;
    right: 0;
    transform: translate(300px);
  }
  #plan .fixed_bnr .image {
    width: 100%;
  }
  #plan .fixed_bnr .close {
    width: 25px;
    top: -15px;
  }
  #plan #fixed02 {
    bottom: 0;
  }
  #plan .fixed_bnr02 {
    max-width: 650px;
    position: fixed;
    bottom: 0;
    right: 0;
    transform: translate(300px);
  }
  #plan .fixed_bnr02 .close {
    width: 20px;
    top: -20px;
  }
  #plan.detail .plans {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  #plan.detail .plans .type-texts {
    text-align: center;
    width: 86%;
    border-bottom: none;
    padding-bottom: 0;
    margin: 0 auto 30px;
  }
  #plan.detail .plans .type-texts li {
    display: block;
    width: 100%;
    margin: auto;
  }
  #plan.detail .plans .type-texts li:nth-child(2) {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
  #plan.detail .plans .type-texts li:last-child {
    text-align: center;
    width: 100%;
    margin: auto;
  }
  #plan.detail .plans .type-texts .type {
    font-size: 22px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #plan.detail .plans .type-texts .type span {
    font-size: 58px;
  }
  #plan.detail .plans .type-texts .type:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 110px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #A78A60;
  }
  #plan.detail .plans .type-texts .spec {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #plan.detail .plans .type-texts .spec .num {
    font-size: 40px;
  }
  #plan.detail .plans .type-texts .spec .spec_ja {
    font-size: 18px;
  }
  #plan.detail .plans .type-texts .point {
    line-height: 2;
    letter-spacing: .2em;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #plan.detail .plans .type-texts .point:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 110px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #A78A60;
  }
  #plan.detail .plans .type-texts .width {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 10px;
  }
  #plan.detail .plans .type-texts .width .area, #plan.detail .plans .type-texts .width .cinzel {
    font-size: 20px;
  }
  #plan.detail .plans .type-texts .width .big {
    font-size: 28px;
  }
  #plan.detail .plans .type-texts .width .none {
    display: inline-block;
  }
  #plan.detail .plans .type-texts .width .mini {
    font-size: 10px;
  }
  #plan.detail .plans .image img {
    width: 60%;
  }
  #plan.detail .plans .appeal li {
    display: block;
    margin: 0 auto 0;
  }
  #plan.detail .plans .appeal li:last-child {
    margin-bottom: auto;
  }
  #plan.detail .plans .appeal .title {
    font-size: 16px;
  }
  #plan.detail .plans .appeal .text {
    font-size: 14px;
    padding-top: 20px;
  }
  #plan.detail .plans .panorama {
    margin: 60px auto 30px;
  }
  #plan.detail .plans .panorama .title {
    font-size: 16px;
  }
  #plan.detail .guide .guide-txt {
    text-align: left;
  }
  #plan.detail .plan-btns .btns {
    width: 100%;
    margin-right: auto;
    margin-bottom: 2%;
    display: block;
  }
  #plan.detail .plan-btns .btns.btn-e {
    margin-top: 15px;
  }
  #plan .change-buttons {
    margin: 0 auto 20px;
  }
  #plan .change-buttons li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  #plan .change-buttons .button {
    font-size: 16px;
  }
  #plan.etype .link {
    margin: 0 auto 40px;
  }
  #plan.etype .link .caption {
    display: none;
    bottom: 13%;
    right: 4%;
  }
  #plan.etype .suggestion {
    padding: 30px 0 50px;
  }
  #plan.etype .suggestion .txt {
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
  }
  #plan.etype .suggestion .lead {
    text-align: left;
    margin-bottom: 30px;
  }
  #plan.etype .suggestion .comment .list01 li:last-child {
    width: 100%;
    margin: auto;
  }
  #plan.etype .suggestion .comment .list01 .txt01 {
    text-align: center;
    font-size: 22px;
  }
  #plan.etype .suggestion .comment .list01 .txt01 span {
    font-size: 16px;
  }
  #plan.etype .suggestion .comment .list01 .txt02 {
    font-size: 14px;
    line-height: 1.5;
  }
  #plan.etype .suggestion .spec {
    width: 90%;
  }
  #plan.etype .suggestion .spec li {
    display: inline-block;
  }
  #plan.etype .suggestion .spec li.left {
    font-size: 16px;
    line-height: 1.4;
  }
  #plan.etype .suggestion .spec li:last-child {
    float: right;
    font-size: 20px;
  }
  #plan.etype .suggestion .spec li:last-child .mini {
    font-size: 14px;
  }
  #plan.etype .suggestion .list02 {
    width: 90%;
    margin: auto;
  }
  #plan.etype .suggestion .list02 li {
    position: relative;
    float: none;
    width: 100%;
  }
  #plan.etype .suggestion .list02 li:last-child {
    display: none;
  }
  #plan.etype .suggestion .caps {
    width: 90%;
    margin: 30px auto 0;
    font-size: 15px;
    line-height: 1.6;
    color: #A92A4F;
    border: 1px solid;
    padding: 10px 15px;
    box-sizing: border-box;
    text-align: left;
  }
  #plan.etype .choice-buttons {
    margin-bottom: 40px;
  }
  #plan.etype .choice-buttons li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  #plan.etype .choice-buttons li:nth-child(2n) {
    margin-right: auto;
  }
  #plan.etype .buttoned {
    position: absolute;
    width: 7%;
  }
  #plan.etype .buttoned img {
    animation: pins 1.5s ease infinite;
    width: 100%;
  }
  @keyframes pins {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(5px);
    }
    100% {
      transform: translateY(0);
    }
  }
  #plan.etype .pin01-01 {
    top: 30%;
    left: 22%;
  }
  #plan.etype .pin01-01.couple {
    top: 21%;
  }
  #plan.etype .pin01-01.family {
    top: 30%;
  }
  #plan.etype .pin01-01.senior01 {
    top: 19.5%;
    left: 23%;
  }
  #plan.etype .pin01-01.senior02 {
    top: 28.5%;
    left: 68%;
  }
  #plan.etype .pin01-02 {
    top: 29%;
    right: 16%;
  }
  #plan.etype .pin01-02.family {
    top: 48%;
    right: 33%;
  }
  #plan.etype .pin01-02.senior {
    top: 58%;
    left: 66%;
  }
  #plan.etype .pin01-03 {
    bottom: 23%;
    left: 25.5%;
  }
  #plan.etype .pin01-03.couple {
    bottom: 39.5%;
    left: 62.5%;
  }
  #plan.etype .pin01-03.family {
    bottom: 23%;
    left: 65%;
  }
  #plan.etype .pin01-03.senior {
    bottom: 20%;
    left: 48%;
  }
  #plan.etype .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
  }
  #plan.etype .modal .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #plan.etype .modal .inner {
    text-align: center;
    position: relative;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 30px;
    box-sizing: border-box;
    padding: 60px 20px 100px;
    overflow: auto;
  }
  #plan.etype .modal .inner img {
    max-width: 290px;
    width: 100%;
    margin: auto;
  }
  #plan.etype .modal .close {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../images/plan/close01.svg);
    width: 156px;
    height: 52px;
    margin: auto;
    z-index: 2;
    cursor: pointer;
  }
  #plan #fixed {
    bottom: 0;
  }
  #brand .intro {
    max-width: 298px;
    margin: 0 auto 80px;
  }
  #brand .inner-bg {
    padding: 40px 0 80px;
  }
  #brand .inners .lead {
    text-align: left;
    margin-bottom: 40px;
  }
  #brand .inners .text {
    font-size: 22px;
    line-height: 1.8;
    letter-spacing: .2em;
    margin-bottom: 30px;
  }
  #brand .inners .text02 {
    margin-bottom: 0;
  }
  #brand .inners .mini {
    text-align: left;
  }
  #brand .inners .mini02 {
    text-align: center;
  }
  #brand .inner01 {
    margin-bottom: 80px;
  }
  #brand .inner01 .img01-01 {
    max-width: 216px;
    margin: 0 auto 30px;
  }
  #brand .inner01 .img01-02 {
    max-width: 216px;
    margin: 0 auto 20px;
  }
  #brand .inner01 .page-annotation {
    padding-top: 0;
  }
  #brand .slide-image-wrap {
    margin: 50px auto 40px;
  }
  #brand .slider {
    display: none;
  }
  #brand .imgs-sp .image {
    position: relative;
    margin-bottom: 40px;
  }
  #brand .inner02 .img02-01 {
    max-width: 148px;
    margin: 0 auto 30px;
  }
  #brand .inner02 .lead {
    margin-bottom: 40px;
  }
  #brand .inner02 .page-annotation {
    padding-top: 0;
  }
  #location .intro {
    text-align: left;
    margin-bottom: 80px;
  }
  #location .intro .text {
    font-size: 22px;
    margin-bottom: 30px;
  }
  #location .inner-bg {
    padding: 50px 0 50px;
  }
  #location .inner01 {
    text-align: center;
    color: #fff;
  }
  #location .inner01 .tit01 {
    font-size: 14px;
  }
  #location .inner01 .tit02 {
    font-size: 21px;
    margin-bottom: 10px;
  }
  #location .inner01 .image.top {
    width: 100%;
  }
  #location .inner01 .list li {
    display: block;
  }
  #location .inner01 .list01 {
    text-align: left;
    max-width: 300px;
  }
  #location .inner01 .list01 li {
    width: 100%;
    margin-bottom: 40px;
  }
  #location .inner01 .list01 li:nth-child(2) {
    width: 100%;
    margin-bottom: 40px;
  }
  #location .inner01 .list01 li:last-child {
    width: 100%;
    margin-bottom: auto;
  }
  #location .inner01 .list01 .sub {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #location .inner01 .list02 li {
    width: 100%;
    margin-bottom: 50px;
  }
  #location .inner01 .list02 .lead {
    width: 90%;
    margin: 20px auto 0;
  }
  #location .life-info {
    text-align: center;
  }
  #location .life-info .images {
    float: none;
    width: 100%;
    margin: 50px auto;
  }
  #location .life-info .images .tit {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #location .life-info .images .text {
    text-align: left;
    width: 90%;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: .2em;
    margin: 20px auto;
  }
  #location .life-info .images .lead {
    text-align: left;
    width: 90%;
    margin: auto;
    font-size: 16px;
    line-height: 2;
  }
  #location .inner-bg01 {
    padding: 40px 0 20px;
  }
  #location .inner-bg01 .area-list li {
    float: none;
    width: 100%;
  }
  #location .inner-bg01 .area-list li:nth-child(2n) {
    float: none;
  }
  #location .inner-bg01 .area-list li:last-child {
    float: none;
  }
  #location .inner-bg01 .area-list .txt {
    text-align: center;
    font-size: 16px;
    letter-spacing: .15em;
    color: #A78A60;
    padding: 10px 0;
    border: 1px solid;
    margin-bottom: 20px;
  }
  #location .inner-bg01 .area-list .image {
    margin-bottom: 20px;
  }
  #access .intro {
    text-align: left;
    margin-bottom: 80px;
  }
  #access .intro .tit {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #access .intro .lead {
    margin-bottom: 20px;
  }
  #access .intro .img01 {
    margin-bottom: 40px;
  }
  #access .intro li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  #access .intro li .text {
    text-align: center;
    width: 90%;
    margin: 20px auto 0;
    letter-spacing: 0;
  }
  #access .intro li:last-child {
    margin-bottom: auto;
  }
  #access .train {
    padding: 40px 0;
  }
  #access .train .list {
    display: none;
  }
  #access .train .txt {
    font-size: 34px;
    line-height: 1.8;
    color: #A78A60;
    margin-bottom: 20px;
  }
  #access .train .image .swipe-img img {
    width: 768px !important;
  }
  #access .train .image .caption {
    background: none;
    bottom: -20px;
  }
  #access .approach {
    margin: 40px 0;
  }
  #access .approach .image {
    width: 100%;
  }
  #access .approach .tit {
    text-align: left;
    font-size: 22px;
    margin-bottom: 20px;
  }
  #access .approach .lead {
    text-align: left;
    margin-bottom: 20px;
  }
  #access .approach .swipe-img img {
    width: 1000px !important;
  }
  #access .approach .slider {
    display: none;
  }
  #access .approach .img-list {
    margin-top: 40px;
  }
  #access .approach .img-list .list01 {
    float: right;
    width: 68%;
    z-index: 4;
  }
  #access .approach .img-list .list02 {
    float: left;
    width: 85%;
    z-index: 3;
    margin-top: -10px;
  }
  #access .approach .img-list .list03 {
    float: right;
    width: 85%;
    z-index: 2;
    margin-top: -10px;
  }
  #access .approach .img-list .list04 {
    float: left;
    width: 68%;
    z-index: 1;
    margin-top: -10px;
  }
  #access .leisure {
    text-align: center;
    margin: 40px 0;
  }
  #access .leisure .tit {
    text-align: left;
    font-size: 22px;
    margin-bottom: 20px;
  }
  #access .leisure .lead {
    text-align: left;
    margin-bottom: 20px;
  }
  #access .leisure .slider {
    display: none;
  }
  #access .leisure .slide-image-wrap {
    position: relative;
    margin: 0 auto 10px;
  }
  #access .leisure .slide-image {
    position: relative;
    overflow: hidden;
    width: 0%;
  }
  #access .leisure .slide-image-inner {
    width: 100vw;
  }
  #access .car {
    padding: 40px 0;
  }
  #access .car .caption {
    background: none;
    bottom: -20px;
  }
  #access .car .list {
    display: none;
  }
  #access .car .txt {
    font-size: 34px;
    line-height: 1.8;
    color: #A78A60;
    margin-bottom: 20px;
  }
  #access .car .image .swipe-img img {
    width: 510px !important;
  }
  #access .car .image .caption {
    background: none;
    bottom: -20px;
  }
  #access .car .texts {
    margin: 60px auto 0;
  }
  #access .car .lead {
    text-align: left;
    margin: 20px auto 40px;
  }
  #access .car .map02 .swipe-img img {
    width: 812px !important;
  }
  #landplan .intro {
    text-align: left;
    margin-bottom: 60px;
  }
  #landplan .intro .tit {
    font-size: 22px;
  }
  #landplan .site-layout {
    padding: 80px 0;
  }
  #landplan .site-layout .tit {
    text-align: left;
    font-size: 22px;
    margin-bottom: 30px;
  }
  #landplan .site-layout .lead {
    text-align: left;
  }
  #landplan .site-layout .site01 {
    margin-bottom: 0;
  }
  #landplan .site-layout .site01 .swipe-img img {
    width: 678px !important;
  }
  #landplan .site-layout .pins {
    display: none;
  }
  #landplan .site-layout .swipe {
    margin: 30px auto 60px;
  }
  #landplan .site-layout .list {
    /*margin-bottom: 80px;*/
  }
  #landplan .site-layout .list li {
    display: inline-block;
    width: 48.5%;
    margin-right: 1%;
    margin-bottom: 50px;
  }
  #landplan .site-layout .list li:nth-child(2n) {
    margin-right: auto;
  }
  #landplan .site-layout .list .texts {
    margin: 10px 0;
  }
  #landplan .site-layout .list .texts img {
    vertical-align: baseline;
    display: inline-block;
    width: 20px;
    margin-right: 6px;
  }
  #landplan .site-layout .list .texts p {
    display: inline-block;
    font-size: 13px;
  }
  #landplan .site-layout .list .texts p span {
    font-size: 18px;
  }
  #landplan .site-layout .list .lead {
    font-size: 12px;
    letter-spacing: .12em;
  }
  #landplan .reception {
    padding-bottom: 50px;
  }
  #landplan .reception .tit {
    width: 90%;
    text-align: left;
    font-size: 22px;
    margin: 0 auto 30px;
  }
  #landplan .reception .box {
    width: 100%;
    margin: 0 auto 30px;
    padding: 50px 20px;
    box-sizing: border-box;
  }
  #landplan .reception .box.right {
    width: 100%;
    margin: 0 auto;
  }
  #landplan .reception .lists li {
    float: none;
    width: 100%;
  }
  #landplan .reception .lists li:last-child {
    width: 100%;
  }
  #landplan .reception .lists .txt {
    font-size: 22px;
    margin: 0 auto 30px;
  }
  #landplan .reception .lists .image.sp {
    margin-top: 40px;
  }
  #landplan .reception .list02 li {
    float: none;
    width: 100%;
  }
  #landplan .reception .list02 li:last-child {
    float: none;
    width: 100%;
    margin: 40px auto 0;
  }
  #landplan .reception .click-btn {
    position: absolute;
    top: 0%;
    right: 0%;
    max-width: 30px;
    margin: auto;
    text-align: center;
    clear: both;
  }
  #landplan .reception .click-btn a {
    position: relative;
  }
  #landplan .reception .click-btn a:hover {
    opacity: 0.8;
  }
  #landplan .reception .modal-wrapper {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 100px 10px;
    text-align: center;
  }
  #landplan .reception .modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  #landplan .reception .modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s, visibility 0.4s;
    background: rgba(0, 0, 0, 0.8) !important;
  }
  #landplan .reception .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    vertical-align: middle;
    content: "";
  }
  #landplan .reception .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 94%;
    max-width: 100%;
    padding: 0;
    border-radius: 2px;
    vertical-align: middle;
  }
  #landplan .reception .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
    text-align: left;
  }
  #landplan .reception .modal-window .modal-content .swipe-img img {
    width: 1000px !important;
  }
  #landplan .reception .modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0 !important;
    background: rgba(0, 0, 0, 0.8) !important;
  }
  #landplan .reception .modal-overlay:hover {
    opacity: 1 !important;
  }
  #landplan .reception .modal-close {
    z-index: 20;
    position: absolute !important;
    top: -35px;
    left: 0;
    width: 36px;
    color: #fff !important;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    padding: 0;
  }
  #landplan .reception .modal-close:hover {
    color: #ccc !important;
  }
  #landplan .movie {
    width: 100%;
    height: 100%;
  }
  /*np20250715追加分*/
#landplan .panorama {
  width: 100%;
}
  #design .intro {
    text-align: left;
  }
  #design .intro .tit {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #design .intro .lead {
    margin-bottom: 80px;
  }
  #design .sections {
    text-align: left;
    padding: 60px 0 0;
  }
  #design .sections .category {
    margin-bottom: 40px;
    line-height: 1.2;
  }
  #design .sections .tit {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #design .sections .lead {
    margin-bottom: 60px;
  }
  #design .sections .lead br {
    display: none;
  }
  #design .sec01 .list01 {
    margin: 60px auto;
  }
  #design .sec01 .list01 li {
    display: block;
    width: 68%;
    margin-bottom: 30px;
  }
  #design .sec01 .list01 li:last-child {
    width: 100%;
    border-left: none;
    padding: 0;
  }
  #design .sec01 .list02 li {
    display: block;
    width: 90%;
    margin: 0 auto 20px;
  }
  #design .sec01 .list02 li:last-child {
    margin: auto;
  }
  #design .sec01 .list02 .info {
    margin-top: 10px;
  }
  #design .sec02 .tit, #design .sec03 .tit {
    margin-bottom: 60px;
  }
  #design .movie {
    width: 100%;
    height: 100%;
    margin: 60px auto 0;
  }
  #quality .intro {
    text-align: left;
  }
  #quality .intro .tit {
    font-size: 22px;
    margin-bottom: 80px;
  }
  #quality .tab {
    margin-bottom: 50px;
  }
  #quality .tab ul li {
    width: 100%;
    display: block;
    margin-bottom: 2%;
  }
  #quality .service .area {
    margin-top: -120%;
    margin-bottom: 100px;
  }
  #quality .service .parallax {
    background: url(../images/quality/bg-sp.jpg);
    background-size: contain;
  }
  #quality .service .tit {
    text-align: left;
    margin-bottom: 40px;
  }
  #quality .service .lead {
    text-align: left;
    margin-bottom: 40px;
  }
  #quality .service .menu-box {
    width: 100%;
    padding: 60px 8%;
    box-sizing: border-box;
  }
  #quality .click-btn {
    position: absolute;
    top: 0%;
    right: 0%;
    max-width: 30px;
    margin: auto;
    text-align: center;
    clear: both;
  }
  #quality .click-btn a {
    position: relative;
  }
  #quality .click-btn a:hover {
    opacity: 0.8;
  }
  #quality .modal-wrapper {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 100px 10px;
    text-align: center;
  }
  #quality .modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  #quality .modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s, visibility 0.4s;
    background: rgba(0, 0, 0, 0.8) !important;
  }
  #quality .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    vertical-align: middle;
    content: "";
  }
  #quality .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 94%;
    max-width: 100%;
    padding: 0;
    border-radius: 2px;
    vertical-align: middle;
  }
  #quality .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
    text-align: left;
  }
  #quality .modal-window .modal-content .swipe-img img {
    width: 600px !important;
  }
  #quality .modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0 !important;
    background: rgba(0, 0, 0, 0.8) !important;
  }
  #quality .modal-overlay:hover {
    opacity: 1 !important;
  }
  #quality .modal-close {
    z-index: 20;
    position: absolute !important;
    top: -35px;
    left: 0;
    width: 36px;
    color: #fff !important;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    padding: 0;
  }
  #quality .modal-close:hover {
    color: #ccc !important;
  }
  #quality .comfortable .tit {
    text-align: left;
    font-size: 22px;
    margin-bottom: 60px;
  }
  #quality .comfortable .inners {
    margin-bottom: 80px;
  }
  #quality .comfortable .inners .txt {
    font-size: 22px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    display: block;
    border-bottom: 1px solid;
  }
  #quality .comfortable .inners .txt:after {
    border-top: none;
  }
  #quality .comfortable .inners .txt.none {
    content: none;
    display: block;
    margin-bottom: 24px;
  }
  #quality .comfortable .inners .txt span {
    font-size: 14px;
    letter-spacing: 0;
  }
  #quality .comfortable .inner01 .list {
    margin-bottom: 30px;
  }
  #quality .comfortable .inner01 .list li {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  #quality .comfortable .inner01 .list li:last-child {
    width: 100%;
    margin-bottom: auto;
  }
  #quality .comfortable .inner02 .list li {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  #quality .comfortable .inner02 .list li:last-child {
    margin-bottom: auto;
  }
  #quality .comfortable .inner03 .list li {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  #quality .comfortable .inner03 .list li:last-child {
    width: 100%;
    margin-bottom: auto;
  }
  #quality .comfortable .inner03 .list li:last-child .image {
    float: none;
    width: 100%;
  }
  #quality .comfortable .inner03 .list li:last-child .image.img03 {
    width: 100%;
  }
  #quality .comfortable .inner03 .logo {
    margin: 20px auto 0;
  }
  #quality .comfortable .inner04 .list {
    margin-bottom: 40px;
  }
  #quality .comfortable .inner04 .list li {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  #quality .comfortable .inner04 .list li:last-child {
    margin-bottom: auto;
  }
  #quality .security, #quality .equipment {
    padding: 80px 0;
  }
  #quality .security .tit, #quality .equipment .tit {
    text-align: left;
    font-size: 22px;
    margin-bottom: 60px;
  }
  #quality .security .section-mv, #quality .equipment .section-mv {
    margin: 0 auto 50px;
  }
  #quality .security .lists, #quality .equipment .lists {
    margin-bottom: 60px;
  }
  #quality .security .lists li, #quality .equipment .lists li {
    display: block;
  }
  #quality .security .lists li:last-child, #quality .equipment .lists li:last-child {
    margin-bottom: auto;
  }
  #quality .security .lists .name, #quality .equipment .lists .name {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #quality .security .lists .lead, #quality .equipment .lists .lead {
    font-size: 14px;
  }
  #quality .security .list01 li, #quality .equipment .list01 li {
    width: 100%;
    margin-bottom: 40px;
  }
  #quality .security .list01 li:last-child, #quality .equipment .list01 li:last-child {
    width: 100%;
    margin-bottom: auto;
  }
  #quality .security .list01 .texts, #quality .equipment .list01 .texts {
    display: block;
    margin-bottom: 20px;
  }
  #quality .security .list01 .image, #quality .equipment .list01 .image {
    display: block;
    margin-bottom: auto;
  }
  #quality .security .list01 .texts01, #quality .equipment .list01 .texts01 {
    width: 100%;
  }
  #quality .security .list01 .texts02, #quality .equipment .list01 .texts02 {
    width: 100%;
  }
  #quality .security .list01 .img01, #quality .equipment .list01 .img01 {
    width: 60%;
    margin: auto;
  }
  #quality .security .list01 .img02, #quality .equipment .list01 .img02 {
    width: 80%;
    margin: auto;
  }
  #quality .security .list02 li, #quality .equipment .list02 li {
    width: 100%;
    margin-bottom: 40px;
  }
  #quality .security .list02 li:last-child, #quality .equipment .list02 li:last-child {
    width: 100%;
    margin-bottom: auto;
  }
  #quality .security .list02 .click-btn, #quality .equipment .list02 .click-btn {
    top: -34%;
  }
  #quality .security .list03, #quality .equipment .list03 {
    margin-bottom: 0;
  }
  #quality .security .list03 li, #quality .equipment .list03 li {
    width: 100%;
    margin-bottom: 40px;
  }
  #quality .security .list03 li:last-child, #quality .equipment .list03 li:last-child {
    margin-bottom: auto;
  }
  #quality .security .list03 .lead, #quality .equipment .list03 .lead {
    margin-bottom: 30px;
  }
  #quality .security-line {
    padding-top: 80px;
  }
  #quality .security-line .tit {
    text-align: left;
    font-size: 22px;
    margin-bottom: 40px;
  }
  #quality .security-line .lead {
    text-align: left;
    font-size: 14px;
    margin-bottom: 30px;
  }
  #quality .security-line .imgs {
    max-width: 1280px;
    margin: auto;
  }
  #quality .security-line .imgs li {
    display: block;
    width: 100%;
  }
  #quality .security-line .imgs li .image.img02 {
    margin-bottom: 20px;
  }
  #quality .security-line .imgs li:last-child {
    width: 100%;
    margin-bottom: auto;
  }
  #quality .equipment .list03 {
    margin-bottom: 60px;
  }
  #quality .equipment .list03 li.double {
    width: 100%;
  }
  #quality .equipment .list03 li.mv {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px;
    float: none;
  }
  #quality .irodori .tit {
    font-size: 22px;
  }
  #quality .irodori .lead {
    text-align: left;
    font-size: 14px;
  }
  #quality .irodori .lead span {
    margin-top: 10px;
  }
  #select .content {
    text-align: left;
    margin-bottom: 120px;
  }
  #select .content .logo {
    margin: 50px auto;
  }
  #select .content .tit {
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
  }
  #select .content .lead {
    font-size: 14px;
  }
  #select .torikago {
    width: 80%;
  }
  #select .irodori {
    margin: 50px auto 0;
    height: 80vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  #select .irodori .fixed {
    width: 100%;
  }
  #select .irodori .detail {
    top: 7.75vw;
    left: 0;
    height: 100vh;
    width: 100%;
  }
  #select .irodori .detail .scroll-icon {
    display: none;
    padding: 25vh 30vw 75vh;
  }
  #select .tab-btns {
    margin-bottom: 30px;
  }
  #select .type-texts {
    text-align: center;
    width: 86%;
    min-width: 300px;
    border-bottom: none;
    padding-bottom: 0;
    margin: 0 auto 30px;
  }
  #select .type-texts li {
    display: block;
    width: 100%;
    margin: auto;
  }
  #select .type-texts li:nth-child(2) {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
  #select .type-texts li:last-child {
    text-align: center;
    width: 100%;
    margin: auto;
  }
  #select .type-texts li:last-child .mini {
    font-size: 10px;
  }
  #select .type-texts .type {
    font-size: 22px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #select .type-texts .type span {
    font-size: 58px;
  }
  #select .type-texts .type:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 110px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #A78A60;
  }
  #select .type-texts .spec {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #select .type-texts .spec .num {
    font-size: 40px;
  }
  #select .type-texts .spec .spec_ja {
    font-size: 18px;
  }
  #select .type-texts .width {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 0;
  }
  #select .type-texts .width .area, #select .type-texts .width .cinzel {
    font-size: 20px;
  }
  #select .type-texts .width .big {
    font-size: 28px;
  }
  #select .type-texts .width .none {
    display: inline-block;
  }
  #select .type-texts .width .mini {
    font-size: 10px;
  }
  #select .plan .cond01 .image {
    text-align: center;
  }
  #select .plan .cond01 .image img {
    width: 80%;
    max-width: none;
  }
  #select .plan .image .swipe-img img {
    max-width: 150vw !important;
  }
  #select .change-buttons {
    margin: 0 auto 20px;
  }
  #select .change-buttons li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  #select .change-buttons .button {
    font-size: 16px;
  }
  #select .request {
    margin-top: 50px;
    padding: 0 0 50px;
  }
  #select .request li {
    display: block;
    width: 100%;
  }
  #select .request li.text .text01 {
    margin-top: 25px;
  }
  #modelroom .intro {
    text-align: left;
    margin-bottom: 80px;
  }
  #modelroom .intro .tit {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #modelroom .sliderArea {
    max-width: 90%;
    margin: 0 auto 100px;
  }
  #modelroom .slick-slide {
    margin: auto;
  }
  #modelroom .slick-slide img {
    width: 100%;
    height: auto;
  }
  #modelroom .slick-prev, #modelroom .slick-next {
    z-index: 1;
  }
  #modelroom .slick-next {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    right: 15px;
    transform: rotate(45deg);
  }
  #modelroom .slick-next:before {
    content: "";
  }
  #modelroom .slick-prev {
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    left: 15px;
    transform: rotate(-45deg);
  }
  #modelroom .slick-prev:before {
    content: "";
  }
  #modelroom .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
  }
  #modelroom .slick-active {
    opacity: 1;
  }
  #modelroom .slick-current {
    opacity: 1;
  }
  #modelroom .modal-window {
    width: 80%;
  }
  #modelroom .modal-close {
    right: auto;
    left: 0;
  }
  #modelroom .v-tour .title {
    font-size: 1.6rem;
    width: 220px;
  }
  #modelroom .v-tour .sub {
    margin-top: 50px;
  }
  #modelroom .fixed_bnr {
    width: 140px;
    z-index: 100;
    opacity: 0;
  }
  #special .intro {
    text-align: left;
  }
  #special .intro .tit {
    margin-bottom: 40px;
    font-size: 20px;
  }
  #special .intro .img01 {
    max-width: 280px;
    margin: 0 auto 40px;
  }
  #special .intro .name {
    font-size: 26px;
    margin-bottom: 30px;
  }
  #special .intro .lead {
    margin-bottom: 60px;
  }
  #special .tabs {
    margin: 0 auto 50px;
  }
  #special .tabs li {
    display: inline-block;
    width: 46%;
    margin: auto;
  }
  #special .tabs li:last-child {
    margin: 15px auto 0;
  }
  #special .sections .inner {
    width: 90%;
    margin: auto;
  }
  #special .sections .sec-tit {
    text-align: left;
    font-size: 23px;
    margin: 0 auto 60px;
    display: block;
  }
  #special .sections .sec-tit img {
    display: none;
  }
  #special .sections .sec-tit .mini {
    font-size: 15px;
  }
  #special .sections .sec-tit .big {
    font-size: 22px;
  }
  #special .sections .points {
    margin: 0 auto;
  }
  #special .sections .tit {
    max-width: 230px;
  }
  #special .sections .lists .txt01 {
    width: 90%;
    font-size: 23px;
    line-height: 1.6;
    margin: 0 auto 30px;
  }
  #special .sections .lists .txt02 {
    width: 90%;
    margin: 0 auto 40px;
  }
  #special .sections .lists .image.sp {
    margin-bottom: 50px;
  }
  #special .points.wrap {
    width: auto;
  }
  #special .points .list {
    padding: 25px;
    width: 84%;
    margin: 0 auto 10px;
  }
  #special .points .list li {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  #special .points .list li:after {
    display: none;
  }
  #special .points .list li .line {
    font-size: 18px;
  }
  #special .points .list li .anker {
    position: inherit;
    display: block;
    margin: 5px auto 0;
  }
  #special .sec01 .img05 {
    margin: 0 auto;
  }
  #special .sec01 .tit#point01 {
    padding-top: 80px;
  }
  #special .sec01 .lists li {
    display: block;
    width: 100%;
    margin: auto;
  }
  #special .sec01 .lists li:last-child {
    width: 100%;
    margin: auto;
  }
  #special .sec01 .list02 li {
    display: block;
    width: 100%;
    margin: auto;
  }
  #special .sec01 .list02 li:last-child {
    width: 100%;
    margin: auto;
  }
  #special .sec01 .list02 .txt02 {
    margin-bottom: 60px;
  }
  #special .sec02 {
    margin-bottom: 40px;
  }
  #special .sec02 .img01 {
    margin-bottom: 80px;
  }
  #special .sec02 .img01 .obi {
    position: absolute;
    width: 96%;
    right: 0;
    bottom: -12%;
  }
  #special .sec02 .lists .tit {
    margin: 0 auto 30px 5%;
  }
  #special .sec02 .lists li {
    display: block;
    width: 100%;
    margin: auto;
  }
  #special .sec02 .lists li:last-child {
    width: 100%;
    margin: auto;
  }
  #special .sec02 .lists .img03 {
    width: 84%;
    margin: 0 0 0 auto;
  }
  #special .sec02 .lists .image.sp {
    margin-bottom: 80px;
  }
  #special .sec02 .lists .bg {
    position: absolute;
    left: -20%;
    bottom: -40px;
    z-index: -1;
  }
  #special .sec03 {
    margin-bottom: 40px;
  }
  #special .sec03 .lists {
    max-width: 1200px;
    margin: auto;
  }
  #special .sec03 .lists .tit {
    margin: 0 auto 30px 5%;
  }
  #special .sec03 .lists li {
    display: block;
    width: 100%;
    margin: auto;
  }
  #special .sec03 .lists li:last-child {
    width: 100%;
    margin: auto;
  }
  #special .sec03 .lists .img03 {
    width: 84%;
    margin: 0 auto 0 0;
  }
  #special .sec03 .lists .image.sp {
    margin-bottom: 80px;
  }
  #special .sec03 .lists .bg {
    position: absolute;
    right: -20%;
    bottom: -40px;
    z-index: -1;
  }
  #special .sec03 .points {
    max-width: 320px;
    margin: 80px auto 0;
  }
  #special .sec04 .box {
    width: 94%;
    margin: 0 auto 60px;
    padding: 30px 20px 20px;
    box-sizing: border-box;
  }
  #special .sec04 .box .text {
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  #special .sec04 .inner {
    text-align: center;
    margin-bottom: 100px;
  }
  #special .sec04 .inner .text {
    text-align: left;
    font-size: 23px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  #special .sec04 .inner .lists li {
    display: block;
    width: 100%;
    margin: auto;
  }
  #special .sec04 .inner .lists li:last-child {
    width: 100%;
    margin: auto;
  }
  #special .sec04 .inner .lists .txt02 {
    line-height: 2;
    margin-bottom: 30px;
  }
  #special .sec04 .inner02 {
    margin-bottom: 80px;
  }
  #special .sec04 .inner02 .lists li {
    display: block;
    width: 100%;
    margin: auto;
  }
  #special .sec04 .inner02 .lists li:last-child {
    width: 100%;
    margin: auto;
  }
  #special .sec04 .inner02 .lists .img04 {
    margin-top: 30px;
  }
  #special .sec04 .inner04 {
    margin-bottom: auto;
  }
  #special .sec04 .inner04 .txt02 {
    margin-bottom: 40px;
  }
  #special .sec04 .slider {
    display: none;
  }
  #special .sec04 .image-list li {
    float: left;
    width: 50%;
  }
  #special .sec04 .points {
    max-width: 320px;
    margin: 80px auto 0;
  }
  #special .click-btn {
    max-width: 280px;
    margin: 30px auto 0;
    text-align: center;
    clear: both;
  }
  #special .click-btn a {
    position: relative;
  }
  #special .click-btn a:hover {
    opacity: 0.8;
  }
  #special .modal-wrapper {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 100px 10px;
    text-align: center;
  }
  #special .modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  #special .modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s, visibility 0.4s;
    background: rgba(0, 0, 0, 0.8) !important;
  }
  #special .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    vertical-align: middle;
    content: "";
  }
  #special .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 94%;
    max-width: 100%;
    padding: 0;
    border-radius: 2px;
    vertical-align: middle;
  }
  #special .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
    text-align: left;
  }
  #special .modal-window .modal-content .swipe-img img {
    width: 500px !important;
  }
  #special .modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0 !important;
    background: rgba(0, 0, 0, 0.8) !important;
  }
  #special .modal-overlay:hover {
    opacity: 1 !important;
  }
  #special .modal-close {
    z-index: 20;
    position: absolute !important;
    top: -35px;
    left: 0;
    width: 36px;
    color: #fff !important;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    padding: 0;
  }
  #special .modal-close:hover {
    color: #ccc !important;
  }
  #special02 .page-header .mv .mv-image {
    background: url(../images/special02/mv.jpg) center;
    background-size: cover;
  }
  #special02 .content .image {
    position: relative;
  }
  #special02 .intro {
    text-align: left;
  }
  #special02 .intro .tit {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: .2em;
    margin-bottom: 30px;
  }
  #special02 .tabs {
    margin: 0 auto 50px;
  }
  #special02 .tabs li {
    display: inline-block;
    width: 46%;
    margin: auto;
  }
  #special02 .tabs li:last-child {
    margin: 15px auto 0;
  }
  #special02 .sections .txt {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 60px;
    border-left: 10px solid #678AC3;
    padding-left: 20px;
  }
  #special02 .sections .txt span {
    font-size: 46px;
  }
  #special02 .sections .lead {
    font-size: 16px;
    line-height: 2.2;
  }
  #special02 .sections .lead .line {
    background: linear-gradient(transparent 30%, #FFFA72 30%);
  }
  #special02 .sections .lead .color01 {
    color: #678AC3;
  }
  #special02 .sections .lead .color02 {
    color: #C36767;
  }
  #special02 .sections .lead .color03 {
    color: #79C367;
  }
  #special02 .sections .slider .name {
    font-size: 12px;
  }
  #special02 .sections .images .name {
    text-align: center;
    font-size: 16px;
    margin: 10px auto 30px;
  }
  #special02 .sec01 {
    margin: 0 auto 100px;
  }
  #special02 .sec01 .sec-tit {
    text-align: center;
    width: 90%;
    margin: 0 auto 50px 0;
  }
  #special02 .sec01 .img01 {
    margin-bottom: 60px;
  }
  #special02 .sec01 .list01 {
    margin-bottom: 60px;
  }
  #special02 .sec01 .list01 li {
    display: block;
    width: 100%;
    margin: auto;
  }
  #special02 .sec01 .list01 li:last-child {
    width: 100%;
    margin-top: 60px;
  }
  #special02 .sec01 .list02 {
    margin-bottom: 60px;
  }
  #special02 .sec01 .list02 li {
    display: block;
    width: 100%;
    margin: auto;
  }
  #special02 .sec01 .list02 li .image {
    margin-top: 60px;
  }
  #special02 .sec01 .list02 li:last-child {
    width: 100%;
    margin: auto;
  }
  #special02 .sec01 .list03 {
    margin-bottom: 100px;
  }
  #special02 .sec01 .list03 li {
    display: block;
    width: 100%;
    margin: auto;
  }
  #special02 .sec01 .list03 li:last-child {
    width: 100%;
    margin: auto;
  }
  #special02 .sec01 .list03 li:last-child .image {
    margin: 60px auto;
  }
  #special02 .sec01 .list03 .none {
    display: none;
  }
  #special02 .sec02 {
    padding: 70px 0;
    margin-bottom: 100px;
  }
  #special02 .sec02 .sec-tit {
    text-align: center;
    width: 178px;
    margin: 0 auto 40px;
  }
  #special02 .sec02 .txt01 {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  #special02 .sec02 .txt01 .line {
    font-size: 20px;
  }
  #special02 .sec02 .list li {
    display: block;
    width: 90%;
    margin: 0 auto 40px;
  }
  #special02 .sec02 .list li:last-child {
    margin: auto;
  }
  #special02 .sec02 .list .texts {
    width: 90%;
    margin: 0 auto 40px;
    padding-bottom: 0;
    border-bottom: none;
  }
  #special02 .sec02 .list .texts .left {
    text-align: center;
    display: block;
    width: 100%;
  }
  #special02 .sec02 .list .texts .left .type {
    margin-bottom: 50px;
  }
  #special02 .sec02 .list .texts .left .type span {
    font-size: 22px;
  }
  #special02 .sec02 .list .texts .left .type .big {
    font-size: 60px;
  }
  #special02 .sec02 .list .texts .left .type .none {
    display: none;
  }
  #special02 .sec02 .list .texts .left .point {
    font-size: 10px;
    line-height: 1.8;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
  }
  #special02 .sec02 .list .texts .left .point:after {
    background-color: #A78A60;
    top: -20px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100px;
  }
  #special02 .sec02 .list .texts .left .point:before {
    background-color: #A78A60;
    bottom: -20px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100px;
  }
  #special02 .sec02 .list .texts .right {
    display: block;
    width: 90%;
    margin: auto;
    text-align: center;
  }
  #special02 .sec02 .list .texts .right .mini {
    font-size: 10px;
    padding-right: 5px;
  }
  #special02 .sec02 .list .texts .right .width {
    font-size: 14px;
  }
  #special02 .sec02 .list .texts .right .width .num01 {
    font-size: 40px;
  }
  #special02 .sec02 .list .texts .right .spec {
    font-size: 30px;
  }
  #special02 .sec02 .list .point {
    padding: 0 20px;
  }
  #special02 .sec02 .list .image {
    width: 90%;
    margin: 0 auto 40px;
  }
  #special02 .sec02 .btn {
    width: 90%;
    margin: 30px auto 0;
  }
  #special02 .sec03 {
    margin: 0 auto 100px;
  }
  #special02 .sec03 .sec-tit {
    text-align: center;
    width: 90%;
    margin: 0 auto 50px 0;
  }
  #special02 .sec03 .img01 {
    margin-bottom: 60px;
  }
  #special02 .sec03 .txt {
    border-left: 10px solid #C9F4BE;
  }
  #special02 .sec03 .list01 {
    margin-bottom: 60px;
  }
  #special02 .sec03 .list01 li {
    display: block;
    width: 100%;
    margin: auto;
  }
  #special02 .sec03 .list01 li:last-child {
    width: 100%;
    margin-top: 60px;
  }
  #special02 .sec03 .list02 {
    margin-bottom: 60px;
  }
  #special02 .sec03 .list02 li {
    display: block;
    width: 100%;
    margin: auto;
  }
  #special02 .sec03 .list02 li:last-child {
    width: 100%;
    margin: auto;
  }
  #special02 .sec03 .list02 li:last-child .image {
    margin: 60px auto;
  }
  #special02 .sec03 .slider {
    margin-top: 100px;
  }
  #special02 .sec04 {
    padding: 70px 0;
    margin-bottom: 100px;
  }
  #special02 .sec04 .sec-tit {
    text-align: center;
    width: 178px;
    margin: 0 auto 40px;
  }
  #special02 .sec04 .txt01 {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  #special02 .sec04 .list li {
    display: block;
    width: 90%;
    margin: 0 auto 40px;
  }
  #special02 .sec04 .list li:last-child {
    margin: auto;
  }
  #special02 .sec04 .list .texts {
    width: 90%;
    margin: 0 auto 40px;
    padding-bottom: 0;
    border-bottom: none;
  }
  #special02 .sec04 .list .texts .left {
    text-align: center;
    display: block;
    width: 100%;
  }
  #special02 .sec04 .list .texts .left .type {
    margin-bottom: 50px;
  }
  #special02 .sec04 .list .texts .left .type span {
    font-size: 22px;
  }
  #special02 .sec04 .list .texts .left .type .big {
    font-size: 60px;
  }
  #special02 .sec04 .list .texts .left .type .none {
    display: none;
  }
  #special02 .sec04 .list .texts .left .point {
    font-size: 10px;
    line-height: 1.8;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
  }
  #special02 .sec04 .list .texts .left .point:after {
    background-color: #A78A60;
    top: -20px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100px;
  }
  #special02 .sec04 .list .texts .left .point:before {
    background-color: #A78A60;
    bottom: -20px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100px;
  }
  #special02 .sec04 .list .texts .right {
    display: block;
    width: 90%;
    margin: auto;
    text-align: center;
  }
  #special02 .sec04 .list .texts .right .mini {
    font-size: 10px;
    padding-right: 5px;
  }
  #special02 .sec04 .list .texts .right .width {
    font-size: 14px;
  }
  #special02 .sec04 .list .texts .right .width .num01 {
    font-size: 40px;
  }
  #special02 .sec04 .list .texts .right .spec {
    font-size: 30px;
  }
  #special02 .sec04 .list .point {
    padding: 0 20px;
  }
  #special02 .sec04 .list .image {
    width: 90%;
    margin: 0 auto 40px;
  }
  #special02 .sec04 .btn {
    width: 90%;
    margin: 30px auto 0;
  }
}

/*# sourceMappingURL=lower.css.map */
