@charset "UTF-8";
:root {
  --color_base:#e0b3bd;
}

#mainVisual {
  position: relative;
}
#mainVisual h1 {
  position: absolute;
  width: 80%;
  top: 35%;
  left: 10%;
  z-index: 2;
}
#mainVisual .pht {
  line-height: 0;
}
#mainVisual .pht img.pc {
  display: none;
}
#mainVisual .pht img {
  width: 100%;
  vertical-align: middle;
}
#mainVisual .instagram {
  position: absolute;
  width: 10%;
  right: 2%;
  bottom: 5%;
}
#mainVisual .instagram a {
  display: block;
  margin-bottom: 10px;
}
#mainVisual .scrolldown {
  position: absolute;
  left: 50%;
  bottom: 0%;
  height: 50px;
  z-index: 1;
}
#mainVisual .scrolldown span {
  position: absolute;
  left: -15px;
  top: -15px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-style: normal;
}
#mainVisual .scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
#mainVisual .bnrrArea {
  width: 60%;
  position: absolute;
  bottom: 1%;
  left: 3%;
  z-index: 10;
}
#mainVisual .bnrrArea ul li {
  margin-bottom: 3%;
}
#mainVisual .scrolldown {
  display: none;
}

#conceptArea {
  position: relative;
  overflow: hidden;
  padding: 15% 0;
}
#conceptArea .bannerArea {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20%;
}
#conceptArea .banner-item {
  margin-bottom: 10px;
}
#conceptArea .banner-item img {
  width: 100%;
}
#conceptArea h2 {
  text-align: center;
  margin: 0 5% 5% 5%;
  font-size: 5.8vw;
  letter-spacing: 0px;
  font-family: "Libre Caslon Text", serif;
}
#conceptArea p {
  line-height: 1.8;
  margin: 0 5% 5% 5%;
  text-align: center;
  font-size: 3.6vw;
  line-height: 1.5;
}
#conceptArea .ls1 {
  position: absolute;
  width: 60%;
  left: -20%;
  top: -28%;
  z-index: -1;
}
#conceptArea .ls2 {
  position: absolute;
  width: 50%;
  right: -24%;
  top: 8.5%;
  z-index: -1;
}
#conceptArea .ls3 {
  position: absolute;
  width: 50%;
  left: -20%;
  top: 35%;
  z-index: -1;
}

.wave {
  position: relative;
  padding-top: 20%;
}

canvas {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}

#retreatArea {
  overflow: hidden;
}
#retreatArea .ttlArea {
  background: #e1b4be;
  padding: 10% 0;
  margin-bottom: 10%;
}
#retreatArea .ttlArea .warp {
  background: none;
  padding: 0;
}
#retreatArea .ttlArea .warp p {
  color: #fff;
  text-align: center;
  margin-bottom: 5%;
}
#retreatArea .ttlArea .warp .retreat {
  margin: 0 5% 5% 5%;
}
#retreatArea h2 {
  text-align: center;
  margin: 0 8% 5% 8%;
}
#retreatArea .pht {
  margin-bottom: 10%;
}
#retreatArea p {
  margin: 0 7% 10% 7%;
}
#retreatArea section {
  margin-bottom: 15%;
}
#retreatArea section h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
#retreatArea section h3 span {
  font-size: 12px;
  font-weight: 400;
}
#retreatArea section p {
  margin: 0 5% 5% 5%;
}
#retreatArea .pointttl p {
  text-align: center;
  margin-bottom: 0;
}
#retreatArea .pointttl img {
  width: 100%;
  margin: 0 auto;
}
#retreatArea .line {
  position: relative;
  margin-left: 50%;
  height: 50px;
  z-index: 1;
}
#retreatArea .line::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #6e6464;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
#retreatArea .Btn {
  width: 75%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 3%;
}
#retreatArea .section1 {
  padding-bottom: 15%;
}
#retreatArea .section2 {
  padding-bottom: 20%;
}
#retreatArea .section2 .Btn {
  width: 75%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -1%;
}
#retreatArea .section2 .Btn img {
  margin-bottom: 5%;
}
#retreatArea .section3 {
  padding-bottom: 30%;
}
#retreatArea .section3 .Btn {
  width: 75%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -1%;
}
#retreatArea .section3 .Btn img {
  margin-bottom: 5%;
}
#retreatArea .section4 {
  padding-bottom: 13%;
}
#retreatArea .section5 {
  padding-bottom: 5%;
}

#contentsArea {
  overflow: hidden;
  margin-bottom: 15%;
}
#contentsArea .item {
  width: 60%;
  margin-left: -22%;
  animation: fuwafuwa 5s infinite ease-in-out 0.8s alternate;
}
#contentsArea h2 {
  text-align: center;
  font-size: 7vw;
  color: #a47864;
  margin-bottom: 1%;
  font-family: "Libre Caslon Text", serif;
}
#contentsArea h2 img {
  width: 50%;
  margin-bottom: 3%;
}
#contentsArea .pht {
  margin: 0 0 5% 0;
}
#contentsArea p {
  margin: 0 5% 5% 5%;
}
#contentsArea section {
  position: relative;
  margin-bottom: 15%;
}
#newsArea {
  position: relative;
  overflow: hidden;
  margin-bottom: 15%;
  font-weight: 700;
}
#newsArea .item {
  width: 60%;
  margin-left: 62%;
  animation: fuwafuwa 5s infinite ease-in-out 0.8s alternate;
}
#newsArea h2 {
  text-align: center;
  font-size: 9vw;
  color: #e0b3bd;
  background: url("../img/bg_ttlnews.png") no-repeat left -10px top 0;
  background-size: 30%;
  padding-top: 10%;
  margin-bottom: 5%;
  font-family: "Libre Caslon Text", serif;
}
#newsArea section dl {
  background: #efebea;
  border-radius: 10px;
  margin: 0 5% 5% 5%;
  padding: 8%;
}
#newsArea section dt {
  color: #e0b3bd;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3%;
  font-family: "Libre Caslon Text", serif;
}
#newsArea section dt span {
  color: #6e6464;
  font-size: 13px;
}
#newsArea section dd {
  font-size: 13px;
}
#newsArea section dd p {
  margin-bottom: 3%;
}
#newsArea section dd b {
  color: #e0b3bd;
  font-size: 20px;
  font-family: "Libre Caslon Text", serif;
}
#newsArea section dd span {
  font-size: 11px;
}
#newsArea section dd a {
  text-decoration: underline;
  color: #e0b3bd;
}
#newsArea section dd .pht {
  width: 100%;
  margin: 0 auto 5% auto;
  border-radius: 5px;
}
#newsArea section dd .pht img {
  width: 100%;
}
#newsArea section dd .newspht {
  width: 100%;
  margin: 0 auto;
}
#newsArea section dd .newspht li {
  margin-bottom: 3%;
}
#newsArea section dd .newspht li img {
  width: 100%;
}
#newsArea ol.pht {
  display: flex;
}
#newsArea ol.pht li img {
  width: 100%;
}
#newsArea ol.pht2 {
  overflow: hidden;
  margin-bottom: 30px;
}
#newsArea ol.pht2 li {
  float: left;
  width: 50%;
  margin-bottom: 0;
}
#newsArea ol.pht2 li img {
  width: 100%;
  vertical-align: middle;
}
#newsArea table {
  width: 100%;
  margin-bottom: 20px;
  letter-spacing: 0;
}
#newsArea table {
  width: 100%;
  background: #fff;
  margin-bottom: 5%;
}
#newsArea table .n {
  background: var(--color_base);
  color: #fff;
  text-align: center;
}
#newsArea table th {
  border-bottom: 1px solid #ece8e7;
  border-right: 1px solid #ece8e7;
  line-height: 1.3;
  padding: 3% 4%;
  vertical-align: middle;
}
#newsArea table td {
  border-bottom: 1px solid #ece8e7;
  border-right: 1px solid #ece8e7;
  vertical-align: middle;
  line-height: 1.3;
  padding: 3% 4%;
  vertical-align: middle;
}

