.privacy-subItem {
  line-height: 1.75;
}

.privacy-subItem::before {
  display: none;
}

/* 日帰りプラン */
.restPlan-intro {
  padding-bottom: 150px;
}
.restPlan-intro-catch {
  text-align: center;
  font-size: 28px;
  color: var(--color-secondary-dark);
  font-family: var(--font-shippori);
  margin-bottom: 35px;
}
.restPlan-intro-catch span {
  position: relative;
  display: inline-block;
}
.restPlan-intro-catch span::before {
  position: absolute;
  top: -6px;
  left: 50%;
  width: 10px;
  aspect-ratio: 1/1;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3cpath d='M11.514,6.689c-2.678.977-3.848,2.147-4.826,4.826-.236.648-1.141.648-1.377,0-.977-2.678-2.147-3.848-4.826-4.826-.648-.236-.648-1.141,0-1.377,2.678-.977,3.848-2.147,4.826-4.826.236-.648,1.141-.648,1.377,0,.977,2.678,2.147,3.848,4.826,4.826.648.236.648,1.141,0,1.377Z' style='fill:%20%23cc8999'/%3e%3c/svg%3e");
  background-size: 100% auto;
  translate: -50% 0;
  content: "";
}
.restPlan-intro-list {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px 8%;
}
.restPlan-intro-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 46%;
}
.restPlan-intro-thumb {
  border: 5px solid #f4e8d2;
  border-radius: 50%;
}
.restPlan-intro-text {
  display: inline-block;
  width: 100%;
  background-color: var(--color-secondary);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.05em;
  padding: 5px 3% 6px;
  margin-top: -15px;
  border-radius: 3px;
  color: #fff;
}
@media (min-width: 768px) {
  .restPlan-intro {
    padding-bottom: 400px;
  }
  .restPlan-intro-catch {
    font-size: 48px;
  }
  .restPlan-intro-catch span::before {
    top: -3px;
    width: 12px;
  }
  .restPlan-intro-list {
    gap: 50px calc(20% / 3);
  }
  .restPlan-intro-item {
    max-width: 240px;
    width: 20%;
  }
  .restPlan-intro-item:nth-child(1) {
    margin-left: 3%;
  }
  .restPlan-intro-item:nth-child(3) {
    margin-right: 3%;
  }
  .restPlan-intro-thumb {
    border: 10px solid #f4e8d2;
  }
  .restPlan-intro-text {
    min-width: min(100%, 200px);
    width: auto;
    font-size: 16px;
    padding: 7px 10px 8px;
    margin-top: -27px;
  }
}

.restPlan-puality-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 70px 100px;
}
.restPlan-puality-item {
  background: #fff;
  border-radius: 3px;
  position: relative;
  display: grid;
  justify-items: center;
  margin-top: 25px;
}
.restPlan-puality-item-takuji {
  max-width: 400px;
  color: #988b83;
}
.restPlan-puality-item-milieu {
  max-width: 500px;
  color: #a65d6e;
}

.restPlan-puality-item-takuji::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 30px;
  bottom: -50px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 40'%3e%3cpolygon points='0 40 5.556 20 0 0 20 20 0 40' style='fill:%23a65d6e'/%3e%3c/svg%3e");
  transform: rotate(90deg);
}

.restPlan-puality-sublead {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -25px;
  width: 90%;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 3px;
  background: #fff;
}
.restPlan-puality-sublead::after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #988b83;
}
.restPlan-puality-item-takuji .restPlan-puality-sublead::after {
  border-top: 15px solid #988b83;
}
.restPlan-puality-item-milieu .restPlan-puality-sublead::after {
  border-top: 15px solid #a65d6e;
}

.restPlan-puality-item-takuji .restPlan-puality-sublead {
  border: 2px solid #988b83;
}
.restPlan-puality-item-milieu .restPlan-puality-sublead {
  font-size: 24px;
  border: 2px solid #a65d6e;
}

