@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

:root {
  --color-green: #2B4323;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  /* scroll-padding-top: min(5.6rem, 56px); */
}

body, h1, h2, h3, h4, h5, h6, h7, p {
  margin: 0;
}

body {
  letter-spacing: .1em;
  font-weight: 400;
}

body.active {
  height: 100%;
  overflow: hidden;
}

p {
  text-align: justify;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

a {
  text-decoration: none;
  transition: opacity .8s;
  color: inherit;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}

a[href^="#!"] {
  pointer-events: none;
}

span {
  display: inline-block;
}

dl, dt, dd {
  all: unset;
  display: block;
}

table {
  border-collapse: collapse;
}

.sp_obj {
  display: none !important;
}

@media (max-width: 799px) {

  html {
    /* scroll-padding-top: 6rem; */
  }

  .sp_obj {
    display: block !important;
  }
  
  .pc_obj {
    display: none !important;
  }
}

/* ----- common ----- */

.bg {
}

.no_mt {
  margin-top: 0 !important;
}

.no_pt {
  padding-top: 0 !important;
}

div.header__icon-nav {
  display: flex;
  align-items: center;
  gap: 0em;
}

/* ----- section.renewal ----- */
section.renewal {
  font-size: 11.4px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #2B4323;
  position: relative;
  z-index: 1;
}

section.renewal * {
  line-height: 1;
  font-feature-settings: "palt";
}

@media (max-width: 799px) {
  section.renewal {
    font-size: calc(100vw / 37.5);
  }
}

/* ----- renewal top common ----- */

section.renewal div.container {
  padding: 0 2em 7em;
}

@media (max-width: 799px) {
  section.renewal div.container {
    padding: 0 2em 4em;
  }
}

section.renewal.top h2.top_ttl {
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5em;
  letter-spacing: .01em;
}

section.renewal.top div.menu_area {
  margin-top: 0;
}

section.renewal.top ul.menu_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1em;
}

section.renewal.top ul.menu_list li.menu_item {
  margin-top: 1em;
  background-color: #fff;
  border-radius: 1.5em;
  padding: .2em;
}

section.renewal.top ul.menu_list li.menu_item.wifi_item, 
section.renewal.top ul.menu_list li.menu_item.emergency_item {
  grid-column: span 2;
}

section.renewal.top ul.menu_list li.menu_item.wifi_item a:hover {
  opacity: 1;
} 

