/*
Theme Name: ホテル松原屋 2026 hmby-swiper
Theme URI: https://www.matsubaraya.co.jp
Description: HTML5
Author: K design CS
*/

/*------------------------------------------------
  matsubaraya.co.jp style.css @charset "utf-8";
--------------------------------------------------*/
body {
    margin: 0;
    text-align: center;
    color: var(--base-fontColor);
    background-color: var(--base-color);
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-family: "メイリオ",Meiryo,Verdana,Arial,Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
}
/* global nav 表示の際、スクロールさせない--------*/
 body.is-nav-opened {
    overflow: scroll;
}
/* ios16未満対策「position: fixed」---------------*/
body.is-nav-opened {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#wrapper {
    text-align: left;
}
.inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
.inner_nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
/*------------------------------------------------
  ヘッダーエリア
--------------------------------------------------*/
#header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
}
#headerArea {
    position: relative;
    padding-top: 10px;
    transition: background-color 0.5s ease-out;
}
.is-nav-opened #headerArea {
    background-color: rgba(255,255,255,0.9);
}
#headerArea h1 {
    width: fit-content;
    color: #fff;
    font-size: 154%;
}
#headerArea h1 a {
    display: block;
    color: #fff;
    text-decoration: none;
    transition: 0.8s;
transition-delay: .4s;
}
body.is-nav-opened #headerArea h1 a {
  color: #278c83;
}
span.concept {
    margin-bottom: 3px;
    display: block;
    font-size: 65%;
  }
span.area {
    margin-right: 5px;
    font-size: 77%;
  }
/*------------------------------------------------
  ヘッダーメニュー
--------------------------------------------------*/
#nav {
    width: 100%;
    position: absolute;
    top: 60px;
    text-align: center;
    background: #419d8c;
    background:rgba(var(--nav-color-rgb),0.3);
    opacity: 1.0;
    z-index: 1;
}
#nav #navArea {
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
#nav #navArea ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
#nav #navArea ul li {
    width: calc( 100% / 7);
}
#nav #navArea ul li a {
    display: block;
    width: 100%;
    margin: 6px 0 6px 0;
    padding: 6px 0 2px 0;
    font-size: 120%;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 500ms ease-out;
}
#nav #navArea ul li a span.en {
    display: block;
    font-size: 77%;
}
#nav #navArea ul li a:hover {
    background:rgba(var(--nav-color-rgb),0.2);
}

#nav #navArea ul li a {
    position: relative;
}
#nav #navArea ul li a::after {
    position: absolute;
    bottom: 1px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}
#nav #navArea ul li a:hover::after {
    transform-origin: center top;
    transform: scale(1, 1);
}

/* スクロールnav固定 css -------------------------*/
#nav.clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    transition: .3s;
    transform: translateY(-100%);
    background:rgba(var(--nav-color-rgb),0.9);
    opacity: 0.9;
}
#nav.is-show {
    transform: translateY(0);
}
/*------------------------------------------------
  グローバルナビ
--------------------------------------------------*/
#globalNav, .is-nav-close #globalNav {
    display: none;
    opacity: 0;
    position: fixed;
    top: 20px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    pointer-events: none;
    background-color: rgba(255,255,255,1.0);
    transition: opacity 500ms ease, top 500ms ease;
}
/* scrollbar非表示の設定あり */
.is-nav-opened #globalNav {
    top: 0;
    opacity: 1;
    height: 100%;
    z-index: 2;
    pointer-events: auto;
    background-color: rgba(255,255,255,1.0);
    overflow-y: auto;
    scrollbar-width: none;
}
/* scrollbar非表示の設定あり */
.is-nav-opened #globalNav::-webkit-scrollbar {
    display: none;
}
#globalNavArea {
    max-width: 1080px;
    width: 100%;
    margin: 100px auto 0 auto;
    padding: 20px;
}
#globalNavArea h3 {
    margin-bottom: 10px;
    font-size: 130%;
    color: #278c83;
}
#globalNavArea h4 {
    margin-bottom: 5px;
}
#globalNavArea ul li {
    font-size: 123%;
    line-height: 1.8;
}
#globalNavArea ul.online_reservation li {
    font-size: 107%;
}
#globalNavArea ul li a {
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
}
#globalNavArea ul li a:hover {
    color: #778899;
    border-bottom: 1px solid #778899;
}
/* グローバルナビ Box Banner ---------------------*/
.navGroup1, .navGroup2 {
    display: flex;
    justify-content: space-around;
}
.navGroup1 {
    margin-bottom: 10px;
}
.gn_pageLink, .gn_stay {
    display: flex;
    width: calc(100% / 2);
    position: relative;
}
.gn_stay {
    background-color: #f4f4f4;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    top: -20px;
}
.g_nav {
    width: 50%;
}
.gn_tel a {
    display: block;
    margin-bottom: 15px;
    color: #333;
    font-size: 123%;
    text-decoration: none;
}
.navBox2 a, .navBanner2 a {
    display: block;
    width: 360px;
    padding: 20px 0;
    color: #333;
    text-decoration: none;
    text-align: center;
    border: 1px solid #ccc;
    transition: all 0.5s;
}
.navBox2 a:hover {
    background-color: #eee;
}
/* イベント・フェア ------------------------------*/
.event_fair {
    display: flex;
    gap: 50px;
    justify-content: space-around;
}
#globalNavArea .event_fair h3 {
    margin-bottom: 5px;
    color: #ee5e4f;
}
.limited_time, .gourmet_fair {
    width: calc(100% / 2);
    padding: 10px;
    text-align: center;
    background-color: #fdf4f1;
    border-radius: 8px;
}
#globalNavArea ul.gn_event,
#globalNavArea ul.gn_fair {
    width: fit-content;
    margin: 0 auto;
    font-size: 107%;
}
#globalNavArea ul.gn_event li,
#globalNavArea ul.gn_fair li {
    padding-bottom: 5px;
    text-align: left;
    font-size: 100%;
    line-height: 1.4;
}
.limited_time p {
    font-size: 115%;
}
.gn_event li {
    position: relative;
    padding-left: 1.4em;
}

.gn_event li i {
    position: absolute;
    left: 0;
    top: 0;
}

/* 閉じるボタン ----------------------------------*/
.gnClose button {
    display: block;
    width: 160px;
    margin: 30px auto 50px auto;
    padding: 10px 0;
    border: 1px solid #ccc;
}
.gnCompany {
    text-align: center;
}
.gnLogo  img {
    display: block;
    width: 240px;
    height: auto;
    margin: 30px auto 0 auto;
}
.gnSns a {
    font-size: 185%;
    color: #333;
    text-decoration: none;
}
/* ナビアイコン ここから -------------------------*/
.globalMenu {
    position: absolute;
    top: 28px;
    right: 10px;
    padding: 5px 10px;
    z-index: 10;
}
.globalMenuIcon {
    position: relative;
    display: block;
    width: 24px;
    height: 18px;
    cursor: pointer;
}
.globalMenuIcon span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: 0.5s;
}
.globalMenuIcon span:nth-of-type(1) {
    top: 0;
}
.globalMenuIcon span:nth-of-type(2) {
    top: 8px;
}
.globalMenuIcon span:nth-of-type(3) {
    bottom: 0;
}
.is-active .globalMenuIcon span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
    background-color: #666;
}
.is-active .globalMenuIcon span:nth-of-type(2) {
    opacity: 0;
}
.is-active .globalMenuIcon span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
    background-color: #666;
}
/* ナビアイコン ここまで -------------------------*/

/* scroll フェードアウト（スマホ時） -------------*/
.sp_block.gnScroll {
  display: none; /* 初期状態は非表示 */
  opacity: 1;
  transition: opacity 0.8s ease;
  position: absolute;
  left: 50%;
  bottom: -33px;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #f58421;
  font-size: 115%;
}
.sp_block.gnScroll.fade-out {
  opacity: 0;
}

/* scroll矢印 ------------------------------------*/
/* スクロールダウンの位置 */
.gnScroll {
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
/* 矢印のアニメーション部分 */
.gnScroll::after {
  animation: scroll 2s infinite;
  border-bottom: 1px solid #f58421;
  border-left: 1px solid #f58421;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
}
/* 矢印のアニメーション */
@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}
/* グローバルナビ 900px --------------------------*/
@media (max-width: 900px) {
.gn_pageLink {
  width: 45%;
  }
.gn_stay {
  width: 55%;
  }
}
/*------------------------------------------------
  コンテンツ レイアウト
--------------------------------------------------*/
#content {
    margin-top: 50px;
}
#content.single {
    margin-top: 30px;
}
#mainFull, .mainFull {
    width: 100%;
}
#singleContent {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#main, .main {
    flex: 1; /* aside指定値(flexやmin-width)以外で伸縮 */
    min-width: 0; /* オーバーフロー防止 */
}
#aside {
    flex: 0 0 30%; /* 初期値・縮まない・幅30%を基本に */
    min-width: 250px; /* 最小幅を250pxに固定 */
    position: relative;
}
/* メインセクション
--------------------------------------------------*/
#main p,#mainFull p {
    padding: 0px 0px 10px 0px;
    font-size: 130%;
    line-height: 1.5;
}
/* サイドセクション（ニュース・イベント-single）
--------------------------------------------------*/
#aside h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    height: 45px;
    font-size: 115%;
    color: #fff;
    background-color: #60a890;
    border-radius: 5px;
}
#aside .newsList {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}

#aside .newsList li {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #999;
}

#aside .newsList li a {
  display: flex;
  text-decoration: none;
  color: inherit;
  flex: 1;
}
#aside .newsList li a span {
  display: block;
  color: #333;
}
#aside .newsThumbnail {
  flex-shrink: 0;
  margin-right: 5px;
}

#aside .newsThumbnail img {
  width: 80px;
  height: 70px;
  display: block;
  border-radius: 8px;
}

#aside .newsText {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 10px;
}

