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

- Base

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

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

:root {
  --cc-main: #006071;
  --cc-sub1: #1d50a2;
  --space: 30px;
}

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

- 表示アニメーション

================================================ */
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 0.3s;
  transition: all 0.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: 190px 0 137px;
  position: relative;
}

.equipment-sc:not(:first-of-type) {
  margin-top: 140px;
}
.equipment-sc:not(:first-of-type) ul.equipment-txtList {
  margin: 77px auto 0;
}

.equipment-sc__ttl {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  color: var(--cc-sub1);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}

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: 980px;
  width: 100%;
  margin: 65px auto 0;
}
ul.equipment-list li {
  width: calc(25% - 25px);
}
ul.equipment-list li:not(:nth-child(-n+4)) {
  margin-top: 33.3333333333px;
}
ul.equipment-list li:not(:nth-child(4n)) {
  margin-right: 33.3333333333px;
}

.equipment-list__item__photo figcaption {
  margin-top: 7px;
  font-size: 1.6rem;
  line-height: 1.375;
  color: #595757;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

ul.equipment-txtList {
  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: 980px;
  width: 100%;
  margin: 37px auto 0;
}
ul.equipment-txtList li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: calc(25% - 25px);
  min-height: 80px;
  padding: 10px 5px;
  font-size: 1.6rem;
  line-height: 1.375;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #595757;
  text-align: center;
  border: solid 1px #ccdde7;
  border-radius: 4px;
}
ul.equipment-txtList li span {
  display: block;
  font-size: 1.6rem;
  line-height: 1.334;
  text-align: center;
}
ul.equipment-txtList li:not(:nth-child(-n+4)) {
  margin-top: 33.3333333333px;
}
ul.equipment-txtList li:not(:nth-child(4n)) {
  margin-right: 33.3333333333px;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .equipment-content {
    padding: 110px 0 110px;
  }
  .equipment-content__inner {
    padding: 0 4vw;
  }
  .equipment-sc:not(:first-of-type) {
    margin-top: 100px;
  }
  .equipment-sc:not(:first-of-type) ul.equipment-txtList {
    margin: 50px auto 0;
  }
  .equipment-sc__ttl {
    font-size: 6.9333333333vw;
  }
  ul.equipment-list {
    margin: 40px auto 0;
  }
  ul.equipment-list li {
    width: calc(50% - 5px);
  }
  ul.equipment-list li:not(:nth-child(-n+4)) {
    margin-top: 0;
  }
  ul.equipment-list li:not(:nth-child(-n+2)) {
    margin-top: 30px;
  }
  ul.equipment-list li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  ul.equipment-list li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .equipment-list__item__photo figcaption {
    margin-top: 7px;
    font-size: 3.2vw;
  }
  ul.equipment-txtList {
    margin: 37px auto 0;
  }
  ul.equipment-txtList li {
    width: calc(50% - 5px);
    min-height: 80px;
    padding: 10px 5px;
    font-size: 3.4666666667vw;
  }
  ul.equipment-txtList li span {
    font-size: 3.4666666667vw;
    text-align: center;
  }
  ul.equipment-txtList li:not(:nth-child(-n+4)) {
    margin-top: 0;
  }
  ul.equipment-txtList li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  ul.equipment-txtList li:not(:nth-child(-n+2)) {
    margin-top: 10px;
  }
  ul.equipment-txtList li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}