@charset "utf-8";


/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
#page_title_lead {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}
.page_title_lead_heading {
    text-align: center;
    letter-spacing: 0.2em;
}
.page_title_lead_heading--animated {
    letter-spacing: 0;
}
.page_title_lead_heading_char {
    display: inline-block;
    letter-spacing: 0.2em;
    will-change: filter, opacity;
}
.location #page_title_lead {
    background-image: url(../img/location/main.jpg);
}
.restaurant #page_title_lead {
    background-image: url(../img/restaurant/main.jpg);
}
.stay #page_title_lead {
    background-image: url(../img/stay/main.jpg);
    color: #000;
}
.privacy-policy #page_title_lead {
  background-image: url(../img/privacy/title.jpg);
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  aspect-ratio: auto;
  min-height: 0;
  overflow: visible;
}
.privacy-policy #page_title_lead .container {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  width: 100%;
}
.privacy_hero_en {
  margin: 0;
  font-family: var(--min);
  font-weight: 400;
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
}
.privacy_hero_jp {
  margin: 1.2rem 0 0;
  font-size: 1.45rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #fff;
}
.privacy-policy #page_title_lead .inner {
  height: auto;
}
#page_content {
    background: url(../img/cmn/obi.png) repeat-x top left / auto 2.5rem;
}
.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.title_en {
    font-weight: 400;
    letter-spacing: 0.05em;
}
.title_en--animated {
    letter-spacing: 0;
}
.title_en_char {
    display: inline-block;
    letter-spacing: 0.05em;
    will-change: filter, opacity;
}
.fadeInBlur {
    will-change: filter, opacity;
}
.title_img.fadeInBlur {
    display: inline-block;
    vertical-align: top;
}
.title_jp {
  width: 100%;
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 0.5em;
}
.title_jp--animated {
  letter-spacing: 0;
}
.title_jp_char {
  display: inline-block;
  letter-spacing: 0.12em;
  will-change: filter, opacity;
}
.lead_txt {
    text-align: center;
    line-height: 2.6;
}
@media only screen and ( max-width : 767px ) {
  #page_title_lead {
    height: 34rem;
    padding-top: 13rem;
  }
  .privacy-policy #page_title_lead {
    height: 28rem;
    max-height: 28rem;
    padding-top: 7rem;
    box-sizing: border-box;
  }
  .page_title_lead_heading {
    font-size: 1.6rem;
  }
  .title {
    margin-bottom: 3rem;
  }
  .title_img {
    margin-bottom: 3rem;
  }
  .title_img img {
    width: auto;
    height: 8rem;
  }
  .title_en {
    font-size: 2.2rem;
  }
  .faq #page_content,
  .single #page_content,
  .contact #page_content,
  #page_content.page_content {
    margin-top: 7rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  #page_title_lead {
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 45rem;
    max-height: min(72vh, 90rem);
    padding-top: 20%;
  }
  .privacy-policy #page_title_lead {
    height: 42rem;
    max-height: 42rem;
    min-height: 0;
    padding: 8.4rem 0 0;
    box-sizing: border-box;
  }
  .page_title_lead_heading {
    font-size: 2.6rem;
  }
  @media ( min-aspect-ratio : 32 / 25 ) {
    .page_title_lead_heading {
      font-size: 2.2rem;
    }
  }
  .title {
    margin-bottom: 4.5rem;
  }
  .title_img {
    margin-bottom: 4.5rem;
  }
  .title_img img {
    width: auto;
    height: 12rem;
  }
  .title_en {
    font-size: 2.8rem;
  }
  .faq #page_content,
  .single #page_content,
  .contact #page_content,
  #page_content.page_content {
    margin-top: 8.4rem;
  }

  .privacy-policy #page_title_lead .inner {
    padding: 0;
  }
}

/* ---------------------------------------------------------------------------------------------

　   LOCATION — Four seasons

--------------------------------------------------------------------------------------------- */
.fs_stack {
  margin-top: 3rem;
}
.fs_kv {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.fs_kv_fig {
  margin: 0;
  position: relative;
}
.fs_kv_fig img {
  width: 100%;
  display: block;
  aspect-ratio: 21 / 9;
  object-fit: cover;
}
.fs_kv_cap {
  margin: 0;
  padding: 0.6rem 1rem;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: right;
  font-family: var(--gosic);
}
.fs_kv_badge,
.fs_ph_badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  margin: 0;
  line-height: 0;
}
.fs_kv_badge img,
.fs_ph_badge img {
  width: 5rem;
  height: auto;
}
.fs_season {
  margin-top: 5rem;
}
.fs_catch {
  margin: 0 0 2rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: 500;
}

.fs_grid {
  display: grid;
  gap: 2rem 2.4rem;
}
.fs_grid--3 {
  grid-template-columns: 1fr;
  align-items: start;
}
.fs_season_photos .fs_ph figcaption {
  text-align: right;
  font-family: var(--gosic);
}
.fs_ph--badge {
  position: relative;
}
.fs_ph {
  margin: 0;
}
.fs_ph img {
  width: 100%;
  display: block;
}
.fs_ph figcaption {
  margin-top: .5rem;
  font-size: 1rem;
}

.fs_spots_ttl {
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: .4em;
}
.fs_events {
  margin: 0;
  padding: 0;
  border: none;
}
.fs_events_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fs_events .fs_events_list > li {
  padding: 0 0 1.2rem;
}
.fs_events .fs_events_list > li:last-child {
  padding-bottom: 0;
}
.fs_event_ttl {
  margin: 0 0 0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: var(--gosic);
}
.fs_event_desc {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
}


.fs_note {
  margin: 4rem 0 0;
  font-size: 1.1rem;
  line-height: 1.85;
  color: #555;
}

