@charset "utf-8";

/*
Theme Name: アドダス
Author: アドダス
Author URI: https://addas.jp
Description: Bootstrap5@Webpack
*/

/*　H-01style  ================================================================================= */

body {
	font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	padding-top: 0!important;
}
.libre-bodoni {
    font-family: "Libre Bodoni", serif;
    font-weight: 500;
}

a {
        color: #000;
}
a:hover {
    color: #000;
}

article.post {
    color: #000;
} 

.page-link:hover {
    border-color: #c2b8b9;
    background-color: #d9d9d9;
}
.fw-100 {font-weight: 100;}
.fw-200 {font-weight: 200;}
.fw-300 {font-weight: 300;}
.fw-400 {font-weight: 400;}
.fw-500 {font-weight: 500;}
.fw-600 {font-weight: 600;}
.fw-700 {font-weight: 700;}

.lh-03 {line-height: 0.3;}
.lh-04 {line-height: 0.4;}
.lh-05 {line-height: 0.5;}
.lh-06 {line-height: 0.6;}
.lh-07 {line-height: 0.7;}
.lh-08 {line-height: 0.8;}
.lh-09 {line-height: 0.9;}
.lh-10 {line-height: 1;}
.lh-11 {line-height: 1.1;}
.lh-12 {line-height: 1.2;}
.lh-13 {line-height: 1.3;}
.lh-14 {line-height: 1.4;}
.lh-15 {line-height: 1.5;}
.lh-16 {line-height: 1.6;}
.lh-17 {line-height: 1.7;}
.lh-18 {line-height: 1.8;}
.lh-19 {line-height: 1.9;}
.lh-20 {line-height: 2.0;}
.lh-21 {line-height: 2.1;}
.lh-22 {line-height: 2.2;}
.lh-23 {line-height: 2.3;}
.lh-24 {line-height: 2.4;}
.lh-25 {line-height: 2.5;}
.lh-26 {line-height: 2.6;}
.lh-27 {line-height: 2.7;}
.lh-28 {line-height: 2.8;}
.lh-29 {line-height: 2.9;}
.lh-30 {line-height: 3.0;}

.ls-1 {letter-spacing: 1px;}
.ls-2 {letter-spacing: 2px;}
.ls-3 {letter-spacing: 3px;}
.ls-4 {letter-spacing: 4px;}
.ls-5 {letter-spacing: 5px;}
.ls-6 {letter-spacing: 6px;}
.ls-7 {letter-spacing: 7px;}
.ls-8 {letter-spacing: 8px;}
.ls-9 {letter-spacing: 9px;}
.ls-10 {letter-spacing: 10px;}
.ls-ex {letter-spacing: 0.1em;}

/* =============  角丸 ============ */
.rounded05 {border-radius:5px}
.rounded10 {border-radius:10px}
.rounded15 {border-radius:15px}
.rounded20 {border-radius:20px}
.rounded25 {border-radius:25px}
.rounded30 {border-radius:30px}
.rounded35 {border-radius:35px}
.rounded40 {border-radius:40px}
.rounded45 {border-radius:45px}
.rounded50 {border-radius:50px}

/* =============  上だけ角丸 ============ */
.rounded05-up {border-radius:5px 5px 0 0}
.rounded10-up {border-radius:10px 10px 0 0}
.rounded15-up {border-radius:15px 15px 0 0}
.rounded20-up {border-radius:20px 20px 0 0}
.rounded25-up {border-radius:25px 25px 0 0}
.rounded30-up {border-radius:30px 30px 0 0}
.rounded35-up {border-radius:35px 35px 0 0}
.rounded40-up {border-radius:40px 40px 0 0}
.rounded45-up {border-radius:45px 45px 0 0}
.rounded50-up {border-radius:50px 50px 0 0}

/* =============  下だけ角丸 ============ */
.rounded05-down {border-radius: 0 0 5px 5px}
.rounded10-down {border-radius: 0 0 10px 10px}
.rounded15-down {border-radius: 0 0 15px 15px}
.rounded20-down {border-radius: 0 0 20px 20px}
.rounded25-down {border-radius: 0 0 25px 25px}
.rounded30-down {border-radius: 0 0 30px 30px}
.rounded35-down {border-radius: 0 0 35px 35px}
.rounded40-down {border-radius: 0 0 40px 40px}
.rounded45-down {border-radius: 0 0 45px 45px}
.rounded50-down {border-radius: 0 0 50px 50px}

/* =============  左だけ角丸 ============ */
.rounded05-left {border-radius:5px 0 0 5px}
.rounded10-left {border-radius:10px 0 0 10px}
.rounded15-left {border-radius:15px 0 0 15px}
.rounded20-left {border-radius:20px 0 0 20px}
.rounded25-left {border-radius:25px 0 0 25px}
.rounded30-left {border-radius:30px 0 0 30px}
.rounded35-left {border-radius:35px 0 0 35px}
.rounded40-left {border-radius:40px 0 0 40px}
.rounded45-left {border-radius:45px 0 0 45px}
.rounded50-left {border-radius:50px 0 0 50px}

