@charset "UTF-8";

/* ::::::::::  サブスク  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.serviceContents .scheduleList li:not(:last-child)::after {
  display: none !important;
}

.serviceContents .scheduleList li h5 span::before {
  display: none !important;
}

/* ::::::::::  feature:::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.wrapperS {
  border-bottom: 1px solid #d2d2d2;
  margin: 0 auto 60px;
  padding: 80px 0 60px;
}

.wrapperS.plan {
  text-align: center;
  padding: 0 0 80px;
  border: none;
  margin: 0 auto;
}

@media (max-width: 989px) {
  .wrapperS.plan {
    width: 90%;
    margin: 0 auto !important;
    padding-bottom: 60px !important;
  }
}

@media (max-width: 989px) {
  .serviceContents .feature .wrapperS {
    padding-bottom: 40px;
    margin: 0 auto 40px;
  }
}

.serviceContents .price .note {
  padding: 40px 50px;
}

.serviceContents .price .note ul li {
  margin-left: 0;
}

@media (max-width: 989px) {

  .serviceContents .price .note {
    padding: 20px 30px;
  }
}

.serviceContents .price .note ul.note_second {
  text-indent: -1em;
  margin-left: 1em;
}

/* ::::::::::  subskuPlan:::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


.subskuPlan {
  display: flex;
  gap: 30px;
  box-sizing: border-box;
  margin-top: 20px;
}

.subskuPlan li {
  flex: 1;
  display: flex;
  flex-direction: column;

}

.subskuPlan .plan-header {
  background-color: #1a1a1a;
  color: #fffF;
  padding: 20px 10px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.subskuPlan .plan-header .en {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Arial", sans-serif;
}

.subskuPlan .plan-header .ja {
  font-size: 1rem;
  letter-spacing: -0.1rem;
}

.subskuPlan .plan-body {
  padding: 10px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  background-color: #fff;
  flex-grow: 1;
  font-weight: bold;
}

.subskuPlan .plan-body .planplace {
  font-size: 3.6rem;
  color: #1a1a1a;
  font-family: "Arial", sans-serif;
}

.subskuPlan .plan-body .unit {
  font-size: 1.4rem;
  color: #1a1a1a;
  margin-left: 4px;
}

@media (max-width: 989px) {
  .subskuPlan {
    flex-direction: column;
    gap: 15px;
  }

  .subskuPlan .plan-body .planplace {
    font-size: 2.6rem;
  }

  .subskuPlan .plan-header .en {
    font-size: 1.6rem;
  }

  .subskuPlan .plan-body {
    padding: 8px 15px 5px;
  }
}

/* ::::::::::  schedule:::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


.serviceContents .scheduleList li h5 .icon {
  margin: 17px auto 22px;
}

@media (max-width: 989px) {
  .serviceContents .scheduleList li h5 .icon {
    width: 40px;
    margin: 0 20px 0px 10px;
  }
}

.scheduleList li img {
  width: 50px;
}

/* ::::::::::  plice:::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* .serviceContents .price .wrapper .table01 td.price_cel {
  font-weight: inherit;
} */

.price p.caution {
  margin: -20px 0 40px;
  font-size: 1.3rem;
}

@media (max-width: 989px) {
  .price p.caution {
    font-size: 1.2rem;
  }
}

.serviceContents .price .note p {
  margin-top: 0;
}


span.kome {
  font-size: 0.9rem;
  position: relative;
  top: -6px;
}

span.zeibetu {
  font-size: 1.4rem;
  margin-left: 4px;
}

@media (max-width: 989px) {
  span.zeibetu {
    font-size: 1rem;
    margin-left: 2px;
    ;
  }

  span.getugaku {
    display: block;
  }
}

/* ::::::::::  pdfbox:::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.serviceList::before,
.serviceList::after {
  display: none;
}

.pdfbox h3.pdfttl {
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  white-space: nowrap;
}

@media (max-width: 989px) {
  .pdfbox h3.pdfttl {
    font-size: 1.5rem;
    margin-bottom: -10px;
  }
}

.pdfbox h3.pdfttl::before,
.pdfbox h3.pdfttl::after {
  content: '';
  display: block;
  width: stretch;
  height: 1px;
  background: #d2d2d2;
}

.pdfbox h3.pdfttl::before {
  margin-right: 1em;
}

.pdfbox h3.pdfttl::after {
  margin-left: 1em;
}


/* =========================================================
service
========================================================= */
.pdfbox .wrapper {
  padding: 80px 0 0;
}