@media only screen and ( max-width : 767px ) {
  .fs_stack {
    margin-top: 2rem;
  }
  .fs_kv {
    margin-left: -3rem;
    margin-right: -3rem;
    width: calc(100% + 6rem);
  }
  .fs_kv_fig img {
    aspect-ratio: 4 / 3;
  }
  .fs_kv_cap {
    font-size: 1rem;
  }
  .fs_season {
    margin-top: 4rem;
  }
  .fs_catch {
    font-size: 1.7rem;
  }
  .fs_season_photos {
    display: flex;
    justify-content: space-between;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .fs_ph {
    width: 49%;
  }
  .fs_kv_badge img {
    width: 6rem;
  }
  .fs_ph_badge img {
    width: 6rem;
  }
  .fs_ph--badge {
    width: 100%;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
  }
  .fs_ph--badge img {
    aspect-ratio: 4 / 3;
  }
  .fs_ph--badge .fs_ph_badge img {
    aspect-ratio: 1;
  }
  .fs_ph--badge figcaption {
    padding: 0 1rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  .fs_stack {
    margin-top: 4.5rem;
  }
  .fs_kv_badge img {
    width: 6.9rem;
  }
  .fs_ph_badge img {
    width: 5rem;
  }
  .fs_season_photos {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .fs_catch {
    font-size: 1.8rem;
  }
  .fs_grid--3 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem 2.8rem;
  }
  .fs_season--spring .fs_season_photos--left,
  .fs_season--autumn .fs_season_photos--left {
    grid-column: 1;
    grid-row: 1;
  }
  .fs_season--spring .fs_season_photos--right,
  .fs_season--autumn .fs_season_photos--right {
    grid-column: 2;
    grid-row: 1;
  }
  .fs_season--spring .fs_events,
  .fs_season--autumn .fs_events {
    grid-column: 3;
    grid-row: 1;
  }
  .fs_ph figcaption {
    font-size: 1.1rem;
  }
  .fs_event_ttl,
  .fs_spots_ttl {
    font-size: 1.4rem;
  }
  .fs_event_desc {
    font-size: 1.3rem;
  }
  .fs_season {
    margin-top: 10rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   LOCATION — nearby spots

--------------------------------------------------------------------------------------------- */
.nearby_grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2.2rem 1.4rem;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
}
.nearby_card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.nearby_card_ttl {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: var(--gosic);
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-align: left;
}
.nearby_card_fig {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.nearby_card_fig img {
  width: 100%;
  height: auto;
  display: block;
}
.nearby_card_meta {
  margin-top: .5em;
  text-align: right;
}
.nearby_card_meta_lbl,
.nearby_card_meta_val {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.nearby_card_meta_val {
  font-weight: 500;
}
.map iframe {
  display: block;
  width: 100%;
}
.access_list_item:last-child {
  margin-bottom: 0;
}
.access_ttl {
  margin-bottom: .5rem;
}
.access_note {
  position: relative;
  padding-left: 1.2em;
}
.access_note span {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and ( max-width : 767px ) {
  .nearby_spots {
    margin-top: 4rem;
  }
  .map iframe {
    height: 30rem;
  }
  .access_list_item {
    margin-bottom: 4rem;
  }
  .access_list_item:last-of-type {
    margin-bottom: 2rem;
  }
  .access_note {
    font-size: 1.1rem;
  }
  .access_info {
    margin: 2rem 0 3rem;
  }
  .access_ttl {
    font-size: 2.6rem;
  }
  .access_addr {
    font-size: 1.7rem;
  }
  #access01 {
    margin-right: -3rem;
  }
  .map {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .nearby_spots {
    margin-top: 8rem;
  }
  .nearby_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 4rem;
  }
  .nearby_card_ttl {
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
  }
  .nearby_card_meta_lbl,
  .nearby_card_meta_val {
    font-size: 1.6rem;
  }
  .map iframe {
    height: 60rem;
  }
  .access_info {
    margin: 3rem 0;
  }
  .access_ttl {
    font-size: 3.4rem;
  }
  .access_addr {
    font-size: 2.2rem;
  }
  .access_list_item {
    margin-bottom: 14rem;
  }
  .access_list_item:last-of-type {
    margin-bottom: 7rem;
  }
  #access01 {
    margin-right: -5rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   RESTAURANT

--------------------------------------------------------------------------------------------- */
.restaurant_ttl {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
.restaurant_name {
  text-align: center;
}
@media only screen and ( max-width : 767px ) {
  .restaurant_main_img {
    margin: 3rem -3rem;
  }
  .restaurant_main_img img {
    aspect-ratio: 4 / 2;
  }
  .restaurant_ttl {
    margin: 4rem 0 3rem;
    font-size: 1.6rem;
  }
  .restaurant_name {
    margin-bottom: 2.5rem;
  }
  .restaurant_name img {
    width: 26rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  .restaurant_main_img {
    margin: 6rem 0;
  }
  .restaurant_ttl {
    margin: 8rem 0 6rem;
    font-size: 2.2rem;
  }
  .restaurant_name {
    margin-bottom: 4rem;
  }
  .restaurant_name img {
    width: 70rem;
  }
}

.restaurant_content {
  margin-top: 4rem;
}
.chefs_sec {
  margin: 0;
  padding: 0;
}
.chefs_row + .chefs_row {
  margin-top: 4rem;
}
.chefs_row--profile {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
.chefs_row_photo {
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
}
.chefs_row_photo img {
  width: 100%;
  height: auto;
  display: block;
}
.chefs_row_body p {
  margin: 0;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: justify;
}
.chefs_row_name {
  margin-top: 2rem !important;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: left;
}
.chefs_row--feature {
  display: grid;
  grid-template-columns: 1fr;
}
.chefs_feature_img {
  margin: 0;
  overflow: hidden;
}
.chefs_feature_img img {
  width: 100%;
  height: 26rem;
  object-fit: cover;
  display: block;
}
.chefs_feature_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
}
.chefs_feature_txt p {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
.restaurant_usage_body p {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .chefs_feature_img img {
    height: 20rem;
  }
  .chefs_feature_txt {
    padding: 2rem;
  }
  .chefs_row_body .chefs_row_name span {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .restaurant_content {
    margin-top: 6rem;
  }
  .chefs_row + .chefs_row {
    margin-top: 5rem;
  }
  .chefs_row--profile {
    grid-template-columns: minmax(0, 28%) minmax(0, 1fr);
    gap: 3rem;
    align-items: center;
  }
  .chefs_row_photo {
    max-width: 28rem;
    margin-left: 0;
    margin-right: auto;
    justify-self: start;
  }
  .chefs_row_body p {
    font-size: 1.5rem;
  }
  .chefs_row_body .chefs_row_name {
    margin-top: 3rem !important;
    font-size: 2rem;
  }
  .chefs_row_body .chefs_row_name span {
    font-size: 1.6rem;
  }
  .chefs_row--feature {
    grid-template-columns: 24rem minmax(0, 1fr) 24rem;
    align-items: stretch;
  }
  .chefs_feature_img {
    width: 24rem;
    max-width: 24rem;
  }
  .chefs_feature_img img {
    width: 24rem;
    height: 24rem;
  }
  .chefs_feature_txt {
    padding: 1rem 3rem;
  }
  .chefs_feature_txt p {
    font-size: 1.8rem;
  }
}

.restaurant_usage_ttl {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0 0 3rem;
  padding: 0;
  font-size: 1.7rem;
  font-weight: 600;
  font-family: var(--min);
  color: #231815;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.restaurant_usage_ttl::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background-color: #c8c8c8;
  min-width: 2rem;
}
.restaurant_usage_body {
  line-height: 2;
  font-weight: 500;
  text-align: center;
}
.restaurant_usage_body span {
  color: #e60012;
}
.restaurant_usage_body p {
  margin: 0 0 0.4em;
  letter-spacing: 0.15em;
}
.restaurant_usage_body p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .restaurant_usage_body {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {

  .restaurant_usage_ttl {
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }
  .restaurant_usage_body {
    font-size: 1.6rem;
  }
  .restaurant_usage_body {
    font-size: 2.2rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   RESTAURANT — dinner / wine

--------------------------------------------------------------------------------------------- */
.dinner_wine {
  margin-top: 4rem;
}
.dinner_hero {
  position: relative;
  display: block;
  overflow: hidden;
}
.dinner_hero_visual {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #1a1a1a;
}
.dinner_hero_visual img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 2581 / 721;
  object-fit: cover;
  display: block;
}
.dinner_hero_ph_lbl {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 3;
  font-family: var(--gosic);
  font-size: 1rem;
  letter-spacing: 0.08em;
  opacity: 0.9;
  pointer-events: none;
}
.dinner_hero_panel {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 50%;
  max-width: 56rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 3rem 2rem 2.5rem;
  background: rgba(35, 24, 21, 0.82);
  color: #fff;
  justify-content: center;
}
.dinner_hero_en {
  margin: 0;
  text-align: center;
  font-size: 3.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}
.dinner_hero_lead,
.dinner_hero_note {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
.dinner_hero_note {
  line-height: 1.6;
}
.dinner_hero_note span {
  font-size: 86%;
  display: block;
  margin-top: 0.5em;
}
.dinner_hero_note {
}
.dinner_hero_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
  margin-top: auto;
  padding: 1.2rem 1.4rem 1.2rem 1.6rem;
  background: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: opacity 0.3s;
}
.dinner_hero_btn:hover {
  opacity: 0.88;
}
.dinner_hero_btn_txt {
  flex: 0 1 auto;
  text-align: right;
  line-height: 1.55;
}
.dinner_hero_btn_ico {
  flex-shrink: 0;
  display: flex;
  line-height: 0;
}
.dinner_hero_btn_ico img {
  width: 1.9rem;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .dinner_hero_visual img {
    min-height: 20rem;
    object-fit: cover;
  }
  .dinner_hero_panel {
    position: relative;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: none;
    max-height: none;
    overflow: visible;
    padding: 2.4rem 1.6rem 2.4rem;
    justify-content: flex-start;
  }
  .dinner_hero_btn {
    margin-top: 1.2rem;
  }
}
.dinner_wine_bottom {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
}
.dinner_philo {
  display: flex;
  justify-content: center;
  min-height: 26rem;
  padding: 3rem 2rem;
  background: #fff;
}
.dinner_philo p {
  margin: 0;
  max-width: 48rem;
  font-family: var(--min);
  font-size: 1.3rem;
  line-height: 2.15;
  letter-spacing: 0.08em;
}
.wine_block {
  position: relative;
  min-height: 26rem;
  overflow: hidden;
  background: #1a1a1a;
}
.wine_block_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wine_block_scrim {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(18, 16, 22, 0.48);
}
.wine_block_inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 26rem;
  padding: 3rem 2rem;
  text-align: center;
  color: #fff;
}
.wine_block_en {
  margin: 0 0 1.2rem;
  font-size: 3.8rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.05;
}
.wine_block_txt {
  margin: 0;
  max-width: 46rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: left;
}
.wine_block_ph_lbl {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 2;
  font-family: var(--gosic);
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.08em;
  opacity: 0.9;
}
@media only screen and ( max-width : 767px ) {
  .dinner_hero,
  .wine_block {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .restaurant_usage_note {
    margin-top: 3rem;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .dinner_wine {
    margin-top: 6rem;
  }
  .dinner_hero_visual img {
    min-height: 42rem;
  }
  .dinner_hero_panel {
    width: 50%;
    padding: 6rem 3.2rem;
    gap: 2rem;
    justify-content: center;
  }
  .dinner_hero_en,
  .wine_block_en {
    font-size: 5rem;
  }
  .dinner_hero_lead,
  .wine_block_txt,
  .dinner_hero_note {
    font-size: 1.7rem;
  }
  .dinner_hero_note {
  }
  .dinner_hero_btn {
    margin-top: auto;
    padding: 1.4rem 1.6rem 1.4rem 2rem;
    font-size: 1.5rem;
  }
  .dinner_wine_bottom {
    grid-template-columns: 1fr 1fr;
  }
  .dinner_philo {
    min-height: 34rem;
    padding: 4rem 3rem;
  }
  .dinner_philo p {
    font-size: 1.8rem;
  }
  .wine_block,
  .wine_block_inner {
    min-height: 34rem;
  }
  .restaurant_usage_note {
    margin-top: 6rem;
    font-size: 1.3rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   FAQ

--------------------------------------------------------------------------------------------- */
.faq_cat_list {
  display: flex;
  justify-content: center;
}
.faq_cat_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ddd1e7;
  border-radius: 1rem;
}
.faq_category_ttl {
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  letter-spacing: .15em;;
}
.faq_content {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__ttl {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.5em;
  line-height: 1.8;
}
.faq__ttl:before {
  content: "Q";
  color: #00a0e9;
  position: absolute;
  left: 0;
  top: 0
}
.faq__body {
  position: relative;
  padding-left: 1.2em;
}
.faq__body:before {
  content: "A";
  color: #e4007f;
  position: absolute;
  left: 0;
  top: 0
}
.faq__body p {
  line-height: 1.8;
  overflow-wrap: anywhere;
}
.faq__body p a {
  color: #e60012;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
.faq_category_sec:last-child {  
  margin-bottom: 0;
}
.faq_back_to_top {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: .6rem;
  margin: 0 auto;
  width: 16rem;
  height: 4rem;
}
@media only screen and ( max-width : 767px ) {
  .faq_cat_list {
    justify-content: space-between;
    margin-bottom: 4rem;
  }
  .faq_cat_list li {
    width: 32%;
  }
  .faq_cat_list li a {
    height: 5rem;
  }
  .faq_cat_item span {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.3;
  }
  .faq_category_ttl {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .faq_category_sec {
    margin-bottom: 6rem;
  }
  .faq_back_to_top {
    margin-top: 3rem;
  }
  .faq__item {
    margin-bottom: 3rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  .faq_cat_list {
    gap: 2rem;
    margin-bottom: 6rem;
  }
  .faq_cat_list li {
    width: 22rem;
  }
  .faq_cat_list li a {
    height: 6rem;
  }
  .faq__item {
    margin-bottom: 5rem;
  }
  .faq_category_ttl {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
  .faq_category_sec {
    margin-bottom: 10rem;
  }
  .faq_back_to_top {
    margin-top: 6rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   STAY

--------------------------------------------------------------------------------------------- */
.stay_main_img {
  position: relative;
}
.stay_main_img_cap {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 1rem;
  font-size: 1.1rem;
}
/* Stay — エントランスロビー 2×2 */
.stay_entrance {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem 2rem;
  margin-top: 4rem;
}
.stay_entrance_fig {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.stay_entrance_fig img {
  width: 100%;
  display: block;
  /* aspect-ratio: 4 / 3;
  object-fit: cover; */
}
.stay_entrance_cap {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  text-align: right;
  text-shadow: 0 0 0.35em rgba(0, 0, 0, 0.45);
}
.stay_entrance_heading {
  margin: 0 0 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.stay_entrance_lead {
  margin: 0;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: justify;
}

@media only screen and ( max-width : 767px ) {
  .stay_entrance {
    margin-left: -3rem;
    margin-right: -3rem;
    width: calc(100% + 6rem);
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .stay_entrance_cap {
    font-size: 0.95rem;
  }
  .stay_entrance_heading {
    font-size: 1.7rem;
  }
  .stay_entrance_lead {
  }
  .stay_main_img {
    margin-top: 3rem;
    margin-left: -3rem;
    margin-right: -3rem;
    width: calc(100% + 6rem);
  }
  .stay_main_img img {
    aspect-ratio: 4 / 2;
  }
}

@media print, screen and ( min-width : 768px ) {
  .stay_main_img {
    margin-top: 4.5rem;
  }
  .stay_entrance {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 3rem 3rem;
    margin-top: 6rem;
  }
  .stay_entrance_fig--01 {
    grid-column: 1;
    grid-row: 1;
  }
  .stay_entrance_txt {
    grid-column: 2;
    grid-row: 1;
    /* align-self: center; */
    padding: 0 0.5rem;
  }
  .stay_entrance_fig--02 {
    grid-column: 1;
    grid-row: 2;
  }
  .stay_entrance_fig--03 {
    grid-column: 2;
    grid-row: 2;
  }
  .stay_entrance_heading {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .stay_entrance_lead {
  }
  .stay_entrance_cap {
    font-size: 1.1rem;
  }
}

/* Stay — 客室イメージ（リード＋2カラム） */
.stay_guest_intro {
  margin-top: 2rem;
}
.stay_guest_intro_txt {
  text-align: center;
  padding: 5rem 0.5rem 4rem;
}
.stay_guest_intro_lead {
  margin: 0 auto;
  max-width: 48em;
  font-family: var(--min);
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.12em;
}
.stay_guest_intro_photos {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  margin: 0;
  width: 100%;
}
.stay_guest_intro_fig {
  position: relative;
  flex: 1 1 50%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}
.stay_guest_intro_fig img {
  width: 100%;
  display: block;
}
.stay_guest_intro_cap {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  text-align: right;
  text-shadow: 0 0 0.35em rgba(0, 0, 0, 0.45);
}

@media only screen and ( max-width : 767px ) {
  .stay_guest_intro {
    margin-top: 1rem;
  }
  .stay_guest_intro_txt {
    padding: 4rem 0 3rem;
  }
  .stay_guest_intro_lead {
    line-height: 2;
  }
  .stay_guest_intro_photos {
    flex-direction: column;
    margin-left: -3rem;
    margin-right: -3rem;
    width: calc(100% + 6rem);
  }
  .stay_guest_intro_cap {
    font-size: 0.95rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  .stay_guest_intro {
    margin-top: 3rem;
  }
  .stay_guest_intro_txt {
    padding: 6.5rem 2rem 5rem;
  }
  .stay_guest_intro_lead {
  }
  .stay_guest_intro_cap {
    font-size: 1.1rem;
  }
}

/* Stay — with kitchen */
.stay_kitchen {
  margin-top: 3rem;
}
.stay_kitchen_heading {
  margin: 0 0 3rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.12em;
}
.stay_kitchen_hero {
  position: relative;
  overflow: hidden;
}
.stay_kitchen_hero img {
  width: 100%;
  display: block;
}
.stay_kitchen_hero_tag {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-shadow: 0 0.1em 0.6em rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
.stay_kitchen_hero_credit {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  text-align: right;
  text-shadow: 0 0 0.35em rgba(0, 0, 0, 0.45);
}
.stay_kitchen_body {
  background-color: #f7f4ef;
}
.stay_kitchen_callout {
  margin: 0 0 2.4rem;
  padding: 1.4rem 1.6rem;
  background-color: #812f46;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.12em;
  border-radius: 1rem;
}
.stay_kitchen_callout_em {
  font-weight: 700;
  letter-spacing: 0.08em;
}
.stay_kitchen_lead {
  margin: 0 0 3rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.04em;
  text-align: justify;
  color: #231815;
}
.stay_kitchen_points {
  margin: 0 0 2.5rem;
}
.stay_kitchen_points_inner {
  width: 100%;
}
.stay_kitchen_points_pic,
.stay_kitchen_points_pic img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}
.stay_kitchen_points_labels {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.stay_kitchen_points_cell {
  display: flex;
}
.stay_kitchen_points_label {
  margin: 0;
  padding: 0.55em 0.65em;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #812f46;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
  border-radius: 1rem;
}
.stay_kitchen_notes {
  font-size: 1.3rem;
  line-height: 1.85;
  letter-spacing: 0.1em;
}
.stay_kitchen_notes li {
  font-weight: 500;
}
.stay_kitchen_notes li:last-child {
  margin-bottom: 0;
}
.stay_kitchen_notes_title {
  font-weight: 700;
}
.stay_room_detail_info {
  color: #0050a4;
  border: 1px solid #0050a4;
  padding: 1em;
  font-weight: 500;
  margin-top: 2em;
}

@media only screen and ( max-width : 767px ) {
  .stay_kitchen {
    margin-top: 2rem;
    margin-left: -3rem;
    margin-right: -3rem;
    width: calc(100% + 6rem);
  }
  .stay_kitchen_heading {
    margin-bottom: 2.4rem;
    line-height: 1.85;
  }
  .stay_kitchen_hero img {
    aspect-ratio: 16 / 8;
    object-fit: cover;
  }
  .stay_kitchen_hero {
    margin-left: -3rem;
    margin-right: -3rem;
    width: calc(100% + 6rem);
  }
  .stay_kitchen_hero_tag {
    font-size: 6rem;
    bottom: 1rem;
  }
  .stay_kitchen_hero_credit {
    font-size: 0.95rem;
    right: 4rem;
    bottom: auto;
    top: 1rem;
  }
  .stay_kitchen_body {
    padding: 2rem 3rem;
  }
  .stay_kitchen_callout {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .stay_kitchen_lead {
    margin-bottom: 2.4rem;
    font-size: 1.25rem;
  }
  .stay_kitchen_points {
    margin-left: -3rem;
    margin-right: -3rem;
    width: calc(100% + 6rem);
    margin-bottom: 2rem;
  }
  .stay_kitchen_points_labels {
    flex-wrap: wrap;
    max-width: 90%;
    margin: -2rem auto 0;
  }
  .stay_kitchen_points_label {
    width: 100%;
  }
  .stay_kitchen_notes {
    font-size: 1.15rem;
  }
  .stay_kitchen_points_cell {
    width: 49%;
    margin-top: 2%;
  }
  .stay_kitchen_points_cell:nth-child(-n+2) {
    margin-top: 0;
  }
  .stay_kitchen_notes li {
    margin-bottom: 0.6em;
  }
  .stay_kitchen_notes_title {
    display: block;
    margin-bottom: 0.5em;
  }
}

@media print, screen and ( min-width : 768px ) {
  .stay_kitchen {
    margin-top: 5rem;
  }
  .stay_kitchen_heading {
    margin-bottom: 4rem;
  }
  .stay_kitchen_body {
    padding: 4rem 0;
  }
  .stay_kitchen_hero_tag {
    bottom: 2rem;
    font-size: 12rem;
  }
  .stay_kitchen_hero_credit {
    font-size: 1.1rem;
  }
  .stay_kitchen_callout {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .stay_kitchen_lead {
    margin-bottom: 4rem;
  }
  .stay_kitchen_points { 
    margin-bottom: 3rem;
  }
  .stay_kitchen_points_labels {
    gap: 2rem;
    padding: 0 0.4rem;
    width: 90%;
    margin: -2.5rem auto 0;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
  }
  .stay_kitchen_points_label {
    font-size: 1.4rem;
    padding: 1.5rem 1rem;
  }
  .stay_kitchen_notes {
    font-size: 1.35rem;
  }
  .stay_kitchen_points_cell {
    flex: 1 1 0;
    min-width: 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
  .stay_kitchen_notes li {
    margin-bottom: 0.4em;
  }
}

/* Stay — 客室詳細（下段は2カラム） */
.stay_room_detail {
}
.stay_room_detail > .inner > .stay_entrance.stay_room_detail_entrance {
  margin-top: 0;
  margin-bottom: 3rem;
}
.stay_room_detail_row {
  display: grid;
  gap: 2.4rem 3rem;
  margin-bottom: 0;
  align-items: start;
}
.stay_room_detail_row--03 {
  grid-template-columns: 1fr 1fr;
}
.stay_room_detail_fig {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.stay_room_detail_fig img {
  width: 100%;
  display: block;
}
.stay_room_detail_cap {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  text-align: right;
  text-shadow: 0 0 0.35em rgba(0, 0, 0, 0.45);
}
.stay_room_detail_sublead {
  margin: 0 0 2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: justify;
  color: #231815;
}


@media only screen and ( max-width : 767px ) {
  .stay_room_detail {
  }
  .stay_room_detail > .inner > .stay_entrance.stay_room_detail_entrance {
    margin-bottom: 2.5rem;
  }
  .stay_room_detail_row {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .stay_room_detail_cap {
    font-size: 0.95rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  .stay_room_detail {
  }
  .stay_room_detail > .inner > .stay_entrance.stay_room_detail_entrance {
    margin-bottom: 4rem;
  }
  .stay_room_detail_row--03 {
  }
  .stay_room_detail_cap {
    font-size: 1.1rem;
  }
}

/* Stay — フロアマップ・お部屋タイプ */
.stay_floor_section {
  margin-top: 3rem;
}
.stay_floor_fig img {
  width: 100%;
  display: block;
}
.stay_room_types_ttl {
  margin: 0 0 3.5rem;
  text-align: center;
  font-family: var(--min);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.65;
  letter-spacing: 0.25em;
}
.stay_room_types_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.stay_room_types_card {
  margin-bottom: 2.4rem;
}
.stay_room_types_card:last-child {
  margin-bottom: 0;
}
.stay_room_types_card_inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 0;
}
.stay_room_types_card--01 .stay_room_types_card_inner {
  background-color: #8fa27c;
}
.stay_room_types_card--02 .stay_room_types_card_inner {
  background-color: #b6aa8d;
}
.stay_room_types_card--03 .stay_room_types_card_inner {
  background-color: #b98f8c;
}
.stay_room_types_visual {
  flex: 0 0 42%;
  max-width: 42%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 2rem;
}
.stay_room_types_visual img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.stay_room_types_body {
  flex: 1 1 58%;
  min-width: 0;
  padding: 2rem 2rem 2rem 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.stay_room_types_info {
  margin: 0;
  font-family: var(--min);
  font-size: 1.3rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.stay_room_types_note {
  margin: 0.5rem 0 0;
  font-size: 1.15rem;
  line-height: 1.75;
  color: #fff;
}
.stay_room_types_note + .stay_room_types_info {
  margin-top: 1.5rem;
}
.stay_room_types_body > .stay_room_types_note:last-of-type {
  margin-bottom: 2rem;
}
.stay_room_types_btn {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  border: none;
  background: #fff;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  width: 100%;
  font-family: var(--min);
  position: relative;
  height: 4rem;
  padding: 0;
  color: #000;
}
.stay_room_types_btn:hover {
  opacity: 0.92;
}
.stay_room_types_btn_txt {
  text-align: left;
}
.stay_room_types_btn_icon {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: #000;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.stay_room_types_btn_icon::after {
  content: "";
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.45em 0 0.45em 0.7em;
  border-color: transparent transparent transparent #fff;
}
.stay_room_types_footnote {
  margin: 3rem 0 0;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #231815;
}

.stay_room_modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.stay_room_modal[hidden] {
  display: none !important;
}
.stay_room_modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.stay_room_modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
}
.stay_room_modal_box {
  position: relative;
  z-index: 1;
  max-width: min(100%, 110rem);
  max-height: 92vh;
  background: #fff;
  box-sizing: border-box;
  overflow: auto;
}
.stay_room_modal_close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 2;
  width: 3.6rem;
  height: 3.6rem;
  border: none;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.stay_room_modal_img_wrap {
  margin: 0;
  background: #fff;
}
.stay_room_modal_img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.stay_room_types_info_color {
  color: #e4007f;
}

@media only screen and ( max-width : 767px ) {
  .stay_floor_fig {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
    margin-bottom: 3rem;
  }
  .stay_room_types_ttl {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
  }
  .stay_room_types_card_inner {
    flex-direction: column;
  }
  .stay_room_types_visual {
    flex: none;
    max-width: none;
    width: 100%;
  }
  .stay_room_types_body {
    padding-top: 0;
  }
  .stay_room_types_note {
    font-size: 1.05rem;
    margin-bottom: 1.2rem;
  }
  .stay_room_types_btn {
    align-self: stretch;
    font-size: 1.2rem;
    padding: 0.75rem 1rem;
  }
  .stay_room_types_footnote {
    margin-top: 2rem;
    font-size: 1rem;
  }
  .stay_room_modal {
    padding: 0;
  }
  .stay_room_modal_img_wrap {
    padding: 5rem 1rem 2rem;
  }
  .stay_room_types_btn {
    font-size: 1.5rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  .stay_floor_section {
  }
  .stay_floor_fig {
    margin-bottom: 5rem;
  }
  .stay_room_types_ttl {
    margin-bottom: 4.5rem;
    font-size: 2.4rem;
  }
  .stay_room_types_card {
    margin-bottom: 3rem;
  }
  .stay_room_types_btn {
    font-size: 1.8rem;
  }
  .stay_room_types_info {
    font-size: 1.6rem;
  }
  .stay_room_types_body > .stay_room_types_note:last-of-type {
    margin-bottom: 3rem;
  }
  .stay_room_types_small {
    font-size: 1.1rem;
  }
  .stay_room_modal_img_wrap {
    padding: 5rem 3rem 4rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   PRIVACY（個人情報の取扱い）

--------------------------------------------------------------------------------------------- */

.privacy_policy {
}
.privacy_intro {
  margin: 0 0 4rem;
  line-height: 2;
  text-align: justify;
}
.privacy_block {
  margin-bottom: 6rem;
}
.privacy_block:last-of-type {
  margin-bottom: 0;
}
.privacy_sec_ttl {
  margin: 0 0 1.2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.55;
}
.privacy_block + .privacy_block .privacy_sec_ttl {
  margin-top: 0;
}
.privacy_txt {
  margin: 0 0 1.2em;
  line-height: 2.05;
  letter-spacing: 0.04em;
  text-align: justify;
}
.privacy_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.privacy_list li {
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: justify;
  padding-left: 0;
}
/* .privacy_list li:last-child {
  margin-bottom: 0;
} */
.privacy_contact {
  margin-top: 1.5rem;
  line-height: 1.95;
  letter-spacing: 0.03em;
}
.privacy_org {
  margin: 1.25em 0 0.35em;
  font-weight: 700;
}
.privacy_org:first-child {
  margin-top: 0;
}
.privacy_contact_line {
  margin: 0 0 0.25em;
}
.privacy_contact_val {
  color: #00a0e9;
  font-weight: 500;
}

@media only screen and ( max-width : 767px ) {
  .privacy_intro,
  .privacy_txt,
  .privacy_list li,
  .privacy_contact {
    line-height: 1.95;
  }
  .privacy_sec_ttl {
    font-size: 1.5rem;
  }
  .privacy_hero_jp {
    font-size: 1.25rem;
  }
  .privacy_policy {
  }
  .privacy_block {
    margin-bottom: 4rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  .privacy_policy {
  }
  .privacy_intro {
    margin-bottom: 10rem;
  }
  .privacy_sec_ttl {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .privacy_hero_jp {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   CONTACT（Contact Form 7 想定）

--------------------------------------------------------------------------------------------- */

.wpcf7,
.contact_intro {
  max-width: 72rem;
  margin: 0 auto;
}
.wpcf7-form.contact_form {
  margin: 0;
}
.contact_intro {
  margin-bottom: 6rem;
}
.contact_intro_lead {
  margin: 0 0 1.25em;
  line-height: 1.85;
  letter-spacing: 0.04em;
}
.contact_intro_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact_intro_list li {
  position: relative;
  margin: 0 0 0.5em;
  padding-left: 1.1em;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
.contact_intro_list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.contact_field {
  margin-bottom: 2.5rem;
}
.contact_field--privacy {
  margin-bottom: 3rem;
}
.contact_field_p {
  margin: 0;
}
.contact_field .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.35rem;
}
.contact_label {
  display: block;
  margin: 0 0 0.35rem;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.contact_label--static {
  margin-bottom: 0.65rem;
}
.contact_req {
  display: inline-block;
  margin-left: 0.55em;
  padding: 0.28em 0.7em 0.32em;
  vertical-align: 0.12em;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.06em;
  color: #fff;
  background: #c41230;
  border-radius: 0.25rem;
}
.contact_input {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.45rem;
  line-height: 1.4;
  font-family: var(--gosic);
  border-radius: 0;
}
.contact_input--full {
  width: 100%;
}
.contact_input:focus {
  outline: 2px solid #002a40;
  outline-offset: 1px;
}
.wpcf7-form.contact_form select.contact_input,
.contact_field select.contact_input {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 4.4rem;
  padding-right: 2.8rem;
  color: #231815;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23231815' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.2rem auto;
}
.wpcf7-form.contact_form select.contact_input:focus,
.contact_field select.contact_input:focus {
  outline: 2px solid #002a40;
  outline-offset: 1px;
}
.wpcf7-form.contact_form select.contact_input:invalid,
.contact_field select.contact_input:invalid {
  color: #888;
}
.wpcf7-form.contact_form input[type="date"].contact_input,
.contact_field input[type="date"].contact_input {
  display: block;
  width: 100%;
  max-width: 32rem;
  min-height: 4.4rem;
  padding-right: 0.85rem;
  cursor: pointer;
  color-scheme: light;
}
.wpcf7-form.contact_form input[type="date"].contact_input::-webkit-calendar-picker-indicator,
.contact_field input[type="date"].contact_input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.65;
  padding: 0.2rem;
}
.wpcf7-form.contact_form input[type="date"].contact_input:focus::-webkit-calendar-picker-indicator,
.contact_field input[type="date"].contact_input:focus::-webkit-calendar-picker-indicator {
  opacity: 1;
}
.wpcf7-form.contact_form .wpcf7-not-valid.contact_input,
.wpcf7-form.contact_form .wpcf7-not-valid.contact_textarea {
  border-color: #c41230;
}
.contact_textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 16rem;
  padding: 0.85rem 1rem;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.45rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #231815;
  resize: vertical;
  border-radius: 0;
  font-family: var(--gosic);
}
.contact_textarea:focus {
  outline: 2px solid #002a40;
  outline-offset: 1px;
}
.contact_textarea_note {
  margin: 0.5rem 0 0;
  font-size: 1.2rem;
}
.contact_privacy_txt {
  margin: 0 0 1rem;
  font-size: 1.35rem;
  line-height: 1.85;
  letter-spacing: 0.03em;
}
.contact_privacy_txt a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.contact_privacy_txt a:hover {
  opacity: 0.75;
}
.contact_accept_wrap {
  margin: 0;
}
.contact_check_label {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 1.35rem;
  line-height: 1.6;
  cursor: pointer;
}
.contact_checkbox {
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.2em;
  accent-color: #000;
}
.wpcf7-list-item-label {
  display: inline-block;
}
.contact_actions {
  margin-top: 1rem;
  text-align: center;
}
.contact_submit_wrap {
  margin: 0;
}
.contact_submit,
input.contact_submit[type="submit"] {
  display: inline-block;
  min-width: min(100%, 32rem);
  padding: 1.1rem 2.5rem;
  border: none;
  background: #000;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.contact_submit:hover,
input.contact_submit[type="submit"]:hover {
  opacity: 0.88;
}
.contact_back {
  margin-right: 2rem;
  background: #999;
}
.contact_backtotop {
  margin: 4rem 0 0;
  letter-spacing: 0.06em;
}
.contact_backtotop a {
  color: #e4007f;
  text-decoration: underline;
  text-decoration-color: #e4007f;
  text-underline-offset: 0.25em;
}
.contact_backtotop a:hover {
  opacity: 0.75;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7-form.sent .wpcf7-spinner {
  display: inline-block;
}
.wpcf7-response-output {
  margin: 1.5rem 0 0;
  clear: both;
  font-size: 1.3rem;
  line-height: 1.6;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #c41230;
  font-family: var(--gosic);
}

@media only screen and ( max-width : 767px ) {
  .contact_intro_lead {
    font-size: 1.25rem;
    margin-bottom: 3.5rem;
  }
  .contact_intro_list li {
    font-size: 1.15rem;
  }
  .contact_label {
    font-size: 1.25rem;
  }
  .contact_req {
    font-size: 0.92rem;
    margin-left: 0.45em;
    padding: 0.22em 0.55em 0.26em;
    vertical-align: 0.1em;
  }
  .contact_input,
  .contact_textarea,
  .wpcf7-form.contact_form select.contact_input,
  .wpcf7-form.contact_form input[type="date"].contact_input {
    font-size: 1.25rem;
  }
  .wpcf7-form.contact_form select.contact_input,
  .contact_field select.contact_input {
    min-height: 4rem;
    padding-right: 2.5rem;
    background-position: right 0.85rem center;
  }
  .wpcf7-form.contact_form input[type="date"].contact_input,
  .contact_field input[type="date"].contact_input {
    max-width: 100%;
    min-height: 4rem;
  }
  .contact_submit,
  input.contact_submit[type="submit"] {
    width: 100%;
    font-size: 1.35rem;
    padding: 1rem 1.5rem;
  }
  .contact_back {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   SINGLE POST（お知らせ詳細・WP the_content 想定）

--------------------------------------------------------------------------------------------- */

.single-post-wrapper {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}
.single-post_header {
  margin-bottom: 3rem;
  text-align: center;
}
.single-post_meta {
  margin: 0 0 1rem;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  color: #555;
}
.single-post_cat_label {
  color: #231815;
}
.single-post_title {
  margin: 0;
  font-family: var(--min);
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.55;
  letter-spacing: 0.06em;
  color: #000;
}
.single-post_content.entry-content {
  font-family: var(--gosic);
  font-size: 1.45rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #231815;
  text-align: justify;
}
.single-post_content.entry-content > *:first-child {
  margin-top: 0;
}
.single-post_content.entry-content > *:last-child {
  margin-bottom: 0;
}
.single-post_content.entry-content p {
  margin: 0 0 1.5em;
}
.single-post_content.entry-content h2 {
  margin: 2.2em 0 0.9em;
  padding-bottom: 0.45em;
  border-bottom: 1px solid #ccc;
  font-family: var(--gosic);
  font-weight: 700;
  font-size: 1.85rem;
  line-height: 1.45;
  letter-spacing: 0.06em;
  color: #000;
  text-align: left;
}
.single-post_content.entry-content h3 {
  margin: 1.8em 0 0.65em;
  font-family: var(--gosic);
  font-weight: 700;
  font-size: 1.55rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #231815;
  text-align: left;
}
.single-post_content.entry-content h4 {
  margin: 1.5em 0 0.5em;
  font-family: var(--gosic);
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #231815;
  text-align: left;
}
.single-post_content.entry-content ul,
.single-post_content.entry-content ol {
  margin: 0 0 1.5em;
  padding-left: 1.75em;
}
.single-post_content.entry-content ul {
  list-style-type: disc;
}
.single-post_content.entry-content ol {
  list-style-type: decimal;
}
.single-post_content.entry-content li {
  margin: 0.35em 0;
}
.single-post_content.entry-content li::marker {
  color: #231815;
}
.single-post_content.entry-content a {
  color: #002a40;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.single-post_content.entry-content a:hover {
  opacity: 0.75;
}
.single-post_content.entry-content strong {
  font-weight: 700;
}
.single-post_content.entry-content em {
  font-style: normal;
  font-weight: 600;
}
.single-post_content.entry-content code {
  padding: 0.1em 0.35em;
  font-size: 0.92em;
  background: #f0f0f0;
  border-radius: 0.2rem;
}
.single-post_hr {
  margin: 2.5em 0;
  border: none;
  border-top: 1px solid #ddd;
}
.single-post_quote {
  margin: 0 0 1.5em;
  padding: 1.25rem 1.5rem;
  border-left: 4px solid #002a40;
  background: #f7f7f7;
  font-size: 1.35rem;
  line-height: 1.85;
}
.single-post_quote p {
  margin: 0;
}
.single-post_figure {
  margin: 0 0 1.5em;
  text-align: center;
}
.single-post_figure img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.single-post_figure figcaption {
  margin-top: 0.75em;
  font-size: 1.15rem;
  line-height: 1.6;
  color: #555;
  text-align: left;
}
.single-post_table_wrap {
  margin: 0 0 1.5em;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.single-post_table {
  width: 100%;
  min-width: 28rem;
  border-collapse: collapse;
  font-size: 1.35rem;
  line-height: 1.5;
}
.single-post_table th,
.single-post_table td {
  padding: 0.85rem 1rem;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
}
.single-post_table thead th {
  background: #ecebeb;
  font-weight: 700;
}
.single-post_table tbody th {
  width: 28%;
  background: #f7f7f7;
  font-weight: 700;
}
.single-post_note {
  margin: 0 0 1.5em;
  font-size: 1.2rem;
  line-height: 1.75;
  color: #555;
}
.single-post_back {
  margin: 3.5rem 0 0;
  text-align: center;
  font-size: 1.35rem;
  letter-spacing: 0.06em;
}
.single-post_back a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.single-post_back a:hover {
  opacity: 0.7;
}

@media only screen and ( max-width : 767px ) {
  .single-post_header {
    margin-bottom: 2rem;
  }
  .single-post_meta {
    font-size: 1.15rem;
  }
  .single-post_title {
    font-size: 1.65rem;
    line-height: 1.5;
  }
  .single-post_content.entry-content {
    font-size: 1.25rem;
    line-height: 1.95;
  }
  .single-post_content.entry-content h2 {
    font-size: 1.5rem;
    margin-top: 1.8em;
  }
  .single-post_content.entry-content h3 {
    font-size: 1.35rem;
  }
  .single-post_content.entry-content h4 {
    font-size: 1.2rem;
  }
  .single-post_quote {
    font-size: 1.2rem;
    padding: 1rem 1.1rem;
  }
  .single-post_figure figcaption {
    font-size: 1.05rem;
  }
  .single-post_table {
    font-size: 1.2rem;
  }
  .single-post_note {
    font-size: 1.05rem;
  }
  .single-post_back {
    margin-top: 2.5rem;
    font-size: 1.2rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  .single-post_title {
    font-size: 2.6rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   404 Not Found

--------------------------------------------------------------------------------------------- */
.notfound_inner {
  max-width: 72rem;
  text-align: center;
  padding-bottom: 4rem;
}
.notfound_text {
  margin: 0 0 3.5rem;
  text-align: center;
  line-height: 2.4;
  letter-spacing: 0.04em;
}
.notfound_btn,
.thanks_actions {
  margin: 0;
  text-align: center;
}
.notfound_btn .btn,
.thanks_actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 24rem;
  padding: 1.35rem 3.5rem;
  border: 1px solid var(--mainColor);
  background: var(--mainColor);
  color: #fff;
  text-decoration: none;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  transition: opacity 0.3s;
}
.notfound_btn .btn:hover,
.thanks_actions .btn:hover {
  opacity: 0.85;
  color: #fff;
}

@media only screen and ( max-width : 767px ) {
  .notfound_inner {
    padding-bottom: 2rem;
  }
  .notfound_text {
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
    line-height: 2;
  }
  .notfound_btn .btn,
  .thanks_actions .btn {
    min-width: 20rem;
    padding: 1.1rem 2.5rem;
    font-size: 1.2rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  .notfound_text {
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
  .notfound_btn .btn,
  .thanks_actions .btn {
    min-width: 28rem;
    padding: 1.5rem 4rem;
    font-size: 1.4rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   Thanks（お問い合わせ完了）

--------------------------------------------------------------------------------------------- */
.thanks_inner {
  max-width: 72rem;
  margin: 0 auto;
  padding-bottom: 4rem;
}
.thanks_header {
  margin-bottom: 3.5rem;
  text-align: center;
}
.thanks_title {
  margin: 0 0 1.25em;
  font-family: var(--min);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.06em;
  color: var(--mainColor);
}
.thanks_lead {
  margin: 0;
  font-size: 1.45rem;
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: #231815;
}
.thanks_notice {
  margin-bottom: 3.5rem;
  padding: 2rem 2.5rem;
  background: #f7f7f5;
  border: 1px solid #e5e5e5;
}
.thanks_notice_title {
  margin: 0 0 1em;
  font-family: var(--gosic);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #231815;
}
.thanks_notice_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.thanks_notice_list li {
  position: relative;
  margin: 0 0 0.85em;
  padding-left: 1.1em;
  font-family: var(--gosic);
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #444;
}
.thanks_notice_list li:last-child {
  margin-bottom: 0;
}
.thanks_notice_list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

@media only screen and ( max-width : 767px ) {
  .thanks_inner {
    padding-bottom: 2rem;
  }
  .thanks_header {
    margin-bottom: 2.5rem;
  }
  .thanks_title {
    font-size: 1.65rem;
  }
  .thanks_lead {
    font-size: 1.25rem;
    line-height: 2;
  }
  .thanks_notice {
    margin-bottom: 2.5rem;
    padding: 1.5rem 1.25rem;
  }
  .thanks_notice_title {
    font-size: 1.2rem;
  }
  .thanks_notice_list li {
    font-size: 1.15rem;
    line-height: 1.75;
  }
}

@media print, screen and ( min-width : 768px ) {
  .thanks_title {
    font-size: 2.6rem;
  }
  .thanks_lead {
    font-size: 1.5rem;
  }
  .thanks_notice {
    padding: 2.5rem 3rem;
  }
  .thanks_notice_title {
    font-size: 1.45rem;
  }
  .thanks_notice_list li {
    font-size: 1.3rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   Reserve（レストラン予約 Coming soon）

--------------------------------------------------------------------------------------------- */
.reserve_page_head {
  margin-bottom: 0;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #ccc;
}
.reserve_page_head_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.reserve_page_ttl {
  margin: 0;
  font-family: var(--min);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #231815;
}
.reserve_page_ttl_en {
  margin-right: 0.35em;
  letter-spacing: 0.12em;
}
.reserve_page_logo {
  flex-shrink: 0;
  line-height: 0;
}
.reserve_page_logo a {
  display: block;
}
.reserve_page_logo img {
  display: block;
  width: 15rem;
  height: auto;
}
.reserve_coming {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 24rem);
  padding: 5rem 0 8rem;
  text-align: center;
}
.reserve_coming_en {
  margin: 0 0 3.5rem;
  font-family: var(--min);
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.22em;
  color: #231815;
}
.reserve_coming_body p {
  margin: 0 0 2.4rem;
  font-size: 1.45rem;
  line-height: 2.2;
  letter-spacing: 0.06em;
  color: #231815;
}
.reserve_coming_body p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .reserve_page_head {
    padding-bottom: 1rem;
  }
  .reserve_page_head_row {
    align-items: center;
    gap: 1rem;
  }
  .reserve_page_logo {
    display: none;
  }
  .reserve_page_ttl {
    font-size: 1.7rem;
    min-width: 0;
  }
  .reserve_coming {
    min-height: calc(100vh - 20rem);
    padding: 4rem 0 6rem;
  }
  .reserve_coming_en {
    margin-bottom: 4rem;
    font-size: 2.8rem;
  }
  .reserve_coming_body p {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    line-height: 2;
  }
}

@media print, screen and (min-width: 768px) {
  .reserve_page_head {
    padding-bottom: 1.4rem;
  }
  .reserve_page_ttl {
    font-size: 2rem;
  }
  .reserve_page_logo img {
    width: 22rem;
  }
  .reserve_coming_en {
    margin-bottom: 4.5rem;
    font-size: 4.8rem;
    letter-spacing: 0.28em;
  }
  .reserve_coming_body p {
    font-size: 1.8rem;
    line-height: 2.3;
  }
}
