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

  設備・仕様
  /equipment/index.html

---------------------------------------- */
.-w960 {
  width: 90%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.eq_box01 {
  padding: 5%;
  background-color: #f5f5f5;
}
.eq_box01 h3 {
  line-height: 1.4;
}
.eq_box01 h3 em {
  display: block;
  font-size: 3em;
  color: #a40000;
}
.eq_box01 h3 span {
  display: block;
  margin: 0.5em 0 1em;
  font-size: 1.46em;
}
.eq_box01 .point .notes {
  margin-top: 1em;
  text-align: right;
  font-size: 0.8em;
}
@media (min-width: 769px) {
  .eq_box01 .eq_box01__box_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .eq_box01 .eq_box01__box_row .text {
    flex: 1;
  }
  .eq_box01 .eq_box01__box_row figure {
    width: 36%;
  }
  .eq_box01 p {
    font-size: 1.46em;
  }
  .eq_box01 .point dl {
    margin: 1.5em 0 1em;
    padding-top: 1.5em;
    border-top: solid 1px #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .eq_box01 .point dl dt {
    font-size: 1.46em;
    white-space: nowrap;
    margin-right: 1em;
  }
  .eq_box01 .point dl dd {
    flex: 1;
    font-size: 1.06em;
  }
  .eq_box01 .point ul {
    display: flex;
    justify-content: space-between;
  }
  .eq_box01 .point ul li {
    width: calc((100% - 4em) / 5);
  }
}
@media (max-width: 768px) {
  .eq_box01 .eq_box01__box_row {
    display: block;
  }
  .eq_box01 h3 em {
    font-size: 1.8em;
  }
  .eq_box01 h3 span {
    font-size: 1.2em;
  }
  .eq_box01 figure {
    width: 60%;
    max-width: 400px;
    margin: 1em auto 0;
  }
  .eq_box01 p {
    font-size: 1em;
  }
  .eq_box01 .point dl {
    margin: 1.5em 0 1em;
    padding-top: 1.5em;
    border-top: solid 1px #333;
  }
  .eq_box01 .point dl dt {
    margin-bottom: 0.25em;
    font-size: 1.2em;
  }
  .eq_box01 .point ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .eq_box01 .point ul li {
    width: 48%;
  }
  .eq_box01 .point ul li:not(:last-child) {
    margin-bottom: 4%;
  }
  .eq_box01 .point ul li:nth-child(even) {
    margin-left: 4%;
  }
}

/* ----------------------------------------

  設備・仕様
  /equipment/amenity.html

---------------------------------------- */
@media (max-width: 768px) {
  .am_img01 {
    display: flex;
    align-items: center;
  }
  .am_img01 .cmn_txt {
    flex: 1;
  }
  .am_img01 .cmn_img {
    width: 30%;
    margin-left: 0.5em;
  }
}

@media (min-width: 769px) {
  .am_img01_03 {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .am_img01_03 {
    display: flow-root !important;
  }
  .am_img01_03 .cmn_img {
    float: right;
    width: 33%;
    margin: 0.5em 0.5em 0 0.5em;
  }
}

@media (min-width: 769px) {
  .box_ecology01 dl {
    display: flex;
    align-items: center;
  }
  .box_ecology01 dt {
    width: 110px;
    margin-right: 2em;
  }
  .box_ecology01 dd {
    flex: 1;
  }
  .box_ecology01 dd em {
    display: block;
    margin-left: -0.5em;
    font-size: 1.8em;
  }
  .box_ecology01 dd span {
    display: block;
    margin-top: 0.75em;
    font-size: 0.86em;
  }
}
@media (max-width: 768px) {
  .box_ecology01 dt {
    max-width: 110px;
    margin: -1em auto 1em 0;
  }
  .box_ecology01 dd em {
    display: block;
    font-size: 1.2em;
  }
  .box_ecology01 dd span {
    display: block;
    margin-top: 0.75em;
    font-size: 0.86em;
  }
}

@media (min-width: 769px) {
  .box_ecology02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2em;
  }
  .box_ecology02 figure:first-child {
    width: 64%;
    border: solid 1px #ccc;
  }
  .box_ecology02 figure:nth-child(2) {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .box_ecology02 figure:first-child {
    margin: 5% 0;
    border: solid 1px #ccc;
  }
  .box_ecology02 figure:nth-child(2) {
    max-width: 400px;
    margin: 0 auto;
  }
}
.box_ecology02 p {
  width: 100%;
  margin-top: 1.5em;
  font-size: 0.73em;
}

@media (min-width: 769px) {
  .box_ecology03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box_ecology03 .cmn_subttl {
    width: 100%;
  }
  .box_ecology03 > div:first-of-type {
    width: 36%;
  }
  .box_ecology03 > div:last-of-type {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .box_ecology03 {
    display: block !important;
  }
}

.box_ecology04 .cmn_notes {
  margin-top: 2em;
  font-size: 0.73em;
}
.box_ecology04 .cmn_notes a {
  text-decoration: underline;
}

.box_safety01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box_safety01 > *:first-child {
  width: 27%;
  max-width: 130px;
}
.box_safety01 > *:last-child {
  flex: 1;
}

@media (min-width: 769px) {
  .box_safety02 > *:not(:first-child) {
    position: relative;
  }
  .box_safety02 > *:not(:first-child)::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -10%;
    width: 0;
    height: 100%;
    border-right: solid 1px #ccc;
  }
}
@media (max-width: 768px) {
  .box_safety02 {
    display: block !important;
  }
  .box_safety02 > * {
    width: 100% !important;
    padding-bottom: 1em;
    border-bottom: solid 1px #ccc;
  }
}

@media (min-width: 769px) {
  .box_safety03 {
    justify-content: space-between;
  }
  .box_safety03 > figure {
    width: 40%;
  }
  .box_safety03 > div {
    width: 55%;
  }
  .box_safety03 > div dl {
    display: flex;
    align-items: center;
    margin-top: 1em;
  }
  .box_safety03 > div dl dt {
    width: calc(48px + 2em);
    padding: 1em;
  }
  .box_safety03 > div dl dd {
    flex: 1;
    font-size: 0.76em;
  }
}
@media (max-width: 768px) {
  .box_safety03 {
    display: block !important;
  }
  .box_safety03 > * {
    margin-bottom: 5%;
  }
  .box_safety03 > div dl {
    display: flow-root;
    margin-top: 1em;
  }
  .box_safety03 > div dl dt {
    float: left;
    width: 12%;
    margin: 0.5em 1em 0.5em 0;
  }
  .box_safety03 > div dl dd {
    font-size: 0.76em;
  }
}

.eq-nav_tab {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.eq-nav_tab a {
  font-family: "Cormorant", serif;
  font-style: italic;
  letter-spacing: 4px;
  font-size: 28px;
  color: #fff;
  background: #e6e6e6;
  padding: 15px 0;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  max-width: 470px;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
  pointer-events: none;
}

.eq-nav_tab a:active {
  background: #231f20;
}

/* ----------------------------------------

  セキュリティ
  /security/index.html

---------------------------------------- */
body.security .img01 {
  width: 80%;
  max-width: 470px;
  margin: 5% auto;
}
body.security .img02 {
  max-width: 635px;
  margin: 0 auto;
}
body.security .subttl {
  background-color: #a40000;
  line-height: 2.4;
  text-align: center;
  font-size: 1.2em;
  color: #fff;
}
body.security .img07 p {
  margin-top: 1em;
}
body.security .img07 p small {
  display: block;
  margin-top: 1em;
}
@media (min-width: 769px) {
  body.security .img0708 {
    justify-content: space-between;
  }
  body.security .img07 {
    width: 38%;
  }
  body.security .img07 p {
    margin-top: 1em;
  }
  body.security .img07 p small {
    display: block;
    margin-top: 1em;
  }
  body.security .img08 {
    width: 58%;
  }
  body.security .img0910 {
    justify-content: space-between;
  }
  body.security .img09 {
    width: 55%;
  }
  body.security .img10 {
    width: 41%;
  }
}
@media (max-width: 768px) {
  body.security .box_row.col_x2.sp_flex {
    display: flex;
    justify-content: space-between;
  }
  body.security .box_row.col_x2.sp_flex > * {
    width: 48%;
    margin: 0;
  }
  body.security .img3456 {
    display: flex;
  }
  body.security .img3456 .cmn_img {
    width: 25%;
  }
  body.security .img3456 .cmn_txt {
    flex: 1;
    margin: 0 0 0 1em !important;
  }
  body.security .img0708, body.security .img0910 {
    display: block;
  }
  body.security .img0708 > *, body.security .img0910 > * {
    margin-top: 5%;
  }
}

/* 0924 */
.eq-bnrZeh {
  width: 100%;
  margin: 60px auto;
  border: 2px solid #e6e6e6;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.eq-bnrZeh .photo {
  position: relative;
}

.eq-bnrZeh .photo_cap {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  text-shadow: -2px -2px 0 rgba(132, 132, 132, 0.705), 2px -2px 0 rgba(132, 132, 132, 0.705), -2px 2px 0 rgba(132, 132, 132, 0.705), 2px 2px 0 rgba(132, 132, 132, 0.705), -2px 0 0 rgba(132, 132, 132, 0.705), 2px 0 0 rgba(132, 132, 132, 0.705), 0 -2px 0 rgba(132, 132, 132, 0.705);
}

.eq-bnrZeh .txt {
  flex: 1;
  text-align: right;
  padding: 0 8px;
}

.eq-bnrZeh:hover {
  opacity: 0.8;
}

#box-equipment, #equipment-tab {
  display: block;
}

.box-equipment,
.box-amenity,
.box-platinum,
.equipment-tab,
.amenity-tab,
.platinum-tab {
  display: none;
}

@media screen and (max-width: 768px) {
  .eq-bnrZeh {
    flex-direction: column-reverse;
    margin: 30px auto;
  }
  .eq-bnrZeh .photo,
  .eq-bnrZeh .photo img {
    width: 100%;
  }
  .eq-bnrZeh .txt {
    padding: 20px 8px;
    text-align: center;
  }
  .eq-bnrZeh .photo_cap {
    font-size: 10px;
  }
}

/*# sourceMappingURL=style_equipment.css.map */
