@charset "UTF-8";
/*
Theme Name: magokuro2026-en
Description: 英語版テーマ
Author: Your Name
Version: 1.0
*/
/* =======================================
   レスポンシブフォントサイズユーティリティ
   ======================================= */

/*
  第二引数の流動的な値 (例: 3vw + 1rem) は、
  画面幅によってサイズが変動する度合いを調整します。
  必要に応じてvwの係数(例: 3)を調整してください。
*/
/* H1 (Max: 6.0rem, Min: 4.8rem) */
.u-fs-h1 {
  font-size: clamp(4.8rem, 3.5vw + 1rem, 6.0rem);
}
/* H2 (Max: 4.6rem, Min: 3.68rem) */
.u-fs-h2 {
  font-size: clamp(3.68rem, 3vw + 1rem, 4.6rem);
}
/* H3 (Max: 4.0rem, Min: 3.2rem) */
.u-fs-h3 {
  font-size: clamp(3.2rem, 2.8vw + 1rem, 4.0rem);
}
/* H4 (Max: 3.6rem, Min: 2.8rem) */
.u-fs-h3-m {
  font-size: clamp(2.8rem, 2.75vw + 1rem, 3.6rem);
}
/* H4 (Max: 3.2rem, Min: 2.56rem) */
.u-fs-h4 {
  font-size: clamp(2.56rem, 2.5vw + 1rem, 3.2rem);
}
/* P-Large (Max: 3.0rem, Min: 2.4rem) */
.u-fs-p-large {
  font-size: clamp(2.4rem, 2vw + 1rem, 3.0rem);
}
/* P-Base (Max: 2.4rem, Min: 1.92rem) */
.u-fs-p-base {
  font-size: clamp(1.92rem, 1.5vw + 1rem, 2.4rem);
}
/* P-Base (Max: 2.2rem, Min: 1.85rem) */
.u-fs-m-base {
    font-size: clamp(1.85rem, 1.35vw + 1rem, 2.2rem);
}
/* P-Small (Max: 2.0rem, Min: 1.6rem) */
.u-fs-p-small {
  font-size: clamp(1.6rem, 1.2vw + 1rem, 2.0rem);
}
/* Caption-1 (Max: 1.8rem, Min: 1.44rem) */
.u-fs-caption-1 {
  font-size: clamp(1.44rem, 1vw + 1rem, 1.8rem);
}
/* Caption-2 (Max: 1.6rem, Min: 1.28rem) */
.u-fs-caption-2 {
  font-size: clamp(1.28rem, 0.8vw + 1rem, 1.6rem);
}
/* Caption-2.5 (Max: 1.4rem, Min: 1.12rem) */
.u-fs-caption-mid {
  font-size: clamp(1.12rem, 0.65vw + 1rem, 1.4rem);
}
/* Caption-3 (Max: 1.2rem, Min: 0.96rem) */
.u-fs-caption-3 {
  font-size: clamp(0.96rem, 0.5vw + 1rem, 1.2rem);
}



/* ========================================
   全ページ共通項
   ======================================== */
html, body {
    overflow-x: hidden; 
    width: 100%;
}
.origin {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    line-height: 1.9;
    width: 90%;
}
.origin a, .origin p, .origin li, .origin h1, .origin h2, .origin div, .sub-origin {
    color: #333;
    font-family: 'Hiragino Mincho ProN', serif;
}
.sp-zpne {
    display: none;
}
.sub-origin {
    max-width: 1040px;
    margin: 0 auto;
    width: 90%;
}
.page-top p {
    text-align: center;
    margin: 0;
}
.page-top p a {
    display: block;
    width: 24px;
    margin: 0 auto 20px auto;
    padding: 8px 20px;
}
.page-top p a img {
    width: 22px;
    height: 14px;
}
.bold-text {
    font-weight: bold;
}
.fontcolor-gray {
    color: #999999 !important; 
}
.fontcolor-gray-02 {
    color: #505050 !important;
}
.catch h3 {
    width: 120px;
}
.a-hover {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
    position: relative;
    width: fit-content;
    display: block;
}
.a-hover::after {
    content: '';
    position: absolute;
    bottom: 2px;    
    left: 0;
    width: 100%;    
    height: 1px;    
    background-color: currentColor; 
    transform: scaleX(0); 
    transition: transform 0.3s ease;
    transform-origin: left;
}
.a-hover:hover::after {
    transform: scaleX(1); 
}