/* フッターセクション
--------------------------------------------------*/
#footer {
    margin-top: 80px;
    background-color: #ececec;
    border-bottom: 85px solid var(--footer-bar);
}
#footer #footerArea {
    padding: 30px 0 30px 0;
    text-align: left;
}
/* フッターセクション 1column
--------------------------------------------------*/
#footerUpper {
    display: flex;
    justify-content: space-around;
}
#footerUpper ul li a {
    line-height: 1.8;
    color: #666;
    font-size: 107%;
    text-decoration: none;
}
#footerLower {
    margin-top: 50px;
    text-align: center;
}
.footerLogo img {
    display: block;
    width: 320px;
    height: auto;
    margin: 50px auto 0 auto;
}
.telMail {
    display: flex;
}
.telMail div {
    width: calc(100% / 2);
}
.telMail div a {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
    color: #666;
    font-size: 115%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #f4f4f4;
    border: 1px solid #999;
    border-radius: 5px;
    transition: background-color 0.3s linear, color 0.3s linear;
}
.telMail div a:hover {
    color: #778899;
    background-color: #e8e8e8;
}
.telMail div span {
    display: block;
    padding-top: 5px;
    font-size: 123%;
    font-weight: normal;
}
.footerSns a {
    font-size: 185%;
    color: #333;
    text-decoration: none;
}
address {
    margin-top: 10px;
}
/*------------------------------------------------
  ページタイトル webpまたはjpeg
--------------------------------------------------*/
#pageTitle {
    height: 280px;
    margin-top: 0px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    z-index: -1;
}
#pageTitle.stay {
    background-image: url(images/page_header/stay.jpg);
    background-image: image-set(
      url("images/page_header/stay.webp") type("image/webp"),
      url("images/page_header/stay.jpg") type("image/jpeg")
  );
    background-position: bottom;
}
#pageTitle.banquet {
    background-image: url(images/page_header/banquet.jpg);
    background-image: image-set(
      url("images/page_header/banquet.webp") type("image/webp"),
      url("images/page_header/banquet.jpg") type("image/jpeg")
  );
}
#pageTitle.catering {
    background-image: url(images/page_header/catering.jpg);
    background-image: image-set(
      url("images/page_header/catering.webp") type("image/webp"),
      url("images/page_header/catering.jpg") type("image/jpeg")
  );
}
#pageTitle.delivery {
    background-image: url(images/page_header/delivery.jpg);
    background-image: image-set(
      url("images/page_header/delivery.webp") type("image/webp"),
      url("images/page_header/delivery.jpg") type("image/jpeg")
  );
}
#pageTitle.wedding {
    background-image: url(images/page_header/wedding.jpg);
    background-image: image-set(
      url("images/page_header/wedding.webp") type("image/webp"),
      url("images/page_header/wedding.jpg") type("image/jpeg")
  );
    background-position: bottom;
}
#pageTitle.restaurant {
    background-image: url(images/page_header/restaurant.jpg);
    background-image: image-set(
      url("images/page_header/restaurant.webp") type("image/webp"),
      url("images/page_header/restaurant.jpg") type("image/jpeg")
  );
}
#pageTitle.access {
    background-image: url(images/page_header/main.jpg);
    background-image: image-set(
      url("images/page_header/main.webp") type("image/webp"),
      url("images/page_header/main.jpg") type("image/jpeg")
  );
    background-position: bottom;
}
#pageTitle.facility {
    background-image: url(images/page_header/facility.jpg);
    background-image: image-set(
      url("images/page_header/facility.webp") type("image/webp"),
      url("images/page_header/facility.jpg") type("image/jpeg")
  );
}
#pageTitle.sightseeing {
    background-image: url(images/page_header/sightseeing.jpg);
    background-image: image-set(
      url("images/page_header/sightseeing.webp") type("image/webp"),
      url("images/page_header/sightseeing.jpg") type("image/jpeg")
  );
}
#pageTitle.contact {
    background-image: url(images/page_header/front.jpg);
    background-image: image-set(
      url("images/page_header/front.webp") type("image/webp"),
      url("images/page_header/front.jpg") type("image/jpeg")
  );
}
#pageTitle.privacy {
    background-image: url(images/page_header/front.jpg);
    background-image: image-set(
      url("images/page_header/front.webp") type("image/webp"),
      url("images/page_header/front.jpg") type("image/jpeg")
  );
}
#pageTitle.information {
    background-image: url(images/page_header/front.jpg);
    background-image: image-set(
      url("images/page_header/front.webp") type("image/webp"),
      url("images/page_header/front.jpg") type("image/jpeg")
  );
}
#pageTitle::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}
#pageTitle h2 {
    width: 600px;
    font-size: 300%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 60%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    animation: fadeInUp 1s ease both 0.3s;
    z-index: 3;
}
/*------------------------------------------------
  トップページ
--------------------------------------------------*/
#eventAd {
    max-width: 1280px;
    width: 100%;
    margin-top: 30px;
}
#eventAd img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: auto;
}
.eventPeriod {
    padding: 8px 0;
    font-size: 130%;
    color: #333;
    text-align: center;
    background-color: #ddd;
}
.topPage .location {
    font-size: 123%;
    line-height: 1.6;
    text-align: center;
}
#information {
    margin-top: 50px;
    padding: 20px 30px 30px 30px;
    background-color: #e2e2e2;
    border-radius: 8px;
}
#information h2 {
    margin-bottom: 10px;
    font-size: 154%;
    text-align: center;
}
#information h2 span {
    display: block;
    font-size: 65%;
}
#information dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
    font-size: 115%;
    line-height: 1.7;
    border-top: 1px solid #eee;
}
#information dl dt {
    width: 210px;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
#information dl dd {
    width: calc(100% - 210px);
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
#information dl dd a {
    text-decoration: none;
    color: #555;
}
#information dl dt span.information,
#information dl dt span.event {
    position: relative;
    top: -1px;
    margin-left: 8px;
    padding: 0.3em 1.0em 0.2em 1.0em;
    font-size: 77%;
    background-color: #f4f4f4;
    border-radius: 5px;
}
#information dl dt span.event {
    background-color: #dbc0b1;
    color: #fff;
}
#information dl dt span.infoData {
    font-size: 93%;
    color: #000;
}
#information dl dd span.new {
    color: #e82058;
}
#information dl div.infoNone {
    width: 100%;
    text-align: center;
}
#otherRooms.frontPage, #otherBanquet.frontPage {
    margin-top: 60px;
}
#otherRooms.frontPage {
    margin-bottom: 70px;
}
.reservation.frontPage {
    margin-top: 0;
}
#otherRooms.frontPage h3, #otherBanquet.frontPage h3 {
    font-size: 185%;
    text-align: center;
}
#otherRooms.frontPage h3 span,
#otherBanquet.frontPage h3 span {
  display: block;
  font-size: 53%;
}
#otherRooms.frontPage .oneWord, #otherBanquet.frontPage .oneWord {
    text-align: center;
    margin: 5px 0 12px 0;
}
/* トップ ウェディング ---------------------------*/
#topWedding {
    margin-top: 80px;
}
#topWedding h3 {
    margin-bottom: 20px;
    color: #bf5992;
    font-size: 185%;
    text-align: center;
}
#topWedding h3 span{
    display: block;
    font-size: 53%;
}
.topWeddingContent {
    display: flex;
    align-items: center;
}
.topWeddingContent a {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 8px 20px;
    color: #666;
    font-size: 107%;
    text-decoration: none;
    background-color: #fff;
    border-radius: 8px;
}
.topWeddingContent h4 {
    font-size: 139%;
    font-weight: bold;
}
.topWeddingContent div.topWedding_img {
    flex: 0 0 48.5%;
    min-width: 420px;
    position: relative;
}
.topWeddingContent div.topWedding_img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.topWeddingContent div.topWedding_info {
    flex: 1;
    text-align: center;
}
.topWeddingNote {
    max-width: 620px;
    width: 90%;
    margin: 10px auto 0 auto;
    text-align: left;
}
/* トップ レスピレ -------------------------------*/
.topLespier {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 80px;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 12px;
}
.topLespier h4 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 123%;
    font-weight: bold;
    color: #ca1111;
}
.topLespier div.restaurant_img {
    flex: 0 0 40%;
    min-width: 420px;
    position: relative;
}
.topLespier div.restaurant_photo {
    width: 100%;
    position: relative;
}
.topLespier div.restaurant_photo img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.topGourmetFair {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    padding: 2px 15px;
    color: #fff;
    text-align: center;
    background-color: rgba(240, 147, 92, 0.8);
    border-radius: 8px;
}
.topLespier div.restaurant_logo {
    flex: 1;
}
.topLespier div.restaurant_logo img {
    display: block;
    width: 30%;
    min-width: 180px;
    height: auto;
    margin: 0 auto;
}
.topLespierInfo {
    margin-top: 10px;
    text-align: center;
}
.topLespierInfo a {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
    color: #666;
    text-decoration: none;
    background-color: #f4f4f4;
    border-radius: 5px;
/*  box-shadow: 3px 3px 6px 0px rgba(0,0,0,.1); */
}
.topLespierNote {
    max-width: 620px;
    width: 90%;
    margin: 10px auto 0 auto;
    text-align: left;
}

/* トップ ケータリング＆デリバリー ---------------*/
#topCateringDelivery {
    margin-top: 80px;
}
#topCateringDelivery h3 {
    margin-bottom: 20px;
    font-size: 185%;
    text-align: center;
}
#topCateringDelivery h3 span{
    display: block;
    font-size: 53%;
}
.cateringDeliveryBanner {
    display: flex;
    gap: 30px;
}
.topCatering, .topDelivery {
    width: calc(100% /2);
    display: flex;
    flex-direction: column ;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.topCateringText, .topDeliveryText {
    position: absolute;
    font-size: 154%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    z-index: 1;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.topCateringText button, .topDeliveryText button {
    display: block;
    text-align: center;
    margin: 15px auto 0 auto;
}
.topCateringText button a, .topDeliveryText button a {
    display: block;
    padding: 5px 20px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    background-color: rgba(0,0,0,0.2);
    border-radius: 5px;
}
.topCatering img, .topDelivery img {
    display: block;
    width: 100%;
    border-radius: 12px;
/*
    transform: scale(1.05);
    transition-duration: 0.3s;
*/
}
.topCatering img:hover, .topDelivery img:hover {
/*
    transform: scale(1);
    transition-duration: 0.3s;
*/
}
#topAboutText {
    margin: 50px 10px 0 10px;
    padding: 25px 35px 15px 35px;
    background-color: #fff;
    border-radius: 10px;
}
#mainFull p.topAbout {
    font-size: 123%;
    line-height: 1.6;
}
/*------------------------------------------------
  宿泊のページ（客室タイプ一覧）
--------------------------------------------------*/
.roomType {
    margin-top: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    position: relative;
}
.roomType h3 {
    font-size: 139%;
    margin-bottom: 8px;
}
.roomsBox {
    display: flex;
}
.roomTypeImg {
    width: 40%;
    min-width: 320px;
}
.roomTypeImg img {
    width: 100%;
    border-radius: 12px;
}
.roomTypeInfo {
    width: 60%;
    padding: 0 20px;
    text-align: center;
}
.tobacco {
    position: absolute;
    top: 28px;
    right: 15px;
    font-size: 123%;
}
.tobacco i {
    font-size: 154%;
    color: #c87349;
    position: relative;
    top: 3px;
}
.no-smoking {
    margin-right: 10px;
}
.roomTypeInfo table {
    width: 100%;
    max-width: 600px;
    margin: 10px auto 0 auto;
    font-size: 123%;
    font-size: clamp(13px, 1.33vw, 18px);
    line-height: 1.6;
}
.roomTypeInfo table tr {
    border-bottom: 1px solid #eee;
}
.roomTypeInfo table th {
    padding-top: 0.5rem;
}
.roomTypeInfo table td {
    padding-top: 0.5rem;
    text-align: left;
}
.breakfastService {
    margin-top: 5px;
    text-align: right;
}
.roomTypeInfo h3 {
    font-size: 139%;
}
.roomInfoMore {
    margin-top: 10px;
}
.reservation {
    margin-top: 50px;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
}
.reservation h3 {
    font-size: 139%;
}
.reservation h4 {
    margin-bottom: 10px;
    font-size: 123%;
}
.reservation ul {
    width: fit-content;
    margin: 0 auto;
    font-size: 123%;
    text-align: left;
    line-height: 1.8;
}
.reservationInfo {
    display: flex;
    justify-content: space-around;
}
.reservationTel, .reservationWeb {
    width: calc(100% / 2);
    text-align: center;
}
.telephoneNumber {
    font-size: 220%;
}
/*------------------------------------------------
  宴会・会議のページ
--------------------------------------------------*/
#mainFull.banquet h2 {
    margin-bottom: 50px;
    padding: 8px 0;
    font-size: 185%;
    text-align: center;
    border: 1px solid #828791;
    border-radius: 10px;
    position: relative;
}
#mainFull.banquet h2::after {
    position: absolute;
    top: 10px;
    left: 10px;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -10;
    background-color: #e5eaf2;
    border-radius: 8px;
}
/* 宴会 ------------------------------------------*/
.banquetIntro {
    max-width: 775px;
    width: 80%;
    margin: 0 auto 50px auto;
}
.banquetIntro p:first-child {
    font-weight: bold;
}
#banquet {
    display: flex;
    flex-wrap: wrap;
}
.banquetPlan {
    width: calc(100% / 3);
    margin-bottom: 50px;
    padding: 5px;
}
.banquetPlan h3 {
    margin-bottom: 5px;
    font-size: 107%;
}
span.freeFlowDrinks {
    font-size: 85%;
}
.banquetPlanImg {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 10px;
}
.banquetPlanImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banquetPlanInfo {
    margin-top: 10px;
    font-size: 115%;
}
.banquetPlanInfo table td {
    padding-left: 5px;
}
.banquetPlanInfo table span {
    font-size: 77%;
}
/* 会議 ------------------------------------------*/
#meeting {
    scroll-margin-top: 50px;
    position: relative;
}
/* フォールバック用（古いブラウザ向け） */
#meeting::before {
    content: "";
    display: block;
    height: 50px;       /* ヘッダーの高さ分 */
    margin-top: -50px;  /* 上にずらす */
    visibility: hidden;
}
.meetingIntro {
    max-width: 775px;
    width: 80%;
    margin: 0 auto 50px auto;
}
.meetingIntro p:first-child {
  font-weight: bold;
}
.meetingMv {
    display: flex;
}
.meetingMv picture:first-child img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.meetingMv picture:last-child img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.meetingMv picture {
  flex: 1 1 50%;
}
.meetingMv img {
  width: 100%;
  height: auto;
  display: block;
}