#schedule dl dt {
  font-family: "Libre Caslon Text", serif;
  font-style: normal;
  font-weight: 700;
  color: #b4a0c8;
  font-size: 5vw;
  margin-bottom: 0;
  line-height: 1.2;
}
#schedule dl dd h3 {
  color: #a47864;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 2%;
  font-size: 5.6vw;
}
#schedule dl dd .pht {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 3%;
}
#schedule .icon {
  width: 13%;
  position: absolute;
  left: -3%;
  top: -10px;
  z-index: 1;
}
#schedule h4 {
  width: 40%;
  margin-left: -15%;
  margin-bottom: 20%;
}
#schedule {
  /*タイムライン全体の設定*/
}
#schedule .timeline {
  padding: 10% 30px;
  background: #f0e4e6;
  overflow: hidden;
}
#schedule .timeline .ttl {
  color: #b4a0c8;
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #b4a0c8;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#schedule .timeline li {
  /*線の起点とするためrelativeを設定*/
  position: relative;
  list-style: none;
  padding: 0 0 20px 0;
}
#schedule .timeline dl {
  margin: 0 0 20px 3em;
}
#schedule {
  /*絶対配置で線を設定*/
}
#schedule .border-line {
  /*線の位置*/
  position: absolute;
  left: 9px;
  top: 0;
  width: 3px;
  /*線の太さ*/
  height: 0;
  /*はじめは高さを0に*/
  background: #fff;
}
#schedule {
  /*タイムラインの見出し横の丸の位置と形状*/
}
#schedule .timeline li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  background: #b4a0c8;
  border-radius: 50%;
}
#schedule .day1 li::after {
  background: #b4a0c8;
}
#schedule .day2 dl dt {
  color: #e1b4be;
}
#schedule .day2 li::after {
  background: #e1b4be;
}
#schedule .day3 dl dt {
  color: #f0d07d;
}
#schedule .day3 li::after {
  background: #f0d07d;
}

#flow article {
  background: #f9f0f2;
  border-radius: 10px;
  margin: 0 5%;
  padding: 8%;
}
#flow section {
  margin: 0 0 30% 0;
}
#flow section:last-child {
  margin-bottom: 0;
}
#flow h3 {
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 3% 0;
  margin: 0 20% 10% 20%;
}
#flow h3 img {
  width: 60%;
  margin: 0 auto;
}
#flow h4 {
  text-align: center;
  color: #e1a0b4;
  font-size: 5.4vw;
  font-weight: 700;
  margin-bottom: 5%;
}
#flow span {
  font-size: 3.6vw;
}
#flow .linkBtnp a {
  display: block;
  font-size: 4.8vw;
  background: #e1a0b4;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  border-radius: 6px;
  padding: 8% 0;
  margin-top: 5%;
}
#flow .linkBtnp a span {
  display: block;
  font-size: 3.6vw;
}
#flow .linkBtnptxt a {
  color: #e1a0b4;
  font-size: 4.2vw;
  text-decoration: underline;
}
#flow .linkBtnimg {
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
}
#flow .linkBtnimg a {
  display: inline-block;
}
#flow .linkBtnimg a br {
  display: none;
}
#flow p {
  margin-bottom: 10%;
}
#flow .line {
  text-align: center;
}
#flow .line img {
  width: 1%;
  margin: 0 auto;
}
#flow ol li {
  list-style: decimal;
  margin-left: 25px;
  margin-bottom: 5%;
}

#point {
  overflow: hidden;
}
#point a {
  color: #e1b4be;
  text-decoration: underline;
}
#point article {
  position: relative;
  overflow: hidden;
  padding-top: 20%;
}
#point .line {
  position: relative;
  margin-left: 50%;
  height: 80px;
  z-index: 1;
}
#point .line::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 70px;
  background: #e1a0b4;
  animation: pathmove2 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove2 {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 60px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
}
#point h2 {
  margin: 0 auto 10% auto;
}
#point .mainttl {
  padding: 5% 8% 8% 8%;
}
#point .mainttl dt {
  font-weight: 700;
  font-size: 5.4vw;
  margin-bottom: 3%;
  text-align: center;
}
#point .mainttl dd {
  text-justify: inter-ideograph;
}
#point .pht {
  position: relative;
  margin-bottom: 7%;
}
#point .pht .img {
  overflow: hidden;
}
#point .pht .img img {
  margin-left: 5%;
  width: 100%;
}
#point .pht .bg {
  position: absolute;
  z-index: -1;
  animation: fuwafuwa 5s infinite ease-in-out 0.8s alternate;
}
#point .ls1 {
  position: absolute;
  width: 60%;
  left: -15%;
  top: 70%;
  z-index: -1;
}
#point .ls2 {
  position: absolute;
  width: 30%;
  right: -5%;
  top: 80%;
  z-index: -1;
}
#point .pk .line::after {
  background: #e1b4be;
}
#point .pk .mainttl dt {
  color: #e1b4be;
}
#point .pk .subttl1 dt {
  color: #e1b4be;
}
#point .pk .subttl1 dd {
  background: #e1b4be;
}
#point .pk .head {
  position: relative;
  background-image: url("../img/point/bg_illust01.png"), url("../img/point/bg_illust02.png");
  background-size: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-position: left -5% top 27%, right -5% top 42%;
}
#point .pk .pht .img {
  overflow: hidden;
}
#point .pk .pht .img img {
  margin-left: 5%;
  width: 100%;
}
#point .pk .pht .bg {
  left: -5%;
  top: 8%;
}
#point .pp .line::after {
  background: #b4a0c8;
}
#point .pp .mainttl dt {
  color: #b4a0c8;
}
#point .pp .subttl1 dt {
  color: #b4a0c8;
}
#point .pp .subttl1 dd {
  background: #b4a0c8;
}
#point .pp .head {
  position: relative;
  background-image: url("../img/point/bg_illust03.png"), url("../img/point/bg_illust04.png");
  background-size: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-position: left -5% top 42%, right -5% top 27%;
}
#point .pp .pht .img {
  overflow: hidden;
}
#point .pp .pht .img img {
  margin-left: -5%;
  width: 100%;
}
#point .pp .pht .bg {
  right: -8%;
  top: 12%;
  width: 100%;
}
#point .contentsArea .subttl1 {
  padding: 5%;
  text-align: center;
  margin-bottom: 10%;
}
#point .contentsArea .subttl1 dt {
  font-family: "Libre Caslon Text", serif;
  font-style: normal;
  letter-spacing: 7px;
  font-weight: 700;
  margin-bottom: 3%;
  font-size: 5vw;
}
#point .contentsArea .subttl1 dd {
  text-align: center;
  font-size: 6vw;
  font-weight: 700;
  letter-spacing: 10px;
  border-radius: 50px;
  color: #fff;
  padding: 2% 0;
  line-height: 1.4;
}
#point .contentsArea .subttl1 dd span {
  transform: scale(0.7, 1);
  display: block;
}
#point .contentsArea .contentsttl {
  padding: 20px 0;
  text-align: center;
  width: 80%;
  margin: 0 auto 30px auto;
}
#point .contentsArea .contentsttl dt {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 10px;
  border-radius: 50px;
  color: #fff;
  padding: 5px 0;
  margin-bottom: 10px;
  background-color: #e1b4be;
}
#point .contentsArea .contentsttl dt span {
  transform: scale(0.7, 1);
  display: block;
}
#point .contentsArea .contentsttl dd {
  font-family: "Libre Caslon Text", serif;
  font-style: normal;
  letter-spacing: 7px;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 18px;
  color: #e1b4be;
}
#point .contentsArea .contentsttl p {
  text-align: left;
}
#point .contentsArea .mv {
  margin-bottom: 20%;
}
#point #staff .staffArea {
  border-bottom: 1px solid #e1b4be;
  margin: 0 8% 15% 8%;
  padding-bottom: 15%;
}
#point #staff .staffmember {
  border-radius: 10px;
  background: #fff;
  padding: 5%;
}
#point #staff h2 {
  text-align: center;
  font-size: 5.6vw;
  color: #fff;
  text-align: center;
  padding: 5% 0;
  margin-bottom: 0;
}
#point #staff .imgArea {
  margin-bottom: 10%;
}
#point #staff .imgArea h3 {
  line-height: 2;
  text-align: center;
  font-family: "Libre Caslon Text", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3.2vw;
  margin-bottom: 5%;
}
#point #staff .imgArea h3 span {
  border-bottom: 1px solid #e1b4be;
  color: #e1b4be;
  padding-bottom: 2%;
  font-size: 6vw;
}
#point #staff .imgArea .pht {
  overflow: hidden;
  border-radius: 10px;
  margin: 0 12%;
}
#point #staff .imgArea .pht img {
  width: 80%;
}
#point #staff .readArea dl dt {
  color: #e1b4be;
  font-size: 4.5vw;
}
#point #staff .readArea dl dd {
  text-align: left;
}
#point #staff .readArea dl dd p {
  margin-bottom: 5%;
}
#point #staff .readArea dl dd ol li span {
  vertical-align: 0.25em;
}
#point #staff .readArea dl dd ol li {
  list-style: disc;
  margin-left: 25px;
}
#point #staff .readArea dl dd ol li::marker {
  color: #e1b4be;
  font-size: 6.4vw;
}
#point #staff .acd-check {
  display: none;
}
#point #staff .acd-label {
  display: block;
  margin-bottom: 1px;
  padding: 10px 0;
  color: #e1b4be;
  font-size: 5.4vw;
  text-decoration: underline;
}
#point #staff .acd-content {
  height: 0;
  opacity: 0;
  padding: 0 0px;
  transition: 0.5s;
  visibility: hidden;
}
#point #staff .acd-check:checked + .acd-label + .acd-content {
  height: 100%;
  opacity: 1;
  padding: 0px 0;
  visibility: visible;
}
#point #staff .boxAera {
  text-align: center;
}
#point #staff .panel {
  border-left: none;
  border-right: none;
  background-color: white;
  padding: 20px 20px;
  display: none;
}
#point #staff .box {
  margin-top: 10%;
  border-radius: 10px;
  background-color: #e1b4be;
  display: block;
  display: inline-block;
  width: 80%;
  border: 1px solid #e1b4be;
}
#point #staff button {
  font-family: inherit;
  font-size: 120%;
}
#point #staff .boxbtn {
  color: #fff;
  font-weight: 700;
  display: block;
  flex-grow: 1;
  width: 100%;
  padding: 20px;
  background-color: inherit;
  outline: none;
  border: none;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
  letter-spacing: 1.5px;
}
#point #staff .boxbtn:hover {
  background-color: #ddd;
}
#point #staff .fas {
  float: right;
}