.restPlan-puality-inner {
  width: 100%;
  padding: 25px 30px 30px;
}
.restPlan-puality-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.restPlan-puality-listItem {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.restPlan-puality-listItem::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ddd;
}
.restPlan-puality-item-takuji .restPlan-puality-listItem::before {
  background: #988b83;
}
.restPlan-puality-item-milieu .restPlan-puality-listItem::before {
  background: #a65d6e;
}
.restPlan-puality-listItem span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
}
.restPlan-puality-text {
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.restPlan-puality-catch {
  width: 100%;
  min-height: 90px;
  background-color: var(--color-secondary-dark);
  clip-path: polygon(0 0, 50% 20px, 100% 0, 100% 100%, 0 100%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .restPlan-puality-container {
    flex-direction: row;
    align-items: flex-start;
  }
  .restPlan-puality-item {
    margin-top: 80px;
  }
  .restPlan-puality-item-takuji::after {
    top: 0;
    bottom: 0;
    right: -60px;
    width: 20px;
    height: 40px;
    margin: auto 0;
    transform: rotate(0deg);
  }

  .restPlan-puality-sublead {
    top: -30px;
    height: 60px;
    font-size: 20px;
  }
}

.restPlan-voice {
  margin-top: 100px;
  padding-bottom: 150px;
}
.restPlan-voice-list {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}
.restPlan-voice-item {
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  padding: 20px 20px 15px;
}
.restPlan-voice-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 20px solid #cd899926;
  border-right: 20px solid transparent;
}
.restPlan-voice-item:last-of-type::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 35px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.768 35.499'%3e%3ccircle cx='16.768' cy='10' r='10' style='fill:%23fff'/%3e%3ccircle cx='5' cy='30.499' r='5' style='fill:%23fff'/%3e%3c/svg%3e");
}
.restPlan-voice-text {
  color: #a65d6e;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.restPlan-voice-name {
  text-align: right;
  font-size: 13px;
  font-width: 500;
  color: #9e9e9e;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .restPlan-voice {
    margin-top: 140px;
    padding-bottom: 400px;
  }
  .restPlan-voice-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 2.5%;
    margin-top: 60px;
  }
  .restPlan-voice-item {
    padding: 25px 30px 20px;
  }
}

.restPlan-flow {
  position: relative;
  background-color: #f4f0e8;
  border-radius: 30px 30px 0 0;
  padding: 60px 0;
  margin-top: 100px;
}

.restPlan-flow-item {
  margin-top: 40px;
  border-radius: 3px;
  background: #fff;
}
.restPlan-flow-lead {
  width: 100%;
  display: block;
  background: #cc8999;
  color: #fff;
  font-family: var(--font-shippori);
  font-size: 20px;
  font-weight: 500;
  padding: 11px 20px 10px;
}

.restPlan-flow-subList {
  position: relative;
  padding: 40px 20px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px 2%;
}

.restPlan-flow-subItem {
  position: relative;
  width: 100%;
  margin-left: 75px;
  z-index: 0;
}
.restPlan-flow-subItem:not(:last-of-type)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -45px;
  height: calc(100% + 40px);
  width: 1px;
  background-color: #cc8999;
}

.restPlan-flow-time {
  position: absolute;
  left: -75px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 25px;
  font-family: var(--font-playfair);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 3px;
  background: #cc8999;
  color: #fff;
}

.restPlan-flow-label {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.restPlan-flow-label span {
  font-size: 16px;
}
.restPlan-flow-thumb {
  overflow: hidden;
  border-radius: 3px;
}

.restPlan-flow-box {
  padding: 0 20px 30px;
}

.restPlan-flow-note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  font-weight: 500;
  color: #cc9431;
}
.restPlan-flow-note + .restPlan-flow-note {
  margin-top: 10px;
}
.restPlan-flow-note-red {
  color: #d12841;
}

