@charset "UTF-8";
/* CSS Document */
/*-------
  全体
--------*/
body {
  word-wrap: break-word;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #fff;
  color: #000;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}

/*-------
  header
--------*/
.header_outer {
  box-sizing: border-box;
  width: 100%;
  overflow-x: clip;
}
.header_inner {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1040px;
  height: auto;
  height: auto;
  margin: auto;
  padding: 10px 20px 0px 20px;
}
.header_logo {
  display: flex;
  position: absolute;
  top: 10px;
  left: 20px;
  align-items: center;
}
.header_logo a {
  color: #000;
}
.header_logo img {
  width: 160px;
}
.header_logo span {
  margin-left: 20px;
  font-size: clamp(12px, 1.2vw, 16px);
}
.header_event-outer {
  z-index: 99;
  position: absolute;
  top: 0;
  right: 20px;
}
.header_event-button {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 120px;
  height: 140px;
  padding: 10px 5px;
  border-radius: 0 0 60px 60px;
  background-color: #CBB670;
  color: #ffffff;
}
.header_event-button span {
  display: block;
  margin: 5px 0;
  font-size: 14px;
}

.pc-menu_outer {
  padding: 10px 140px 0 0;
}

.upper-nav_list {
  display: flex;
  justify-content: flex-end;
}
.upper-nav_item + .upper-nav_item {
  margin-left: 20px;
}
.upper-nav_item a {
  display: inline-block;
  position: relative;
  height: 40px;
  padding: 0 25px 0 20px;
  border-radius: 20px;
  background-color: #F8F6EF;
  color: #000;
  line-height: 40px;
}
.upper-nav_item a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url("../img/cmn/arrow_single.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.g-nav_list {
  display: flex;
  z-index: 1;
  position: relative;
  margin-top: 20px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.g-nav_list::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 200vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #F8F6EF;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.2);
  content: "";
}
.g-nav_item {
  z-index: 3;
  width: 16.6666666667%;
}
.g-nav_item + .g-nav_item {
  border-left: 1px solid #ffffff;
}
.g-nav_item:first-of-type {
  border-left: 1px solid #ffffff;
}
.g-nav_item:last-of-type {
  border-right: 1px solid #ffffff;
}
.g-nav_link {
  display: block;
  padding: 15px 0;
  background-color: #F8F6EF;
  color: #000;
  font-size: clamp(12px, 1.2vw, 16px);
  text-align: center;
}

.sp-menu_outer {
  display: none;
}
.sp-menu_list {
  box-sizing: border-box;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 10px;
}
.sp-menu_item {
  width: 100%;
  height: 80px;
}
.sp-menu_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #F8F6EF;
  box-shadow: 0 6px 0 #DBD7C7;
  color: #000;
  font-size: 12px;
}
.sp-menu_link img {
  -o-object-fit: contain;
  display: block;
  height: 35%;
  margin-bottom: 10px;
     object-fit: contain;
}
.sp-menu_link.-sale {
  background-color: #CBB670;
  box-shadow: 0 6px 0 #A09059;
  color: #ffffff;
}
.sp-menu_link-bnr {
  grid-template-columns: repeat(2, 1fr);
}
.sp-menu_bottom-list {
  box-sizing: border-box;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  gap: 10px;
}
.sp-menu_bottom-item {
  width: 100%;
  height: 40px;
}
.sp-menu_bottom-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #F8F6EF;
  box-shadow: 0 6px 0 #DBD7C7;
  color: #000;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}
.sp-menu_bottom-link:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url("../img/cmn/arrow_single.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.sp-menu_bottom-link.-first {
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 11px;
  text-align: left;
}

/*-------
  animation
--------*/
/* ページ全体ロードアニメーション */
.load-fade {
  display: none;
}

.anime-fadein {
  overflow: hidden;
  opacity: 0;
  transition: 2.5s ease-in-out;
}
.anime-fadein.on {
  overflow: hidden;
  opacity: 1;
}

.anime-fadein-up {
  overflow: hidden;
  transform: translateY(60px);
  opacity: 0;
  transition: 2.5s ease-in-out;
}
.anime-fadein-up.on {
  overflow: hidden;
  transform: translateY(0);
  opacity: 1;
}

.anime-fadein-right {
  overflow: hidden;
  transform: translateX(60px);
  filter: alpha(opacity=0);
  opacity: 0;
  transition: 2.5s ease-in-out;
}
.anime-fadein-right.on {
  position: static;
  overflow: hidden;
  transform: translateX(0);
  filter: alpha(opacity=100);
  opacity: 1;
}

.anime-fadein-left {
  overflow: hidden;
  transform: translateX(-60px);
  filter: alpha(opacity=0);
  opacity: 0;
  transition: 2.5s ease-in-out;
}
.anime-fadein-left.on {
  overflow: hidden;
  transform: translateX(0);
  filter: alpha(opacity=100);
  opacity: 1;
}

/*-------
  top
--------*/
.top-block_outer {
  box-sizing: border-box;
  width: 100%;
  padding: 40px 0;
}
.top-block_inner {
  box-sizing: border-box;
  max-width: 1040px;
  height: auto;
  margin: auto;
  padding: 0px 20px 80px 20px;
}
.top-block_inner-abs {
  position: relative;
}
.top-block_line {
  border-bottom: 1px solid #CBB670;
}
.top-block_flex {
  display: flex;
  justify-content: space-between;
}
.top-block_flex-item {
  justify-content: space-between;
  width: calc((100% - 40px) / 2);
}
.top-block_title {
  margin-bottom: 40px;
  font-size: clamp(1.25rem, 0.883rem + 1.59vw, 1.875rem);
}
.top-block_button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 250px;
  height: 50px;
  padding: 0 30px;
  border-radius: 25px;
  background-color: #CBB670;
  color: #ffffff;
  line-height: 50px;
  text-align: left;
}
.top-block_button::after {
  width: 24px;
  height: 24px;
  background-image: url("../img/cmn/arrow_wc.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.top-block_button-outer {
  position: absolute;
  top: 0;
  right: 20px;
}

.mv-top_outer {
  width: 100%;
  background-color: #F8F6EF;
}
.mv-top_inner {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
.mv-top_slider {
  z-index: 1;
  position: relative;
  aspect-ratio: 900/440;
  width: 100%;
  overflow: hidden;
}
.mv-top_slider div img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.mv-top_slider-outer {
  display: flex;
  z-index: 1;
  position: relative;
  flex: 9;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
}
.mv-top_slider-function {
  box-sizing: border-box;
  display: flex;
  z-index: 1;
  flex-grow: 1;
  align-items: center;
  align-self: stretch;
  justify-content: flex-end;
  padding: 10px;
  background-color: #D8D2BD;
  color: #ffffff;
}
.mv-top_slider-count {
  margin-right: 10px;
}
.mv-top_slider-current {
  font-style: normal;
  font-weight: 400;
  font-size: clamp(26px, 1.2vw, 30px);
  font-family: "montserrat";
}
.mv-top_slider-total {
  font-style: normal;
  font-weight: 400;
  font-size: clamp(18px, 1.2vw, 22px);
  font-family: "montserrat";
  letter-spacing: 0.5em;
}
.mv-top_slider-arrows {
  display: flex;
}
.mv-top_slider-prev, .mv-top_slider-next, .mv-top_slider-stop, .mv-top_slider-play {
  z-index: 1;
  width: 24px;
  height: 24px;
  border: none;
  border: none;
  outline: none;
  outline: none;
  background: transparent url("../img/top/icon_s_arrow.svg") no-repeat center/contain;
  font-size: 0;
  font-size: 0;
  cursor: pointer;
}
.mv-top_slider-prev {
  margin-right: 10px;
  transform: scaleX(-1);
}
.mv-top_slider-next {
  margin-right: 10px;
}
.mv-top_slider-stop {
  margin-right: 10px;
  background: transparent url("../img/top/icon_s_stop.svg") no-repeat center/contain;
}
.mv-top_slider-play {
  background: transparent url("../img/top/icon_s_play.svg") no-repeat center/contain;
}
.mv-top_info-outer {
  box-sizing: border-box;
  display: flex;
  flex: 5;
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  height: 100%;
  padding: 2%;
  background-color: #F8F6EF;
}
.mv-top_info-title {
  margin-bottom: 3%;
  font-size: clamp(20px, 1.2vw, 24px);
}
.mv-top_info-title span {
  color: #8D8D8D;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(10px, 1.2vw, 14px);
  font-family: "montserrat";
}
.mv-top_info-list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: 1fr 1fr;
  height: 100%;
  gap: 5%;
}
.mv-top_info-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 3/1.5;
  height: 100%;
}
.mv-top_info-list li p {
  margin: 0;
  font-size: clamp(12px, 1.2vw, 16px);
}
.mv-top_info-list li p span {
  display: block;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #CBB670;
  font-size: clamp(11px, 1.2vw, 13px);
}
.mv-top_info-button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2% 5%;
  border-radius: 10px;
  background-color: #ffffff;
  color: #000;
  font-size: clamp(12px, 1.2vw, 16px);
}
.mv-top_info-button.-sale {
  background-color: #CBB670;
  color: #ffffff;
}
.mv-top_info-button img {
  width: auto;
  height: 40%;
  margin-right: 5%;
}

