@charset "UTF-8";
/*  Slider styles
-------------------------*/
.slider-show {
  display: none;
}
.slider-show.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide > div {
  font-size: 0;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-dots {
  position: absolute;
}

.box, .title-box, .main-site-menu .sns-list, .facility-contents .facility-list, .news-contents .news-contents-in .news-list, .map-contents .map-contents-in .ttl-contents, .management-contents .management-contents-in, .gallery-contents .gallery-contents-in .gallery-list, .contact-contents .contact-contents-in, .relation-link-contents .link-list, .relation-link-contents .link-list .link-box .item-img .box-in {
  display: -webkit-flex;
  display: flex;
}
.box.bpCenter, .bpCenter.title-box, .main-site-menu .bpCenter.sns-list, .facility-contents .bpCenter.facility-list, .news-contents .news-contents-in .bpCenter.news-list, .map-contents .map-contents-in .ttl-contents, .management-contents .bpCenter.management-contents-in, .gallery-contents .gallery-contents-in .bpCenter.gallery-list, .contact-contents .bpCenter.contact-contents-in, .relation-link-contents .bpCenter.link-list, .relation-link-contents .link-list .link-box .item-img .box-in {
  -webkit-justify-content: center;
  justify-content: center;
}
.box.baEnd, .baEnd.title-box, .main-site-menu .baEnd.sns-list, .facility-contents .baEnd.facility-list, .news-contents .news-contents-in .baEnd.news-list, .map-contents .map-contents-in .baEnd.ttl-contents, .management-contents .baEnd.management-contents-in, .gallery-contents .gallery-contents-in .baEnd.gallery-list, .contact-contents .baEnd.contact-contents-in, .relation-link-contents .baEnd.link-list, .relation-link-contents .link-list .link-box .item-img .baEnd.box-in {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.box.baCenter, .baCenter.title-box, .main-site-menu .sns-list, .facility-contents .baCenter.facility-list, .news-contents .news-contents-in .baCenter.news-list, .news-contents .news-contents-in .main-site-menu .news-list.sns-list, .main-site-menu .news-contents .news-contents-in .news-list.sns-list, .map-contents .map-contents-in .ttl-contents, .management-contents .baCenter.management-contents-in, .gallery-contents .gallery-contents-in .baCenter.gallery-list, .gallery-contents .gallery-contents-in .main-site-menu .gallery-list.sns-list, .main-site-menu .gallery-contents .gallery-contents-in .gallery-list.sns-list, .contact-contents .baCenter.contact-contents-in, .relation-link-contents .baCenter.link-list, .relation-link-contents .link-list .link-box .item-img .box-in {
  -webkit-align-items: center;
  align-items: center;
}
.box.space-between, .space-between.title-box, .main-site-menu .space-between.sns-list, .facility-contents .space-between.facility-list, .news-contents .news-contents-in .space-between.news-list, .map-contents .map-contents-in .space-between.ttl-contents, .management-contents .space-between.management-contents-in, .gallery-contents .gallery-contents-in .space-between.gallery-list, .contact-contents .space-between.contact-contents-in, .relation-link-contents .space-between.link-list, .relation-link-contents .link-list .link-box .item-img .space-between.box-in {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.img-full {
  width: 100%;
}

.Refinery75Medium, .news-contents .news-contents-in .news-list .news-box a .item-img .date, .gallery-contents .gallery-contents-in .gallery-list .gallery-box a .item-img .date {
  font-family: "Refinery-75Medium", sans-serif;
}

.container-in {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container-in.type1 {
  max-width: 1096px;
}
.container-in.type2 {
  max-width: 908px;
}

.disp-sp {
  display: none;
}

@media screen and (max-width: 1096px) {
  .container-in.type1 {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 908px) {
  .container-in.type2 {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 768px) {
  .container-in {
    width: calc(100% - 48px);
  }

  .disp-pc {
    display: none;
  }

  .disp-sp {
    display: block;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes heartbeat {
  0% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  20% {
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  40% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  80% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  20% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  80% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes heartbeat {
  0% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  20% {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  40% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  80% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.heartbeat {
  -webkit-animation-name: heartbeat;
  animation-name: heartbeat;
  animation-iteration-count: infinite;
}

.fadeInUp {
  opacity: 0;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes headerDown {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes headerDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes headerDown {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes headerUp {
  0% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes headerUp {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes headerUp {
  0% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@-moz-keyframes widthFull {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes widthFull {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes widthFull {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.widthFull {
  -webkit-animation-name: widthFull;
  animation-name: widthFull;
  animation-fill-mode: forwards;
  transition-timing-function: cubic-bezier(0.26, 0, 0.07, 1);
}

@-moz-keyframes heightFull {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes heightFull {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes heightFull {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
.heightFull {
  -webkit-animation-name: heightFull;
  animation-name: heightFull;
  animation-fill-mode: forwards;
  transition-timing-function: cubic-bezier(0.26, 0, 0.07, 1);
}

@-moz-keyframes widthZero {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes widthZero {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes widthZero {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-moz-keyframes boxFadeIn {
  0% {
    position: relative;
    opacity: 0;
    z-index: 5;
  }
  100% {
    opacity: 1;
    position: relative;
    z-index: 10;
  }
}
@-webkit-keyframes boxFadeIn {
  0% {
    position: relative;
    opacity: 0;
    z-index: 5;
  }
  100% {
    opacity: 1;
    position: relative;
    z-index: 10;
  }
}
@keyframes boxFadeIn {
  0% {
    position: relative;
    opacity: 0;
    z-index: 5;
  }
  100% {
    opacity: 1;
    position: relative;
    z-index: 10;
  }
}
@-moz-keyframes boxFadeOut {
  0% {
    position: absolute;
    opacity: 1;
    z-index: 10;
  }
  100% {
    opacity: 0;
    position: absolute;
    z-index: 5;
  }
}
@-webkit-keyframes boxFadeOut {
  0% {
    position: absolute;
    opacity: 1;
    z-index: 10;
  }
  100% {
    opacity: 0;
    position: absolute;
    z-index: 5;
  }
}
@keyframes boxFadeOut {
  0% {
    position: absolute;
    opacity: 1;
    z-index: 10;
  }
  100% {
    opacity: 0;
    position: absolute;
    z-index: 5;
  }
}
@-moz-keyframes sliderDown {
  to {
    top: 0;
  }
}
@-webkit-keyframes sliderDown {
  to {
    top: 0;
  }
}
@keyframes sliderDown {
  to {
    top: 0;
  }
}
body.is-scroll-fixed {
  position: fixed;
  width: 100%;
}

.cmn-footer {
  width: calc(100% - 200px - 20px);
  margin-left: 200px;
}

.slick-slider .slick-list {
  height: 100%;
}
.slick-slider .slick-track {
  height: 100%;
}

.main-contents {
  width: calc(100% - 200px - 20px);
  margin: 0 20px 0 200px;
  padding-top: 20px;
}

.top-frame {
  position: fixed;
  z-index: 9991;
  top: 0;
  left: 200px;
  padding-top: 16px;
  height: 19px;
  width: calc(100% - 200px - 20px);
  background-color: #fff;
}
.top-frame .frame-line {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #231815;
}
.top-frame .frame-line:before {
  position: absolute;
  content: "";
  background: url(../images/common/frame_round_l.svg) no-repeat;
  width: 27px;
  height: 28px;
  left: 0;
  top: 0;
}
.top-frame .frame-line:after {
  position: absolute;
  content: "";
  background: url(../images/common/frame_round_r.svg) no-repeat;
  width: 27px;
  height: 28px;
  right: 0px;
  top: 0;
}

.bottom-frame {
  position: fixed;
  z-index: 9991;
  bottom: 0;
  left: 200px;
  height: 19px;
  width: calc(100% - 200px - 20px);
  background-color: #fff;
}
.bottom-frame .frame-line {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #231815;
}
.bottom-frame .frame-line:before {
  position: absolute;
  content: "";
  background: url(../images/common/frame_round_r.svg) no-repeat;
  width: 27px;
  height: 28px;
  left: 0;
  top: -24px;
  transform: rotate(180deg);
}
.bottom-frame .frame-line:after {
  position: absolute;
  content: "";
  background: url(../images/common/frame_round_l.svg) no-repeat;
  width: 27px;
  height: 28px;
  right: 0;
  top: -24px;
  transform: rotate(180deg);
}

.body-bottom-frame {
  display: none;
}

.title-box .ttl-img {
  width: 64px;
}
.title-box .ttl-img img {
  width: 100%;
}
.title-box .ttl-text {
  font-feature-settings: "palt";
  margin-top: 20px;
  margin-left: 10px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  color: #000;
}

#cmn-page {
  margin-top: 0;
}

.main-site-menu {
  background-color: #fff;
  position: fixed;
  z-index: 9990;
  padding-top: 200px;
  top: 0;
  left: 0;
  bottom: 0;
}
.main-site-menu .menu-box-contents {
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.main-site-menu .menu-box-contents .box-in {
  min-height: 540px;
}
.main-site-menu .site-logo {
  position: fixed;
  width: 216px;
  top: 50px;
  left: 40px;
  z-index: 999;
}
.main-site-menu .site-logo img {
  width: 100%;
}
.main-site-menu .site-logo .logo-text {
  text-indent: -9999px;
  position: absolute;
}
.main-site-menu .menu-list {
  width: 130px;
  margin: 0 auto 0 55px;
}
.main-site-menu .menu-list li {
  margin-top: 15px;
}
.main-site-menu .menu-list li a {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 24px;
}
.main-site-menu .menu-list li a:hover {
  color: #2680eb;
}
.main-site-menu .sns-list {
  margin: 50px 0 0 55px;
}
.main-site-menu .sns-list li {
  width: 16px;
  margin-left: 15px;
}
.main-site-menu .sns-list li:first-child {
  margin-left: 0;
}
.main-site-menu .sns-list li img {
  width: 100%;
  vertical-align: middle;
}
.main-site-menu .language-selectbox {
  width: 120px;
  margin: 20px auto 0 55px;
  position: relative;
  cursor: pointer;
}
.main-site-menu .language-selectbox:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 12px;
  border-bottom: #231815 1px solid;
  border-right: #231815 1px solid;
  transform: rotate(45deg) translateY(-30%);
}
.main-site-menu .language-selectbox select {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 40px;
  border-radius: 0;
  background: #fff;
}

.top-contents {
  min-height: calc(100vh - 36px);
  min-height: calc(var(--vh, 1vh) * 100 - 36px);
}

.notice-contents {
  margin: 0 auto 20px 0;
  padding-top: 20px;
}
.notice-contents .notice-box {
  margin-left: 75px;
}
.notice-contents .notice-box .notice-list li {
  padding-left: 22px;
  font-size: 16px;
  line-height: 28px;
  color: #f00;
  position: relative;
}
.notice-contents .notice-box .notice-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: url(../images/common/icon_notice.svg) no-repeat;
  width: 16px;
  height: 16px;
  background-size: 16px;
}
.notice-contents .notice-box .notice-list li a {
  color: #f00;
}

.mv-contents {
  position: relative;
}
.mv-contents .mv-slider {
  height: 100%;
  opacity: 0;
}
.mv-contents .mv-slider li a {
  width: 100%;
  height: 100%;
}
.mv-contents .mv-slider li img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.mv-contents .mv-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mv-contents .mv-mask img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
}
.mv-contents .mv-mask img:nth-of-type(1) {
  opacity: 1;
}
.mv-contents.active .mv-slider {
  -moz-animation: fadeIn 0s 0.6s linear forwards;
  -webkit-animation: fadeIn 0s 0.6s linear forwards;
  animation: fadeIn 0s 0.6s linear forwards;
}
.mv-contents.active .mv-mask img:nth-of-type(1) {
  -moz-animation: fadeOut 0s 0.5s linear forwards;
  -webkit-animation: fadeOut 0s 0.5s linear forwards;
  animation: fadeOut 0s 0.5s linear forwards;
}
.mv-contents.active .mv-mask img:nth-of-type(2) {
  -moz-animation: fadeIn 0s 0.5s linear forwards, fadeOut 0s 0.7s linear forwards;
  -webkit-animation: fadeIn 0s 0.5s linear forwards, fadeOut 0s 0.7s linear forwards;
  animation: fadeIn 0s 0.5s linear forwards, fadeOut 0s 0.7s linear forwards;
}
.mv-contents.active .mv-mask img:nth-of-type(3) {
  -moz-animation: fadeIn 0s 0.7s linear forwards, fadeOut 0s 0.9s linear forwards;
  -webkit-animation: fadeIn 0s 0.7s linear forwards, fadeOut 0s 0.9s linear forwards;
  animation: fadeIn 0s 0.7s linear forwards, fadeOut 0s 0.9s linear forwards;
}
.mv-contents.active .mv-mask img:nth-of-type(4) {
  -moz-animation: fadeIn 0s 0.9s linear forwards, fadeOut 0s 1.1s linear forwards;
  -webkit-animation: fadeIn 0s 0.9s linear forwards, fadeOut 0s 1.1s linear forwards;
  animation: fadeIn 0s 0.9s linear forwards, fadeOut 0s 1.1s linear forwards;
}
.mv-contents.active .mv-mask img:nth-of-type(5) {
  -moz-animation: fadeIn 0s 1.1s linear forwards, fadeOut 0s 1.3s linear forwards;
  -webkit-animation: fadeIn 0s 1.1s linear forwards, fadeOut 0s 1.3s linear forwards;
  animation: fadeIn 0s 1.1s linear forwards, fadeOut 0s 1.3s linear forwards;
}
.mv-contents.active .mv-mask img:nth-of-type(6) {
  -moz-animation: fadeIn 0s 1.3s linear forwards, fadeOut 0.5s 1.5s linear forwards;
  -webkit-animation: fadeIn 0s 1.3s linear forwards, fadeOut 0.5s 1.5s linear forwards;
  animation: fadeIn 0s 1.3s linear forwards, fadeOut 0.5s 1.5s linear forwards;
}

.facility-contents {
  height: 305px;
}
.facility-contents .facility-list .facility-box {
  position: relative;
  width: 50%;
}
.facility-contents .facility-list .facility-box .item-img img {
  width: 100%;
  height: 305px;
  object-fit: cover;
}
.facility-contents .facility-list .facility-box .item-ttl {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  top: 30px;
  left: 0;
  padding: 5px 24px 6px 24px;
  max-width: 250px;
  word-break: break-all;
}
.facility-contents .facility-list .facility-box .business-hours {
  padding: 10px 24px 11px 24px;
  position: absolute;
  bottom: 24px;
  left: 0;
  background-color: #fff;
  font-weight: bold;
  font-size: 11px;
  line-height: 20px;
  max-width: 250px;
  word-break: break-all;
}
.facility-contents .facility-list .facility-box .link-arrow {
  width: 32px;
  height: 32px;
  background: url(../images/common/btn_next.svg) no-repeat;
  position: absolute;
  content: "";
  right: 32px;
  bottom: 24px;
}

.news-contents {
  padding: 100px 0 80px 0;
}
.news-contents .news-contents-in {
  width: 100%;
  max-width: 908px;
  margin: 0 auto;
}
.news-contents .news-contents-in .news-list {
  margin-top: 30px;
}
.news-contents .news-contents-in .news-list .news-box {
  width: calc((100% - 6.6%) / 3);
  margin-left: 3.2%;
}
.news-contents .news-contents-in .news-list .news-box:first-child {
  margin-left: 0;
}
.news-contents .news-contents-in .news-list .news-box a {
  display: block;
}
.news-contents .news-contents-in .news-list .news-box a .item-img {
  position: relative;
}
.news-contents .news-contents-in .news-list .news-box a .item-img:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, #ffffff 7px, rgba(0, 0, 0, 0) 0%), linear-gradient(-45deg, #ffffff 7px, rgba(0, 0, 0, 0) 0%), linear-gradient(135deg, #ffffff 7px, rgba(0, 0, 0, 0) 0%), linear-gradient(-135deg, #ffffff 7px, rgba(0, 0, 0, 0) 0%);
}
.news-contents .news-contents-in .news-list .news-box a .item-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.news-contents .news-contents-in .news-list .news-box a .item-img .date {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
  height: 32px;
  padding-top: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  width: 110px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.news-contents .news-contents-in .news-list .news-box a .category {
  margin-top: 15px;
  padding: 5px 10px;
  background-color: #eee;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 16px;
}
.news-contents .news-contents-in .news-list .news-box a .item-text {
  display: -webkit-box;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.news-contents .news-contents-in .news-list .news-box a:hover .category {
  background: rgba(63, 128, 228, 0.1);
  color: #2680eb;
}
.news-contents .news-contents-in .news-list .news-box a:hover .item-text {
  color: #2680eb;
}
.news-contents .news-contents-in .btn-link {
  width: 212px;
  margin: 40px 0 0 auto;
}

.map-contents {
  width: 100%;
  height: 800px;
  background-color: #eee;
  position: relative;
}
.map-contents .map-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}
.map-contents .map-bg img {
  height: 100%;
  object-fit: cover;
}
.map-contents .title-sp {
  display: none;
}
.map-contents .map-contents-in {
  position: relative;
  padding-top: 80px;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  z-index: 10;
}
.map-contents .map-contents-in .logo-sp {
  display: none;
}
.map-contents .map-contents-in .ttl-contents .ttl-project {
  width: 532px;
  margin-left: 100px;
}
.map-contents .map-contents-in .project-info-box {
  width: 380px;
  margin: 50px 0 0 auto;
}
.map-contents .map-contents-in .project-info-box .info-box .info-ttl {
  font-feature-settings: "palt";
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}
.map-contents .map-contents-in .project-info-box .info-box .info-text {
  margin-top: 20px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 28px;
}
.map-contents .map-contents-in .project-info-box .btn-link {
  width: 212px;
  margin-top: 45px;
}
.map-contents .map-building {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.map-contents .map-building .map-parts {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.map-contents .map-building .map-parts img {
  height: 100%;
  object-fit: cover;
}
.map-contents .map-building.active .icon-markcity {
  -moz-animation: fadeIn 0.5s 0s linear forwards;
  -webkit-animation: fadeIn 0.5s 0s linear forwards;
  animation: fadeIn 0.5s 0s linear forwards;
}
.map-contents .map-building.active .markcity {
  -moz-animation: fadeIn 0.5s 0s linear forwards, fadeOut 0.4s 0.7s linear forwards, fadeIn 0.4s 6.5s linear forwards;
  -webkit-animation: fadeIn 0.5s 0s linear forwards, fadeOut 0.4s 0.7s linear forwards, fadeIn 0.4s 6.5s linear forwards;
  animation: fadeIn 0.5s 0s linear forwards, fadeOut 0.4s 0.7s linear forwards, fadeIn 0.4s 6.5s linear forwards;
}
.map-contents .map-building.active .icon-hikarie {
  -moz-animation: fadeIn 0.5s 0.8s linear forwards;
  -webkit-animation: fadeIn 0.5s 0.8s linear forwards;
  animation: fadeIn 0.5s 0.8s linear forwards;
}
.map-contents .map-building.active .hikarie {
  -moz-animation: fadeIn 0.5s 0.8s linear forwards, fadeOut 0.4s 1.5s linear forwards, fadeIn 0.4s 6.5s linear forwards;
  -webkit-animation: fadeIn 0.5s 0.8s linear forwards, fadeOut 0.4s 1.5s linear forwards, fadeIn 0.4s 6.5s linear forwards;
  animation: fadeIn 0.5s 0.8s linear forwards, fadeOut 0.4s 1.5s linear forwards, fadeIn 0.4s 6.5s linear forwards;
}
.map-contents .map-building.active .icon-stream {
  -moz-animation: fadeIn 0.5s 1.6s linear forwards;
  -webkit-animation: fadeIn 0.5s 1.6s linear forwards;
  animation: fadeIn 0.5s 1.6s linear forwards;
}
.map-contents .map-building.active .stream {
  -moz-animation: fadeIn 0.5s 1.6s linear forwards, fadeOut 0.4s 2.3s linear forwards, fadeIn 0.4s 6.5s linear forwards;
  -webkit-animation: fadeIn 0.5s 1.6s linear forwards, fadeOut 0.4s 2.3s linear forwards, fadeIn 0.4s 6.5s linear forwards;
  animation: fadeIn 0.5s 1.6s linear forwards, fadeOut 0.4s 2.3s linear forwards, fadeIn 0.4s 6.5s linear forwards;
}
.map-contents .map-building.active .icon-scramble1 {
  -moz-animation: fadeIn 0.5s 2.4s linear forwards;
  -webkit-animation: fadeIn 0.5s 2.4s linear forwards;
  animation: fadeIn 0.5s 2.4s linear forwards;
}
.map-contents .map-building.active .scramble1 {
  -moz-animation: fadeIn 0.5s 2.4s linear forwards, fadeOut 0.4s 3.1s linear forwards, fadeIn 0.4s 6.5s linear forwards;
  -webkit-animation: fadeIn 0.5s 2.4s linear forwards, fadeOut 0.4s 3.1s linear forwards, fadeIn 0.4s 6.5s linear forwards;
  animation: fadeIn 0.5s 2.4s linear forwards, fadeOut 0.4s 3.1s linear forwards, fadeIn 0.4s 6.5s linear forwards;
}
.map-contents .map-building.active .icon-fukuras {
  -moz-animation: fadeIn 0.5s 3.2s linear forwards;
  -webkit-animation: fadeIn 0.5s 3.2s linear forwards;
  animation: fadeIn 0.5s 3.2s linear forwards;
}
.map-contents .map-building.active .fukuras {
  -moz-animation: fadeIn 0.5s 3.2s linear forwards, fadeOut 0.4s 3.9s linear forwards, fadeIn 0.4s 6.5s linear forwards;
  -webkit-animation: fadeIn 0.5s 3.2s linear forwards, fadeOut 0.4s 3.9s linear forwards, fadeIn 0.4s 6.5s linear forwards;
  animation: fadeIn 0.5s 3.2s linear forwards, fadeOut 0.4s 3.9s linear forwards, fadeIn 0.4s 6.5s linear forwards;
}
.map-contents .map-building.active .icon-sakuragaoka {
  -moz-animation: fadeIn 0.5s 4s linear forwards;
  -webkit-animation: fadeIn 0.5s 4s linear forwards;
  animation: fadeIn 0.5s 4s linear forwards;
}
.map-contents .map-building.active .sakuragaoka {
  -moz-animation: fadeIn 0.5s 4s linear forwards, fadeOut 0.4s 4.7s linear forwards, fadeIn 0.4s 6.5s linear forwards;
  -webkit-animation: fadeIn 0.5s 4s linear forwards, fadeOut 0.4s 4.7s linear forwards, fadeIn 0.4s 6.5s linear forwards;
  animation: fadeIn 0.5s 4s linear forwards, fadeOut 0.4s 4.7s linear forwards, fadeIn 0.4s 6.5s linear forwards;
}
.map-contents .map-building.active .icon-scramble2 {
  -moz-animation: fadeIn 0.5s 4.8s linear forwards;
  -webkit-animation: fadeIn 0.5s 4.8s linear forwards;
  animation: fadeIn 0.5s 4.8s linear forwards;
}
.map-contents .map-building.active .scramble2 {
  -moz-animation: fadeIn 0.5s 4.8s linear forwards, fadeOut 0.4s 5.5s linear forwards, fadeIn 0.4s 6.5s linear forwards;
  -webkit-animation: fadeIn 0.5s 4.8s linear forwards, fadeOut 0.4s 5.5s linear forwards, fadeIn 0.4s 6.5s linear forwards;
  animation: fadeIn 0.5s 4.8s linear forwards, fadeOut 0.4s 5.5s linear forwards, fadeIn 0.4s 6.5s linear forwards;
}
.map-contents .map-building.active .map-frame {
  -moz-animation: fadeIn 0.4s 5.8s linear forwards;
  -webkit-animation: fadeIn 0.4s 5.8s linear forwards;
  animation: fadeIn 0.4s 5.8s linear forwards;
}
.map-contents .map-building.active .building-shadow {
  -moz-animation: fadeIn 0.3s 6.2s linear forwards, fadeOut 0.4s 6.5s linear forwards;
  -webkit-animation: fadeIn 0.3s 6.2s linear forwards, fadeOut 0.4s 6.5s linear forwards;
  animation: fadeIn 0.3s 6.2s linear forwards, fadeOut 0.4s 6.5s linear forwards;
}

.management-contents {
  height: 455px;
  background-color: #eee;
  padding-top: 125px;
  background: url(../images/top/management_bg_l.png) top left/479px 455px no-repeat, url(../images/top/management_bg_r.png) top right/323px 455px no-repeat, #eee;
}
.management-contents .management-contents-in {
  width: 670px;
  margin: 0 auto;
  justify-content: space-between;
}
.management-contents .management-contents-in .management-vedio {
  width: 345px;
  height: 210px;
}
.management-contents .management-contents-in .management-vedio iframe {
  width: 100%;
  height: 210px;
}
.management-contents .management-contents-in .management-info .info-ttl {
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
}
.management-contents .management-contents-in .management-info .info-text {
  font-size: 16px;
  line-height: 28px;
}
.management-contents .management-contents-in .management-info .btn-link {
  margin-top: 30px;
  width: 212px;
}

.gallery-contents {
  background-color: #e3fe0d;
  padding: 100px 0;
}
.gallery-contents .gallery-contents-in {
  width: 100%;
  max-width: 908px;
  margin: 0 auto;
}
.gallery-contents .gallery-contents-in .gallery-list {
  margin-top: 20px;
}
.gallery-contents .gallery-contents-in .gallery-list .gallery-box {
  width: calc((100% - 6.6%) / 3);
  margin-left: 3.2%;
}
.gallery-contents .gallery-contents-in .gallery-list .gallery-box:first-child {
  margin-left: 0;
}
.gallery-contents .gallery-contents-in .gallery-list .gallery-box a {
  display: block;
}
.gallery-contents .gallery-contents-in .gallery-list .gallery-box a .item-img {
  position: relative;
}
.gallery-contents .gallery-contents-in .gallery-list .gallery-box a .item-img:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, #e3fe0d 7px, rgba(0, 0, 0, 0) 0%), linear-gradient(-45deg, #e3fe0d 7px, rgba(0, 0, 0, 0) 0%), linear-gradient(135deg, #e3fe0d 7px, rgba(0, 0, 0, 0) 0%), linear-gradient(-135deg, #e3fe0d 7px, rgba(0, 0, 0, 0) 0%);
}
.gallery-contents .gallery-contents-in .gallery-list .gallery-box a .item-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.gallery-contents .gallery-contents-in .gallery-list .gallery-box a .item-img .date {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
  height: 32px;
  padding-top: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  width: 110px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.gallery-contents .gallery-contents-in .gallery-list .gallery-box a .item-text {
  display: -webkit-box;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.gallery-contents .gallery-contents-in .gallery-list .gallery-box a:hover .item-text {
  color: #2680eb;
}
.gallery-contents .gallery-contents-in .btn-link {
  width: 212px;
  margin: 40px 0 0 auto;
}

.instagram-contents {
  padding: 80px 0;
}
.instagram-contents .title-box {
  margin-left: 80px;
}
.instagram-contents .insta-list {
  margin-top: 30px;
}
.instagram-contents .insta-list li {
  overflow: hidden;
  background: #fff;
  margin-right: 15px;
}
.instagram-contents .insta-list li a {
  display: block;
  position: relative;
}
.instagram-contents .insta-list li a:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, #ffffff 7px, rgba(0, 0, 0, 0) 0%), linear-gradient(-45deg, #ffffff 7px, rgba(0, 0, 0, 0) 0%), linear-gradient(135deg, #ffffff 7px, rgba(0, 0, 0, 0) 0%), linear-gradient(-135deg, #ffffff 7px, rgba(0, 0, 0, 0) 0%);
}
.instagram-contents .insta-list li a img {
  width: 100%;
}
.instagram-contents .insta-list li.type0 {
  width: 200px;
  height: 200px;
}
.instagram-contents .insta-list li.type1 {
  width: 280px;
  height: 280px;
}
.instagram-contents .insta-list li.type2 {
  margin-top: 80px;
  width: 200px;
  height: 200px;
}
.instagram-contents .btn-link {
  width: 212px;
  margin: 40px 0 0 auto;
}

.contact-contents {
  height: 800px;
  width: 100%;
  position: relative;
  padding-top: 150px;
}
.contact-contents .contact-bg {
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  z-index: -1;
}
.contact-contents .contact-bg img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
.contact-contents .contact-contents-in {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  justify-content: space-between;
}
.contact-contents .contact-contents-in .title-box {
  width: 420px;
}
.contact-contents .contact-contents-in .title-box .ttl-text {
  width: calc(100% - 64px);
  margin-top: 10px;
  line-height: 35px;
  color: #fff;
}
.contact-contents .contact-contents-in .contact-dec {
  width: calc(100% - 420px - 50px);
}
.contact-contents .contact-contents-in .contact-dec .text1 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 28px;
  color: #fff;
}
.contact-contents .contact-contents-in .contact-dec .btn-links {
  margin-top: 80px;
}
.contact-contents .contact-contents-in .contact-dec .btn-links .contact-link {
  border-image: url(../images/top/btn_bg.svg) 6.5 6.5 round;
  border-style: solid;
  border-width: 7px;
  image-rendering: crisp-edges;
}
.contact-contents .contact-contents-in .contact-dec .btn-links .contact-link:nth-child(2) {
  margin-top: 25px;
}
.contact-contents .contact-contents-in .contact-dec .btn-links .contact-link a {
  background-color: #fff;
  color: #231815;
  padding: 20px 0 20px 40px;
  position: relative;
}
.contact-contents .contact-contents-in .contact-dec .btn-links .contact-link a .btn-text1 {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 20px;
}
.contact-contents .contact-contents-in .contact-dec .btn-links .contact-link a .btn-text2 {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 20px;
}
.contact-contents .contact-contents-in .contact-dec .btn-links .contact-link a .arrow {
  position: absolute;
  right: 30px;
  top: 42px;
  display: inline-block;
}
.contact-contents .contact-contents-in .contact-dec .btn-links .contact-link a .arrow:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -80px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 79px;
  height: 1px;
  background: #231815;
}
.contact-contents .contact-contents-in .contact-dec .btn-links .contact-link a .arrow:after {
  position: absolute;
  top: -4px;
  left: -8px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 2px;
  border-top: 1px solid #231815;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact-contents .contact-contents-in .contact-dec .btn-links .contact-link:hover {
  border-image: url(../images/top/btn_hover_bg.svg) 6.5 6.5 round;
}
.contact-contents .contact-contents-in .contact-dec .btn-links .contact-link:hover a {
  opacity: 1;
  background-color: #231815;
  color: #fff;
}
.contact-contents .contact-contents-in .contact-dec .btn-links .contact-link:hover a .arrow {
  position: absolute;
  right: 30px;
  top: 42px;
  display: inline-block;
}
.contact-contents .contact-contents-in .contact-dec .btn-links .contact-link:hover a .arrow:before {
  background: #fff;
}
.contact-contents .contact-contents-in .contact-dec .btn-links .contact-link:hover a .arrow:after {
  border-top: 1px solid #fff;
}

.relation-link-contents {
  width: 100%;
  max-width: 908px;
  margin: 130px auto 0 auto;
  padding-bottom: 190px;
}
.relation-link-contents .link-list {
  width: 100%;
  max-width: 720px;
  margin: 45px 0 0 auto;
  justify-content: space-between;
}
.relation-link-contents .link-list .link-box {
  width: calc((100% - 30px) / 2);
}
.relation-link-contents .link-list .link-box .item-img {
  width: 100%;
  height: 180px;
  border: 2px solid #231815;
  position: relative;
}
.relation-link-contents .link-list .link-box .item-img:before {
  position: absolute;
  content: "";
  right: -3px;
  top: -3px;
  width: 10px;
  height: 10px;
  background: url(../images/common/button_corner.svg);
  background-size: 10px 10px;
}
.relation-link-contents .link-list .link-box .item-img:after {
  position: absolute;
  content: "";
  right: -3px;
  bottom: -3px;
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
  background: url(../images/common/button_corner.svg);
  background-size: 10px 10px;
}
.relation-link-contents .link-list .link-box .item-img .box-in {
  height: 100%;
  position: relative;
}
.relation-link-contents .link-list .link-box .item-img .box-in:before {
  position: absolute;
  content: "";
  left: -3px;
  top: -3px;
  width: 10px;
  height: 10px;
  transform: rotate(-90deg);
  background: url(../images/common/button_corner.svg);
  background-size: 10px 10px;
}
.relation-link-contents .link-list .link-box .item-img .box-in:after {
  position: absolute;
  content: "";
  left: -3px;
  bottom: -3px;
  width: 10px;
  height: 10px;
  transform: rotate(-180deg);
  background: url(../images/common/button_corner.svg);
  background-size: 10px 10px;
}
.relation-link-contents .link-list .link-box .item-text {
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 20px;
}
.relation-link-contents .link-list .link-box:hover .item-text {
  color: #2680eb;
}
.relation-link-contents .others-link {
  margin: 50px 0 0 auto;
  width: 275px;
}

@media screen and (max-width: 1200px) {
  .map-contents .map-contents-in .project-info-box {
    width: 360px;
    margin: 50px 0 0 auto;
  }
  .map-contents .map-contents-in .project-info-box .info-box .info-ttl {
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
  }
  .map-contents .map-contents-in .project-info-box .info-box .info-text {
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 28px;
  }
  .map-contents .map-contents-in .project-info-box .btn-link {
    width: 212px;
    margin-top: 45px;
  }

  .contact-contents .contact-contents-in .contact-dec .btn-links .contact-link a .arrow:before {
    left: -40px;
    width: 39px;
  }
}
@media screen and (max-width: 1024px) {
  .main-site-menu {
    display: none;
  }

  .notice-contents {
    padding: 60px 20px 0 20px;
  }
  .notice-contents .notice-box {
    margin-left: 0;
  }

  .main-contents {
    width: 100%;
    padding-top: 60px;
    margin: 0 auto;
  }

  .cmn-footer {
    width: 100%;
    margin-left: 0;
  }

  .top-frame {
    left: 0;
    height: 60px;
    padding-top: 57px;
    width: 100%;
  }
  .top-frame .frame-line {
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #231815;
  }
  .top-frame .frame-line:before {
    position: absolute;
    content: "";
    background: url(../images/common/frame_round_sp_l.svg) no-repeat;
    width: 23px;
    height: 26px;
    left: 0;
    top: 0;
  }
  .top-frame .frame-line:after {
    position: absolute;
    content: "";
    background: url(../images/common/frame_round_sp_r.svg) no-repeat;
    width: 23px;
    height: 26px;
    right: 0px;
    top: 0;
  }

  .bottom-frame {
    left: 0;
    height: 60px;
    width: 100%;
  }
  .bottom-frame .frame-line {
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #231815;
  }
  .bottom-frame .frame-line:before {
    position: absolute;
    content: "";
    background: url(../images/common/frame_round_sp_r.svg) no-repeat;
    width: 23px;
    height: 26px;
    left: 0;
    top: -23px;
    transform: rotate(180deg);
  }
  .bottom-frame .frame-line:after {
    position: absolute;
    content: "";
    background: url(../images/common/frame_round_sp_l.svg) no-repeat;
    width: 23px;
    height: 26px;
    right: 0;
    top: -23px;
    transform: rotate(180deg);
  }

  .top-contents {
    min-height: calc(100vh - 118px);
    min-height: calc(var(--vh, 1vh) * 100 - 118px);
  }

  .map-contents .map-contents-in .project-info-box {
    width: 310px;
    margin: 50px 0 0 auto;
  }
  .map-contents .map-contents-in .project-info-box .info-box .info-ttl {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
  }
  .map-contents .map-contents-in .project-info-box .info-box .info-text {
    margin-top: 20px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 24px;
  }
  .map-contents .map-contents-in .project-info-box .btn-link {
    width: 212px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .top-contents {
    min-height: auto;
    min-height: auto;
  }

  .title-box {
    overflow: hidden;
    margin-left: -20px;
  }
  .title-box .ttl-img {
    width: 64px;
  }
  .title-box .ttl-img img {
    width: 100%;
  }

  .mv-contents .mv-slider li img {
    object-fit: contain;
    height: auto;
    width: 100%;
  }

  .notice-contents {
    margin: 0 auto 20px 0;
  }

  .facility-contents {
    height: auto;
  }
  .facility-contents .facility-list {
    display: block;
  }
  .facility-contents .facility-list .facility-box {
    position: relative;
    width: 100%;
    height: 210px;
  }
  .facility-contents .facility-list .facility-box .item-img img {
    height: 210px;
  }
  .facility-contents .facility-list .facility-box .item-ttl {
    padding: 5px 20px 6px 20px;
    max-width: 80%;
  }
  .facility-contents .facility-list .facility-box .business-hours {
    max-width: 80%;
  }

  .news-contents .news-contents-in {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
  .news-contents .news-contents-in .news-list {
    width: 100%;
    display: block;
    white-space: nowrap;
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 30px 0 0 0;
  }
  .news-contents .news-contents-in .news-list .news-box {
    width: 180px;
    margin-left: 32px;
    display: inline-block;
    padding-bottom: 10px;
    vertical-align: top;
  }
  .news-contents .news-contents-in .news-list .news-box a {
    display: block;
  }
  .news-contents .news-contents-in .news-list .news-box a .item-img:after {
    background-image: linear-gradient(45deg, #ffffff 5px, rgba(0, 0, 0, 0) 0%), linear-gradient(-45deg, #ffffff 5px, rgba(0, 0, 0, 0) 0%), linear-gradient(135deg, #ffffff 5px, rgba(0, 0, 0, 0) 0%), linear-gradient(-135deg, #ffffff 5px, rgba(0, 0, 0, 0) 0%);
  }
  .news-contents .news-contents-in .news-list .news-box a .item-img img {
    height: 180px;
  }
  .news-contents .news-contents-in .news-list .news-box a .category {
    padding: 5px 10px;
    font-size: 9px;
  }
  .news-contents .news-contents-in .news-list .news-box a .item-text {
    font-size: 14px;
    line-height: 20px;
    white-space: break-spaces;
  }
  .news-contents .news-contents-in .news-list .news-box:first-child {
    margin-left: 32px;
  }
  .news-contents .news-contents-in .news-list .news-box:last-child {
    margin-right: 32px;
  }
  .news-contents .news-contents-in .btn-link {
    width: calc(100% - 60px);
    margin: 45px auto 0 auto;
  }

  .map-contents {
    height: auto;
    background-color: #fff;
  }
  .map-contents .map-bg {
    position: relative;
    height: 500px;
  }
  .map-contents .map-bg img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
  .map-contents .title-sp {
    display: flex;
    position: absolute;
    top: 50px;
    z-index: 10;
  }
  .map-contents .map-contents-in {
    position: relative;
    padding: 80px 0 110px 0;
    width: calc(100% - 140px);
    max-width: none;
    margin: 0 auto;
  }
  .map-contents .map-contents-in .logo-sp {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 230px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -40px;
  }
  .map-contents .map-contents-in .ttl-contents {
    display: none;
  }
  .map-contents .map-contents-in .project-info-box {
    width: 100%;
    margin: 50px 0 0 0;
  }
  .map-contents .map-contents-in .project-info-box .info-box .info-ttl {
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }
  .map-contents .map-contents-in .project-info-box .info-box .info-text {
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 28px;
  }
  .map-contents .map-contents-in .project-info-box .btn-link {
    width: 100%;
    margin: 30px auto 0 auto;
  }
  .map-contents .map-building {
    position: absolute;
    width: 100%;
    height: 500px;
  }
  .map-contents .map-building .map-parts {
    width: 100%;
  }
  .map-contents .map-building .map-parts img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  .management-contents {
    height: auto;
    padding: 40px 0;
    background: url(../images/top/management_bg_sp.png) top left/100% auto no-repeat, #eee;
  }
  .management-contents .management-contents-in {
    width: calc(100% - 48px);
    display: block;
  }
  .management-contents .management-contents-in .management-vedio {
    width: 100%;
    height: 196px;
  }
  .management-contents .management-contents-in .management-vedio iframe {
    width: 100%;
    height: 196px;
  }
  .management-contents .management-contents-in .management-info {
    text-align: center;
  }
  .management-contents .management-contents-in .management-info .info-ttl {
    font-weight: bold;
    margin-top: 20px;
  }
  .management-contents .management-contents-in .management-info .info-text {
    margin-top: 10px;
  }
  .management-contents .management-contents-in .management-info .btn-link {
    margin: 20px auto 0 auto;
    width: 230px;
  }

  .gallery-contents {
    background-color: #e3fe0d;
    padding: 100px 0;
  }
  .gallery-contents .gallery-contents-in {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
  .gallery-contents .gallery-contents-in .gallery-list {
    width: 100%;
    display: block;
    white-space: nowrap;
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 30px 0 0 0;
  }
  .gallery-contents .gallery-contents-in .gallery-list .gallery-box {
    width: 180px;
    margin-left: 32px;
    display: inline-block;
    padding-bottom: 10px;
    vertical-align: top;
  }
  .gallery-contents .gallery-contents-in .gallery-list .gallery-box a {
    display: block;
  }
  .gallery-contents .gallery-contents-in .gallery-list .gallery-box a .item-img {
    position: relative;
  }
  .gallery-contents .gallery-contents-in .gallery-list .gallery-box a .item-img:after {
    background-image: linear-gradient(45deg, #e3fe0d 5px, rgba(0, 0, 0, 0) 0%), linear-gradient(-45deg, #e3fe0d 5px, rgba(0, 0, 0, 0) 0%), linear-gradient(135deg, #e3fe0d 5px, rgba(0, 0, 0, 0) 0%), linear-gradient(-135deg, #e3fe0d 5px, rgba(0, 0, 0, 0) 0%);
  }
  .gallery-contents .gallery-contents-in .gallery-list .gallery-box a .item-img img {
    height: 180px;
  }
  .gallery-contents .gallery-contents-in .gallery-list .gallery-box a .item-text {
    white-space: break-spaces;
  }
  .gallery-contents .gallery-contents-in .gallery-list .gallery-box:first-child {
    margin-left: 32px;
  }
  .gallery-contents .gallery-contents-in .gallery-list .gallery-box:last-child {
    margin-right: 32px;
  }
  .gallery-contents .gallery-contents-in .btn-link {
    width: calc(100% - 60px);
    margin: 45px auto 0 auto;
  }

  .instagram-contents {
    padding: 80px 0;
  }
  .instagram-contents .title-box {
    margin-left: -20px;
  }
  .instagram-contents .insta-list {
    margin: 30px 0 0 -80px;
  }
  .instagram-contents .insta-list li {
    width: 280px;
    height: 280px;
    overflow: hidden;
    background: #fff;
    margin-right: 15px;
  }
  .instagram-contents .insta-list li a:before {
    background-image: linear-gradient(45deg, #ffffff 5px, rgba(0, 0, 0, 0) 0%), linear-gradient(-45deg, #ffffff 5px, rgba(0, 0, 0, 0) 0%), linear-gradient(135deg, #ffffff 5px, rgba(0, 0, 0, 0) 0%), linear-gradient(-135deg, #ffffff 5px, rgba(0, 0, 0, 0) 0%);
  }
  .instagram-contents .btn-link {
    width: calc(100% - 60px);
    margin: 45px auto 0 auto;
  }

  .contact-contents {
    padding-top: 95px;
  }
  .contact-contents .contact-contents-in {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    display: block;
  }
  .contact-contents .contact-contents-in .title-box {
    width: 100%;
  }
  .contact-contents .contact-contents-in .title-box .ttl-text {
    margin-top: 10px;
    line-height: 35px;
    color: #fff;
  }
  .contact-contents .contact-contents-in .contact-dec {
    width: calc(100% - 90px);
    margin: 50px auto 0 auto;
  }
  .contact-contents .contact-contents-in .contact-dec .text1 {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.08em;
  }
  .contact-contents .contact-contents-in .contact-dec .btn-links {
    margin-top: 60px;
  }
  .contact-contents .contact-contents-in .contact-dec .btn-links .contact-link {
    border-image: url(../images/top/btn_bg.svg) 10 10 round;
    border-style: solid;
    border-width: 10px;
    image-rendering: crisp-edges;
  }
  .contact-contents .contact-contents-in .contact-dec .btn-links .contact-link a {
    display: block;
    width: 100%;
    padding: 8px 0 8px 35px;
    position: relative;
  }
  .contact-contents .contact-contents-in .contact-dec .btn-links .contact-link a .arrow {
    display: none;
  }
  .contact-contents .contact-contents-in .contact-dec .btn-links .contact-link:hover {
    border-image: url(../images/top/btn_hover_bg.svg) 6.5 6.5 round;
  }
  .contact-contents .contact-contents-in .contact-dec .btn-links .contact-link:hover a {
    opacity: 1;
    background-color: #231815;
    color: #fff;
  }
  .contact-contents .contact-contents-in .contact-dec .btn-links .contact-link:hover a .arrow {
    display: none;
  }

  .relation-link-contents {
    margin: 120px auto 0 auto;
    padding-bottom: 120px;
  }
  .relation-link-contents .link-list {
    width: calc(100% - 96px);
    display: block;
    margin: 45px auto 0 auto;
  }
  .relation-link-contents .link-list .link-box {
    width: 100%;
  }
  .relation-link-contents .link-list .link-box:nth-child(2) {
    margin-top: 30px;
  }
  .relation-link-contents .link-list .link-box .item-img {
    width: 100%;
    height: 150px;
    border: 2px solid #231815;
    position: relative;
  }
  .relation-link-contents .link-list .link-box .item-img:before {
    position: absolute;
    content: "";
    right: -3px;
    top: -3px;
    width: 10px;
    height: 10px;
    background: url(../images/common/button_corner.svg);
    background-size: 10px 10px;
  }
  .relation-link-contents .link-list .link-box .item-img:after {
    position: absolute;
    content: "";
    right: -3px;
    bottom: -3px;
    width: 10px;
    height: 10px;
    transform: rotate(90deg);
    background: url(../images/common/button_corner.svg);
    background-size: 10px 10px;
  }
  .relation-link-contents .link-list .link-box .item-img .box-in:before {
    position: absolute;
    content: "";
    left: -3px;
    top: -3px;
    width: 10px;
    height: 10px;
    transform: rotate(-90deg);
    background: url(../images/common/button_corner.svg);
    background-size: 10px 10px;
  }
  .relation-link-contents .link-list .link-box .item-img .box-in:after {
    position: absolute;
    content: "";
    left: -3px;
    bottom: -3px;
    width: 10px;
    height: 10px;
    transform: rotate(-180deg);
    background: url(../images/common/button_corner.svg);
    background-size: 10px 10px;
  }
  .relation-link-contents .link-list .link-box .item-text {
    margin-top: 10px;
  }
  .relation-link-contents .others-link {
    margin: 50px auto 0 auto;
    width: calc(100% - 96px);
  }
}
