@charset "UTF-8";
/* ------------------------
Equipment CSS
---------------------------*/
.equipment__inner {
  width: 1000px;
  max-width: calc(100% - 50px);
  padding-top: 50px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .equipment__inner {
    padding-top: 0;
  }
}
/* mv
------------------------------------------------*/
.mv-page {
  position: relative;
  width: 100%;
  /*margin-bottom: 35px;
  padding-bottom: calc(19 / 1200 * 100%);
  background: -moz-linear-gradient(-0.21% 50% 0deg, rgba(148, 146, 139, 1) 0%, rgba(235, 230, 212, 1) 54.78%, rgba(137, 135, 129, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(148, 146, 139, 1) 0%, rgba(235, 230, 212, 1) 54.78%, rgba(137, 135, 129, 1) 100%);
  background: -webkit-gradient(linear, -0.21% 50%, 99.79% 50%, color-stop(0, rgba(148, 146, 139, 1)), color-stop(0.5478, rgba(235, 230, 212, 1)), color-stop(1, rgba(137, 135, 129, 1)));
  background: -o-linear-gradient(0deg, rgba(148, 146, 139, 1) 0%, rgba(235, 230, 212, 1) 54.78%, rgba(137, 135, 129, 1) 100%);
  background: -ms-linear-gradient(0deg, rgba(148, 146, 139, 1) 0%, rgba(235, 230, 212, 1) 54.78%, rgba(137, 135, 129, 1) 100%);
  background: linear-gradient(90deg, rgba(148, 146, 139, 1) 0%, rgba(235, 230, 212, 1) 54.78%, rgba(137, 135, 129, 1) 100%);*/
}
.mv-page__bg {
  position: relative;
  width: 100%;
  padding-top: 38.75%;
  margin: 0 auto;
}
.mv-page__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}
.mv-page .mv-page__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mv-page .mv-page__title img {
  width: 168px;
}
.mv-page__bg__cap {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 2;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.70);
  color: #fff;
  font-size: 10px;
}
@media (max-width: 767px) {
  .mv-page {
    margin-bottom: 0;
    padding-bottom: calc(19 / 375 * 100%);
  }
  .mv-page__bg {
    padding-top: 333px;
  }
  .mv-page__bg img {
    height: 333px;
  }
}
/* Fade In */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInTrigger {
  opacity: 0;
}
.delay-time1 {
  animation-delay: 1s;
}
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 800ms;
  transition-delay: 0;
}
.fadein.no-slide {
  transform: translate(0, 0);
}
.fadein.anim-delay-1 {
  transition-delay: 0.1s;
}
.fadein.anim-delay-2 {
  transition-delay: 0.3s;
}
.fadein.anim-delay-3 {
  transition-delay: 0.6s;
}
.fadein.anim-delay-4 {
  transition-delay: 0.9s;
}
.fadein.anim-delay-5 {
  transition-delay: 1.2s;
}
.fadein.anim-delay-6 {
  transition-delay: 1.5s;
}
.fadein.anim-delay-7 {
  transition-delay: 2s;
}
/* ------------------------
Jump Button
---------------------------*/
.jump-btn {
  padding-top: 65px;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .jump-btn {
    padding-top: 0px;
    margin-top: 50px;
  }
}
.jump-btn__item {
  height: auto;
  width: calc(100% / 3 - 20px);
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
}
.jump-btn__item img {
  width: 100%;
  transition: opacity 0.5s;
}
.jump-btn__item:hover img:first-of-type {
  opacity: 0;
}
.jump-btn__item img:last-of-type {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
}
.jump-btn__item:hover img:last-of-type {
  opacity: 1;
}
.jump-btn__item img.on {
  display: none;
}
.jump-btn__item:hover img.on {
  display: block;
}
.jump-btn__item.active img.on {
  display: block;
}
.jump-btn__item.active img:last-of-type {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .jump-btn__item {
    width: 100%;
    margin-top: 3px;
  }
}
.jb-footer {
  padding-top: 0px;
  margin-bottom: 100px;
}
/* ------------------------
Jump Button Content
---------------------------*/
.btn-content {
  display: none;
  margin-bottom: 120px;
}
.btn-content.active {
  display: block;
}
@media screen and (max-width: 767px) {
  .btn-content {
    margin-bottom: 0px;
  }
}
/* ------------------------
Section
---------------------------*/
.section-head {
  margin: 80px 0 0;
  text-align: center;
}
.section-head h2 {
  margin-bottom: 20px;
}
.section-head h2 img {
  height: 13px;
}
.section-head h3 {
  font-size: 26px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .section-head {
    margin-top: 50px;
  }
}
.section-body {
  margin: 30px 0 40px;
  font-size: 14px;
}
.section-body__title img {
  height: 15px;
}
@media screen and (max-width: 767px) {
  .section-body {
    margin: 20px 0 10px;
  }
}
.section-body h5 {
  margin-top: 30px;
}
.section-body h5 img {
  height: 13px;
}
.section-body h5, .section-body h6 {
  padding-bottom: 2px;
  margin-bottom: 7px;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 18px;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}
