@charset "UTF-8";
/* -----------------------------------------------------------------------------
  header footer
----------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Dynalight&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Tokumin&display=swap");
header {
  overflow: hidden;
  z-index: 4;
  width: 100%;
  position: relative;
  background: rgb(255, 255, 255);
  height: 120px;
}

header .nav li a span {
  display: inline-block;
}

header .nav li.btn a span {
  color: #fff;
}

header .nav li {
  text-align: center;
}

.nav a.active {
  background: none;
  background-size: 20px 16px;
  background-position: center bottom;
  background-repeat: no-repeat;
  transition-property: none;
  transition-duration: none;
  transition-delay: none;
}

.nav-right {
  flex-direction: column;
  display: flex;
}

.nav-right .btn {
  padding: 0;
  border-radius: 4px;
  margin-bottom: 10px;
}

.nav-right .btn a {
  padding: 5px 30px;
  width: 200px;
}

.nav-right .tel-number {
  width: 200px;
}

@media only screen and (max-width: 960px) {
  .nav-right .tel-number {
    width: auto;
  }
}
.nav-right .tel-number a {
  font-size: 18px;
  text-align: center;
  color: #bc975f;
  padding: 0.4rem 0.4rem 0.4rem 0;
  line-height: 1;
  position: relative;
}

.nav-right .tel-number a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.05), #bc975f 80%);
}

.header-nav-top {
  justify-content: space-between;
}

.btn * {
  color: #fff;
}

.btn:hover {
  background: linear-gradient(135deg, #d88736 0%, #ffedb0 100%);
  background-size: 200% 200%;
  animation: gradationAnim 3s ease infinite;
}

@keyframes gradationAnim {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* =================================================
  fixedBox*/
#fixedBox {
  background: #fff;
  box-shadow: 7.5px 13px 30px 0 rgba(36, 48, 111, 0.1); /**/
}

.nav-out {
  padding: 20px 15px 20px 15px;
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
}

/* FOOTER */
footer * {
  letter-spacing: 0.1rem;
}

footer {
  background-color: #f0f0f0;
  background: linear-gradient(180deg, #09284f 0%, #0c1e3c 100%);
  position: relative;
  z-index: 2;
}

footer .footer_address p {
  color: #fff;
  letter-spacing: 0.05rem;
  font-size: 14px;
}


footer .nav {
  gap: 20px;
  justify-content: center;
}

footer .nav li {
  padding: 0px;
  width: auto;
  text-align: center;
}

footer .nav a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1rem;
}

footer .nav li a:hover {
  opacity: 0.5;
}

footer p.copyright {
  line-height: 1;
  font-size: 11px;
  color: #fff;
  padding: 20px;
  letter-spacing: 0;
  opacity: 0.8;
  text-align: center;
}

footer p.footer_name {
  font-size: 18px;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: bold;
}

.footer_address {
  padding: 2rem 0;
  font-size: 16px;
}

@media only screen and (max-width: 960px) {
  .footer_address, footer .nav {
    margin: 0 0 1rem;
  }
}
.footer-contact-fixed {
  display: none;
}

@media screen and (max-width: 768px) {
  .footer-contact-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 12px 16px;
    border-top: 1px solid #ccc;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.08);
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .footer-contact-fixed a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.5rem 0;
    font-size: 1rem;
    border-radius: 8px;
    text-decoration: none;
  }
  .footer-contact-fixed .btn-contact {
    color: #fff;
    font-size: 1.0625rem;
    letter-spacing: 0.1em;
  }
  .footer-contact-fixed .tel-contact {
    background: #eee;
    color: #333;
    letter-spacing: 0.1em;
    font-size: 1rem;
  }
  .footer-contact-fixed .nav li:last-child {
    display: none;
  }
  .footer-contact-fixed nav {
    flex-direction: column;
    gap: 5px;
  }
  footer {
    padding-bottom: 160px;
  }
}
.inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.header-nav-top {
  display: flex;
  align-items: center;
}

.header-nav-top .logo {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
}

.header-nav-top .logo img {
  max-height: 50px;
  display: block;
  height: auto;
}

.header-nav-top .navigation {
  margin-left: auto;
  display: flex;
}

.header-nav-top .navigation .nav-global {
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

.navigation a {
  font-size: 17px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 1100px) {
  header .inner {
    width: 100%;
  }
  .navigation a {
    font-size: 15px;
  }
  .nav-right .tel-number a {
    font-size: 15px;
  }
  .nav-right .btn a {
    padding: 5px 15px;
    width: auto;
  }
  .inner {
    width: 930px;
    max-width: 100%;
  }
  body header #fixedBox h1.logo img {
    height: 20px !important;
  }
}
@media screen and (max-width: 960px) {
  .navigation a {
    font-size: 14px;
  }
  .nav-right .tel-number a {
    padding-right: 0;
    letter-spacing: 0;
  }
}
body header #fixedBox h1.logo img {
  height: 35px;
}

body header #fixedBox.fixed h1.logo img {
  height: 23px;
}

@media screen and (max-width: 960px) {
  body header #fixedBox.fixed h1.logo img {
    height: 20px;
  }
  .header-nav-top .navigation .nav-global {
    gap: 0.75rem;
  }
}
header #fixedBox.fixed .logo {
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header-nav-top .navigation {
    display: none;
  }
}
header .inner,
footer .inner {
  position: relative;
  overflow: hidden;
}

.footer_name img.footer-logo {
  height: 35px;
  width: auto;
}

/* COMMON */
section {
  overflow: hidden;
}

.inner {
  overflow: visible;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}

img.img {
  max-width: 100%;
}

/*--------------------------
hov_line
--------------------------*/
.nav li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.nav li a span::after {
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 0;
}

.nav li a span::after {
  background: #575959 none repeat scroll 0 0;
}

footer .nav li a span::after {
  background: #575959;
}

.nav li a span:hover::after {
  left: 0;
  width: 0;
}

.nav li a:hover span::after {
  width: 100%;
}

/* -----------------------------------------------------------------------------
  FONT
    font-family: "Hiragino Sans","Noto Sans JP",sans-serif;
----------------------------------------------------------------------------- */
*,
body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #424141;
}

/* -----------------------------------------------------------------------------
th, td, td span
----------------------------------------------------------------------------- */
.update_data, .recommend .card-box .text p, .recommend .card-box .text .location {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.update_data {
  color: #303030;
}

h1, h2, .f-min {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

body .tel-number a {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.dynalight-regular, .f-dr {
  font-family: "Dynalight", serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-weight: 500;
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 1.4;
}

.mv h1 {
  color: #fff;
}

.highlight {
  display: inline-block;
  position: relative;
  color: #8b6b3d;
  margin-right: 1rem;
}

.highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.5), #bc975f 100%);
}

.highlight.t2 {
  color: #8b6b3d;
}

.highlight.t2::after {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.5), #bc975f 100%);
}