#facilities .contentsArea h3 {
  text-align: center;
  line-height: 1;
  margin-bottom: 8%;
}
#facilities .contentsArea h3 b {
  display: block;
  font-family: "Libre Caslon Text", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 4px;
  color: #b4a0c8;
  font-size: 6.4vw;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3%;
  margin-bottom: 3%;
}
#facilities .contentsArea h3 span {
  display: block;
  font-weight: 700;
  font-size: 4vw;
}
#facilities .contentsArea h4 {
  color: #b4a0c8;
  font-size: 4.8vw;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 3%;
}
#facilities .contentsArea h4 span {
  font-size: 14px;
}
#facilities .contentsArea .iconbtn {
  background: #b4a0c8;
  font-size: 12px;
  line-height: 1;
  padding: 2% 3%;
  color: #fff;
  border-radius: 4px;
}
#facilities .contentsArea .pht {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5%;
}
#facilities .contentsArea .slider div {
  border-radius: 10px;
  overflow: hidden;
}
#facilities .contentsArea .room li {
  position: relative;
  text-align: center;
  margin-bottom: 20%;
}
#facilities .contentsArea .room li img {
  margin-bottom: 0;
}
#facilities .contentsArea .room li .playbtn {
  position: absolute;
  width: 20%;
  left: 5%;
  top: 5%;
}
#facilities .contentsArea .room li p {
  margin-bottom: 5%;
  font-size: 3vw;
}
#facilities .contentsArea .room .amenity p {
  text-align: left;
}
#facilities .contentsArea dl dd {
  margin: 0 5%;
}
#facilities .contentsArea .warp {
  margin: 0 8% 15% 8%;
}

#foods .contentsArea .warpArea {
  background: #efebea;
  border-radius: 10px;
  padding: 5%;
}
#foods .contentsArea ul {
  margin-bottom: 15%;
}
#foods .contentsArea ul li {
  margin-bottom: 10%;
  text-align: center;
}
#foods .contentsArea ul li h4 {
  background: #aa877d;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  margin: 0 20% 5% 20%;
  padding: 1% 0;
  letter-spacing: 4px;
}
#foods .contentsArea .room dl {
  margin: 0;
  padding: 0;
}
#foods .contentsArea .room dt {
  text-align: center;
  color: #aa877d;
  font-size: 4.6vw;
  line-height: 1.5;
  margin-bottom: 3%;
  font-weight: 700;
  background: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
#foods .contentsArea .room dd {
  padding: 3%;
}
#foods .contentsArea .room dd span {
  font-size: 12px;
}
#foods .contentsArea .pht {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5%;
}

#service .pht {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5%;
}
#service ul li {
  margin-bottom: 10%;
}
#service ul li h4 {
  color: #b4a0c8;
  font-size: 4.8vw;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 3%;
}
#service ul li h4 span {
  font-size: 14px;
}
#service ul li a {
  display: block;
  background: #b4a0c8;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5% 0;
  font-size: 3.6vw;
}