/* =============  右だけ角丸 ============ */
.rounded05-right {border-radius:0 0 5px 5px}
.rounded10-right {border-radius:0 0 10px 10px}
.rounded15-right {border-radius:0 0 15px 15px}
.rounded20-right {border-radius:0 0 20px 20px}
.rounded25-right {border-radius:0 0 25px 25px}
.rounded30-right {border-radius:0 0 30px 30px}
.rounded35-right {border-radius:0 0 35px 35px}
.rounded40-right {border-radius:0 0 40px 40px}
.rounded45-right {border-radius:0 0 45px 45px}
.rounded50-right {border-radius:0 0 50px 50px}

.bg-base {
	background-color: #fff;
}


.header-logo {
    width: 121px;
}
@media (min-width: 768px) {
    .header-logo {
        width: 200px;
    }
}

/*2025 トップスライド */
.swiper {
  width: 100%;
  height: calc(90vw / 2.18);
  overflow: hidden;
}
@media (max-width: 768px) {
  .swiper { height: calc(160vw / 2.18); }
}
.mySwiper2.swiper {
  height: calc(110vw / 2.18);
}
.swiper-slide {
  background-size: cover; /* 横に少し拡大して右端余裕 */
  background-position: left center; /* 左端起点 */
  background-repeat: no-repeat;
}

@keyframes panRight {
  0% { background-position: left center; }
  100% { background-position: right center; }
}

.hero-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
}
@media (max-width: 768px) {
  .hero-message { width: 340px; }
}

/*2025 tripia */
.search-widget-search-container-bf1818 {
    box-shadow: #fff !important;
}

/*2025 NEWS */
.news-section {
    padding: 60px 0;
}

.news-header {
    text-align: center;
    margin-bottom: 50px;
}

.news-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-title-wrapper::before,
.news-title-wrapper::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #333;
}

.news-title-wrapper::before {
    margin-right: 8px;
}

.news-title-wrapper::after {
    margin-left: 8px;
}

.news-header h2 {
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .news-header h2 {
        font-size: 32px;
    }
    .news-title-wrapper::before {
        margin-right: 40px;
    }
    
    .news-title-wrapper::after {
        margin-left: 40px;
    }
}

.news-header p {
    font-size: 14px;
    color: #666;
    letter-spacing: 0.1em;
    margin: 0;
    text-align: center;
    width: 100%;
}

.news-card {
    border: none;
    transition: transform 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: block;
}

.news-card:hover {
    transform: translateY(-4px);
    text-decoration: none;
    color: inherit;
}

.news-card-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.news-card-body {
    padding: 12px;
    text-align: center;
}

.news-date {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 10px;
}

.news-title {
    font-size: 1rem;
    color: #333;
    margin: 0;
}

.coming-soon-placeholder {
    background-color: #e0e0e0;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coming-soon-icon {
    width: 100px;
}

@media (min-width: 768px) {
    .coming-soon-icon {
        width: 168px;
    }
}
.bg-facility {
    background-image: url(./img/bg-paper.jpg);
    background-size: cover;
    background-position: center top;
}

/*客室*/
.bg-rooms {
    background-image: url(./img/bg-rooms.jpg);
    background-size: cover;
    background-position: center top;
}

/*アクセス*/
.contact-info {
    max-width: 500px;
    margin: 0 auto;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-label {
    width: 58px;
    font-size: 1rem;
    color: #333;
    font-weight: 400;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    margin-right: 36px;
}

.contact-value {
    flex: 1;
    font-size: 1rem;
    color: #333;
    line-height: 1.8;
}

.contact-value a {
    color: #333;
    text-decoration: none;
}

.contact-value a:hover {
    text-decoration: underline;
}

.access-section {
    padding: 60px 0;
    background-color: #fff;
}

.access-item {
    text-align: center;
    padding: 20px;
    white-space: nowrap;
}

.access-item img {
    max-width: 72px;
    padding-bottom: 12px;
}

.access-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: block;
}

.access-text {
    font-size: 13px;
    line-height: 1.8;
    color: #333;
    white-space: normal;
}

@media (min-width: 768px) {
    .access-text {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .access-item {
        white-space: normal;
    }
}
.map-container {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.map-container:hover iframe {
    filter: grayscale(0%);
}

.map-arrow {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}

.map-arrow::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #333;
}

.map-arrow::before {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 15px;
    height: 1px;
    background-color: #333;
    transform: rotate(35deg);
    transform-origin: right bottom;
}

/* タッチデバイス用（スマホ・タブレット）- タップでカラー表示 */
@media (hover: none) {
    .map-container iframe {
        filter: grayscale(100%);
    }
    
    .map-container.active iframe {
        filter: grayscale(0%);
    }
}

.footer-logo {
    width: 166px;
}
@media (min-width: 768px) {
    .footer-logo {
        width: 272px;
    }
}

.border-left {
    
}

.search-widget-button-wrapper-d2b715 button {
    margin-top: 20px;
}

.page-link {
    color: #000;
    border: 1px solid #000;
}
.page-link.active,
.active>.page-link  {
    background-color: #000;
    border-color: #000;
}
.pb-md-500 {
    padding-bottom: 500px !important;
}

.search-widget-search-container-bf1818 {
  box-shadow: none !important;
}
[class^="search-widget-search-container"] {
  box-shadow: none !important;
}