@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap");

/** キャンペーンページ **/
:root {
	--windowW: 375;
	--contentW: 335;
	--winW: calc(100vw / var(--windowW));

	/* color */
	--main-color: #01A0C2;
  --text-color: #505050;
  --white: #FFFFFF;
  --light-grey: #DCDCDC;
  --bg-color: #F8F8F8;
  --accent-color: #EA4553;
}
.is-sp {
	display: block;
}
.is-pc {
	display: none;
}
@media only screen and (min-width: 767px) {
	.is-sp {
		display: none;
	}
	.is-pc {
		display: block;
	}
}
h2 {
  color: var(--text-color);
}
a {
  display: inline-block;
}
.campaign-bold {
  font-weight: bold;
}



.campaign-header {

}

.header_logo {
  opacity: 1;
  pointer-events: auto;
}

.campaign-header_inner .header_nav_list a {
  color: var(--main-color);
}

.campaign-header_inner .header_nav_list:last-child {
  border: solid 1px var(--main-color);
}

.campaign-header_inner .header-ico {
    color: var(--main-color);
}



/* ハンバーガーメニュー */
.campaign-humberger {

}

@media screen and (max-width: 767px) {
  .campaign-humberger span {
    background-color: var(--main-color);
  }

}
/*.mv */
.campaign-mv {
  margin-top: 90px;
  height: 500px;
  display: grid;
  place-items: center;
  background-image: url("/img/campaign/campaign-mv-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.campaign-mv__inner {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .campaign-mv {
    margin-top: 54px;
  }
}