.meetingPlan {
    margin-top: 50px;
}
.meetingPlan h3 {
    font-size: 185%;
    font-weight: bold;
    text-align: center;
}
.meetingPlan h4 {
    width: 200px;
    margin: 0 auto 20px auto;
    font-size: 139%;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #666;
}
.meetingOtherNote {
    max-width: 500px;
    width: 100%;
    margin: 5px auto 20px auto;
    padding: 10px 20px;
    background-color: #f7e5d2;
    border-radius: 10px;
}
.meetingContentInner {
    display: flex;
    justify-content: space-around;
}
.meetingInfo, .meetingOption {
    max-width: 600px;
    width: calc(98% / 2);
    padding: 20px;
    border: 1px solid #999;
    border-radius: 10px;
}
.meetingInfo table, .meetingOption table {
    max-width: 555px;
    width: 100%;
    font-size: 123%;
}
.meetingInfo table th, .meetingOption table th {
  white-space: nowrap;
}
/* 会場の案内 ------------------------------------*/
.venueTypeInfo {
    margin-top: 30px;
}
.venueTypeInfo h3 {
    margin-bottom: 10px;
    font-size: 139%;
    font-weight: bold;
    text-align: center;
}
.venueTypeInfo h4 {
    margin-bottom: 5px;
    font-size: 123%;
    font-weight: bold;
    text-align: center;
}
.venueTypeInfo h4 span {
    padding-left: 5px;
    font-size: 77%;
    font-weight: normal;
}
.venueTypeInfo h5 {
    font-size: 107%;
    font-weight: bold;
}
.venueType div img {
    display: block;
    width: 98%;
    margin: 0 auto;
    border-radius: 10px;
}
.venueTypeNote {
    padding: 10px 20px;
}
/* 会議の昼食 ------------------------------------*/
.meetingLunch {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}
.meetingLunchImg {
    flex: 0 0 40%;
    min-width: 320px;
    padding: 0 10px;
}
.meetingLunchSlider {
    border-radius: 10px;
}
.meetingLunchImg img {
    display: block;
    width: 100%;
    border-radius: 10px;
}
.meetingLunchText {
    flex: 1;
    min-width: 0;
}
.meetingLunchText h3 {
    margin-bottom: 10px;
    font-size: 154%;
    font-weight: bold;
    text-align: center;
}
.meetingLunchText div {
    width: 85%;
    margin: 0 auto;
    font-size: clamp(13px, 1.33vw, 16px);
}
/* 会議後の懇親会 --------------------------------*/
.socialGathering {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}
.socialGatheringImg {
    flex: 0 0 40%;
    padding: 0 10px;
}
.socialGatheringImg img {
    width: 100%;
    min-width: 320px;
    border-radius: 10px;
}
.socialGatheringText {
    flex: 1;
    min-width: 0;
}
.socialGatheringText h3 {
    margin-bottom: 10px;
    font-size: 154%;
    font-weight: bold;
    text-align: center;
}
.socialGatheringText div {
    width: 85%;
    margin: 0 auto;
    font-size: clamp(13px, 1.33vw, 16px);
}

/* 会場レイアウト --------------------------------*/
.venueSetting {
    margin-top: 80px;
}
.venueSetting h3 {
    margin-bottom: 20px;
    font-size: 139%;
    font-weight: bold;
    text-align: center;
}
.meetingLayout {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.meetingLayout h5 {
    font-weight: bold;
    text-align: center;
}
.meetingLayout span {
    display: block;
    padding: 5px 15px;
}
.meetingLayout div {
    width: calc(100% / 3 - 10px);
    padding: 5px;
    border: 1px solid #ead9cd;
    border-radius: 10px;
}
.meetingLayout div img {
    display: block;
    width: 100%;
    height: auto;
}
/* gapが使えないブラウザ用ここから */
@supports not (gap: 10px) {
  .meetingLayout {
    display: flex;
    flex-wrap: wrap;
  }
  .meetingLayout div {
    width: calc(100% / 3);
    margin-right: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  .meetingLayout div:nth-child(3n) {
    margin-right: 0;
  }
}
/* gapが使えないブラウザ用ここまで */

/* 送迎バスについて */
.shuttleBus {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.shuttleBusImg {
    flex: 0 0 30%;
    padding: 0 10px;
}
.shuttleBusImg img {
    width: 100%;
    min-width: 320px;
}
.shuttleBusText {
    flex: 1;
    min-width: 0;
    padding-top: 10px;
}
.shuttleBusText h3 {
    margin-bottom: 15px;
    font-size: 154%;
    font-weight: bold;
    text-align: center;
}
.shuttleBusText div {
    width: 85%;
    margin: 0 auto;
    font-size: clamp(13px, 1.33vw, 16px);
}
.shuttleBusText div.busNote {
    margin-top: 10px;
    font-size: clamp(11px, 1.33vw, 12px);
}
.shuttleBusText div span {
    font-weight: bold;
    text-decoration: underline;
}
/*------------------------------------------------
  ケータリング・デリバリーのページ
--------------------------------------------------*/
#mainFull.catering h2 {
    margin-bottom: 60px;
    padding: 8px 0;
    font-size: 185%;
    text-align: center;
    border: 1px solid #d29785;
    border-radius: 10px;
    position: relative;
}
#mainFull.catering h2::after {
    position: absolute;
    top: 10px;
    left: 10px;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -10;
    background-color: #f2e8e5;
    border-radius: 8px;
}
/* ケータリング ----------------------------------*/
#catering {
    margin-bottom: 80px;
}
.cateringIntro {
    max-width: 775px;
    width: 80%;
    margin: 0 auto 50px auto;
}
.cateringIntro p:first-child {
    font-weight: bold;
}
.cateringMv {
    text-align: center;
}
.cateringMv img {
    display: block;
    max-width: 1240px;
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.cateringMv img:nth-child(2) {
    display: block;
    max-width: 620px;
    width: 100%;
    height: auto;
    margin: 20px auto;
}
.cateringMvText {
    font-size: 185%;
}
.cateringMvText span {
    padding: 5px 20px;
    color: #fff;
    background-color: #fdae7e;
    border-radius: 10px;
}
.cateringOtherNote {
    position: relative;
    top: 20px;
    font-size: 123%;
}
.cateringContent {
    margin-top: 50px;
}
.cateringContentInner {
    display: flex;
    justify-content: space-around;
}
.cateringInfo, .cateringOption {
    max-width: 600px;
    width: calc(98% / 2);
    padding: 20px;
    border: 1px solid #999;
    border-radius: 10px;
}
.cateringInfo h3, .cateringOption h3 {
    width: 200px;
    margin: 0 auto 20px auto;
    font-size: 139%;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #666;
}
.cateringInfo table, .cateringOption table {
    max-width: 555px;
    width: 100%;
    font-size: 123%;
}
.cateringInfo table th, .cateringOption table th {
    white-space: nowrap;
}
.cateringImage {
    margin-top: 50px;
}
.cateringImageBox {
    display: flex;
}
.cateringImageBox div {
    width: calc(100% / 3);
    padding: 0 5px;
}
.cateringImageBox div img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 12px;
}
.imageNote {
    display: block;
}
.cateringNote {
    width: 99%;
    margin: 30px auto 0 auto;
    padding: 20px;
    border: 1px solid #d7957b;
    border-radius: 10px;
}
/* デリバリー ------------------------------------*/
#delivery {
    scroll-margin-top: 50px;
    position: relative;
}
/* フォールバック用（古いブラウザ向け） */
#delivery::before {
  content: "";
  display: block;
  height: 50px;       /* ヘッダーの高さ分 */
  margin-top: -50px;  /* 上にずらす */
  visibility: hidden;
}
 .deliveryMv img {
    display: block;
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 20px auto;
}
.deliveryMvText {
    margin-bottom: 40px;
    font-size: 185%;
    text-align: center;
}
.deliveryMvText span {
    padding: 5px 20px;
    color: #fff;
    background-color: #fdae7e;
    border-radius: 10px;
}
.deliveryMvText span:first-child {
    margin-right: 5px;
}
.deliveryMvText span:nth-child(2) {
    padding: 0;
    font-size: 85%;
    color: #666;
    background: none;
    border-radius: 0;
}
.deliveryMvText span:nth-child(3) {
    margin-left: 5px;
}
.deliveryIntro {
    max-width: 775px;
    width: 80%;
    margin: 0 auto 30px auto;
}
.deliveryIntro p:first-child {
    font-weight: bold;
}

.deliveryService {
    display: flex;
    flex-wrap: wrap;
}
.deliveryPlan {
    width: calc(100% / 3);
    padding: 5px;
    text-align: center;
}
.deliveryPlanImg {
    margin-bottom: 10px;
}
.deliveryPlanImg img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
}
.deliveryPrice {
    font-size: 123%;
}
/*------------------------------------------------
  レストランのページ
--------------------------------------------------*/
#mainFull.restaurant h4 {
    font-size: 139%;
}
.restaurantInfo {
    display: flex;
    margin-bottom: 50px;
}
.restaurantInfo div {
    width: calc(100% / 2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY( 10px); }
}
.restaurantInfo div.restaurant_photo img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.restaurantInfo div.restaurant_logo img {
    display: block;
    width: 70%;
    height: auto;
    animation: vertical 2s ease-in-out infinite alternate;
    position: relative;
    top: -30px;
}
.restaurantInfo div.restaurant_logo table {
    font-size: 107%;
    font-size: clamp(13px, 1.33vw, 16px);
    line-height: 1.6;
}
.restaurantInfo div.restaurant_logo table caption {
    padding-bottom: 8px;
    font-weight: bold;
}
.restaurantInfo div.restaurant_logo table th {
    padding-right: 5px;
}
.restaurantInfo div.restaurant_logo table tr:first-child td {
  padding-left: 1ch;
}

