@charset "utf-8";

/*===================
fv
===================*/
.fv {
  padding-top: 248px;
  position: relative;
}
.fv__box01 {
  padding-right: 20px;
  margin-bottom: 101px;
}
.fv__box02 {
  padding-left: 60px;
  margin-bottom: 22px;
}
.fv__txt01 {
  font-size: 12px;
  text-align: right;
}
.fv__txt01 + .fv__txt01 {
  margin-top: 10px;
}
.fv__txt02 {
  font-size: 13px;
  line-height: 1.92;
}
.fv__pic .img {
  min-height: 350px;
}
/* スクロールダウン↓↓ */
.scroll {
  position: absolute;
  bottom: 4%;
  right: 22px;
}
.scroll__link {
  display: block;
  font-size: 11px;
  color: #fff;
}
/* スクロールダウンの位置 */
.scroll__box {
  width: 104px;
  position: absolute;
  right: 50%;
  top: 10%;
  font-size: 11px;
}
/* 線のアニメーション部分 */
.scroll__box::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: 28px;
  content: "";
  height: 122px;
  margin: auto;
  position: absolute;
  right: 13px;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* スクロールダウン↑↑ */

@media screen and (max-width: 750px) {
  .fv {
    padding-top: 150px;
  }
  .fv__box02 {
    padding-left: 20px;
  }
  .scroll {
    right: 0;
  }
  .scroll__box::before {
    height: 50px;
  }
}