/* ========================================
   header
   ======================================== */
.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}
.header__nav div {
    display: flex;
    gap: 90px;
}
.nav-list__item {
    margin: 5px 0;
    white-space: nowrap;
}
.nav-list__item a:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
}
.nav-list__item a {
    font-weight: bold;
    color: #333;
    text-decoration: none;
    font-size: 13px;
}
#langLink {
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    line-height: 1.9;
}
#langLink a {
    -webkit-transition: 0.1s ease-in-out;
    background: #000000;
    border-radius: 0 0 10px 10px;
    color: #ffffff;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: 0.1s ease-in-out;
    width: 140px;
}

/* ========================================
   index
   ======================================== */
.topcontent_section {
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
    width: 100%;
}
.hero-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.hero-slider__canvas {
    width: 100%;
    line-height: 0; 
}
.hero-slider__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;   
    z-index: 1;
    transition: opacity 1.5s ease-in-out; 
    object-fit: contain;
}
.hero-slider__canvas .hero-slider__img.is-visible {
    opacity: 1;
    z-index: 2; 
}
.hero-slider__content {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    text-align: center;
}
.hero-slider__action-btn {
    appearance: none;
    -webkit-appearance: none;
    color: #fff;
    padding: 12px 40px;
    font-weight: bold;
    backdrop-filter: blur(4px); 
}
.hero-slider__img--base {
    position: static;
    display: block;
}
.news-container {
    padding-top: 70px;
    max-width: 90%;
    margin: 0 auto;
}
.section-header {
    text-align: center; 
    margin-bottom: 70px; 
}
.news-list {
    border-top: 1px solid #bababa; 
}
.news-date {
    margin-bottom: 20px; 
    color: #2f2f2f;
    text-align: right;
    margin-top: -30px;
    font-family: 'Hiragino Mincho ProN', serif;
}
.news-item {
    display: flex; 
    align-items: center;
    padding: 20px 10px; 
    border-bottom: 1px solid #bababa; 
    text-decoration: none; 
    color: inherit; 
    transition: background-color 0.3s ease; 
    gap: 20px;
}
.news-item:hover {
    background-color: #f9f9f9; 
    opacity: 0.8;
}
.news-meta {
    width: 140px; 
    flex-shrink: 0; 
    font-weight: bold; 
    font-family: sans-serif; 
}
.news-title {
    flex-grow: 1;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-link-footer{
    display: flex;
    justify-content: flex-end;
    padding: 30px 10px;
}
.news-main-text p {
    margin-bottom: 1.5em !important; /* これで一行分の空きが強制的に作られます */
    line-height: 1.8; /* 行間も少し広げると読みやすくなります */
}
.news-main-text br {
    display: block;
    content: "";
    margin-top: 1em;
}
.content-section {
    padding: 60px 0px;
    background-color: var(--color-light-gray);
    --column-gap: 30px;
}
.content-section__container {
    max-width: var(--max-width);
    margin: 0 auto;
}
.content-section__grid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--column-gap);
}
.content-section__grid > * {
    box-sizing: border-box;
    width: calc((100% - (var(--column-gap) * 2)) / 3);
}
.content-card {
    background-color: var(--color-white);
    overflow: hidden;
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    border: solid 1px #eeeeee;
    padding: 0px 20px;
}
.content-card__image {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 280px;
}
.content-card__image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-hover);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.content-card:hover .content-card__image::after {
    opacity: 1;
}
.content-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-card__label {
    margin-bottom: 5px;
    padding-top: 10px;
    font-family: var(--font-family-sans);
    z-index: 1;
    line-height: 1.6;
    font-weight: 500;
    min-height: 51px;
}
.content-card__caption {
    padding-top: 10px;
    padding-bottom: 30px;
    color: var(--color-gray);
    text-align: right;
    background-color: var(--color-white);
}
.news-content strong, 
.news-content b {
    font-weight: bold !important;
}


/* ========================================
   固定ページ共通
   ======================================== */