.section-divider {
  border: none;
  height: 1px;
  background: #dfdfdf;
  margin: 0 auto;
  width: 100%;
}

.sec_recommend {
  background: #f9f9f9;
}

h2 {
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 20px;
  }
}
h3 {
  font-size: 18px;
  line-height: 120%;
}

h4 {
  font-size: 1.12rem;
  line-height: 120%;
}

p.ic {
  text-align: left;
  display: inline-block;
  width: auto;
}

p.txt {
  text-align: justify;
}

p.txt.large {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.content-container p,
.text-large-f-sm li,
.text-large-f-sm p,
p.txt.large.f-sm {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: justify;
}

.text-large-f-sm p.center {
  text-align: center;
}

.title-en span,
.title-en {
  color: #898989;
  margin-bottom: 1rem;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.2;
}

.bg::after,
.bg::before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
}

.bg {
  position: relative;
}

.btn {
  border-radius: 100px;
  display: inline-block;
  line-height: 2;
  letter-spacing: 1px;
  color: #fff;
}

.btn a {
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  width: 100%;
  transition: all 0.3s ease 0s;
}

/* -----------------------------------------------------------------------------
  リスト スタイル
----------------------------------------------------------------------------- */
ul.list li {
  position: relative;
  padding: 0 0 0 1rem;
}

ul.list li:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 0.8rem;
  left: 0;
}

ul.list li:before {
  width: 3px;
  height: 3px;
  background: #1976d2;
  border: 1px solid #1976d2;
}

ul.list li.icon {
  padding: 0 0 0 0.5rem;
}

ul.list li.icon::before {
  background: transparent;
  border: 0;
}

/* -----------------------------------------------------------------------------
  マージン margin・padding
----------------------------------------------------------------------------- */
/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/* contact */
.contact textarea,
.contact input {
  width: 90%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  transition: border-color 0.1s linear;
  border: 1px solid #ccc;
  padding: 5px;
}

.contact dt {
  width: 11em;
  float: left;
  clear: left;
}

.contact dt, .contact dd {
  padding: 5px 0;
  margin-bottom: 10px;
}

.contact dt {
  vertical-align: top;
  padding: 0 5px;
}

.contact caption,
.contact dd,
.contact dt {
  text-align: left;
}

.contact p a {
  text-decoration: underline;
}

/* =================================================

	privacy

================================================= */
/*	 common
---------------------------------------------- */
body header {
  z-index: 100;
}

header .inner {
  padding: 0;
}

.justify-center {
  justify-content: center;
}

table.table {
  border-collapse: collapse;
  border-spacing: 2px;
  margin: 0 auto;
  margin-top: 0px;
  width: 100%;
}

table.table th {
  padding: 10px;
  background-color: #666;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
}

table.table th.th {
  background-color: #797979;
  width: 15%;
}

table.table th span.h3 {
  font-size: 22px;
}

table.table td {
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
}

main {
  min-height: calc(100vh - 200px);
}

/*///////////////////
 max-width: 834px
///////////////////*/
@media screen and (max-width: 834px) {
  .card-box {
    margin-left: auto;
    margin-right: auto;
  }
  .flex {
    width: auto;
    max-width: auto;
  }
  body #introduce {
    width: 80%;
    margin: 0 auto;
  }
  p.txt, ul.list {
    line-height: 1.8;
  }
  footer nav {
    width: 100%;
  }
  footer .logo {
    width: 128px;
    position: relative;
    left: auto;
    bottom: auto;
    float: none;
    margin: 0 auto 10px;
  }
  footer .logo img {
    max-width: 100%;
    height: auto;
    margin: 10px auto;
  }
  footer .logo p.txt {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  footer .nav li {
    margin-bottom: 10px;
  }
  table.table td {
    font-size: 13px;
  }
}
/*///////////////////
 common
///////////////////*/
section {
  overflow: hidden;
  padding: 0;
}

ul.list li {
  padding: 0 0 0 0.5rem;
}

#container {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

/*///////////////////
 navi
///////////////////*/
.navik-header-overlay.menu-slide .burger-menu {
  top: 12px;
}

.mode_sp.menu-slide .navik-menu-overlay > ul > li {
  padding: 0 35px 0 30px;
}

@media screen and (max-width: 960px) {
  header #gnav a.btn {
    padding: 5px 15px;
  }
  header .nav.flex {
    justify-content: space-between;
  }
  header .nav li {
    margin-left: 0;
  }
}
.title-en {
  font-family: Century Gothic, sans-serif;
  color: #997237;
  margin-bottom: 1.5rem;
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
}

.h2 {
  font-family: "Noto Serif JP", serif;
}

.h2 {
  font-size: 36px;
}

/* TABLE */
table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #d6d6d6;
  margin: 15px auto;
}

