.add-flex {
  display: flex;
  position: relative;
  justify-content: center;
  padding: 62px 0 82px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (max-width: 767px) {
  .add-flex {
    width: 100%;
    padding: 16px 0;
  }
}
.add-flex .CheckIn1__imageLink a {
  border: none;
  padding: 0 !important;
}
.add-flex .CheckIn1__imageLink a::before {
  background-color: none;
}
.add-flex .CheckIn1__imageArea {
  flex-direction: column;
  gap: 16px;
  margin: 24px auto 0;
  max-width: 222px;
}
@media print, screen and (max-width: 767px) {
  .add-flex .CheckIn1__imageArea {
    margin-top: 4px;
    max-width: 176px;
    gap: 4px;
  }
}
.add-flex .CheckIn1__imageLink {
  width: 100%;
}
.add-flex .CheckIn1__imageLink:before {
  content: none;
}
@media print, screen and (max-width: 767px) {
  .add-flex .add-flex_linkWrap {
    width: 100%;
  }
}

.add-flex_linkTtl {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .add-flex_linkTtl {
    font-size: 16px;
  }
}

.add-flex_linkWrap {
  background-color: #E9EFF4;
  border: 0.2666666667vw dotted #204F7A;
  padding: 48px 32px 48px 152px;
}
@media print, screen and (max-width: 767px) {
  .add-flex_linkWrap {
    padding: 4% 5% 6% 36%;
  }
}

.add-flex_imgWrap {
  position: absolute;
  width: 45%;
  top: 0;
  left: 0;
  transform: translateX(-40%);
}
@media print, screen and (max-width: 1200px) {
  .add-flex_imgWrap {
    transform: translate(-10%, -50%);
    width: 32%;
    top: 50%;
  }
}
@media print, screen and (max-width: 767px) {
  .add-flex_imgWrap {
    width: 32%;
    transform: translate(0);
    top: 0;
  }
}
.add-flex_imgWrap .CheckIn1__logo {
  width: 100%;
  margin: 0;
}

.CheckIn2__item:before {
  content: none !important;
}

.CheckIn2__list.-add {
  flex-wrap: wrap;
  row-gap: 42px;
}
.CheckIn2__list.-add .CheckIn2__itemImage {
  margin-left: auto;
  margin-right: auto;
  border: none;
  height: 100%;
}
.CheckIn2__list.-add .CheckIn2__itemImage img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 290/627;
}
.CheckIn2__list.-add .CheckIn2__itemNumber {
  align-items: center;
}
.CheckIn2__list.-add .CheckIn2__itemTitle {
  align-items: center;
}

.CheckIn3__list.-add .CheckIn3__item:before {
  content: none;
}

.Onetouch .Onetouch__textImage {
  margin-top: -100px !important;
}
@media print, screen and (max-width: 767px) {
  .Onetouch .Onetouch__textImage {
    margin-top: -38px !important;
    margin-right: 10px;
  }
}

.Mv .Mv__title {
  width: 70vw;
}

.CheckIn2 .CheckIn2__item:first-child .CheckIn2__itemImage::before {
  content: none;
}

.not-applicable {
  margin-top: 8vw;
}
@media print, screen and (min-width: 768px) {
  .not-applicable {
    margin-top: 4.6875vw;
  }
}
.not-applicable .Summary__titleText {
  line-height: 1.2;
}
.not-applicable .Summary__inner.-hotel {
  padding-top: 6.125vw;
  padding-bottom: 4.6666666667vw;
}
@media print, screen and (min-width: 768px) {
  .not-applicable .Summary__inner.-hotel {
    padding-top: 3.125vw;
    padding-bottom: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .not-applicable .pc_none {
    display: none;
  }
}
.not-applicable .Summary__listwrap p {
  font-size: 4.8vw;
}
@media print, screen and (min-width: 768px) {
  .not-applicable .Summary__listwrap p {
    font-size: clamp(12px, 1.5625vw, 22.5px);
  }
}

.not-applicable_cap {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}