/* サービスデーここから --------------------------*/
.restaurant_serviceDay {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}
.serviceDay_banner {
    display: flex;
    justify-content: center;
    width: 50%;
}
.serviceDay_mens {
    display: flex;
    justify-content: center;
    width: 80%;
    padding: 8px 0;
    color: #fff;
    background: linear-gradient(180deg, #55c0d9, #4997c6);
    background-color: #4997c6;
    border-radius: 12px;
}
.serviceDay_ladies {
    display: flex;
    justify-content: center;
    width: 80%;
    padding: 8px 0;
    color: #fff;
    background: linear-gradient(180deg, #e075d0, #c45990);
    background-color: #c45990;
    border-radius: 12px;
}
.serviceDay_mens div:first-child,
.serviceDay_ladies div:first-child {
    width: 50%;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.serviceDay_mens div:nth-child(2),
.serviceDay_ladies div:nth-child(2) {
    display: flex;
    align-items: center;
    width: 50%;
    font-size: 185%;
}
/* サービスデーここまで --------------------------*/
/* グルメフェア ここから--------------------------*/
#mainFull.restaurant .gourmetMenu p {
    font-size: clamp(13px, 1.33vw, 16px);
}
#mainFull.restaurant .gourmetMenu p.gourmetFairPrice {
    font-size: 100%;
    font-weight: bold;
}
#mainFull.restaurant .gourmetMenu p.gourmetFairPrice span {
    font-size: 85%;
    font-weight: normal;
}
#gourmetFair {
    margin-top: 50px;
}
.gourmetFairBox {
    display: flex;
    margin-top: 10px;
    padding: 15px;
    background-color: #fff;
    border-radius: 12px;
}
.gourmetImg {
    flex: 0 0 40%;
}
.gourmetImg img {
    width: 320px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}
.gourmetMenu {
    flex: 1;
    padding: 10px 20px;
    font-size: 123%;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gourmetMenu h3 {
    margin-bottom: 10px;
    color: #a82929;
    font-size: 130%;
}
.gourmetNone {
    margin-top: 50px;
    text-align: center;
}
/* グルメフェア ここまで--------------------------*/

#restaurantMenuList {
    margin-top: 50px;
}
.drink_bar {
    margin: 0 0 15px 0;
    padding: 5px 0;
    text-align: center;
    border: 1px solid #bb5853;
    border-radius: 5px;
    color: #f4f4f4;
    background-color: #bb5853;
}
.menuOption {
    font-size: 107%;
    margin-bottom: 10px;
}
.menuCategoryBox {
    display: flex;
    margin-bottom: 20px;
}
.menuCategory {
    width: 30%;
    min-width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #f2e9e2;
}
.menuCategoryInner {
    padding: 5px 0;
    font-size: 123%;
}
.menuCategoryInner span {
    display: block;
}
.menuTable {
    width: 70%;
}
.menuTable table {
    width: calc(100% - 15px);
    margin-left:15px;
    font-size: 123%;
}
.menuTable table tr {
    border-bottom: 1px solid #ddd;
}
.menuTable table td {
    padding: 15px 0 0 10px;
}
.menuTable table td:nth-child(2) {
    text-align: right;
    padding: 15px 20px 0 0;
}
.menuImage {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.menuImage div {
    width: calc(100% / 3);
    text-align: center;
}
.menuImage div:nth-child(n+4) {
    margin-top: 20px;
}
.menuImage div img {
    display: block;
    width: 96%;
    height: auto;
    aspect-ratio: 3 / 2;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    border-radius: 8px;
    object-fit: cover;
}
.menuImage div span {
    display: block;
    padding-top: 5px;
}
/*------------------------------------------------
  ブライダルのページ
--------------------------------------------------*/
#weddingMv {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.weddingMvTitle {
    position: absolute;
    font-size: 600%;
    color: #dd69aa;
    text-shadow:
    -2px -2px 3px white,
     0px -2px 3px white,
     2px -2px 3px white,
    -2px  0px 3px white,
     2px  0px 3px white,
    -2px  2px 3px white,
     0px  2px 3px white,
     2px  2px 3px white;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.weddingMvBox {
    display: flex;
    flex-direction: row;
    border-radius: 12px;
    overflow: hidden;
}
.gridA, .gridB {
    width: 50%;
}
.weddingMvBox img {
    display: block;
    width: 100%;
    height: auto;
}
.gridBsmall {
    display: flex;
}
.gridBsmall div {
    width: 50%;
}

/* ブライダルプラン ここから */
#weddingPlan {
    margin-top: 80px;
}
#weddingPlan h3 {
    margin-bottom: 15px;
    font-size: 220%;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#weddingPlan h4 {
    width: 240px;
    margin: 0 auto 30px auto;
    padding: 5px 0 3px 0;
    font-size: 139%;
    color: #fff;
    text-align: center;
    background-color: #dd69aa;
    border-radius: 50px;
}
#weddingPlan h5 {
    margin-bottom: 10px;
    font-size: 123%;
    font-weight: bold;
}
.weddingWrap {
    display: flex;
    justify-content: center;
    gap: 20px;
}
/* 特典を最下部に表示させる display: flex;flex-direction: column; */
.weddingBox {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #e6c5df;
    border-radius: 10px;
    position: relative;
}
.weddingWrap .weddingBox:only-child {
    flex: 0 0 80%;
    padding: 30px 50px;
}
.weddingPrice {
    margin-bottom: 10px;
    text-align: center;
}
.weddingContent,
.weddingOption {
    margin-bottom: 15px;
}
/* 特典を最下部に表示させる margin-top: auto; */
.weddingBenefits {
    padding: 10px;
    background-color: #f9eff7;
    border-radius: 10px;
    margin-top: auto;       /* 自動的に最下部へ押し出す */
}
.weddingContentInner,
.weddingOptionInner,
.weddingBenefitsInner {
    font-size: 115%;
}
/* ブライダルプラン ここまで */
/* 料理イメージ ここから     */
#weddingMenu {
    margin-top: 80px;
}
#weddingMenu h3 {
    margin-bottom: 15px;
    font-size: 220%;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.weddingMenuPhoto {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.weddingMenuBox img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
}
/* 料理イメージ ここまで     */

/* フォトギャラリー ここから */
#weddingGallery {
    margin-top: 80px;
}
#weddingGallery h3 {
    margin-bottom: 15px;
    font-size: 220%;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.weddingSlider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.weddingSlider div img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
}
/* フォトギャラリー ここまで */
/*------------------------------------------------
  アクセスのページ
--------------------------------------------------*/
.trainSection, .carSection {
    margin-top: 40px;
}
h3.parking {
    font-size: 139%;
    font-weight: bold;
}
h3.train,h3.car {
    margin-bottom: 15px;
    font-size: 139%;
    font-weight: bold;
}
h3.train:before {
    content:" ";
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    top:6px;
    margin-right: 5px;
    background: url(images/icon_train.png) no-repeat;
    background-size: 100%;
}
h3.car:before {
    content:" ";
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    top:6px;
    margin-right: 5px;
    background: url(images/icon_car.png) no-repeat;
    background-size: 100%;
}
.transportation h4 {
    margin-bottom: 2px;
    font-size: 123%;
    font-weight: bold;
}
.transportation h4, .transportation p {
    margin-left: 35px;
}
.accesGuide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 640px;
    width: 100%;
    padding: 0 0 10px 36px;
}
.accesGuide div:first-of-type,
.accesGuide div:nth-of-type(3) {
    width: calc(100% / 3);
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 115%;
    border: 1px solid #ccc;
    background-color: #eaeaea;
}
.accessArrow {
    position: relative;
    width: 150px;
    height: 2px;
    background: black;
}
.accessArrow::after {
    content: '';
    position: absolute;
    right: 2px;
    top: -6px;
    width: 14px;
    height: 14px;
    border-top: 2px solid black;
    border-right: 2px solid black;
    transform: rotate(45deg);
}
.accessArrow span {
    position: absolute;
    top: -17px;
    left: 46px;
}
.carSection h4:nth-of-type(2) {
    margin-top: 10px;
}
.parkingImg {
    display: flex;
    margin-top: 50px;
    gap: 10px;
}
.parkingImg div {
    text-align: center;
}
.parkingImg div img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
#parking {
    margin-top: 50px;
}
#parking h4 {
    font-size: 123%;
    font-weight: bold;
}
#parking ul {
    margin-top: 10px;
    font-size: 107%;
}
.parkingInfoTextInner ul:first-of-type {
    margin-bottom: 10px;
}
.parkingInfo {
    display: flex;
    margin-top: 10px;
}
.parkingInfoImg1, .parkingInfoImg2 {
    max-width: 400px;
}
.parkingInfoImg1 img, .parkingInfoImg2 img {
    width: 98%;
    display: block;
    margin: 0 auto 0 auto;
}
.parkingInfoText {
    display: flex;
    justify-content: center; /* 横方向中央揃え */
    align-items: center;
    width: 100%;
    background-color: #e5e5e5;
    border-radius: 5px;
}
.parkingInfoTextInner {
    width: 90%;
    max-width: 430px;
    padding: 15px;
border: 1px solid #fff;
}

/*------------------------------------------------
  観光マップのページ
--------------------------------------------------*/
#mainFull.sightseeing h3 {
    margin-bottom: 10px;
    font-size: 154%;
    text-align: center;
}
#hikariCity {
    display: flex;
    padding: 20px;
    background-color: #fff;
}
#sightseeingMap {
    width: 70%;
}
.hikariInfo {
    width: 30%;
    padding: 0 0 0 10px;
}
.hikariInfo h4 {
    margin-bottom: 15px;
    padding: 5px 0;
    color: #fff;
    font-size: 123%;
    text-align: center;
    background-color: #68b3a1;
    border-radius: 10px;
}
.hikariInfo ul li {
    line-height: 1.8;
}
.hikariInfo img {
    width: 100%;
    height: auto;
}
#sightseeingMap img {
    max-width: 800px;
    width: 100%;
    border-radius: 10px;
}
#sightseeingInfo {
    display: flex;
    flex-wrap: wrap;
}
#sightseeingInfo div {
    width: calc(100% / 3);
}
#sightseeingInfo h4 {
    margin-top: 5px;
    font-size: 115%;
    font-weight: bold;
    text-align: center;
}
#sightseeingInfo p {
    padding: 5px 10px 30px 10px;
    font-size: 123%;
}
#sightseeingInfo div img {
    display: block;
    width: 98%;
    margin: 0 auto;
    border-radius: 8px;
}