table th:first-child[rowspan="2"],
table .th {
  background: linear-gradient(-90deg, #8b6b3d, #b5a589);
}

table .th2 {
  background: #b5a589;
}

table th {
  background: #8b6b3d;
  color: #fff;
  border-bottom: 1px solid #d6d6d6;
  padding: 8px;
  text-align: left;
  font-family: "Noto Serif JP", serif;
}

table td {
  border: 1px solid #d6d6d6;
  padding: 8px;
  text-align: left;
  font-family: "Noto Serif JP", serif;
}

table td img {
  display: inline-block;
  padding-right: 5px;
  top: 2px;
  position: relative;
}

table a, table a:visited {
  color: #a47e44;
  text-decoration: underline;
}

table tr:nth-child(even) {
  background-color: #f8f8f8;
}

table.area-list-table {
  table-layout: fixed;
  width: 100%;
}

table.area-list-table th,
table.area-list-table td {
  text-align: center;
  padding: 8px 4px;
}

table.area-list-table td:nth-child(1) {
  text-align: left;
}

table.area-list-table .col-course-name,
table.area-list-table .th {
  width: 22%;
}

table.area-list-table td {
  font-size: 17px;
}

table.area-list-table td img {
  padding-right: 0;
}

table.area-list-table td.small-text,
table.area-list-table td.text {
  font-size: 15px;
}

.shine-effect {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.shine-effect img {
  display: block;
  position: relative;
  z-index: 1; /* 画像を手前に明示 */
}

.shine-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  z-index: 2;
  pointer-events: none; /* hoverを邪魔しない */
}

.shine-effect:hover::before {
  animation: shine 0.6s ease-in-out;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
.table-note {
  text-align: right;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  line-height: 1.4;
  color: #333;
}

.hd-area {
  position: relative;
}

.hd-area p.pos-right {
  line-height: 1.4;
  font-size: 12px;
}

.hd-area h3 {
  letter-spacing: 0.01em;
}

.pos-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.sec_data {
  position: relative;
  padding: 0 20px;
}

.hd-area {
  background-color: #fff;
  padding: 40px 0;
  border-radius: 12px 12px 0 0;
  position: relative;
  z-index: 2;
}

.header-fst * {
  color: #fff;
  width: 100%;
  text-shadow: 0px 8px 11px rgba(0, 0, 0, 0.53);
}

.header-fst .title span {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  width: auto;
  padding: 0.5rem 0.25rem;
  font-size: 15px;
  letter-spacing: 0.2rem;
}

.header-fst h2 {
  font-size: 36px;
  padding: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}

.dot-decoration {
  position: relative;
  padding-left: 30px; /* 丸の分の余白 */
}

.dot-decoration::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 8px;
  height: 8px;
  background: linear-gradient(90deg, #997237, #bc975f);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 13px 0 0 #bc975f;
}

.breadcrumb {
  list-style: none;
  padding: 40px 0 0 0;
  display: flex;
  font-size: 12px;
  margin-bottom: 1rem;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li a {
  text-decoration: none;
  color: #997237;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb li::after {
  content: "/";
  margin: 0 8px;
  color: gray;
  line-height: 1;
}

.breadcrumb li:last-child::after {
  content: "";
}

.mv {
  position: relative;
  width: 100%;
  height: calc(100vh - 90px);
  overflow: visible;
}

.mv img.mv-img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sec_search {
  position: relative;
  width: 100%;
  overflow: visible;
  background-color: #fff;
  z-index: 1;
}

.pref-list-area {
  border: 1px solid #bc975f;
  position: relative;
  z-index: 3;
  width: 600px;
  margin: 0 auto 30px;
  padding: 30px 0;
}

/* ドットパターンのオーバーレイ */
.dot-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(188, 151, 95, 0.3) 10%, transparent 10%);
  background-size: 5px 5px; /* ドットの大きさ調整 */
  pointer-events: none; /* クリックを通す */
}

.dot-overlay {
  background-image: radial-gradient(rgb(255, 255, 255) 20%, transparent 20%);
  background-size: 5px 5px; /* ドットの大きさ調整 */
}

.hd-box {
  padding: 90px 15px 30px;
  position: relative;
  z-index: 2;
}

.hd-box h2 {
  margin-bottom: 1rem;
}

.hd-box p {
  margin-bottom: 1rem;
}

.pref-list {
  display: grid;
  justify-content: center;
  gap: 8px 16px;
  max-width: 600px;
  margin: 0 auto 30px;
  padding: 0 30px;
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
}

.pref-list li {
  text-align: center;
}

.pref-list .btn {
  max-width: 150px;
  position: relative;
  display: block;
  padding: 7px 30px;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  overflow: hidden;
  background-color: #bc975f;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.pref-list .btn span {
  position: relative;
  z-index: 3;
}

.pref-list .btn:hover {
  background: #aea200;
}

.pref-list.v2 {
  display: flex;
}

.pref-list.v2 li .btn {
  background: #fff;
  min-width: 200px;
}

.pref-list.v2 li .btn span {
  color: #bc975f;
}

.pref-list.v2 li .btn {
  max-width: 200px;
  border: 1px solid #bc975f;
}

.pref-list.v2 li .btn:hover {
  background: #aea200;
  border: 1px solid #aea200;
}

.pref-list.v2 li .btn:hover span {
  color: white;
}

.btn:hover {
  background-color: #aea200;
}

/* 点滅するアニメーション */
@keyframes pulseMotion {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(170, 143, 123, 0.4);
  }
  100% {
    transform: translate(-50%, -50%) scale(6.5, 6.5);
    background-color: rgba(170, 143, 123, 0);
  }
}
.point {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 完全に中央配置 */
  width: 50px; /* 必要に応じて調整 */
  height: 50px;
  background-color: transparent; /* 視認しやすい色 */
  border-radius: 50%; /* 丸いポイント */
  z-index: 3;
}

.point:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: opacity linear 0.4s;
  content: "";
}

.point.-active:after {
  animation: pulseMotion 1.4s linear infinite;
}

.bg-container.bg-map {
  width: 900px; /* 全体の幅を900pxに固定 */
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.bg-container.bg-map img {
  position: absolute;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.bg-container .picture-img-map,
.bg-container.bg-map .img-map {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px; /* 地図画像を1200pxに設定 */
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
  transition: transform 0.1s linear;
}

.bg-container .picture-img-R,
.bg-container.bg-map .img-R {
  top: 10px;
  right: -120px;
  z-index: 2;
  height: auto;
}

.bg-container .picture-img-L,
.bg-container.bg-map .img-L {
  left: -240px;
  bottom: 0px;
  z-index: 2;
  width: 360px;
  height: auto;
}

@media (max-width: 768px) {
  .bg-container.bg-map {
    height: 80vh;
  }
  .bg-container .picture-img-R,
  .bg-container .picture-img-L,
  .bg-container.bg-map .img-R,
  .bg-container.bg-map .img-L {
    width: 25vw;
  }
  .bg-container .picture-img-map,
  .bg-container.bg-map .img-map {
    width: 100%;
    left: 0;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .bg-container .picture-img-R,
  .bg-container .picture-img-L,
  .bg-container.bg-map .img-R,
  .bg-container.bg-map .img-L {
    display: none;
  }
}
.swiper .recommend .card-box {
  width: calc(100% - 20px);
}

.recommend {
  justify-content: space-between;
  gap: 15px;
}

.recommend .card-box {
  width: calc(33.33% - 20px);
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  padding-bottom: 40px;
}

.recommend .card-box .img {
  overflow: hidden;
}

.recommend .card-box img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
}

.recommend .card-box .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 15px;
  font-size: 16px;
  text-align: justify;
  background-color: #fff;
}

.recommend .card-box .text p {
  font-size: 14px;
  line-height: 1.6;
}

.recommend .card-box .text h3 {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 0;
  color: #997237;
}

.recommend .card-box .text .location {
  font-weight: 600;
  font-size: 12px;
}

.recommend .card-box .text .details {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 100%;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .recommend .card-box {
    width: calc(50% - 15px);
  }
}
.gld {
  color: #997237;
}

.card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* 他の要素の上に配置 */
}

.card-box:hover img {
  transform: scale(1.05);
  transition: transform 1s ease-in-out;
}

.sub-txt {
  margin-top: 0.75rem;
  font-weight: bold;
}

