@charset "UTF-8";
@import url("//use.fontawesome.com/releases/v5.7.2/css/all.css");
/* mixins
------------------------------------------------------- */
/* 色指定
------------------------------------------------------- */
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #79838e;
  }
}
html {
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  position: relative;
  font-family: "ヒラギノ明朝 W3 JIS2004", serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
  word-wrap: break-word;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #79838e;
}
body .smp {
  display: block;
}
body .pc {
  display: none;
}
body .enTxt-t {
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 100;
  font-style: normal;
}
body .enTxt-l {
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 200;
  font-style: normal;
}
body .fadeitem_order > *,
body .fadeitem_t_order > * {
  opacity: 0;
}
body .fadeitem_t_order > * {
  transform: translateY(30px);
}
body img {
  max-width: 100%;
  height: auto;
  border: none;
}
body p {
  margin: 0;
}
body ul {
  padding: 0 0;
  list-style: none;
}
body a {
  color: #79838e;
  text-decoration: none;
  transition: all 0.5s ease;
}
body a:hover {
  opacity: 0.6;
}
body .fit-center {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: bottom;";
}
body .wrap {
  overflow: hidden;
  position: relative;
}
body .wrap header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  margin: 0 auto;
  padding: 0 8px 8px 0;
  text-align: center;
}
body .wrap header .head-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
body .wrap header .headerLogo {
  text-align: left;
  width: 80px;
  line-height: 1;
  margin: 0;
  padding: 12px 0 0 15px;
}
body .wrap header .headerLogo a {
  display: block;
}
body .wrap header .btnArea {
  position: relative;
  top: auto;
  width: 50vw;
  height: auto;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: transparent;
  margin: 0 65px 0 0;
  padding: 13px 0 0;
  transform: none;
  display: flex;
  justify-content: flex-end;
}
body .wrap header .btnArea li {
  position: relative;
  line-height: 1;
  background: #79838e;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .wrap header .btnArea li a {
  color: #fff;
  padding: 13px 15px;
}
body .wrap header .btnArea li.request {
  margin-left: 5px;
}
body .wrap header .menuArea {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 9999;
  text-align: left;
  width: 70px;
}
body .wrap header .menuArea .navBtn {
  position: relative;
  width: 70px;
  height: 40px;
  z-index: 9999;
  text-align: left;
  color: #79838e;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
body .wrap header .menuArea .navBtn span {
  position: absolute;
  left: 14px;
  text-align: left;
  width: 40px;
  height: 1px;
  background-color: #79838e;
  border-radius: 3px;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
body .wrap header .menuArea .navBtn span:nth-of-type(1) {
  top: 8px;
}
body .wrap header .menuArea .navBtn span:nth-of-type(2) {
  top: 20px;
}
body .wrap header .menuArea .navBtn span:nth-of-type(3) {
  top: 32px;
}
body .wrap header .menuArea .navBtn.navOpen span:nth-of-type(1) {
  background-color: #79838e;
  transform: translateY(12px) rotate(-45deg);
}
body .wrap header .menuArea .navBtn.navOpen span:nth-of-type(2) {
  display: none;
}
body .wrap header .menuArea .navBtn.navOpen span:nth-of-type(3) {
  background-color: #79838e;
  transform: translateY(-12px) rotate(45deg);
}
body .wrap header.op_end {
  background: #fff;
}
body .wrap .navContent {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 89px;
  z-index: 999;
  width: 100%;
  height: 100%;
  font-size: 6vw;
  background-color: #79838e;
  margin: 0 auto;
  padding: 20px 0;
  transform: translateX(-100%);
  transition: all 0.6s;
  overflow: hidden;
}
body .wrap .navContent .logo {
  width: 100px;
  margin: 0 auto 30px;
}
body .wrap .navContent .naviBox {
  width: 90%;
  margin: 0 auto 15px;
  padding: 0;
  text-align: left;
}
body .wrap .navContent .naviBox li {
  width: 100%;
  list-style: none;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #79838e;
  transition: all 0.5s ease;
}
body .wrap .navContent .naviBox li span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
body .wrap .navContent .naviBox li a {
  display: block;
  padding: 6px 0;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
body .wrap .navContent .naviBox li:hover {
  opacity: 0.5;
}
body .wrap .navContent .naviBox li.soon {
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.2);
}
body .wrap .navContent .menu {
  transition: all 0.4s;
  opacity: 0;
}
body .wrap .navContent .menuSlideIn {
  animation: menuSlideIn 1s ease 0s forwards;
}
body .wrap .navContent.active {
  animation: menuActive 1s ease 0s forwards;
}
body .wrap #overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
  width: 100%;
  height: 120%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
body .wrap #overlay.active {
  opacity: 1;
  visibility: visible;
}
body .wrap .content {
  padding-bottom: 10%;
}
body .wrap .content h2 {
  text-align: center;
  color: #ae958a;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.15em;
  margin: 0 0 4%;
}
body .wrap .content .contLine {
  --cont-line-side-scale: 0;
  display: block;
  position: relative;
  visibility: hidden;
  height: 10px;
  background: linear-gradient(to right, #ae958a, #ae958a) center top/calc(100% - 20px) 1px no-repeat;
}
body .wrap .content .contLine::before, body .wrap .content .contLine::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ae958a;
  box-sizing: border-box;
  transform: scaleY(var(--cont-line-side-scale));
  transform-origin: top;
}
body .wrap .content .contLine::before {
  left: 0;
  border-left: 1px solid #ae958a;
  border-top-left-radius: 10px;
}
body .wrap .content .contLine::after {
  right: 0;
  border-right: 1px solid #ae958a;
  border-top-right-radius: 10px;
}
body .wrap .content h3 {
  text-align: left;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.7;
  margin: 0 0 6%;
}
body .wrap .content h4 {
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 6%;
}
body .wrap .content h5 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}
body .wrap .content .inversion {
  transform: scaleX(-1);
  text-align: right !important;
}
body .wrap .content .txtBlock {
  text-align: justify;
  margin: 0 0 6%;
  padding: 0;
}
body .wrap .content .txtBlock.mbnone {
  margin-bottom: 10px;
}
body .wrap .content .imgBox {
  position: relative;
  overflow: hidden;
}
body .wrap .content .imgBox .imgCaption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  text-align: right;
  font-size: 10px;
  font-size: 0.625rem;
  color: #FFF;
  line-height: 1.3;
  text-shadow: 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0);
}
body .wrap .content .imgBox .imgCaption2 {
  position: relative;
  text-align: right;
  font-size: 10px;
  font-size: 0.625rem;
  color: #79838e;
  line-height: 1.3;
  margin-top: 3px;
}
body .wrap .content .cap {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4;
}
body .wrap .content .allcap {
  width: 80%;
  font-size: 10px;
  font-size: 0.625rem;
  margin: 0 auto;
  padding: 0;
}
body .wrap .content .allcap li {
  position: relative;
  text-align: justify;
  padding-left: 15px;
}
body .wrap .content .allcap li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
body .wrap footer {
  position: relative;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #333;
  margin: 0 auto;
  padding: 20px 5%;
  text-align: center;
  color: #fff;
}
body .wrap footer .footBox {
  width: 80%;
  margin: 0;
  padding: 0;
  text-align: left;
}
body .wrap footer .footBox p {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.5;
}
body .wrap footer .footBox p span {
  font-size: 13px;
  font-size: 0.8125rem;
}
body .wrap footer .footBox .tel {
  width: 250px;
  margin: 10px 0;
}
body .wrap footer .footBox .footerBtn {
  text-align: center;
  width: 250px;
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 15px 0 25px 0;
  padding: 0;
}
body .wrap footer .footBox .footerBtn a {
  display: block;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 3px 0;
  transition: all 0.5s ease;
}
body .wrap footer .footBox .footerBtn a:hover {
  background-color: #FFF;
  color: #74787a;
}
body .wrap footer .pageTop {
  text-align: right;
  width: 10%;
}
body .wrap footer .pageTop img {
  width: 30px;
}
body .wrap #copyright {
  position: relative;
  z-index: 50;
  padding: 4% 0;
}
body .wrap #copyright address {
  font-size: 11px;
  font-size: 0.6875rem;
  font-style: normal;
}
body .wrap #copyright address img {
  width: 59px;
  margin-right: 10px;
  margin-bottom: 3px;
}
body .wrap #copyright address a {
  color: #79838e;
}

