@charset "UTF-8";

/* CSS Document */
.header-menu-li-reserve {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}

@media (hover: hover) {
  .header-menu-li-reserve a:hover {
    color: inherit;
    text-decoration: none;
  }

  .header-menu-li-reserve a div:hover {
    opacity: 0.8;
  }
}

.header-menu-li-drawer {
  position: fixed;
  right: 0;
  top: 0;
}

.text-black {
  color: #000;
}

.pc-contact {
  width: 108px;
}

.nobr {
  white-space: nowrap;
}

.brsp {
  display: none;
}

.ib {
  display: inline-block;
}

.container-fluid {
  color: #000;
}

.text-black {
  color: #000;
}

.img-floormap {
  position: relative;
  width: 728px;
  margin: 0 auto;
}

.map-link {
  position: absolute;
  display: block;
}

.map-link:before {
  content: "";
  display: block;
  height: 100%;
  width: 0;
  transition: 0.4s;
  background: rgba(202, 239, 147, 0.50);
}

.map-link:hover:before {
  width: 100%;
}

.place01 {
  width: 144px;
  height: 154px;
  top: 22px;
  left: 574px;
}

.place02 {
  width: 274px;
  height: 277px;
  top: 256px;
  left: 444px;
}

.place03 {
  width: 267px;
  height: 100px;
  top: 22px;
  left: 302px;
}

.place04 {
  width: 185px;
  height: 91px;
  top: 22px;
  left: 112px;
}

.map_tmb a, .map_tmb p {
  /*display: none;*/
  display: block;
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .brpc {
    display: none;
  }

  .brsp {
    display: block;
  }

  .map-link:active:before {
    width: 100%;
  }
}

/* 2019.07 追記 グルメリンク*/
footer a {
  display: inline-block;
  transition: .15s;
}

footer a:hover {
  opacity: 0.6;
}

@media (min-width: 320px) and (max-width: 767.98px) {
  .brpc {
    display: none;
  }

  .brsp {
    display: block;
  }

  .img-floormap {
    width: 100%;
  }

  .map-link {
    display: none;
  }

  .map_tmb a, .map_tmb p {
    display: block;
  }

  .m-li {
    display: none;
    /* 2020.06追加 お知らせ投稿ない場合上部リンク非表示(SP時) */
  }

  .news {
    padding-top: 40px;
    /* 2020.06追加 お知らせレイアウト調整 */
    padding-bottom: 40px;
  }
}

/* 2020.05 追記 お知らせマージン調整　稲辺*/
.news {
  padding-top: 55px;
  padding-bottom: 55px;
}

/* 2019.09.02 seoタグ追加 */
@media (min-width: 320px) and (max-width: 767.98px) {
  .fs-36 h2 {
    font-size: 24px;
  }

  .fs-20 h3 {
    font-size: 20px;
  }
}

/*お知らせNEWSボタン 20190911*/
.n-content {
  width: 100%;
}

.modal-content_button {
  margin-top: 30px;
  margin-bottom: 30px;
}

.modal-content_button_btn {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  padding: 14px 0;
  color: #fff;
  background-color: #000;
  display: block;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.modal-content_button_btn:hover {
  opacity: 0.6;
  color: #fff;
  text-decoration: none;
}

h1 {
  margin-bottom: 0;
}

/* 20201021 「お知らせ」内バナー設置 稲辺*/
.banner_section {
  width: calc(100% - 60px);
  max-width: 720px;
  margin: -20px auto 40px;
  display: flex;
  justify-content: center;
}

.banner_section a {
  transition: all 0.2s ease-in-out;
}

.banner_section a:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  opacity: 0.8;
}

.banner_section img {
  width: 100%;
  height: auto;
}

.banner_section--notice {
  width: 48%;
  margin-right: 4%;
}

.banner_section--eat,
.banner_section--coupon {
  width: 24%;
}

.news_info {
  text-align: center;
  line-height: 2;
  font-size: 14px;
  width: 90%;
  max-width: 600px;
  background: #fff;
  border: solid 2px #999;
  padding: 20px 30px 7px;
  margin: 40px auto 0;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .banner_section {
    margin: -20px auto 40px;
    width: calc(100% - 80px);
    max-width: 400px;
    min-width: 290px;
    flex-wrap: wrap;
  }

  .banner_section--notice {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }

  .banner_section--eat,
  .banner_section--coupon {
    width: 50%;
  }
}

