@charset "UTF-8";
#villa .inner {
  max-width: calc(1140px + 6%);
}
#villa #visual .title {
  position: absolute;
  z-index: 2;
  margin: auto;
  padding: 0 3%;
  bottom: 30px;
  width: calc(100% - 40px);
}
@media screen and (max-width: 767px) {
  #villa #visual .title {
    bottom: 10px;
  }
}
#villa #visual h1 {
  position: static;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #villa #visual h1 {
    font-size: 2rem;
  }
}
#villa #visual p {
  color: #fff;
  font-weight: 500;
  font-size: clamp(1.7rem, 1.4230769231rem + 0.3605769231vw, 2rem);
}
@media screen and (max-width: 767px) {
  #villa #visual p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #villa #visual p {
    font-size: 1.4rem;
    padding-right: 50px;
    line-height: 1.5;
  }
}
#villa #visual .icon {
  position: absolute;
  width: 62px;
  right: 3%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #villa #visual .icon {
    width: 40px;
  }
}
#villa #villa-nav {
  padding: 0 20px;
  margin-bottom: 40px;
}
#villa #villa-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
  border-radius: 100px;
  padding: 15px 5vw;
  gap: 0 25px;
}
@media screen and (max-width: 767px) {
  #villa #villa-nav ul {
    border-radius: 20px;
  }
}
#villa #villa-nav ul li {
  display: flex;
  justify-content: center;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  #villa #villa-nav ul li {
    width: auto;
    padding: 5px 5px;
  }
}
@media screen and (max-width: 767px) {
  #villa #villa-nav ul li a {
    display: block;
    line-height: 1.5;
  }
}
#villa #villa-nav ul li a.active {
  color: #E59736;
}
#villa #villa-nav ul li a .kana {
  display: block;
  font-size: clamp(1rem, 0.9076923077rem + 0.1201923077vw, 1.1rem);
}
@media screen and (max-width: 767px) {
  #villa #villa-nav ul li a .kana {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  #villa #villa-nav ul li a .kana {
    font-size: 0.8rem;
  }
}
#villa #villa-nav ul li a .name {
  font-weight: 500;
  position: relative;
  padding-right: 30px;
}
#villa #villa-nav ul li a .name::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3.6363636364px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #villa #villa-nav ul li a .name {
    padding-right: 10px;
    font-size: 1.5rem;
  }
}
#villa .first-lead .attention {
  color: #D00000;
}
#villa .first-lead p {
  margin-bottom: 20px;
}
#villa .first-lead .download {
  display: inline-flex;
  align-items: center;
  background-color: #E0D8C2;
  border-radius: 6px;
  padding: 15px 20px;
}
#villa .first-lead .download:hover {
  background-color: #E59736;
}
#villa .first-lead .download span {
  display: inline-block;
  line-height: 0;
  margin-left: 10px;
}
#villa #message {
  background-color: #fff;
  border-radius: 40px;
  padding: 60px 8vw;
}
#villa #message h2 {
  text-align: center;
  font-size: clamp(2.4rem, 2.0307692308rem + 0.4807692308vw, 2.8rem);
}
@media screen and (max-width: 767px) {
  #villa #message h2 {
    font-size: 2.8rem;
  }
}
#villa #message h2 {
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #villa #message h2 {
    font-size: 2rem;
  }
}
#villa #message .message-row {
  display: flex;
  gap: 5%;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  #villa #message .message-row {
    flex-direction: column;
  }
}
#villa #message .message-row.first {
  border-bottom: 1px solid #E0D8C2;
}
#villa #message .message-row .image {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #villa #message .message-row .image {
    width: 100%;
  }
}
#villa #message .message-row .text {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #villa #message .message-row .text {
    width: 100%;
  }
}
#villa #message .message-row .text h3 {
  font-size: clamp(2rem, 1.6307692308rem + 0.4807692308vw, 2.4rem);
}
@media screen and (max-width: 767px) {
  #villa #message .message-row .text h3 {
    font-size: 2.4rem;
  }
}
#villa #message .message-row .text h3 {
  font-weight: 500;
}
#villa #message .message-row .text .admin {
  font-weight: 500;
  margin-bottom: 20px;
}
#villa #message .message-row .text ul {
  margin-bottom: 20px;
  color: #003F75;
  padding-left: 25px;
  list-style: disc;
}
#villa #guide {
  background-color: #EDE8DB;
  padding: 100px 0 50px;
}
@media screen and (max-width: 767px) {
  #villa #guide {
    padding: 50px 0 30px;
  }
}
#villa #guide h2 {
  text-align: center;
}
#villa #guide .layout .box {
  width: 30%;
  margin-bottom: 30px;
  margin-right: 5%;
}
#villa #guide .layout .box:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #villa #guide .layout .box {
    width: 100%;
    margin-bottom: 40px;
  }
}
#villa #guide .layout .box h3 {
  font-weight: 500;
  font-size: clamp(1.7rem, 1.4230769231rem + 0.3605769231vw, 2rem);
}
@media screen and (max-width: 767px) {
  #villa #guide .layout .box h3 {
    font-size: 2rem;
  }
}
#villa #guide .layout .box h3 {
  margin-bottom: 10px;
}
#villa #course {
  margin-bottom: 100px;
}
#villa #course .info {
  background-color: #fff;
  border-radius: 6px;
  padding: 30px 50px;
}
@media screen and (max-width: 767px) {
  #villa #course .info {
    padding: 30px 5%;
  }
}
#villa #course .info .title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #8D8D8D;
  padding-bottom: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #villa #course .info .title {
    display: block;
  }
}
#villa #course .info .title h2 {
  flex: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #villa #course .info .title h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