/*------------------------------------------------
  施設案内のページ
--------------------------------------------------*/
.floorGuide {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 50px;
}
.drawing, .floorPhoto  {
    width: calc(100% / 2);
}
.floorPhoto  {
    padding-top: 20px;
}
.drawing img {
    width: 100%;
    height: auto;
}
.eachFloor .swiper-slide {
    position: relative;
}
.eachFloor .main-slider {
    margin-bottom: 10px;
}
.floorPhoto img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.floorPhoto h5 {
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    padding: 2px 15px;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    border-radius: 8px;
}
/*------------------------------------------------
  お問い合わせのページ
--------------------------------------------------*/
#mainFull.contact h3 {
    font-size: 154%;
    text-align: center;
}
#mainFull.contact p {
    font-size: 130%;
}
#mainFull.contact .contactTel {
    width: 90%;
    max-width: 640px;
    margin: 10px auto 50px auto;
    padding: 10px;
    text-align: center;
    font-size: 185%;
    background-color: #f8f8f8;
    border: 1px solid #888;
    border-radius: 8px;
}
#mainFull.contact .contactTel span {
    display: block;
    margin-bottom: 5px;
    font-size: 57%;
}
#mainFull.contact .mailformNote {
    width: 98%;
    margin: 10px auto 50px auto;
    padding: 20px;
    font-size: 123%;
    border: 1px solid #888;
    border-radius: 8px;
}
/* メールフォーム（contactform7）
--------------------------------------------------*/
#mailform {
    margin: 30px 5px 0 5px;
    padding: 20px 0 20px 10px;
}
#mailform table {
table-layout: fixed;
    width: 100%;
    font-size: 123%;
}
#mailform table tr {
    border-bottom: 1px dotted #999;
}
#mailform table tr.response {
    border-bottom: none;
}
#mailform table th, #mailform table td {
    padding: 10px;
}
#mailform table th {
width: 225px;
    min-width: 225px;
}
#mailform table td {
width: auto;
}
#mailform table th span.required,
#mailform table th span.optional {
    margin-right: 5px;
    padding: 2px 8px;
    font-size: 85%;
    color: #d2568b;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    top: -2px;
    border: 1px solid #d2568b;
}
#mailform table th span.optional {
    color: #4382b9;
    background-color: #fff;
    border: 1px solid #4382b9;
}
#mailform input,#mailform textarea,#mailform select {
    margin: 0;
    padding: 5px;
    font-size: 123%;
    border: 1px solid #ccc;
    border-radius: 8px;
}
#mailform input {
    max-width: 485px;
    width: 100%;
}
#mailform input[type="submit"] {
    display: block;
    margin: 0 auto;
    width: 180px;
    border-radius: 8px;
}
#mailform select {
	width: 160px;
	background: #eee;
	background: url(images/arrow01.png) right 50% no-repeat;
	background-size: 20px, 100%;
}
#mailform textarea {
    width: 100%;
    max-width: 800px;
}
.wpcf7-not-valid-tip-no-ajax {
    padding-left: 10px;
    color: #ff0000;
}
.wpcf7-validation-errors {
    padding: 10px 0 0 10px;
    font-size: 100%;
    color: #ff0000;
}
.wpcf7-mail-sent-ok {
    padding-left: 10px;
    font-size: 100%;
    color: #0000ff;
}
#mailform div.screen-reader-response {
    display: none;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}
.wpcf7-not-valid-tip {
    display: block;
    position: relative;
    width: fit-content;
    -moz-fit-content;
    color: #cc3366;
    font-size: 14px;
    margin-top: 5px;
    padding: 4px 8px;
    background-color: #f7e8e6;
    border-radius: 5px;
}
.wpcf7-not-valid-tip::before{
    content: '';
    position: absolute;
    left: 20px;
    top: -9px;
    display: block;
    width: 0;
    height: 0;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #f7e8e6;
    border-left: 11px solid transparent;
}
.wpcf7 form.sent .wpcf7-response-output {
    margin: 10px auto 0 auto;
    padding: 8px 5px;
    font-size: 107%;
    color: #334bcc;
    text-align: center;
    background-color: #e6edf7;
    border-radius: 5px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    margin: 10px auto 0 auto;
    padding: 8px 5px;
    font-size: 107%;
    color: #cc3366;
    text-align: center;
    background-color: #f7e8e6;
    border-radius: 5px;
}
/* 承認チェックボックス
--------------------------------------------------*/
.wpcf7-acceptance {
    display: block;
    margin-top: 5px;
}
input[type="checkbox"] {
display: none;
}
span.wpcf7-list-item {
  position: relative;
}
.wpcf7-list-item-label {
  cursor: pointer;
}
.wpcf7-list-item-label:before {
  content: '';
  border: 1px solid #3584b3;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    top: 3px;
    left: 8px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #3584b3;
}
/*------------------------------------------------
  インフォメーション一覧（home.php）
--------------------------------------------------*/
#main.home h3 {
    margin-bottom: 30px;
    padding-top: 10px;
    font-size: 154%;
    border-bottom: 1px solid #333;
}
#main.home p {
    font-size: 115%;
}
#informationList {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.infoListDate {
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}
.infoEnded {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    margin-bottom: 5px;
    font-size: 85%;
    background-color: #f9dbdb;
    border-radius: 8px;
}
/* postBox -----------------------------*/
.postBox {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.postBox .postThumbnail img {
    max-width: 200px;
    width: 100%;
    height: auto;
}
.postBox .postListContent {
    flex: 1;
    min-width: 0;
}
/* postBox2 ----------------------------*/
#mainFull.home h3 {
    margin-bottom: 30px;
    padding-top: 10px;
    font-size: 154%;
    border-bottom: 1px solid #333;
}
#mainFull.home h4 {
    margin-bottom: 5px;
    font-size: 107%;
    font-weight: bold;
    color: #1a6f57;
}
#mainFull.home p {
    padding-bottom: 30px;
    font-size: 107%;
}
.postBox2 {
    width: calc((100% - 45px) / 4);
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    position: relative;
}
@media (max-width: 980px) {
.postBox2 {
    width: calc((100% - 30px) / 3);
  }
}
.postBox2 .postThumbnail {
    aspect-ratio: 4 / 3;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    border-radius: 10px;
}
.postBox2 .postThumbnail img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}
.readMore {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
/*------------------------------------------------
   シングルページ
--------------------------------------------------*/

/* シングルページ（デフォルト）共通
--------------------------------------------------*/
#singlePosts {
    max-width: 800px;
    padding: 0 0 0 0px;
}
.asideSingle {
    padding-top: 22px;
}
/* 「終了」表示 */
.postEnded {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98%;
    height: 30px;
    margin: 0 auto 10px; auto;
    background-color: #f9dbdb;
    border-radius: 8px;
}
/* シングルページ　松原屋からのニュース
--------------------------------------------------*/
#main.single h3.categoryTitle {
    margin-bottom: 5px;
}
#main #singlePosts h3.postTitle {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: .5em .7em;
    background-color: #fff;
    border-radius: 8px;
    color: #777;
}
#main #singlePosts h3.postTitle::before {
    content: '';
    width: 5px;
    margin-right: .5em;
    background-color: #26a286;
    align-self: stretch; /* 自動伸縮 */
}
.postDate {
    margin-bottom: 30px;
    text-align: right;
}
.postContentWrrap {
    padding: 0 10px;
}
.postFlyer {
    margin-bottom: 30px;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 12px;
}
/* ↓過去記事のテーブルに合わせた対応 */
/*
#main.single table {
    border-collapse: collapse;
    max-width: 680px;
    width: 100% !important;
}
#main.single table td {
    padding: 7px 0 7px 10px;
    text-align: left;
    font-size: 107%;
    line-height: 1.5;
    background-color: #FFFFFF;
    border: 1px solid #cccccc;
}
#main.single table.noline td {
    border: 0px;
}
#main.single table td img {
    margin-right: 10px;
}
#main.single table.noline td img {
    margin-right: 0px;
}
*/

/* シングルページ グルメフェア -------------------*/
#main #singlePosts .gourmetMenu p {
    font-size: 93%;
}
#main #singlePosts .gourmetMenu p.gourmetFairPrice {
    font-size: 100%;
    font-weight: bold;
}
#main #singlePosts .gourmetMenu p.gourmetFairPrice span {
    font-size: 85%;
    font-weight: normal;
}
/* シングルページ　宿泊（客室プラン）
--------------------------------------------------*/
#roomsContent {
    position: relative;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 4px 4px 6px 0px rgba(0,0,0,.1);
    overflow: hidden;
}
#roomsContent h3 {
    margin-bottom: 8px;
    font-size: 139%;
}
#basicInformation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div.roomsImg, div.banquetImg {
    width: 50%;
    min-width: 420px;
}
div.roomsInfo {
    width: 50%;
    padding: 0px 5px 0 20px;
}
div.roomsInfo h3 {
    text-align: center;
    font-size: 154%;
}
div.roomsInfo table {
    width: 100%;
    margin-top: 20px;
    font-size: clamp(13px, 1.33vw, 18px);
}
div.roomsInfo table tr {
    border-bottom: 1px solid #eee;
}
div.roomsInfo table th {
    padding-top: 1rem;
    text-align: center;
}
div.roomsInfo table td {
    padding-top: 1rem;
}
div.aboutRoom {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
#otherInformation {
    margin-top: 50px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
div.roomDetail {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}
div.roomDetail div {
    width: calc(100% / 3);
    padding: 0 10px;
}
div.roomDetail h4 {
    padding-left: 5px;
    font-size: 139%;
    border-bottom: 1px solid #ccc;
}
div.roomDetail ul {
    margin-top: 20px;
    font-size: 115%;
    line-height: 1.6;
}
div.roomDetail ul li span {
    font-size: 77%;
}
/* シングルページ　宴会
--------------------------------------------------*/
#banquetContent {
    position: relative;
    padding: 30px 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 4px 4px 6px 0px rgba(0,0,0,.1);
    overflow: hidden;
}
#banquetContent h4 {
    margin-top: 30px;
    font-size: 130%;
}
.banquetConcept {
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 100%;
    background-color: #f9f1e1;
    border-radius: 8px;
}
.banquetNote {
    margin-top: 10px;
    padding-left: 5px;
    font-size: 93%;
}
.banquetNote ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1em;
}

.banquetNote ul li::before {
  content: "※";
  position: absolute;
  left: -5px;
}