/* 20201022 「お知らせ」内背景色設定*/
.news20201022 {
  width: 250px;
  margin-left: 10px;
  background-color: #f4f4f4;
  padding: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .news20201022 {
    width: 90%;
    margin-left: 0px;
    padding: 15px;
  }
}

/*20210915　右下バナー設置*/
.top_banner {
  position: absolute;
  bottom: 10px;
  right: 40px;
  width: calc(100% - 60px);
  max-width: 365px;
  z-index: 50;
}

.top_banner a {
  display: block;
  transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}

.top_banner a:hover {
  opacity: 0.7;
}

.top_banner a img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 950px) {
  .top_banner {
    max-width: 320px;
  }
}

@media (max-width: 767.98px) and (min-width: 320px) {
  .top_banner {
    bottom: 15px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.black_over {
  background: #000;
}

.black_over img {
  opacity: 0.7;
}

/* 2026/01/19 calendar追加 */
.header-menu .header-menu-ul .pc-calender {
  background: #fff;
  color: black;
  line-height: 1.1;
  padding: 15px 0 !important;
  text-align: center;
  width: auto;
}

.header-menu .header-menu-ul .pc-calender .img-box {
  margin-bottom: 5px;
}

/* sp */
.header-menu .header-menu-ul .time {
  background: url(../images/common/icon_time.png) center center / contain no-repeat;
  content: "";
  filter: invert(1);
  height: 31px;
  left: 18px;
  position: absolute;
  top: 13px;
  width: 30px;
}

/* schedule */
.Schedule {
  padding-top: 80px;
  padding-bottom: 30px;
  position: relative;
}

.color-white {
  color: #fff;
}

/*グーグルカレンダー上書き*/
#calendar {
  --color-button: #333;
  --color-today: #f7f1e4;
  background-color: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 15px;
  width: 95%;
}

/* ナビゲーションボタンの色を変更 */
#calendar .fc-button-primary {
  background-color: var(--color-button);
  border-color: var(--color-button);
}

/* 今日の日付の色を変更 */
#calendar .fc-daygrid-day.fc-day-today {
  background-color: var(--color-today);
}

/* イベントの改行を許可 */
#calendar .fc-event-title {
  white-space: normal;
}

#calendar .fc-toolbar-chunk {
  min-width: 160px;
}

#calendar h2.fc-toolbar-title {
  font-size: 1.2em;
  padding: 0 0 0 1em;
}

#calendar h2.fc-toolbar-title:before,
#calendar h2.fc-toolbar-title:after {
  display: none;
}

#calendar .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

#calendar .fc-toolbar-chunk:nth-child(2) button {
  /* myTitle*/
  background-color: #fff;
  border: none;
  color: var(--color-button);
  font-size: 1.2em;
  font-weight: bold;
  pointer-events: none;
}

#calendar .fc-daygrid-dot-event {
  flex-wrap: wrap;
}

#calendar .fc-col-header-cell-cushion {
  font-weight: normal;
}

#calendar .fc-daygrid-event-harness {
  font-size: 0.9em;
}

/*カレンダー内のイベントをクリックさせない*/
.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
  pointer-events: none;
}

/*カレンダー内のイベントタイトルを折り返す*/
.fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title {
  word-break: break-all;
  white-space: normal;
}

@media screen and (max-width: 600px) {
  #calendar .fc-toolbar.fc-header-toolbar {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #calendar .fc-toolbar-chunk {
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
  }

  #calendar .fc-toolbar-chunk:nth-child(1) {
    order: 1;
  }

  #calendar .fc-toolbar-chunk:nth-child(2) {
    /* myTitle*/
    order: 0;
    width: 100%;
  }

  #calendar .fc-toolbar-chunk:nth-child(2) button {
    /* myTitle*/
    margin: 0 auto;
    padding-top: 0;
  }

  #calendar .fc-toolbar-chunk:nth-child(3) {
    order: 2;
  }

  #calendar h2.fc-toolbar-title {
    padding: 0;
  }

  #calendar .fc-view-harness {
    height: 444px !important;
  }
}