#villa #course .info .title .download {
  display: inline-flex;
  align-items: center;
  background-color: #E0D8C2;
  border-radius: 6px;
  padding: 15px 20px;
}
#villa #course .info .title .download:hover {
  background-color: #E59736;
}
#villa #course .info .title .download span {
  display: inline-block;
  line-height: 0;
  margin-left: 10px;
}
#villa #course .info .bottom {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #villa #course .info .bottom {
    display: block;
  }
}
#villa #course .info .bottom .description {
  display: flex;
}
@media screen and (max-width: 767px) {
  #villa #course .info .bottom .description {
    display: block;
  }
  #villa #course .info .bottom .description .date {
    display: block;
  }
}
#villa #information .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #E0D8C2;
  border-radius: 50px;
  padding: 10px 30px;
  margin-bottom: 40px;
  width: calc(100% + 60px);
  margin-left: -30px;
}
@media screen and (max-width: 767px) {
  #villa #information .title {
    display: block;
    width: 100%;
    margin-left: 0;
    padding: 10px 5%;
    border-radius: 10px;
  }
}
#villa #information .title h2 {
  margin-bottom: 0;
}
#villa #information .title .info ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  #villa #information .title .info ul {
    display: block;
  }
}
#villa #information .title .info ul li {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #villa #information .title .info ul li {
    margin-right: 0;
  }
}
#villa #information .title .info ul li span {
  color: #003F75;
  margin-right: 10px;
}
#villa #information table {
  border-top: 1px solid #8D8D8D;
  width: 100%;
  margin-bottom: 50px;
}
#villa #information table th {
  border-bottom: 1px solid #8D8D8D;
  padding: 10px;
  background-color: #003F75;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #villa #information table th {
    padding: 8px;
    font-size: 1.3rem;
    line-height: 1.5;
    width: 20%;
  }
}
#villa #information table td {
  border-bottom: 1px solid #8D8D8D;
  padding: 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #villa #information table td {
    padding: 8px;
    font-size: 1.3rem;
  }
}
#villa #information .links {
  display: flex;
  justify-content: space-between;
  max-width: 860px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  #villa #information .links {
    display: block;
  }
}
#villa #information .links li {
  flex-grow: 1;
}
#villa #information .links li a {
  position: relative;
  padding-right: 15px;
}
#villa #information .links li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3.1818181818px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
#villa #information .reserve {
  max-width: 860px;
  margin: 0 auto 20px;
}
#villa #information .reserve a {
  display: block;
  border-radius: 6px;
  text-align: center;
  position: relative;
  color: #fff;
  background-color: #E59736;
}
#villa #information .reserve a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -5px;
  width: 11px;
  height: 11px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