.top-news_outer {
  box-sizing: border-box;
  width: 100%;
  padding: 15px 0;
}
.top-news_inner {
  box-sizing: border-box;
  display: flex;
  max-width: 1040px;
  height: auto;
  margin: auto;
  padding: 0 20px;
  gap: 20px;
}
.top-news_slider {
  width: 100%;
  overflow: hidden;
}
.top-news_slider .slick-slide {
  display: flex;
  align-items: center;
}
.top-news_slider .slick-track {
  display: block !important;
}
.top-news_slider .slick-list {
  align-items: center;
}
.top-news_slider div {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
}
.top-news_slider div + div {
  margin-top: 7px;
}
.top-news_slider div a {
  color: #000;
}
.top-news_slider div p {
  margin-right: 10px;
  color: #CBB670;
  line-height: 1;
}
.top-news_slider-item {
  display: flex;
  height: 100%;
}
.top-news_side {
  display: flex;
  justify-content: end;
}
.top-news_count {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #F8F6EF;
  color: #CBB670;
  font-style: normal;
  font-weight: 400;
  font-family: "montserrat";
}
.top-news_current {
  font-size: 20px;
}
.top-news_total {
  font-size: 14px;
}
.top-news_arrows {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: 40px;
  margin-left: 10px;
}
.top-news_prev, .top-news_next {
  z-index: 1;
  width: 18px;
  height: 18px;
  border: none;
  border: none;
  outline: none;
  outline: none;
  background: transparent url("../img/top/arrow_news.svg") no-repeat center/contain;
  font-size: 0;
  font-size: 0;
  cursor: pointer;
}
.top-news_next {
  transform: scaleY(-1);
}

.pickup_slider {
  box-sizing: border-box;
  position: relative;
  padding: 0 50px 30px 50px;
}
.pickup_slider .webshop-bnr_prev {
  top: 50px;
  left: 0;
  width: 25px;
}
.pickup_slider .webshop-bnr_next {
  top: 50px;
  right: 0;
  width: 25px;
}
.pickup_slider .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.pickup_slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.pickup_slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}
.pickup_slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #CBB670;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  opacity: 1;
}
.pickup_slider .slick-dots li.slick-active button:before {
  border-color: #CBB670;
  background-color: #CBB670;
}
.pickup_slider .slick-dots li button:before {
  font-size: 0;
  line-height: 0;
}
.pickup_item + .pickup_item {
  margin-right: 30px;
}
.pickup_item img {
  display: block;
  border-radius: 10px;
}
.pickup_title {
  margin: 10px 0;
}
.pickup_info {
  font-size: 14px;
}
.pickup_info + .pickup_info {
  margin-top: 10px;
}
.pickup_info span {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  color: #CBB670;
}
.pickup_info span:after {
  position: absolute;
  top: 0;
  right: 0px;
  width: 1px;
  height: 100%;
  background-color: #CBB670;
  content: "";
}

.today_title {
  display: flex;
}
.today_data {
  display: flex;
  align-items: center;
  margin-left: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.25rem, 0.883rem + 1.59vw, 1.875rem);
  font-family: "montserrat";
}
.today_data::before {
  width: 1px;
  height: 100%;
  margin-right: 15px;
  background-color: #000;
  content: "";
}
.today_data span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border-radius: 6px;
  background-color: #CBB670;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}
.today_item {
  padding: 25px 25px 25px 25px;
}
.today_item + .today_item {
  border-top: 1px solid #DBD7C7;
}
.today_item:first-of-type {
  border-top: 1px solid #DBD7C7;
}
.today_item:last-of-type {
  border-bottom: 1px solid #DBD7C7;
}
.today_text {
  display: flex;
  align-items: center;
}
.today_text::before {
  width: 27px;
  height: 22px;
  margin-right: 10px;
  background-image: url("../img/top/icon_today.svg");
  content: "";
}

.top-sale_title {
  display: flex;
  align-items: center;
}
.top-sale_data {
  color: #CBB670;
  font-size: 20px;
}

.webmember_outer {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 10px 0 30px 0;
  padding: 40px;
  border-radius: 10px;
  background-color: #F8F6EF;
}
.webmember_list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  width: 100%;
  gap: 15px;
}
.webmember_item a {
  display: flex;
  width: 100%;
  height: 100px;
  border-radius: 5px;
  background-color: #FFFCE2;
  box-shadow: 0 5px 0 #EAE7CC;
  color: #000;
}
.webmember_item a span {
  display: block;
  margin: auto;
  text-align: center;
}
.webmember_item:first-of-type a {
  background-color: #FFD3D3;
  box-shadow: 0 5px 0 #E8BDBD;
}
.webmember_item:first-of-type a span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.webmember_item:first-of-type a span::before {
  width: 78px;
  height: 68px;
  transform: scaleX(-1);
  background-image: url("../img/top/bg_webm.svg");
  content: "";
}
.webmember_item:first-of-type a span::after {
  width: 78px;
  height: 68px;
  background-image: url("../img/top/bg_webm.svg");
  content: "";
}
.webmember_item:nth-child(2), .webmember_item:nth-child(3) {
  flex: 1;
}
.webmember_title {
  display: flex;
  flex-shrink: 0;
  font-size: 22px;
}
.webmember_title::after {
  width: 31px;
  height: 70px;
  margin: 0 20px;
  background-image: url("../img/top/arrow_webm.svg");
  content: "";
}
.webmember_button-outer .top-block_button {
  margin-left: auto;
  background-color: #FFD3D3;
  color: #000;
}

.gourmet_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.gourmet_item a {
  display: flex;
  position: relative;
  align-items: center;
  height: 130px;
  border-radius: 10px;
  background-color: #F0AA84;
  box-shadow: 0 8px 0 #C98763;
  color: #ffffff;
  font-size: clamp(1rem, -1.5rem + 25vw, 1.625rem);
}
.gourmet_item a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-image: url("../img/cmn/arrow_wc.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.gourmet_item a h3 {
  margin-left: 20px;
}
.gourmet_item a img {
  -o-object-fit: cover;
  display: block;
  aspect-ratio: 1/1;
  width: 35%;
  height: 100%;
  overflow: hidden;
     object-fit: cover;
  border-radius: 10px 0 0 10px;
}
.gourmet_item-gold a {
  background-color: #ade2cd;
  box-shadow: 0 8px 0 #a0c3b5;
}

.top-about_outer {
  margin-bottom: 80px;
  background-image: url("../img/top/bg_about.svg");
  background-repeat: repeat;
}
.top-about_outer .page-button_three-outer {
  grid-row: 3/4;
  grid-column: 1/3;
  margin-top: 0;
}
.top-about_inner {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 3fr 1fr;
  padding: 40px 20px 40px 20px;
  gap: 30px 10px;
}
.top-about_title {
  grid-row: 1/2;
  grid-column: 1/2;
  color: #CBB670;
  font-size: clamp(24px, 3.4vw, 40px);
}
.top-about_img {
  grid-row: 1/3;
  grid-column: 2/3;
  width: 100%;
  height: 100%;
}
.top-about_img img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
     object-fit: contain;
}
.top-about_textarea {
  grid-row: 2/3;
  grid-column: 1/2;
}
.top-about_text {
  color: #000;
  font-style: normal;
  font-weight: 200;
  line-height: 2;
}
.top-about_text + .top-about_text {
  margin-top: 10px;
}
.top-about_text span {
  color: #CBB670;
  font-weight: 600;
}
.top-link_recruit-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  border-radius: 10px;
  background-color: #CBB670;
  box-shadow: 0 6px 0 #A09059;
  color: #ffffff;
  font-size: 14px;
}
.top-link_recruit-button::after {
  width: 50%;
  height: 100%;
  border-radius: 0 10px 10px 0;
  background-image: url("../img/top/recruite.jpg");
  background-position: center;
  background-size: cover;
  content: "";
  clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%);
}
.top-link_recruit-button p {
  margin-left: 40px;
  font-size: clamp(22px, 3.4vw, 32px);
}
.top-link_recruit-button p span {
  display: block;
  font-size: clamp(12px, 3.4vw, 16px);
}
.top-link_recruit-button img {
  -o-object-fit: cover;
  width: 40%;
  height: 100%;
     object-fit: cover;
}
.top-link_list {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: repeat(5, 1fr);
  margin: 30px 0;
  gap: 20px 30px;
}
.top-link_button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 120px;
  border-radius: 10px;
  background-color: #F8F6EF;
  box-shadow: 0 6px 0 #DBD7C7;
  color: #000;
  font-size: 14px;
}
.top-link_button img {
  height: 40px;
  margin-bottom: 10px;
}
.top-link_button.-sale {
  background-color: #CBB670;
  box-shadow: 0 6px 0 #A09059;
  color: #ffffff;
}
.top-link_bottom {
  display: flex;
  gap: 30px;
}
.top-link_bottom-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  border-radius: 10px;
  background-color: #F8F6EF;
  box-shadow: 0 6px 0 #DBD7C7;
  color: #000;
  font-size: clamp(0.875rem, 0.5rem + 5vw, 1rem);
}
.top-link_bottom-button p {
  margin-left: 20px;
  font-size: clamp(0.875rem, 0.5rem + 5vw, 1rem);
}
.top-link_bottom-button p span {
  display: block;
  font-size: 14px;
}
.top-link_bottom-button::after {
  width: 45%;
  height: 100%;
  border-radius: 0 10px 10px 0;
  background-image: url("../img/top/enjoy.jpg");
  background-position: center;
  background-size: cover;
  content: "";
  clip-path: polygon(8px 0, 100% 0, 100% 100%, 0 100%);
}
.top-link_bottom-button:last-of-type:after {
  background-image: url("../img/top/re-enro.jpg");
}

/*-------
  subpage
--------*/
.mv-page_outer {
  display: flex;
  z-index: 0;
  position: relative;
  width: 100%;
  height: 260px;
  background-image: url("../img/cmn/bg_page_mv.jpg");
  background-position: center;
  background-size: cover;
}
.mv-page_outer:before {
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.7);
  content: "";
}
.mv-page_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv-page_title {
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #000;
  font-size: clamp(1.375rem, 1.14rem + 1.18vw, 1.875rem);
  letter-spacing: 0.09em;
}