/* info */
.campaign-info {
  padding: 74px 10px 84px;
}
@media screen and (max-width: 767px)  {
  .campaign-info {
    padding: 68px 8px 70px;
  }
}
.campaign-info__wrap {
  text-align: center;
}
.campaign-info__contents {
  display: inline-block;
  position: relative;
  padding: 0px 98px;
}
.campaign-info__contents::before,
.campaign-info__contents::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 213px;
}
/* 左側 */
.campaign-info__contents::before {
  left: 0px;
  background-image: url("/img/campaign/img-decoration-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* 右側 */
.campaign-info__contents::after {
  right: 0px;
  background-image: url("/img/campaign/img-decoration-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.campaign-info__head {
  font-weight: bold;
  font-size: 32px;
}

.campaign-info__text {
  font-size: 20px;
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .campaign-info__contents {
    padding: 0px;
  }
  .campaign-info__contents::before,
  .campaign-info__contents::after {
  content:  none;
  }

  .campaign-info__head {
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    position: relative;
    padding: 0px 50px;
  }
  .campaign-info__head::before,
  .campaign-info__head::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 203px;
  }
  /* 左側 */
  .campaign-info__head::before {
    left: 0px;
    background-image: url("/img/campaign/img-decoration-left.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  /* 右側 */
  .campaign-info__head::after {
    right: 0px;
    background-image: url("/img/campaign/img-decoration-right.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .campaign-info__text {
  font-size: 14px;
  margin-top: 27px;
  }
}

/* detail */
.campaign-detail {
  background-color: var(--bg-color);
}
.campaign-detail__inner {
  padding: 100px 20px 113px;
}
.campaign-detail__top {
  text-align: center;
}
.campaign-detail__top-head {
  font-size: 20px;
  display: inline-block;
  position: relative;
  padding: 0 124px;
  text-align: center;
}
.campaign-detail__top-head::before,
.campaign-detail__top-head::after {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: var(--text-color);
  top: 50%;
  transform: translateY(-50%);
}
.campaign-detail__top-head::before {
  left: 0px;
}
.campaign-detail__top-head::after{
  right: 0px;;
}
.campaign-detail__top-head span {
  font-size: 24px;
}
.campaign-detail__top-text {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .campaign-detail__inner {
    padding: 80px 16px 90px;
  }
  .campaign-detail__top {
  text-align: left;
  }
  .campaign-detail__top-head {
    font-size: 18px;
    padding: 0;
    text-align: center;
    width: 100%;
    margin-inline: auto;
  }
  .campaign-detail__top-head::before,
  .campaign-detail__top-head::after {
    content: none;
  }
  .campaign-detail__top-head span {
  font-size: 20px;
  }
  .campaign-detail__top-text {
    font-size: 14px;
    text-align-last: left;
  }
  .campaign-detail__top-text span {
    display: inline;
  }
}


.campaign-detail__contents {
  margin-top: 60px;
}
.campaign-detail__contents-prices {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.campaign-detail__contents-price {
  margin-top: -6px;
}

.campaign-detail__contents-special-price {
  font-size: 24px;
  color: var(--accent-color);
  line-height: 1;
}

.campaign-detail__contents-special-price span {
  font-size: 56px;
  font-weight: bold;
    line-height: 1;
}
.campaign-detail__contents-nomal-price {
  margin-top: 2px;
}
.campaign-detail__contents-nomal-price span {
  font-size: 24px;
  position: relative;
}
.campaign-detail__contents-nomal-price span::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: var(--text-color);
  width: 100%;
  height: 1px;
}

.campaign-detail__contents-notes {
  margin-top: 30px;
  padding: 0;
}
.campaign-detail__contents-note {
  font-size: 12px;
  position: relative;
  padding-left: 1.5em;
  text-indent: 0;
}
.campaign-detail__contents-note::before {
content: "※";
position: absolute;
left: 0;
top: 0;
}

.campaign-detail__contents-img picture {
  display: block;
}

.campaign-detail__contents-img img {
  display: block;

}

.campaign-detail__contents-img {
  display: block;
  position: relative;
}

.campaign-detail__contents-img::after {
  content: '';
  display: block;
  position: absolute;
  top: -35px;
  right: -11px;
  background-image: url("/img/campaign/icon_off.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .campaign-detail__contents-prices {
    display: flex;
    flex-direction: column-reverse;
  }
  .campaign-detail__contents-img::after {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    bottom: -60px;
    right: -2px;
    background-image: url("/img/campaign/icon_off.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 90px;
    height: 90px;
  }
  .campaign-detail__contents-price {
    margin-top: 0;
  }

  .campaign-detail__contents-special-price {
    font-size: 20px;
  }

  .campaign-detail__contents-special-price span {
    font-size: 36px;
  }
  .campaign-detail__contents-nomal-price span {
    font-size: 20px;
    position: relative;
  }
  .campaign-detail__contents-notes {
    margin-top: 20px;
    padding: 0;
  }
  .campaign-detail__contents-note {
    font-size: 11px;
  }
}


.campaign-detail__contents-terms {
  display: grid;
  row-gap: 16px;
  margin-top: 32px;
  padding-bottom: 50px;
  position: relative;

}
.campaign-detail__contents-terms::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  height: 1px;
  background-color: var(--light-grey);

}

.campaign-detail__contents-term {
  display: grid;
  grid-template-columns: 180px 1fr;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.campaign-detail__contents-term-head {
  font-size: 16px;
  letter-spacing: 0.06em;
  color: var(--white);
  background-color: var(--text-color);
  padding: 15px 26px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.campaign-detail__contents-term-text-wrap {
  padding: 15px 0 15px 20px;
  background-color: var(--white);
  display: flex;
  align-items: center;
}
.campaign-detail__date {
  font-size: 20px;
}
.campaign-detail__date-large {
  font-size: 24px;
}
.campaign-detail__date-note {
  font-size: 12px;
  margin-left: 8px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 800px) {
    .campaign-detail__contents-term-text-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .campaign-detail__contents-terms {
    row-gap: 16px;
    margin-top: 30px;
    padding-bottom: 40px;
  }
  .campaign-detail__contents-term {
    grid-template-columns: 1fr;
  }
  .campaign-detail__contents-term-text-wrap {
    flex-direction: column;
    padding: 10px 0;
  }
  .campaign-detail__contents-term-head {
    display: flex;
    flex-direction: column;
  }
  .campaign-detail__contents-term-head,
  .campaign-detail__contents-term-text {
    font-size: 16px;
    text-align: center;
  }
  .campaign-detail__contents-term-text {

  }
  .campaign-detail__date {
    font-size: 16px;
  }
  .campaign-detail__date-large {
    font-size: 18px;
  }
}


.campaign-detail__bottom {
  padding-top: 30px;
  margin-inline: auto;
  max-width: 537px;
  width: 100%;
}
.campaign-detail__bottom-btn a {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 24px 8px;
  width: 100%;
  font-size: 24px;
  color: var(--white);
  background-color: var(--accent-color);
}

.campaign-detail__bottom-notes {
  margin-top: 20px;
}

.campaign-detail__bottom-note {
  font-size: 12px;
  line-height: 1.6;
  position: relative;
  padding-left: 1.5em;
  text-indent: 0;
}
.campaign-detail__bottom-note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.campaign-detail__bottom-note span {
  font-weight: bold;
}

@media (max-width: 767px) {
  .campaign-detail__bottom-btn a {
    font-size: 20px;
    padding: 20px 4px;
  }
  .campaign-detail__bottom-note {
    font-size: 11px;
  }
}

.btn-booking {
  position: fixed;
  left: 0;
  bottom: 0;
}