@media (min-width: 768px) {
  .restPlan-flow {
    padding: 120px 0 140px;
    margin-top: 300px;
  }
  .restPlan-flow-item {
    margin-top: 60px;
  }
  .restPlan-flow-lead {
    font-size: 28px;
    padding: 12px 50px 16px;
  }
  .restPlan-flow-subList {
    justify-content: center;
    padding: 50px;
    gap: 40px 2%;
  }
  .restPlan-flow-subItem {
    display: flex;
    flex-direction: column;
    max-width: 250px;
    width: 23.5%;
    margin-left: 0;
  }
  .restPlan-flow-subItem:not(:last-of-type)::before {
    top: 15px;
    left: 0px;
    height: 1px;
    width: calc(100%);
  }
  .restPlan-flow-subItem:not(:first-of-type)::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 100%;
    height: 1px;
    width: calc(min(250px, 55%));
    background-color: #cc8999;
    z-index: -1;
  }
  .restPlan-flow-time {
    position: relative;
    left: 0;
    width: 80px;
    height: 30px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .restPlan-flow-label {
    font-size: 20px;
  }
  .restPlan-flow-thumb {
    margin-top: auto;
  }
  .restPlan-flow-box {
    padding: 0 50px 50px;
  }
}

.restPlan-overview {
  margin-top: 60px;
  margin-bottom: 100px;
}

.restPlan-overview-box {
  margin-bottom: 60px;
}
.restPlan-overview-table {
  background-color: #fff;
  border-right: 1px solid var(--color-primary-lightest);
  border-bottom: 1px solid var(--color-primary-lightest);
}
.restPlan-overview-row {
  display: flex;
  flex-direction: column;
}
.restPlan-overview-name {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 10px 5%;
  border-top: 1px solid var(--color-primary-lightest);
  border-left: 1px solid var(--color-primary-lightest);
  background-color: #cc8999;
}
.restPlan-overview-name-icon {
  width: 30px;
}
.restPlan-overview-name-text {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.restPlan-overview-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 20px 5.5% 24px;
  border-top: 1px solid var(--color-primary-lightest);
  border-left: 1px solid var(--color-primary-lightest);
}
.restPlan-overview-data-note {
  color: #d12841;
  text-indent: -1em;
  padding-left: 1em;
}
.restPlan-overview-data-lead {
  display: block;
  background-color: #f9dbde;
  color: #a65d6e;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 5px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .restPlan-overview {
    margin-top: 120px;
    margin-bottom: 200px;
  }
  .restPlan-overview-box {
    margin-bottom: 80px;
  }
  .restPlan-overview-row {
    flex-direction: row;
  }
  .restPlan-overview-name {
    gap: 0 13px;
    padding: 19px 2.6% 20px;
    width: 307px;
  }

  .restPlan-overview-name-icon {
    width: 40px;
  }
  .restPlan-overview-data {
    flex: 1;
    padding: 11px 2.5% 14px;
  }
}

/* メニュー改修 */
.headerNav-item {
  column-gap: 6px;
}
.headerNav-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 2px 5px 3px;
  border-radius: 3px;
  color: #fff;
}
.headerNav-tag-stay {
  background-color: #e0a4b0;
}
.headerNav-tag-restplan {
  background-color: #dbae5f;
}

.drawer-inner {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.drawer-tag {
  text-align: center;
  width: 50px;
  padding: 2px 5px 3px;
  color: #fff;
  border-radius: 3px;
}
.drawer-tag-stay {
  background-color: #e0a4b0;
}
.drawer-tag-restplan {
  background-color: #dbae5f;
}

.fixedMenu-inner {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  @media (max-height: 900px) {
    .fixedMenu-icon {
      width: 28px;
    }
  }
}

.fixedMenu-text {
  font-size: 10px;
}
@media (min-width: 768px) {
  .fixedMenu-text {
    font-size: 14px;
  }

  @media (max-height: 900px) {
    .fixedMenu-text {
      font-size: 12px;
    }
  }
  @media (max-height: 800px) {
    .fixedMenu-text {
      display: none;
    }
  }
}