#villa #information .reserve a {
  padding: 23px;
  font-weight: 500;
  font-size: clamp(1.9rem, 1.6230769231rem + 0.3605769231vw, 2.2rem);
}
@media screen and (max-width: 767px) {
  #villa #information .reserve a {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #villa #information .reserve a {
    padding: 15px;
    font-size: 1.5rem;
  }
}
#villa #information .reserve a:hover {
  opacity: 0.8;
}
#villa #etc-villa {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  #villa #etc-villa {
    margin-top: 100px;
  }
}
#villa #etc-villa .frame {
  background-color: #fff;
  border-radius: 10px;
  padding-inline: 5%;
  padding-bottom: 50px;
}
#villa #etc-villa .frame .title {
  position: relative;
  transform: translateY(-50%);
  margin-bottom: 50px;
  left: 5%;
}
@media screen and (max-width: 767px) {
  #villa #etc-villa .frame .title {
    left: 0;
    text-align: center;
    margin-bottom: 0;
  }
}
#villa #etc-villa .frame .title h2 {
  display: inline-block;
  background-color: #E0D8C2;
  line-height: 1;
  border-radius: 50px;
  padding: 14px 47px;
  font-weight: 500;
  font-size: clamp(2.2rem, 1.8307692308rem + 0.4807692308vw, 2.6rem);
}
@media screen and (max-width: 767px) {
  #villa #etc-villa .frame .title h2 {
    font-size: 2.6rem;
  }
}
#villa #etc-villa .frame .title h2 {
  margin-bottom: 0;
}
#villa #etc-villa .frame .title .il {
  position: absolute;
  left: 245px;
  bottom: 0;
  line-height: 0;
}
#villa #etc-villa .frame .layout .box {
  width: 30%;
  margin-bottom: 30px;
  margin-right: 5%;
}
#villa #etc-villa .frame .layout .box:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #villa #etc-villa .frame .layout .box {
    width: 100%;
    margin-bottom: 40px;
  }
}
#villa #etc-villa .frame .layout .box h3 {
  font-weight: 500;
  font-size: clamp(1.7rem, 1.4230769231rem + 0.3605769231vw, 2rem);
}
@media screen and (max-width: 767px) {
  #villa #etc-villa .frame .layout .box h3 {
    font-size: 2rem;
  }
}
#villa #etc-villa .frame .layout .box h3 {
  margin-bottom: 10px;
}
#villa #etc-villa .frame .layout .box h3 .kana {
  font-size: clamp(1rem, 0.8153846154rem + 0.2403846154vw, 1.2rem);
}
@media screen and (max-width: 767px) {
  #villa #etc-villa .frame .layout .box h3 .kana {
    font-size: 1.2rem;
  }
}
#villa #etc-villa .frame .layout .box h3 .kana {
  display: block;
  font-weight: 400;
}
#villa #etc-villa .frame .layout .box.close .image {
  position: relative;
}
#villa #etc-villa .frame .layout .box.close .image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#villa #etc-villa .frame .layout .box.close .image::after {
  content: "休業中";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  font-weight: 500;
  font-size: clamp(1.7rem, 1.4230769231rem + 0.3605769231vw, 2rem);
}
@media screen and (max-width: 767px) {
  #villa #etc-villa .frame .layout .box.close .image::after {
    font-size: 2rem;
  }
}
#villa #etc-villa .frame .map {
  text-align: center;
}
#villa #etc-villa .frame .map a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: #E0D8C2;
  padding: 15px 80px 15px 25px;
}
#villa #etc-villa .frame .map a::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -3.1818181818px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #villa #etc-villa .frame .map a {
    padding-right: 40px;
  }
}
#villa #etc-villa .frame .map a:hover {
  background-color: #E59736;
}