.banquetInfo {
    width: 50%;
    padding: 0px 5px 0 20px;
}
.banquetInfo h3 {
    text-align: center;
    font-size: 177%;
}
.banquetInfo h3 span {
    display: block;
    font-size: 77%;
}
.banquetInfo table {
    width: 100%;
    margin-top: 10px;
    font-size: clamp(13px, 1.33vw, 18px);
}
.banquetInfo table tr {
    border-bottom: 1px dotted #ccc;
}
.banquetInfo table th {
    padding-top: 1rem;
    text-align: center;
}
.banquetInfo table td {
    padding-top: 1rem;
}
.banquetPlanContent {
    margin-top: 2px;
    padding: 20px;
    border: 1px solid #999;
    border-radius: 10px;
}
#mainFull .banquetPlanContent p {
    font-size: 123%;
}
.othersBanquet {
    display: flex;
}
.othersBanquet div.option_note,
.othersBanquet div.banquetFlyer {
    flex: 1;
}
.othersBanquet div.banquetOptionInner {
    display: block;
    width: 100%;
    padding: 20px;
    border: 1px solid #999;
    border-radius: 10px;
}
.banquetOtherNote {
    margin-top: 30px;
    padding: 20px;
    background-color: #f5e6df;
    border-radius: 10px;
}
.banquetFlyer img {
    display: block;
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 55px auto 0 auto;
    padding: 0 10px;
}
span.flyerLink {
    display: block;
    width: fit-content;
    margin: 10px auto 0 auto;
}
/* シングルページ　デリバリーサービス
--------------------------------------------------*/
#deliveryContent h4 {
  font-size: 130%;
}
#basicInformation.delivery {
    display: flex;
    gap: 30px;
    flex-direction: row-reverse;
    align-items: stretch;
}
#delivery-slider {
    margin-bottom: 8px;
}
#delivery-slider img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
}
div.deliveryImg {
    width: 50%;
    min-width: 420px;
}
.singleDeliveryInfo {
    flex: 1;
    padding-top: 20px;
}
.singleDeliveryInfo h3 {
    margin-bottom: 20px;
    font-size: 185%;
    font-weight: bold;
}
.singleDeliveryInfo h4 {
    margin-bottom: 0;
    font-size: 123%;
}
.deliveryConcept {
    margin-bottom: 20px;
}
.singleDeliveryInfo table {
    width: 80%;
    margin-bottom: 20px;
    font-size: 123%;
}
.deliveryPlanContent {
    margin-bottom: 10px;
    padding: 15px;
    font-size: 115%;
    line-height: 1.5;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.othersDelivery {
    display: flex;
    margin-top: 50px;
}
.othersDelivery div.option_note,
.othersDelivery div.deliveryFlyer {
    flex: 1;
}
.deliveryFlyer img {
  display: block;
  max-width: 400px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
}
.othersDelivery div.deliveryOptionInner {
  display: block;
  width: 100%;
  padding: 20px;
  border: 1px solid #999;
  border-radius: 10px;
}
.deliveryOtherNote {
  margin-top: 30px;
  padding: 20px;
  background-color: #f5e6df;
  border-radius: 10px;
}
/* シングルページ　グルメフェア-プレビュー
--------------------------------------------------*/
#restaurantfairSingle {
    min-height: 450px;
}
#main #singlePosts table.openingHours {
    margin: 30px auto 0 auto;
    font-size: 115%;
}
#main #singlePosts table.openingHours caption {
    margin-bottom: 10px;
}
#main #singlePosts table.openingHours th,
#main #singlePosts table.openingHours td {
    padding: 5px;
}
/* 個人情報の取扱い
--------------------------------------------------*/
#privacy {
    display: flex;
    padding:0 0 20px 0;
}
#privacy #main h3 {
    font-size:139%;
    font-weight:bold;
    margin:20px 0 0;
    padding:0 0 0 10px;
    text-decoration:underline;
}
#privacy #main p {
    padding: 10px 25px 0 10px;
    font-size: 123%;
}
#privacy #main p.google {
    text-indent: -1em;
    padding-left: 1em;
}
#privacy ul {
    padding: 15px;
}
#privacy ul li {
    margin-left: 10px;
    list-style-type:disc;
}
#aside.privacy-policy h3 {
    margin-bottom: 20px;
}
/* 404 Not Found
--------------------------------------------------*/
#page404 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
#page404 h2 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 139%;
    font-weight: bold;
}
.messageBox {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.messageBox ul {
    list-style: disc;
    margin: 0 0 10px 15px;
}
.info404 {
    text-align: center;
    font-weight: bold;
}
.accessUrl {
    overflow-wrap: anywhere;
}
/*------------------------------------------------
  モバイル対応 ###################################
--------------------------------------------------*/
@media (max-width: 780px) {
  body { font-size: 14px; }
.pc_block { display: none; }
.sp_block { display: block; }
.sp_none { display: none; }

.inner { padding: 0 5px; }
#content {
  margin: 10px 5px 0 5px;
  }
#main, .main {
  width:100%;
  min-width: initial;
  flex: 0;
  }
#aside {
  width: 100%;
  min-width: initial;
  flex: 0 1 auto;
  }
#singleContent {
  flex-direction: column;
  }
/* g-nav開閉で#contentを表示・非表示 */
body.is-nav-close #content {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease 0.5s;
  }
body.is-nav-opened #content {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.0s ease 0.0s;
  }
/* トップページ以外の#content */
#content:not(.front_page) { margin: 30px 10px 0 10px; }
#contentArea { padding: 0; }
#header {
  position: fixed;
  top: 0;
  z-index: 100;
  background:rgba(var(--nav-sp-rgb),0.9);
  transition: 0.8s;
  }
/* header background-color 関連ここから（並び順注意） */
body.frontPage #header {
  background: transparent;
}
body.frontPage.is-nav-close #header {
  background: transparent;
  }
body.frontPage #header.bgColor {
  background:rgba(var(--nav-sp-rgb),0.9);
  }
body.is-nav-opened #header {
  background: transparent;
}
body.is-nav-close #header {
  background:rgba(var(--nav-sp-rgb),0.9);
  }
/* header background-color 関連ここまで */
#headerArea {
  padding-bottom: 5px;
  left: 5px;
  }
#headerArea h1 {
  font-size: 107%;
  }
#nav {
  display: none;
  }
#wrapper {
  min-width: initial;
  margin-top: 0px;
  }
#pageTitle {
  height: 160px;
  }
#pageTitle h2 {
  font-size: 185%;
  }
#aside h3 {
  background: none;
  background-color: #60a890;
  }
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  }
#main p, #mainFull p {
  font-size: 107%;
  }
/*------------------------------------------------
  sp ヘッダー ////////////////////////////////////
--------------------------------------------------*/
body.is-nav-opened {
  overflow: hidden;
  }
body.is-nav-opened #wrapper {
  overflow: auto;
  scrollbar-gutter: stable;
  }
/* global menu start------------------------------*/
#globalNav {
  height: 0;
  top: 20px;
  }
.is-nav-opened #globalNav {
  height: auto;
  }
.is-nav-opened #globalNavArea {
  height: 100%;
  margin: 48px auto 0 auto;
  padding: 20px 20px 50px 20px;
  overflow: auto;
  }
.globalMenu {
  top: 10px;
  right: 15px;
  padding: 10px;
  }
#globalNavArea ul li {
  font-size: 100%;
  width: 100%;
  }
#globalNavArea .gn_pageLink ul li a {
  display: block;
  width: 95%;
  margin: 0 auto 8px auto;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.navGroup1, .navGroup2 {
  flex-direction: column;
  justify-content: flex-start;
  }
.navBox2 a, .navBanner2 a {
  width: initial;
  margin-bottom: 20px;
  }
.gn_pageLink, .gn_stay {
  width: 100%;
  }
.gn_pageLink {
  padding: 20px 20px 30px 20px;
  }
.gn_stay {
  top: 0;
  }
.g_nav {
  margin-top: 30px;
  }
.navLink a {
  width: 90%;
  margin: 0 auto 10px auto;
  }
.is-active .globalMenuIcon span:nth-of-type(1) {
    background-color: #666;
}
.is-active .globalMenuIcon span:nth-of-type(3) {
    background-color: #666;
}
/* global menu end--------------------------------*/

/*------------------------------------------------
  sp サイドナビ //////////////////////////////////
--------------------------------------------------*/
#aside .newsList li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  }
#aside .newsText {
  padding-right: 30px;
  background-image: url("images/list_mark_mb.gif");
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 10px 16px;
  }

/*------------------------------------------------
  sp フッター・フッターナビ //////////////////////
--------------------------------------------------*/

#footer #footerRight {
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
  }
/*------------------------------------------------
  sp トップページ ////////////////////////////////
--------------------------------------------------*/
h2#eventTitle,h2#restaurantfairTitle {
  background: none;
  height: auto;
  text-indent: 0;
  font-size: 139%;
  }
.topPage .location {
  margin-top: 30px;
  font-size: 100%;
  }
#information .topNewsThumbnail {
  float: left;
  }
#information .topNewsThumbnail img {
  width: 80px;
  height: 80px;
  margin: 0 5px 5px 0;
  border-radius: 8px;
  }
#information dl {
  margin: 10px 0 20px 0;
  padding-top: 0;
  border-bottom: none;
  }
#information dl dt {
  display: none;
  }
#information dl dd {
  width: 100%;
  font-size: 85%;
  }
#information dl dd a {
  background-image: url("images/list_mark_mb.gif");
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 10px 16px;
  color: #333;
  display: block;
  padding: 5px 25px 0px 5px;
  text-decoration: none;
}
.sp_topNewsDate {
  margin-bottom: 5px;
  font-size: 85%;
  color: #111;
  }
.sp_topNewsDate span.information,
.sp_topNewsDate span.event {
  position: relative;
  top: -1px;
  margin-left: 8px;
  padding: 0.2em 1.0em 0.1em 1.0em;
  font-size: 93%;
  color: #666;
  background-color: #f4f4f4;
  border-radius: 5px;
  }
.sp_topNewsDate span.event {
  background-color: #ddc5b5;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(201, 125, 83, 0.2);
  }
.topLespier div.restaurant_img {
  flex: 0 0 50%;
  min-width: initial;
  }
.topWeddingContent div.topWedding_img {
  flex: 0 0 50%;
  min-width: initial;
  }
.gourmetMenu {
  font-size: 100%;
  }
.cateringDeliveryBanner {
  gap: 10px;
  }
.topCateringText, .topDeliveryText {
  font-size: 130%;
  }
#mainFull p.topAbout {
  font-size: 107%;
  line-height: 1.5;
  }
/*------------------------------------------------
  sp 宿泊のページ（客室タイプ一覧）///////////////
--------------------------------------------------*/
h2.h2stay {
  height: auto;
  background: none;
  margin-top: 20px;
  text-indent: 0;
  font-size: 149%;
  }
#main.pageStay h3#singleRoom,#main.pageStay h3#twinRoom,
#main.pageStay h3#familyRoom,#main.pageStay h3#deluxeRoom {
  height: auto;
  padding:4px 0 4px 0;
  font-size: 139%;
  text-align: center;
  background: none;
  border: none;
  background-color: #eee;
  }
#reservation {
  height: auto;
  }
#reservation h3 {
  height: auto;
  background-color: #778899;
  color: #ffffff;
  font-size: 114%;
  margin: 0;
  padding: 6px 0;
  text-align: center;
}
#reservation ul {
  position: relative;
  top:0;left: 0;
  margin: 20px 0;
  }
#main table.solid {
  width: 100%;
  }
#main.pageStay .room {
  padding: 25px 0 30px 0;
  text-align: center;
  }
div.room img {
  float: none;
  margin: 0 auto 10px auto;
  }
/*------------------------------------------------
  sp デリバリー（ケータリング）///////////////////
--------------------------------------------------*/
.deliveryPlan {
  width: calc(100% / 2);
  }

/*------------------------------------------------
  sp 宴会・会議 //////////////////////////////////
--------------------------------------------------*/
.banquetPlan {
  width: calc(100% / 2);
  }

.meetingPlan h3 {
  font-size: 154%;
  }
.meetingPlan h4 {
  font-size: 130%;
  }
.meetingInfo table, .meetingOption table {
  font-size: 107%;
  }
.meetingLayout div {
  width: calc(100% / 2 - 10px);
  }
/*------------------------------------------------
  sp ウェディング ////////////////////////////////
--------------------------------------------------*/
.weddingMvTitle {
  font-size: 400%;
  }
.weddingWrap {
    flex-direction: column;
  }
/*------------------------------------------------
  sp レストラン //////////////////////////////////
--------------------------------------------------*/
.restaurantInfo {
  flex-direction: column;
  }
.restaurantInfo div {
  width: 100%;
  }