section.renewal.top ul.menu_list li.menu_item.wifi_item h2.top_ttl::before, 
section.renewal.top ul.menu_list li.menu_item.emergency_item h2.top_ttl::before {
  content: '';
  background-image: url(../images/_renewal/icon_wifi.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2em;
  height: 2em;
}

section.renewal.top ul.menu_list li.menu_item.emergency_item h2.top_ttl::before {
  background-image: url(../images/_renewal/icon_phone.png);
}

section.renewal.top ul.menu_list li.menu_item a {
  background-color: #fff;
  border-radius: 1.5em;
  border: .5em solid #C8D2BA;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: .4em;
  padding: 1em 0;
}

section.renewal.top ul.menu_list li.menu_item a div.icon_area {
  width: 7.5em;
  margin: 0 auto;
}

section.renewal.top ul.menu_list li.menu_item.wifi_item a p.wifi_info {
  font-size: 1.6em;
  font-weight: 400;
}

section.renewal.top ul.menu_list li.menu_item.wifi_item a button.wifi_btn {
  margin-top: .5em;
  width: 16em;
  height: 3em;
  border-radius: 99px;
  background-color: #2B3A26;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
}

section.renewal.top ul.menu_list li.menu_item.wifi_item a button.wifi_btn::before {
  content: '';
  background-image: url(../images/_renewal/icon_copy.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1em;
  height: 1em;
}

section.renewal.top ul.menu_list li.menu_item.emergency_item a p.emergency_phone {
  font-size: 2em;
  font-weight: 600;
}

section.renewal.top ul.menu_list li.menu_item.emergency_item a p.emergency_info {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

section.contents-body main div.line_bnr_area {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
	margin: auto;
  width: 100%;
  max-width: 780px;
  z-index: 9999;
  display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:0.5em;
	padding: 0 1em 1em;
}

section.contents-body main div.line_bnr_area img {
  width: 100%;
  height: auto;
}

/* ----- section.renewal.inner ----- */

section.renewal.inner div.container {
  padding: 3em 0 4em;
}

section.renewal.inner h2.inner_ttl {
  margin: 6em auto 0;
  width: fit-content;
  padding: 0 2em;
  font-size: 2em;
  font-weight: 600;
  position: relative;
  color: var(--color-green);
  background-color: unset;
  line-height: 1.2;
}

section.renewal.inner h2.inner_ttl::before, 
section.renewal.inner h2.inner_ttl::after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/_renewal/icon_ttl_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.0em;
  height: 1.6em;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

section.renewal.inner h2.inner_ttl::after {
  background-image: url(../images/_renewal/icon_ttl_right.png);
  left: auto;
  right: 0;
}

section.renewal.inner div.schedule_area {
  margin-top: 4em;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

section.renewal.inner div.schedule_area div.schedule_item {
  padding: 2em 0;
  border-top: .2em dotted var(--color-green);
  display: grid;
  grid-template-columns: 8.4em 1fr;
  align-items: start;
  gap: 1em;
}

section.renewal.inner div.schedule_area div.schedule_item:last-child {
  border-bottom: .2em dotted var(--color-green);
}

section.renewal.inner div.schedule_area div.schedule_item div.schedule_time {
  width: 100%;
  padding: .5em .2em;
  border-radius: .5em;
  background-color: var(--color-green);
  color: #fff;
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: .02em;
  text-align: center;
  line-height: 1.2;
}

section.renewal.inner div.schedule_area div.schedule_item div.schedule_content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: .4em;
}

section.renewal.inner div.schedule_area div.schedule_item div.schedule_content span {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.2;
}

section.renewal.inner div.schedule_area div.schedule_item div.schedule_content small {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  text-align-last: left;
}

section.renewal.inner p.schedule_note {
  margin-top: 2em;
  width: 100%;
  height: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: .1em solid var(--color-green);
  font-size: 1em;
  font-weight: 500;
  background-color: #fff;
}

section.renewal.inner div.schedule_area div.service_item {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  gap: 1em;
  padding: 2em 0;
  border-top: .2em dotted var(--color-green);
}

section.renewal.inner div.schedule_area div.service_item:last-child {
  border-bottom: .2em dotted var(--color-green);
}

section.renewal.inner h3.inner_ttl {
  margin-top: 4rem;
  padding: 0.4em;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.2;
}

section.renewal.inner div.schedule_area div.service_item div.service_time {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.2;
}

/* ----- section.renewal.inner.meal ----- */

section.renewal.inner div.meal_area {
  display: flex;
  flex-direction: column;
  gap: 4em;
}

section.renewal.inner div.meal_area a.meal_item {
  width: 100%;
  height: 15em;
  padding: 2em;
  background-color: #fff;
  border: .5em solid #C8D2BA;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  box-shadow: .2em .2em .2em var(--color-green);
  border-radius: 1.6em;
  background-image: url(../images/_renewal/bg_meal01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.renewal.inner div.meal_area a.meal_item:nth-child(2) {
  background-image: url(../images/_renewal/bg_meal02.png);
}

section.renewal.inner div.meal_area a.meal_item:nth-child(3) {
  background-image: url(../images/_renewal/bg_meal03.png);
}

section.renewal.inner div.meal_area a.meal_item:nth-child(4) {
  background-image: url(../images/_renewal/bg_meal04.png);
}

section.renewal.inner div.meal_area a.meal_item h2.meal_ttl {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  background: unset;
  color: var(--color-green);
}

section.renewal.inner div.meal_area a.meal_item div.meal_link {
  width: 6.5em;
  height: 2.4em;
  border-radius: .5em;
  background-color: var(--color-green);
  color: #fff;
  font-size: 1.6em;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
}

section.renewal.inner div.meal_area a.meal_item div.meal_link::after {
  content: '';
  background-image: url(../images/_renewal/icon_arrow_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: .6em;
  height: .6em;
}

/* ----- section.renewal.inner bbq ----- */

section.renewal.inner div.inner_image {
  margin-top: 2em;
  width: 100%;
}

section.renewal.inner p.meal_txt {
  margin-top: 1em;
  font-size: 1.4em;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}

section.renewal.inner p.inner_note {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

section.renewal.inner p.inner_note span {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}

section.renewal.inner a.inner_btn {
  display: block;
  margin-top: 2em;
  width: 100%;
  height: 3.5em;
  border-radius: 99px;
  background-color: var(--color-green);
  color: #fff;
  font-size: 1.4em;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.renewal.inner p.inner_txt {
  margin-top: 2em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4;
}

section.renewal.inner div.room_wrap {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

section.renewal.inner div.room_wrap div.room_item {
  background-color: #fff;
  padding: 1em;
}

section.renewal.inner div.room_wrap div.room_item div.room_item_inner {
  padding: 1em;
  display: grid;
  grid-template-columns: 6em 1fr;
  align-items: start;
  gap: 1em;
  border: .2em solid var(--color-green);
}

section.renewal.inner div.room_wrap div.room_item div.icon_area {
  width: 100%;
}

section.renewal.inner div.room_wrap div.room_item div.txt_area {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

section.renewal.inner div.room_wrap div.room_item div.txt_area h2.room_ttl {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
  color: #B02923;
  background: unset;
  text-align: left;
  margin: 0;
}

section.renewal.inner div.room_wrap div.room_item div.txt_area p.room_txt {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .02em;
}

section.renewal.inner p.room_note {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

section.renewal.inner p.room_note span {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  align-items: start;
  gap: 0.4em;
}

section.renewal.inner p.room_note span::before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 50%;
  background-color: var(--color-green);
  flex-shrink: 0;
  transform: translateY(100%);
}

.page main {padding: 0 0em 25%;}