.page-block_outer {
  box-sizing: border-box;
  width: 100%;
  padding: 100px 0;
}
.page-block_outer.-bg {
  background-color: #F8F6EF;
}
.page-block_outer.-bg-m {
  margin-bottom: 100px;
}
.page-block_outer.-sale75anv {
  background-image: linear-gradient(0deg, #ecd590, #fef7e1);
}
.page-block_inner {
  box-sizing: border-box;
  max-width: 1040px;
  height: auto;
  margin: auto;
  padding: 0 20px;
}
.page-block_inner + .page-block_inner {
  margin-top: 100px;
}
.page-block_inner.-margin {
  margin-top: 100px;
}
.page-block_title {
  margin-bottom: 50px;
  font-size: clamp(1.25rem, 1.015rem + 1.18vw, 1.75rem);
  letter-spacing: 0.1em;
  text-align: center;
}
.page-block_title span {
  display: block;
  margin-bottom: 10px;
  color: #CBB670;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-family: "montserrat";
  letter-spacing: 0.05em;
}
.page-block_title-second {
  margin-bottom: 30px;
  font-size: 24px;
}
.page-block_abreast-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 26px;
}
.page-block_abreast-title span {
  display: block;
  margin-left: 10px;
  color: #CBB670;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-family: "montserrat";
}
.page-block_button-outer {
  max-width: 300px;
  margin-top: 30px;
}
.page-block_cmn-button {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background-color: #CBB670;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
}
.page-block_cmn-button::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  transform: translateY(-50%);
  background-image: url("../img/cmn/arrow_wb.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.page-block_link-outer {
  width: 100%;
  max-width: 300px;
  margin-top: 20px;
}
.page-block_link {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid #CBB670;
  color: #CBB670;
  line-height: 40px;
  text-align: left;
}
.page-block_link::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  transform: translateY(-50%);
  background-image: url("../img/cmn/arrow_gc.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.page-block_link._black {
  color: #000;
}
.page-block_img-outer {
  display: block;
  margin-top: 10px;
}
.page-block_text {
  font-weight: 400;
  line-height: 1.9;
}
.page-block_text + .page-block_text {
  margin-top: 10px;
}
.page-block_text.-red {
  color: #AC5151;
}
.page-block_text.-center {
  text-align: center;
}
.page-block_text.-bold {
  font-weight: 600;
}
.page-block_text.-small {
  font-size: 14px;
  line-height: 1.4;
}
.page-block_bg-box {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 50px;
  border-radius: 20px;
  background-color: #F8F6EF;
}
.page-block_bg-box.-base-color {
  background-color: #ffffff;
}
.page-block_bg-box.-border {
  border: 1px solid #CBB670;
}
.page-block_bg-box .-grid {
  display: grid;
  grid-template-columns: 2fr auto;
  gap: 20px;
}
.page-block_attn-list {
  font-size: 14px;
}
.page-block_attn-list li {
  display: flex;
  line-height: 1.2;
}
.page-block_attn-list li + li {
  margin-top: 5px;
}
.page-block_attn-list li::before {
  content: "※";
  font-size: 14px;
}
.page-block_cmn-list li {
  display: flex;
  line-height: 1.2;
}
.page-block_cmn-list li + li {
  margin-top: 5px;
}
.page-block_cmn-list li::before {
  display: block;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-right: 3px;
  border-radius: 7px;
  background-color: #CBB670;
  content: "";
}
.page-block_flex {
  display: flex;
  justify-content: space-between;
  overflow-x: hidden;
}
.page-block_flex + .page-block_flex {
  margin-top: 50px;
}
.page-block_flex.-stretch {
  align-items: stretch;
}
.page-block_flex-item {
  width: calc((100% - 40px) / 2);
}
.page-block_flex-item.-outside-left {
  flex: 1;
  margin-right: 40px;
  margin-left: calc(50% - 50vw);
}
.page-block_flex-item.-outside-right {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 40px;
}
.page-button_two-outer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  gap: 20px;
}
.page-button_three-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 70px;
  padding: 0 20px;
  gap: 20px;
  list-style: none;
}
.page-button_three-outer:has(div:nth-child(4)) {
  justify-content: flex-start;
}
.page-button_three-outer div {
  width: calc((100% - 40px) / 3);
}

.u-mt-30 {
  margin-top: 30px;
}
.u-mt-10 {
  margin-top: 10px;
}
.u-pr-20 {
  padding-left: 15px;
}

.page-block_two-table {
  width: 100%;
}
.page-block_two-table tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-right: 1px solid #CBB670;
  border-bottom: 1px solid #CBB670;
  border-left: 1px solid #CBB670;
}
.page-block_two-table tr:first-of-type {
  border-top: 1px solid #CBB670;
}
.page-block_two-table th {
  border-right: 1px solid #CBB670;
  background-color: #F8F6EF;
}
.page-block_two-table th, .page-block_two-table td {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 15px;
}
.page-block_head-table {
  width: 100%;
}
.page-block_head-table tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #CBB670;
  border-left: 1px solid #CBB670;
}
.page-block_head-table tr:first-of-type {
  border-top: 1px solid #CBB670;
}
.page-block_head-table th {
  background-color: #F8F6EF;
}
.page-block_head-table th, .page-block_head-table td {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 15px;
  border-right: 1px solid #CBB670;
}

.three-table {
  width: 100%;
}
.three-table tr {
  display: grid;
  grid-template-columns: 1fr 1fr 4fr;
  gap: 10px;
  border-bottom: 1px solid #ccc;
}
.three-table tr:first-of-type {
  border-top: 1px solid #ccc;
}
.three-table th, .three-table td {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 15px;
}
.three-table.-history {
  font-weight: 200;
}
.three-table.-history th:first-of-type {
  text-align: right;
}
.three-table.-history th:last-of-type {
  padding: 15px 20px;
}

.switching-dl {
  width: 100%;
}
.switching-dl:last-of-type {
  border-bottom: 1px solid #9F9F9F;
}
.switching-dl_dt {
  box-sizing: border-box;
  width: 100%;
  padding: 30px 5px;
  border-top: 1px solid #9F9F9F;
  cursor: pointer;
}
.switching-dl_dt span {
  padding-right: 5px;
  color: #CBB670;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-family: "montserrat";
}
.switching-dl_dd {
  box-sizing: border-box;
  display: none;
  width: 100%;
  padding: 30px 5px;
  border-top: 1px solid #F8F6EF;
}
.switching-dl_dd span {
  padding-right: 5px;
  color: #CBB670;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  font-family: "montserrat";
}

.sale_list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.sale_item img {
  width: 100%;
}
.sale_text {
  padding: 5px 0;
  background-color: #000;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
.sale_note {
  margin-top: 40px;
}
.sale_note span {
  color: #CBB670;
}

.page-block_link-outer.-sale-page {
  margin-left: auto;
}

.webshop-bnr_slider {
  position: relative;
  margin: 40px 40px 0 40px;
  margin-top: 40px;
}
.webshop-bnr_slider .slick-slide {
  margin: 0 10px;
}
.webshop-bnr_slider .slick-dots {
  bottom: -30px;
}
.webshop-bnr_slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.webshop-bnr_slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}
.webshop-bnr_slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #CBB670;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  opacity: 1;
}
.webshop-bnr_slider .slick-dots li.slick-active button:before {
  border-color: #CBB670;
  background-color: #CBB670;
}
.webshop-bnr_slider .slick-dots li button:before {
  font-size: 0;
  line-height: 0;
}
.webshop-bnr_prev, .webshop-bnr_next {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 30px; /* svgのサイズに合わせて調整 */
  height: 148px; /* svgのサイズに合わせて調整 */
  border: none;
  border: none;
  outline: none;
  outline: none;
  background: transparent url("../img/top/arrow_slider.svg") no-repeat center/contain;
  font-size: 0;
  font-size: 0; /* デフォルトの矢印テキストを消す */
  cursor: pointer;
}
.webshop-bnr_prev {
  left: -40px;
  transform: scaleX(-1);
}
.webshop-bnr_next {
  right: -40px;
}