#program .contentsWarp {
  position: relative;
  padding-top: 8%;
  margin-bottom: 15%;
}
#program .warp {
  background: #efebea;
  border-radius: 10px;
  padding: 13% 5% 5% 5%;
  margin: 0 5%;
}
#program h3 {
  background: #efebea;
  border-radius: 30px;
  color: #a47864;
  font-size: 6vw;
  text-align: center;
  padding: 4% 0;
  font-weight: 700;
  position: absolute;
  top: 0;
  width: 76%;
  left: 12%;
  line-height: 1.7;
}
#program h3 span {
  display: block;
  transform: scale(0.7, 1);
}
#program .plan1 {
  margin-top: 20%;
}
#program .plan1 h3 {
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  letter-spacing: 4px;
  top: 0%;
}
#program .plan1 .opp {
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  letter-spacing: 4px;
  top: -6%;
}
#program .plan1 .txtc {
  text-align: center;
  margin-bottom: 0%;
}
#program .plan1 h4 {
  background: #aa877d;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 3% 0;
  font-size: 4.2vw;
  font-weight: 700;
  margin: 0 3% 3% 3%;
}
#program .plan1 .pht {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0%;
}
#program .plan1 .point1 {
  margin: 5% 0% 8% 0%;
}
#program .plan1 .point1 dt {
  color: #e1b4be;
  font-size: 4.8vw;
  font-weight: 700;
  margin-bottom: 5%;
}
#program .plan1 .point1 dt b {
  background: #e1b4be;
  border-radius: 50px;
  padding: 3% 5%;
  color: #fff;
  font-family: "Libre Caslon Text", serif;
  font-style: normal;
  font-weight: 700;
  margin-right: 3%;
}
#program .plan1 .point1 dd {
  margin-bottom: 5%;
}
#program .plan1 .point1 p {
  text-align: left;
  padding: 5%;
}
#program .plan1 .point2 {
  margin: 5% 0% 5% 0%;
}
#program .plan1 .point2 dt {
  color: #e1b4be;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5;
}
#program .plan1 .point2 dt span {
  font-size: 3.6vw;
  color: #666;
}
#program .plan1 .point2 dd {
  margin-bottom: 8%;
  font-weight: 700;
}
#program .plan1 .point2 dd p {
  margin: 0 0 3% 0;
}
#program .plan1 .point2 dd a {
  display: block;
  background: #e1b4be;
  padding: 3% 5%;
  color: #fff;
  font-weight: 700;
  width: 43%;
  border-radius: 6px;
  font-size: 3.6vw;
}
#program .plan1 .point2 p {
  text-align: left;
}
#program .plan1 .menu {
  margin: 5% 0% 8% 0%;
}
#program .plan1 .menu dl {
  margin-bottom: 10%;
}
#program .plan1 .menu dt {
  margin-bottom: 5%;
}
#program .plan1 .menu dt b {
  background: #e1b4be;
  border-radius: 50px;
  padding: 3% 5%;
  color: #fff;
  font-family: "Libre Caslon Text", serif;
  font-style: normal;
  font-weight: 700;
  margin-right: 3%;
}
#program .plan1 .menu dd h5 {
  color: #e1b4be;
  font-size: 4.8vw;
  font-weight: 700;
  margin-bottom: 3%;
  line-height: 1.5;
}
#program .plan1 .menu p {
  text-align: left;
}
#program .plan1 .menu ol li {
  text-align: center;
  margin-bottom: 3%;
  font-size: 3.6vw;
}
#program .plan1 .menu ol li a {
  color: #e1b4be;
  text-decoration: underline;
}
#program .plan1 .photo .pht {
  margin-bottom: 3%;
}
#program .plan1 .photo dt {
  color: #e1b4be;
  font-size: 4.8vw;
  font-weight: 700;
  margin-bottom: 2%;
  line-height: 1.5;
}
#program .plan1 .photo dd {
  margin-bottom: 5%;
}
#program .plan1 .photo dd .txt {
  text-align: left;
  margin-bottom: 10px;
}
#program .plan1 .photo dd .txt span {
  font-weight: 700;
}
#program .plan1 .photo dd .batt {
  text-align: center;
  background: #a47864;
  border-radius: 50px;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 10px;
}
#program .plan1 .photo dd .att {
  font-size: 12px;
}
#program .plan1 .photo .linkBtn2 {
  clear: both;
  width: 100%;
  margin: 0 auto;
}
#program .plan1 .photo .linkBtn2 a {
  display: block;
  color: #fff;
  background: #e1b4be;
  text-align: center;
  padding: 12px 0;
  border-radius: 6px;
}
#program .plan2 h3 {
  width: 76%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -1%;
}
#program .plan2 h4 {
  background: #e1b4be;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 3% 0;
  font-size: 4.2vw;
  font-weight: 700;
  margin: 0 3% 0% 3%;
}
#program .plan2 p {
  text-align: left;
  padding: 5%;
  margin-bottom: 5%;
}
#program .plan3 h4 {
  font-size: 5.6vw;
  text-align: center;
}
#program .plan3 h4 span {
  display: block;
  font-weight: 700;
}
#program .plan3 p {
  text-align: center;
}
#program .plan3 h4 {
  background: #aa877d;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 3% 0;
  font-size: 5.6vw;
  font-weight: 700;
  margin: 0 3% 3% 3%;
}
#program .btnArea a {
  color: #e1b4be;
  text-decoration: underline;
  font-size: 4.2vw;
  font-weight: 700;
}

#list section {
  position: relative;
  padding: 10% 0 5% 0;
}
#list h3 {
  position: absolute;
  top: 0;
}
#list h3.ttl1 {
  width: 45%;
  right: -5%;
}
#list h3.ttl2 {
  width: 45%;
  left: -5%;
}
#list h3.ttl3 {
  width: 60%;
  right: -5%;
}
#list h3.ttl4 {
  width: 60%;
  left: -5%;
}
#list .warp {
  background: #f6f0f1;
  margin: 0 5% 10% 5%;
  padding: 8% 8%;
  border-radius: 10px;
}
#list ol {
  margin-left: 3%;
}
#list ol li {
  position: relative;
  margin: 0 5% 3% 5%;
}
#list ol li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b4a0c8;
  position: absolute;
  left: -20px;
  top: calc(0.75em - 3px);
}
#list section:nth-child(2) .warp {
  padding-top: 15%;
}
#list section:nth-child(3) .box {
  border-bottom: 1px solid #b4a0c8;
  padding-bottom: 5%;
  margin-bottom: 5%;
}
#list section:nth-child(4) .warp {
  padding-top: 15%;
}
#list section:nth-child(5) {
  padding: 0;
}
#list h4 {
  color: #b4a0c8;
  font-size: 4.8vw;
  font-weight: 700;
  margin-bottom: 5%;
  line-height: 1.3;
}
#list h4 span {
  font-size: 3.6vw;
}

.alinkBtn {
  padding-top: 3%;
}
.alinkBtn a {
  display: block;
  background: #b4a0c8;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5% 0;
  font-size: 3.6vw;
}

