﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Zen+Kaku+Gothic+New&display=swap");
:root {
  --base: #242424;
  --beige1: #B39A7F;
  --gray1: #D3D3D3;
  --bg1: #F4F3EE;
  --border1: #515151;
  --border2: #F3EEE0;
  --footer: #525252;
  --answer: #D6D2BE;
  --placeholder: #D9D9D9;
  --required: #DC3535;
  --tracker: #D7C3AD;
  color-scheme: light;
}

/*-- リセット --*/
h1,
h2,
h3,
h4,
h5,
p,
b,
dt,
dd,
li,
span,
a,
strong {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  min-height: 0%;
  vertical-align: top;
}

figure {
  width: 100%;
  min-height: 0%;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  backface-visibility: hidden;
  transition: 0.3s;
}
a img {
  display: inline-block;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media only screen and (max-width: 1162px) {
  html {
    font-size: 0.8605851979vw;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #FFF;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  text-align: center;
  line-height: 1.875;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--base);
}
@media only screen and (max-width: 768px) {
  body {
    min-width: initial;
    overflow: hidden;
    overflow-y: scroll;
    line-height: 2;
  }
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

label {
  cursor: pointer;
}



img {
  vertical-align: middle;
}

a {
  transition: 0.3s opacity;
}

.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media only screen and (max-width: 1162px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.inline-pc {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .inline-pc {
    display: none;
  }
}

.inline-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .inline-sp {
    display: inline;
  }
}

.c-title--ptn1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-title--ptn1 .is-en {
  line-height: 0.6666666667;
  letter-spacing: 0.08em;
  font-size: 6rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  color: var(--beige1);
}
@media only screen and (max-width: 768px) {
  .c-title--ptn1 .is-en {
    line-height: 1;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-title--ptn1 .is-en.is-terms {
    line-height: 1.2121212121;
    font-size: 3.3rem;
  }
}
.c-title--ptn1 .is-jp {
  line-height: 2;
  letter-spacing: 0.08em;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .c-title--ptn1 .is-jp {
    font-size: 1.5rem;
  }
}
.c-title--ptn1.is-white .is-en {
  color: #FFF;
}
.c-title--ptn1.is-white .is-jp {
  color: var(--beige1);
}

.p-rules {
  padding: 19.1rem 0 40.4rem;
  
}
@media only screen and (max-width: 768px) {
  .p-rules {
    padding: 12.5rem 0 15.8rem;
    background-size: 19.751rem;
  }
}
.p-rules__head {
  position: relative;
}
.p-rules__head::before, .p-rules__head::after {
  content: "";
  background: 50% 50%/100% no-repeat;
  position: absolute;
}
.p-rules__head::before {
  width: 22.46rem;
  height: 4.774rem;
  background-image: url(../img/common/decoration-01.webp);
  top: -5.5rem;
  left: 6.8rem;
}
@media only screen and (max-width: 768px) {
  .p-rules__head::before {
    width: 12.241rem;
    height: 2.602rem;
    top: -6.1rem;
    left: 1.4rem;
  }
}
.p-rules__head::after {
  width: 24.4rem;
  height: 41.8rem;
  background-image: url(../img/common/decoration-02.webp);
  top: -9rem;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .p-rules__head::after {
    width: 8.3rem;
    height: 15.3rem;
    background-image: url(../img/common/decoration-02-sp.webp);
    top: -6.1rem;
  }
}
.p-rules__body {
  padding: 5.5rem 0 0;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .p-rules__body {
    padding-top: 4rem;
  }
}
.p-rules__body::before, .p-rules__body::after {
  content: "";
  background: 0 0/100% no-repeat;
  position: absolute;
}
.p-rules__body::before {
  width: 29.8rem;
  height: 51.6rem;
  background-image: url(../img/common/decoration-03.webp);
  right: 0;
  bottom: 24rem;
}
@media only screen and (max-width: 768px) {
  .p-rules__body::before {
    width: 20.2rem;
    height: 25.069rem;
    background-image: url(../img/common/decoration-03-sp.webp);
    top: calc(100% + 0.5rem);
    bottom: auto;
  }
}
.p-rules__body::after {
  width: 19.3rem;
  height: 40.91rem;
  background-image: url(../img/common/decoration-04.webp);
  left: 0;
  top: calc(100% + 1.3rem);
}
@media only screen and (max-width: 768px) {
  .p-rules__body::after {
    display: none;
  }
}
.p-rules__lead {
  line-height: 1.875;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-rules__block {
  margin: 5.6rem 0 0;
}
@media only screen and (max-width: 768px) {
  .p-rules__block {
    margin-top: 4rem;
  }
}
.p-rules__block + .p-rules__block {
  margin-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-rules__block + .p-rules__block {
    margin-top: 4rem;
  }
}
.p-rules__block_title {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  margin: 0 0 0.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: 2rem;
  font-weight: 700;
}
.p-rules__block_title::before {
  content: "";
  width: 2.4rem;
  height: 1.44rem;
  background: url(https://linkstay.co.jp/hotel/ueno/wp-content/themes/linkshotel/assets/img/common/rules_title-decoration.svg) 50% 50%/100% no-repeat;
}
.p-rules__block_content {
  line-height: 1.875;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  font-weight: 500;
}



.p-terms {
  padding: 0 0 0rem;
}
@media only screen and (max-width: 768px) {
  .p-terms {
    padding: 0rem 0 0rem;
    background-size: 19.751rem;
  }
}
.p-terms__head {
  position: relative;
}
.p-terms__head::before, .p-terms__head::after {
  content: "";
  background: 50% 50%/100% no-repeat;
  position: absolute;
}
.p-terms__head::before {
  width: 22.46rem;
  height: 4.774rem;
  background-image: url(../img/common/decoration-01.webp);
  top: -5.5rem;
  left: 6.8rem;
}
@media only screen and (max-width: 768px) {
  .p-terms__head::before {
    width: 12.241rem;
    height: 2.602rem;
    top: -6.1rem;
    left: 1.4rem;
  }
}
.p-terms__head::after {
  width: 24.4rem;
  height: 41.8rem;
  background-image: url(../img/common/decoration-02.webp);
  top: -9rem;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .p-terms__head::after {
    width: 8.3rem;
    height: 15.3rem;
    background-image: url(../img/common/decoration-02-sp.webp);
    top: -6.1rem;
  }
}
.p-terms__body {
  position: relative;
  text-align: left;
}
.p-terms__lead + .p-terms__lead{
  margin-top: 1.6rem;
}
.p-terms__lead:has(+ .p-terms__lists) {
  margin-bottom: 1.6rem;
}
.p-terms__lists {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.p-terms__lists_item {
  counter-increment: decimal;
  padding-left: 2.3rem;
  position: relative;
}
.p-terms__lists_item::before {
  content: counter(decimal) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--beige1);
}
.p-terms__children {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.6rem;
}
.p-terms__children_item {
  counter-increment: alpha;
  padding-left: 2.4rem;
  position: relative;
}
.p-terms__children_item::before {
  content: counter(alpha, lower-alpha) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--beige1);
}