.sec_recommend {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

.recommend {
  max-width: 980px;
  width: 100%;
  margin: auto;
}

.swiper-wrapper.recommend {
  max-width: 100%;
  gap: 0;
  padding-bottom: 15px;
}

.t_wh {
  color: #fff;
}

section.shadow {
  box-shadow: 0 8px 20px rgba(36, 48, 111, 0.2);
  overflow: visible;
}

.header-container {
  padding: 40px 0;
  position: relative;
  z-index: 2;
}

.plx-box {
  position: relative;
  width: 100%;
  height: 200px; /* 高さを固定 */
  overflow: hidden;
}

.plx-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.sec_about {
  position: relative;
  padding-top: 1px;
}

.sec_about .inner {
  max-width: 100%;
  padding: 50px 50px 90px;
  position: relative;
  justify-content: space-between;
  width: 1200px;
}

.sec_about .header-container {
  width: auto;
  margin: 0;
}

.sec_about h2 {
  padding-bottom: 1rem;
}

.sec_about .btn-area {
  align-items: center;
  margin: 0 0 0 auto;
}

.sec_about .btn-area .btn {
  width: 280px;
  max-width: 100%;
  text-align: center;
  border-radius: 4px;
}

.sec_about .btn-area .btn a {
  padding: 1rem 2rem;
  font-size: 18px;
  letter-spacing: 0.1rem;
}

.sec_about .bg-overlay {
  padding-top: 50px;
}

.sec_about .bg-overlay img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}

@media screen and (max-width: 768px) {
  .sec_about .bg-overlay img {
    height: 100%;
    max-height: 700px;
    -o-object-position: 40% center;
    object-position: 40% center;
  }
}
.sec-news .bg-overlay img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}

@media screen and (max-width: 768px) {
  .sec-news .bg-overlay img {
    height: 100%;
    max-height: 700px;
    -o-object-position: center center;
    object-position: center center;
  }
}
.news-container,
.header-container {
  max-width: 980px;
  width: 100%;
  margin: auto;
}

.news-container {
  position: relative;
  z-index: 2;
}

.news-container li {
  position: relative;
  border-bottom: 1px solid #f7f2ed;
  font-size: 16px;
  line-height: 1.5;
  padding: 15px;
  gap: 20px;
}

.news-container .flex {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.news-container .h3 {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-container a {
  text-decoration: none;
}

.news-container a .hov {
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  margin: 4px 0;
  color: inherit;
  text-align: left;
}

.news-container .category {
  padding: 2px 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  min-width: 70px;
  text-align: center;
}

.news-container .c-news {
  background-color: #856f56;
}

.news-container .c-info {
  background-color: #aea200;
}

.news-container .h3 {
  line-height: 1;
}

.news-container {
  max-width: 980px;
  width: 100%;
  margin: auto;
  background: rgba(255, 255, 255, 0.95);
  margin-bottom: 30px;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .news-container {
    padding: 0;
  }
  .news-container li .flex {
    align-items: flex-start;
    gap: 5px;
  }
  .news-container .h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.4;
    font-size: 14px;
  }
  .news-container .date,
  .news-container .category {
    font-size: 12px;
  }
  .news-container .category {
    padding: 2px 6px;
    letter-spacing: 1px;
  }
}
a .hov {
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  margin: 4px 0;
  color: inherit;
}

.hov-line-fst a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.hov-line-fst a .hov {
  position: relative;
  display: inline-block;
}

.hov-line-fst a .hov::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: #bc975f;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease-in-out;
}

.hov-line-fst a:hover .hov::before {
  transform: scaleX(1);
}

.hov-line-fst a:not(:hover) .hov::before {
  transform-origin: right;
}

.bg-overlay {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #F1F1F1;
}

.bg-overlay img {
  position: absolute;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1;
}

.btn-area {
  position: relative;
  z-index: 2;
}

.btn {
  position: relative;
  display: inline-block;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  overflow: hidden;
  background: #bc975f;
  transition: background-color 0.3sease-in-out, border-color 0.3sease-in-out, color 0.3sease-in-out;
}

.btn a {
  padding: 7px 30px;
}