#price section {
  position: relative;
  padding-top: 8%;
  margin-bottom: 15%;
}
#price h3 {
  background: #efebea;
  border-radius: 30px;
  color: #a47864;
  font-size: 6vw;
  text-align: center;
  padding: 4% 0;
  font-weight: 700;
  position: absolute;
  top: 0;
  width: 80%;
  left: 10%;
  line-height: 1.7;
}
#price h3 span {
  display: block;
  transform: scale(0.7, 1);
}
#price .warp {
  background: #efebea;
  border-radius: 10px;
  padding: 13% 5% 5% 5%;
  margin: 0 5%;
}
#price .pht {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 3%;
}
#price .slider div {
  border-radius: 10px;
  overflow: hidden;
}
#price .slider div div div img {
  vertical-align: middle;
}
#price .plan1 h3 {
  width: 60%;
  left: 21%;
  letter-spacing: 4px;
}
#price .plan1 h4 {
  background: #e1b4be;
  color: #fff;
  text-align: center;
  font-size: 4.8vw;
  font-weight: 700;
  padding: 1% 0;
}
#price .plan1 p {
  text-align: center;
  padding: 1% 0;
}
#price .plan1 .price {
  color: #e1b4be;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1;
  font-family: "Libre Caslon Text", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 4px;
}
#price .plan1 .price span {
  font-size: 4.2vw;
}
#price .plan1 .nprice {
  color: #e1b4be;
}
#price .plan1 .nprice b {
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1;
  font-family: "Libre Caslon Text", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 4px;
}
#price .plan1 .nprice span {
  font-size: 4.2vw;
}
#price .plan1 ul li {
  margin-bottom: 15%;
}
#price .plan1 ul li:last-child {
  /*border-top: 1px solid #e1b4be;*/
  margin-bottom: 0;
}
#price .plan1 ul li:last-child p {
  text-align: left;
  padding: 5%;
}
#price .plan1 ul li:nth-child(5) {
  width: 100%;
  margin: 20px 0 20px 0;
}
#price .plan1 ul li:nth-child(5) .planArea {
  margin-bottom: 10px;
}
#price .plan1 ul li:nth-child(5) .read {
  margin-bottom: 20px;
}
#price .plan1 ul li:nth-child(5) dl {
  width: 100%;
  margin-bottom: 10%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10%;
}
#price .plan1 ul li:nth-child(5) dl dt {
  background: #e1b4be;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 60px;
  padding: 5px 0;
  margin-bottom: 10px;
}
#price .plan1 ul li:nth-child(5) dl dd p {
  font-size: 14px;
}
#price .plan1 ul li:nth-child(5) dl dd ol li {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 0px;
  font-size: 13px;
  width: 90%;
  border: none;
}
#price .plan1 ul li:nth-child(5) dl dd.price {
  letter-spacing: 0;
  color: #e1b4be;
  padding: 5px 0;
  font-size: 6vw;
  text-align: right;
}
#price .plan1 ul li:nth-child(5) dl dd.price span {
  font-size: 3vw;
}
#price .plan1 ul li:nth-child(5) dl:last-child {
  margin-bottom: 0;
}
#price .plan1 ul li:nth-child(5) .att {
  font-size: 13px;
}
#price .plan1 ul li:nth-child(5) h5 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3%;
}
#price .plan1 ul li:nth-child(5) p {
  font-size: 14px;
}
#price .plan1 ul li:nth-child(5) .inner-contents a {
  margin-top: 15px;
  text-align: center;
  display: block;
  background: #e1b4be;
  border-radius: 50px;
  color: #fff;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 700;
}
#price .plan1 ul li:nth-child(5) .inner-contents i {
  margin-left: 10px;
}
#price .plan2 h3 {
  width: 50%;
  left: 25%;
  letter-spacing: 4px;
}
#price .plan2 dl {
  margin: 0 5% 5% 5%;
}
#price .plan2 dl dt {
  color: #e1b4be;
  font-size: 4.2vw;
  font-weight: 700;
}
#price .plan2 dl dt span {
  font-family: "Libre Caslon Text", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 4px;
  font-size: 8vw;
}
#price .plan2 ol {
  margin: 0 5% 3% 13%;
}
#price .plan2 ol li {
  position: relative;
}
#price .plan2 ol li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e1b4be;
  position: absolute;
  left: -20px;
  top: calc(0.75em - 3px);
}
#price .plan3 h3 {
  width: 60%;
  left: 20%;
  letter-spacing: 4px;
}
#price .plan3 dl {
  margin: 0 5% 5% 5%;
}
#price .plan3 dl dt {
  background: #e1b4be;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 3% 0;
  font-size: 4.2vw;
  font-weight: 700;
}
#price .plan3 dl dd.traiangle {
  width: 0;
  text-align: center;
  margin: 0 auto;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #e1b4be;
}
#price .plan3 dl dd {
  text-align: center;
  font-size: 5.4vw;
}
#price .plan3 dl dd span {
  display: block;
  font-size: 3.6vw;
}
#price .plan3 p {
  text-align: left;
  padding: 5%;
}
#price .plan4 h3 {
  width: 70%;
  left: 15%;
  letter-spacing: 4px;
}
#price .plan4 h4 {
  background: #aa877d;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 3% 0;
  font-size: 4.2vw;
  font-weight: 700;
  margin: 0 3% 8% 3%;
}
#price .plan4 .repeat {
  background: #aa877d;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 700;
  margin: 8% 0 8% 0;
}
#price .plan4 h5 {
  color: #6e6464;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0% 5px 0%;
  line-height: 1.5;
}
#price .plan4 h5 span {
  font-size: 13px;
  font-weight: 400;
}
#price .plan4 .pht {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0%;
}
#price .plan4 .point1 {
  margin: 5% 0% 8% 0%;
}
#price .plan4 .point1 dt {
  color: #e1b4be;
  font-size: 4.8vw;
  font-weight: 700;
  margin-bottom: 5%;
}
#price .plan4 .point1 dt b {
  background: #e1b4be;
  border-radius: 50px;
  padding: 3% 5%;
  color: #fff;
  font-family: "Libre Caslon Text", serif;
  font-style: normal;
  font-weight: 700;
  margin-right: 3%;
}
#price .plan4 .point1 dd {
  margin-bottom: 5%;
}
#price .plan4 .point1 p {
  text-align: center;
  padding: 5%;
}
#price .plan4 .point2 {
  margin: 5% 0% 5% 0%;
}
#price .plan4 .point2 dt {
  color: #e1b4be;
  font-size: 4.2vw;
  font-weight: 700;
  line-height: 1.5;
}
#price .plan4 .point2 dt span {
  font-size: 3.6vw;
  color: #666;
}
#price .plan4 .point2 dd {
  margin-bottom: 8%;
}
#price .plan4 .point2 dd p {
  margin: 0 0 3% 0;
}
#price .plan4 .point2 dd a {
  display: block;
  background: #e1b4be;
  padding: 3% 5%;
  color: #fff;
  font-weight: 700;
  width: 43%;
  border-radius: 6px;
  font-size: 3.6vw;
}
#price .plan4 .point2 p {
  text-align: left;
}
#price .plan4 .point2 .att {
  clear: both;
  font-size: 13px;
}
#price .plan4 .point2 .plus {
  background: var(--color_base);
  text-align: center;
  color: #fff;
  padding: 1% 0;
  font-weight: 700;
  margin: 2% 0;
}
#price .plan4 .point2 .plust {
  font-weight: 700;
}
#price .plan4 ol li {
  text-align: center;
  margin-bottom: 3%;
  font-size: 2.4vw;
}
#price .plan4 ol li a {
  color: #e1b4be;
  text-decoration: underline;
  font-size: 3.6vw;
}
#price .plan5 h3 {
  width: 76%;
  left: 12%;
}
#price .plan5 h4 {
  background: #e1b4be;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 3% 0;
  font-size: 4.2vw;
  font-weight: 700;
  margin: 0 3% 0% 3%;
}
#price .plan5 p {
  text-align: left;
  padding: 5%;
  margin-bottom: 5%;
}
#price .plan6 h3 {
  width: 76%;
  left: 12%;
}
#price .plan6 h4 {
  background: #aa877d;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 3% 0;
  font-size: 4.2vw;
  font-weight: 700;
  margin: 0 3% 0% 3%;
}
#price .plan6 p {
  padding: 20px 0;
}
#price .plan6 .mab {
  margin-bottom: 60px;
  border-bottom: 1px dotted #aa877d;
}
#price .plan6 .readArea {
  overflow: hidden;
  padding: 15px 0 20px 0;
}
#price .plan6 dl {
  overflow: hidden;
  margin-bottom: 30px;
}
#price .plan6 dt {
  color: #fff;
  background: #e1b4be;
  border-radius: 3px;
  padding: 5px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0% 5px 0%;
}
#price .plan6 dt span {
  font-size: 15px;
  font-weight: 400;
}
#price .plan6 dd {
  font-family: "Libre Caslon Text", serif;
  line-height: 1.5;
  text-align: center;
  padding-top: 10px;
}
#price .plan6 dd p {
  padding: 0;
  font-weight: 700;
}
#price .plan6 dd .ttl {
  color: #e1b4be;
}
#price .plan6 dd b {
  font-size: 28px;
}
#price .plan6 dd span {
  font-size: 12px;
}
#price .plan6 dd ol {
  overflow: hidden;
}
#price .plan6 dd ol li {
  list-style: decimal;
  margin-left: 25px;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 5px;
}
#price .plan6 .priceArea dd {
  margin-bottom: 30px;
}
#price .plan6 .priceArea dd:nth-child(2) {
  margin-bottom: 0;
}
#price .checkin h4 {
  border-bottom: 1px solid #aa877d;
  margin: 0 5% 5% 5%;
  text-align: center;
}
#price .checkin h4 span {
  display: block;
  margin-left: -5%;
  width: 100%;
  white-space: nowrap;
  font-size: 5.6vw;
  font-weight: 700;
  transform: scale(0.7, 1);
}
#price .checkin p {
  color: #e1b4be;
  font-size: 4.8vw;
  text-align: center;
  line-height: 1.3;
}
#price .checkin p span {
  font-family: "Libre Caslon Text", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 6vw;
}
#price .room h3 {
  width: 60%;
  left: 21%;
  letter-spacing: 4px;
}
#price .room h4 {
  background: #e1b4be;
  color: #fff;
  text-align: center;
  font-size: 4.8vw;
  font-weight: 700;
  padding: 1% 0;
}
#price .room p {
  text-align: center;
  padding: 1% 0;
}
#price .room .price {
  color: #e1b4be;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1;
  font-family: "Libre Caslon Text", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 4px;
}
#price .room .price span {
  font-size: 4.2vw;
}
#price .room .nprice {
  color: #e1b4be;
}
#price .room .nprice b {
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1;
  font-family: "Libre Caslon Text", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 4px;
}
#price .room .nprice span {
  font-size: 4.2vw;
}
#price .room ul li {
  margin-bottom: 15%;
}
#price .room ul li:last-child {
  /*border-top: 1px solid #e1b4be;*/
  margin-bottom: 0;
}
#price .room ul li:last-child p {
  text-align: left;
  padding: 5%;
}
#price .room ul li:nth-child(5) {
  width: 100%;
  margin: 20px 0 20px 0;
}
#price .room ul li:nth-child(5) .planArea {
  margin-bottom: 10px;
}
#price .room ul li:nth-child(5) .read {
  margin-bottom: 20px;
}
#price .room ul li:nth-child(5) dl {
  width: 100%;
  margin-bottom: 10%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10%;
}
#price .room ul li:nth-child(5) dl dt {
  background: #e1b4be;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 60px;
  padding: 5px 0;
  margin-bottom: 10px;
}
#price .room ul li:nth-child(5) dl dd p {
  font-size: 14px;
}
#price .room ul li:nth-child(5) dl dd ol li {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 0px;
  font-size: 13px;
  width: 90%;
  border: none;
}
#price .room ul li:nth-child(5) dl dd.price {
  letter-spacing: 0;
  color: #e1b4be;
  padding: 5px 0;
  font-size: 6vw;
  text-align: right;
}
#price .room ul li:nth-child(5) dl dd.price span {
  font-size: 3vw;
}
#price .room ul li:nth-child(5) dl:last-child {
  margin-bottom: 0;
}
#price .room ul li:nth-child(5) .att {
  font-size: 13px;
}
#price .room ul li:nth-child(5) h5 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3%;
}
#price .room ul li:nth-child(5) p {
  font-size: 14px;
}
#price .room ul li:nth-child(5) .inner-contents a {
  margin-top: 15px;
  text-align: center;
  display: block;
  background: #e1b4be;
  border-radius: 50px;
  color: #fff;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 700;
}
#price .room ul li:nth-child(5) .inner-contents i {
  margin-left: 10px;
}
#price .packplan p {
  margin-bottom: 3%;
}
#price .packplan .att {
  border-bottom: 1px solid #e1b4be;
  padding: 5% 0;
  margin-bottom: 5%;
}
#price .packplan dl {
  width: 100%;
  margin-bottom: 10%;
}
#price .packplan dl dt {
  background: #e1b4be;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 60px;
  padding: 5px 0;
  margin-bottom: 10px;
}
#price .packplan dl dd p {
  font-size: 14px;
}
#price .packplan dl dd ol li {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 0px;
  font-size: 13px;
  width: 90%;
  border: none;
}
#price .packplan dl dd.price {
  letter-spacing: 0;
  color: #e1b4be;
  padding: 5px 0;
  font-weight: 700;
  font-size: 6vw;
  text-align: right;
}
#price .packplan dl dd.price span {
  font-size: 3vw;
}
#price .packplan dl dd.price b {
  color: #6e6464;
  font-size: 3vw;
}
#price .packplan dl dd.price2 {
  letter-spacing: 0;
  color: #e1b4be;
  padding: 5px 0;
  font-weight: 700;
  font-size: 6vw;
  text-align: right;
}
#price .packplan dl dd.price2 span {
  font-size: 3vw;
}
#price .packplan dl dd.price2 b {
  color: #6e6464;
  font-size: 3vw;
}
#price .packplan dl:last-child {
  margin-bottom: 0;
}
#price .packplan .att {
  font-size: 13px;
}
#price .packplan h5 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3%;
}
#price .packplan p {
  font-size: 14px;
}
#price .packplan .inner-contents a {
  margin-top: 15px;
  text-align: center;
  display: block;
  background: #e1b4be;
  border-radius: 50px;
  color: #fff;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 700;
}
#price .packplan .inner-contents i {
  margin-left: 10px;
}
#price .packplan2 p {
  margin-bottom: 3%;
}
#price .packplan2 .att {
  border-bottom: 1px solid #e1b4be;
  padding: 5% 0;
  margin-bottom: 5%;
}
#price .packplan2 dl {
  width: 100%;
  margin-bottom: 10%;
}
#price .packplan2 dl dt {
  background: #e1b4be;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 60px;
  padding: 5px 0;
  margin-bottom: 10px;
}
#price .packplan2 dl dd p {
  font-size: 14px;
}
#price .packplan2 dl dd ol li {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 0px;
  font-size: 13px;
  width: 90%;
  border: none;
}
#price .packplan2 dl dd.price {
  letter-spacing: 0;
  color: #e1b4be;
  padding: 5px 0;
  font-weight: 700;
  font-size: 6vw;
  text-align: right;
}
#price .packplan2 dl dd.price span {
  font-size: 3vw;
}
#price .packplan2 dl dd.price b {
  color: #6e6464;
  font-size: 3vw;
}
#price .packplan2 dl dd.price2 {
  letter-spacing: 0;
  color: #e1b4be;
  padding: 5px 0;
  font-weight: 700;
  font-size: 6vw;
  text-align: right;
}
#price .packplan2 dl dd.price2 span {
  font-size: 3vw;
}
#price .packplan2 dl dd.price2 b {
  color: #6e6464;
  font-size: 3vw;
}
#price .packplan2 dl:last-child {
  margin-bottom: 0;
}
#price .packplan2 .att {
  font-size: 13px;
}
#price .packplan2 .att b {
  font-size: 15px;
}
#price .packplan2 h5 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3%;
}
#price .packplan2 p {
  font-size: 14px;
}
#price .packplan2 .inner-contents a {
  margin-top: 15px;
  text-align: center;
  display: block;
  background: #e1b4be;
  border-radius: 50px;
  color: #fff;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 700;
}
#price .packplan2 .inner-contents i {
  margin-left: 10px;
}