.access_block-outer {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.access_block-outer .page-block_link-outer {
  margin-left: auto;
}
.access_map {
  box-sizing: border-box;
  width: 55%;
}
.access_map-img {
  box-sizing: border-box;
  display: block;
  padding: 10px;
  border: 1px solid #CBB670;
}
.access_address {
  width: 40%;
}
.access_address address {
  margin: 15px 0;
  font-size: 14px;
  line-height: 2em;
}
.access_g-map {
  height: 380px;
}
.access_g-map iframe {
  width: 100%;
  height: 100%;
}
.access_button {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.access_button a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  padding: 10px;
  border: 1px solid #CBB670;
  border-radius: 40px;
  color: #000;
  text-align: center;
}
.access_button a::after {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 22px;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  transform: rotate(90deg);
  background-image: url("../img/cmn/arrow_gc.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.access_access-img {
  display: block;
  width: 80%;
  margin: auto;
}
.access_access-img + .access_access-img {
  margin-top: 30px;
}

.osyokuji_block-outer {
  display: flex;
  justify-content: space-between;
}
.osyokuji_block-outer .page-block_link-outer {
  margin-left: auto;
}
.osyokuji_head-img {
  width: 40%;
}
.osyokuji_icon-outer {
  display: flex;
  z-index: 2;
  position: absolute;
  top: 8px;
  right: 8px;
  gap: 5px;
}
.osyokuji_store-icon {
  width: 50px;
  height: auto;
}
.osyokuji_store-icon img {
  width: 100%;
  height: auto;
}
.osyokuji_store-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 20px;
}
.osyokuji_store-link {
  display: block;
  position: relative;
  color: #000;
}
.osyokuji_store-img {
  -o-object-fit: cover;
  display: block;
  z-index: 1;
  aspect-ratio: 3/2;
  width: 100%;
     object-fit: cover;
  border-radius: 10px;
}
.osyokuji_store-title {
  margin-top: 15px;
  font-size: clamp(0.813rem, 0.732rem + 0.43vw, 1rem);
  text-align: center;
}

.osyokuji-bene_table {
  width: 100%;
}
.osyokuji-bene_table tr {
  display: grid;
  grid-template-columns: 1.5fr 3fr 180px;
  border-bottom: 1px solid #CBB670;
}
.osyokuji-bene_table tr:first-of-type {
  border-top: 1px solid #CBB670;
}
.osyokuji-bene_table th {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 15px;
  border-right: 1px solid #CBB670;
  background-color: #F8F6EF;
}
.osyokuji-bene_table td {
  display: flex;
  align-items: center;
  padding: 15px;
}
.osyokuji-bene_table td .page-block_cmn-button {
  width: 150px;
  margin-left: auto;
}
.osyokuji-bene_table th, .osyokuji-bene_table td {
  box-sizing: border-box;
}

.osyokuji-single_img img {
  -o-object-fit: cover;
  aspect-ratio: 3/2;
  width: 100%;
     object-fit: cover;
  border-radius: 20px;
}
.osyokuji-single_text {
  margin-top: 40px;
}
.osyokuji-single_info-outer {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-top: 30px;
  gap: 50px 20px;
}
.osyokuji-single_info-dl {
  box-sizing: border-box;
  display: flex;
  width: 100%;
}
.osyokuji-single_info-dl dt {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  padding: 20px;
  border-radius: 10px 0 0 10px;
  background-color: #CBB670;
  color: #ffffff;
  text-align: center;
}
.osyokuji-single_info-dl dd {
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 20px;
  border: 1px solid #CBB670;
  border-radius: 0 10px 10px 0;
}
.osyokuji-single_info-li {
  border-top: 1px solid #CBB670;
}
.osyokuji-single_info-li li {
  box-sizing: border-box;
  display: flex;
  padding: 20px 10px;
  border-bottom: 1px solid #CBB670;
}
.osyokuji-single_info-li h4 {
  flex-shrink: 0;
  width: 100px;
}
.osyokuji-single_info-li p a {
  max-width: 100%;
  border-bottom: 1px solid #000;
  color: #000;
  word-break: break-all;
  overflow-wrap: unset;
  overflow-wrap: break-word;
}
.osyokuji-single_info-map iframe {
  width: 100%;
  height: 100%;
}
.osyokuji-single_sub-outer {
  margin-top: 100px;
}
.osyokuji-single_sub-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  text-align: center;
}
.osyokuji-single_sub-title:before, .osyokuji-single_sub-title:after {
  flex-grow: 1;
  margin: 0 10px;
  border-top: 1px solid #CBB670;
  content: "";
}
.osyokuji-single_sub-text {
  margin-top: 40px;
  color: #CBB670;
  font-size: 14px;
  text-align: center;
}
.osyokuji-single_menu-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  gap: 40px 35px;
}
.osyokuji-single_menu-item div {
  position: relative;
}
.osyokuji-single_menu-item div .-img {
  -o-object-fit: cover;
  display: block;
  aspect-ratio: 3/2;
  width: 100%;
     object-fit: cover;
  border-radius: 10px;
}
.osyokuji-single_menu-item span {
  display: block;
  position: absolute;
  top: -10px;
  left: 20px;
}
.osyokuji-single_menu-item .title {
  margin-top: 20px;
}
.osyokuji-single_menu-item .text {
  font-size: 14px;
}
.osyokuji-single_menu-item .price {
  color: #CBB670;
  font-style: normal;
  font-weight: 400;
  font-family: "montserrat";
  text-align: right;
}

.guide-menu_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 235px);
  justify-content: center;
  gap: 20px;
}
.guide-menu_item a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #CBB670;
  color: #CBB670;
  text-align: center;
}
.guide-time_text {
  font-style: normal;
  font-weight: 400;
  font-family: "montserrat";
  text-align: 16px;
  text-align: center;
}
.guide-main_golf {
  box-sizing: border-box;
  width: 100%;
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #9F9F9F;
}
.guide-main_outer input[type=radio] {
  display: none;
}
.guide-main_outer #pre-f1:checked ~ .guide-main_area #panel-pre1 {
  display: block !important;
}
.guide-main_outer #pre-f1:checked ~ .guide-main_area label[for=pre-f1] {
  background-color: #CBB670;
  color: #fff;
}
.guide-main_outer #pre-f2:checked ~ .guide-main_area #panel-pre2 {
  display: block !important;
}
.guide-main_outer #pre-f2:checked ~ .guide-main_area label[for=pre-f2] {
  background-color: #CBB670;
  color: #fff;
}
.guide-main_outer #pre-f3:checked ~ .guide-main_area #panel-pre3 {
  display: block !important;
}
.guide-main_outer #pre-f3:checked ~ .guide-main_area label[for=pre-f3] {
  background-color: #CBB670;
  color: #fff;
}
.guide-main_outer #pre-f4:checked ~ .guide-main_area #panel-pre4 {
  display: block !important;
}
.guide-main_outer #pre-f4:checked ~ .guide-main_area label[for=pre-f4] {
  background-color: #CBB670;
  color: #fff;
}
.guide-main_outer #pre-f5:checked ~ .guide-main_area #panel-pre5 {
  display: block !important;
}
.guide-main_outer #pre-f5:checked ~ .guide-main_area label[for=pre-f5] {
  background-color: #CBB670;
  color: #fff;
}
.guide-main_outer #pre-f6:checked ~ .guide-main_area #panel-pre6 {
  display: block !important;
}
.guide-main_outer #pre-f6:checked ~ .guide-main_area label[for=pre-f6] {
  background-color: #CBB670;
  color: #fff;
}
.guide-main_outer #pre-f7:checked ~ .guide-main_area #panel-pre7 {
  display: block !important;
}
.guide-main_outer #pre-f7:checked ~ .guide-main_area label[for=pre-f7] {
  background-color: #CBB670;
  color: #fff;
}
.guide-main_outer #pre-f8:checked ~ .guide-main_area #panel-pre8 {
  display: block !important;
}
.guide-main_outer #pre-f8:checked ~ .guide-main_area label[for=pre-f8] {
  background-color: #CBB670;
  color: #fff;
}
.guide-main_outer #hon-f1:checked ~ .guide-main_area #panel-hon1 {
  display: block !important;
}
.guide-main_outer #hon-f1:checked ~ .guide-main_area label[for=hon-f1] {
  background-color: #CBB670;
  color: #fff;
}
.guide-main_outer #hon-f2:checked ~ .guide-main_area #panel-hon2 {
  display: block !important;
}
.guide-main_outer #hon-f2:checked ~ .guide-main_area label[for=hon-f2] {
  background-color: #CBB670;
  color: #fff;
}
.guide-main_outer #hon-f3:checked ~ .guide-main_area #panel-hon3 {
  display: block !important;
}
.guide-main_outer #hon-f3:checked ~ .guide-main_area label[for=hon-f3] {
  background-color: #CBB670;
  color: #fff;
}
.guide-main_outer #hon-f4:checked ~ .guide-main_area #panel-hon4 {
  display: block !important;
}
.guide-main_outer #hon-f4:checked ~ .guide-main_area label[for=hon-f4] {
  background-color: #CBB670;
  color: #fff;
}
.guide-main_outer #hon-f5:checked ~ .guide-main_area #panel-hon5 {
  display: block !important;
}
.guide-main_outer #hon-f5:checked ~ .guide-main_area label[for=hon-f5] {
  background-color: #CBB670;
  color: #fff;
}
.guide-main_outer #hon-f6:checked ~ .guide-main_area #panel-hon6 {
  display: block !important;
}
.guide-main_outer #hon-f6:checked ~ .guide-main_area label[for=hon-f6] {
  background-color: #CBB670;
  color: #fff;
}
.guide-main_outer #hon-f7:checked ~ .guide-main_area #panel-hon7 {
  display: block !important;
}
.guide-main_outer #hon-f7:checked ~ .guide-main_area label[for=hon-f7] {
  background-color: #CBB670;
  color: #fff;
}
.guide-main_outer #hon-f8:checked ~ .guide-main_area #panel-hon8 {
  display: block !important;
}
.guide-main_outer #hon-f8:checked ~ .guide-main_area label[for=hon-f8] {
  background-color: #CBB670;
  color: #fff;
}
.guide-main_outer #hon-f9:checked ~ .guide-main_area #panel-hon9 {
  display: block !important;
}
.guide-main_outer #hon-f9:checked ~ .guide-main_area label[for=hon-f9] {
  background-color: #CBB670;
  color: #fff;
}
.guide-main_outer #ma-f1:checked ~ .guide-main_area #panel-ma1 {
  display: block !important;
}
.guide-main_outer #ma-f1:checked ~ .guide-main_area label[for=ma-f1] {
  background-color: #D996B4;
  color: #fff;
}
.guide-main_outer #ma-f2:checked ~ .guide-main_area #panel-ma2 {
  display: block !important;
}
.guide-main_outer #ma-f2:checked ~ .guide-main_area label[for=ma-f2] {
  background-color: #D996B4;
  color: #fff;
}
.guide-main_outer #ma-f3:checked ~ .guide-main_area #panel-ma3 {
  display: block !important;
}
.guide-main_outer #ma-f3:checked ~ .guide-main_area label[for=ma-f3] {
  background-color: #D996B4;
  color: #fff;
}
.guide-main_outer #ma-f4:checked ~ .guide-main_area #panel-ma4 {
  display: block !important;
}
.guide-main_outer #ma-f4:checked ~ .guide-main_area label[for=ma-f4] {
  background-color: #D996B4;
  color: #fff;
}
.guide-main_outer #ma-f5:checked ~ .guide-main_area #panel-ma5 {
  display: block !important;
}
.guide-main_outer #ma-f5:checked ~ .guide-main_area label[for=ma-f5] {
  background-color: #CBB670;
  color: #fff;
}
.guide-main_outer #ma-f6:checked ~ .guide-main_area #panel-ma6 {
  display: block !important;
}
.guide-main_outer #ma-f6:checked ~ .guide-main_area label[for=ma-f6] {
  background-color: #CBB670;
  color: #fff;
}
.guide-main_outer #ma-f7:checked ~ .guide-main_area #panel-ma7 {
  display: block !important;
}
.guide-main_outer #ma-f7:checked ~ .guide-main_area label[for=ma-f7] {
  background-color: #CBB670;
  color: #fff;
}
.guide-main_outer #ma-f8:checked ~ .guide-main_area #panel-ma8 {
  display: block !important;
}
.guide-main_outer #ma-f8:checked ~ .guide-main_area label[for=ma-f8] {
  background-color: #CBB670;
  color: #fff;
}
.guide-main_outer #ma-f9:checked ~ .guide-main_area #panel-ma9 {
  display: block !important;
}
.guide-main_outer #ma-f9:checked ~ .guide-main_area label[for=ma-f9] {
  background-color: #CBB670;
  color: #fff;
}
.guide-main_area {
  display: flex;
  position: relative;
  align-items: flex-start;
  margin-top: 30px;
}
.guide-main_panel {
  box-sizing: border-box;
  display: none;
  width: 840px;
  padding: 30px;
  border: 1px solid #9F9F9F;
}
.guide-main_title {
  box-sizing: border-box;
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
  padding: 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CBB670;
  font-size: 30px;
}
.guide-main_title .numbers {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  font-family: "montserrat";
}
.guide-main_title .floors {
  display: block;
  margin-right: 15px;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  font-size: 30px;
  font-family: "montserrat";
}
.guide-main_title.-marge {
  border-bottom: 1px solid #DD99B8;
}
.guide-main_title.-golf {
  border-bottom: 1px solid #15A035;
}
.guide-main_title.-golf-p {
  position: relative;
}
.guide-main_title.-golf-p .golf-label {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  align-self: center;
  width: 140px;
  padding: 0 40px;
  transform: translateY(-50%);
  background-color: #15A035;
  color: #ffffff;
  font-size: 16px;
}
.guide-main_contents {
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  background-color: #F8F6EF;
}
.guide-main_contents + .guide-main_contents {
  margin-top: 10px;
}
.guide-main_contents h5 {
  font-size: 18px;
  white-space: nowrap;
}
.guide-main_contents p {
  font-weight: 200;
}
.guide-main_contents.-flex {
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
.guide-main_contents.-flex h5 {
  margin-right: 10px;
}
.guide-main_contents.-marge {
  background-color: #F4E7EC;
}
.guide-main_side {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  margin-left: 40px;
  gap: 10px;
}
.guide-main_side label {
  box-sizing: border-box;
  display: block;
  flex-grow: 0;
  flex-grow: 0;
  width: 110px;
  height: 52px;
  padding: 5px 0px;
  border: 1px solid #CBB670;
  font-style: normal;
  font-weight: 400;
  font-family: "montserrat";
  text-align: center;
  cursor: pointer;
}
.guide-main_side label span {
  font-size: 24px;
}
.guide-main_side label.-marge {
  border: 1px solid #DD99B8;
}
.guide-main_side .side-group {
  display: flex;
  gap: 0 10px;
}
.guide-main_side .side-group .side-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
.guide-main_side .side-group.-kagu .side-label {
  background-color: #CBB670;
}
.guide-main_side .side-group.-marge .side-label {
  background-color: #DD99B8;
}
.guide-main_side .side-group .side-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.guide-info_outer {
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  width: 100%;
  margin-top: 30px;
  padding: 40px;
  gap: 20px 30px;
  background-color: #F8F6EF;
}
.guide-info_outer p {
  display: block;
  grid-row: 2/3;
  grid-column: 1/2;
  font-weight: 200;
}
.guide-info_outer img {
  display: block;
  grid-row: 1/3;
  grid-column: 2/3;
}
.guide-info_title {
  position: relative;
  grid-row: 1/2;
  grid-column: 1/2;
  padding-left: 40px;
  font-size: 20px;
}
.guide-info_title::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url("../img/cmn/icon_atten.svg");
  background-size: contain;
  content: "";
}