#reserve .section-block h2 {
  margin-bottom: 1rem;
}
#reserve .section-block .information-block {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #reserve .section-block .information-block {
    margin-bottom: 3rem;
  }
}
#reserve .section-block .information-block a {
  text-decoration: underline;
}
#reserve .section-block .information-block b {
  color: #D00000;
  font-size: clamp(1.7rem, 1.4230769231rem + 0.3605769231vw, 2rem);
}
@media screen and (max-width: 767px) {
  #reserve .section-block .information-block b {
    font-size: 2rem;
  }
}
#reserve .section-block .information-block b {
  font-weight: 500;
}
#reserve .search-block {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #reserve .search-block {
    margin-bottom: 3rem;
  }
}
#reserve .search-block .layout {
  background-color: #fff;
  padding: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #reserve .search-block .layout {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
}
#reserve .search-block .layout .box label {
  display: block;
  margin-bottom: 5px;
}
#reserve .search-block .layout .box select,
#reserve .search-block .layout .box input[type=text],
#reserve .search-block .layout .box input[type=date] {
  padding: 5px 10px;
  margin-right: 5px;
  font-size: clamp(1.4rem, 1.2153846154rem + 0.2403846154vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  #reserve .search-block .layout .box select,
  #reserve .search-block .layout .box input[type=text],
  #reserve .search-block .layout .box input[type=date] {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #reserve .search-block .layout .box.day {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  #reserve .search-block .layout .box.num {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  #reserve .search-block .layout .box.facility {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #reserve .search-block .layout .button {
    width: 100%;
  }
}
#reserve .search-block .layout .button input,
#reserve .search-block .layout .button a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 8px 20px;
  border-radius: 2px;
  margin: 6px 0;
}
#reserve .search-block .layout .button input {
  background-color: #003F75;
  color: #fff;
}
#reserve .search-block .layout .button a {
  background-color: #E0D8C2;
  border: 1px solid #121212;
}
#reserve .empty-block .block-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  #reserve .empty-block .block-header {
    display: block;
  }
}
#reserve .empty-block .block-header .title h2 {
  display: inline-block;
  margin-right: 25px;
}
#reserve .empty-block .block-header .title p {
  display: inline-block;
}
#reserve .empty-block .empty-list {
  padding: 3%;
  background-color: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #reserve .empty-block .empty-list {
    overflow-x: auto;
    padding: 3rem 5%;
  }
}
#reserve .empty-block .empty-list table {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #reserve .empty-block .empty-list table {
    margin-top: 0;
  }
}
#reserve .empty-block .empty-list table thead {
  position: relative;
}
#reserve .empty-block .empty-list table thead .move {
  text-align: right;
}
#reserve .empty-block .empty-list table thead .move .move-btn {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
}
#reserve .empty-block .empty-list table thead .move .next {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(-50%, -50%) rotate(135deg);
}
#reserve .empty-block .empty-list table tbody th,
#reserve .empty-block .empty-list table tbody td {
  border: 1px solid #8D8D8D;
}
#reserve .empty-block .empty-list table th {
  width: 30%;
  max-width: 185px;
  vertical-align: middle;
}
#reserve .empty-block .empty-list table th .th-layout {
  padding: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #reserve .empty-block .empty-list table th .th-layout {
    padding: 5px;
    width: 96px;
    line-height: 1.6;
  }
}
#reserve .empty-block .empty-list table th .th-layout .image {
  width: 116px;
}
@media screen and (max-width: 767px) {
  #reserve .empty-block .empty-list table th .th-layout .image {
    display: none;
  }
}
#reserve .empty-block .empty-list table th .th-layout .name {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  #reserve .empty-block .empty-list table th .th-layout .name {
    padding-left: 0;
  }
}
#reserve .empty-block .empty-list table th .th-layout .name .n {
  display: block;
}
#reserve .empty-block .empty-list table th .th-layout .name .address {
  display: block;
  font-size: clamp(1rem, 0.8153846154rem + 0.2403846154vw, 1.2rem);
}
@media screen and (max-width: 767px) {
  #reserve .empty-block .empty-list table th .th-layout .name .address {
    font-size: 1.2rem;
  }
}
#reserve .empty-block .empty-list table td {
  padding: 10px 5px;
  vertical-align: middle;
  text-align: center;
  width: 6.2%;
}
#reserve .attention {
  font-size: clamp(1.7rem, 1.4230769231rem + 0.3605769231vw, 2rem);
}
@media screen and (max-width: 767px) {
  #reserve .attention {
    font-size: 2rem;
  }
}
#reserve .attention {
  font-weight: 500;
}