.main-visual {
    padding-bottom: 40px;
}
.main-visual__title h2 img{
    position: absolute;
    right: 50%;
    margin-right: -480px;
    width: 75px;
    text-indent: -9999px;
}
.main-visual__title h2 {
    position: absolute;
    top: 340px;
    left: 50%;
    margin-left: -500px;
    font-size: 200%;
    color: #ffffff;
    text-align: left;
    text-shadow: 1px 1px 2px #000;
    display: block;
}
.main-visual__title-sp h2 {
    display: none;
}
.page-nav {
    padding-bottom: 50px;
}
.page-nav div ul {
    display: flex;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}
.page-nav div ul li {
    float: left;
    width: -webkit-fill-available;
    background: none;
    text-align: center;
    border-bottom: none;
    border-right: 1px solid #cccccc;
}
.page-nav div ul li:last-child {
    border-right: none;
}
.page-nav div ul li a {
    display: block;
    width: 100%;
    padding: 6px 0;
    font-family: 'Hiragino Mincho ProN', serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.1em;
    position: relative;
}
.page-nav div ul li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-hover);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.page-nav div ul li a:hover {
    opacity: 0.8;
}
.page-content-catch {
    margin: 0;
    padding: 0 0 60px;
    width: 900px;
    line-height: 2.4em;
}
.page-content {
    margin-bottom: 60px;
}
.page-content .catch h4 {
    border-bottom: 1px dotted #aaaaaa;
    margin-bottom: 20px;
}
.page-content-text {
    margin: 0;
    padding: 0 0 60px;
    line-height: 2.4em;
}
.page-content-text h4 {
    padding-bottom: 20px;
    line-height: 1.2;
}
.page-content-img {
    max-width: 700px;
}
.page-content-img div {
    padding-bottom: 60px;
}
.page-content-img h5 {
    text-align: center;
    border-bottom: 1px solid #dddddd;
    line-height: 2em;
}
.page-content-img-sub {
    display: flex;
    justify-content: space-between;
    gap: 5%;
}
.page-content-img-sub h5 {
    margin-bottom: 10px;
}
.page-content-image {
    width: 100%;
}
.page-content-image__title p {
    text-align: center;
    border-bottom: 1px solid #dddddd;
    line-height: 2em;
    margin-bottom: 20px;
    font-family: 'Hiragino Mincho ProN', serif;
}
.page-content-image__body {
    padding-top: 20px;
    padding-bottom: 60px;
}
.page-column-img.page-column-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; 
    gap: 20px;
    list-style: none;
}
.page-column-img.page-column-3 li {
    width: calc((100% - 40px) / 3); 
}
.page-column-img.page-column-3 li img {
    width: 100%;
    height: 209px;
    display: block;
    object-fit: cover;
}
.page-content-image__caption {
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-content-image__caption p {
    line-height: 1.8;
}
.box-container {
    line-height: 1.9;
    width: 850px;
}
.box-table {
    width: 100%;
    border-collapse: collapse;
}
.box-table tr {
    border-bottom: 1px solid #e0e0e0;
}
.box-table th, .box-table td {
    text-align: left;
    vertical-align: top;
}
.box-table th {
    padding: 10px 0;
    font-weight: bold;
    white-space: nowrap;
    float: left;
}
.box-table td {
    padding: 10px 10px 10px 5em;
}
.box-text {
    margin-top: 25px;
}
.caution {
    line-height: 1.9;
}
.caution .fr {
    padding: 40px 0 60px;
}
.caution .sc {
    padding: 20px;
    border: 1px solid #cccccc;
    line-height: 1.8;
    border-radius: 5px;
    text-align: left;
}
.caution h5 {
    font-weight: bold;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}
.modal-overlay.is-active {
    opacity: 1;
    visibility: visible;
}
.modal-content img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 90vh;
    border: 4px solid #fff;
    transform: scale(0.95);
    transition: transform 0.2s ease;
}
.modal-overlay.is-active .modal-content img {
    transform: scale(1);
}
.menu-container {
    font-family: "Hiragino Mincho ProN", "MS Mincho", serif;
    color: #333;
    max-width: 900px;
    padding: 10px 0 40px;
}
.menu-list {
    display: flex;
    flex-wrap: wrap; 
    list-style: none;
    padding: 0;
}
.menu-list li::before {
    content: "■";
    position: absolute;
    left: 0;
    top: 1.6em;
    color: #000;
    font-size: 0.4em;
}
.menu-list li {
    width: 50%;
    box-sizing: border-box;
    padding: 0 30px 10px 15px;
    position: relative;
}
.menu-list-02 {
    list-style: none;
    padding: 0;
}
.menu-list-02 li {
    padding: 0 30px 10px 15px;
    position: relative;
    line-height: 1.9;
}
.menu-list-02 li::before {
    content: "■";
    position: absolute;
    left: 0;
    top: 1.6em;
    color: #000;
    font-size: 0.4em;
}
.span-red {
    color: #FF0004;
}

