@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
}

/* ================================================

- 表示アニメーション

================================================ */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ================================================

- フォント

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.lozad[data-loaded="true"] {
  opacity: 1;
}

/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}

@media all and (max-width: 569px) {
  body {
    max-width: 1280px;
  }
}

@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}

/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBottom0 {
  margin-bottom: 0px;
}

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom20 {
  margin-bottom: 20px;
}

.mBottom25 {
  margin-bottom: 25px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom35 {
  margin-bottom: 35px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom45 {
  margin-bottom: 45px;
}

.mBottom50 {
  margin-bottom: 50px;
}

/* ================================================

- ロケーションタイトル

================================================ */
.equipment-content {
  padding: 195px 0 160px;
  position: relative;
}

.equipment-content__bg {
  width: 100%;
  position: relative;
  z-index: 1;
}

.equipment-content__bg::before {
  content: '';
  position: absolute;
  bottom: 620px;
  left: 0;
  width: 38.125vw;
  height: 475px;
  background-color: #F6F7F7;
  z-index: -1;
}

.equipment-content__bg::after {
  content: '';
  position: absolute;
  bottom: -35px;
  right: 0;
  width: 38.125vw;
  height: 475px;
  background-color: #F6F7F7;
  z-index: -1;
}

ul.equipment-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}

ul.equipment-list li {
  width: calc((100% /3) - (90px / 3));
  margin-top: 80px;
  margin-right: calc(90px / 3);
}

ul.equipment-list li:nth-child(-n+3) {
  margin-top: 0;
}

ul.equipment-list li:nth-child(3n) {
  margin-right: 0;
}

.equipment-list__item__photo figcaption {
  margin-top: 5px;
  font-size: 1.6rem;
  line-height: 1.375;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

.equipment-list__item__photo figcaption span {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.334;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .equipment-content {
    padding: 100px 0 120px;
  }
  .equipment-content__inner {
    padding: 0 4vw;
  }
  .equipment-content__bg1::after {
    bottom: -6.667vw;
    left: -4vw;
    width: 38.125vw;
    height: 38.125vw;
  }
  .equipment-content__bg2 {
    margin-top: 56px;
  }
  .equipment-content__bg2::after {
    bottom: -6.667vw;
    right: -4vw;
    width: 38.125vw;
    height: 38.125vw;
  }
  .equipment-content__bg::before {
    bottom: 169.333vw;
    left: -4vw;
    width: 38.125vw;
    height: 38.125vw;
  }
  .equipment-content__bg::after {
    bottom: -6.667vw;
    right: -4vw;
    width: 38.125vw;
    height: 38.125vw;
  }
  ul.equipment-list li {
    width: calc((100% / 2) - (15px / 2));
    margin-top: 56px;
    margin-right: 15px;
  }
  ul.equipment-list li:nth-child(-n+3) {
    margin-top: 56px;
  }
  ul.equipment-list li:nth-child(3n) {
    margin-right: 15px;
  }
  ul.equipment-list li:nth-child(-n+2) {
    margin-top: 0;
  }
  ul.equipment-list li:nth-child(2n) {
    margin-right: 0;
  }
  .equipment-list__item__photo figcaption {
    margin-top: 5px;
    font-size: 3.73333vw;
  }
  .equipment-list__item__photo figcaption span {
    display: inline-block;
    font-size: 2.66667vw;
  }
}