.planModalOverlay,
.imgModalOverlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.55);
  visibility: hidden;
  opacity: 0;
}

.imgModal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10001;
  width: min(92vw, 1100px);
  max-height: 90vh;
  padding: 2.4rem 1.6rem 1.6rem;
  background: #fff;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}
.imgModal .imgModalClose {
  position: absolute;
  top: 0;
  right: 0.4rem;
  z-index: 1;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border: none;
  background: transparent;
  color: #79838e;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}
.imgModal img {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(90vh - 4rem);
  object-fit: contain;
}

.fadeitem_imgmodal {
  cursor: pointer;
}

.popupArea .planItem .thumbnailBox {
  cursor: pointer;
}
.popupArea .planItem .detailBox {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10001;
  width: min(92vw, 960px);
  max-height: 90vh;
  overflow: auto;
  padding: 0;
  background: #fff;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}
.popupArea .planItem .detailBox .planModalClose {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border: none;
  background: transparent;
  color: #79838e;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

@media only screen and (min-width: 960px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
  body .smp {
    display: none;
  }
  body .pc {
    display: block;
  }
  body .wrap header {
    margin: 0;
    padding: 0 20px 20px 20px;
    background-color: transparent;
  }
  body .wrap header .headerLogo {
    width: 100px;
    margin: 0 1vw 0 0;
    padding: 20px 0 0 0;
  }
  body .wrap header .headerLogo a {
    display: block;
  }
  body .wrap header .btnArea {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-top: 20px;
  }
  body .wrap header .btnArea li a {
    padding: 13px 40px;
  }
  body .wrap header .btnArea li a:hover {
    opacity: 1;
    background-color: #666666;
  }
  body .wrap header .menuArea {
    position: absolute;
    top: 14px;
    right: 10px;
  }
  body .wrap header .menuArea .navBtn {
    height: 50px;
  }
  body .wrap header .menuArea .navBtn span:nth-of-type(1) {
    top: 12px;
  }
  body .wrap header .menuArea .navBtn span:nth-of-type(2) {
    top: 24px;
  }
  body .wrap header .menuArea .navBtn span:nth-of-type(3) {
    top: 37px;
  }
  body .wrap header.op_end {
    background: none;
  }
  body .wrap .navContent {
    top: 90px;
    width: 100%;
    height: 100vh;
    font-size: 2vw;
    padding: 40px 0;
  }
  body .wrap .navContent .logo {
    width: 100px;
    margin: 0 auto 50px;
  }
  body .wrap .navContent .naviBox li a {
    padding: 10px 0;
  }
  body .wrap .navContent .naviBox li.soon {
    padding: 10px 0;
  }
  body .wrap .navContent .menu {
    transition: all 0.4s;
    opacity: 0;
  }
  body .wrap .content {
    padding-bottom: 100px;
  }
  body .wrap .content h2 {
    font-size: 46px;
    font-size: 2.875rem;
  }
  body .wrap .content h3 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 30px;
  }
  body .wrap .content h4 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  body .wrap .content .inversion {
    transform: scaleX(-1);
    text-align: right !important;
  }
  body .wrap .content .txtBlock {
    text-align: justify;
    margin: 0;
    padding: 0;
  }
  body .wrap .content .imgBox {
    position: relative;
    overflow: hidden;
  }
  body .wrap .content .imgBox .imgCaption {
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 10px;
    text-align: right;
    font-size: 10px;
    font-size: 0.625rem;
    color: #FFF;
    line-height: 1.3;
    text-shadow: 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0);
  }
  body .wrap .content .imgBox .imgCaption2 {
    position: relative;
    text-align: right;
    font-size: 10px;
    font-size: 0.625rem;
    color: #79838e;
    line-height: 1.3;
    margin-top: 3px;
  }
  body .wrap ul.footNav {
    width: 80%;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    flex-wrap: nowrap;
  }
  body .wrap ul.footNav li {
    width: 50%;
    border-right: 1px solid #fff;
    border-bottom: none;
  }
  body .wrap ul.footNav li:nth-of-type(1), body .wrap ul.footNav li:nth-of-type(2) {
    border-top: none;
  }
  body .wrap ul.footNav li:nth-of-type(1) {
    border-left: 1px solid #fff;
  }
  body .wrap ul.footNav li a {
    display: block;
    padding: 5px;
  }
  body .wrap footer {
    padding: 50px 5% 30px;
  }
  body .wrap #copyright {
    padding: 2% 0;
  }
}
@media only screen and (min-width: 960px) {
  .imgModal {
    width: min(94vw, 1280px);
    padding: 3.2rem 2.4rem 2.4rem;
  }
  .popupArea .planItem .detailBox {
    width: min(94vw, 1200px);
    max-height: 92vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body .wrap header .headerLogo {
    width: 95px;
    padding: 15px 0 0 20px;
  }
  body .wrap header .btnArea {
    padding-top: 15px;
  }
  body .wrap header .btnArea li a {
    padding: 13px 30px;
  }
  body .wrap header .menuArea {
    top: 13px;
  }
  body .wrap .navContent {
    font-size: 4vw;
  }
  .popupArea .planItem .detailBox {
    width: fit-content;
    max-width: 90vw;
    max-height: 90vh;
    overflow: hidden;
    padding: 0;
  }
  .popupArea .planItem .detailBox picture {
    display: block;
    max-height: 90vh;
  }
  .popupArea .planItem .detailBox img {
    display: block;
    width: auto;
    max-width: 90vw;
    max-height: 90vh;
    height: auto;
    object-fit: contain;
  }
}