/* ========================================
   /hotspring/
   ======================================== */
.hotspring h2 img {
    top: 40px;
}
/* ========================================
   /roten/
   ======================================== */
.roten h2 img {
    top: 200px;
}
/* ========================================
   /bath/
   ======================================== */
.bath h2 img {
    top: 260px;
}
/* ========================================
   /family/
   ======================================== */
.bath h2 img {
    top: 260px;
}
/* ========================================
   /meal/
   ======================================== */
.meal h2 img {
    top: 280px;
}
.meal .page-nav div ul li:last-child {
    border-right: 1px solid #cccccc;
}
.meal .page-content-image__caption .u-fs-caption-1{
    padding-bottom: 60px;
}
.meal .page-content-image__body {
    padding-bottom: 60px;
    padding-top: 0;
}
.menu {
    padding-bottom: 20px;
}
.pd-60 {
    padding-bottom: 60px;
}
.gensen-section-inline__text {
    line-height: 1.8;
}
.hida {
    width: 64%;
}
/* ========================================
   /room/
   ======================================== */
.room h2 img {
    top: 340px;
}
.room .page-nav div ul li {
    float: left;
    background: none;
    text-align: center;
    border-bottom: none;
}
.room .page-nav div ul li :last-child {
    border-right: none !important;
}
.room-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.room-card {
    flex-basis: calc((100% - 40px) / 2);
    flex-grow: 0;
    flex-shrink: 0;
    background-color: var(--color-white);
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.room-card__title {
    font-weight: 900;
    color: var(--color-text);
    line-height: 1.6;
    padding: 20px 20px 10px;
}
.room-card__image {
    margin-bottom: 20px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}
.room-card__image img {
    width: 100%;
    height: auto;
    display: block;
}
.room-card__content {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding-bottom: 20px;
}
.room-card__floorplan {
    flex: 0 0 140px;
}
.room-card__floorplan img {
    width: 100%;
    height: auto;
    display: block;
}
.room-card__details {
    flex: 1;
}
.room-card__details p,.room-card__details-last p {
    margin: 0;
    line-height: 1.6;
    color: var(--color-text);
}
.room-card__details-last {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
}
.room-card__details p:last-child {
    margin-bottom: 0;
}
.cap001 ,.cap002 {
    border-bottom: solid 1px;
    margin-bottom: 20px;
    font-weight: 800;
}
.cap002 {
    padding-top: 80px;
}
.page-nav-text {
    line-height: 1.6em;
    margin: -20px 0 40px 0;
}
.guest-room-features {
  width: 100%;
  font-family: serif;
  color: #333;
}
.features-title {
  font-weight: bold;
  margin-bottom: 20px;
}
.features-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #eee;
}
.features-table th,
.features-table td {
  padding: 20px 10px;
  text-align: left;
  border-bottom: 1px solid #eee;
  line-height: 1.6;
}
.features-table th {
  width: 25%;
  font-weight: normal;
  vertical-align: top;
}
.features-table td {
  width: 75%;
}
.room-guest {
    padding-top: 20px;
}
/* ========================================
   /facilities/
   ======================================== */
.facilities h2 img {
    top: 100px;
}
.facilities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; 
    padding-bottom: 100px;
}

/* ========================================
   /access/
   ======================================== */
.access h2 img {
    top: 160px;
}
.access-map {
    padding-top: 30px;
}
.access-list div h5 {
    padding-bottom: 10px;
}
.access-list div p {
    padding-bottom: 60px;
}
.access-list span:first-child {
    color: #FF0004;
}
.access-caution {
    border: solid 2px #000000;
    padding: 20px;    
}
.access-caution div:first-child {
    font-weight: bold;
}

/* ========================================
   /faq/
   ======================================== */
