@charset "UTF-8";
/* PCサイド */
.left-contents {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.pc-logo {
  width: 140px;
  color: #ffffff;
  position: absolute;
  top: 40vh;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stay_btn-wrap {
  width: calc((100% - 520px) / 2);
  height: 100vh;
  position: fixed;
  z-index: 1;
}

.stay_btn-box {
  width: 100%;
  position: absolute;
  bottom: 2.5em;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.stay_btn {
  width: 190px;
  margin: 0 auto 4em;
  pointer-events: none;
}

.stay_btn_in {
  width: 100%;
  display: inline-block;
  color: white;
  border-radius: 2.5em 0 2.5em 0;
  padding: 9% 0;
  text-align: center;
  background-color: #9e8b62;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.stay_btn_in .main-text {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2em;
}
.stay_btn_in .sub-text {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1.1em;
}

.pc-contact-us {
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.6em;
  position: relative;
}
.pc-contact-us span {
  font-size: 2.2rem;
  padding-left: 0.3em;
}

.right-contents {
  width: 100%;
  position: relative;
  color: #ffffff;
}

.pc-menu {
  width: 7em;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.pc-menu ul {
  display: flex;
  flex-direction: column;
}
.pc-menu li {
  font-size: 2rem;
  padding: 0.25em 0;
  margin: 0.1em 0;
  white-space: nowrap;
}

.pc-sns {
  width: 74px;
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
}
.pc-sns a {
  width: 28px;
  height: 28px;
}

/* PCコンテンツスクロール色変化 */
.left-contents .pc-logo {
  transition: color 0.4s ease;
}
.left-contents .pc-contact-us a {
  transition: color 0.4s ease;
}

.left-bg.bg-sec2 .pc-logo,
.left-bg.bg-sec3 .pc-logo {
  color: #5e4b3d;
}
.left-bg.bg-sec2 .pc-contact-us,
.left-bg.bg-sec3 .pc-contact-us {
  color: #5e4b3d;
}

.right-contents a {
  transition: color 0.4s ease;
}

.right-bg.bg-sec2 .pc-menu,
.right-bg.bg-sec3 .pc-menu {
  color: #5e4b3d;
}

/* トップイメージ */
.top-mainimege {
  aspect-ratio: 500/960;
  overflow: hidden;
  position: relative;
}
.top-mainimege img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* トップ：宿泊・空室 */
.stay_vacancies {
  text-align: center;
  padding: 19% 0 8%;
}

.leaf-button {
  width: 62%;
  height: 5.3em;
  display: inline-block;
  border-radius: 4em 0 4em 0;
  padding: 5% 0;
  margin-bottom: 5%;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.3s ease;
}
.leaf-button .main-text {
  display: block;
  font-size: 2.8rem;
  font-weight: 500;
  color: white;
}
.leaf-button .sub-text {
  display: block;
  font-size: 80%;
  margin-top: 0.3em;
  letter-spacing: 1px;
  line-height: 1.2em;
  color: white;
}
.leaf-button .simu-text {
  display: block;
  font-size: 2.2rem;
  line-height: 1.2em;
  font-weight: 500;
  color: #5e4b3d;
}
.leaf-button:hover {
  border-radius: 5em;
}

.stay {
  background-color: #9e8b62;
  pointer-events: none;
}

.vacancies {
  background-color: #3c7164;
}

.simulation {
  background-color: #e6e3db;
}

.ellipse-button {
  min-width: 294px;
  display: inline-block;
  border-radius: 4em;
  padding: 2.5% 12%;
  margin-top: 3%;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.button-color-1 {
  background-color: #9e8b62;
  color: white;
}

.button-color-2 {
  background-color: #ffffff;
  color: #5e4b3d;
  transform: translateY(-2.5em);
}

.button-color-3 {
  background-color: #3c7164;
  color: white;
}

.goods-button {
  display: inline-block;
  background-color: #3c7164;
  color: white;
  padding: 6% 14%;
  margin-bottom: 5%;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.goods-button .main-text {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
}
.goods-button .sub-text {
  display: block;
  font-size: 85%;
  margin-top: 0.2em;
  letter-spacing: 1px;
}

/* トップ：料金＆プラン */
#pricing-plans {
  padding-bottom: 16%;
  background-color: #e6e3db;
  margin-top: -1px;
}

/* トップ：客室 */
#rooms {
  padding: 16% 0 14%;
  background-color: rgba(0, 0, 0, 0.1);
}

/* トップ：料理メニュー */
.food-menu {
  padding: 18% 0;
  background-color: #ffffff;
  position: relative;
}

.top-food-deco-1 {
  width: 55%;
  position: absolute;
  top: -7em;
  right: -6em;
  z-index: 1;
}

.top-food-deco-2 {
  width: 55%;
  position: absolute;
  bottom: -6em;
  left: -6em;
  z-index: 1;
}

/* トップ：レンタルグッズ */
.rental-goods {
  padding: 18% 0;
  background-color: #e6e3db;
}

/* トップ：お知らせ */
.news {
  background-color: #e6e3db;
}

.news-box {
  padding: 0 11%;
  margin-bottom: 4%;
  text-align: justify;
  font-size: 95%;
}
.news-box ul {
  border-top: 1px solid #5e4b3d;
}
.news-box ul li {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #5e4b3d;
  padding: 1em 0;
}
.news-box ul li .text {
  margin-top: 0.8em;
  min-height: 3em;
  font-size: 110%;
}
.news-box ul a {
  display: flex;
  flex-direction: column;
}

/* トップ：メンバーズカード */
.card {
  background-color: #e6e3db;
  padding: 21% 0 16%;
}
.card h2 {
  text-align: center;
  font-size: 164%;
  font-weight: bold;
  color: #5e4b3d;
}
.card p {
  font-size: 95%;
}

.card-box {
  width: 100%;
  margin: 15% auto 8%;
  position: relative;
  line-height: 0;
  z-index: 1;
}

/* カードスピンアニメーション */
.card-wrap {
  width: 44%;
  display: inline-block;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.card-spin {
  display: inline-block;
  transform: rotate(-30deg);
  transform-origin: center;
  backface-visibility: hidden;
}

.card-wrap.spin {
  animation: spin-sequence 3s ease-in-out infinite;
}

@keyframes spin-sequence {
  0% {
    transform: rotateY(0deg);
  }
  20% {
    transform: rotateY(1800deg);
  }
  100% {
    transform: rotateY(1800deg);
  }
}
.card-deco-1 {
  width: 56%;
  position: absolute;
  top: -44%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.card-deco-2 {
  width: 56%;
  position: absolute;
  top: -44%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

/* アクセス */
.access-wrap {
  background-color: #e6e3db;
}

.access-map-1,
.access-map-2 {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.access-map-1 iframe,
.access-map-2 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.access-map-1 {
  padding-bottom: 95%;
}

.access-map-2 {
  padding-bottom: 70%;
  margin: 0.5em 0;
}

/* トップスライダー */
.hero-wrapper {
  height: 100vh;
  position: relative;
  z-index: 10;
}
.hero-wrapper.shrink {
  pointer-events: none;
}

.hero {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
  background: transparent;
}
.hero.shrink .slider {
  width: 520px;
}
.hero.shrink .logo-overlay {
  opacity: 0;
}
.hero .slider-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
}
.hero .slider {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
  background-color: #ffffff;
}
.hero .slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1);
  transition: opacity 1.5s ease-in-out, transform 10s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .slider .slide.active {
  opacity: 1;
  transform: scale(1.3);
  z-index: 1;
}
.hero .slider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.hero .logo-overlay {
  width: 20%;
  max-width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: opacity 0.4s ease;
}
.hero .logo-overlay img {
  filter: drop-shadow(0 0 0.2em rgba(0, 0, 0, 0.2));
}

/* 料金＆プラン */
.grade-btn {
  width: 100%;
  padding-bottom: 15%;
  font-size: 120%;
  font-weight: 500;
}
.grade-btn ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.grade-btn li {
  width: 25%;
  border-bottom: 2px solid #ffffff;
}
.grade-btn li a {
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.2em;
}
.grade-btn li a span {
  font-size: 70%;
  line-height: 1.2em;
}

.p-decoration-1,
.p-decoration-2,
.p-decoration-3,
.p-decoration-4,
.p-decoration-5,
.p-decoration-6 {
  width: 43%;
  position: absolute;
  z-index: -1;
}

.p-decoration-1 {
  top: -5.4em;
  right: 0;
}

.p-decoration-2 {
  top: -3.2em;
  left: 0;
}

.p-decoration-3 {
  top: -3.2em;
  right: 0;
}

.p-decoration-4 {
  top: -3.2em;
  left: 0;
}

.p-decoration-5 {
  top: -3.2em;
  right: 0;
}

.p-decoration-6 {
  top: -3.2em;
  left: 0;
}

.room-decoration-1 {
  width: 55%;
  position: absolute;
  top: -10.5em;
  right: 0;
  mix-blend-mode: multiply;
}

.room-decoration-2 {
  width: 55%;
  position: absolute;
  top: -8em;
  left: 0;
  mix-blend-mode: multiply;
}

.room-decoration-3 {
  width: 55%;
  position: absolute;
  top: -8em;
  right: 0;
  mix-blend-mode: color-burn;
  opacity: 0.2;
}

.room-decoration-4 {
  width: 55%;
  position: absolute;
  top: -6em;
  right: 0;
  z-index: 1;
  mix-blend-mode: hard-light;
  opacity: 0.4;
}

.r-decoration-1 {
  width: 43%;
  position: absolute;
  top: -2em;
  left: 0;
  mix-blend-mode: multiply;
}

.r-decoration-2 {
  width: 43%;
  position: absolute;
  top: 1.2em;
  right: 0;
}

.remarks {
  font-family: "Noto Serif JP", serif;
  padding: 0 8% 7%;
  background-color: #ffffff;
  margin-top: -1px;
}
.remarks p {
  text-align: justify;
  font-size: 95%;
  line-height: 1.4em;
  position: relative;
  z-index: 1;
}
.remarks p span {
  color: #5e4b3d;
}

.grade-wrap {
  padding-bottom: 22%;
  position: relative;
}

.grade-title {
  margin: 0 8%;
  padding: 4% 0;
  line-height: 1.5em;
}

.title-en-1,
.title-en-2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.title-rubi-1,
.title-rubi-2 {
  font-size: 90%;
}

.title-en-1,
.title-rubi-1 {
  color: #5e4b3d;
}

.title-en-2,
.title-rubi-2 {
  color: #ffffff;
}

.grade-image {
  margin: 0 8%;
}

/* ご休憩料金テーブル */
.price-table {
  margin: 0 8%;
  border-bottom: 2px solid #5e4b3d;
}

.price-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 3.2em;
  background-color: #e6e3db;
  font-size: 100%;
  font-weight: 500;
  text-align: center;
  border-top: 2px solid #5e4b3d;
}

.price-note {
  font-size: 70%;
  line-height: 1.2em;
  font-weight: 400;
}

.price-time {
  display: flex;
  justify-content: center;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #5e4b3d;
}
.price-row .price-left {
  width: 64%;
  text-align: center;
  font-size: 95%;
}
.price-row .small-time {
  font-size: 70%;
  line-height: 1.2em;
  margin: 0 0.3em;
}
.price-row .price-right {
  width: 36%;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: 155%;
  border-left: 1px solid #5e4b3d;
  text-align: right;
  padding: 0.7em 0.2em 0.7em 0;
  white-space: nowrap;
}

/* 客室 */
.rooms-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 12%;
}

.list-img,
.list-img-all {
  position: relative;
  line-height: 0;
}
.list-img p,
.list-img-all p {
  color: #ffffff;
  font-size: 110%;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list-img::before,
.list-img-all::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.list-img:hover::before,
.list-img-all:hover::before {
  opacity: 0;
}

.list-img {
  width: 47%;
  margin-bottom: 6%;
}

.list-img-all {
  width: 100%;
}

/* 客室・個別ページ */
.roomnumber-box {
  text-align: center;
  background-color: #ffffff;
  padding: 16% 0 12%;
}
.roomnumber-box p {
  font-size: 90%;
}
.roomnumber-box .number {
  font-size: 150%;
}

.room-mainimg-box {
  width: 100%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.room-subimg-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8% 11% 4%;
  background-color: #ffffff;
}
.room-subimg-box .sub-img {
  position: relative;
  width: calc((100% - 30px) / 3);
  aspect-ratio: 1/1;
  margin-bottom: 4%;
  cursor: pointer;
}
.room-subimg-box img {
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.room-subimg-box::after {
  content: "";
  display: block;
  width: calc((100% - 30px) / 3);
}

/* 設備 */
.room-amenities {
  background-color: #ffffff;
}

.amenities-head-1,
.amenities-head-2 {
  font-family: "Noto Serif JP", serif;
  font-size: 125%;
  font-weight: 600;
  color: #5e4b3d;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #5e4b3d;
}

.amenities-head-1 {
  margin: 0 11% 4%;
}

.amenities-head-2 {
  margin-bottom: 4%;
}

.individual {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 11% 5%;
}
.individual .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 3.6em;
  color: #ffffff;
  background-color: #5e4b3d;
  margin-bottom: 3.5%;
  font-size: 95%;
  line-height: 1.2em;
}

.all-room {
  background-color: #e6e3db;
  margin: 0 11%;
  padding: 6% 7% 7%;
}
.all-room p {
  text-align: left;
  font-size: 90%;
  line-height: 1.6em;
}
.all-room p span {
  margin-left: 0.5em;
}

.about-fees {
  background-color: #ffffff;
  padding: 6% 8% 14%;
  text-align: justify;
  font-size: 90%;
}

/* 料理メニュー */
.food-info-wrap {
  padding: 12% 12% 8%;
  background-color: #e6e3db;
}

.foodmenu-info {
  display: flex;
  align-items: center;
  height: 3.5em;
  padding: 0 17%;
  border-bottom: 2px solid #5e4b3d;
}

.food-wrap {
  padding-bottom: 12%;
}

.food-otsumami-wrap {
  position: relative;
  padding: 33% 0 12%;
  background-color: #c9bb92;
}

.food-drink-wrap-1 {
  position: relative;
  padding: 33% 12% 0;
  background-color: #e6e3db;
}

.food-drink-wrap-2 {
  padding: 12% 12% 0;
  background-color: #e6e3db;
}

.softdrink-wrap {
  padding-top: 8%;
}

.softdrink-item {
  padding: 0 12%;
}

.foodmenu-item {
  width: 100%;
  position: relative;
  line-height: 0;
}

.food-category-title {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.fade {
  opacity: 0;
  transition: opacity 1.5s ease;
}
.fade.visible {
  opacity: 1;
}

.drink-info-wrap P {
  font-size: 65%;
  line-height: 1.4em;
  margin-top: -0.5em;
  padding-bottom: 3em;
}

.drink-info {
  padding: 0 8%;
}

/* レンタルグッズ */
.rental0en {
  padding: 16% 31% 3%;
  background-color: #e6e3db;
}

.cosplay-wrap {
  width: 100%;
  padding: 0 11% 8%;
  background-color: #e6e3db;
  position: relative;
}

.cosplay {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.cosplay-box {
  width: 47%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5%;
}
.cosplay-box p {
  font-size: 80%;
}

.supportgoods-headwrap {
  position: relative;
}

.supportgoods {
  padding: 14% 11% 4%;
}
.supportgoods .title {
  font-family: "Noto Serif JP", serif;
  font-size: 180%;
  margin-top: 0.4em;
  color: #5e4b3d;
  letter-spacing: 5px;
}

.all-0en {
  font-size: 90%;
  display: inline-block;
  border-radius: 4em;
  padding: 1.2% 9%;
  background-color: #e6e3db;
  margin-bottom: 2.4em;
}

.supportgoods-box {
  padding: 0 12% 10%;
}
.supportgoods-box .head {
  padding: 2% 0;
  font-weight: 600;
  border-top: 2px solid #5e4b3d;
  border-bottom: 2px solid #5e4b3d;
}
.supportgoods-box img {
  margin-top: 1.4em;
}

.others {
  display: flex;
  margin-top: 0.8em;
}
.others ul {
  width: 50%;
  text-align: left;
  font-size: 80%;
  line-height: 1.5em;
  padding-left: 1em;
}
.others li {
  list-style-type: disc;
  white-space: nowrap;
}

/* ホテルご案内 */
.outline {
  transform: translateY(-5em);
  text-align: left;
  background-color: #ffffff;
}
.outline ul {
  margin: 0 11%;
  border-top: 1px solid #5e4b3d;
}
.outline li {
  padding: 1.3em 0 1.4em;
  border-bottom: 1px solid #5e4b3d;
}
.outline li span {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.parking-info {
  padding: 0 11% 18%;
}
.parking-info .title {
  font-family: "Noto Serif JP", serif;
  font-size: 180%;
  color: #5e4b3d;
  letter-spacing: 5px;
  margin-bottom: 0.4em;
}
.parking-info img {
  margin-top: 3%;
}
.parking-info p {
  text-align: justify;
  margin-top: 1em;
  line-height: 1.9em;
}

.about-amenities {
  background-color: #e6e3db;
  padding: 13% 15%;
}

.facilities {
  width: 100%;
  display: inline-block;
  color: white;
  border-radius: 1.8em 0 1.8em 0;
  padding: 3.5% 0;
  margin-bottom: 7%;
  font-size: 120%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #5e4b3d;
}

.facility-item {
  padding: 0.8em 0 1.3em;
  border-top: 1px solid #5e4b3d;
}
.facility-item .facility-title {
  font-weight: 600;
  margin-bottom: 0.5em;
  text-align: center;
}
.facility-item p {
  font-size: 95%;
  line-height: 1.6em;
  white-space: nowrap;
}
.facility-item p span {
  width: 0.85em;
  display: inline-block;
}
.facility-item .left-text {
  text-align: left;
}

.facility-all {
  margin-top: 0.8em;
}
.facility-all .facility-title {
  font-size: 110%;
  font-weight: 600;
  margin-bottom: 0.5em;
  text-align: center;
  border-top: 2px solid #5e4b3d;
  border-bottom: 2px solid #5e4b3d;
  padding: 0.5em 0;
}
.facility-all p {
  text-align: left;
  font-size: 90%;
  line-height: 1.6em;
}

/* お知らせ */
.news-wrap {
  margin: 0 12%;
  padding: 16% 0 10%;
  text-align: justify;
  border-bottom: 1px solid #5e4b3d;
}

.news-date {
  font-size: 85%;
  margin-bottom: 1em;
}

.news-title {
  font-family: "Noto Serif JP", serif;
  font-size: 150%;
  font-weight: 500;
  line-height: 1.3em;
  padding-bottom: 0.5em;
  color: #5e4b3d;
  border-bottom: 1px solid #5e4b3d;
}

.news-text {
  margin-top: 1.4em;
  line-height: 2em;
  font-size: 95%;
}
.news-text p {
  margin-bottom: 1em;
}

.settlement-wrap {
  padding: 10% 10% 12%;
  background-color: #ffffff;
}

.pricing-head-1 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 125%;
  font-weight: 500;
  color: #5e4b3d;
  position: relative;
  margin-bottom: 0.5em;
}

.settlement-box P {
  font-size: 90%;
  font-weight: 500;
  padding: 0.3em;
  text-align: center;
  border-top: 2px solid #5e4b3d;
  border-bottom: 2px solid #5e4b3d;
}

/* プライバシーポリシー */
.pp-wrap {
  padding: 10% 8% 0;
  text-align: justify;
}
.pp-wrap p {
  font-family: "Noto Serif JP", serif;
}

.pp-h {
  font-family: "Noto Serif JP", serif;
  font-size: 120%;
  font-weight: 600;
  padding-top: 0.6em;
  margin-top: 2em;
  color: #5e4b3d;
  border-top: 2px solid #5e4b3d;
}

.pp-body {
  font-size: 90%;
  margin-top: 0.5em;
}
.pp-body ul {
  margin-top: 0.5em;
}
.pp-body li {
  line-height: 2em;
}

.display-880 {
  display: none;
}/*# sourceMappingURL=contents.css.map */