.guide-icon_list {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.guide-icon_list li + li {
  margin-left: 10px;
}

.sale-page_outer {
  position: relative;
  padding: 50px 40px;
  border: 1px solid #9F9F9F;
}
.sale-page_outer + .sale-page_outer {
  margin-top: 100px;
}
.sale-page_outer:first-of-type {
  margin-top: 100px;
}
.sale-page_outer.-iihhi {
  border: none;
  background-color: #F8F6EF;
}
.sale-page_outer.-iihhi .sale-page_title {
  position: relative;
  top: 0;
  margin-bottom: 30px;
  background-color: transparent;
  color: #AC5151;
  text-align: center;
}
.sale-page_outer.-iihhi .sale-page_title span {
  background-color: #AC5151;
}
.sale-page_title {
  display: inline-block;
  position: absolute;
  top: -30px;
  left: 50%;
  padding: 0 30px;
  transform: translateX(-50%);
  background-color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.25rem, 0.929rem + 1.71vw, 2rem);
  font-family: "montserrat";
  text-align: center;
}
.sale-page_title span {
  display: inline-block;
  width: 52px;
  height: 52px;
  margin-right: 10px;
  border-radius: 10px;
  background-color: #CBB670;
  color: #ffffff;
  line-height: 52px;
}

.webshop-sale_text-outer {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px;
  background-color: #F8F6EF;
}
.webshop-sale_text {
  display: flex;
  align-items: center;
  text-align: center;
}
.webshop-sale_text::before {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url("../img/cmn/icon_atten.svg");
  background-size: contain;
  content: "";
}
.webshop-sale_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  gap: 40px;
}

.calendar_outer {
  margin-top: 80px;
}
.calendar_area {
  position: relative;
  width: 100%;
}
.calendar_nav {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.calendar_nav button {
  box-sizing: border-box;
  display: flex;
  position: relative;
  align-items: center;
  width: 160px;
  padding: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #CBB670;
  color: #CBB670;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.calendar_nav button.is-active {
  background-color: #F8F6EF;
}
.calendar_nav button::after {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 8px;
  width: 18px;
  height: 18px;
  background-image: url("../img/cmn/arrow_gc.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.calendar_panel {
  display: none;
  margin-top: 30px;
}
.calendar_panel.is-show {
  display: block;
  animation: fadeIn 0.5s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.calendar_panel img {
  display: block;
  width: 80%;
  margin: auto;
}

.eventday_table {
  width: 100%;
}
.eventday_table tr {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  border-bottom: 1px solid #CBB670;
}
.eventday_table tr:first-of-type {
  border-top: 1px solid #CBB670;
}
.eventday_table th {
  display: flex;
  align-items: center;
  min-height: 117px;
  padding: 20px;
  background-color: #F8F6EF;
}
.eventday_table td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.eventday_table td.page-block_link-outer {
  margin-top: 5px;
}
.eventday_table td.day {
  display: flex;
  align-items: center;
  border-right: 1px solid #CBB670;
  color: #CBB670;
}
.eventday_table th, .eventday_table td {
  box-sizing: border-box;
}

.info_dl {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 20% 1fr;
  width: 100%;
  border-top: 1px solid #CBB670;
}
.info_dl dt {
  padding: 20px;
  border-bottom: 1px solid #CBB670;
  background-color: #F8F6EF;
}
.info_dl dd {
  padding: 20px;
  border-bottom: 1px solid #CBB670;
}
.info_page-img img {
  display: block;
  border-radius: 20px;
}

.about_bg-img {
  width: 100%;
  height: 300px;
}
.about_bg-img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.about_title {
  line-height: 2;
}

.dining-menu_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 235px);
  justify-content: center;
  gap: 20px;
}
.dining-menu_item a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #CBB670;
  color: #CBB670;
  text-align: center;
}
.dining_info-outer {
  margin-top: 30px;
}
.dining_info-list {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-top: 1px solid #CBB670;
  font-size: 14px;
}
.dining_info-list dt, .dining_info-list dd {
  padding: 10px;
  border-bottom: 1px solid #CBB670;
}
.dining_img {
  -o-object-fit: cover;
  display: block;
  aspect-ratio: 2/1;
  width: 100%;
     object-fit: cover;
  border-radius: 20px;
}
.dining_menu-outer {
  margin-top: 50px;
}
.dining_menu-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  text-align: center;
}
.dining_menu-title:before, .dining_menu-title:after {
  flex-grow: 1;
  margin: 0 10px;
  border-top: 1px solid #CBB670;
  content: "";
}
.dining_menu-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  gap: 40px 35px;
}
.dining_menu-list div {
  position: relative;
}
.dining_menu-list div .-img {
  -o-object-fit: cover;
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
     object-fit: cover;
  border-radius: 10px;
}
.dining_menu-list span {
  display: block;
  position: absolute;
  top: -10px;
  left: 20px;
}
.dining_menu-list .title {
  margin-top: 20px;
}
.dining_menu-list .text {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #CBB670;
  font-size: 14px;
}
.dining_menu-list .price {
  font-style: normal;
  font-weight: 400;
  font-family: "montserrat";
  text-align: right;
}

.greeting_text {
  margin: 10px 0;
  text-align: right;
}
.greeting_name-img {
  display: block;
  margin-left: auto;
}

.mep_att-text {
  position: relative;
  width: 100%;
}
.mep_att-text .circle {
  display: flex;
  z-index: 2;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #CBB670;
}
.mep_att-text .circle h4 {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
}
.mep_text {
  box-sizing: border-box;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100px;
  padding: 20px 20px 20px 120px;
  border-radius: 50px;
  background-color: #F8F6EF;
}

.gold-card_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}
.gold-card_title:before, .gold-card_title:after {
  justify-content: center;
  width: 5%;
  margin: 0 10px;
  border-top: 1px solid #CBB670;
  content: "";
}
.gold-card_bene-title {
  font-weight: 200;
  font-size: 24px;
  letter-spacing: 0.2rem;
}
.gold-card_bene-title span {
  color: #CBB670;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  font-family: "montserrat";
}
.gold-card_grid {
  display: grid;
}
.gold-card_grid.-card {
  grid-template-columns: 2.5fr 1fr;
  gap: 20px;
}
.gold-card_grid.-first {
  grid-template-columns: auto 1fr;
  gap: 20px;
}
.gold-card_grid.-second {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.iroha_menu {
  display: grid;
  grid-template-columns: max-content auto;
  align-items: center;
  width: 400px;
  margin: 30px auto 0 auto;
  gap: 30px 15px;
}
.iroha_grid-outer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  gap: 20px;
}
.iroha_grid-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  gap: 20px;
}
.iroha_grid-link .page-block_link {
  font-size: 14px;
}