.faq h2 img {
    top: 280px;
}
.faq-item {
    padding-bottom: 30px;
}
.page-content-faq {
    border: solid 1px #ddd;
    padding: 20px;
}
.page-content-faq h3 {
    margin-bottom: 10px;
}
.page-content-faq h3:first-child {
    border-bottom: dotted 1px #ddd;
}
.page-content-faq h3:last-child {
    padding-bottom: 10px;
}
.page-content-faq span {
    color: #FF0004;
}
.page-content-faq p:not(:last-child) {
    margin-bottom: 20px;
}
.faq .page-content-image__caption .u-fs-caption-1 {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* ========================================
   /spot/
   ======================================== */
.spot h2 img {
    top: 10px;
    width: 180px;
}
.spot-container {
    width: 100%;
}
.spot-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 40px;
}
.spot-card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
.spot-card-image {
    width: 100%;
    height: auto;
    display: block;
}
.spot-card-header {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 0;
}
.spot-card-title {
    margin: 12px 0 8px 0;
    font-weight: bold;
    min-height: 2.3em;
    display: flex;
    align-items: flex-start;
    line-height: 1.2;
}
.spot-card-description {
    margin: 0 0 12px 0;
    color: #333;
}
.spot-card-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
    flex-grow: 1;
}
.spot-card-access {
    margin: 0;
    color: #999999 !important;
}
.spot-card-link {
    text-decoration: none;
    color: #0066cc;
    margin-top: auto;
}
.spot .page-content-image {
    width: 1040px;
    margin: 0 auto 120px auto;
    padding: 0;
}
.spot .page-nav div ul {
    display: flex;
    border-bottom: 1px solid #eeeeee;
    width: 800px;
    padding-bottom: 5px;
}

/* ========================================
   /paragon/
   ======================================== */
.paragon h2 img {
    top: 30px;
}

/* ========================================
   /child/
   ======================================== */
.child h2 img {
    top: 30px;
    width: 130px;
}
.chil
.child-price-table {
    border-collapse: collapse;
    table-layout: fixed;
}
.child-price-table tr {
    border: 1px solid #ddd;
}
.child-price-item {
    width: 50%;
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
}
.child-price-value {
    width: 50%;
    padding: 12px;
    text-align: left;
}
.child .page-content-text {
    line-height: 1.9;
}
.child .page-content-text .child-price-table {
    border: dashed 1px #ccc;
}
.child-price-table {
    padding: 10px 20px;
    margin-bottom: 20px;
}
.child-price-table li {
    list-style: none;
}
.child-price-table-e {
    margin-bottom: 20px;
}
.child-p {
    padding-bottom: 20px;
}
.child-p-b {
    padding-left: 25px;
}

/* ========================================
   /garden/
   ======================================== */
.garden h2 img {
    top: 280px;
}

/* ========================================
   /renovation/
   ======================================== */