.sec_about .btn,
.nav .btn,
.pref-list .btn {
  background: linear-gradient(-90deg, #8b6b3d, #e0cfb0);
  transition: background-position 0.5s ease-in-out;
}

.pref-list .btn {
  box-shadow: none;
}

.btn {
  background: linear-gradient(to bottom, #e0cfb0, #a78654);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.btn:hover {
  background: linear-gradient(135deg, #8b6b3d 0%, #e0cfb0 100%);
  background-size: 200% 200%;
  animation: gradationAnim 2s ease infinite;
}

@keyframes gradationAnim {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.sec_about h2, .sec_about p {
  text-shadow: 0px 8px 11px rgba(2, 68, 22, 0.53);
}

.sec_infomation .header-container {
  padding: 60px 30px 0px 0;
}

.sec-news .inner,
.sec_infomation .inner {
  max-width: 100%;
  width: 100%;
  padding: 15px;
  position: relative;
}

.t_gold.dot-decoration {
  margin-bottom: 1rem;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
}

.sec-news .header-container h2, .sec-news .header-container p {
  color: #fff;
  text-shadow: 0px 8px 11px rgba(2, 68, 22, 0.53);
}

footer .inner {
  padding-top: 0;
  padding-bottom: 0;
}

.sec_contact_top {
  background-color: #f0f0f0;
  background: linear-gradient(-180deg, #09284f 100%, #0c1e3c 0%);
  position: relative;
  z-index: 2;
}

.sec_contact_top .inner {
  padding: 1rem;
  max-width: 1200px;
  width: 100%;
}

.sec_contact_top .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}

.sec_contact_top .contact-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.sec_contact_top .contact-item {
  position: relative;
  border: 1px solid #fff;
  border: 1px solid #bc975f;
  width: calc(25% - 10px);
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-grow: 1;
  overflow: hidden;
  background-color: #000;
}

.sec_contact_top .contact-item a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2rem;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  font-family: "Shippori Mincho", serif;
}

.sec_contact_top .contact-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}

.sec_contact_top .contact-item:hover::before {
  opacity: 0.5;
}

.sec_contact_top .contact-item:nth-child(1)::before {
  background-image: url("../images/contact-item1.jpg");
}

.sec_contact_top .contact-item:nth-child(2)::before {
  background-image: url("../images/contact-item2.jpg");
}

.sec_contact_top .contact-item:nth-child(3)::before {
  background-image: url("../images/contact-item3.jpg");
}

.sec_contact_top .contact-item:nth-child(4)::before {
  background-image: url("../images/contact-item4.jpg");
}

/* WebP対応 追加CSSのみ */
.sec_contact_top .contact-item:nth-child(1)::before {
  background-image: url("../images/fallback/contact-item1.jpg");
}

@supports (background-image: url("image.webp")) {
  .sec_contact_top .contact-item:nth-child(1)::before {
    background-image: url("../images/webp/contact-item1.webp");
  }
}
.sec_contact_top .contact-item:nth-child(2)::before {
  background-image: url("../images/fallback/contact-item2.jpg");
}

@supports (background-image: url("image.webp")) {
  .sec_contact_top .contact-item:nth-child(2)::before {
    background-image: url("../images/webp/contact-item2.webp");
  }
}
.sec_contact_top .contact-item:nth-child(3)::before {
  background-image: url("../images/fallback/contact-item3.jpg");
}

@supports (background-image: url("image.webp")) {
  .sec_contact_top .contact-item:nth-child(3)::before {
    background-image: url("../images/webp/contact-item3.webp");
  }
}
.sec_contact_top .contact-item:nth-child(4)::before {
  background-image: url("../images/fallback/contact-item4.jpg");
}

@supports (background-image: url("image.webp")) {
  .sec_contact_top .contact-item:nth-child(4)::before {
    background-image: url("../images/webp/contact-item4.webp");
  }
}
.search-box {
  display: flex;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s ease-in-out;
  width: 300px;
  margin: auto;
  height: 40px;
  box-sizing: border-box;
  border-top: 1px solid #97794d;
}

.search-box input {
  flex: 1;
  height: 100%;
  padding: 7px 15px;
  border: 1px solid #97794d;
  outline: none;
  font-size: 16px;
  color: #97794d;
  box-sizing: border-box;
  border-radius: 25px 0 0 25px;
}

.search-box input::-moz-placeholder {
  color: #999;
  font-size: 14px;
}

.search-box input::placeholder {
  color: #999;
  font-size: 14px;
}

.search-box button {
  padding: 0 20px;
  border: none;
  background-color: #97794d;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  line-height: 1;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.search-box button:hover {
  background-color: #97794d;
}

table.company-info {
  border: 2px solid #d6d6d6;
}

table.company-info th {
  background: linear-gradient(-90deg, #8b6b3d, #b5a589);
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 8px;
  text-align: left;
  width: 25%;
}

table.company-info tr:nth-child(2n) {
  background-color: #fff;
}

.contact-table {
  border: 2px solid #d6d6d6;
}

.contact-table th {
  background: linear-gradient(-90deg, #8b6b3d, #b5a589);
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 8px;
  text-align: left;
  width: 25%;
}

.content-container {
  max-width: 980px;
  width: 100%;
  margin: auto;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}

.content-container.pt-0 {
  padding-top: 0;
}

.section-padding-b {
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .section-padding-b {
    padding-bottom: 40px;
  }
}
.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.access-directions {
  margin: 0 auto;
  padding: 40px 20px;
}

.access-directions .access-title {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin-top: 24px;
  padding-left: 12px;
  border-left: 4px solid #917347;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

.access-directions .access-text {
  line-height: 1.8;
  margin-bottom: 20px;
}

.section-header {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/1;
  width: 100%;
  max-height: 300px;
}

.header-fst {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

picture.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

picture.bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}

@media screen and (max-width: 768px) {
  .section-header {
    aspect-ratio: 2/1;
    max-height: none;
    height: auto;
  }
}
.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  transform: scale(1);
  animation: zoom-bg 10s ease-in-out forwards;
}

@keyframes zoom-bg {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.bdr_gold {
  padding: 60px;
  border: 1px solid #997237;
  color: #D4AF37;
  font-size: 14px;
  letter-spacing: 0.05em;
  background-color: transparent;
}

.bdr_gold p {
  margin-bottom: 90px;
}

.policy-list {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}

.policy-list li {
  margin-bottom: 2rem;
  font-size: 16px;
  line-height: 1.7;
}

.policy-list li h3 {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 1rem;
  color: #997237;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.required-mark {
  color: #cc0000;
  font-weight: bold;
  font-size: 14px;
}

table.market.area-list-table td:nth-child(1) {
  text-align: center;
}

.company_photo {
  width: 450px;
  height: auto;
}

.sec_company .content-container {
  max-width: none;
}

.company-wrap {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: center;
}

.company-wrap .company-text-block {
  width: 60%;
}

@media screen and (min-width: 768px) {
  .company-wrap .company-text-block {
    padding: 0 0 0 60px;
  }
}
.company-wrap .company-image-block {
  width: 40%;
}

.company-wrap .company-image-block {
  padding: 40px 0 0 60px;
}

.company-wrap .company-image-block img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .company-wrap {
    flex-direction: column;
  }
  .company-wrap .company-text-block {
    width: 100%;
    order: 0;
  }
  .company-wrap .company-image-block {
    width: 100%;
    order: 1;
    padding: 1rem 0 0;
    overflow: hidden;
  }
}
.about1 {
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
  .about1 .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.about-wrap {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: center;
}

.about-text-block {
  width: 65%;
}

.about-image-block {
  width: 35%;
}

.about-wrap.content-container {
  padding: 0;
  max-width: 100%;
}

.about-text-block {
  padding: 30px 60px 60px 90px;
}

.about-image-block img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.bordered-box {
  position: relative;
  padding: 30px;
}

.bordered-box::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #a78450;
  z-index: 3;
  pointer-events: none;
}

.bordered-box * {
  position: relative;
  z-index: 1;
}

.benefits-list {
  padding-left: 0;
  list-style-position: outside;
  counter-reset: number;
  list-style: decimal;
}

.benefits-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.6em;
  line-height: 1.7;
}

.h3-u-line {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 16px;
}

.h3-u-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 2rem;
  background-color: #a78450;
  z-index: 2;
}

.h3-u-line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #ddd;
  z-index: 1;
}

.about3 .box {
  border: 2px solid #a78450;
  padding: 20px;
  margin-top: 20px;
  border-radius: 6px;
  background-color: #fff;
}

.about2 {
  position: relative;
  overflow: hidden;
}

.about2 .bg-img-container {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.about2 .bg-img-container img.bg-img-full {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about2 .shadow-box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2em;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.section-bg {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
}

.section-bg .bg-img-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  -o-object-position: top;
  object-position: top;
}

.section-bg .inner {
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 0 20px;
  text-align: center;
}

.section-title {
  font-weight: bold;
  color: #000;
  margin-bottom: 4rem;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.8), 0 0 12px rgba(255, 255, 255, 0.6), 0 0 24px rgba(255, 255, 255, 0.4);
}

.section-title {
  font-weight: 500;
}

.section-title .t-large {
  color: #fff;
  font-size: 80px;
  display: inline-block;
  padding-left: 0.7rem;
}

.blurred-box {
  background: rgba(255, 255, 255, 0.9);
  padding: 50px;
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  max-width: 960px;
  margin: auto;
}

.benefits-list {
  counter-reset: number;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 4rem;
}

.benefits-list li {
  position: relative;
  padding-left: 3em;
  margin-bottom: 1rem;
}

.benefits-list li::before {
  counter-increment: number;
  content: "0" counter(number) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #a78654;
  font-family: "Noto Serif JP", serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
}

.about3 .box {
  border: 2px solid #a78450;
  padding: 40px;
  margin-top: 20px;
  border-radius: 6px;
  background-color: #fff;
}

.about3 .box h4 {
  color: #a78450;
  margin-bottom: 1rem;
}

.about4-box {
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.horizontal-box {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  border: 2px solid #b9b9b9;
  border-radius: 10px;
  padding: 1.5rem;
  background: #fff;
}

.horizontal-box .box-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px;
  text-align: center;
}

.horizontal-box .box-header .box-icon {
  margin-bottom: 0.5rem;
}

.horizontal-box .box-header h4.f-min {
  font-size: 1rem;
  margin: 0;
  color: #a78450;
}

.horizontal-box .box-header h4.f-min span {
  font-size: 0.8rem;
  font-weight: normal;
  color: #a78450;
}

.horizontal-box p {
  flex: 1;
  margin: 0;
}

.double-frame {
  position: relative;
  padding: 60px;
  margin: auto;
}

.double-frame::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0.5rem;
  bottom: 0.5rem;
  top: 0;
  border: 1px solid #a78654;
  z-index: 2;
}