/*===================
news-top
===================*/
.news-top {
  padding: 54px 0 51px;
}
.news-top__wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news-top__ttl {
  max-width: 203px;
  width: 19%;
  margin-bottom: 0;
}
.news-top__list {
  width: 554px;
}
.news-top__item + .news-top__item {
  margin-top: 12px;
}
.news-top__itemLink {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.news-top__date {
  width: 166px;
  font-size: 13px;
  line-height: 1.92;
}
.news-top__itemTtl {
  flex: 1;
  font-size: 13px;
  line-height: 1.92;
}
.news-top__btn {
  margin-left: auto;
}
@media screen and (max-width: 940px) {
  .news-top__wrap {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
  .news-top__ttl {
    width: 100%;
  }
  .news-top__list {
    width: 100%;
  }
  .news-top__date {
    width: 83px;
  }
}

/*===================
kussharo
===================*/
.kussharo {
  padding: 72px 0 126px;
  overflow: hidden;
}
.kussharo__topBox {
  margin-bottom: 34px;
}
.kussharo__open {
  font-size: 44px;
}
.kussharo__wrap {
  /* width: 97%;
  max-width: 1270px;
  margin-left: auto; */
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.kussharo__left {
  flex-shrink: 0;
  width: 50%;
  padding-top: 19px;
}
.kussharo__txtBox {
  margin-top: 36px;
}
.kussharo__pic {
  width: 100vw;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 750px) {
  .kussharo__open {
    font-size: 28px;
  }
  .kussharo__wrap {
    flex-direction: column;
    gap: 33px;
  }
  .kussharo__left {
    width: 100%;
    min-width: auto;
  }
  .kussharo__pic {
    width: 100%;
    max-width: 500px;
    margin-right: 0;
  }
}

/*===================
area
===================*/
.area {
  padding: 118px 0 114px;
}
.area__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.area__left {
  width: 51%;
}
.area__txtBox {
  width: 49%;
  padding-top: 36px;
  padding-left: 10%;
}
.area__map {
  padding-top: 86px;
  width: 98%;
}

@media screen and (max-width: 750px) {
  .area__wrap {
    flex-direction: column;
  }
  .area__left {
    width: 100%;
  }
  .area__txtBox {
    width: 100%;
    padding-left: 0;
  }
}

/*===================
plan
===================*/
.plan {
  padding: 123px 0 123px;
}
.plan__pic01 {
  margin-bottom: 66px;
}
.plan__box {
  margin-bottom: 127px;
}
.plan__box02 {
  padding-top: 26px;
}
.plan__wrap {
  padding-bottom: 67px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.plan__pic02 {
  max-width: 550px;
  width: 50%;
}
.plan__right {
  width: 50%;
  padding-left: 9%;
}
.plan__subTtl {
  margin-bottom: 31px;
  font-size: 29px;
  line-height: 2.07;
}
.plan__pic03 {
  padding-top: 64px;
  margin-bottom: 90px;
}
.plan__floor {
}
.plan__floorWrap {
  padding-left: 6%;
  margin-bottom: 62px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6.5%;
}
.plan__floorPic01 {
  max-width: 483px;
}
.plan__floorPic02 {
  max-width: 483px;
}
.plan__floorBox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10%;
}
.plan__floorArea {
  width: 305px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 35%;
}
.plan__floorEq {
  flex: 1;
}
.plan__floorArea--left {
  width: fit-content;
}
.plan__floorArea--right {
  flex: 1;
}

.plan2 {
  padding: 0 0 118px;
}
.plan2 .plan__pic01{
  margin-bottom: 33px;
}
.plan2 .plan__pic01:last-of-type{
  margin-bottom: 0;
}
.plan2 .plan__floor{
  padding-top: 90px;
}
.plan__floorPic03{
  max-width: 538px;
}
.plan__floorPic04{
  max-width: 391px;
}



@media screen and (max-width: 750px) {
  .plan{
    padding: 90px 0 66px;
  }
  .plan__wrap {
    flex-direction: column;
    row-gap: 20px;
  }
  .plan__pic02 {
    width: 100%;
  }
  .plan__right {
    width: 100%;
    padding-left: 0;
  }
  .plan__subTtl {
    font-size: 23px;
  }
  .plan__floorWrap {
    padding-left: 0;
    flex-direction: column;
  }
  .plan__floorBox {
    flex-direction: column;
    row-gap: 20px;
  }
  .plan__floorArea {
    width: 100%;
    gap: 26%;
  }
  .plan__floorEq {
    width: 100%;
  }
  
  .plan2 .plan__pic01{
    margin-bottom: 10px;
  }
  .plan2 .plan__floor{
    padding-top: 30px;
  }
  .plan__floorPic04{
    margin-top: 30px;
    width: 70%;
  }
}

/*===================
facility
===================*/
.facility {
  padding: 118px 0 144px;
  overflow: hidden;
}


.facility__contWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.facility__wrap .title-en{
  width: 80px;
}
.facility__left {
  flex-shrink: 0;
  width: 48%;
  padding-top: 33px;
  padding-right: 8%;
}
.facility__enTtl {
  margin-bottom: 10px;
  font-size: 16px;
}
.facility__subTtl {
  margin-bottom: 22px;
  font-size: 29px;
}
.facility__txtBox {
  margin-bottom: 71px;
}
.facility__pic {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  transform: translate(-7px, 0px);
}
.facility__contBox {
  /* width: 87%; */
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7%;
}
.facility__contPic {
  width: 46.5%;
}
.facility__contPic .img {
  margin-bottom: 6px;
}
.facility__contCap {
  display: block;
}

@media screen and (max-width: 750px) {
  .facility__contWrap {
    flex-direction: column;
  }
  .facility__left {
    width: 100%;
    padding-right: 0;
  }
  .facility__txtBox {
    margin-bottom: 20px;
  }
  .facility__contBox {
    width: 100%;
    max-width: 500px;
    gap: 2%;
  }
  .facility__contPic {
    width: 49%;
  }
  .facility__pic {
    width: 100%;
    max-width: 500px;
    margin-right: 0;
    transform: translate(0px, 0px);
  }
}

/*===================
how
===================*/
.how {
  padding: 105px 0 121px;
}
.how__wrap {
  margin-bottom: 92px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.how__ttlBox {
  width: 45%;
  padding-right: 2%;
}
.how__txtBox {
  width: 55%;
  padding-top: 41px;
}
.how__contList {
  margin-bottom: 61px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.how__contItem {
  width: 30%;
}
.how__contPic {
  margin-bottom: 9px;
}
.how__contTtl {
  padding-left: 15px;
  font-size: 21px;
  position: relative;
}
.how__contTtl::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #003353;
  position: absolute;
  top: 12px;
  left: 1px;
}
.how__contTxt {
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.63;
  position: relative;
}
.how__contTxt::before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #231815;
  position: absolute;
  top: 8px;
  left: 1px;
}
.how__flow {
  max-width: 650px;
  margin: 65px auto 51px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.how__flowBox {
  width: 24%;
  position: relative;
}
.how__flowBox:not(:last-child)::after {
  display: block;
  content: "";
  width: 35px;
  height: 21px;
  background: url(../imgs/index/how_arrow.png) center center / cover no-repeat;
  position: absolute;
  top: 41%;
  right: -52%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.how__flowPic {
  margin-bottom: 15px;
}
.how__flowTxt {
  font-size: 14px;
  text-align: center;
}
.how__txtBig {
  margin-bottom: 26px;
  font-size: 29px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .how__wrap {
    flex-direction: column;
  }
  .how__ttlBox {
    width: 100%;
    padding-left: 0;
  }
  .how__txtBox {
    width: 100%;
  }
  .how__contList {
    flex-direction: column;
    row-gap: 40px;
  }
  .how__contItem {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .how__flow {
    flex-direction: column;
    align-items: center;
    row-gap: 70px;
  }
  .how__flowBox {
    width: 100%;
    max-width: 155px;
  }
  .how__flowBox:not(:last-child)::after {
    top: auto;
    bottom: -55px;
    right: 26%;
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
  }
}

/*===================
excursion
===================*/
.excursion {
  padding: 118px 0 113px;
}
.excursion__container {
  margin-top: 71px;
}
.excursion__contWrap {
  margin-bottom: 56px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.excursion__contPic {
  width: calc(100% / 3);
}
.excursion__contPic .img {
  margin-bottom: 22px;
}
.excursion__cap {
  width: fit-content;
  padding-left: 15px;
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
  position: relative;
}
.excursion__cap::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #231815;
  position: absolute;
  top: 9px;
  left: 4px;
}
.excursion__txtBig {
  margin-bottom: 12px;
  font-size: 29px;
  text-align: center;
}
.excursion .title-en{
  width: 80px;
}
@media screen and (max-width: 750px) {
  .excursion__contWrap {
    max-width: 400px;
    margin: 0 auto 50px;
    flex-direction: column;
    row-gap: 20px;
  }
  .excursion__contPic {
    width: 100%;
  }
  .excursion__contPic .img {
    margin-bottom: 5px;
  }
  .excursion__txtBig {
    font-size: 20px;
  }
}

/*===================
day
===================*/
.day {
  padding: 87px 0 104px;
  overflow: hidden;
}
.day__ttl {
  margin-bottom: 16px;
}
.day__ttl--ja {
  margin-bottom: 64px;
}
.day__container {
  margin-right: calc(50% - 50vw);
  position: relative;
}
.day__swiper-slide {
  width: 344px;
}
.day__contPic {
  margin-bottom: 13px;
}
.day__txt01 {
  margin-bottom: 3px;
  font-size: 17px;
}
.day__txt02 {
  font-size: 13px;
  line-height: 1.49;
  letter-spacing: -0.07em;
}
.day__txt03 {
  font-size: 12px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: -6.5%;
}
.day__txt03 .num {
  text-combine-upright: all;
}
@media screen and (max-width: 1320px) {
  .day__txt03 {
    margin-bottom: 30px;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    position: static;
  }
}

@media screen and (max-width: 480px) {
  .day__swiper-slide {
    width: 250px;
  }
}

/*===================
ownership
===================*/
.ownership {
  padding: 102px 0 132px;
}
.ownership__wrap {
  margin-bottom: 47px;
}
.ownership__box {
  padding-top: 28px;
}
.ownership__txt01 {
  margin-bottom: 12px;
  font-size: 15px;
}
.ownership__table {
  width: 100%;
  border-collapse: collapse;
}
.ownership__table th {
  width: 163px;
}
.ownership__table td {
  width: calc((100% - 163px) / 2);
}
.ownership__table th,
.ownership__table td {
  padding: 20px 13px;
  border-bottom: 1px solid #dbdcdc;
}

@media screen and (max-width: 1160px) {
  .ownership__table th {
    width: 101px;
  }
  .ownership__table td {
    width: calc((100% - 101px) / 2);
  }
}
@media screen and (max-width: 750px) {
  .ownership__table th {
    width: 79px;
  }
  .ownership__table td {
    width: calc((100% - 79px) / 2);
  }
  .ownership__table th,
  .ownership__table td {
    padding: 10px 7px;
  }
}

/*===================
inquiry
===================*/
.inquiry {
  padding: 81px 0 57px;
}
.inquiry__ttl {
  margin-top: 46px;
  margin-bottom: 50px;
  font-size: 15px;
}
.inquiry__container {
  margin-bottom: 87px;
}
.inquiry__table {
  width: 100%;
  border-collapse: collapse;
}
.inquiry__table th {
  width: 24%;
}
.inquiry__table td {
  width: 76%;
}
.inquiry__table th,
.inquiry__table td {
  padding: 20px 13px;
  border-bottom: 1px solid #dbdcdc;
}

.inquiry__flow {
  max-width: 915px;
  margin: 65px auto 51px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.inquiry__flowBox {
  width: 17%;
  position: relative;
}
.inquiry__flowBox:not(:last-child)::after {
  display: block;
  content: "";
  width: 35px;
  height: 21px;
  background: url(../imgs/index/how_arrow.png) center center / cover no-repeat;
  position: absolute;
  top: 34%;
  right: -46%;
}

.inquiry__flowPic {
  margin-bottom: 15px;
}
.inquiry__flowTxt {
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .inquiry__table th {
    width: 79px;
  }
  .inquiry__table td {
    width: calc((100% - 79px) / 2);
  }
  .inquiry__table th,
  .inquiry__table td {
    padding: 10px 7px;
  }
  .inquiry__flow {
    flex-direction: column;
    align-items: center;
    row-gap: 70px;
  }
  .inquiry__flowBox {
    width: 100%;
    max-width: 155px;
  }
  .inquiry__flowBox:not(:last-child)::after {
    top: auto;
    bottom: -55px;
    right: 26%;
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
  }
}

/*===================
access
===================*/
.access {
  padding: 102px 0 144px;
  overflow: hidden;
}
.access__ttlWrap {
  margin-bottom: 47px;
}
.access__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.access__left {
  flex-shrink: 0;
  width: 29.5%;
  min-width: 320px;
}
.access__map {
  width: 100vw;
  margin-left: 51px;
  margin-right: calc(50% - 50vw);
}
.access__map iframe {
  width: 100%;
}
.access__txt {
  margin-bottom: 78px;
  font-size: 15px;
  line-height: 1.69;
}

@media screen and (max-width: 750px) {
  .access__wrap {
    flex-direction: column;
  }
  .access__left {
    width: 100%;
    min-width: auto;
  }
  .access__map {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .access__map iframe {
    height: 300px;
  }
  .access__txt {
    margin-bottom: 37px;
    font-size: 14px;
  }
}

/*===================
contact
===================*/
.contact {
  padding-top: 99px;
}
.contact__ttl {
  padding-bottom: 111px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.08em;
  position: relative;
}
.contact__ttl::before {
  display: block;
  content: "";
  width: 1px;
  height: 79px;
  background: #e4e4e4;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}







/* ↓ ローデイングアニメーション ↓ */
/* ローディング全体 */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #1a567b;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1s ease, visibility 1s ease;
}
/* 非表示状態 */
#loader.hidden {
  opacity: 0;
  visibility: hidden;
}
.loader__txt {
  font-family: "Bodoni Moda", serif;
  font-size: 18px;
  color: #fff;
  transition: opacity 0.6s ease;
}

