@charset "UTF-8";
.underlayer {
  font-weight: 300;
}
.underlayer p {
  line-height: 1.8;
}
.underlayer .pageMV {
  height: 100vh;
  position: relative;
}
.underlayer .pageMV .pageMV_text {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 321px) {
  .underlayer .pageMV .pageMV_text {
    left: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer .pageMV .pageMV_text {
    left: 5.3%;
  }
}
.underlayer .pageMV .pageMV_text .eng {
  font-size: 4rem;
  line-height: 1;
}
@media print, screen and (min-width: 321px) {
  .underlayer .pageMV .pageMV_text .eng {
    font-size: 4.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer .pageMV .pageMV_text .eng {
    font-size: 5.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .pageMV .pageMV_text .eng {
    font-size: 6.8rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .pageMV .pageMV_text .eng {
    font-size: 7.8rem;
  }
}
.underlayer .pageMV .pageMV_text h1 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 768px) {
  .underlayer .pageMV .pageMV_text h1 {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .pageMV .pageMV_text h1 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .pageMV .pageMV_text h1 {
    font-size: 1.9rem;
  }
}
.underlayer .pageMV figure {
  height: 100vh;
}
.underlayer .pageMV figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.underlayer .pagenavi {
  padding: 15px 5.2px 20px 20px;
  background-color: #f0e7db;
}
@media print, screen and (min-width: 321px) {
  .underlayer .pagenavi {
    padding: 15px 30px 20px 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer .pagenavi {
    padding: 18px 5.3% 23px 5.3%;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .pagenavi {
    padding: 19px 5.3% 25px 5.3%;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .pagenavi {
    padding: 20px 5.3% 26px 5.3%;
  }
}
.underlayer .pagenavi nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
}
@media print, screen and (min-width: 768px) {
  .underlayer .pagenavi nav ul {
    gap: 10px 25px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .pagenavi nav ul {
    gap: 10px 30px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .pagenavi nav ul {
    gap: 10px 40px;
  }
}
.underlayer .pagenavi nav ul li {
  width: calc((100% - 20px) / 2);
}
@media print, screen and (min-width: 768px) {
  .underlayer .pagenavi nav ul li {
    width: auto;
  }
}
.underlayer .pagenavi nav ul li.sp_clm1 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .underlayer .pagenavi nav ul li.sp_clm1 {
    width: auto;
  }
}
.underlayer .pagenavi nav ul a,
.underlayer .pagenavi nav ul button {
  font-size: 1.3rem;
  font-weight: 500;
  color: #1C1C1C;
  line-height: 1.35;
  letter-spacing: 0;
  display: block;
  padding: 4px 23px 8px 0;
  padding-right: 20px;
  border-bottom: 1px solid #896317;
  position: relative;
  transition: font-weight 0.3s, color 0.3s;
}
@media print, screen and (min-width: 321px) {
  .underlayer .pagenavi nav ul a,
  .underlayer .pagenavi nav ul button {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer .pagenavi nav ul a,
  .underlayer .pagenavi nav ul button {
    padding: 4px 23px 4px 0;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .pagenavi nav ul a,
  .underlayer .pagenavi nav ul button {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .pagenavi nav ul a,
  .underlayer .pagenavi nav ul button {
    font-size: 1.7rem;
  }
}
.underlayer .pagenavi nav ul a {
  text-decoration: none;
}
.underlayer .pagenavi nav ul a:not([target=_blank])::after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-top: 1px solid #896317;
  border-right: 1px solid #896317;
  position: absolute;
  top: calc(50% - 1px);
  right: 3px;
  z-index: 1;
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .underlayer .pagenavi nav ul a:not([target=_blank])::after {
    right: 0;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .pagenavi nav ul a:not([target=_blank])::after {
    width: 7px;
    height: 7px;
  }
}
.underlayer .pagenavi nav ul a[target=_blank]::after {
  content: "\e901";
  font-size: 1rem;
  font-weight: normal;
  color: #896317;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .underlayer .pagenavi nav ul a[target=_blank]::after {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .pagenavi nav ul a[target=_blank]::after {
    font-size: 1.2rem;
  }
}
.underlayer .pagenavi nav ul button {
  text-align: left;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
}
.underlayer .pagenavi nav ul button::before, .underlayer .pagenavi nav ul button::after {
  content: "";
  width: 10px;
  height: 1px;
  display: block;
  background-color: #896317;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .underlayer .pagenavi nav ul button::before, .underlayer .pagenavi nav ul button::after {
    width: 11px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .pagenavi nav ul button::before, .underlayer .pagenavi nav ul button::after {
    width: 12px;
  }
}
.underlayer .pagenavi nav ul button::before {
  transform: translateY(-50%);
}
.underlayer .pagenavi nav ul button::after {
  transform: translateY(-50%) rotate(90deg);
}
@media print, screen and (min-width: 768px) {
  .underlayer .pagenavi nav ul a:hover {
    font-weight: bold;
    color: #224E45;
  }
  .underlayer .pagenavi nav ul a:hover:not([target=_blank])::after {
    transform: translateY(calc(-50% + 2px)) rotate(135deg);
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer .pagenavi nav ul button:hover {
    font-weight: bold;
    color: #224E45;
  }
}
.underlayer .underlayer_news {
  padding: 50px 0;
}
@media print, screen and (min-width: 768px) {
  .underlayer .underlayer_news {
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .underlayer_news {
    padding: 70px 0;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .underlayer_news {
    padding: 80px 0;
  }
}
.underlayer .underlayer_news .news_head {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .underlayer .underlayer_news .news_head {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .underlayer_news .news_head {
    margin-bottom: 13px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .underlayer_news .news_head {
    margin-bottom: 15px;
  }
}
.underlayer .underlayer_news .news_head .news_head_title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .underlayer .underlayer_news .news_head .news_head_title {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .underlayer_news .news_head .news_head_title {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .underlayer_news .news_head .news_head_title {
    font-size: 2.6rem;
  }
}
.underlayer .underlayer_news .news_head .border_arrow_link {
  font-size: 1.4rem;
  font-weight: 500;
  width: 165px;
  padding: 10px 30px 10px 15px;
  margin-left: auto;
  transition: color 0.4s, background-size 0.4s;
}
.underlayer .underlayer_news .news_head .border_arrow_link::after {
  font-size: 0.8rem;
  right: 15px;
  transition: color 0.4s, transform 0.4s;
}
.underlayer .underlayer_news .border_arrow_link.sp {
  font-weight: 500;
}
.underlayer .underlayer_news .news_list {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 321px) {
  .underlayer .underlayer_news .news_list {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer .underlayer_news .news_list {
    margin-bottom: 0;
  }
}
.underlayer .underlayer_news .news_list li {
  border-bottom: 1px solid #bfb9ad;
}
.underlayer .underlayer_news .news_list li a {
  font-weight: normal;
  color: #1C1C1C;
  text-decoration: none;
  display: block;
  padding: 18px 0;
  background-image: linear-gradient(#f0e7db, #f0e7db);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 100%;
  transition: background-size 0.5s;
}
@media print, screen and (min-width: 768px) {
  .underlayer .underlayer_news .news_list li a {
    padding: 19px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .underlayer_news .news_list li a {
    padding: 20px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer .underlayer_news .news_list li a:hover {
    background-position: bottom left;
    background-size: 100% 100%;
  }
}
.underlayer .underlayer_news .news_list li .date_category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .underlayer .underlayer_news .news_list li .date_category {
    margin-bottom: 9px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .underlayer_news .news_list li .date_category {
    margin-bottom: 10px;
  }
}
.underlayer .underlayer_news .news_list li .date {
  font-size: 1.4rem;
  color: #6E6A6A;
  width: 100%;
  margin-right: 15px;
  margin-bottom: 3px;
}
@media print, screen and (min-width: 321px) {
  .underlayer .underlayer_news .news_list li .date {
    width: auto;
    margin-bottom: 0;
  }
}
.underlayer .underlayer_news .news_list li .category {
  font-size: 1.2rem;
  color: #FFF;
  padding: 1px 6px 2px 6px;
  background-color: #224E45;
}
@media print, screen and (min-width: 768px) {
  .underlayer .underlayer_news .news_list li .category {
    font-size: 1.3rem;
    padding: 2px 8px 3px 8px;
  }
}
.underlayer .underlayer_news .news_list li .category:not(:last-child) {
  margin-right: 10px;
}
.underlayer .underlayer_news .news_list li .category.important_notice {
  background-color: #AC001A;
}
.underlayer .underlayer_news .news_list li p {
  line-height: 1.5;
}
.underlayer .pageblk {
  padding: 50px 0 70px 0;
}
@media print, screen and (min-width: 321px) {
  .underlayer .pageblk {
    padding: 60px 0 80px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer .pageblk {
    padding: 70px 0 100px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .pageblk {
    padding: 85px 0 120px 0;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .pageblk {
    padding: 100px 0 140px 0;
  }
}
.underlayer .pageblk.top_pdg0 {
  padding-top: 0;
}
.underlayer .underlayer_headimg {
  margin-bottom: 60px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .underlayer .underlayer_headimg {
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .underlayer_headimg {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .underlayer_headimg {
    margin-bottom: 105px;
  }
}
.underlayer .underlayer_headimg img {
  width: 170%;
  max-width: initial;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 768px) {
  .underlayer .underlayer_headimg img {
    width: 100%;
    left: 0;
    transform: translateX(0);
  }
}
.underlayer .underlayer_blkhead {
  margin-bottom: 45px;
}
@media print, screen and (min-width: 321px) {
  .underlayer .underlayer_blkhead {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer .underlayer_blkhead {
    margin-bottom: 57px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .underlayer_blkhead {
    margin-bottom: 64px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .underlayer_blkhead {
    margin-bottom: 70px;
  }
}
.underlayer .underlayer_blkhead .eng {
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 321px) {
  .underlayer .underlayer_blkhead .eng {
    font-size: 3.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer .underlayer_blkhead .eng {
    font-size: 4.3rem;
    margin-bottom: 9px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .underlayer_blkhead .eng {
    font-size: 5.1rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .underlayer_blkhead .eng {
    font-size: 5.8rem;
    margin-bottom: 10px;
  }
}
.underlayer .underlayer_blkhead h2 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #896317;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .underlayer .underlayer_blkhead h2 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .underlayer_blkhead h2 {
    font-size: 1.6rem;
  }
}
.underlayer .cmn_bdr_title {
  font-size: 2rem;
  font-weight: 500;
  padding: 5px 0 5px 10px;
  margin-bottom: 30px;
  border-left: 1px solid #BC9850;
}
@media print, screen and (min-width: 321px) {
  .underlayer .cmn_bdr_title {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer .cmn_bdr_title {
    font-size: 2.5rem;
    padding: 5px 0 5px 12px;
    margin-bottom: 34px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .cmn_bdr_title {
    font-size: 2.8rem;
    padding: 5px 0 5px 14px;
    margin-bottom: 37px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .cmn_bdr_title {
    font-size: 3.1rem;
    padding: 5px 0 5px 15px;
    margin-bottom: 40px;
  }
}
.underlayer .cmn_underline_title {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #BC9850;
}
@media print, screen and (min-width: 321px) {
  .underlayer .cmn_underline_title {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer .cmn_underline_title {
    font-size: 2.2rem;
    line-height: 1.44;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .cmn_underline_title {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .cmn_underline_title {
    font-size: 2.5rem;
  }
}
.underlayer .cmn_doublebdr_title {
  font-size: 1.7rem;
  font-weight: 600;
  color: #896317;
  padding-left: 12px;
  margin-bottom: 20px;
  border-left: 4px double #BC9850;
}
@media print, screen and (min-width: 321px) {
  .underlayer .cmn_doublebdr_title {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer .cmn_doublebdr_title {
    font-size: 1.9rem;
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .cmn_doublebdr_title {
    margin-bottom: 27px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .cmn_doublebdr_title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.underlayer .cmn_green_subtitle {
  font-size: 1.8rem;
  font-weight: 500;
  color: #224E45;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 321px) {
  .underlayer .cmn_green_subtitle {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer .cmn_green_subtitle {
    font-size: 2.3rem;
    line-height: 1.41;
    margin-bottom: 17px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .cmn_green_subtitle {
    font-size: 2.6rem;
    margin-bottom: 19px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .cmn_green_subtitle {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
.underlayer .cmn_dots_list li {
  line-height: 2;
  padding-left: 20px;
  position: relative;
}
.underlayer .cmn_dots_list li:not(:last-child) {
  margin-bottom: 2px;
}
.underlayer .cmn_dots_list li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background-color: #BC9850;
  position: absolute;
  top: 12px;
  left: 0;
}
.underlayer .cmn_number_list {
  counter-reset: cnt;
}
.underlayer .cmn_number_list li {
  line-height: 1.8;
  padding-left: 25px;
  position: relative;
}
.underlayer .cmn_number_list li:not(:last-child) {
  margin-bottom: 5px;
}
.underlayer .cmn_number_list li::before {
  counter-increment: cnt;
  content: counter(cnt) ". ";
  font-weight: 500;
  color: #BC9850;
  line-height: 1.8;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.underlayer .cmn_bdr_table {
  width: 100%;
}
.underlayer .cmn_bdr_table th,
.underlayer .cmn_bdr_table td {
  line-height: 1.8;
  padding: 20px 0;
  border-top: 1px solid #C6C4C2;
}
.underlayer .cmn_bdr_table th {
  font-weight: 300;
  text-align: left;
}
.underlayer .cmn_bdr_table td {
  padding-left: 20px;
}
.underlayer .cmn_bdr_table td p:not(:last-child) {
  margin-bottom: 10px;
}
.underlayer .js-scrollable .cmn_bdr_table {
  width: 200% !important;
  max-width: 693px;
}
@media print, screen and (min-width: 768px) {
  .underlayer .js-scrollable .cmn_bdr_table {
    width: auto;
    max-width: 100%;
  }
}
.underlayer .cmn_headcolor_table {
  width: 100%;
}
.underlayer .cmn_headcolor_table th,
.underlayer .cmn_headcolor_table td {
  vertical-align: top;
  height: 40px;
  border: 1px solid #bebebe;
}
@media print, screen and (min-width: 768px) {
  .underlayer .cmn_headcolor_table th,
  .underlayer .cmn_headcolor_table td {
    height: 44px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .cmn_headcolor_table th,
  .underlayer .cmn_headcolor_table td {
    height: 47px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .cmn_headcolor_table th,
  .underlayer .cmn_headcolor_table td {
    height: 50px;
  }
}
.underlayer .cmn_headcolor_table thead th {
  font-weight: bold;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  padding: 15px 15px;
  background-color: #224E45;
}
@media print, screen and (min-width: 768px) {
  .underlayer .cmn_headcolor_table thead th {
    padding: 15px 17px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .cmn_headcolor_table thead th {
    padding: 15px 18px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .cmn_headcolor_table thead th {
    padding: 15px 20px;
  }
}
.underlayer .cmn_headcolor_table tbody th,
.underlayer .cmn_headcolor_table tbody td {
  padding: 15px 15px;
}
@media print, screen and (min-width: 768px) {
  .underlayer .cmn_headcolor_table tbody th,
  .underlayer .cmn_headcolor_table tbody td {
    padding: 15px 17px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .cmn_headcolor_table tbody th,
  .underlayer .cmn_headcolor_table tbody td {
    padding: 15px 18px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .cmn_headcolor_table tbody th,
  .underlayer .cmn_headcolor_table tbody td {
    padding: 15px 20px;
  }
}
.underlayer .cmn_headcolor_table tbody th {
  font-weight: 300;
  text-align: center;
  background-color: #fafafa;
}
.underlayer .cmn_headcolor_table tbody td {
  background-color: #FFF;
}
.underlayer .js-scrollable .cmn_headcolor_table {
  width: 200% !important;
  max-width: 693px;
}
@media print, screen and (min-width: 768px) {
  .underlayer .js-scrollable .cmn_headcolor_table {
    width: auto;
    max-width: 100%;
  }
}
.underlayer .cmn_font_s {
  font-size: 1.2rem;
  color: #6E6A6A;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .underlayer .cmn_font_s {
    font-size: 1.3rem;
  }
}
.underlayer .cmn_doubleline_gold {
  padding: 25px 20px;
  border: 1px solid #BC9850;
  position: relative;
}
@media print, screen and (min-width: 321px) {
  .underlayer .cmn_doubleline_gold {
    padding: 30px 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer .cmn_doubleline_gold {
    padding: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .cmn_doubleline_gold {
    padding: 35px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .cmn_doubleline_gold {
    padding: 40px;
  }
}
.underlayer .cmn_doubleline_gold::after {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  display: block;
  margin: 0 auto;
  border: 1px solid #BC9850;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.underlayer .cmn_doubleline_gold .cmn_doubleline_gold_title {
  font-size: 1.7rem;
  font-weight: 600;
  color: #896317;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .underlayer .cmn_doubleline_gold .cmn_doubleline_gold_title {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .cmn_doubleline_gold .cmn_doubleline_gold_title {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .cmn_doubleline_gold .cmn_doubleline_gold_title {
    font-size: 2rem;
  }
}
.underlayer .cmn_doubleline_gold ul li {
  text-indent: -1em;
  line-height: 1.8;
  padding-left: 1em;
}
.underlayer .cmn_remark_list {
  margin-top: 15px;
}
.underlayer .cmn_remark_list li {
  font-size: 1.3rem;
  font-weight: 500;
  color: #6E6A6A;
  line-height: 1.84;
  padding-left: 2em;
  position: relative;
}
.underlayer .cmn_remark_list li:not(:last-child) {
  margin-bottom: 2px;
}
.underlayer .cmn_remark_list li::before {
  content: "※";
  position: absolute;
  top: 1px;
  left: 0;
}
.underlayer .crossicon_button {
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.5;
  width: 145px;
  display: block;
  padding: 7px 25px 7px 8px;
  border: 1px solid #1C1C1C;
  background-color: transparent;
  background-image: linear-gradient(#224E45, #224E45);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 100%;
  position: relative;
  cursor: pointer;
  transition: color 0.3s, border 0.3s, background-size 0.3s;
}
@media print, screen and (min-width: 321px) {
  .underlayer .crossicon_button {
    font-size: 1.3rem;
    width: 168px;
    padding: 7px 30px 7px 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .crossicon_button {
    font-size: 1.4rem;
    width: 168px;
  }
}
.underlayer .crossicon_button::before, .underlayer .crossicon_button::after {
  content: "";
  width: 10px;
  height: 1px;
  display: block;
  background-color: #707070;
  position: absolute;
  top: 50%;
  right: 8px;
  z-index: 1;
  transition: background 0.3s, transform 0.3s;
}
@media print, screen and (min-width: 321px) {
  .underlayer .crossicon_button::before, .underlayer .crossicon_button::after {
    width: 12px;
    right: 10px;
  }
}
.underlayer .crossicon_button::before {
  transform: translateY(-50%);
}
.underlayer .crossicon_button::after {
  transform: translateY(-50%) rotate(90deg);
}
.underlayer .crossicon_button.is_active::before {
  transform: translateY(-50%) rotate(-180deg);
}
.underlayer .crossicon_button.is_active::after {
  transform: translateY(-50%) rotate(360deg);
}
@media print, screen and (min-width: 768px) {
  .underlayer .crossicon_button:hover {
    color: #FFF;
    border: 1px solid #224E45;
    background-position: bottom left;
    background-size: 100% 100%;
  }
  .underlayer .crossicon_button:hover::before, .underlayer .crossicon_button:hover::after {
    background-color: #FFF;
  }
}
.underlayer .cmn_toggle_blk {
  border: 1px solid #707070;
  background-color: #FFF;
}
.underlayer .cmn_toggle_blk .cmn_toggle_btn {
  font-size: 1.5rem;
  font-weight: 300;
  text-align: left;
  width: 100%;
  padding: 15px 40px 15px 20px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .underlayer .cmn_toggle_blk .cmn_toggle_btn {
    font-size: 1.6rem;
    padding: 16px 40px 17px 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .cmn_toggle_blk .cmn_toggle_btn {
    padding: 17px 40px 16px 27px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .cmn_toggle_blk .cmn_toggle_btn {
    font-size: 1.7rem;
    padding: 18px 40px 18px 30px;
  }
}
.underlayer .cmn_toggle_blk .cmn_toggle_btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #224E45;
  border-right: 2px solid #224E45;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .underlayer .cmn_toggle_blk .cmn_toggle_btn::after {
    width: 9px;
    height: 9px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .cmn_toggle_blk .cmn_toggle_btn::after {
    width: 10px;
    height: 10px;
  }
}
.underlayer .cmn_toggle_blk .cmn_toggle_btn.is_active::after {
  transform: translateY(-50%) rotate(-45deg);
}
.underlayer .cmn_toggle_blk .cmn_toggle_content {
  display: none;
  padding: 15px 20px 30px 20px;
}
@media print, screen and (min-width: 768px) {
  .underlayer .cmn_toggle_blk .cmn_toggle_content {
    padding: 18px 30px 30px 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .cmn_toggle_blk .cmn_toggle_content {
    padding: 22px 45px 45px 45px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .cmn_toggle_blk .cmn_toggle_content {
    padding: 25px 60px 60px 60px;
  }
}
.underlayer .daytrip .daytrip_bdr_top {
  height: 30px;
  background-image: url(../img/restaurant/daytrip_bdr_top_left_sp.png), url(../img/restaurant/daytrip_bdr_top_right_sp.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-size: 30px auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_bdr_top {
    height: 40px;
    background-image: url(../img/restaurant/daytrip_bdr_top_left.png), url(../img/restaurant/daytrip_bdr_top_right.png);
    background-size: 40px auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .daytrip .daytrip_bdr_top {
    height: 50px;
    background-size: 50px auto;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .daytrip .daytrip_bdr_top {
    height: 60px;
    background-size: 60px auto;
  }
}
.underlayer .daytrip .daytrip_bdr_top::before, .underlayer .daytrip .daytrip_bdr_top::after {
  content: "";
  width: calc(100% - 60px);
  height: 1px;
  display: block;
  margin: 0 auto;
  background-color: #BC9850;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_bdr_top::before, .underlayer .daytrip .daytrip_bdr_top::after {
    width: calc(100% - 80px);
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .daytrip .daytrip_bdr_top::before, .underlayer .daytrip .daytrip_bdr_top::after {
    width: calc(100% - 100px);
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .daytrip .daytrip_bdr_top::before, .underlayer .daytrip .daytrip_bdr_top::after {
    width: calc(100% - 120px);
  }
}
.underlayer .daytrip .daytrip_bdr_top::before {
  top: 0;
}
.underlayer .daytrip .daytrip_bdr_top::after {
  top: 4px;
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_bdr_top::after {
    top: 7px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .daytrip .daytrip_bdr_top::after {
    top: 8px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .daytrip .daytrip_bdr_top::after {
    top: 9px;
  }
}
.underlayer .daytrip .daytrip_content {
  padding: 5px 20px 15px 20px;
  border-left: 1px solid #BC9850;
  border-right: 1px solid #BC9850;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_content {
    padding: 5px 24px 15px 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .daytrip .daytrip_content {
    padding: 5px 27px 15px 27px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .daytrip .daytrip_content {
    padding: 5px 30px 15px 30px;
  }
}
.underlayer .daytrip .daytrip_content::before, .underlayer .daytrip .daytrip_content::after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: #BC9850;
  position: absolute;
  top: 0;
  z-index: 1;
}
.underlayer .daytrip .daytrip_content::before {
  left: 4px;
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_content::before {
    left: 6px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .daytrip .daytrip_content::before {
    left: 7px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .daytrip .daytrip_content::before {
    left: 9px;
  }
}
.underlayer .daytrip .daytrip_content::after {
  right: 4px;
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_content::after {
    right: 6px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .daytrip .daytrip_content::after {
    right: 7px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .daytrip .daytrip_content::after {
    right: 9px;
  }
}
.underlayer .daytrip .daytrip_bdr_bottom {
  height: 30px;
  background-image: url(../img/restaurant/daytrip_bdr_bottom_left_sp.png), url(../img/restaurant/daytrip_bdr_bottom_right_sp.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right bottom;
  background-size: 30px auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_bdr_bottom {
    height: 39px;
    background-image: url(../img/restaurant/daytrip_bdr_bottom_left.png), url(../img/restaurant/daytrip_bdr_bottom_right.png);
    background-size: 40px auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .daytrip .daytrip_bdr_bottom {
    height: 49px;
    background-size: 50px auto;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .daytrip .daytrip_bdr_bottom {
    height: 59px;
    background-size: 60px auto;
  }
}
.underlayer .daytrip .daytrip_bdr_bottom::before, .underlayer .daytrip .daytrip_bdr_bottom::after {
  content: "";
  width: calc(100% - 60px);
  height: 1px;
  display: block;
  margin: 0 auto;
  background-color: #BC9850;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_bdr_bottom::before, .underlayer .daytrip .daytrip_bdr_bottom::after {
    width: calc(100% - 80px);
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .daytrip .daytrip_bdr_bottom::before, .underlayer .daytrip .daytrip_bdr_bottom::after {
    width: calc(100% - 100px);
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .daytrip .daytrip_bdr_bottom::before, .underlayer .daytrip .daytrip_bdr_bottom::after {
    width: calc(100% - 120px);
  }
}
.underlayer .daytrip .daytrip_bdr_bottom::before {
  bottom: 0;
}
.underlayer .daytrip .daytrip_bdr_bottom::after {
  bottom: 4px;
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_bdr_bottom::after {
    bottom: 7px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .daytrip .daytrip_bdr_bottom::after {
    bottom: 8px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .daytrip .daytrip_bdr_bottom::after {
    bottom: 9px;
  }
}
.underlayer .daytrip .daytrip_head {
  text-align: center;
  margin-bottom: 30px;
}
.underlayer .daytrip .daytrip_head h4 {
  font-size: 2rem;
  font-weight: 500;
  color: #896317;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 321px) {
  .underlayer .daytrip .daytrip_head h4 {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_head h4 {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .daytrip .daytrip_head h4 {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .daytrip .daytrip_head h4 {
    font-size: 3.4rem;
  }
}
.underlayer .daytrip .daytrip_head .lead {
  margin-bottom: 35px;
}
.underlayer .daytrip .daytrip_head .set {
  font-size: 1.7rem;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 321px) {
  .underlayer .daytrip .daytrip_head .set {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_head .set {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .daytrip .daytrip_head .set {
    font-size: 2.2rem;
    margin-bottom: 27px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .daytrip .daytrip_head .set {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.underlayer .daytrip .daytrip_head .set .bdr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_head .set .bdr {
    padding-bottom: 0;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.underlayer .daytrip .daytrip_head .set .bdr::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #6E6A6A;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.underlayer .daytrip .daytrip_head .set .sp_clm1 {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_head .set .sp_clm1 {
    width: auto;
  }
}
.underlayer .daytrip .daytrip_head .set .sp_clm1:first-child {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_head .set .sp_clm1:first-child {
    margin-bottom: 0;
  }
}
.underlayer .daytrip .daytrip_head .set .num {
  font-size: 2.8rem;
  font-style: italic;
  color: #896317;
  margin: 0 10px;
}
@media print, screen and (min-width: 321px) {
  .underlayer .daytrip .daytrip_head .set .num {
    font-size: 3.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_head .set .num {
    font-size: 3.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .daytrip .daytrip_head .set .num {
    font-size: 4.1rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .daytrip .daytrip_head .set .num {
    font-size: 4.6rem;
  }
}
.underlayer .daytrip .daytrip_head .set .tax {
  font-size: 1.2rem;
  margin-top: 7px;
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_head .set .tax {
    font-size: 1.3rem;
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .daytrip .daytrip_head .set .tax {
    margin-top: 9px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .daytrip .daytrip_head .set .tax {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.underlayer .daytrip .daytrip_head .cmn_remark_list {
  max-width: 270px;
  margin: 0 auto;
}
.underlayer .daytrip .daytrip_info {
  max-width: 1000px;
  margin: 0 auto 30px auto;
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_info {
    margin: 0 auto 34px auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .daytrip .daytrip_info {
    margin: 0 auto 37px auto;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .daytrip .daytrip_info {
    margin: 0 auto 40px auto;
  }
}
.underlayer .daytrip .daytrip_info dl {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 0;
  border-bottom: 1px solid #C6C4C2;
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_info dl {
    padding: 20px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .daytrip .daytrip_info dl {
    padding: 22px 0;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .daytrip .daytrip_info dl {
    padding: 24px 0;
  }
}
.underlayer .daytrip .daytrip_info dt {
  width: 100%;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_info dt {
    width: 180px;
    padding-top: 7px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .daytrip .daytrip_info dt {
    width: 220px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .daytrip .daytrip_info dt {
    width: 255px;
  }
}
.underlayer .daytrip .daytrip_info dd {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_info dd {
    flex: 1;
  }
}
.underlayer .daytrip .daytrip_info dd ul:not(:last-child) {
  margin-bottom: 15px;
}
.underlayer .daytrip .daytrip_info dd li {
  font-size: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-left: 18px;
  position: relative;
}
@media print, screen and (min-width: 321px) {
  .underlayer .daytrip .daytrip_info dd li {
    font-size: 1.4rem;
  }
}
.underlayer .daytrip .daytrip_info dd li:not(:last-child) {
  margin-bottom: 10px;
}
.underlayer .daytrip .daytrip_info dd li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background-color: #BC9850;
  position: absolute;
  top: 9px;
  left: 0;
}
@media print, screen and (min-width: 321px) {
  .underlayer .daytrip .daytrip_info dd li::before {
    top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_info dd li::before {
    top: 12px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .daytrip .daytrip_info dd li::before {
    top: 14px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .daytrip .daytrip_info dd li::before {
    top: 15px;
  }
}
.underlayer .daytrip .daytrip_info dd li .cmn_font_s {
  width: auto;
  margin-left: 5px;
}
.underlayer .daytrip .daytrip_info dd .adult_dwarf {
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 5px;
}
@media print, screen and (min-width: 321px) {
  .underlayer .daytrip .daytrip_info dd .adult_dwarf {
    font-size: 1.5rem;
    transform: translateY(-2px);
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_info dd .adult_dwarf {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .daytrip .daytrip_info dd .adult_dwarf {
    font-size: 1.7rem;
  }
}
.underlayer .daytrip .daytrip_info dd .time_price {
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-right: 5px;
}
@media print, screen and (min-width: 321px) {
  .underlayer .daytrip .daytrip_info dd .time_price {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_info dd .time_price {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .daytrip .daytrip_info dd .time_price {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .daytrip .daytrip_info dd .time_price {
    font-size: 2.7rem;
  }
}
.underlayer .daytrip .daytrip_info dd .tax {
  line-height: 1;
  margin-bottom: 1px;
}
@media print, screen and (min-width: 321px) {
  .underlayer .daytrip .daytrip_info dd .tax {
    margin-bottom: 3px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .daytrip .daytrip_info dd .tax {
    margin-bottom: 2px;
  }
}
.underlayer .daytrip .daytrip_info dd .lasttime {
  text-indent: -0.5em;
  width: 100%;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_info dd .lasttime {
    text-indent: 0;
    width: auto;
    margin-top: 0;
  }
}
.underlayer .daytrip .daytrip_info dd .cmn_font_s {
  width: 100%;
}
.underlayer .daytrip .daytrip_info dd .indent {
  width: 100%;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .daytrip_info dd .indent {
    margin-top: 6px;
  }
}
@media print, screen and (min-width: 1024px) {
  .underlayer .daytrip .daytrip_info dd .indent {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 1300px) {
  .underlayer .daytrip .daytrip_info dd .indent {
    margin-top: 10px;
  }
}
.underlayer .daytrip .border_arrow_link {
  margin: 0 auto;
}
.underlayer .daytrip .border_arrow_link:not(:last-child) {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .border_arrow_link:not(:last-child) {
    margin-bottom: 20px;
  }
}
.underlayer .daytrip .border_arrow_link[target=_blank]::after {
  color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .underlayer .daytrip .border_arrow_link[target=_blank]:hover::after {
    color: #224E45 !important;
    transform: translateY(-50%) !important;
  }
}

.rooms .underlayer {
  overflow: hidden;
}
.rooms .underlayer .consecutive_nights {
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .consecutive_nights {
    margin-top: 53px;
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .underlayer .consecutive_nights {
    margin-top: 56px;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .underlayer .consecutive_nights {
    margin-top: 58px;
  }
}
.rooms .underlayer .consecutive_nights p {
  margin-bottom: 25px;
}
.rooms .underlayer .consecutive_nights dl {
  display: flex;
  flex-wrap: wrap;
}
.rooms .underlayer .consecutive_nights dl dt {
  font-size: 1.3rem;
  font-weight: 600;
  color: #FFF;
  padding: 2px 8px;
  margin-bottom: 8px;
  background-color: #BC9850;
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .consecutive_nights dl dt {
    margin-bottom: 5px;
  }
}
.rooms .underlayer .consecutive_nights dl dd {
  line-height: 1.8;
  letter-spacing: 0;
  width: 100%;
}
.rooms .underlayer .consecutive_nights dl dd:not(:last-child) {
  margin-bottom: 20px;
}
.rooms .underlayer .roomlist .roomlist_head p {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .roomlist .roomlist_head p {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .underlayer .roomlist .roomlist_head p {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .underlayer .roomlist .roomlist_head p {
    margin-bottom: 55px;
  }
}
.rooms .underlayer .roomlist ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .roomlist ul {
    gap: 13px;
  }
}
.rooms .underlayer .roomlist ul li {
  width: 100%;
  display: flex;
  border: 1px solid #6E6A6A;
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .roomlist ul li {
    width: calc((100% - 26px) / 3);
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .underlayer .roomlist ul li {
    width: calc((100% - 39px) / 4);
  }
}
.rooms .underlayer .roomlist ul a {
  text-decoration: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 15px 15px 0 15px;
  transition: opacity 0.3s;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .roomlist ul a {
    padding: 17px 17px 0 17px;
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .underlayer .roomlist ul a {
    padding: 18px 18px 0 18px;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .underlayer .roomlist ul a {
    padding: 20px 20px 0 20px;
  }
}
.rooms .underlayer .roomlist ul a::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: #BC9850;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  bottom: 6px;
  right: 6px;
  z-index: 1;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .roomlist ul a::after {
    width: 9px;
    height: 9px;
    bottom: 7px;
    right: 7px;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .underlayer .roomlist ul a::after {
    width: 10px;
    height: 10px;
    bottom: 8px;
    right: 8px;
  }
}
.rooms .underlayer .roomlist ul figure {
  overflow: hidden;
}
.rooms .underlayer .roomlist ul figure img {
  width: 100%;
  transition: transform 0.3s;
}
.rooms .underlayer .roomlist ul .name {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 15px 0;
  margin: auto 0;
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .roomlist ul .name {
    min-height: 75px;
    padding: 5px 0;
  }
}
.rooms .underlayer .roomlist ul p,
.rooms .underlayer .roomlist ul h4 {
  width: 100%;
}
.rooms .underlayer .roomlist ul p {
  font-size: 0.8rem;
  color: #224E45;
  line-height: 1.5;
  margin-top: auto;
  margin-bottom: 2px;
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .roomlist ul p {
    font-size: 0.9rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .underlayer .roomlist ul p {
    font-size: 1rem;
  }
}
.rooms .underlayer .roomlist ul h4 {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
  color: #1C1C1C;
  margin-bottom: auto;
  transition: font-weight 0.3s, color 0.3s;
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .roomlist ul h4 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .underlayer .roomlist ul h4 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .roomlist ul a:hover {
    opacity: 0.8;
  }
  .rooms .underlayer .roomlist ul a:hover::after {
    transform: translateY(2px);
  }
  .rooms .underlayer .roomlist ul a:hover figure img {
    transform: scale(1.05);
  }
  .rooms .underlayer .roomlist ul a:hover h4 {
    font-weight: bold;
    color: #224E45;
  }
}
.rooms .underlayer .roomdetail_content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.rooms .underlayer .roomdetail_content:not(:last-child) {
  margin-bottom: 70px;
}
@media print, screen and (min-width: 321px) {
  .rooms .underlayer .roomdetail_content:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .roomdetail_content:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .underlayer .roomdetail_content:not(:last-child) {
    margin-bottom: 120px;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .underlayer .roomdetail_content:not(:last-child) {
    margin-bottom: 140px;
  }
}
.rooms .underlayer .roomdetail_content .roomdetail_content_head {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .roomdetail_content .roomdetail_content_head {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .underlayer .roomdetail_content .roomdetail_content_head {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .underlayer .roomdetail_content .roomdetail_content_head {
    margin-bottom: 50px;
  }
}
.rooms .underlayer .roomdetail_content .roomdetail_content_head p {
  color: #BC9850;
  line-height: 1.5;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .roomdetail_content .roomdetail_content_head p {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .underlayer .roomdetail_content .roomdetail_content_head p {
    font-size: 1.4rem;
  }
}
.rooms .underlayer .roomdetail_content .roomdetail_content_head h4 {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media print, screen and (min-width: 321px) {
  .rooms .underlayer .roomdetail_content .roomdetail_content_head h4 {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .roomdetail_content .roomdetail_content_head h4 {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .underlayer .roomdetail_content .roomdetail_content_head h4 {
    font-size: 3.1rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .underlayer .roomdetail_content .roomdetail_content_head h4 {
    font-size: 3.4rem;
  }
}
.rooms .underlayer .roomdetail_content .text {
  width: 100%;
  order: 1;
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .roomdetail_content .text {
    flex: 1;
    order: initial;
    margin-right: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .underlayer .roomdetail_content .text {
    margin-right: 55px;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .underlayer .roomdetail_content .text {
    margin-right: 70px;
  }
}
.rooms .underlayer .roomdetail_content .text table th,
.rooms .underlayer .roomdetail_content .text table td {
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
  padding: 15px 0;
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .roomdetail_content .text table th,
  .rooms .underlayer .roomdetail_content .text table td {
    padding: 17px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .underlayer .roomdetail_content .text table th,
  .rooms .underlayer .roomdetail_content .text table td {
    padding: 19px 0;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .underlayer .roomdetail_content .text table th,
  .rooms .underlayer .roomdetail_content .text table td {
    padding: 21px 0;
  }
}
.rooms .underlayer .roomdetail_content .text table th {
  white-space: nowrap;
  width: 10px;
}
.rooms .underlayer .roomdetail_content .text table td {
  padding-left: 15px;
}
@media print, screen and (min-width: 321px) {
  .rooms .underlayer .roomdetail_content .text table td {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .roomdetail_content .text table td {
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .underlayer .roomdetail_content .text table td {
    padding-left: 40px;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .underlayer .roomdetail_content .text table td {
    padding-left: 55px;
  }
}
.rooms .underlayer .roomdetail_content .photo {
  width: 100%;
  margin-left: auto;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .roomdetail_content .photo {
    width: 50%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .underlayer .roomdetail_content .photo {
    width: 62.5%;
    margin-right: -12.5%;
  }
}
.rooms .underlayer .roomdetail_content .photo img {
  width: 100%;
}
.rooms .underlayer .roomdetail_content .photo .roomslide {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .roomdetail_content .photo .roomslide {
    margin-bottom: 19px;
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .underlayer .roomdetail_content .photo .roomslide {
    margin-bottom: 22px;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .underlayer .roomdetail_content .photo .roomslide {
    margin-bottom: 25px;
  }
}
.rooms .underlayer .roomdetail_content .photo .roomslide .splide__track {
  overflow: visible;
}
.rooms .underlayer .roomdetail_content .photo .roomslide_thum .splide__list {
  width: 100%;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  transform: translateX(0) !important;
}
.rooms .underlayer .roomdetail_content .photo .roomslide_thum .splide__slide {
  width: calc((100% - 40px) / 6) !important;
  padding-top: 9.4%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.rooms .underlayer .roomdetail_content .photo .roomslide_thum .splide__slide.is-active {
  opacity: 1;
}
.rooms .underlayer .roomdetail_content .photo .roomslide_thum .splide__slide:focus-visible {
  outline-color: #896317;
  outline-offset: -3px;
  outline-style: solid;
  outline-width: 3px;
}
@-moz-document url-prefix() {
  .rooms .underlayer .roomdetail_content .photo .roomslide_thum .splide__slide:focus-visible {
    accent-color: #896317;
  }
}
.rooms .underlayer .roomdetail_content .photo .roomslide_thum .splide__slide:focus-visible _::-webkit-full-page-media,
.rooms .underlayer .roomdetail_content .photo .roomslide_thum .splide__slide:focus-visible _:future,
.rooms .underlayer .roomdetail_content .photo .roomslide_thum .splide__slide:focus-visible :root {
  accent-color: #896317;
}
.rooms .underlayer .roomdetail_content .photo .roomslide_thum img {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  transform: translateY(-50%);
}
.rooms .underlayer .roomdetail_content:nth-child(even) .text {
  margin-right: 0;
  order: 1;
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .roomdetail_content:nth-child(even) .text {
    margin-left: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .underlayer .roomdetail_content:nth-child(even) .text {
    margin-left: 55px;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .underlayer .roomdetail_content:nth-child(even) .text {
    margin-left: 70px;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .underlayer .roomdetail_content:nth-child(even) .photo {
    margin-left: -12.5%;
    margin-right: 0;
  }
}
.rooms .underlayer .amenities_modal {
  width: 100%;
  height: 100vh;
  display: none;
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.rooms .underlayer .amenities_modal .amenities_modal_bg {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.64);
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
}
.rooms .underlayer .amenities_modal .amenities_modal_wrap {
  width: calc(100% - 30px);
  max-width: 880px;
  max-height: calc(100vh - 80px);
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 321px) {
  .rooms .underlayer .amenities_modal .amenities_modal_wrap {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .amenities_modal .amenities_modal_wrap {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .underlayer .amenities_modal .amenities_modal_wrap {
    width: 100%;
  }
}
.rooms .underlayer .amenities_modal .amenities_modal_body {
  max-width: 880px;
  max-height: calc(100vh - 80px);
  padding: 25px 15px;
  margin: 0 auto;
  background-color: #FFF;
  overflow: auto;
}
@media print, screen and (min-width: 321px) {
  .rooms .underlayer .amenities_modal .amenities_modal_body {
    padding: 30px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .amenities_modal .amenities_modal_body {
    padding: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .underlayer .amenities_modal .amenities_modal_body {
    padding: 60px;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .underlayer .amenities_modal .amenities_modal_body {
    padding: 80px;
  }
}
.rooms .underlayer .amenities_modal .amenities_modal_body dt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 321px) {
  .rooms .underlayer .amenities_modal .amenities_modal_body dt {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .amenities_modal .amenities_modal_body dt {
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .underlayer .amenities_modal .amenities_modal_body dt {
    font-size: 2.3rem;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .underlayer .amenities_modal .amenities_modal_body dt {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}
.rooms .underlayer .amenities_modal .amenities_modal_body dd {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .amenities_modal .amenities_modal_body dd {
    gap: 20px;
  }
}
.rooms .underlayer .amenities_modal .amenities_modal_body dd ul {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .amenities_modal .amenities_modal_body dd ul {
    flex: 1;
  }
}
.rooms .underlayer .amenities_modal .amenities_modal_body dd li {
  padding-left: 18px;
  position: relative;
}
.rooms .underlayer .amenities_modal .amenities_modal_body dd li:not(:last-child) {
  margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .amenities_modal .amenities_modal_body dd li:not(:last-child) {
    margin-bottom: 9px;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .underlayer .amenities_modal .amenities_modal_body dd li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.rooms .underlayer .amenities_modal .amenities_modal_body dd li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background-color: #BC9850;
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 1;
}
.rooms .underlayer .amenities_modal .amenities_modal_close {
  width: 44px;
  height: 44px;
  border: 1px solid #FFF;
  border-radius: 50%;
  background-color: #224E45;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  transform: translate(10px, -50%);
  transition: opacity 0.3s;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .amenities_modal .amenities_modal_close {
    width: 52px;
    height: 52px;
    transform: translate(50%, -50%);
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .underlayer .amenities_modal .amenities_modal_close {
    width: 60px;
    height: 60px;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .underlayer .amenities_modal .amenities_modal_close {
    width: 68px;
    height: 68px;
  }
}
.rooms .underlayer .amenities_modal .amenities_modal_close span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.rooms .underlayer .amenities_modal .amenities_modal_close span::before, .rooms .underlayer .amenities_modal .amenities_modal_close span::after {
  content: "";
  width: 25px;
  height: 1px;
  display: block;
  margin: 0 auto;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .amenities_modal .amenities_modal_close span::before, .rooms .underlayer .amenities_modal .amenities_modal_close span::after {
    width: 29px;
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .underlayer .amenities_modal .amenities_modal_close span::before, .rooms .underlayer .amenities_modal .amenities_modal_close span::after {
    width: 32px;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .underlayer .amenities_modal .amenities_modal_close span::before, .rooms .underlayer .amenities_modal .amenities_modal_close span::after {
    width: 35px;
  }
}
.rooms .underlayer .amenities_modal .amenities_modal_close span::before {
  transform: translateY(-50%) rotate(45deg);
}
.rooms .underlayer .amenities_modal .amenities_modal_close span::after {
  transform: translateY(-50%) rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .amenities_modal .amenities_modal_close:hover {
    opacity: 0.7;
  }
}
.rooms .underlayer .favour ul li {
  font-weight: 500;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .favour ul li {
    line-height: 1.9;
  }
}
@media print, screen and (min-width: 1024px) {
  .rooms .underlayer .favour ul li {
    line-height: 2;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .underlayer .favour ul li {
    line-height: 2.1;
  }
}
.rooms .underlayer .favour ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .rooms .underlayer .favour ul li:not(:last-child) {
    margin-bottom: 9px;
  }
}
@media print, screen and (min-width: 1300px) {
  .rooms .underlayer .favour ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.rooms .underlayer .favour ul li .bdr {
  text-decoration: underline;
}

.restaurant .underlayer .information th {
  width: 80px;
}
@media print, screen and (min-width: 768px) {
  .restaurant .underlayer .information th {
    width: 120px;
  }
}
@media print, screen and (min-width: 1024px) {
  .restaurant .underlayer .information th {
    width: 160px;
  }
}
@media print, screen and (min-width: 1300px) {
  .restaurant .underlayer .information th {
    width: 195px;
  }
}
.restaurant .underlayer .information td .information_tb_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.restaurant .underlayer .information td .information_tb_flex .text {
  width: 100%;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 768px) {
  .restaurant .underlayer .information td .information_tb_flex .text {
    flex: 1;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .restaurant .underlayer .information td .information_tb_flex button {
    margin-left: auto;
  }
}
.restaurant .underlayer .information td .toggle_content {
  padding-top: 20px;
}
.restaurant .underlayer .information td .toggle_content figure img {
  width: 100%;
}
.restaurant .underlayer .information td p:not(:last-child) {
  margin-bottom: 3px;
}
.restaurant .underlayer .information td .cmn_font_s {
  margin-top: 5px;
}
.restaurant .underlayer .information td ul {
  margin: 15px 0 20px 0;
}
.restaurant .underlayer .information td ul li:not(:last-child) {
  margin-bottom: 10px;
}
.restaurant .underlayer .morning_evening_price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .restaurant .underlayer .morning_evening_price {
    margin-bottom: 47px;
  }
}
@media print, screen and (min-width: 1024px) {
  .restaurant .underlayer .morning_evening_price {
    margin-bottom: 54px;
  }
}
@media print, screen and (min-width: 1300px) {
  .restaurant .underlayer .morning_evening_price {
    margin-bottom: 60px;
  }
}
.restaurant .underlayer .morning_evening_price .text {
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1024px) {
  .restaurant .underlayer .morning_evening_price .text {
    width: 50%;
    padding-right: 30px;
    margin-bottom: 0;
  }
}
.restaurant .underlayer .morning_evening_price .text .cmn_green_subtitle br {
  display: none;
}
@media print, screen and (min-width: 1300px) {
  .restaurant .underlayer .morning_evening_price .text .cmn_green_subtitle br {
    display: block;
  }
}
.restaurant .underlayer .morning_evening_price .pricelist {
  width: 1000%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media print, screen and (min-width: 1024px) {
  .restaurant .underlayer .morning_evening_price .pricelist {
    width: 50%;
  }
}
.restaurant .underlayer .morning_evening_price .pricelist li {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 10px;
  background-color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .restaurant .underlayer .morning_evening_price .pricelist li {
    flex: 1;
    padding: 22px 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .restaurant .underlayer .morning_evening_price .pricelist li {
    padding: 23px 10px;
  }
}
@media print, screen and (min-width: 1300px) {
  .restaurant .underlayer .morning_evening_price .pricelist li {
    padding: 25px 10px;
  }
}
.restaurant .underlayer .morning_evening_price .pricelist dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.restaurant .underlayer .morning_evening_price .pricelist dt {
  font-size: 1.4rem;
  width: 100%;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .restaurant .underlayer .morning_evening_price .pricelist dt {
    margin-bottom: 11px;
  }
}
@media print, screen and (min-width: 1024px) {
  .restaurant .underlayer .morning_evening_price .pricelist dt {
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 1300px) {
  .restaurant .underlayer .morning_evening_price .pricelist dt {
    margin-bottom: 13px;
  }
}
.restaurant .underlayer .morning_evening_price .pricelist dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.restaurant .underlayer .morning_evening_price .pricelist .pricelist_num {
  font-size: 2.7rem;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 768px) {
  .restaurant .underlayer .morning_evening_price .pricelist .pricelist_num {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .restaurant .underlayer .morning_evening_price .pricelist .pricelist_num {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .restaurant .underlayer .morning_evening_price .pricelist .pricelist_num {
    font-size: 3.1rem;
  }
}
.restaurant .underlayer .morning_evening_price .pricelist .pricelist_yen {
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 5px;
}
@media print, screen and (min-width: 768px) {
  .restaurant .underlayer .morning_evening_price .pricelist .pricelist_yen {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .restaurant .underlayer .morning_evening_price .pricelist .pricelist_yen {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .restaurant .underlayer .morning_evening_price .pricelist .pricelist_yen {
    font-size: 2.1rem;
  }
}
.restaurant .underlayer .morning_evening_price .pricelist .pricelist_tax {
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
@media print, screen and (min-width: 768px) {
  .restaurant .underlayer .morning_evening_price .pricelist .pricelist_tax {
    width: 100%;
    margin: 17px 0 0 0;
  }
}
.restaurant .underlayer .breakfast .morning_evening_price .text {
  width: 100%;
}
.restaurant .underlayer .buffet_image {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .restaurant .underlayer .buffet_image {
    margin-bottom: 47px;
  }
}
@media print, screen and (min-width: 1024px) {
  .restaurant .underlayer .buffet_image {
    margin-bottom: 54px;
  }
}
@media print, screen and (min-width: 1300px) {
  .restaurant .underlayer .buffet_image {
    margin-bottom: 60px;
  }
}
.restaurant .underlayer .green_remarks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #224E45;
}
.restaurant .underlayer .green_remarks figure {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .restaurant .underlayer .green_remarks figure {
    width: 41.25%;
    height: 330px;
  }
}
@media print, screen and (min-width: 1024px) {
  .restaurant .underlayer .green_remarks figure {
    height: 330px;
  }
}
@media print, screen and (min-width: 1300px) {
  .restaurant .underlayer .green_remarks figure {
    height: 330px;
  }
}
.restaurant .underlayer .green_remarks figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.restaurant .underlayer .green_remarks .text {
  color: #FFF;
  width: 100%;
  padding: 25px 20px;
}
@media print, screen and (min-width: 768px) {
  .restaurant .underlayer .green_remarks .text {
    flex: 1;
    padding: 27px 35px;
  }
}
@media print, screen and (min-width: 1024px) {
  .restaurant .underlayer .green_remarks .text {
    padding: 28px 45px;
  }
}
@media print, screen and (min-width: 1300px) {
  .restaurant .underlayer .green_remarks .text {
    padding: 30px 55px;
  }
}
.restaurant .underlayer .green_remarks .text h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 321px) {
  .restaurant .underlayer .green_remarks .text h4 {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .restaurant .underlayer .green_remarks .text h4 {
    font-size: 2.4rem;
    line-height: 1.41;
  }
}
@media print, screen and (min-width: 1024px) {
  .restaurant .underlayer .green_remarks .text h4 {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .restaurant .underlayer .green_remarks .text h4 {
    font-size: 2.8rem;
  }
}
.restaurant .underlayer .green_remarks .text .cmn_remark_list li {
  color: #FFF;
}
.restaurant .underlayer .lunch .lunch_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .restaurant .underlayer .lunch .lunch_flex {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .restaurant .underlayer .lunch .lunch_flex {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1300px) {
  .restaurant .underlayer .lunch .lunch_flex {
    margin-bottom: 120px;
  }
}
.restaurant .underlayer .lunch .lunch_flex .text {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .restaurant .underlayer .lunch .lunch_flex .text {
    flex: 1;
    max-width: 500px;
    margin-right: 30px;
  }
}
.restaurant .underlayer .lunch .lunch_flex .text p {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .restaurant .underlayer .lunch .lunch_flex .text p {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 1024px) {
  .restaurant .underlayer .lunch .lunch_flex .text p {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1300px) {
  .restaurant .underlayer .lunch .lunch_flex .text p {
    margin-bottom: 45px;
  }
}
.restaurant .underlayer .lunch .lunch_flex figure {
  width: 100%;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .restaurant .underlayer .lunch .lunch_flex figure {
    width: 50%;
    margin-left: auto;
    margin-bottom: 0;
  }
}
.restaurant .underlayer .lunch .lunch_flex figure img {
  width: 100%;
}
.restaurant .underlayer .lunch .daytrip {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .restaurant .underlayer .lunch .daytrip {
    margin-bottom: 44px;
  }
}
@media print, screen and (min-width: 1024px) {
  .restaurant .underlayer .lunch .daytrip {
    margin-bottom: 47px;
  }
}
@media print, screen and (min-width: 1300px) {
  .restaurant .underlayer .lunch .daytrip {
    margin-bottom: 50px;
  }
}
.restaurant .underlayer .lunch .virus ul li {
  line-height: 1.8;
}
.restaurant .underlayer .lunch .virus ul li:not(:last-child) {
  margin-bottom: 5px;
}
.restaurant .underlayer .snacks .snacks_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.restaurant .underlayer .snacks .snacks_flex .text {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .restaurant .underlayer .snacks .snacks_flex .text {
    flex: 1;
    max-width: 500px;
    margin-right: 30px;
  }
}
.restaurant .underlayer .snacks .snacks_flex .text p {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .restaurant .underlayer .snacks .snacks_flex .text p {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .restaurant .underlayer .snacks .snacks_flex .text p {
    margin-bottom: 27px;
  }
}
@media print, screen and (min-width: 1300px) {
  .restaurant .underlayer .snacks .snacks_flex .text p {
    margin-bottom: 30px;
  }
}
.restaurant .underlayer .snacks .snacks_flex .text .link_pdf a {
  width: 100%;
  max-width: 415px;
}
.restaurant .underlayer .snacks .snacks_flex figure {
  width: 100%;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .restaurant .underlayer .snacks .snacks_flex figure {
    width: 50%;
    margin-left: auto;
    margin-bottom: 0;
  }
}
.restaurant .underlayer .snacks .snacks_flex figure img {
  width: 100%;
}

.hot-spring .underlayer .congestion {
  margin-top: 40px;
  border: 1px solid #224E45;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .congestion {
    margin-top: 44px;
  }
}
@media print, screen and (min-width: 1024px) {
  .hot-spring .underlayer .congestion {
    margin-top: 47px;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .congestion {
    margin-top: 50px;
  }
}
.hot-spring .underlayer .congestion a {
  color: #1C1C1C;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding: 25px 20px 35px 20px;
  background-color: #FFF;
  position: relative;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .congestion a {
    gap: 30px;
    padding: 28px 25px;
  }
}
@media print, screen and (min-width: 1024px) {
  .hot-spring .underlayer .congestion a {
    padding: 30px 30px;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .congestion a {
    padding: 32px 35px;
  }
}
.hot-spring .underlayer .congestion a::after {
  content: none;
}
.hot-spring .underlayer .congestion h3 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #D9D9D9;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .congestion h3 {
    width: auto;
    gap: 30px;
    padding-right: 30px;
    padding-bottom: 0;
    border-right: 1px solid #D9D9D9;
    border-bottom: none;
  }
}
@media print, screen and (min-width: 1024px) {
  .hot-spring .underlayer .congestion h3 {
    gap: 34px;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .congestion h3 {
    gap: 39px;
  }
}
.hot-spring .underlayer .congestion h3 img {
  width: 50px;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .congestion h3 img {
    width: 57px;
  }
}
@media print, screen and (min-width: 1024px) {
  .hot-spring .underlayer .congestion h3 img {
    width: 63px;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .congestion h3 img {
    width: 69px;
  }
}
.hot-spring .underlayer .congestion h3 span {
  font-size: 2.1rem;
  font-weight: 500;
  flex: 1;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .congestion h3 span {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .hot-spring .underlayer .congestion h3 span {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .congestion h3 span {
    font-size: 2.6rem;
  }
}
.hot-spring .underlayer .congestion .text {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .congestion .text {
    flex: 1;
  }
}
.hot-spring .underlayer .congestion .text p {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .congestion .text p {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .congestion .text p {
    font-size: 1.8rem;
  }
}
.hot-spring .underlayer .congestion .text .font_s {
  font-size: 1.3rem;
  margin-top: 5px;
}
.hot-spring .underlayer .congestion .arrow {
  width: 30px;
  height: 30px;
  border: 1px solid #224E45;
  border-radius: 50%;
  background-color: #f2f2f2;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  transition: background 0.3s;
}
.hot-spring .underlayer .congestion .arrow span {
  width: 17px;
  height: 1px;
  display: inline-block;
  margin: 0 auto;
  border-radius: 9999px;
  background-color: #224E45;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  transition: background 0.3s;
}
.hot-spring .underlayer .congestion .arrow span::before, .hot-spring .underlayer .congestion .arrow span::after {
  content: "";
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #224E45;
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  transform-origin: calc(100% - 0.5px) 50%;
  transition: background 0.3s;
}
.hot-spring .underlayer .congestion .arrow span::before {
  transform: rotate(45deg);
}
.hot-spring .underlayer .congestion .arrow span::after {
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .congestion a:hover {
    opacity: 0.8;
  }
  .hot-spring .underlayer .congestion a:hover .arrow {
    background-color: #224E45;
  }
  .hot-spring .underlayer .congestion a:hover .arrow span {
    background-color: #FFF;
  }
  .hot-spring .underlayer .congestion a:hover .arrow span::before, .hot-spring .underlayer .congestion a:hover .arrow span::after {
    background-color: #FFF;
  }
}
.hot-spring .underlayer .bathing_etiquette .lead {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .bathing_etiquette .lead {
    margin-bottom: 44px;
  }
}
@media print, screen and (min-width: 1024px) {
  .hot-spring .underlayer .bathing_etiquette .lead {
    margin-bottom: 47px;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .bathing_etiquette .lead {
    margin-bottom: 50px;
  }
}
.hot-spring .underlayer .bathing_etiquette .bathing_etiquette_list ol li:not(:last-child) {
  margin-bottom: 15px;
}
.hot-spring .underlayer .bathing_etiquette .bathing_etiquette_list ol p.ja {
  margin-bottom: 2px;
}
.hot-spring .underlayer .hot_spring .hot_spring_head {
  margin-bottom: 65px;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .hot_spring .hot_spring_head {
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 1024px) {
  .hot-spring .underlayer .hot_spring .hot_spring_head {
    margin-bottom: 85px;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .hot_spring .hot_spring_head {
    margin-bottom: 95px;
  }
}
.hot-spring .underlayer .hot_spring .hot_spring_head p {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .hot_spring .hot_spring_head p {
    margin-bottom: 47px;
  }
}
@media print, screen and (min-width: 1024px) {
  .hot-spring .underlayer .hot_spring .hot_spring_head p {
    margin-bottom: 54px;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .hot_spring .hot_spring_head p {
    margin-bottom: 60px;
  }
}
.hot-spring .underlayer .hot_spring .hot_spring_head .movie {
  max-width: 978px;
  margin: 0 auto;
}
.hot-spring .underlayer .hot_spring .hot_spring_head .movie img {
  width: 100%;
}
.hot-spring .underlayer .hot_spring .hot_spring_info {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .hot_spring .hot_spring_info {
    margin-bottom: 58px;
  }
}
@media print, screen and (min-width: 1024px) {
  .hot-spring .underlayer .hot_spring .hot_spring_info {
    margin-bottom: 67px;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .hot_spring .hot_spring_info {
    margin-bottom: 75px;
  }
}
.hot-spring .underlayer .hot_spring .hot_spring_info .lead {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .hot_spring .hot_spring_info .lead {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 1024px) {
  .hot-spring .underlayer .hot_spring .hot_spring_info .lead {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .hot_spring .hot_spring_info .lead {
    margin-bottom: 55px;
  }
}
.hot-spring .underlayer .hot_spring .hot_spring_info .cmn_bdr_table th {
  width: 200px;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .hot_spring .hot_spring_info .cmn_bdr_table th {
    width: 260px;
  }
}
@media print, screen and (min-width: 1024px) {
  .hot-spring .underlayer .hot_spring .hot_spring_info .cmn_bdr_table th {
    width: 320px;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .hot_spring .hot_spring_info .cmn_bdr_table th {
    width: 385px;
  }
}
.hot-spring .underlayer .hot_spring .hot_spring_facility .hot_spring_facility_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 321px) {
  .hot-spring .underlayer .hot_spring .hot_spring_facility .hot_spring_facility_list {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .hot_spring .hot_spring_facility .hot_spring_facility_list {
    gap: 20px;
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .hot-spring .underlayer .hot_spring .hot_spring_facility .hot_spring_facility_list {
    gap: 30px;
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .hot_spring .hot_spring_facility .hot_spring_facility_list {
    gap: 40px;
    margin-bottom: 100px;
  }
}
.hot-spring .underlayer .hot_spring .hot_spring_facility .hot_spring_facility_list > li {
  width: 100%;
  padding: 15px 15px 25px 15px;
  background-color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .hot_spring .hot_spring_facility .hot_spring_facility_list > li {
    width: calc((100% - 20px) / 2);
    padding: 17px 17px 30px 17px;
  }
}
@media print, screen and (min-width: 1024px) {
  .hot-spring .underlayer .hot_spring .hot_spring_facility .hot_spring_facility_list > li {
    width: calc((100% - 30px) / 2);
    padding: 18px 18px 35px 18px;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .hot_spring .hot_spring_facility .hot_spring_facility_list > li {
    width: calc((100% - 40px) / 2);
    padding: 20px 20px 40px 20px;
  }
}
.hot-spring .underlayer .hot_spring .hot_spring_facility .hot_spring_facility_list figure {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .hot_spring .hot_spring_facility .hot_spring_facility_list figure {
    margin-bottom: 22px;
  }
}
@media print, screen and (min-width: 1024px) {
  .hot-spring .underlayer .hot_spring .hot_spring_facility .hot_spring_facility_list figure {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .hot_spring .hot_spring_facility .hot_spring_facility_list figure {
    margin-bottom: 25px;
  }
}
.hot-spring .underlayer .hot_spring .hot_spring_facility .hot_spring_facility_list figure img {
  width: 100%;
}
.hot-spring .underlayer .hot_spring .hot_spring_facility .hot_spring_facility_list p {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .hot_spring .hot_spring_facility .hot_spring_facility_list p {
    margin-bottom: 22px;
  }
}
@media print, screen and (min-width: 1024px) {
  .hot-spring .underlayer .hot_spring .hot_spring_facility .hot_spring_facility_list p {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .hot_spring .hot_spring_facility .hot_spring_facility_list p {
    margin-bottom: 25px;
  }
}
.hot-spring .underlayer .hot_spring .hot_spring_facility .remark_list {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .hot_spring .hot_spring_facility .remark_list {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .hot-spring .underlayer .hot_spring .hot_spring_facility .remark_list {
    margin-bottom: 27px;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .hot_spring .hot_spring_facility .remark_list {
    margin-bottom: 30px;
  }
}
.hot-spring .underlayer .hot_spring .hot_spring_facility .remark_list li {
  font-size: 1.3rem;
  color: #6E6A6A;
}
.hot-spring .underlayer .hot_spring .hot_spring_facility .remark_list li:not(:last-child) {
  margin-bottom: 5px;
}
.hot-spring .underlayer .hot_spring .hot_spring_facility .business_hours .cmn_doublebdr_title {
  margin-bottom: 15px;
}
.hot-spring .underlayer .hot_spring .hot_spring_facility .business_hours p {
  margin-bottom: 0;
}
.hot-spring .underlayer .hot_spring .hot_spring_facility .business_hours dt {
  font-size: 1.5rem;
  font-weight: 600;
  color: #BC9850;
  padding-left: 17px;
  margin-bottom: 7px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .hot_spring .hot_spring_facility .business_hours dt {
    font-size: 1.6rem;
  }
}
.hot-spring .underlayer .hot_spring .hot_spring_facility .business_hours dt::before {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 50%;
  background-color: #BC9850;
  position: absolute;
  top: 7px;
  left: 0;
}
.hot-spring .underlayer .hot_spring .hot_spring_facility .business_hours dd {
  line-height: 1.8;
}
.hot-spring .underlayer .hot_spring .hot_spring_facility .business_hours dd:not(:last-child) {
  margin-bottom: 15px;
}
.hot-spring .underlayer .hot-spring_movie video {
  display: block;
  width: 100%;
}
.hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 321px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_head {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_head {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_head {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_head {
    margin-bottom: 100px;
  }
}
.hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_head .text {
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_head .text {
    width: 50%;
    max-width: 540px;
    padding-right: 40px;
  }
}
.hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_head .text p .bdr {
  color: #AC001A;
  text-decoration: underline;
}
.hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_head figure {
  width: 100%;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_head figure {
    width: 50%;
  }
}
.hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_head figure img {
  width: 100%;
}
.hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_info {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 321px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_info {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_info {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_info {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_info {
    margin-bottom: 100px;
  }
}
.hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_info .cmn_bdr_table {
  border-bottom: 1px solid #C6C4C2;
}
.hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_info .cmn_bdr_table th {
  width: 80px;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_info .cmn_bdr_table th {
    width: 120px;
  }
}
@media print, screen and (min-width: 1024px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_info .cmn_bdr_table th {
    width: 160px;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_info .cmn_bdr_table th {
    width: 195px;
  }
}
.hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list {
    gap: 24px 25px;
  }
}
@media print, screen and (min-width: 1024px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list {
    gap: 27px 30px;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list {
    gap: 30px 35px;
  }
}
.hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list > li {
  width: 100%;
  padding: 20px 20px 25px 20px;
  background-color: #F7F3ED;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list > li {
    width: calc((100% - 25px) / 2);
    padding: 20px 20px 27px 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list > li {
    width: calc((100% - 60px) / 3);
    padding: 20px 20px 28px 20px;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list > li {
    width: calc((100% - 70px) / 3);
    padding: 20px 20px 30px 20px;
  }
}
.hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list p {
  letter-spacing: 0.03em;
}
.hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list .cmn_underline_title + p {
  margin-bottom: 15px;
}
.hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list .cmn_dots_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list .cmn_dots_list li:not(:last-child) {
  margin-bottom: 10px;
}
.hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list .time {
  font-size: 1.5rem;
  line-height: 1.47;
  margin-right: 5px;
  margin-bottom: 3px;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list .time {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list .time {
    font-size: 1.7rem;
  }
}
.hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list .time.width100 {
  width: 100%;
}
.hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list .num {
  font-size: 2rem;
  line-height: 1.2;
  margin-right: 5px;
}
@media print, screen and (min-width: 321px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list .num {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list .num {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list .num {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list .num {
    font-size: 2.7rem;
  }
}
.hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list .cmn_font_s {
  line-height: 1.84;
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list .cmn_font_s {
    margin-top: 17px;
  }
}
@media print, screen and (min-width: 1024px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list .cmn_font_s {
    margin-top: 18px;
  }
}
@media print, screen and (min-width: 1300px) {
  .hot-spring .underlayer .bodyscrub_bodycare .bodyscrub_bodycare_menu .menu_list .cmn_font_s {
    margin-top: 20px;
  }
}

.banquet .underlayer .banquet_hall .lead {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .banquet_hall .lead {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .banquet_hall .lead {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .banquet_hall .lead {
    margin-bottom: 55px;
  }
}
.banquet .underlayer .banquet_hall .hall_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.banquet .underlayer .banquet_hall .hall_list li {
  width: 100%;
  border: 1px solid #707070;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .banquet_hall .hall_list li {
    width: calc((100% - 15px) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .banquet_hall .hall_list li {
    flex: 1;
  }
}
.banquet .underlayer .banquet_hall .hall_list a {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 15px;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .banquet_hall .hall_list a {
    padding: 17px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .banquet_hall .hall_list a {
    padding: 18px;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .banquet_hall .hall_list a {
    padding: 20px;
  }
}
.banquet .underlayer .banquet_hall .hall_list figure {
  width: 75px;
  overflow: hidden;
}
@media print, screen and (min-width: 321px) {
  .banquet .underlayer .banquet_hall .hall_list figure {
    width: 85px;
  }
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .banquet_hall .hall_list figure {
    width: 100px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .banquet_hall .hall_list figure {
    width: 115px;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .banquet_hall .hall_list figure {
    width: 130px;
  }
}
.banquet .underlayer .banquet_hall .hall_list figure img {
  width: 100%;
  transition: transform 0.3s;
}
.banquet .underlayer .banquet_hall .hall_list .text {
  flex: 1;
  padding-left: 15px;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .banquet_hall .hall_list .text {
    padding-left: 17px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .banquet_hall .hall_list .text {
    padding-left: 18px;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .banquet_hall .hall_list .text {
    padding-left: 20px;
  }
}
.banquet .underlayer .banquet_hall .hall_list .text p {
  font-size: 1.3rem;
  color: #6E6A6A;
  line-height: 1.53;
  letter-spacing: 0;
}
.banquet .underlayer .banquet_hall .hall_list .text p .name {
  font-size: 1.8rem;
  font-weight: 500;
  color: #224E45;
  line-height: 1.4;
  display: block;
  margin-bottom: 3px;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .banquet_hall .hall_list .text p .name {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .banquet_hall .hall_list .text p .name {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .banquet_hall .hall_list .text p .name {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .banquet_hall .hall_list a:hover {
    opacity: 0.8;
  }
  .banquet .underlayer .banquet_hall .hall_list a:hover figure img {
    transform: scale(1.05);
  }
}
.banquet .underlayer .hall .lead {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .hall .lead {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .hall .lead {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .hall .lead {
    margin-bottom: 55px;
  }
}
.banquet .underlayer .hall .holl_style_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .hall .holl_style_list {
    margin-bottom: 57px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .hall .holl_style_list {
    gap: 30px;
    margin-bottom: 64px;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .hall .holl_style_list {
    gap: 40px;
    margin-bottom: 70px;
  }
}
.banquet .underlayer .hall .holl_style_list li {
  width: 100%;
  padding: 20px 20px 25px 20px;
  background-color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .hall .holl_style_list li {
    flex: 1;
  }
}
.banquet .underlayer .hall .holl_style_list dl {
  text-align: center;
  color: #224E45;
}
.banquet .underlayer .hall .holl_style_list dt {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 7px;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .hall .holl_style_list dt {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .hall .holl_style_list dt {
    font-size: 1.8rem;
  }
}
.banquet .underlayer .hall .holl_style_list dd p {
  font-size: 1.3rem;
  margin-bottom: 15px;
}
.banquet .underlayer .hall .holl_style_list dd img {
  width: 100%;
  margin: 0 auto;
}
.banquet .underlayer .hall .cmn_headcolor_table th,
.banquet .underlayer .hall .cmn_headcolor_table td {
  text-align: center;
  line-height: 1.3;
  vertical-align: middle;
}
.banquet .underlayer .hall .cmn_headcolor_table thead th {
  font-weight: 500;
}
.banquet .underlayer .hall .cmn_headcolor_table tbody th,
.banquet .underlayer .hall .cmn_headcolor_table tbody td {
  padding-left: 5px;
  padding-right: 5px;
}
.banquet .underlayer .hall .js-scrollable .cmn_headcolor_table {
  width: 300% !important;
  max-width: 800px;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .hall .js-scrollable .cmn_headcolor_table {
    width: auto;
    max-width: 100%;
  }
}
.banquet .underlayer .classe_hall .holl_style_list dd img {
  max-width: 255px;
}
.banquet .underlayer .north_elfin .holl_style_list dd img {
  max-width: 205px;
}
.banquet .underlayer .free_room .holl_style_list dd img {
  max-width: 171px;
}
.banquet .underlayer .party .lead {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 321px) {
  .banquet .underlayer .party .lead {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .party .lead {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .party .lead {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .party .lead {
    margin-bottom: 100px;
  }
}
.banquet .underlayer .party .party_cuisine {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 321px) {
  .banquet .underlayer .party .party_cuisine {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .party .party_cuisine {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .party .party_cuisine {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .party .party_cuisine {
    margin-bottom: 100px;
  }
}
.banquet .underlayer .party .party_cuisine_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.banquet .underlayer .party .party_cuisine_flex .text {
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .party .party_cuisine_flex .text {
    width: 50%;
    padding-right: 40px;
    margin-bottom: 0;
  }
}
.banquet .underlayer .party .party_cuisine_flex .text dl {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .party .party_cuisine_flex .text dl {
    margin-bottom: 22px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .party .party_cuisine_flex .text dl {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .party .party_cuisine_flex .text dl {
    margin-bottom: 25px;
  }
}
.banquet .underlayer .party .party_cuisine_flex .text dd {
  font-size: 1.4rem;
  padding-left: 20px;
  position: relative;
}
.banquet .underlayer .party .party_cuisine_flex .text dd::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background-color: #BC9850;
  position: absolute;
  top: 9px;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .party .party_cuisine_flex .text dd::before {
    top: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .party .party_cuisine_flex .text dd::before {
    top: 12px;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .party .party_cuisine_flex .text dd::before {
    top: 13px;
  }
}
.banquet .underlayer .party .party_cuisine_flex .text dd .num {
  font-size: 2.2rem;
  line-height: 1;
  margin-right: 5px;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .party .party_cuisine_flex .text dd .num {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .party .party_cuisine_flex .text dd .num {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .party .party_cuisine_flex .text dd .num {
    font-size: 2.7rem;
  }
}
.banquet .underlayer .party .party_cuisine_flex .text p {
  max-width: 500px;
  margin-bottom: 15px;
}
.banquet .underlayer .party .party_cuisine_flex .text ul {
  line-height: 1.8;
  max-width: 495px;
}
.banquet .underlayer .party .party_cuisine_flex .text li:not(:last-child) {
  margin-bottom: 3px;
}
.banquet .underlayer .party .party_cuisine_flex .text .link_pdf {
  margin-top: 20px;
}
.banquet .underlayer .party .party_cuisine_flex .photo {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .party .party_cuisine_flex .photo {
    width: 50%;
  }
}
.banquet .underlayer .party .party_cuisine_flex .photo img {
  width: 100%;
}
.banquet .underlayer .party .party_cuisine_flex .photo span {
  display: block;
  margin-top: 10px;
}
.banquet .underlayer .party .party_drink {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 321px) {
  .banquet .underlayer .party .party_drink {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .party .party_drink {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .party .party_drink {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .party .party_drink {
    margin-bottom: 100px;
  }
}
.banquet .underlayer .party .party_drink .party_drink_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}
.banquet .underlayer .party .party_drink .party_drink_flex > div {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .party .party_drink .party_drink_flex > div {
    flex: 1;
  }
}
.banquet .underlayer .party .party_drink .price {
  font-size: 1.4rem;
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .party .party_drink .price {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .party .party_drink .price {
    margin-bottom: 27px;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .party .party_drink .price {
    margin-bottom: 30px;
  }
}
.banquet .underlayer .party .party_drink .price::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background-color: #BC9850;
  position: absolute;
  top: 10px;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .party .party_drink .price::before {
    top: 12px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .party .party_drink .price::before {
    top: 13px;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .party .party_drink .price::before {
    top: 15px;
  }
}
.banquet .underlayer .party .party_drink .price .people {
  font-size: 1.5rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .party .party_drink .price .people {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .party .party_drink .price .people {
    font-size: 1.7rem;
  }
}
.banquet .underlayer .party .party_drink .price .num {
  font-size: 2.1rem;
  line-height: 1;
  margin: 0 7px;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .party .party_drink .price .num {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .party .party_drink .price .num {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .party .party_drink .price .num {
    font-size: 2.7rem;
  }
}
.banquet .underlayer .party .party_stay .cmn_green_subtitle {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .party .party_stay .cmn_green_subtitle {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .party .party_stay .cmn_green_subtitle {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .party .party_stay .cmn_green_subtitle {
    margin-bottom: 55px;
  }
}
.banquet .underlayer .party .party_stay .cmn_headcolor_table th,
.banquet .underlayer .party .party_stay .cmn_headcolor_table td {
  text-align: center;
  vertical-align: middle;
}
.banquet .underlayer .party .party_stay .cmn_remark_list {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .party .party_stay .cmn_remark_list {
    margin-top: 22px;
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .party .party_stay .cmn_remark_list {
    margin-top: 24px;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .party .party_stay .cmn_remark_list {
    margin-top: 25px;
    margin-bottom: 55px;
  }
}
.banquet .underlayer .party .party_stay .cmn_remark_list li:not(:last-child) {
  margin-bottom: 5px;
}
.banquet .underlayer .party .party_stay .link_pdf {
  margin-top: 40px;
}
.banquet .underlayer .memorial .memorial_head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 321px) {
  .banquet .underlayer .memorial .memorial_head {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .memorial .memorial_head {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .memorial .memorial_head {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .memorial .memorial_head {
    margin-bottom: 100px;
  }
}
.banquet .underlayer .memorial .memorial_head .text {
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .memorial .memorial_head .text {
    width: 50%;
    padding-right: 40px;
    margin-bottom: 0;
  }
}
.banquet .underlayer .memorial .memorial_head figure {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .memorial .memorial_head figure {
    width: 50%;
  }
}
.banquet .underlayer .memorial .memorial_head figure img {
  width: 100%;
}
.banquet .underlayer .memorial .memorial_head figure figcaption {
  font-size: 1.2rem;
  color: #6E6A6A;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .memorial .memorial_head figure figcaption {
    font-size: 1.3rem;
    margin-top: 15px;
  }
}
.banquet .underlayer .memorial .memorial_info {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 321px) {
  .banquet .underlayer .memorial .memorial_info {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .memorial .memorial_info {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .memorial .memorial_info {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .memorial .memorial_info {
    margin-bottom: 100px;
  }
}
.banquet .underlayer .memorial .memorial_info .memorial_info_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .memorial .memorial_info .memorial_info_flex {
    gap: 30px;
  }
}
.banquet .underlayer .memorial .memorial_info .memorial_info_flex > div {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .memorial .memorial_info .memorial_info_flex > div {
    flex: 1;
  }
}
.banquet .underlayer .memorial .memorial_info .price {
  font-size: 1.4rem;
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .memorial .memorial_info .price {
    margin-bottom: 17px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .memorial .memorial_info .price {
    margin-bottom: 18px;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .memorial .memorial_info .price {
    margin-bottom: 20px;
  }
}
.banquet .underlayer .memorial .memorial_info .price::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background-color: #BC9850;
  position: absolute;
  top: 10px;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .memorial .memorial_info .price::before {
    top: 12px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .memorial .memorial_info .price::before {
    top: 13px;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .memorial .memorial_info .price::before {
    top: 15px;
  }
}
.banquet .underlayer .memorial .memorial_info .price .unit {
  font-size: 1.5rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .memorial .memorial_info .price .unit {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .memorial .memorial_info .price .unit {
    font-size: 1.7rem;
  }
}
.banquet .underlayer .memorial .memorial_info .price .num {
  font-size: 2.1rem;
  line-height: 1;
  margin: 0 7px;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .memorial .memorial_info .price .num {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .memorial .memorial_info .price .num {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .memorial .memorial_info .price .num {
    font-size: 2.7rem;
  }
}
.banquet .underlayer .memorial .memorial_info ul {
  line-height: 1.84;
}
.banquet .underlayer .memorial .memorial_info dl {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .memorial .memorial_info dl {
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .memorial .memorial_info dl {
    margin-top: 27px;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .memorial .memorial_info dl {
    margin-top: 30px;
  }
}
.banquet .underlayer .memorial .memorial_info dl dt {
  font-size: 1.5rem;
  font-weight: 600;
  color: #896317;
  padding-left: 20px;
  margin-bottom: 8px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .memorial .memorial_info dl dt {
    font-size: 1.6rem;
  }
}
.banquet .underlayer .memorial .memorial_info dl dt::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: #BC9850;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .memorial .memorial_info dl dt::before {
    width: 11px;
    height: 11px;
  }
}
.banquet .underlayer .memorial .memorial_info dl dd {
  line-height: 1.8;
}
.banquet .underlayer .memorial .memorial_info dl dd:not(:last-child) {
  margin-bottom: 15px;
}
.banquet .underlayer .memorial .memorial_flow .lead {
  margin-bottom: 45px;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .memorial .memorial_flow .lead {
    margin-bottom: 48px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .memorial .memorial_flow .lead {
    margin-bottom: 52px;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .memorial .memorial_flow .lead {
    margin-bottom: 55px;
  }
}
.banquet .underlayer .memorial .memorial_flow li {
  padding: 20px;
  border-radius: 10px;
  background-color: #f0e7db;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .memorial .memorial_flow li {
    padding: 22px 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .memorial .memorial_flow li {
    padding: 24px 27px;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .memorial .memorial_flow li {
    padding: 25px 30px;
  }
}
.banquet .underlayer .memorial .memorial_flow li:not(:last-child) {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .memorial .memorial_flow li:not(:last-child) {
    margin-bottom: 34px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .memorial .memorial_flow li:not(:last-child) {
    margin-bottom: 37px;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .memorial .memorial_flow li:not(:last-child) {
    margin-bottom: 40px;
  }
}
.banquet .underlayer .memorial .memorial_flow li:not(:last-child)::after {
  content: "";
  width: 50px;
  height: 13px;
  display: block;
  margin: 0 auto;
  background-color: #C6C4C2;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .memorial .memorial_flow li:not(:last-child)::after {
    width: 58px;
    height: 15px;
    bottom: -26px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .memorial .memorial_flow li:not(:last-child)::after {
    width: 66px;
    height: 17px;
    bottom: -28px;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .memorial .memorial_flow li:not(:last-child)::after {
    width: 73px;
    height: 19px;
    bottom: -30px;
  }
}
.banquet .underlayer .memorial .memorial_flow .num {
  font-size: 2.6rem;
  color: #BC9850;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .memorial .memorial_flow .num {
    font-size: 2.9rem;
    left: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .memorial .memorial_flow .num {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .memorial .memorial_flow .num {
    font-size: 3.5rem;
  }
}
.banquet .underlayer .memorial .memorial_flow dt {
  font-size: 1.8rem;
  font-weight: 600;
  color: #224E45;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .memorial .memorial_flow dt {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .banquet .underlayer .memorial .memorial_flow dt {
    font-size: 2rem;
  }
}
.banquet .underlayer .memorial .memorial_flow dd {
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .banquet .underlayer .memorial .memorial_flow dd {
    line-height: 2;
  }
}
@media print, screen and (min-width: 1024px) {
  .banquet .underlayer .memorial .memorial_flow dd {
    line-height: 2.13;
  }
}

.activity .underlayer .fitness .fitness_head {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 321px) {
  .activity .underlayer .fitness .fitness_head {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .activity .underlayer .fitness .fitness_head {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .activity .underlayer .fitness .fitness_head {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 1300px) {
  .activity .underlayer .fitness .fitness_head {
    margin-bottom: 100px;
  }
}
.activity .underlayer .fitness .fitness_head table {
  margin-top: 35px;
  border-bottom: 1px solid #C6C4C2;
}
@media print, screen and (min-width: 768px) {
  .activity .underlayer .fitness .fitness_head table {
    margin-top: 38px;
  }
}
@media print, screen and (min-width: 1024px) {
  .activity .underlayer .fitness .fitness_head table {
    margin-top: 42px;
  }
}
@media print, screen and (min-width: 1300px) {
  .activity .underlayer .fitness .fitness_head table {
    margin-top: 45px;
  }
}
.activity .underlayer .fitness .fitness_head table .cmn_dots_list {
  margin-bottom: 10px;
}
.activity .underlayer .fitness_club .fitness_club_head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .activity .underlayer .fitness_club .fitness_club_head {
    margin-bottom: 55px;
  }
}
@media print, screen and (min-width: 1024px) {
  .activity .underlayer .fitness_club .fitness_club_head {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1300px) {
  .activity .underlayer .fitness_club .fitness_club_head {
    margin-bottom: 65px;
  }
}
.activity .underlayer .fitness_club .fitness_club_head .text {
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .activity .underlayer .fitness_club .fitness_club_head .text {
    width: 50%;
    padding-right: 40px;
    margin-bottom: 0;
  }
}
.activity .underlayer .fitness_club .fitness_club_head .inqtel {
  color: #1C1C1C;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 20px;
  background-color: #FFF;
}
@media print, screen and (min-width: 768px) {
  .activity .underlayer .fitness_club .fitness_club_head .inqtel {
    width: 50%;
    padding: 28px 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .activity .underlayer .fitness_club .fitness_club_head .inqtel {
    padding: 32px 20px;
  }
}
@media print, screen and (min-width: 1300px) {
  .activity .underlayer .fitness_club .fitness_club_head .inqtel {
    padding: 35px 20px;
  }
}
.activity .underlayer .fitness_club .fitness_club_head .inqtel dt {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.activity .underlayer .fitness_club .fitness_club_head .inqtel dd {
  font-size: 2.5rem;
  line-height: 1;
}
@media print, screen and (min-width: 321px) {
  .activity .underlayer .fitness_club .fitness_club_head .inqtel dd {
    font-size: 2.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .activity .underlayer .fitness_club .fitness_club_head .inqtel dd {
    font-size: 2.9rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .activity .underlayer .fitness_club .fitness_club_head .inqtel dd {
    font-size: 3.1rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .activity .underlayer .fitness_club .fitness_club_head .inqtel dd {
    font-size: 3.3rem;
  }
}
.activity .underlayer .fitness_club .fitness_club_head .inqtel dd .num {
  font-size: 2.8rem;
  font-style: italic;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 321px) {
  .activity .underlayer .fitness_club .fitness_club_head .inqtel dd .num {
    font-size: 3.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .activity .underlayer .fitness_club .fitness_club_head .inqtel dd .num {
    font-size: 3.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .activity .underlayer .fitness_club .fitness_club_head .inqtel dd .num {
    font-size: 4.3rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .activity .underlayer .fitness_club .fitness_club_head .inqtel dd .num {
    font-size: 4.8rem;
  }
}
.activity .underlayer .swimming_pool .swimming_pool_head {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 321px) {
  .activity .underlayer .swimming_pool .swimming_pool_head {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .activity .underlayer .swimming_pool .swimming_pool_head {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .activity .underlayer .swimming_pool .swimming_pool_head {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 1300px) {
  .activity .underlayer .swimming_pool .swimming_pool_head {
    margin-bottom: 100px;
  }
}
.activity .underlayer .swimming_pool .swimming_pool_head table {
  margin-top: 35px;
  border-bottom: 1px solid #C6C4C2;
}
@media print, screen and (min-width: 768px) {
  .activity .underlayer .swimming_pool .swimming_pool_head table {
    margin-top: 38px;
  }
}
@media print, screen and (min-width: 1024px) {
  .activity .underlayer .swimming_pool .swimming_pool_head table {
    margin-top: 42px;
  }
}
@media print, screen and (min-width: 1300px) {
  .activity .underlayer .swimming_pool .swimming_pool_head table {
    margin-top: 45px;
  }
}
.activity .underlayer .swimming_pool .swimming_pool_head table dl {
  margin-bottom: 15px;
}
.activity .underlayer .swimming_pool .swimming_pool_head table dt {
  margin-bottom: 5px;
}
.activity .underlayer .swimming_pool .swimming_pool_head table ul {
  margin-bottom: 10px;
}
.activity .underlayer .membership .cmn_number_list {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .activity .underlayer .membership .cmn_number_list {
    margin-bottom: 44px;
  }
}
@media print, screen and (min-width: 1024px) {
  .activity .underlayer .membership .cmn_number_list {
    margin-bottom: 47px;
  }
}
@media print, screen and (min-width: 1300px) {
  .activity .underlayer .membership .cmn_number_list {
    margin-bottom: 50px;
  }
}
.activity .underlayer .membership .link_pdf {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .activity .underlayer .membership .link_pdf {
    margin-bottom: 67px;
  }
}
@media print, screen and (min-width: 1024px) {
  .activity .underlayer .membership .link_pdf {
    margin-bottom: 74px;
  }
}
@media print, screen and (min-width: 1300px) {
  .activity .underlayer .membership .link_pdf {
    margin-bottom: 80px;
  }
}
.activity .underlayer .membership .link_pdf a {
  max-width: 300px;
}
.activity .underlayer .membership .cmn_toggle_blk:not(:last-child) {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .activity .underlayer .membership .cmn_toggle_blk:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .activity .underlayer .membership .cmn_toggle_blk:not(:last-child) {
    margin-bottom: 27px;
  }
}
@media print, screen and (min-width: 1300px) {
  .activity .underlayer .membership .cmn_toggle_blk:not(:last-child) {
    margin-bottom: 30px;
  }
}
.activity .underlayer .membership .cmn_toggle_blk table:not(:last-child) {
  margin-bottom: 20px;
}
.activity .underlayer .membership .cmn_toggle_blk table thead {
  /*th:nth-child(2) {
      width: 10%;
  }
  th:nth-child(3) {
      width: 13.4%;
  }
  th:nth-child(4) {
      width: 13.4%;
  }*/
}
.activity .underlayer .membership .cmn_toggle_blk table thead th:nth-child(1) {
  width: 23.6%;
}
.activity .underlayer .membership .cmn_toggle_blk table thead th:not(:first-child) {
  text-align: left;
}
.activity .underlayer .membership .cmn_toggle_blk table td:not(:last-child),
.activity .underlayer .membership .cmn_toggle_blk table th:not(:last-child) {
  white-space: nowrap;
}
.activity .underlayer .membership .cmn_toggle_blk ul li {
  line-height: 1.8;
}
.activity .underlayer .tennis .lead {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .activity .underlayer .tennis .lead {
    margin-bottom: 38px;
  }
}
@media print, screen and (min-width: 1024px) {
  .activity .underlayer .tennis .lead {
    margin-bottom: 42px;
  }
}
@media print, screen and (min-width: 1300px) {
  .activity .underlayer .tennis .lead {
    margin-bottom: 45px;
  }
}
.activity .underlayer .tennis .lead p {
  margin-bottom: 15px;
}
.activity .underlayer .tennis .lead ul {
  line-height: 1.8;
}
.activity .underlayer .tennis table {
  border-bottom: 1px solid #C6C4C2;
}
.activity .underlayer .tennis table ul {
  line-height: 1.8;
  margin-top: 5px;
}
.activity .underlayer .js-scrollable .cmn_headcolor_table {
  width: 200% !important;
  max-width: 850px;
}
@media print, screen and (min-width: 768px) {
  .activity .underlayer .js-scrollable .cmn_headcolor_table {
    width: auto;
    max-width: 100%;
  }
}

.ballpark .underlayer .pagetitle + .bg_beige {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .ballpark .underlayer .pagetitle + .bg_beige {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 768px) {
  .ballpark .underlayer .pagetitle + .bg_beige {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .ballpark .underlayer .pagetitle + .bg_beige {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 1300px) {
  .ballpark .underlayer .pagetitle + .bg_beige {
    margin-bottom: 100px;
  }
}

.news .news_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.news .news_wrap .news_content {
  width: 100%;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .news .news_wrap .news_content {
    flex: 1;
    margin-right: 40px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .news .news_wrap .news_content {
    margin-right: 53px;
  }
}
@media print, screen and (min-width: 1300px) {
  .news .news_wrap .news_content {
    margin-right: 65px;
  }
}
.news .news_wrap .news_side {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .news .news_wrap .news_side {
    width: 200px;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .news .news_wrap .news_side {
    width: 220px;
  }
}
@media print, screen and (min-width: 1300px) {
  .news .news_wrap .news_side {
    width: 235px;
  }
}
.news .news_content .newslist li {
  border-bottom: 1px solid #bfb9ad;
}
.news .news_content .newslist a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  background-image: linear-gradient(#f0e7db, #f0e7db);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 100%;
  transition: background-size 0.5s;
}
@media print, screen and (min-width: 768px) {
  .news .news_content .newslist a:hover {
    background-position: bottom left;
    background-size: 100% 100%;
  }
}
.news .news_content .newslist .newslist_date {
  color: #6E6A6A;
  margin-right: 12px;
}
.news .news_content .newslist .newslist_category {
  display: flex;
  align-items: center;
}
.news .news_content .newslist .newslist_category p {
  font-size: 1.2rem;
  font-weight: 300;
  color: #FFF;
  line-height: 1.2;
  padding: 4px 6px 5px 6px;
  margin-bottom: 3px;
  background-color: #224E45;
}
@media print, screen and (min-width: 768px) {
  .news .news_content .newslist .newslist_category p {
    font-size: 1.3rem;
    line-height: 1.3;
    padding: 4px 8px;
  }
}
.news .news_content .newslist .newslist_category p:not(:last-child) {
  margin-right: 5px;
}
.news .news_content .newslist .newslist_category p.important_notice {
  background-color: #AC001A;
}
.news .news_content .newslist .newslist_title {
  font-size: 1.5rem;
  font-weight: 300;
  color: #1C1C1C;
  line-height: 1.55;
  width: 100%;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .news .news_content .newslist .newslist_title {
    font-size: 1.6rem;
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news .news_content .newslist .newslist_title {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1300px) {
  .news .news_content .newslist .newslist_title {
    font-size: 1.8rem;
  }
}
.news .news_content .news_post .blockparts_content {
  padding-bottom: 50px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
}
@media print, screen and (min-width: 768px) {
  .news .news_content .news_post .blockparts_content {
    padding-bottom: 57px;
    margin-bottom: 44px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news .news_content .news_post .blockparts_content {
    padding-bottom: 64px;
    margin-bottom: 47px;
  }
}
@media print, screen and (min-width: 1300px) {
  .news .news_content .news_post .blockparts_content {
    padding-bottom: 70px;
    margin-bottom: 50px;
  }
}
.news .news_content .news_post .border_arrow_link {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .news .news_content .news_post .border_arrow_link {
    font-size: 1.5rem;
  }
}
.news .news_content .news_post_head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 20px 0;
  margin-bottom: 35px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #dbdbdb;
}
@media print, screen and (min-width: 768px) {
  .news .news_content .news_post_head {
    padding: 24px 0;
    margin-bottom: 39px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news .news_content .news_post_head {
    padding: 27px 0;
    margin-bottom: 42px;
  }
}
@media print, screen and (min-width: 1300px) {
  .news .news_content .news_post_head {
    padding: 30px 0;
    margin-bottom: 45px;
  }
}
.news .news_content .news_post_head .nnews_post_date {
  font-size: 1.4rem;
  color: #6E6A6A;
  margin-right: 15px;
}
.news .news_content .news_post_head .news_post_category {
  display: flex;
  align-items: center;
}
.news .news_content .news_post_head .news_post_category p {
  font-size: 1.2rem;
  font-weight: 300;
  color: #FFF;
  line-height: 1.2;
  padding: 4px 6px 5px 6px;
  margin-bottom: 3px;
  background-color: #224E45;
}
@media print, screen and (min-width: 768px) {
  .news .news_content .news_post_head .news_post_category p {
    font-size: 1.3rem;
    line-height: 1.3;
    padding: 4px 8px 3px 8px;
  }
}
.news .news_content .news_post_head .news_post_category p:not(:last-child) {
  margin-right: 5px;
}
.news .news_content .news_post_head .news_post_category p.important_notice {
  background-color: #AC001A;
}
.news .news_content .news_post_head h1 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  width: 100%;
  margin-top: 10px;
}
@media print, screen and (min-width: 321px) {
  .news .news_content .news_post_head h1 {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .news .news_content .news_post_head h1 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 1024px) {
  .news .news_content .news_post_head h1 {
    font-size: 3rem;
    line-height: 1.3;
  }
}
@media print, screen and (min-width: 1300px) {
  .news .news_content .news_post_head h1 {
    font-size: 3.4rem;
    line-height: 1.2;
  }
}
.news .news_side h2 {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .news .news_side h2 {
    margin-bottom: 22px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news .news_side h2 {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 1300px) {
  .news .news_side h2 {
    margin-bottom: 25px;
  }
}
.news .news_side h2 span {
  display: block;
}
.news .news_side h2 .eng {
  font-size: 2.6rem;
  font-weight: normal;
  color: #BC9850;
  line-height: 1;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .news .news_side h2 .eng {
    font-size: 2.7rem;
    margin-bottom: 11px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news .news_side h2 .eng {
    font-size: 2.8rem;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 1300px) {
  .news .news_side h2 .eng {
    font-size: 3rem;
    margin-bottom: 13px;
  }
}
.news .news_side h2 .ja {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 768px) {
  .news .news_side h2 .ja {
    font-size: 1.5rem;
  }
}
.news .news_side .news_category ul li:not(:last-child) {
  margin-bottom: 12px;
}
@media print, screen and (min-width: 768px) {
  .news .news_side .news_category ul li:not(:last-child) {
    margin-bottom: 13px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news .news_side .news_category ul li:not(:last-child) {
    margin-bottom: 14px;
  }
}
@media print, screen and (min-width: 1300px) {
  .news .news_side .news_category ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.news .news_side .news_category ul a {
  font-weight: 300;
  color: #1C1C1C;
  text-decoration: none;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  transition: color 0.3s;
}
.news .news_side .news_category ul a::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background-color: #BC9850;
  position: absolute;
  top: 9px;
  left: 5px;
  opacity: 0;
  transition: opacity 0.3s;
}
.news .news_side .news_category ul a.is-active {
  color: #896317;
}
.news .news_side .news_category ul a.is-active::before {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .news .news_side .news_category ul a:hover {
    color: #896317;
  }
}
.news .pagination {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .news .pagination {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news .pagination {
    margin-top: 65px;
  }
}
@media print, screen and (min-width: 1300px) {
  .news .pagination {
    margin-top: 80px;
  }
}
.news .pagination .pagination_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media print, screen and (min-width: 1024px) {
  .news .pagination .pagination_wrap {
    gap: 8px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news .pagination .pagination_wrap {
    gap: 10px;
  }
}
@media print, screen and (min-width: 1300px) {
  .news .pagination .pagination_wrap {
    gap: 12px;
  }
}
.news .pagination a,
.news .pagination span {
  font-size: 1.4rem;
  font-family: "Cardo", serif;
  color: #896317;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
@media print, screen and (min-width: 321px) {
  .news .pagination a,
  .news .pagination span {
    width: 34px;
    height: 34px;
  }
}
@media print, screen and (min-width: 768px) {
  .news .pagination a,
  .news .pagination span {
    font-size: 1.7rem;
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news .pagination a,
  .news .pagination span {
    font-size: 2rem;
    width: 46px;
    height: 46px;
  }
}
@media print, screen and (min-width: 1300px) {
  .news .pagination a,
  .news .pagination span {
    font-size: 2.3rem;
    width: 51px;
    height: 51px;
  }
}
.news .pagination a {
  text-decoration: none;
}
.news .pagination .current {
  background-color: #f0e5ce;
}
.news .pagination .dots {
  width: auto;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .news .pagination .dots {
    width: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .news .pagination .dots {
    width: 46px;
  }
}
@media print, screen and (min-width: 768px) {
  .news .pagination .dots {
    width: 51px;
  }
}
.news .pagination .prev,
.news .pagination .next {
  border: 1px solid #BC9850;
  position: relative;
}
.news .pagination .prev::after,
.news .pagination .next::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  margin: 0 auto;
  border-top: 1px solid #BC9850;
  border-right: 1px solid #BC9850;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .news .pagination .prev::after,
  .news .pagination .next::after {
    width: 10px;
    height: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news .pagination .prev::after,
  .news .pagination .next::after {
    width: 11px;
    height: 11px;
  }
}
@media print, screen and (min-width: 1300px) {
  .news .pagination .prev::after,
  .news .pagination .next::after {
    width: 12px;
    height: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .news .pagination .prev {
    margin-right: 5px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news .pagination .prev {
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 1300px) {
  .news .pagination .prev {
    margin-right: 15px;
  }
}
.news .pagination .prev::after {
  transform: translateY(-50%) translateX(20%) rotate(-135deg);
}
@media print, screen and (min-width: 768px) {
  .news .pagination .next {
    margin-left: 5px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news .pagination .next {
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 1300px) {
  .news .pagination .next {
    margin-left: 15px;
  }
}
.news .pagination .next::after {
  transform: translateY(-50%) translateX(-20%) rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  .news .pagination a:hover {
    background-color: #f0e5ce;
  }
}