#packplan .name {
  padding: 10% 0;
  display: none;
}
#packplan .name dl {
  text-align: center;
  margin-bottom: 5%;
}
#packplan .name dl dt {
  font-size: 20px;
  font-weight: 700;
}
#packplan .name dl dd {
  font-size: 12px;
  font-weight: 700;
}
#packplan ul {
  margin: 0 5%;
}
#packplan ul li {
  margin-bottom: 5%;
}
#packplan ul li a {
  display: block;
  background: #b4a0c8;
  border-radius: 50px;
  color: #fff;
  padding: 5% 8%;
  font-size: 4.8vw;
  position: relative;
}
#packplan ul li a i {
  position: absolute;
  right: 6%;
  top: 33%;
  font-size: 6vw;
}

#faq .readtxt {
  margin: 0 5% 5% 5%;
}
#faq section {
  background: #f9f0f2;
  border-radius: 10px;
  margin-bottom: 5%;
  margin: 0 5% 5% 5%;
  padding: 6% 5%;
}
#faq section dl {
  clear: both;
  background: #f9f0f2;
  overflow: hidden;
  border-radius: 10px;
  padding: 8%;
  margin-bottom: 10%;
}
#faq section dl dt {
  float: left;
  width: 20%;
  font-family: "Libre Caslon Text", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 7vw;
  line-height: 1;
  margin-bottom: 5%;
}
#faq section dl dd {
  float: right;
  width: 80%;
  clear: both;
}
#faq section table {
  width: 100%;
}
#faq section table th {
  width: 20%;
  font-family: "Libre Caslon Text", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 7vw;
  line-height: 1;
  text-align: left;
  padding-bottom: 5%;
}
#faq section table td {
  width: 80%;
  clear: both;
  padding-bottom: 5%;
}
#faq section table .q {
  font-weight: 700;
}
#faq section table .a {
  color: #aa877d;
}
#faq section table .a span {
  font-weight: 700;
}
#faq section table .a a {
  color: #aa877d;
  text-decoration: underline;
}
#faq section table th.q {
  font-size: 7vw;
  font-weight: 700;
}
#faq section table th.a {
  font-size: 7vw;
  font-weight: 700;
}