.webmember_merit-outer {
  display: grid;
  grid-template-columns: 212px 212px 212px;
  justify-content: center;
  margin-top: 100px;
}
.webmember_merit-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  transform: rotate(45deg);
  border: 2px solid #CBB670;
  border-radius: 10px;
  background-color: #fff;
}
.webmember_merit-item:nth-child(n+4) {
  margin-top: -30px;
  margin-left: 106px;
}
.webmember_merit-item.-gold {
  background-color: #CBB670;
}
.webmember_merit-item.-gold.content {
  color: #fff;
}
.webmember_merit-content {
  width: 140%;
  transform: rotate(-45deg);
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.recruit-page_outer .top-link_recruit-button {
  height: 200px;
}

#member-form div {
  display: flex;
  align-items: center;
  align-items: center;
  margin-top: 30px;
  gap: 10px;
}

#member-id {
  box-sizing: border-box; /* 枠線を含めたサイズ計算 */
  width: 200px;
  padding: 12px 15px;
  border: 2px solid #ddd;
  border-radius: 23px;
  font-size: 16px;
  transition: border-color 0.3s;
}

#member-id:focus {
  border-color: #A09059; /* フォーカス時に青くする */
  outline: none;
}

/* 送信ボタンのデザイン */
#submit-btn {
  width: 100px;
  padding: 12px;
  border: none;
  border-radius: 26px;
  background: #CBB670;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: white;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
}

/* ボタンにマウスを乗せた時（ホバー） */
#submit-btn:hover {
  transform: translateY(-2px); /* 少し浮き上がる */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  opacity: 0.9;
}

/* ボタンを押した瞬間 */
#submit-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#error-text {
  display: block;
}

.news_list {
  border-top: 1px solid #CBB670;
  border-bottom: 1px solid #CBB670;
}
.news_item + .news_item {
  border-top: 1px solid #CBB670;
}
.news_link {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 15px 10px;
  color: #000;
}
.news_date {
  color: #CBB670;
  font-size: 14px;
}

.page-pickup_outer {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  gap: 30px;
}
.page-pickup_outer .pickup_item + .pickup_item {
  margin-right: 0px;
}

.sale75anv .mv-page_outer {
  background-image: url("../img/sale75/sale75_img03.jpg");
}

.sale75anv_img {
  display: block;
  width: 100%;
  margin: auto;
}

.sitemap_item + .sitemap_item {
  margin-top: 10px;
}
.sitemap_list-second {
  margin-top: 20px;
}
.sitemap_item-second {
  position: relative;
  padding-left: 17px;
}
.sitemap_item-second:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #AC5151;
  content: "";
}
.sitemap_item-second + .sitemap_item-second {
  margin-top: 15px;
}
.sitemap_list-third {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 17px;
}
.sitemap_item-third {
  position: relative;
  padding-left: 17px;
}
.sitemap_item-third:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #AC5151;
  content: "";
}
.sitemap_item-third + .sitemap_item-third {
  margin-top: 5px;
}
.sitemap_link {
  border-bottom: 1px solid #000;
  color: #000;
  transition: all 0.5s;
}
.sitemap_link:hover {
  border-bottom: 1px solid #AC5151;
  color: #AC5151;
  transition: all 0.5s;
}

.privacy-policy h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.privacy-policy h4 {
  font-size: 20px;
}
.privacy-policy h5 {
  font-size: 18px;
}
.privacy-policy p + h4 {
  margin-top: 40px;
}
.privacy-policy p + h5 {
  margin-top: 20px;
}
.privacy-policy p {
  margin-top: 5px;
}

/*-------
  wp
--------*/
/*-------
パンくず
--------*/
.breadcrumbs_outer {
  box-sizing: border-box;
  width: 100%;
  padding: 100px 0;
}
.breadcrumbs_outer {
  padding: 30px 0 0 0;
}
.breadcrumbs_inner {
  box-sizing: border-box;
  max-width: 1040px;
  height: auto;
  margin: auto;
  padding: 0 20px;
}
.breadcrumbs_inner {
  font-size: 14px;
  text-align: left;
}
.breadcrumbs_inner a {
  color: #000;
}

/*-------
wp-pagenaviページャー
--------*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  width: auto;
  margin-top: 50px;
  text-align: center;
}
.wp-pagenavi .page, .wp-pagenavi .current {
  box-sizing: border-box;
  display: block;
  width: 30px;
  height: 42px;
  color: #000;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  transition: all 400ms;
}
.wp-pagenavi .page {
  border-bottom: 1px solid #000;
}
.wp-pagenavi .page:hover {
  background-color: #CBB670;
  color: #fff;
  opacity: 0.7;
  transition: all 400ms;
}
.wp-pagenavi .current {
  background-color: #000;
  color: #fff;
}

.nextpostslink,
.previouspostslink {
  position: relative;
  position: relative;
  width: 42px;
  height: 42px;
  background-color: #AC5151;
  transition: all 400ms;
}
.nextpostslink:hover,
.previouspostslink:hover {
  opacity: 0.7;
  transition: all 400ms;
}

.nextpostslink {
  margin-left: 10px;
}

.previouspostslink {
  margin-right: 10px;
}

.wp-pagenavi_arrow-left::after,
.wp-pagenavi_arrow-right::after {
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 13px;
  width: 10px;
  height: 10px;
  height: 9px;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

.wp-pagenavi_arrow-left::after {
  left: 17px;
  transform: rotate(-135deg);
}

/*-------
 記事個別
--------*/
.post_date {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-family: "montserrat";
  text-align: right;
}
.post_title {
  margin: 20px 0 30px 0;
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #000;
  font-size: 30px;
}
.post_img {
  max-width: 600px !important;
  height: auto;
}
.post_text p a {
  border-bottom: 1px solid #AC5151;
  color: #AC5151;
}
.post_text p {
  margin-top: 10px;
  line-height: 1.7;
  text-align: left;
}
.post_text p img {
  margin: 10px auto 10px;
}
.post_text p + p {
  margin-top: 20px;
}
.post_text h1 {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  font-family: "montserrat";
}
.post_text h2 {
  border-bottom: 2px solid #000;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-family: "montserrat";
}
.post_text h3 {
  border-right: 2px solid #000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-family: "montserrat";
}
.post_text h4 {
  border-bottom: 2px dotted #000;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-family: "montserrat";
}
.post_text h5 {
  background: #f4f4f4;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-family: "montserrat";
}
.post_text h6 {
  position: relative;
  padding: 1.5rem;
  font-style: normal;
  font-weight: 400;
  font-family: "montserrat";
  text-align: center;
}
.post_text h6:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 60px;
  height: 2px;
  border-radius: 1px;
  background: #000;
  content: "";
}
.post_cat {
  display: block;
  margin-top: 50px;
  font-size: 14px;
  text-align: right;
}

/*-------
 書籍投稿ページ
--------*/
.book_post-img {
  display: block;
  width: auto;
  height: 300px;
  margin: auto;
}
.book_post-text {
  font-size: 14px;
  text-align: center !important;
}
.book_post-link {
  color: #AC5151;
}
.book_post-info {
  box-sizing: border-box;
  padding: 20px;
  background: #CBB670;
}

.pdfjs-fullscreen a {
  display: block;
  width: 200px;
  height: 30px;
  margin: 20px auto;
  background-color: #AC5151;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}

/*-------
 記事個別ページページャー
--------*/
.single-paging {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 100px 0 100px 0;
}
.single-paging_button a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  border-radius: 5px;
  background-color: #CBB670;
  color: #fff;
  line-height: 42px;
  text-align: center;
}
.single-paging_button-all {
  box-sizing: border-box;
  display: block;
  width: 200px;
  height: 40px;
  margin: 0 4px;
  border-radius: 5px;
  background-color: #CBB670;
  color: #fff;
  line-height: 42px;
  text-align: center;
}
.single-paging_arrow-right:after, .single-paging_arrow-left:after {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 13px;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}
.single-paging_arrow-right:after {
  left: 17px;
  transform: rotate(-135deg);
}

/*-------
お問い合わせフォーム
--------*/
.mw_wp_form {
  margin-top: 50px;
  font-style: normal;
  font-weight: 400;
  font-family: "montserrat";
}

#mw_wp_form_mw-wp-form-118 input[type=text], #mw_wp_form_mw-wp-form-118 input[type=email] {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0.5em;
  border: 1px solid #000;
  color: #000;
  font-size: 100%;
}
#mw_wp_form_mw-wp-form-118 input[type=email] {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5em;
  border-radius: 4px;
  background-color: #ffffff;
  color: #333;
  font-size: 100%;
}
#mw_wp_form_mw-wp-form-118 textarea {
  box-sizing: border-box;
  width: 100%;
  height: 200px;
  padding: 0.5em;
  border: 1px solid #000;
  color: #000;
  font-size: 100%;
}
#mw_wp_form_mw-wp-form-118 input[type=radio] {
  display: none; /* ラジオボタンを非表示にする */
}
#mw_wp_form_mw-wp-form-118 input#in-yubin {
  width: 60%;
}
#mw_wp_form_mw-wp-form-118 input#zip, #mw_wp_form_mw-wp-form-118 input#zip1 {
  width: 25%;
}
#mw_wp_form_mw-wp-form-118 select {
  height: 40px;
}
#mw_wp_form_mw-wp-form-118 .mwform-tel-field input[type=text] {
  width: 20% !important;
  width: 70px;
  padding: 0.5em;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  font-size: 100%;
}