.double-frame::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0.5rem;
  right: 0;
  bottom: 0;
  top: 0.5rem;
  border: 1px solid #a78654;
}

.double-frame .t-large {
  color: #a78654;
  font-size: 80px;
  display: inline-block;
}

.check-list-wrap {
  border-top: 1px solid #ddd;
  z-index: 2;
  position: relative;
}

.check-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
}

.check-item .check-title {
  position: relative;
  padding-left: 2.5rem;
}

.check-item .check-title::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("../images/about-assets/checked.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.check-item .check-title h3 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.6;
}

.check-item .check-text {
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
  padding-left: 2.5rem;
}

.flow-box {
  position: relative;
  display: flex;
  align-items: flex-start;
  border: 1px solid #a78654;
  padding: 1.5rem;
  border-radius: 6px;
  gap: 1rem;
  background-color: #fff;
  margin-bottom: 2.5rem;
}

.flow-box::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #a78654;
}

.flow-box:last-child::after {
  display: none;
}

.flow-box .flow-number {
  font-weight: bold;
  color: #a78654;
  font-size: 1rem;
  min-width: 2em;
}

.flow-box .flow-icon {
  background-color: #a78654;
  background: linear-gradient(to right, #a78654, #8c6c3c);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  min-width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow-box .flow-content {
  flex: 1;
}

.flow-box h4 {
  color: #a78654;
  margin-bottom: 0.5em;
}

.typ2 .flow-box {
  border: 1px solid #595654;
}

.typ2 .flow-box .flow-icon {
  background-color: #625f5c;
  background: linear-gradient(to right, #625f5c, #4a4846);
}

.typ2 .flow-box h4 {
  color: #595654;
}

.about-image-block-bg {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.about-image-block-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.btn-area {
  gap: 60px;
}

.btn-area .btn a {
  padding: 15px 30px;
  font-size: 18px;
  letter-spacing: 0.1rem;
}

.flow-box p,
.about6 .flow-content p,
.about3 .box p,
.about4 .box p {
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
  text-align: justify;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.banner-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.banner-links .banner-item {
  max-width: 300px;
  flex: 1 1 auto;
  text-align: center;
}

.banner-links .banner-item a {
  display: inline-block;
}

.banner-links .banner-item a .banner-img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s;
}

.banner-links .banner-item a .banner-img:hover {
  opacity: 0.7;
}

.bd-gold-bottom {
  border-bottom: 1px solid #a78654;
  display: inline-block;
}

.mb-xs {
  margin-bottom: 0.5rem;
}

.mb-sm {
  margin-bottom: 1rem;
}

.mb-md {
  margin-bottom: 1.5rem;
}

.mb-lg {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  header {
    height: 60px;
  }
  .nav-out.pc {
    display: block;
  }
  #fixedBox.fixed {
    height: auto;
  }
  #fixedBox.nav-out.fixed {
    padding: 20px 15px !important;
  }
  .sec_contact_top .contact-item {
    position: relative;
    width: 100%;
  }
}
.sec_contact_top .contact-item {
  border: 3px solid transparent;
  background-image: linear-gradient(#0c1e3c, #0c1e3c), linear-gradient(45deg, #cba55a, #f0e0c0); /* 外枠ゴールド */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  filter: brightness(1.1) contrast(1.2) saturate(1.3) hue-rotate(-10deg);
}

.sec_recommend .swiper-container2,
.sec_recommend .swiper-container {
  padding-top: 0;
}

.sec_recommend .header-container {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .nav-right .btn a,
  .nav-right .tel-number {
    width: auto;
  }
  .sec_search .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec_search .hd-box {
    padding: 30px 0px;
  }
  .pref-list-area {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 95%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .pref-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 16px;
  }
  .pref-list .btn {
    display: block;
    padding: 6px 16px;
    text-align: center;
    width: 100%;
  }
  .sec_recommend .recommend .card-box .text {
    padding: 10px;
  }
  .sec_recommend .swiper-container, .sec_recommend .swiper-container2 {
    padding-bottom: 1rem;
  }
  .banner-links {
    gap: 5px;
  }
  footer .nav {
    flex-direction: column;
    gap: 10px;
  }
  footer .nav li {
    margin-bottom: 0;
  }
  footer .nav a {
    font-size: 100%;
    padding: 0.1rem 0;
  }
  .section-bg {
    padding: 2rem 0;
  }
  .section-title .t-large {
    font-size: 46px;
  }
  .bd-gold-bottom,
  .text-large-f-sm p.center.bd-gold-bottom {
    text-align: left;
    border-bottom: 0;
  }
  .horizontal-box .box-header {
    width: 70px;
  }
  .horizontal-box .box-header h4.f-min span {
    font-size: 0.7rem;
  }
  .double-frame {
    padding: 2rem;
  }
  .section-title {
    margin-bottom: 2rem;
  }
  .flow-box {
    position: relative;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }
  .flow-box .flow-number {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
  }
  .btn-area {
    gap: 1rem;
  }
  .btn-area .btn {
    width: auto;
    text-align: center;
    border-radius: 4px;
  }
  .btn-area .btn a {
    padding: 0.5rem;
    font-size: 1rem;
  }
  .company-text-block, .company-image-block {
    width: 100%;
  }
  .company-image-block {
    padding: 1rem 0 0;
  }
  .company-image-block img {
    aspect-ratio: 2/1;
  }
  .sec_data {
    padding: 0;
  }
  .hd-area {
    padding: 1rem 0;
  }
  .pref-list.v2 li .btn {
    min-width: auto;
  }
  .content-container.bdr_gold {
    padding: 2rem 1rem 1rem;
  }
  .bdr_gold p {
    margin-bottom: 2rem;
  }
  textarea,
  input[type=text] {
    width: 100%;
    box-sizing: border-box;
  }
  .blurred-box,
  .horizontal-box,
  .about3 .box {
    padding: 1rem;
  }
  .about6.content-container h3 {
    padding-top: 1rem;
  }
  .sec_company .content-container {
    padding-top: 0;
    max-width: 100%;
  }
  .content-container {
    padding: 2rem 0 1rem;
  }
  .section-padding {
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .sec_infomation .header-container,
  .header-container {
    padding: 2rem 0;
  }
  .about1 {
    padding-bottom: 1rem;
  }
  .header-fst h2 {
    font-size: 1.5rem;
  }
  .h2 {
    font-size: 1.2rem;
  }
  .policy-list li h3,
  .recommend .card-box .text h3 {
    font-size: 1rem;
  }
  table.area-list-table td {
    font-size: 16px;
  }
  .text-large-f-sm li, .text-large-f-sm p, p.txt.large.f-sm {
    font-size: 16px;
    text-align: left;
  }
  .about-text-block.text-large-f-sm p,
  .company-text-block.text-large-f-sm p {
    text-align: justify;
  }
}
body > .wrapper {
  padding-bottom: 0;
}

/* Topics 投稿ページ */
.single-post .news_article li,
.single-post .news_article p {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: justify;
  margin-bottom: 2rem;
}

.news_article {
  padding: 60px 2rem;
  position: relative;
  z-index: 1;
}

.news_article_content {
  padding: 0;
  max-width: 980px;
  width: 100%;
  margin: auto;
}

.breadcrumb {
  width: 100%;
  margin: auto;
}

.header-fst p.txt.large.f-sm.center {
  text-align: center;
  padding: 0 2rem;
}

.header-fst p, ::after .header-fst h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: transparent;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.article img {
  margin-bottom: 2rem;
}

.entry-content hr {
  margin: 4rem 0 4rem;
  border: none;
  border-top: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .half-right-image {
    float: right;
    max-width: 50%;
    height: auto;
    margin-left: 2rem;
    margin-bottom: 1rem;
    image-rendering: auto;
  }
}
@media screen and (max-width: 767px) {
  .half-right-image {
    width: 100%;
    float: none;
    display: block;
    margin: 0 auto 1rem;
  }
}
.ml-0 {
  margin-left: 0;
}

.c-link-box {
  text-align: right;
  padding: 1rem 0;
}

.c-link-underline {
  position: relative;
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-size: 0.9rem;
}

.c-link-underline::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.c-link-underline:hover::after {
  transform: scaleX(0);
}

.news_article_content .breadcrumb {
  padding-top: 0;
}

.section-title {
  margin-bottom: 2rem;
  font-weight: bold;
}

.section-title a {
  text-decoration: underline;
  font-weight: bold;
}

.entry-content a {
  text-decoration: underline;
}

.entry-content h3,
.entry-content p {
  margin-bottom: 1rem;
}

.wpcf7-submit {
  display: inline-block;
  background: linear-gradient(to bottom, #e0cfb0, #a78654);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 15px 30px;
  font-size: 18px;
  letter-spacing: 0.1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  margin: 2rem auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7-submit:hover {
  background: linear-gradient(to bottom, #d4ba95, #8f7345);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.wpcf7-submit:hover {
  background: linear-gradient(to bottom, #d4ba95, #8f7345);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.wpcf7-submit {
  display: block;
  margin: 2rem auto;
  min-width: 150px;
}

table th p {
  color: #fff;
  font-size: inherit;
}

.content-container .wpcf7 form.invalid .wpcf7-response-output, .content-container .wpcf7 form.unaccepted .wpcf7-response-output, .content-container .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #c13b1f;
  padding: 1rem;
}

.content-container .wpcf7 form.sent .wpcf7-response-output {
  border-color: #bda277;
  padding: 1rem;
}

.content-container .wpcf7 table p {
  font-size: inherit;
  text-align: left;
}

.wpcf7-submit,
.wpcf7-response-output {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.4em;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.wpcf7-form-control {
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
}

.col-layout {
  width: 100px;
}

@media screen and (max-width: 768px) {
  .inner {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .table-scroll {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .table-scroll > table.area-list-table {
    transform: scale(0.5);
    transform-origin: top left;
    width: 200%;
  }
  .table-scroll table,
  table.area-list-table td {
    font-size: 9px;
  }
  table.area-list-table td.small-text,
  table.area-list-table td.text {
    font-size: 12px;
  }
  .area-list-table th {
    font-size: 8px;
    padding: 4px;
    letter-spacing: 0;
    line-height: 1.2;
    white-space: nowrap;
  }
  table.area-list-table .col-layout {
    width: auto;
    min-width: 40px;
  }
  table.area-list-table .col-course-name,
  table.area-list-table .th {
    width: 11%;
  }
}
.swiper-wrapper.recommend .swiper-slide {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  align-items: stretch;
}

.recommend .card-box {
  box-shadow: none;
}

/*policy*/
.bullet-list {
  padding-left: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  list-style-type: disc;
}

.bullet-list li {
  margin-bottom: 0.3rem;
}

.policy-list li h4 {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
  color: #555;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.policy-list li h4.symbol-head {
  padding-left: 1rem;
  text-indent: -1.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #555;
  font-weight: 500;
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
}

.bullet-list {
  padding-left: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  list-style-type: disc;
}

.bullet-list li {
  margin-bottom: 0.3rem;
}

.policy-list li h4 {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
  color: #555;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.policy-list li h4.symbol-head {
  padding-left: 1rem;
  text-indent: -1.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #555;
  font-weight: 500;
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
}

/*webp*/
.img-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block; /* flexからblockに変更 */
  background-color: #F1F1F1;
}

.img-container .bg-pic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: block;
}

.img-container .bg-pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.img-container > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.bg-img .bg-pic {
  width: 100%;
  height: 100%;
  display: block;
}

.bg-img .bg-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

@media screen and (max-width: 768px) {
  .img-container img,
  .img-container .bg-pic img {
    height: 100%;
    max-height: 700px;
    -o-object-position: center center;
       object-position: center center;
  }
  .sec_about .img-container img,
  .sec_about .img-container .bg-pic img {
    height: 100%;
    max-height: 700px;
    -o-object-position: 40% center;
       object-position: 40% center;
  }
}
.sec_about p.txt {
  text-shadow: 0px 0px 4px rgb(0, 0, 0), 0px 0px 8px rgba(0, 0, 0, 0.8), 0px 0px 12px rgba(0, 0, 0, 0.6), 2px 2px 4px rgba(0, 0, 0, 0.9), 4px 4px 8px rgba(0, 0, 0, 0.7);
  color: #fff;
}

/*about*/
.about-image-block-bg picture {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.about-image-block-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  aspect-ratio: 16/9;
  display: block;
}

@media screen and (max-width: 768px) {
  .about-image-block-bg img {
    aspect-ratio: 4/3;
    -o-object-position: center center;
       object-position: center center;
  }
}
.about-image-block-bg {
  position: relative;
  overflow: hidden;
}

.about-image-block-bg picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  aspect-ratio: 16/9;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* 古いブラウザ対応 */
@supports not (aspect-ratio: 16/9) {
  .about-image-block-bg::before {
    content: "";
    display: block;
    padding-top: 56.25%; /* 16:9 ratio */
  }
  .about-image-block-bg picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* bg-img-container WebP対応CSS */
.bg-img-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.bg-img-container picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}

.bg-img-container picture img.bg-img-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: 0;
  display: block;
}

.bg-img-container picture img.bg-img-full {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.bg-img-container picture > img.bg-img-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: 0;
}

/* about-image-block WebP対応CSS */
.about-image-block picture {
  width: 100%;
  height: auto;
  display: block;
}

.about-image-block img,
.about-image-block picture img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-image-block img,
.about-image-block picture img {
  -o-object-fit: cover;
  object-fit: cover;
}

.about-image-block picture > img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  -o-object-fit: cover;
}

/* header-fst WebCSS */
.header-fst picture.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header-fst picture.bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}

.header-fst > picture.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header-fst > picture.bg-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}

.header-fst picture.bg-img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .header-fst {
    height: 250px;
  }
  .header-fst picture.bg-img img {
    -o-object-position: center center;
       object-position: center center;
  }
}
@media screen and (max-width: 480px) {
  .header-fst {
    height: 200px;
  }
}
.header-fst > *:not(picture) {
  position: relative;
  z-index: 1;
}

/* bg-img WebP対応CSS */
.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}

.bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}