/* 2026.7.23 3SUP_MHM-4384 【ご相談】AH青森／なごみ（サイト カラー変更） */
:root {
  --bg-black: #000000;       /* 漆黒 (完全な黒) */
  --bg-dark-gray: #080808;  /* わずかに明るい黒（セクションの切り替え用） */
  
  /* 文字・装飾用のゴールドパレット */
  --gold-primary: #d4af37;  /* 基本のゴールド（見出し・ボタンなど） */
  --gold-light: #f3e5ab;    /* 明るいシャンパンゴールド（本文の文字色：可読性確保） */
  --gold-dark: #996515;     /* 深みのあるゴールド（境界線・影用） */
  --gold-accent: #ffd700;   /* アクセント用の強いゴールド（ホバー時など） */
}
.-bg-black .color-primary,
.-bg-black .color-dark {
  color: var(--gold-primary);
}
/* .-bg-black .color-dark {
  color: var(--gold-dark);
} */

.-bg-black,
.-bg-black .news,
.-bg-black .mainColor1,
.-bg-black .mainColor2,
.-bg-black .address {
  background-color: var(--bg-black);
  color: var(--gold-light);
}
.-bg-black a {
  color: var(--gold-primary);
}
/* header */
.-bg-black .header-menu-li a {
  color: var(--gold-light);
}
.-bg-black .bg-bl {
  background: linear-gradient(135deg, var(--gold-primary), var(--gold-dark));
  color: var(--bg-black);
}
.-bg-black .scroll text,
.-bg-black .scroll #Exclusion_1 {
  fill: var(--gold-primary);
}
.-bg-black .scroll #Path_192 {
  stroke: var(--gold-primary);
}

/* news */
.-bg-black .news a.text-less {
  color: var(--gold-light);
}
.-bg-black .h-news-S {
  background-color: transparent;
  border: 1px solid var(--gold-primary);
  color: var(--gold-primary);
  padding: 2px 14px;
}
.-bg-black .title-op {
  border-color: var(--gold-primary);
}

/* 各パーツ */
.-bg-black .content-meal {
  margin: 180px auto;
}
.-bg-black .btn-outline-light {
  background: transparent;
  border: 1px solid var(--gold-light);
  color: var(--gold-light);
}
.-bg-black .icon-down path {
  stroke: var(--gold-light);
}
.-bg-black .btn-more {
  background: transparent;
  border: 1px solid var(--gold-primary);
  color: var(--gold-primary);
}
.-bg-black .map-link:before {
  background: rgb(209 204 130 / 50%);
}
.-bg-black .floor-map {
  margin-left: 15px;
  margin-right: 15px;
}
/* footer */
.-bg-black footer {
  border-color: var(--gold-primary);
  margin: 0;
}
.-bg-black footer .icon {
  background: var(--bg-black);
}
.-bg-black footer .icon path {
  stroke: var(--gold-primary);
}
.-bg-black .logo-footer img {
  width: 300px;
}
.-bg-black .footer-block {
  /* background: rgba(255, 255, 255, 0.82); */
  margin: 3em auto;
  max-width: 100%;
  width: 1000px;
}
.-bg-black footer .link_gourmetblock {
  gap: 1em;
  margin-top: 0;
}
.-bg-black footer .link_hotel img {
  filter: brightness(1.4);
}
@media (hover:hover){
  .-bg-black a:hover {
    color: var(--gold-primary);
  }
  .-bg-black .header-menu-li a:hover {
    color: var(--gold-light);
  }
  .-bg-black .bg-bl {
    transition: 0.3s;
  }
  .-bg-black .bg-bl:hover {
    filter: brightness(1.1);
    opacity: 1;
  }
  .news a.text-less:hover {
    border-bottom-color: var(--gold-light);
  }
  .-bg-black .btn-outline-light ,
  .-bg-black .btn-more {
    transition: 0.3s;
  }
  .-bg-black .btn-outline-light:hover {
    background-color: var(--gold-light);
    color: var(--bg-black);
  }
  .-bg-black .btn-more:hover {
    background-color: var(--gold-primary);
    color: var(--bg-black);
  }
}