.form_item {
  align-items: center;
  text-align: left;
}
.form_item-right {
  width: 100%;
  margin-top: 10px;
}
.form_item-align {
  align-items: flex-start;
}
.form_item + .form_item {
  margin-top: 30px;
}
.form_title {
  display: flex;
  align-items: center;
  margin-right: 40px;
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-family: "montserrat";
}
.form_text {
  display: inline-block;
  font-size: 20px;
}
.form_note {
  margin-bottom: 10px;
}
.form_attention {
  display: inline-block;
  width: 56px;
  height: 20px;
  margin-left: 10px;
  background: #ffffff;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.form_attention-note {
  border: 1px solid #CBB670;
  background: #fff;
  color: #CBB670;
}
.form_button {
  display: block;
  position: relative;
  width: 240px;
  height: 44px;
  background: #000;
  color: #ffffff;
  line-height: 44px;
  text-align: center;
}
.form_button span {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.form_button:before {
  display: block;
  position: absolute;
  top: 18px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url("../img/cmn/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transition: all 400ms;
}
.form_button {
  margin-top: 50px;
  margin-left: auto;
}
.form_button {
  margin: 20px auto 0 auto;
  cursor: pointer;
}
.form_button:hover {
  opacity: 0.7;
}
.form_button-back {
  background: #AC5151;
}
.form_button-back:hover {
  opacity: 0.7;
}
.form_button-sent {
  margin-left: 20px;
  background: #000;
}
.form_button-flex {
  display: flex;
  margin: auto;
}
.form .error {
  display: block;
  color: #B70000;
  font-size: 93%;
}

.radio_button .mwform-radio-field {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0 !important;
}
.radio_button input[type=radio].radio_item {
  display: none; /* ラジオボタンを隠す */
}
.radio_button .radio_item + span {
  display: inline-block;
  position: relative;
  padding-left: 2em;
  font-size: 18px;
}
.radio_button .radio_item + span::after, .radio_button .radio_item + span::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #AAAAAA;
  border-radius: 50%;
  content: "";
}
.radio_button .radio_item + span::after {
  top: 9px;
  left: 4px;
  width: 14px;
  height: 14px;
  border: none;
  background: #000;
  opacity: 0;
}
.radio_button .radio_item:checked + span {
  color: #000;
}
.radio_button .radio_item:checked + span::after {
  opacity: 1;
}

.check_button {
  flex-direction: column;
  margin: auto;
  text-align: center;
}
.check_button input[type=checkbox].check_item {
  display: none;
}
.check_button label {
  display: inline-block;
}
.check_button .check_item + span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  font-size: 20px;
  cursor: pointer;
}
.check_button .check_item + span::after, .check_button .check_item + span::before {
  display: block;
  position: absolute;
  top: 7px;
  left: 12px;
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  content: "";
}
.check_button .check_item + span::after {
  top: 7px;
  left: 20px;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border: none;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  opacity: 0;
}
.check_button .check_item:checked + span::after {
  opacity: 1;
}

.mw_wp_form_confirm .input-hide {
  display: none;
}

/*-------
  footer
--------*/
.footer_inner {
  box-sizing: border-box;
  max-width: 1040px;
  height: auto;
  margin: auto;
  padding: 0 20px;
}
.footer_logo {
  width: 180px;
}
.footer-head_outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-head_list {
  display: flex;
}
.footer-head_list li + li {
  margin-left: 20px;
}
.footer-head_list a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 180px;
  height: 50px;
  padding: 0 20px;
  border-radius: 25px;
  background-color: #F8F6EF;
  color: #000;
}
.footer-head_list a:after {
  width: 28px;
  height: 28px;
  background-image: url("../img/cmn/arrow_wb.svg");
  content: "";
}
.footer-menu_outer {
  display: flex;
  margin: 40px 0 40px 0;
  gap: 30px;
}
.footer-menu_list {
  width: 100%;
}
.footer-menu_item a {
  display: flex;
  align-items: center;
  justify-content: left;
  color: #000;
  color: #000;
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
}
.footer-menu_item a::before {
  width: 10px;
  height: 1px;
  margin-right: 5px;
  background-color: #000;
  content: "";
}
.footer-menu_item:first-of-type {
  margin-bottom: 15px;
}
.footer-menu_item + .footer-menu_item {
  margin-top: 5px;
}
.footer-menu_title {
  display: flex;
  align-items: center;
}
.footer-menu_title::after {
  flex-grow: 1;
  height: 2px;
  margin-left: 10px;
  background-color: #000;
  content: "";
}
.footer-middle_outer {
  display: grid;
  grid-template-columns: 1fr 1fr 1.8fr;
  gap: 20px;
}
.footer-middle_item {
  box-sizing: border-box;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  background-color: #F8F6EF;
}
.footer-middle_item ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.footer-middle_item ul li {
  height: 48px;
}
.footer-middle_item ul li img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
}
.footer-middle_item h3 {
  grid-column: 1/3;
  margin-bottom: 20px;
  color: #000;
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  text-align: center;
}
.footer-bottom_outer {
  width: 100%;
  margin-top: 40px;
  padding: 40px 0;
  background-color: #CBB670;
}
.footer-bottom_inner {
  box-sizing: border-box;
  display: flex;
  max-width: 1040px;
  height: auto;
  margin: auto;
  padding: 0 20px;
}
.footer-bottom_inner {
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
}
.footer-bottom_list {
  display: flex;
  text-align: right;
}
.footer-bottom_list li + li {
  margin-left: 20px;
}
.footer-bottom_list a {
  color: #ffffff;
}

/*-------
  display
--------*/
.display_pc {
  display: block !important;
}