#charge .prive-block {
  margin-bottom: 90px;
}
#charge h2 {
  margin-bottom: 1rem;
}
#charge .price-block {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #charge .price-block {
    margin-bottom: 3rem;
  }
}
#charge table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 50px;
}
#charge table.nextp {
  margin-bottom: 0;
}
#charge table thead th {
  background-color: #003F75;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 12px;
  border: 1px solid #8D8D8D;
}
@media screen and (max-width: 767px) {
  #charge table thead th {
    padding: 8px;
    font-size: 1.3rem;
  }
}
#charge table tbody td {
  padding: 12px;
  border: 1px solid #8D8D8D;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #charge table tbody td {
    padding: 8px 2px;
    line-height: 1.5;
    font-size: 1.3rem;
  }
}
#charge table tbody td b {
  color: #D00000;
}
#charge table tbody td.f {
  background-color: #F8F8F8;
}

#attention .section-block h2 {
  margin-bottom: 1rem;
}
#attention .section-block .attention-block {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #attention .section-block .attention-block {
    margin-bottom: 3rem;
  }
}
#attention .section-block .attention-block a {
  text-decoration: underline;
}
#attention .section-block .attention-block b {
  color: #D00000;
}

#stay #visual {
  position: relative;
  margin: 0 auto 95px;
  padding: 140px 20px 0;
  z-index: 1;
  max-width: calc(1140px + 6%);
}
#stay #visual h1 {
  text-align: center;
  font-size: clamp(5rem, 5vw, 7rem);
  letter-spacing: 1ex;
}
@media screen and (max-width: 767px) {
  #stay #visual h1 {
    font-size: min(9vw, 3.5rem);
    letter-spacing: 0.3ex;
  }
}
#stay #visual p {
  text-align: center;
}
#stay #visual .il1 {
  position: absolute;
  bottom: -80px;
  left: 20px;
  width: 18%;
  max-width: 185px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #stay #visual .il1 {
    width: 15%;
    bottom: -27%;
  }
}
#stay #visual .il2 {
  position: absolute;
  right: 20px;
  bottom: -90px;
  width: 23%;
  max-width: 245px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #stay #visual .il2 {
    width: 18%;
    bottom: -20%;
  }
}
#stay .section-block {
  padding: 0 5vw;
}
#stay .section-block .inner {
  background-color: #fff;
  max-width: calc(1140px + 8vw);
  background-color: #fff;
  border-radius: 10px;
  padding: 0 8vw 60px 8vw;
}
@media screen and (max-width: 767px) {
  #stay .section-block .inner {
    padding-bottom: 0;
  }
}
#stay .section-block h2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #stay .section-block h2 {
    margin-bottom: 0;
  }
}
#stay .section-block h2 span {
  display: inline-block;
  background-color: #E0D8C2;
  border-radius: 100px;
  padding: 14px 60px 16px;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #stay .section-block h2 span {
    padding: 14px 15px 16px;
    line-height: 1.5;
  }
}
#stay .section-block .layout .box h3 {
  font-size: clamp(1.7rem, 1.4230769231rem + 0.3605769231vw, 2rem);
}
@media screen and (max-width: 767px) {
  #stay .section-block .layout .box h3 {
    font-size: 2rem;
  }
}
#stay .section-block .layout .box h3 {
  font-weight: 500;
  margin-bottom: 10px;
}
#stay .section-block .layout .box p {
  margin-bottom: 20px;
}
#stay .section-block .layout .box .attention {
  color: #D00000;
  font-size: clamp(1.2rem, 1.0153846154rem + 0.2403846154vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  #stay .section-block .layout .box .attention {
    font-size: 1.4rem;
  }
}