.menuCategoryInner {
  font-size: 107%;
  }
.menuTable table {
  font-size: 107%;
  }
/*------------------------------------------------
  sp アクセス ////////////////////////////////////
--------------------------------------------------*/
.accesGuide {
  max-width: initial;
  }
.parkingInfo {
  flex-direction: column;
  }
.parkingInfoImg1 {
  width: 100%;
  max-width: initial;
  margin-bottom: 20px;
  order: 2;
  }  
.parkingInfoText {
  display: block;
  background-color: transparent;
  order: 1;
  }
.parkingInfoTextInner {
  border: none;
  }
.parkingInfoImg2 {
  width: 100%;
  max-width: initial;
  order: 3;
  }
.exterior_illust {
  margin-top: 50px;
  }
.exterior_illust img {
  width: 98%;
  height: auto;
  border-radius: 10px;
  }
.exterior_illust .address {
  margin-top: 10px;
  text-align: center;
  }
/*------------------------------------------------
  sp 観光案内 ////////////////////////////////////
--------------------------------------------------*/
#sightseeingInfo div {
  width: calc(100% / 2);
  }
/*------------------------------------------------
  sp お問い合わせ ////////////////////////////////
--------------------------------------------------*/

/*------------------------------------------------
  sp 個人情報保護 ////////////////////////////////
--------------------------------------------------*/
#main.privacy {
  padding-bottom: 50px;
  }
/*------------------------------------------------
  sp 施設案内 ////////////////////////////////////
--------------------------------------------------*/
.drawing img {
  width: 90%;
  }
/*------------------------------------------------
  sp インフォメーション一覧 //////////////////////
--------------------------------------------------*/
.postBox2 {
    width: calc((100% - 15px) / 2);
  }

/*------------------------------------------------
  sp シングルページ ******************************
--------------------------------------------------*/

/* sp 宿泊（客室プラン）
---------------------------------------------*/
#basicInformation {
  flex-direction: column;
  }
div.roomsImg, div.banquetImg {
  width: 100%;
  min-width: initial;
  }
div.roomsInfo {
  width: 100%;
  padding: 0px;
  }
div.aboutRoom {
  padding: 10px 20px;
  }
#otherInformation {
  margin-top: 30px;
  padding: 10px 20px;
  }
div.roomDetail ul {
  font-size: 100%;
  }
/* sp 宴会・会議
---------------------------------------------*/
div.banquetInfo {
  width: 100%;
  margin-top: 30px;
  padding: 0;
  }
#mainFull .banquetPlanContent p {
  font-size: 107%;
  }
.othersBanquet {
  flex-direction: column;
  }
.othersBanquet div.option_note,
.othersBanquet div.banquetFlyer {
  width: 100%;
  }
.banquetFlyer img {
  max-width: initial;
  margin: 35px auto 0 auto;
  padding: 0;
  }
/* sp デリバリー
---------------------------------------------*/
#basicInformation.delivery {
  flex-direction: column;
  padding: 0 10px;
  }
div.deliveryImg {
  width: 100%;
  min-width: initial;
}
.othersDelivery {
  flex-direction: column;
  }
.othersDelivery div.option_note,
.othersDelivery div.deliveryFlyer {
  width: 100%;
  }
.deliveryFlyer img {
  max-width: initial;
  margin-top: 30px;
  }
/* sp 個人情報保護方針
---------------------------------------------*/
#privacy {
  flex-direction: column;
  }
/* sp post（イベント・ニュース）
---------------------------------------------*/
#main #singlePosts table {
  width: 100% !important;
  }
/* sp post（グルメフェア）
---------------------------------------------*/
#main #singlePosts table.openingHours {
  width: auto !important;
  font-size: 100%;
  }
}
/*------------------------------------------------
  モバイル対応 sp640 #############################
--------------------------------------------------*/
@media (max-width: 640px) {
.pc_block640 {
  display: none;
  }
.sp_block640 {
  display: block;
  }
.spbr640 {
  display: block;
  }
.sp640mt50 {
  margin-top: 50px;
  }
#main p, #mainFull p {
  font-size: 100%;
  }
/* g_nav 640 ---------------------------*/
.navGroup1 {
  margin-bottom: 20px;
  }
.event_fair {
  flex-direction: column;
  gap: 20px;
  }
.limited_time, .gourmet_fair {
    width: 100%;
  }
/* footer 640 --------------------------*/
.telMail {
  margin: 0 5px;
  }
.telMail div a {
  width: 96%;
  font-size: 85%;
  }
.copyright {
  font-size: 77%;
  }
.footerLogo img {
  width: 250px;
  }
/* footer nav 640 ----------------------*/
#footerUpper {
  flex-direction: column;
  }
#footer .footerNav1,
#footer .footerNav2,
#footer .footerNav3 {
  margin: 0 10px;
  padding: 0;
  }
#footer .footerNav1 ul,
#footer .footerNav2 ul,
#footer .footerNav3 ul {
  margin: 0;
  }
#footer .footerNav1 ul li,
#footer .footerNav2 ul li,
#footer .footerNav3 ul li {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  }
#footer .footerNav1 ul li:first-child {
  border-radius: 8px 8px 0 0;
  }
li.footerNavEnd {
  border-bottom: 1px solid #ccc;
  border-radius: 0 0 8px 8px;
  }
.footerNav1 ul li a,
.footerNav2 ul li a,
.footerNav3 ul li a {
  background-image: url("images/list_mark_mb.gif");
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 10px 16px;
  font-size: 107%;
  color: #666;
  display: block;
  padding: 15px 0 12px 15px;
  text-decoration: none;
  }
/* frontpage 640 -----------------------*/
div.location {
  padding-top: 5px;
  }
.eventPeriod {
  font-size: 100%;
  }
h2#eventTitle, h2#restaurantfairTitle {
  text-align: center;
  }
#information {
  padding: 20px 10px 30px 10px;
  }
#information dl {
  margin-bottom: 0;
  }
#information dl dd {
  line-height: 1.5;
  }
/* レストラン */
.topLespier {
  flex-direction: column;
  padding: 30px 10px;
  }
.topLespier div.restaurant_img {
  width: 100%;
  flex: 0 0 auto;
  }
.topLespier div.restaurant_logo {
  width: 100%;
  flex: 0;
  margin-top: 20px;
  }
.topLespier div.restaurant_logo img {
  width: 40%;
  }
/* ウェディング */
.topWeddingContent {
  flex-direction: column;
  margin-top: 20px;
  padding: 30px 10px;
  }
.topWeddingContent div.topWedding_img {
  width: 100%;
  flex: 0 0 auto;
  }
.topWeddingContent div.topWedding_info {
  width: 100%;
  flex: 0;
  margin-top: 20px;
  }
#mainFull p.topLespierNote {
  max-width: initial;
  width: 100%;
  padding: 0 10px 15px 10px;
  }
.cateringDeliveryBanner {
  flex-direction: column;
  gap: 20px;
  }
.topCatering, .topDelivery {
  width: 96%;
  margin: 0 auto;
  }
#topAboutText {
  margin-top: 15px;
  }
#topAboutText p {
  font-size: 100%;
  }
/* stay 640 ----------------------------*/
.roomType {
  padding: 20px 10px;
  }
.roomsBox {
  flex-direction: column;
  }
.roomTypeImg {
  width: 100%;
  min-width: initial;
  margin-bottom: 8px;
  }
.roomTypeInfo {
  width: 100%;
  }
.roomTypeInfo table {
  font-size: 100%;
  }
.tobacco {
  top: 18px;
  font-size: 100%;
  }
#reservation ul {
  margin: 0;
  padding: 10px 0 0 10px;
  }
/* wedding 640 --------------------------*/
.weddingMvTitle {
  font-size: 300%;
  }
/* restaurant 640 ----------------------*/
#mainFull.restaurant h4 {
  font-size: 123%;
  }
.restaurantInfo {
  margin-bottom: 20px;
  }
.restaurantInfo div.restaurant_logo table {
  width: 100%;
  font-size: 115%;
  }
.restaurantInfo div.restaurant_logo table td span {
  font-size: 77%;
  }
.serviceDay_mens,
.serviceDay_ladies {
  width: 96%;
  flex-direction: column;
  }
.serviceDay_mens div:first-child,
.serviceDay_ladies div:first-child {
  width: 100%;
  justify-content: center;
  padding-right: 0;
  font-size: 85%;
  }
.serviceDay_mens div:nth-child(2),
.serviceDay_ladies div:nth-child(2) {
  width: 100%;
  font-size: 130%;
  justify-content: center;
  }
/* グルメフェアここから */
#mainFull.restaurant .gourmetMenu p {
  padding: 0;
  }
#mainFull.restaurant .gourmetMenu p.gourmetFairPrice {
  margin-top: 10px;
  font-size: 107%;
  }
.gourmetFairBox {
  flex-direction: column;
  }
.gourmetImg {
  width: 100%;
  flex: 0 1 auto;
  }
.gourmetImg img {
  width: 100%;
  }
.gourmetMenu {
  width: 100%;
  flex: 0;
  padding: 20px 0 0 0;
  }
.gourmetMenu h3 {
  font-size: 123%;
  }
/* グルメフェアここまで */
.menuOption {
  font-size: 93%;
  }
.menuCategory {
  min-width: 115px;
  }
.menuTable table {
  width: calc(100% - 5px);
  margin-left:5px;
  }
.menuCategoryInner {
  font-size: 85%;
  }
.menuTable table {
  font-size: 93%;
  }
.menuTable table td:nth-child(1),
.menuTable table td:nth-child(2) {
  padding: 15px 0 0 0;
}
.menuTable table td:nth-child(1) span {
  display: block;
  font-size: 85%;
  }
.menuTable table td:nth-child(2) {
  width: 50px;
}
.menuCategoryInner span {
  font-size: 93%;
  }
.menuCategoryInner span.ex {
  font-size: 77%;
  }
.menuImage div span {
  font-size: 65%;
  }
/* banquet 640 -------------------------*/
.banquetPlan {
  width: 100%;
  margin-bottom: 25px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  }
.socialGathering,
.meetingLunch {
  flex-direction: column;
  }
.socialGatheringImg,
.meetingLunchImg {
  flex: 0 1 auto;
  width: 100%;
  margin-bottom: 60px;
  }
.socialGatheringImg {
  margin-bottom: 40px;
  }
.meetingLunchText {
  flex: 0 1 auto;
  width: 100%;
  }
.socialGatheringText h3,
.meetingLunchText h3 {
  font-size: 123%;
  }
.socialGatheringText div,
.meetingLunchText div {
  width: 96%;
  font-size: 107%;
  }
.meetingLayout div {
  width: 100%;
  }
.meetingContentInner {
  flex-direction: column;
  }
.meetingInfo, .meetingOption {
  max-width: initial;
  width: 100%;
  }
.meetingInfo {
  margin-bottom: 20px;
  }
.shuttleBus {
  flex-direction: column;
  }
.shuttleBusImg img {
  width: 80%;
  min-width: 250px;
}
.shuttleBusText div {
  width: 90%;
  }
/* catering 640 ------------------------*/
#mainFull.catering h2 {
  width: 96%;
  margin: 0 auto 60px auto;
  font-size: 123%;
  }
.cateringIntro {
  width: 90%;
  }
.cateringMvText {
  font-size: 130%;
  }