.display_sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .header_inner {
    z-index: 9999999;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 70px;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
  }
  .header_logo {
    flex-direction: column;
    background-color: #ffffff;
  }
  .header_logo img {
    width: auto;
    height: 33px;
  }
  .header_logo span {
    display: block;
    margin-top: 5px;
    margin-left: 0px;
    font-size: 10px;
  }
  .header_event-outer {
    right: 0px;
  }
  .header_event-button {
    width: 100px;
    height: 120px;
  }
  .header_event-button span {
    font-weight: 200;
    font-size: 11px;
    white-space: nowrap;
  }
  .pc-menu_outer {
    display: none;
  }
  .sp-menu_outer {
    display: block;
    z-index: 999999999;
    position: fixed;
    bottom: 50px;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    background-color: #ffffff;
    transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .sp-menu_outer.open {
    bottom: 0;
    transform: translateY(0);
  }
  .sp-menu_outer.open .sp-menu_button::before {
    transform: scaleY(1) translateY(0px);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .sp-menu_button {
    box-sizing: border-box;
    display: flex;
    z-index: 999999999;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background-color: #CBB670;
    box-shadow: 0 -5px 15px -5px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    transition: all 400ms;
  }
  .sp-menu_button::before {
    display: block;
    width: 14px;
    height: 7px;
    margin-right: 3px;
    transform: scaleY(-1) translateY(0px);
    background-image: url("../img/cmn/arrow_spmenu.svg");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .sp-menu_area {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10px 20px 10px;
    overflow-y: auto;
  }
  .top-block_outer {
    padding: 40px 0 0 0;
  }
  .top-block_inner {
    max-width: 100%;
    padding: 0px 10px 40px 10px;
  }
  .top-block_flex {
    flex-direction: column;
  }
  .top-block_flex-item {
    width: 100%;
  }
  .top-block_flex-item:last-of-type {
    margin-top: 30px;
  }
  .top-block_title {
    margin-bottom: 30px;
  }
  .top-block_button-outer {
    position: static;
  }
  .top-block_button-outer .top-block_button {
    margin: 30px auto 0 auto;
  }
  .mv-top_outer {
    padding-top: 70px;
  }
  .mv-top_inner {
    flex-direction: column;
    max-width: 100%;
  }
  .mv-top_slider {
    aspect-ratio: 3/2;
  }
  .mv-top_info-outer {
    height: auto;
    padding: 3% 4% 6% 4%;
  }
  .mv-top_info-title span {
    font-size: 14px;
  }
  .mv-top_info-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    aspect-ratio: auto;
    gap: 5px 10px;
  }
  .mv-top_info-list li {
    aspect-ratio: auto;
  }
  .mv-top_info-list li p {
    font-size: 10px;
    text-align: center;
  }
  .mv-top_info-button {
    flex-direction: column;
    height: 65px;
    font-size: 10px;
  }
  .mv-top_info-button img {
    margin-right: 0%;
    margin-bottom: 3px;
  }
  .top-news_outer {
    height: auto;
  }
  .top-news_inner {
    flex-direction: column-reverse;
    padding: 0 10px;
  }
  .top-news_slider div {
    align-items: start;
  }
  .top-news_slider-item {
    flex-direction: column;
    justify-content: center;
  }
  .top-news_slider-item p {
    font-size: 14px;
  }
  .pickup_slider {
    padding: 0 30px 30px 30px;
  }
  .webmember_outer {
    flex-direction: column;
    padding: 40px 10px;
  }
  .webmember_list {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }
  .webmember_item:first-of-type {
    grid-column: 1/3;
  }
  .webmember_title::after {
    display: none;
  }
  .webmember_title {
    margin-right: auto;
  }
  .webmember_button-outer .top-block_button {
    margin: auto;
  }
  .gourmet_list {
    grid-template-columns: 1fr;
  }
  .gourmet_item a {
    font-size: 16px;
  }
  .top-about_outer {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .top-about_inner {
    grid-template-columns: auto auto;
  }
  .top-about_title {
    align-self: center;
    line-height: 2;
  }
  .top-about_img {
    grid-row: 1/2;
  }
  .top-about_textarea {
    grid-column: 1/3;
  }
  .top-link_recruit-button::after {
    width: 50%;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }
  .top-link_recruit-button p {
    margin-left: 20px;
  }
  .top-link_recruit-button img {
    width: 30%;
  }
  .top-link_list {
    grid-template-columns: repeat(6, 1fr);
    margin: 20px 0;
    gap: 20px 14px;
  }
  .top-link_item {
    grid-column: auto;
  }
  .top-link_item:nth-child(-n+6) {
    grid-column: span 2;
    min-height: 100px;
  }
  .top-link_item:nth-child(n+7) {
    grid-column: span 3;
    order: -1;
    aspect-ratio: auto;
    min-height: 100px;
  }
  .top-link_button {
    height: 100%;
    font-size: 12px;
  }
  .top-link_bottom {
    gap: 14px;
  }
  .top-link_bottom-button {
    flex-direction: column-reverse;
    height: 170px;
  }
  .top-link_bottom-button p {
    margin: auto;
    text-align: center;
  }
  .top-link_bottom-button p span {
    font-size: 12px;
    text-align: center;
  }
  .top-link_bottom-button::after {
    width: 100%;
    height: 50%;
    border-radius: 10px 10px 0 0px;
    clip-path: none;
  }
  .mv-page_outer {
    height: 150px;
    margin-top: 70px;
  }
  .mv-page_inner {
    width: 100%;
  }
  .mv-page_title {
    width: 90%;
    text-align: center;
  }
  .page-block_inner {
    max-width: 100%;
    padding: 0 10px;
  }
  .page-block_title span {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .page-block_title-second {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .page-block_abreast-title {
    font-size: 20px;
  }
  .page-block_abreast-title span {
    font-size: 12px;
  }
  .page-block_button-outer {
    max-width: 100%;
  }
  .page-block_bg-box {
    padding: 20px;
  }
  .page-block_flex {
    flex-direction: column;
  }
  .page-block_flex-item {
    width: 100%;
  }
  .page-block_flex-item + .page-block_flex-item {
    margin-top: 20px;
  }
  .page-button_two-outer {
    grid-template-columns: 1fr;
  }
  .page-button_three-outer {
    flex-direction: column;
    padding: 0 10px;
  }
  .page-button_three-outer div {
    width: 100%;
  }
  .mv-page_outer + .page-block_outer {
    margin-top: -50px;
  }
  .three-table tr {
    grid-template-columns: repeat(2, 1fr);
    padding: 15px 10px;
    gap: 10px;
  }
  .three-table th, .three-table td {
    padding: 0;
  }
  .three-table td:last-child {
    grid-column: 1/3;
  }
  .three-table.-history th:last-of-type {
    padding: 0;
  }
  .switching-dl_dt {
    padding: 20px 5px;
  }
  .switching-dl_dd {
    padding: 20px 5px;
  }
  .sale_list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .sale_text {
    padding: 3px 0;
    font-size: 12px;
  }
  .access_block-outer {
    flex-direction: column;
  }
  .access_map {
    width: 100%;
    margin-bottom: 5lvh;
  }
  .access_address {
    width: 100%;
  }
  .access_button {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    font-size: 14px;
  }
  .access_access-img {
    width: 100%;
  }
  .osyokuji_block-outer {
    flex-direction: column-reverse;
  }
  .osyokuji_block-outer .page-block_link-outer {
    margin-right: auto;
  }
  .osyokuji_head-img {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .osyokuji_store-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .osyokuji-bene_table {
    font-size: 14px;
  }
  .osyokuji-bene_table tr {
    grid-template-columns: 35% 65%;
  }
  .osyokuji-bene_table th {
    grid-row: 1/3;
    padding: 15px 10px;
  }
  .osyokuji-bene_table td {
    grid-row: 1/2;
    grid-column: 2/3;
    padding: 15px 10px;
  }
  .osyokuji-bene_table td.button {
    grid-row: 2/3;
    grid-column: 2/4;
    padding: 0 15px 10px 15px;
  }
  .osyokuji-bene_table td .page-block_cmn-button {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .osyokuji-single_info-outer {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .osyokuji-single_info-dl {
    font-size: 14px;
  }
  .osyokuji-single_info-dl dt {
    width: 75px;
    padding: 10px;
  }
  .osyokuji-single_info-dl dd {
    padding: 20px 10px;
  }
  .osyokuji-single_info-li {
    font-size: 14px;
  }
  .osyokuji-single_info-map iframe {
    height: 400px;
  }
  .osyokuji-single_menu-item {
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
  }
  .osyokuji-single_menu-item span {
    top: -6px;
    left: 10px;
    width: 40px;
  }
  .osyokuji-single_menu-item .title {
    margin-top: 10px;
  }
  .guide-menu_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .guide-menu_item a {
    font-size: 14px;
  }
  .guide-time_text {
    font-size: 14px;
  }
  .guide-main_area {
    flex-direction: column-reverse;
  }
  .guide-main_panel {
    width: 100%;
    padding: 20px;
  }
  .guide-main_title {
    font-size: 20px;
  }
  .guide-main_title .numbers {
    font-size: 30px;
  }
  .guide-main_title .floors {
    font-size: 20px;
  }
  .guide-main_title.-golf-p {
    padding-bottom: 50px;
  }
  .guide-main_title.-golf-p .golf-label {
    bottom: -30px;
    left: 60px;
  }
  .guide-main_contents {
    padding: 10px;
  }
  .guide-main_contents h5 {
    font-size: 16px;
  }
  .guide-main_contents p {
    font-size: 14px;
  }
  .guide-main_contents.-flex {
    flex-direction: column;
    align-items: start;
  }
  .guide-main_side {
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .guide-main_side label {
    width: 100%;
  }
  .guide-main_side.-marge {
    grid-template-columns: 1fr;
  }
  .guide-main_side .side-group {
    flex-direction: column;
  }
  .guide-main_side .side-group .side-label {
    width: 100%;
    padding: 5px 0;
    writing-mode: inherit;
  }
  .guide-main_side .side-group .side-buttons {
    grid-template-columns: repeat(5, 1fr);
    margin-top: 10px;
  }
  .guide-info_outer {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .guide-info_outer p {
    font-size: 14px;
  }
  .guide-info_outer img {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .guide-info_title {
    padding-left: 30px;
    font-size: 16px;
  }
  .guide-info_title::after {
    top: 5px;
    width: 20px;
    height: 20px;
  }
  .sale-page_outer {
    padding: 50px 15px;
  }
  .sale-page_title {
    top: -25px;
    white-space: nowrap;
  }
  .sale-page_title span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .webshop-sale_text-outer {
    padding: 2% 15px;
  }
  .webshop-sale_text {
    flex-direction: column;
    font-size: 14px;
  }
  .webshop-sale_text::before {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .webshop-sale_list {
    gap: 20px;
  }
  .calendar_panel img {
    width: 100%;
  }
  .eventday_table {
    font-size: 14px;
  }
  .eventday_table tr {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
  .eventday_table th {
    justify-content: center;
    height: 60px;
    min-height: 60px;
    padding: 10px 10px;
  }
  .eventday_table td {
    padding: 15px 10px 30px 10px;
  }
  .eventday_table td.day {
    padding: 15px 10px 0 10px;
    border-right: none;
  }
  .info_dl {
    grid-template-columns: 1fr;
  }
  .info_dl dt {
    border-bottom: none;
  }
  .about_bg-img {
    height: 150px;
  }
  .dining-menu_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .dining-menu_item a {
    font-size: 14px;
  }
  .dining_menu-list {
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
  }
  .dining_menu-list span {
    top: -6px;
    left: 10px;
    width: 40px;
  }
  .dining_menu-list .title {
    margin-top: 10px;
  }
  .mep_att-text {
    margin-top: 80px;
  }
  .mep_att-text .circle {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mep_text {
    position: static;
    height: 100%;
    padding: 50px 20px 20px 20px;
    border-radius: 20px;
  }
  .gold-card_bene-title {
    font-size: 20px;
  }
  .gold-card_bene-title span {
    font-size: 30px;
  }
  .gold-card_grid.-card {
    grid-template-columns: 1fr;
  }
  .gold-card_grid.-card img {
    display: block;
    order: -1;
    margin: auto;
  }
  .gold-card_grid.-first {
    grid-template-columns: 1fr;
  }
  .gold-card_grid.-second {
    grid-template-columns: 1fr;
  }
  .iroha_menu {
    width: 100%;
  }
  .iroha_menu .page-block_text {
    font-size: 14px;
    text-align: right;
  }
  .iroha_grid-outer {
    grid-template-columns: 1fr;
  }
  .webmember_merit-outer {
    grid-template-columns: 50% 50%;
    margin-top: 70px;
    padding-left: 40px;
    gap: 10px;
  }
  .webmember_merit-item {
    width: 120px;
    height: 120px;
  }
  .webmember_merit-item:nth-child(3) {
    grid-column: 1/3;
    margin-top: -33px;
    margin-left: 85px;
  }
  .webmember_merit-item:nth-child(4) {
    margin-top: -42px;
    margin-left: -7px;
  }
  .webmember_merit-item:nth-child(5) {
    margin-top: -42px;
    margin-left: 9px;
  }
  .webmember_merit-item:nth-child(6) {
    grid-column: 1/3;
    margin-top: -41px;
    margin-left: 86px;
  }
  .webmember_merit-content {
    font-size: 12px;
  }
  .recruit-page_outer .top-link_recruit-button {
    height: 160px;
  }
  .news_link {
    padding: 10px 5px;
  }
  .page-pickup_outer {
    grid-template-columns: 1fr 1fr;
  }
  .breadcrumbs_outer {
    padding: 20px 0;
  }
  .breadcrumbs_inner {
    max-width: 100%;
    padding: 0 10px;
  }
  .post_img {
    max-width: 100% !important;
  }
  .book_post-img {
    width: 100%;
    height: auto;
  }
  .form_attention {
    margin-right: auto;
    margin-left: 10px;
  }
  .form_button {
    margin: 30px 0 0 auto;
  }
  .form_button {
    margin: 30px auto 0 auto;
  }
  .form_button-flex {
    flex-flow: column;
  }
  .footer_inner {
    max-width: 100%;
    padding: 0 10px;
  }
  .footer_inner {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    padding: 60px 10px 50px 10px;
    padding-bottom: 50px;
  }
  .footer_logo {
    width: 140px;
  }
  .footer-head_outer {
    flex-direction: column;
  }
  .footer-head_list {
    width: 100%;
    margin-top: 20px;
  }
  .footer-head_list li {
    width: 50%;
  }
  .footer-head_list a {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
  }
  .footer-head_list a:after {
    width: 22px;
    height: 22px;
  }
  .footer-menu_outer {
    flex-direction: column;
  }
  .footer-middle_outer {
    grid-template-columns: 1fr;
  }
  .footer-middle_item {
    padding: 20px;
  }
  .footer-bottom_outer {
    padding: 40px 0 90px 0;
  }
  .footer-bottom_inner {
    max-width: 100%;
    padding: 0 10px;
  }
  .footer-bottom_list {
    flex-direction: column;
  }
  .display_pc {
    display: none !important;
  }
  .display_sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .guide-info_outer img {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