#tour .txt {
  margin: 0 8% 10% 8%;
}
#tour .txt2 {
  margin: 0 0% 10% 0%;
}
#tour section {
  background: #efebea;
  padding: 8% 5%;
  border-radius: 10px;
  margin: 0 5% 10% 5%;
}
#tour section h3 {
  text-align: center;
  color: #b4a0c8;
  font-size: 5.4vw;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8%;
}
#tour section .pht {
  overflow: hidden;
  border-radius: 10px;
}
#tour section ul li {
  text-align: center;
  margin-bottom: 10%;
}
#tour section ul li .pht {
  margin-bottom: 3%;
}
#tour section ul li p {
  font-weight: 700;
}
#tour section h4 {
  background: #b4a0c8;
  border-radius: 50px;
  padding: 3% 0;
  text-align: center;
  color: #fff;
  margin-bottom: 5%;
}
#tour section ol li {
  list-style: disc;
  margin-left: 25px;
}
#tour .contact {
  text-align: center;
  margin: 0 5% 10% 5%;
}
#tour .contact h3 {
  font-weight: 700;
  font-style: normal;
  font-size: 6vw;
  text-align: center;
  color: #b4a0c8;
  margin-bottom: 5%;
}
#tour .contact dl {
  margin-bottom: 5%;
}
#tour .contact dl dd a {
  font-family: "Libre Caslon Text", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 8vw;
  line-height: 1;
  margin-bottom: 5%;
}
#tour .contact dl dd a i {
  font-size: 5vw;
}
#tour .contact .btn a {
  display: block;
  background: #b4a0c8;
  color: #fff;
  border-radius: 6px;
  padding: 5% 0;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5;
}
#tour .contact .btn a span {
  font-size: 3.6vw;
}

#contact section {
  margin: 0 8% 15% 8%;
}
#contact h3 {
  font-size: 5.4vw;
  font-weight: 700;
  text-align: center;
  font-weight: 400;
  color: #b4a0c8;
  margin-bottom: 3%;
}
#contact .abtn a {
  color: #b4a0c8;
  text-decoration: underline;
}
#contact .dbtn {
  padding: 5% 0;
}
#contact .dbtn a {
  display: block;
  background: #b4a0c8;
  padding: 5% 0;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
}
#contact p {
  margin-bottom: 10px;
}
#contact .link a {
  display: block;
  background: #b4a0c8;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}
#contact .pr a {
  text-decoration: underline;
  color: #b4a0c8;
}
#contact .campaign {
  margin: 0 8%;
}
#contact .reserve {
  overflow: hidden;
  margin-bottom: 60px;
  padding-top: 30px;
}
#contact .reserve dl {
  margin-bottom: 30px;
  text-align: center;
}
#contact .reserve dt {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}
#contact .reserve dd {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
#contact .reserve dd a {
  display: block;
  margin-bottom: 10px;
}
#contact .reserve dd span {
  font-size: 13px;
  font-weight: 700;
}
#contact .reserve p a {
  display: block;
  background: #b4a0c8;
  padding: 5% 0;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
}
#contact .reserve p a span {
  font-size: 13px;
}
#contact .mailform dt {
  font-size: 16px;
  margin-bottom: 5px;
  overflow: hidden;
  clear: both;
}
#contact .mailform dd {
  margin-bottom: 30px;
  overflow: hidden;
}
#contact .mailform .must {
  background: #b4a0c8;
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  margin-right: 10px;
  display: block;
  float: left;
  margin-top: 2px;
}
#contact .mailform .check {
  float: left;
}
#contact form {
  margin-bottom: 30px;
}
#contact select {
  margin-bottom: 2%;
}
#contact .mfp_col10 {
  width: 100%;
}
#contact .mfp_col10 input {
  width: 100%;
  padding: 1em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: #ccc 1px solid;
  margin-bottom: 2%;
}
#contact .mfp_col5 {
  width: 49%;
  float: left;
}
#contact .mfp_col5 input {
  width: 100%;
  padding: 1em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: #ccc 1px solid;
}
#contact .mfp_col3 {
  width: 100%;
}
#contact .mfp_col3 select {
  width: 24%;
  padding: 1em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: #ccc 1px solid;
}
#contact .mfp_col52 {
  width: 49%;
  float: right;
}
#contact .mfp_col52 input {
  width: 100%;
  padding: 1em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: #ccc 1px solid;
}
#contact textarea {
  width: 100%;
  padding: 1em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: #ccc 1px solid;
}
#contact .mfp_buttons button {
  width: 100%;
  padding: 1em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: none;
  background: #b4a0c8;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
}
#contact .mfp_buttons input {
  width: 100%;
  padding: 1em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: none;
  background: #b4a0c8;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
}
#contact .copyright {
  display: none;
}
#contact .selectbox {
  position: relative;
  width: 100%;
}
#contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 1em 1em;
  box-sizing: border-box;
  font-size: 1em;
  border: #ccc 1px solid;
  border-radius: 0;
  background: #fff url("../img/select.svg") no-repeat right 15px center;
  background-size: 8px auto;
}
#contact .download ul li {
  margin-bottom: 10%;
}
#contact .download ul li dt {
  font-size: 4.8vw;
}
#contact .download ul li dd a {
  display: block;
  background: #b4a0c8;
  padding: 5% 0;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
}
#contact .download ul li dd a span {
  font-size: 13px;
  margin-bottom: 3%;
}
#contact .download ul li .pht {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 5%;
}
#contact .link {
  margin-bottom: 5%;
}
#contact .link a {
  display: block;
  background: #b4a0c8;
  padding: 4% 0;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
}
#contact .link a span {
  font-size: 13px;
  margin-bottom: 3%;
}