.cateringContentInner {
  flex-direction: column;
  }
.cateringInfo, .cateringOption {
  width: 100%;
  }
.cateringInfo {
  margin-bottom: 20px;
  }
.cateringImageBox {
  flex-direction: column;
  }
.cateringImageBox div {
  width: 100%;
  margin-bottom: 10px;
  }
.cateringOtherNote {
  font-size: 107%;
  }
.cateringInfo table, .cateringOption table {
  font-size: 100%;
  }
/* delivery 640 ------------------------*/
.deliveryMvText {
  font-size: 130%;
  }
.deliveryPlan {
  width: 100%;
  }
.deliveryIntro {
  width: 90%;
  }
.deliveryMenu {
  flex-direction: column;
  }
.d_menuItem {
  width: 100%;
  }
/* access 640 --------------------------*/
.transportation {
  margin-top: 30px;
  }
h3.train, h3.car {
  font-size: 115%;
  }
h3.train::before, h3.car::before {
  width: 25px;
  height: 25px;
  }
.transportation h4 {
  font-size: 107%;
  margin-left: 0;
  }
.accesGuide {
  padding: 0 0 10px 0px;
  }
.transportation p {
  margin-left: 0;
}
.accesGuide div:first-of-type,
.accesGuide div:nth-of-type(3) {
  font-size: 94%;
  }
.parkingImg {
  flex-direction: column;
  }
.parkingImg div img {
  width: 98%;
  }
/* facility 640 ------------------------*/
.floorGuide {
  flex-direction: column-reverse;
  }
.drawing, .floorPhoto {
  width: 100%;
  }
.drawing img {
  width: 100%;
  }
/* sightseeing 640 ---------------------*/
#mainFull.sightseeing h3 {
  font-size: 130%;
  }
#sightseeingInfo div {
  width: 100%;
  }
#hikariCity {
  flex-direction: column;
  padding: 20px 15px;
  }
#sightseeingMap {
  width: 100%;
  }
.hikariInfo {
  width: 100%;
  padding: 0;
  }
.hikariInfo h4 {
  margin-top: 20px;
　}
/* contact 640 -------------------------*/
#mainFull.contact h3 {
  font-size: 123%;
  }
#mainFull.contact .contactTel {
  font-size: 154%;
  }
#mainFull.contact .mailformNote {
  font-size: 100%;
  }
#mainFull.contact .contactTel span {
  font-size: 50%;
  }
#mainFull.contact .mailformNote {
  font-size: 107%;
}
#mailform {
  margin: 0;
  padding: 0 5px 20px 0px;
  }
#mailform table {
  font-size: 115%;
  }
#mailform table th {
  display: block;
  width: 100%;
  min-width: initial;
  padding: 20px 0 0 5px;
  }
#mailform table td {
  display: block;
  padding: 5px 0;
  }
#mailform table th span.required, #mailform table th span.optional {
  font-size: 77%;
  }
#mailform input, #mailform textarea, #mailform select {
  width: 100%;
  padding: 5px;
  font-size: 107%;
  }
#mailform input[type="submit"] {
  display: block;
  width: 100px;
  margin: 0 auto;
  border-radius: 5px;
  }
#mailform input[name="code"] {
  width: 160px;
  }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  text-align: left;
  }




/*------------------------------------------------
  sp 640 シングルページ **************************
--------------------------------------------------*/

/* single post -------------------------*/
#main.single div.postContent h3 {
  margin: 20px 0 0 0;
  }
a[href$=".pdf"] {
  width: 200px;
  margin: 20px auto 30px auto;
  padding: 0 5px 3px 5px;
  font-size: 100%;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  }
#main #singlePosts table img {
  max-height: 200px;
  }
.postFlyer {
  padding: 10px;
  }
/* single custom post ------------------*/
#otherRooms.singlePage h3,
#otherBanquet.singlePage h3,
#otherDelivery.singlePage h3 {
  font-size: 123%;
  }
/* single rooms ------------------------*/
#roomsContent {
  padding: 30px 10px;
  }
div.roomDetail {
  flex-direction: column;
  }
div.roomDetail div {
  width: 100%;
  }
.reservation h4 {
  margin-bottom: 5px;
  }
.reservationInfo {
  flex-direction: column;
  justify-content: flex-start;
  }
.telephoneNumber {
  font-size: 154%;
  }
.reservationWeb {
  margin-top: 15px;
  }
.reservationTel, .reservationWeb {
  width: 100%;
  }
.reservation ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  font-size: 100%;
  line-height: 1.3;
  }
.reservation ul li {
  width: calc(100% / 2);
  }
.reservation ul li a {
  width: 92%;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  border: 1px solid #999;
  border-radius: 8px;
  }
div.roomDetail {
  justify-content: flex-start;
  flex-direction: column;
  }
div.roomDetail div {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 10px;
  }
div.roomDetail div:nth-child(3) {
  margin-bottom: 0;
  }
/* single banquet ----------------------*/
#banquetContent h4 {
  font-size: 107%;
  }
.banquetPlanContent {
  padding: 10px;
  }
#mainFull .banquetPlanContent p {
  font-size: 100%;
  }
/* aside -----------*/

  #aside img, .aside img {
  width: 95%;
  }
  #aside.banquet {
  margin-top: 50px;
  }
  #aside.banquet img {
  width: 75%;
  }
.freeplanWaku {
  margin: 8px 5px 20px 5px;
  padding: 0 12px 5px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  }
  #aside.restaurant img {
  width: 90%;
  border-radius: 12px;
  }
}
/* sp 430px
---------------------------------------------*/
@media (max-width: 430px) {
.spbr430 {
  display: block;
  }
/* gloval nav --------------------------*/
#pageTitle h2 {
  font-size: 154%;
  }
.gn_pageLink {
  padding:0 0 20px 0;
  }
.gn_stay {
  flex-direction: column;
  }
.g_nav {
  width: 100%;
  margin-top: 10px;
  }
ul.online_reservation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  }
#globalNavArea ul.online_reservation li {
  line-height: 1.5;
  }
#globalNavArea ul.online_reservation li a,
#globalNavArea ul.online_reservation li a:hover {
  display: block;
  width: 96%;
  margin: 0 auto;
  padding: 6px 0;
  font-size: 85%;
  text-align: center;
  border: 1px solid #666;
  border-radius: 8px;
  }
.limited_time p {
  font-size: 100%;
  }
#globalNavArea ul.gn_fair li {
  font-size: 100%;
  }
/* front-page 430 ----------------------*/
.eventPeriod {
  font-size: 93%;
  }
.topWeddingContent h4 {
  font-size: 115%;
  }
#topAboutText {
  padding: 25px 15px 5px 15px;
  }
 .contentSlideImage img {
  width: 98%;
  }
/* banquet 430 -------------------------*/
#mainFull.banquet h2 {
  font-size: 130%;
  }
/* meeting 430 -------------------------*/
.meetingIntro {
  margin-bottom: 20px;
  }
.meetingMv {
  flex-direction: column;
  }
.meetingMv img {
  width: 96%;
  }
.meetingMv picture:first-child img {
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
}
.meetingMv picture:last-child img {
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  }
/* restaurant 430 ----------------------*/
.restaurantInfo div.restaurant_logo table {
  font-size: 100%;
  }
/* catering 430 ------------------------*/
.cateringMvText {
  font-size: 107%;
  }
.cateringIntro p:first-child {
  text-align: center;
  }
.cateringInfo h3, .cateringOption h3 {
  font-size: 123%;
  }
.numberPeople {
  font-size: 100%;
  }
.cateringOtherNote {
  font-size: 100%;
  }
/* delivery 430 ------------------------*/
.deliveryMvText {
  font-size: 107%;
  }
.deliveryIntro p:first-child {
  text-align: center;
  }
.deliveryService {
  gap: 20px;
  }
/* wedding 430 -------------------------*/
  .weddingMvTitle {
    font-size: 230%;
  }
#weddingPlan {
  margin-top: 50px;
  }
#weddingPlan h3 {
  font-size: 162%;
  margin-bottom: 0;
  }
#weddingPlan h4 {
  font-size: 115%;
  }
.weddingWrap .weddingBox:only-child {
  padding: 30px 20px;
  }
.weddingContentInner, .weddingOptionInner, .weddingBenefitsInner {
  font-size: 107%;
  }
#weddingPlan ul {
  font-size: 107%;
  }
.weddingSet1, .weddingSet2 {
  padding: 0 10px 20px 10px;
  }
#weddingMenu {
  margin-top: 50px;
  }
#weddingMenu h3 {
  margin-bottom: 5px;
  font-size: 185%;
  }
#weddingGallery {
  margin-top: 45px;
  }
.weddingSlider {
    grid-template-columns: 1fr; /* 1列表示 */
  }
.weddingSlider div img {
  width: 96%;
  }
#weddingGallery h3 {
  margin-bottom: 5px;
  font-size: 185%;
  }
.weddingMenuPhoto {
  flex-direction: column;
  gap: 15px;
  }
.weddingMenuBox img {
  width: 96%;
  }
/* information list 430-----------------*/
#mainFull.home h3 {
  font-size: 123%;
  }
#mainFull.home h4 {
  font-size: 100%;
  }
#mainFull.home p {
  font-size: 86%;
  }
  .postBox2 {
  width: 100%;
  }
/* privacy 430 -------------------------*/
#privacy #main h3 {
  font-size: 115%;
  }
#privacy #main p {
  font-size: 107%;
  }
/* single banquet 430 ------------------*/
div.banquetInfo h3 {
  font-size: 139%;
  }
#banquetContent {
  padding: 20px 10px;
  }
.banquetNote {
  font-size: 77%;
  }
  .meetingPlan h3 {
    font-size: 139%;
  }
.venueSetting h3 {
  font-size: 123%;
  }
/* single delivery 430 -----------------*/
.singleDeliveryInfo h3 {
  margin-bottom: 10px;
  font-size: 139%;
  }
.singleDeliveryInfo {
  padding-top: 0;
  }
.deliveryPlanContent {
  font-size: 100%;
  }
/* single post 430 ---------------------*/
#main #singlePosts h3.postTitle {
  font-size: 123%;
  color: #333;
  }
#main .postContentWrrap {
  padding: 0 5px;
}
#main #singlePosts table td {
  display: block !important;
  width: 100% !important;
  }
#main #singlePosts table td img {
  max-height: initial;
  object-fit: initial;
  width: 90%;
  height: auto;
  }
/* single post restaurant 430 ----------*/
#main #singlePosts table.openingHours {
  font-size: 85%;
  }
/* 404 ---------------------------------*/
#page404 h2 {
  font-size: 100%;
  }
}
/* sp 360px
---------------------------------------------*/
@media (max-width: 360px) {
/* gloval nav --------------------------*/
#globalNavArea ul li {
  font-size: 85%;
  }
#globalNavArea ul.online_reservation li {
  font-size: 85%;
  }
.gn_stay {
  padding: 10px;
  }
/* restaurant 360 ----------------------*/
.restaurantInfo div.restaurant_logo table {
  font-size: 85%;
  }
/* catering 360 ------------------------*/
.cateringMvText {
  font-size: 85%;
  }
/* wedding 360 -------------------------*/
.weddingMvTitle {
  font-size: 200%;
  }
/* single post restaurant 360 ----------*/
#main #singlePosts table.openingHours {
  font-size: 65%;
  }
}
