@charset "UTF-8";
* {
  font-weight: 500;
}

.pagination-wrapper.single {
  width: 600px;
  margin: 0 auto;
}
.pagination-wrapper.single .pagination {
  position: relative;
}
.pagination-wrapper.single .pagination .button-wrapper {
  margin: 0 auto;
}
.pagination-wrapper.single .pagination .item .prev {
  position: absolute;
  left: 0;
  top: calc(50% + 1px);
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  background-image: url(/img/common/icon_arrow6_prev.png);
  background-size: cover;
}
.pagination-wrapper.single .pagination .item .next {
  position: absolute;
  right: 0;
  top: calc(50% + 1px);
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  background-image: url(/img/common/icon_arrow6_next.png);
  background-size: cover;
}

.button-wrapper {
  width: 219px;
  padding-right: 5px;
}
.button-wrapper .en-style.button img {
  margin-top: 3px;
}

.share-block {
  background-color: #f0f2f2;
  position: relative;
}
.share-block .block-title {
  position: absolute;
  left: 28px;
  top: -29px;
}
.share-block .block-title .yellow {
  font-size: 3.1rem;
  line-height: 1.65;
  font-weight: 700;
  color: #fbf4d6;
  letter-spacing: 0.15em;
  text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333, 0px 1px 0 #333, 0 -1px 0 #333, -1px 0 0 #333, 1px 0 0 #333;
}
.share-block .sns-list {
  display: flex;
  justify-content: center;
  padding-top: 53px;
  padding-bottom: 53px;
}
.share-block .sns-list .item {
  width: 32px;
  height: 32px;
  margin-right: 42px;
}
.share-block .sns-list .item:last-of-type {
  margin-right: 0;
}
.share-block .sns-list .item img {
  width: 100%;
  height: auto;
}