/* 全体・リストの初期化とレイアウト */
.serviceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  flex-wrap: wrap;
  margin: 30px 0 70px;
}

/* リストアイテム */
.serviceList li {
  background: #f4f4f4;
  width: calc(50% - (30px / 2));
  padding: 0;
  color: #4b4b4b;
  margin-top: 0 !important;
  position: relative;
}

.serviceList li h3 {
  margin: 5px 0;
}

/* リンクエリア */
.serviceList li .serviceLink {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 210px;
  min-height: 210px;
  color: #fff;
  padding: 0;
}

/* テキストエリア（黒背景・斜めカット部分） */
.serviceList li .serviceText {
  position: relative;
  z-index: 2;
  width: 74%;
  height: 100%;
  background-color: #1a1a1a;
  padding: 0 40px 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
}

.serviceList li:last-child .serviceText {
  background-color: #231815;
}

.serviceList li .serviceSub {
  line-height: 1.4;
  /* margin: 0 0 0 10px; */
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  letter-spacing: 0;
}

.serviceList li .jpTitle span {
  position: relative;
  left: -12px;
}

.serviceList li .serviceSub span.hotel {
  background: #fff;
  color: #231815;
  line-height: 3rem;
  font-size: 1.2rem;
  padding: 0px 5px;
  margin-right: 10px;
  font-weight: bold;
}

.serviceList li .jpTitle {
  color: #fff;
  font-size: 2.2rem;
}

/* サムネイル画像エリア */
.serviceList li .serviceThumb {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 55%;
  height: 100%;
  z-index: 1;
}

.serviceList li .serviceThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.serviceList li .serviceThumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.serviceList li .img_ab {
  position: absolute;
  top: 20px;
  margin: auto;
  width: 180px;
  height: auto;
  z-index: 3;
  right: 18px;
}

.serviceList li p.plink {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: fit-content;
  letter-spacing: 0;
  font-weight: bold;
}

.serviceList li p.plink svg {
  fill: #fff !important;
  width: 12px !important;
  height: 10px !important;
  margin-top: 3px !important;
  margin-left: 3px !important;
}

/* :::::::::: レスポンシブ設定 (Media Queries) :::::::::::::::::::::::::::::::::: */

@media screen and (max-width: 1024px) {
  .serviceList li .jpTitle {
    font-size: 15px !important;
  }

  .serviceList li .jpTitle span {
    left: -8px;
  }

  .serviceList li .serviceSub {
    font-size: 1.2rem;
    margin: 0;
  }

  .serviceList li .img_ab {
    top: 20px;
    width: 130px;
    right: 0;
    bottom: 0;
  }

  .serviceList li .serviceSub span.hotel {
    display: none;
  }
}

@media (max-width: 989px) {
  .pdfbox .wrapper {
    padding: 40px 0 0;
  }

  .serviceList {
    gap: 20px;
    margin: 30px 0 35px;
  }

  .serviceList li {
    width: 100%;
  }

  .serviceList li .hotel {
    position: absolute;
    top: -15px;
    right: -11px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: bold;
    border: 1px solid #231815;
    border-radius: 50%;
    color: #231815;
    background: #fff;
    letter-spacing: 0;
    padding: 13px 4px 8px;
    z-index: 3;
  }


  .serviceList li .serviceLink {
    height: 170px;
    min-height: 170px;
  }

  .serviceList li .serviceText {
    width: 80%;
    padding: 0 0px 0 15px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  }

  .serviceList li .img_ab {
    width: 130px;
    top: 10px;
  }

  .serviceList li p.plink {
    font-size: 1.2rem;
  }


  .serviceList li:last-child .serviceLink {
    flex-direction: column-reverse;
  }

  .serviceList li:last-child .serviceThumb {
    left: 0;
    right: auto;
    width: 100%;
  }

  .serviceList li:last-child .img_ab {
    right: auto;
    left: 5px;
  }

  .serviceList li:last-child .serviceText {
    position: absolute;
    right: 0;
    left: auto;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
    padding: 0 0px 0 70px;
  }
}

.serviceContents .price .wrapper .table01::before,
.serviceContents .price .wrapper .table01::after {
  left: 139px;
}

@media (max-width: 989px) {

  .serviceContents .price .wrapper .table01::before,
  .serviceContents .price .wrapper .table01::after {
    left: 15%;
  }
}