.bg-img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

picture.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}

picture.bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}

/* === 買い物件（デフォルト色） ========================= */
.section-padding .area-list-table.market :is(th:first-child[rowspan="2"], th, .th, th.th, th.th2) {
  background: #8b6b3d; /* 買い物件用 */
}

/* === 売り物件（.section-padding-b が付く） ============ */
.section-padding-b .area-list-table.market :is(th:first-child[rowspan="2"], th, .th, th.th, th.th2) {
  background: #0d468d; /* 売り物件用 */
}

.highlight {
  color: #0d468d;
  letter-spacing: 0;
}

.highlight::after {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.1), #0d468d 100%);
}

@media screen and (min-width: 480px) {
  .sp-br {
    display: none;
  }
}
.about-wrap {
  position: relative;
  overflow: hidden;
}

.about-wrap .about-image-block {
  position: absolute;
  top: 0;
  right: -60px;
  width: calc(40% + 60px);
  height: 100%;
  z-index: 1;
}

.about-wrap .about-image-block picture {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.about-wrap .about-image-block picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
  display: block;
}

.about-wrap .about-text-block {
  position: relative;
  z-index: 2;
  width: 60%;
  background: #fff;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .about-text-block {
    padding: 30px 2rem 60px 3rem;
  }
}
@media (max-width: 767px) {
  .about1 {
    background: #fff;
  }
  .about-wrap {
    overflow: visible;
  }
  .about1 .inner {
    overflow: visible;
    padding: 0;
  }
  .sec_about p br {
    display: none;
  }
  .about-wrap .about-image-block {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    z-index: auto;
    order: 2;
    margin: auto;
  }
  .about-wrap .about-image-block picture {
    position: static;
    width: 100%;
    height: auto;
  }
  .about-wrap .about-image-block picture img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 300px;
    -o-object-position: center center;
       object-position: center center;
  }
  .about-wrap .about-text-block {
    width: 100%;
    z-index: auto;
    order: 1;
    padding: 3rem;
    position: relative;
  }
  .horizontal-box {
    gap: 1rem;
    flex-direction: column;
  }
  .check-item .check-title,
  .check-item .check-text {
    padding-left: 0;
  }
  .about5 .inner {
    padding: 0 1rem;
  }
  .flow-box .flow-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    padding: 0 1rem;
  }
  img.box-icon {
    width: 30px;
  }
}
.membership-info {
  position: absolute;
  bottom: 5px;
  right: 15px;
  text-align: right;
  z-index: 2;
}