.fixed-resevation-button {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 20;
}
.fixed-resevation-button.en-style {
  bottom: 50px;
}
.fixed-resevation-button.en-style .reservation-link {
  width: 230px;
  flex-direction: row;
  justify-content: flex-start;
  border-right: none;
}
.fixed-resevation-button.en-style .reservation-link .top {
  border: none;
  width: 56px;
  height: 44px;
  border-right: 1px solid #111;
}
.fixed-resevation-button.en-style .reservation-link .bottom {
  display: flex;
  flex-direction: row;
  height: 44px;
  width: calc(100% - 56px);
}
.fixed-resevation-button.en-style .reservation-link .bottom .text {
  margin-right: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.fixed-resevation-button .reservation-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 5px 0 0 5px;
  border: 1px solid #111;
  width: 56px;
}
.fixed-resevation-button .reservation-link .top {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #111;
  height: 56px;
  background-color: #ffd4d2;
  border-radius: 5px 0 0 0;
}
.fixed-resevation-button .reservation-link .top .circle {
  display: block;
  background-color: #fff;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 1px solid #111;
  background-image: url(/img/common/icon_checked1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.fixed-resevation-button .reservation-link .bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 18px;
  background-color: #fff;
}

.section.special-single > .wrapper {
  padding-bottom: 182px;
}
.section.special-single > .wrapper > .inner .top {
  padding-top: 121px;
  width: 76%;
  margin: 0 auto;
  max-width: 1300px;
  display: flex;
  align-items: center;
  padding-bottom: 78px;
  background-image: url(/img/common/dots_line.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 7px 2px;
}
.section.special-single > .wrapper > .inner .top .img-block {
  width: 23%;
  min-width: 23%;
  margin-right: 7.4%;
}
.section.special-single > .wrapper > .inner .top .img-block img {
  width: 100%;
  height: auto;
}
.section.special-single > .wrapper > .inner .top .text-block .date {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #f78d8d;
  font-weight: 700;
  margin-right: 11px;
}
.section.special-single > .wrapper > .inner .top .text-block .article-title {
  font-size: 2.9rem;
  line-height: 1.72;
  font-weight: 700;
}
.section.special-single > .wrapper > .inner .bottom {
  padding-top: 88px;
  width: 600px;
  margin: 0 auto;
}
.section.tour-single > .wrapper {
  padding-bottom: 179px;
}
.section.tour-single > .wrapper > .inner .top {
  width: 76%;
  margin: 0 auto;
  max-width: 1300px;
  padding-top: 141px;
}
.section.tour-single > .wrapper > .inner .top .img-block img {
  width: 100%;
  height: auto;
}
.section.tour-single > .wrapper > .inner .top .article-title {
  padding-bottom: 30px;
  margin-bottom: 65px;
  margin-top: -3px;
}
.section.tour-single > .wrapper > .inner .top .article-title .date {
  font-size: 2.9rem;
  line-height: 1.72;
  font-weight: 700;
}
.section.tour-single > .wrapper > .inner .top .article-title .date::after {
  display: inline-block;
  content: " | ";
  margin-right: 8px;
  margin-left: 13px;
}
.section.tour-single > .wrapper > .inner .top .article-title .title {
  font-size: 2.9rem;
  line-height: 1.72;
  font-weight: 700;
}
.section.tour-single > .wrapper > .inner .top .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
.section.tour-single > .wrapper > .inner .top .flex .points-block .title-block {
  border-bottom: 4px solid #f0f2f2;
  padding-bottom: 18px;
  margin-bottom: 29px;
}
.section.tour-single > .wrapper > .inner .top .flex .points-block .title-block .title {
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.section.tour-single > .wrapper > .inner .top .flex .points-block .points .point {
  font-size: 1.7rem;
  line-height: 1.7;
  padding-bottom: 11px;
  position: relative;
  padding-left: 38px;
}
.section.tour-single > .wrapper > .inner .top .flex .points-block .points .point::before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  display: block;
  width: 19px;
  height: 16px;
  background-image: url(/img/common/icon_checked2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.section.tour-single > .wrapper > .inner .top .flex .schedule-block .title-block {
  width: 75%;
  margin: 0 auto;
  padding-top: 39px;
  padding-bottom: 27px;
}
.section.tour-single > .wrapper > .inner .top .flex .schedule-block .title-block .title {
  font-size: 2.4rem;
  line-height: 1.3;
  letter-spacing: 0.15em;
  padding-bottom: 7px;
}
.section.tour-single > .wrapper > .inner .top .flex .schedule-block .title-block .description {
  font-size: 1.5rem;
  line-height: 1.6;
}
.section.tour-single > .wrapper > .inner .top .flex .schedule-block .schedule-list {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  margin: 0 auto;
  padding-bottom: 32px;
}
.section.tour-single > .wrapper > .inner .top .flex .schedule-block .schedule-list .time {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  width: 27.8%;
  padding-right: 10px;
  padding-bottom: 11px;
}
.section.tour-single > .wrapper > .inner .top .flex .schedule-block .schedule-list .todo {
  font-size: 1.5rem;
  line-height: 1.6;
  width: 72.2%;
  padding-bottom: 11px;
}
.section.tour-single > .wrapper > .inner .top .flex > .left {
  width: 65%;
}
.section.tour-single > .wrapper > .inner .top .flex > .left .details {
  justify-content: flex-start;
  background-color: #f0f2f2;
  padding-top: 34px;
  padding-left: 6.2%;
  padding-right: 6.2%;
  margin-bottom: 29px;
}
.section.tour-single > .wrapper > .inner .top .flex > .left .details > .left {
  width: 49.2%;
}
.section.tour-single > .wrapper > .inner .top .flex > .left .details > .right {
  width: 50%;
}
.section.tour-single > .wrapper > .inner .top .flex > .right {
  width: 31.25%;
  position: relative;
}
.section.tour-single > .wrapper > .inner .top .flex > .right .annotation {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #555;
  padding-left: 16px;
  position: relative;
  margin-top: 14px;
}
.section.tour-single > .wrapper > .inner .top .flex > .right .annotation::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.section.tour-single > .wrapper > .inner .top .flex > .right .annotation a {
  color: #eb2d5a;
  text-decoration: underline;
  display: inline;
}
.section.tour-single > .wrapper > .inner .top .flex > .right::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(/img/common/icon_pin1.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  transform: translate(-50%, 0);
  top: -20px;
  z-index: 1;
}
.section.tour-single > .wrapper > .inner .top .flex > .right .schedule-block {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  position: relative;
}
.section.tour-single > .wrapper > .inner .top .flex > .right .schedule-block::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 20px;
  height: 20px;
  background-image: url(/img/common/icon_balloon1.png);
  background-size: cover;
}
.section.tour-single > .wrapper > .inner .top .button-wrapper {
  width: 560px;
  padding-right: 5px;
  margin: 0 auto;
  margin-top: 105px;
  margin-bottom: 84px;
}
.section.tour-single > .wrapper > .inner .bottom {
  width: 600px;
  margin: 0 auto;
}
.section.tour-single > .wrapper > .inner .bottom .information-block {
  margin-top: 70px;
}
.section.tour-single > .wrapper > .inner .bottom .information-block .block-title {
  position: relative;
  margin-bottom: 40px;
}
.section.tour-single > .wrapper > .inner .bottom .information-block .block-title .en {
  font-size: 2.5rem;
  letter-spacing: 0.15em;
}
.section.tour-single > .wrapper > .inner .bottom .information-block .block-title::after {
  content: "";
  display: block;
  width: calc(100% - 32px);
  height: 1px;
  background-color: #111;
  margin-left: auto;
}
.section.tour-single > .wrapper > .inner .bottom .information-block .block-title::before {
  content: "";
  display: block;
  width: 32px;
  height: 11px;
  background-image: url(/img/common/icon_balloon2.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.section.tour-single > .wrapper > .inner .bottom .button-wrapper {
  width: 560px;
  padding-right: 5px;
  margin: 0 auto 40px;
  padding-bottom: 28px;
}
.section.tour-single > .wrapper > .inner .img-block {
  width: 100%;
  display: block;
}
.section.tour-single > .wrapper > .inner .img-block.en-style.before-starting::before {
  background-image: url(/img/common/badge_before-starting_en.png);
}
.section.tour-single > .wrapper > .inner .img-block.en-style.full::before {
  background-image: url(/img/common/badge_full_en.png);
}
.section.tour-single > .wrapper > .inner .img-block.en-style.available::before {
  background-image: url(/img/common/badge_accepting_en.png);
}
.section.tour-single > .wrapper > .inner .img-block.en-style.end::before {
  background-image: url(/img/common/badge_reception-end_en.png);
}
.section.tour-single > .wrapper > .inner .img-block.before-starting {
  position: relative;
}
.section.tour-single > .wrapper > .inner .img-block.before-starting::before {
  position: absolute;
  z-index: 5;
  content: "";
  display: block;
  left: -10px;
  top: -16px;
  width: 60px;
  height: 60px;
  background-image: url(/img/common/badge_before-starting.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.section.tour-single > .wrapper > .inner .img-block.full {
  position: relative;
}
.section.tour-single > .wrapper > .inner .img-block.full::before {
  position: absolute;
  z-index: 5;
  content: "";
  display: block;
  left: -10px;
  top: -16px;
  width: 60px;
  height: 60px;
  background-image: url(/img/common/badge_full.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.section.tour-single > .wrapper > .inner .img-block.available {
  position: relative;
}
.section.tour-single > .wrapper > .inner .img-block.available::before {
  position: absolute;
  z-index: 5;
  content: "";
  display: block;
  left: -10px;
  top: -16px;
  width: 60px;
  height: 60px;
  background-image: url(/img/common/badge_accepting.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.section.tour-single > .wrapper > .inner .img-block.end {
  position: relative;
}
.section.tour-single > .wrapper > .inner .img-block.end::before {
  position: absolute;
  z-index: 5;
  content: "";
  display: block;
  left: -10px;
  top: -16px;
  width: 60px;
  height: 60px;
  background-image: url(/img/common/badge_reception-end.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.section.restaurant-single .article-tag-list {
  padding-bottom: 4px;
}
.section > .wrapper > .inner article div.youTube {
  position: relative;
  width: 100%;
  padding: 56.3% 0 0;
  background: #333;
}
.section > .wrapper > .inner article div.youTube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section > .wrapper > .inner article strong {
  font-weight: bold;
}
.section > .wrapper > .inner article p {
  font-size: 1.5rem;
  line-height: 2.2;
  margin-bottom: 46px;
}
.section > .wrapper > .inner article p.caption {
  color: #888;
  font-size: 1.3rem;
  line-height: 1.8;
  margin-top: -32px;
}
.section > .wrapper > .inner article img {
  width: 100%;
  height: auto;
  margin-bottom: 44px;
}
.section > .wrapper > .inner article a {
  text-decoration: underline;
  color: #eb2d5a;
  display: inline;
}
.section > .wrapper > .inner article h2,
.section > .wrapper > .inner article h3 {
  font-size: 2.6rem;
  line-height: 1.61;
  padding-bottom: 34px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 700;
  margin-top: 15px;
  background-image: url(/img/common/dots_line.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 7px 2px;
}
.section > .wrapper > .inner article h4 {
  font-size: 2.3rem;
  line-height: 1.61;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 38px;
}
.section > .wrapper > .inner article h5 {
  font-size: 2rem;
  line-height: 1.61;
  font-weight: 700;
  margin-bottom: 25px;
}
.section > .wrapper > .inner article h6 {
  font-size: 1.7rem;
  line-height: 1.61;
  font-weight: 700;
  margin-bottom: 25px;
}
.section > .wrapper > .inner article ol {
  margin-bottom: 46px;
  counter-reset: item;
}
.section > .wrapper > .inner article ol li {
  position: relative;
  font-size: 1.5rem;
  line-height: 2.2;
  padding-left: 24px;
}
.section > .wrapper > .inner article ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: block;
  position: absolute;
  left: 0;
}
.section > .wrapper > .inner article ul {
  margin-bottom: 46px;
}
.section > .wrapper > .inner article ul li {
  position: relative;
  font-size: 1.5rem;
  line-height: 2.2;
  padding-left: 26px;
}
.section > .wrapper > .inner article ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-left: -26px;
  background-color: #ffd4d2;
  border: 1px solid #111;
}
.section > .wrapper > .inner article blockquote {
  font-size: 1.5rem;
  line-height: 2.2;
  border: 5px solid #fff0ec;
  border-radius: 15px;
  padding: 23px 30px;
  margin-bottom: 65px;
}
.section > .wrapper > .inner article table {
  margin-bottom: 65px;
}
.section > .wrapper > .inner .share-block {
  margin-top: 96px;
  margin-bottom: 96px;
}
.section.enjoy .wrapper {
  background-color: #fff0ec;
  padding-bottom: 74px;
  padding-top: 107px;
}
.section.enjoy .wrapper .inner {
  padding-top: 0;
}
.section.enjoy .wrapper .inner .section-title {
  padding-bottom: 34px;
}
.section.enjoy .wrapper .inner .section-title .title-has-line.en {
  font-size: 4rem;
  letter-spacing: 0.15em;
  padding-right: 28px;
}
.section.enjoy .wrapper .inner .section-title .ja {
  font-size: 1.7rem;
  font-weight: 700;
}

.footer {
  padding-top: 0;
}

@media screen and (max-width: 999px) {
  #cookie {
    bottom: 45px;
  }

  .pagination-wrapper.single {
    width: 87.5%;
    margin: 0 auto;
    max-width: initial;
    max-width: auto;
  }
  .button-wrapper {
    width: 151px;
    padding-right: 5px;
  }

  .share-block .block-title {
    top: -25px;
    left: 30px;
  }
  .share-block .block-title .yellow {
    font-size: 3rem;
  }
  .share-block .sns-list {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .share-block .sns-list .item {
    margin-right: 28px;
  }
  .share-block .sns-list .item:last-of-type {
    margin-right: 0;
  }
  .fixed-resevation-button {
    bottom: 0;
    left: 0;
  }
  .fixed-resevation-button.en-style {
    bottom: 0;
  }
  .fixed-resevation-button.en-style .reservation-link {
    justify-content: center;
  }
  .fixed-resevation-button.en-style .reservation-link .top {
    width: 27px;
  }
  .fixed-resevation-button.en-style .reservation-link .bottom {
    width: auto;
    width: initial;
    min-width: 136px;
  }
  .fixed-resevation-button.en-style .reservation-link .bottom .text-wrapper {
    width: 122px;
  }
  .fixed-resevation-button.en-style .reservation-link .bottom > .icon {
    width: 14px;
  }
  .fixed-resevation-button.en-style .reservation-link,
.fixed-resevation-button .reservation-link {
    width: 100%;
    flex-direction: row;
    background-color: #ffd4d2;
    border-radius: 0px;
    border: none;
    border-top: 1px solid #111;
  }
  .fixed-resevation-button.en-style .reservation-link .top,
.fixed-resevation-button .reservation-link .top {
    border: none;
    height: 44px;
    margin-right: 7px;
  }
  .fixed-resevation-button.en-style .reservation-link .bottom,
.fixed-resevation-button .reservation-link .bottom {
    display: flex;
    align-content: center;
    flex-direction: row;
    height: 44px;
    background-color: #ffd4d2;
  }
  .fixed-resevation-button.en-style .reservation-link .bottom .text,
.fixed-resevation-button .reservation-link .bottom .text {
    margin-right: 5px;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  .section.special-single > .wrapper {
    padding-bottom: 105px;
  }
  .section.special-single > .wrapper > .inner .top {
    padding-top: 124px;
    padding-bottom: 30px;
    width: 87.5%;
    margin: 0 auto;
    max-width: initial;
    max-width: auto;
    align-items: flex-start;
  }
  .section.special-single > .wrapper > .inner .top .img-block {
    min-width: 32%;
    width: 32%;
    margin-right: 6.7%;
  }
  .section.special-single > .wrapper > .inner .top .text-block .date {
    display: block;
    margin-bottom: 6px;
  }
  .section.special-single > .wrapper > .inner .top .text-block .article-title {
    font-size: 2.3rem;
    line-height: 1.74;
  }
  .section.special-single > .wrapper > .inner .bottom {
    width: 87.5%;
    margin: 0 auto;
    max-width: initial;
    max-width: auto;
    padding-top: 19px;
  }
  .section.tour-single .button.reservation {
    height: 62px;
  }
  .section.tour-single > .wrapper {
    padding-bottom: 110px;
  }
  .section.tour-single > .wrapper > .inner .top {
    width: 87.5%;
    margin: 0 auto;
    max-width: initial;
    max-width: auto;
    padding-top: 119px;
  }
  .section.tour-single > .wrapper > .inner .top .article-title {
    padding-bottom: 18px;
    margin-bottom: 32px;
  }
  .section.tour-single > .wrapper > .inner .top .article-title .title {
    font-size: 2.3rem;
    line-height: 1.74;
  }
  .section.tour-single > .wrapper > .inner .top .flex {
    margin-top: 33px;
    display: block;
  }
  .section.tour-single > .wrapper > .inner .top .flex .points-block .title-block {
    margin-bottom: 16px;
  }
  .section.tour-single > .wrapper > .inner .top .flex .points-block .points {
    padding-bottom: 34px;
  }
  .section.tour-single > .wrapper > .inner .top .flex .points-block .points .point {
    font-size: 1.6rem;
    line-height: 1.68;
    padding-bottom: 16px;
    padding-left: 31px;
  }
  .section.tour-single > .wrapper > .inner .top .flex .schedule-block {
    width: 100%;
  }
  .section.tour-single > .wrapper > .inner .top .flex .schedule-block .title-block {
    width: 80%;
    padding-top: 34px;
  }
  .section.tour-single > .wrapper > .inner .top .flex .schedule-block .schedule-list {
    width: 80%;
    padding-bottom: 23px;
  }
  .section.tour-single > .wrapper > .inner .top .flex > .left {
    width: 100%;
  }
  .section.tour-single > .wrapper > .inner .top .flex > .left .details {
    padding-top: 24px;
    padding-left: 7%;
    padding-right: 7%;
    margin-bottom: 35px;
  }
  .section.tour-single > .wrapper > .inner .top .flex > .left .details > .left {
    width: 100%;
  }
  .section.tour-single > .wrapper > .inner .top .flex > .left .details > .left dl.money {
    padding-bottom: 16px;
  }
  .section.tour-single > .wrapper > .inner .top .flex > .left .details > .right {
    width: 100%;
  }
  .section.tour-single > .wrapper > .inner .top .flex > .right {
    width: 100%;
  }
  .section.tour-single > .wrapper > .inner .top .button-wrapper {
    margin-top: 50px;
    margin-bottom: 56px;
    width: 100%;
  }
  .section.tour-single > .wrapper > .inner .bottom {
    width: 87.5%;
    margin: 0 auto;
    max-width: initial;
    max-width: auto;
  }
  .section.tour-single > .wrapper > .inner .bottom .information-block {
    margin-top: 34px;
  }
  .section.tour-single > .wrapper > .inner .bottom .information-block .block-title {
    margin-bottom: 30px;
  }
  .section.tour-single > .wrapper > .inner .bottom .button-wrapper {
    width: 100%;
    margin: 44px auto 40px;
    padding-bottom: 30px;
  }
  .section.tour-single > .wrapper > .inner .img-block.before-starting::before {
    width: 50px;
    height: 50px;
    top: -11px;
  }
  .section.tour-single > .wrapper > .inner .img-block.full::before {
    width: 50px;
    height: 50px;
    top: -11px;
  }
  .section.tour-single > .wrapper > .inner .img-block.available::before {
    width: 50px;
    height: 50px;
    top: -11px;
  }
  .section.tour-single > .wrapper > .inner .img-block.end::before {
    width: 50px;
    height: 50px;
    top: -11px;
  }
  .section.restaurant-single .article-tag-list {
    padding-bottom: 0px;
  }
  .section > .wrapper > .inner article p {
    margin-bottom: 31px;
  }
  .section > .wrapper > .inner article p.caption {
    margin-top: -22px;
  }
  .section > .wrapper > .inner article img {
    margin-bottom: 29px;
  }
  .section > .wrapper > .inner article h2,
.section > .wrapper > .inner article h3 {
    font-size: 2.2rem;
    line-height: 1.6;
    padding-bottom: 21px;
    margin-top: 0;
    margin-bottom: 16px;
  }
  .section > .wrapper > .inner article h4 {
    font-size: 1.9rem;
    line-height: 1.6;
    margin-bottom: 11px;
  }
  .section > .wrapper > .inner article h5 {
    font-size: 1.7rem;
    line-height: 1.6;
    margin-bottom: 11px;
  }
  .section > .wrapper > .inner article h6 {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 11px;
  }
  .section > .wrapper > .inner article ol {
    margin-bottom: 31px;
  }
  .section > .wrapper > .inner article ol li {
    line-height: 1.8;
    padding-left: 22px;
    padding-bottom: 8px;
  }
  .section > .wrapper > .inner article ol li:last-of-type {
    padding-bottom: 0;
  }
  .section > .wrapper > .inner article ul {
    margin-bottom: 31px;
  }
  .section > .wrapper > .inner article ul li {
    padding-left: 20px;
    line-height: 1.8;
    padding-bottom: 8px;
  }
  .section > .wrapper > .inner article ul li:last-of-type {
    padding-bottom: 0;
  }
  .section > .wrapper > .inner article ul li::before {
    margin-left: -20px;
    top: 10px;
  }
  .section > .wrapper > .inner article blockquote {
    margin-bottom: 40px;
  }
  .section > .wrapper > .inner article table {
    margin-bottom: 40px;
  }
  .section > .wrapper > .inner .share-block {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .section.enjoy .wrapper {
    padding-top: 65px;
    padding-bottom: 45px;
  }
  .section.enjoy .wrapper .inner .section-title {
    padding-bottom: 12px;
  }
  .section.enjoy .wrapper .inner .section-title .title-has-line.en {
    display: block;
    font-size: 3rem;
    padding-bottom: 20px;
  }
  .section.enjoy .wrapper .inner .section-title .ja {
    display: block;
    padding-bottom: 13px;
  }
}
/*# sourceMappingURL=single.css.map */