.renovation h2 img {
    top: 5px;
    width: 130px;
}
.reno-fr {
    max-width: 850px;
    margin-top: 130px !important;
}
.renovation-title {
  margin: 0 0 16px 0;
  font-weight: bold;
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  margin-top: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.renovation-title * {
  white-space: nowrap !important;
  display: inline;
}
.renovation-description {
  margin: 0 0 24px 0;
  line-height: 1.8;
}
.renovation-description p {
  margin: 0 0 8px 0;
}
.renovation-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.renovation-image {
  width: 100%;
  height: auto;
  display: block;
}
.floormap {
    padding-top: 30px;
}

/* ========================================
   /photogallery/
   ======================================== */
.photogallery h2 img {
    top: 5px;
}
.photogallery-container {
    display: flex;
    gap: 2rem;
}
.photogallery-title {
    border-bottom: solid 2px #a8a8a8;
    margin-bottom: 15px;
}
.photogallery-sidebar {
    flex: 0 0 200px;
}
.photogallery-filters {
    list-style: none;
    padding: 0;
    margin: 0;
}
.photogallery-filters li {
    margin-bottom: 0.5rem;
    border-bottom: solid 1px #ddd;
    position: relative;
    padding-left: 10px;
}
.photogallery-filters a {
    text-decoration: none;
    margin: 5px 0;
}
.photogallery-main {
    flex: 1;
}
.photogallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.photogallery-item {
    display: block;
    overflow: hidden;
}
.photogallery-image {
    width: 100%;
    height: auto;
    display: block;
}
.photogallery-item.hidden {
    display: none;
}
.photogallery-caption {
    margin: 0.5rem 0 0 0;
    padding: 0;
}
.photogallery-filters li::before {
    content: "。";
    position: absolute;
    left: 0;
    top: -5px;
}
/* ========================================
   /event/
   ======================================== */
.eventContainer {
    max-width: 1200px;
    margin: 0 auto;
}
.eventTitle {
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 50px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    letter-spacing: 2px;
}
.eventGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}
.eventCard {
    background: white;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.eventCardName {
    font-weight: 500;
    color: #1a1a1a;
    padding-left: 12px;
    border-bottom: 1px dotted #666666;
    letter-spacing: 1px;
}
.eventPeriod {
    background-color: #f0f0f0;
    padding: 5px 0 0 12px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e8e8e8;
    margin: 15px 0;
}
.eventImage {
    width: 100%;
    height: 300px;
    background-color: #f0f0f0;
    display: block;
}
.eventImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.eventDescription {
    padding: 24px 0;
    font-size: 14px;
    line-height: 1.8;
    color: #444;
    flex-grow: 1;
    border-bottom: 1px solid #f0f0f0;
}
.eventFooter {
    padding: 16px 24px;
    text-align: right;
}
.eventLink {
    display: inline-block;
    font-size: 12px;
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: color 0.2s;
    border-bottom: 1px solid transparent;
}

/* ========================================
   /news/
   ======================================== */
.news-detail-container {
    margin: 0 auto;
    padding: 40px 20px;
}
.news-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.news-content {
    line-height: 1.8;
    margin-bottom: 60px;
}
.nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.nav-archive a {
    text-decoration: none;
    font-weight: bold;
    color: #333;
}
.l-main {
    padding-bottom: 100px;
}
.news .news-list {
    padding-bottom: 100px;
}
/* ========================================
   /footer/
   ======================================== */
.l-footer {
    border-top: 1px solid #eeeeee;
    padding-top: 40px;
    color: #333;
}
.l-footer__sitemap-title {
    margin-bottom: 30px;
}
.l-footer__sitemap-list-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.l-footer__sitemap-column {
    width: 23%;
    list-style: none; 
}
.l-footer__sitemap-column li {
    padding: 12px 0;
}
.l-footer__sitemap-column a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
    line-height: 1.9;
    font-weight: 600;
    position: relative;
}
.l-footer__sitemap-column a::after {
    content: '';
    position: absolute;
    bottom: -2px;    
    left: 0;
    width: 100%;    
    height: 1px;    
    background-color: currentColor; 
    transform: scaleX(0); 
    transition: transform 0.3s ease;
    transform-origin: left;
}
.l-footer__sitemap-column a:hover::after {
    transform: scaleX(1); 
}
.l-footer__info {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.l-footer__info-main {
    align-items: center;
}
.l-footer__logo img {
    max-width: 220px;
    height: auto;
}
.l-footer__address p {
    margin: 0;
    line-height: 1.6;
}
.l-footer__banners {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.l-footer__banner-item img {
    height: auto;
}
#copyright {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    clear: both;
    margin-bottom: 20px;
}
.fixed-nav-container {
    position: fixed;
    right: 0px; 
    bottom: 30px; 
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px; 
}
.nav-reserve-btn {
    display: block;
    background-color: #b9000f; 
    color: #ffffff;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 80px 0px 0px 80px; 
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: padding 0.3s ease-out, opacity 0.3s ease-out;
}
.nav-reserve-btn:hover {
    margin-bottom: 5px;
}
.nav-reserve-btn:hover .nav-reserve-text {
    top: 0px;
}
.nav-reserve-text {
    display: block; 
    text-orientation: mixed;
    letter-spacing: 0.1em;
    font-size: 18px;
    position: relative;
    top: 0;
    transition: top 0.3s ease-out;
    font-family: 'Hiragino Mincho ProN', serif;
}
.nav-ai-banner {
    display: block;
    width: 210px; 
    transition: transform 0.3s;
}
.nav-ai-banner img {
    width: 100%;
    height: auto;
}
.nav-ai-banner:hover {
    transform: translateY(-5px);
}