.section-body h6 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .section-body h6.mt-sp0 {
    margin-top: 17px;
  }
}
.section-body h6 span {
  font-size: 10px;
}
.section-body p {
  margin-bottom: 10px;
  line-height: 1.5;
}
.section-body p.col-text span {
  font-size: 11px;
  line-height: 1.2;
}
.section-body p.col-text span.block-span {
  display: block;
  line-height: 1.2;
}
.section-body__title {
  padding: 4px 0;
  background : #E6DFC9;
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
#equipment__contents2 .section-body__title {
  background-color: #D0BAD6;
}
.section-body__title img {
  height: 13px;
}
.section-body__title span {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .section-body__title {
    margin-top: 20px;
  }
}
#sec .section, #str-tru .section,
#sec2 .section, #str-tru2 .section {
  margin: 20px 0 0;
}
/* ------------------------
sub title
---------------------------*/
.sub-title {
  width: 100%;
  border-bottom: solid 1px #585756;
  padding: 0 0 5px;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
.sub-title img {
  height: 14px;
}
/* ------------------------
margin
---------------------------*/
.mt0 {
  margin-top: 0 !important;
}
@media screen and (min-width: 767px) {
  .mt-pc0 {
    margin-top: 0 !important;
  }
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .mt-sp0 {
    margin-top: 0 !important;
  }
}
/* ------------------------
match height
---------------------------*/
.match-height {
  display: flex;
  flex-direction: column;
}
.match-height__cancel {
  display: flow-root;
}
/* ------------------------
column
---------------------------*/
.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col-12 {
  width: 100%;
}
.col-9 {
  width: calc(100% * 9 / 12 - 10px);
  margin-top: 20px;
}
.col-8 {
  width: calc(100% * 8 / 12 - 10px);
  margin-top: 20px;
}
.col-4 {
  width: calc(100% * 4 / 12 - 10px);
  margin-top: 20px;
}
.col-7 {
  width: calc(100% * 7 / 12 - 10px);
  margin-top: 20px;
}
.col-6 {
  width: calc(50% - 10px);
  margin-top: 20px;
}
.col-5 {
  width: calc(100% * 5 / 12 - 13px);
  margin-top: 20px;
}
.col-4 {
  width: calc(100% * 4 / 12 - 13px);
  margin-top: 20px;
}
.col-3 {
  width: calc(25% - 15px);
  margin-top: 20px;
}
.col-2 {
  width: calc(100% * 2 / 12 - 13px);
}
@media screen and (max-width: 767px) {
  .col-sp-12 {
    width: 100%;
  }
  .col-sp-6 {
    width: calc(50% - 10px);
  }
}
/* column 追加
---------------------------*/
.col-9 {
  display: flex;
}
.col-9_left {
  width: calc(320 / 745 * 100%);
}
.col-9_right {
  width: calc(405 / 745 * 100%);
}
@media screen and (max-width: 767px) {
  .col-9 {
    flex-direction: column;
    gap: 20px;
  }
  .col-9_left {
    width: 100%;
  }
  .col-9_right {
    width: 100%;
    margin-top: 20px;
  }
}
/* ------------------------
Image
---------------------------*/
.image {
  position: relative;
  margin-top: auto;
  line-height: 0;
}
.image img {
  width: 100%;
}
.image p {
  position: absolute;
  right: 5px;
  bottom: 5px;
  margin: 0;
  color: #fff;
  font-size: 10px;
}
.image p.color-black {
  color: #000;
}
.image img.trust1-1 {
  display: block;
  width: 60%;
  margin: 0 auto 20px;
}
.images small {
  display: block;
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .image--dust {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ------------------------
Image Caption
---------------------------*/
.equipment figure {
  position: relative;
  margin-top: auto;
  line-height: 0;
}
.equipment figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 2;
  padding: 10px 5px;
  background-color: rgba(0,0,0,0.70);
  color: #fff;
  font-size: 10px;
}
.equipment figure figcaption.caption-black {
  background-color: inherit;
  color: #000;
}
.equipment figure figcaption.caption-left {
  left: 0;
}
.equipment .caption {
  margin-top: 5px;
  font-size: 10px;
  text-align: right;
}
/* ------------------------
align
---------------------------*/
.tl {
  text-align: left;
}
/* ------------------------
small
---------------------------*/
small {
  font-size: 12px;
  line-height: 1.25;
}
.small {
  margin-top: 15px;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .small--dust {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ------------------------
facilty
---------------------------*/
.powder figure img {
  margin-top: 4px;
}
/* ------------------------
toilet
---------------------------*/
.toilet .col-text {
  width: 100%;
  margin-bottom: 3px;
  font-size: 12px;
}
.toilet__in {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  width: 100%;
  margin-top: auto;
}
.toilet__bg {
  width: 100%;
  padding: 2px;
  margin: 3px 0 0;
  border: solid 1px #000;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-align: center;
  font-size: 12px;
}
.toilet__bg:nth-of-type(1) {
  margin-bottom: 5px;
}
.toilet__bg:nth-of-type(3), .toilet__bg:nth-of-type(4) {
  width: 49%;
}
.toilet__bg:nth-of-type(3) {
  margin-right: 2%;
}
.toilet__bg:nth-of-type(5) {
  margin-bottom: 0;
}
.toilet__border--w50 {
  width: 49%;
}
.toilet .border-bottom {
  display: flex;
  justify-content: space-between;
}
.toilet .border-bottom img {
  width: 60px;
}
.toilet .col-6:nth-of-type(1) {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .toilet .col-6:nth-of-type(1) {
    width: 100%;
  }
}
/* ------------------------
comfort
---------------------------*/
.comfort {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.comfort-box {
  padding: 23px 28px 10px;
  border: 1px solid #231815;
}
.comfort-box h6 {
  padding-top: 10px;
  text-align: left;
}
.section-body p.comfort__title {
  margin-bottom: 0;
  text-align: center;
  font-size: 19px;
}
.section-body p.comfort__bottom {
  margin-bottom: 0;
  text-align: right;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .match-height .comfort {
    
  }
}
/* ------------------------
security
---------------------------*/
.security {
  display: flex;
  justify-content: space-between;
}
.security__text {
  width: calc(100% * 511 / 762);
}
.security__image {
  width: calc(100% * 213 / 762);
}
.security-col .image {
  margin-top: 0;
}
/* ------------------------
key
---------------------------*/
.key {
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .key {
    justify-content: center;
    flex-direction: column;
  }
}
.key__left {
  position: relative;
  width: calc(100% * 281 / 1000);
}
@media screen and (max-width: 767px) {
  .key__left {
    width: 100%;
  }
}
.key__left .image {
  position: absolute;
  bottom: 40px;
  z-index: -1;
  width: 90%;
  margin-left: auto;
}
.key__left .image img {
  width: 90%;
}
.key__left .image p {
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .key__left .image {
    position: static;
    bottom: auto;
    z-index: 2;
    width: calc(100vw * 550 / 750);
    margin: 0 0 0 auto;
  }
  .key__left .image p {
    left: auto;
    top: auto;
    right: 15%;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .key__left .col-text {
    position: relative;
  }
}
.key__center {
  width: calc(100% * 318 / 1000);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .key__center {
    width: 100%;
    margin-left: auto;
    margin-top: 20px;
  }
}
.key__right {
  width: calc(100% * 362 / 1000);
}
@media screen and (max-width: 767px) {
  .key__right {
    width: 100%;
    margin-top: 20px;
  }
}
/* ------------------------
safety
---------------------------*/
.safety figure {
  border: 1px solid #231815;
}
@media screen and (max-width: 767px) {
  .safety .col-4 {
    width: 100%;
    margin-top: 0;
  }
}
/* ------------------------
door
---------------------------*/
.door {
  display: block;
  width: calc(100% * 659 / 1000);
}
@media screen and (max-width: 767px) {
  .door {
    width: 100%;
    justify-content: center;
  }
}
.door h4 {
  display: block;
  width: 100%;
}
.door__left {
  width: calc(100% * 320 / 659);
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .door__left {
    width: 100%;
    order: 2;
  }
  .door__left .door-flex__image {
    order: 2;
  }
}
.door__center {
  width: calc(100% * 320 / 659);
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .door__center {
    width: 100%;
    margin-top: 0px;
    order: 3;
  }
}
.door__item {
  margin-bottom: 30px;
}
.door__right {
  width: calc(100% * 320 / 1000);
}
@media screen and (max-width: 767px) {
  .door__right {
    width: 100%;
    margin-top: 20px;
    order: 1;
  }
}
.door-flex {
  display: flex;
  justify-content: space-between;
}
.door-flex + .door-flex {
  margin-top: 15px;
}
.door-flex__right {
  width: calc(100% - 98px - 15px);
}
.section-body p.door-flex__title {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.door-flex__title span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-color: #FFF;
  border: 1px solid #000; 
  color: #000;
  font-size: 16px;
}
.door-flex__text {
  margin-top: 5px;
  font-size: 14px;
}
.door-flex__text small {
  display: block;
  margin-top: 10px;
  text-align: right;
}
.door02 .caption, .door03 .caption, .door05 .caption {
  bottom: -15px;
  right: 0;
  color: #000;
}
/* ------------------------
alsok
---------------------------*/
.image.alsok p {
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .image.alsok p {
    bottom: 5px;
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .alsok {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .alsok .col-text {
    width: 100%;
  }
  .alsok .image {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.alsok .image img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .alsok .image img {
    width: 100%;
  }
}
.alsok-flex {
  display: flex;
  flex-wrap: wrap;
}
.alsok-flex .col-text {
  width: calc(345 / 575 * 100%);
}
.alsok-flex .image {
  width: calc(220 / 575 * 100%);
  margin: 0;
}
.alsok-flex .image img {
  width: 183px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .alsok-flex .col-text {
    width: 100%;
  }
  .alsok-flex .image {
    margin: 0 auto 20px;
    width: 60%;
  }
}
/* ------------------------
monitor
---------------------------*/
.monitor01 {
  margin-bottom: 20px;
}
.monitor02 {
  margin-bottom: 30px;
}
/*.monitor01 .image img {
    display : block;
    width: 100%;
    margin: 0 auto 20px;
}*/
.monitor01 .image p {
  right: 0;
  bottom: 2px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .image.monitor01 p {
    right: 5px;
    bottom: 5px;
  }
}
.monitor02 .image img {
  display: block;
  width: 100%;
  margin: 0 auto 0;
}
.monitor02 .image p {
  right: auto;
  bottom: 5px;
  left: 5px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .image.monitor02 p {
    right: 10px;
    bottom: 5px;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .monitor01 .image, .monitor02 .image {
    width: 70%;
    margin: 0 auto;
  }
}
/* ------------------------
amenity
---------------------------*/
.section-body__bg {
  background-color: #E5E5E6;
}
.section-body__bg .row {
  padding: 20px 20px;
}
.section-body__bg .row .row {
  padding: 0;
}
.amenity01__left {
  width: calc(241 / 948 * 100%);
}
.amenity01__center {
  width: calc(301 / 948 * 100%);
}
.amenity01__right {
  width: calc(380 / 948 * 100%);
  background-color: #FFF;
  padding: 10px;
}
.amenity01-item__left {
  width: calc(180 / 360 * 100%);
}
.amenity01-item__left h6 {
  text-align: left;
}
.amenity01-item__right {
  width: calc(164 / 360 * 100%);
  line-height: 1.5;
}
.amenity01__footer {
  padding: 5px;
  text-align: right;
  font-size: 10px;
}
.amenity02 figure {
  width: 220px;
  margin: 20px auto 0;
}
.amenity03__body {
  padding: 18px 0;
}
.amenity03__left {
  width: 266px;
}
.amenity03__left p {
  margin-top: 10px;
}
.amenity03__right {
  width: 137px;
}
.amenity05 {
  margin-top: 45px;
}
.amenity05__left {
  width: 230px;
  margin-top: 20px;
}
.amenity05__right {
  width: 235px;
  margin-top: 20px;
}
.amenity06 {
  margin-top: 45px;
}
.amenity06__left {
  width: 230px;
  margin-top: 20px;
}
.amenity06__right {
  width: 235px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .section-body__bg .row {
    padding: 20px 10px;
  }
  .amenity01__left, .amenity01__center, .amenity01__right, .amenity02__left, .amenity02__right,.amenity03__left, .amenity03__center, .amenity03__right {
    display: block;
    width: 100%;
  }
  .amenity01__center {
    margin: 20px 0;
  }
  .amenity01__right {
    padding: 10px 5px;
  }
  .amenity01-item__left {
    width: calc(175 / 315 * 100%);
  }
  .amenity01-item__right {
    width: calc(135 / 315 * 100%);
  }
  .amenity03 {
    padding: 5px;
  }
  .amenity03__left {
    display: block;
    width: 100%;
  }
  .amenity03__right {
    display: block;
    width: 100%;
  }
  .amenity03 figure img {
    width: 100%;
  }
  .amenity05__left {
    width: 100%;
  }
  .amenity05__right {
    width: 100%;
  }
  .amenity06__left {
    width: 100%;
  }
  .amenity06__right {
    width: 100%;
  }
}
.section-body__amenity p {
  padding: 10px;
  background-color: #EEECEB;
  font-size: 14px;
}
.trust__item {
  margin-bottom: 30px;
}
.trust__img {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trust__img {
    width: 80%;
    margin: 30px auto 0;
  }
}
.trust__about {
  padding: 20px;
  background: #EEECEB;
  font-size: 12px;
}
img.trust__about {
  width: calc(787 / 960 * 100%);
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  img.trust__about {
    width: 80%;
    margin: 30px auto 0;
  }
}
.trust__img_center {
  display: block;
  width: 57.2%;
  margin: 20px auto;
}
.trust__img_center2 {
  display: block;
  width: 100%;
  margin: 20px auto;
  text-align: right;
}
.trust__img_center3 {
  display: block;
  width: 53.5%;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .trust__img_center,
  .trust__img_center2,
  .trust__img_center3 {
    width: 100%;
  }
}
.amenity01 .image p {
  bottom: -5px;
}
@media screen and (max-width: 767px) {
  .amenity01 .image {
    width: 60%;
    margin: 0 auto;
  }
  .amenity01 .image.col-8 {
    width: 90%;
    margin: 20px auto 30px;
  }
}
.amenity01 p {
  margin-bottom: 5px;
}
.amenity02 p, .amenity03 p {
  margin-bottom: 0;
}
.at-title {
  padding-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 12px;
}
.section-body p.at-title {
  margin-bottom: 10px;
}
.at-plan {
  display: block;
  width: calc(578 / 660 * 100%);
  margin: 0 auto 0;
}
.at-amenity {
  display: block;
  margin: 0 auto 0;
}
.equipment figure .at-amenity {
  margin-top: 20px;
}
/* ------------------------
structure
---------------------------*/
#str-tru .section-head h2 img,
#str-tru2 .section-head h2 img {
  height: 14px;
}
.manage__img01 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .manage__img01 {
    margin: 10px 0 15px;
  }
}
.structure07 {
  max-height: 392px;
}
.structure08 {
  max-height: 392px;
}
.structure08 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .structure08 {
    max-width: 100%;
  }
  .structure08 img {
    width: 80%;
    margin: 30px auto 0;
  }
}
/* ------------------------
br
---------------------------*/
@media screen and (max-width: 767px) {
  .vpc767 {
    display: none;
  }
  .vsp767 {
    display: block;
  }
}

/* ------------------------
caption
---------------------------*/
.equipment-caption {
  width: 100%;
  max-width: 1000px;
  padding: 32px 20px 60px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
}
dl:last-child {
  margin-top: 0;
}
.equipment-caption dt {
  float: left;
}
.equipment-caption dd {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .equipment-caption {
    padding: 15px 15px 60px;
    font-size: 12px;
  }
}