#download {
  width: 90%;
  margin: 0 auto;
}
#download section {
  background: #efebea;
  border-radius: 10px;
  margin: 0 0 10% 0;
  padding: 8% 5%;
}
#download h2 {
  font-size: 5.4vw;
  text-align: center;
  margin-bottom: 10%;
  color: #e1b4be;
  font-weight: 700;
  border-bottom: 1px solid #e1b4be;
  border-top: 1px solid #e1b4be;
  padding: 3% 0;
  line-height: 1.5;
}
#download h3 {
  font-size: 16px;
  margin-bottom: 3%;
  color: #e1b4be;
  font-weight: 700;
}
#download ul {
  overflow: hidden;
  margin: 0 auto 0px auto;
}
#download ul li {
  margin-bottom: 10%;
}
#download ul li dl .pht {
  overflow: hidden;
  border-radius: 10px;
}
#download ul li dl .ttl {
  padding: 7px 0px;
}
#download ul li dl dd {
  margin-bottom: 20px;
  font-weight: 700;
}
#download ul li dl dd img {
  border-radius: 10px;
}
#download ul li a {
  display: block;
  background: #b4a0c8;
  padding: 10px 0;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
}
#download ul li a span {
  font-size: 13px;
  margin-bottom: 3%;
}

#att {
  position: fixed;
  left: 0px;
  top: 12%;
  background: #b4a0c8;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 3vw;
  font-weight: 700;
  text-align: center;
  padding: 15px 1.5% 15px 1.5%;
  white-space: nowrap;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  z-index: 100;
}

.yakkanttl span {
  font-weight: 700;
  transform: scale(0.7, 1);
  display: inline-block;
}

#bnrArea {
  width: 76%;
  margin: 0 auto;
  padding: 5%;
  overflow: hidden;
}
#bnrArea ul li {
  margin-bottom: 5%;
}

.newbnrArea {
  width: 90%;
  margin: 0 auto;
  padding: 5%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-bottom: -15%;
}
.newbnrArea ul li {
  margin-bottom: 5%;
}
.newbnrArea ul li img {
  width: 100%;
}

#point .other {
  width: 90%;
  background: #fff;
  border-radius: 10px;
  padding: 5%;
}
#point .other h3 {
  margin-bottom: 10px;
}

.topmessage {
  position: fixed;
  width: 100%;
  z-index: 11;
  border-bottom: 1px solid #ead0d7;
}
.topmessage p {
  background: #e1b4be;
  text-align: center;
  padding: 5px;
  font-weight: 700;
  color: #fff;
}

header {
  padding-top: 20px;
}

#price .bigbnr {
  width: 90%;
  margin: 0 auto 5% auto;
  padding-top: 0;
}
#price .bigbnr img {
  width: 100%;
}

.kyotootherttl {
  position: relative;
  width: 100%;
  padding: 20% 0 10% 0;
  text-align: center;
  margin-bottom: 10%;
}
.kyotootherttl p {
  font-family: "Libre Caslon Text", serif;
  font-style: normal;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 3%;
  font-size: 3.6vw;
  color: #e1b4be;
}
.kyotootherttl p span {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  color: #6e6464;
  margin-top: 10px;
  display: block;
}
.kyotootherttl h2 {
  font-weight: 400;
  font-style: normal;
  font-size: 7vw;
  color: #a47864;
  line-height: 1.5;
  letter-spacing: -2px;
}
.kyotootherttl .li1 {
  position: absolute;
  left: 5%;
  top: -5%;
  width: 35%;
  animation: fuwafuwa1 6s infinite ease-in-out 0.8s alternate;
  z-index: -1;
}
.kyotootherttl .li2 {
  position: absolute;
  right: 10%;
  top: 45%;
  width: 15%;
  animation: fuwafuwa2 6s infinite ease-in-out 0.8s alternate;
  z-index: -1;
}
.kyotootherttl .li3 {
  position: absolute;
  left: 18%;
  bottom: 0%;
  width: 12%;
  animation: fuwafuwa1 6s infinite ease-in-out 0.8s alternate;
  z-index: -1;
}

.checkinArea {
  padding-top: 0;
  padding-bottom: 15%;
}
.checkinArea .warp2 {
  background: #efebea;
  border-radius: 10px;
  padding: 5% 0%;
  margin: 0 auto;
  line-height: 1.5;
  width: 90%;
}
.checkinArea h3 {
  width: 76%;
  left: 12%;
}
.checkinArea h4 {
  background: #e8be44;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 3% 0;
  font-size: 4.2vw;
  font-weight: 700;
  margin: 0 3% 0% 3%;
}
.checkinArea p {
  color: #a47864;
  font-size: 4.2vw;
  font-weight: 700;
  line-height: 1;
  font-family: "Libre Caslon Text", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 3%;
  font-size: 4.2vw;
}
.checkinArea p span {
  font-size: 5.4vw;
}
.checkinArea p:last-child {
  margin-bottom: 0;
}

.cancelBtn {
  clear: both;
  text-align: right;
}
.cancelBtn a {
  text-decoration: underline;
  color: #e1b4be;
  font-size: 14px;
  margin-right: 5%;
}

.otherttl .otherttl .li2 {
  z-index: -1;
}
.otherttl .ttlj2 {
  font-weight: 700;
  font-style: normal;
  font-size: 5vw;
  color: #a47864;
  line-height: 1.5;
  z-index: 100;
}

#access h2 {
  font-size: 18px;
}

.plan20 {
  margin-bottom: 10%;
  position: relative;
  padding-top: 8%;
  margin-bottom: 15%;
}

h3 {
  background: #efebea;
  border-radius: 30px;
  color: #a47864;
  font-size: 6vw;
  text-align: center;
  padding: 4% 0;
  font-weight: 700;
  position: absolute;
  top: 0;
  width: 76%;
  left: 12%;
  line-height: 1.7;
}
h3 span {
  display: block;
  transform: scale(0.7, 1);
}

.warp {
  background: #efebea;
  border-radius: 10px;
  padding: 13% 5% 5% 5%;
  margin: 0 5%;
}

.pht {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 3%;
}

.read dl dt {
  font-weight: 700;
  color: #e0b3bd;
  font-size: 18px;
}
.read dl a {
  color: #e0b3bd;
  text-decoration: underline;
}

.slider div {
  border-radius: 10px;
  overflow: hidden;
}
.slider div div div img {
  vertical-align: middle;
}

.attp {
  background: var(--color_base);
  color: #fff;
  font-weight: 700;
  padding: 3% 5%;
  text-align: center;
  margin-bottom: 3%;
  letter-spacing: 0;
  border-radius: 4px;
}

#yakkan h4 {
  color: var(--color_base);
}

#terms h4 {
  color: var(--color_base);
}

#price .atttext h3 {
  width: 84%;
  left: 8%;
}
#price .atttext ol {
  margin: 0 2%;
}
#price .atttext ol li {
  list-style: disc;
  margin-left: 1rem;
  margin-bottom: 1%;
}

.griefcare {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 8%;
}
.griefcare a {
  display: block;
  margin-bottom: 5%;
}
.griefcare img {
  width: 100%;
}

#contact .warp {
  background: #efebea;
  border-radius: 10px;
  padding: 8%;
  margin: 0 0%;
}
#contact .warp .topBtnArea {
  margin-bottom: 15%;
}
#contact .warp dt {
  font-weight: 700;
}
#contact .warp h4 {
  color: var(--color_base);
  font-size: 3.6vw;
}

#contact .mb10p {
  margin-bottom: 10%;
}

.checkout p {
  padding: 5px 0;
}
.checkout p strong {
  margin-bottom: 5px;
  font-size: 3.4vw;
}

#yakkan .warpArea h4 {
  color: var(--color_base);
}
#yakkan .warpArea section {
  background: #efebea;
  padding: 5%;
  border-radius: 10px;
  margin-bottom: 10%;
}

#access h2 {
  font-family: "Libre Caslon Text", serif;
  font-weight: 700;
  font-style: normal;
}
#access dt {
  font-family: "Libre Caslon Text", serif;
  font-weight: 700;
  font-style: normal;
}/*# sourceMappingURL=style_sp.css.map */