p.membership-regular,
p.membership-weekday {
  font-size: 16px;
  font-weight: bold;
  margin: 2px 0;
  line-height: 1.3;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

.details {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 100%;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 600;
}

.golf-hole-icon {
  width: 24px;
  height: 24px;
  background-image: url("../images/golf-hole.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .membership-regular,
  .membership-weekday {
    font-size: 14px;
  }
  .sec_about .inner {
    padding: 4rem 2rem;
  }
  .sec_about .btn-area {
    margin: auto;
  }
  .sec_about .btn-area .btn {
    width: 280px;
    max-width: 100%;
    margin: auto;
  }
  .news-container {
    padding: 1rem;
  }
}
.swiper-wrapper.recommend .swiper-slide {
  height: auto;
}

.sec_recommend .inner {
  max-width: 100%;
}
.sec_recommend .header-container, .sec_recommend .c-link-box {
  padding-left: 15px;
  padding-right: 15px;
}

.sec_recommend .recommend .card-box .text h3 {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  /* Swiperコンテナの高さ統一 */
  .swiper-wrapper.recommend {
    align-items: stretch;
  }
  .swiper-wrapper.recommend .swiper-slide {
    height: auto;
    display: flex;
  }
  body .recommend .card-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  body .recommend .card-box .img {
    height: 140px;
    overflow: hidden;
    flex-shrink: 0;
  }
  body .recommend .card-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  body .recommend .card-box .text {
    flex: 1;
    padding: 10px;
    position: relative;
    min-height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .sec_recommend .recommend .card-box .text {
    padding-bottom: 50px;
  }
  body .recommend .card-box {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  body .recommend .card-box .text .details {
    left: 10px;
    height: 47px;
  }
  .recommend .card-box .text p {
    line-height: 1.4;
    letter-spacing: -0.25px;
    margin-bottom: 4px;
    font-size: 12px;
  }
  .golf-hole-icon {
    width: 17px;
  }
  .sec_recommend .inner {
    padding: 0;
  }
}
  html, body { height: 100%; margin: 0; }
  .wrapper { min-height: 100dvh; display: flex; flex-direction: column; }
  #container.container { flex: 1; display: flex; flex-direction: column; }
  main { flex: 1 0 auto; display: flex; flex-direction: column; }
  footer { margin-top: auto; }

  #main_column {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .sec_contact_top {
    margin-top: auto;
  }

main { min-height: auto !important; }

#main_column {
  padding-bottom: 0 !important;
}

#main_column > p {
    margin: 2em 0;
    padding: 0 2em;
    line-height: 1.6;
}

@media (max-width: 768px) {
  .pos-right {
    position: static; 
    right: auto;
    bottom: auto;
    text-align: right;
    display: block;
    margin-top: 1rem;
  }
}
.tight {
  letter-spacing: -0.5rem;
}
section .wrapper {min-height:initial;!important}
/* ================================
  last update: 2025-12-12
================================ */