@charset "UTF-8";
/* CSS Document */
.modal-header {
	display: flex!important;
}
.w-90 {
  width: 90%!important;
}
  .tb-br {
  display: none;
}
  .sp-br {
  display: none;
}
.strong {
  font-weight: bold!important;
	font-size: 1.1em;
}
.strong2 {
  font-weight: bold!important;
}
.header-menu-li-reserve {
  position: fixed;
  top: 0;
    right: 0;
    z-index: 999;
}
.header-menu-li-reserve a:hover {
  color: inherit;
}
.header-menu-li-reserve a div:hover {
  opacity: 0.8;
}
.header-menu-li-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}
/* お知らせ */
.lst-news {
  width: 96%;
  max-width: 640px;
}
.lst-news_post {
  width: 170px;
}
.lst-news_post_date {
  width: 80px;
}
.lst-news_post_cat {
  width: 80px;
  display: inline-block;
}
/* お知らせ2段 */
.news_block_title {
  margin-bottom: 5px!important;
}
.news_block_flex {
  display: flex;
  justify-content: center;
  padding-left: 1.2rem;
}
.news_block_flex_list {
  width: 50%;
  list-style-type: none;
}
.news_block_note {
  margin-top: 20px;
}
.news_block_note p {
  margin-bottom: 5px;
  font-size: 12px;
}
@media (max-width: 640px){
  .news_block_flex {
    flex-direction: column;
  }
  .news_block_flex_list {
  width: 100%;
  }
  .news_block_flex ul:first-of-type {
    margin-bottom: 0;
  }
  .news_block_note p {
    font-size: 14px;
  }
}
/* フッターリンク */
.link_hotel {
  text-decoration: underline;
}
footer a {
	display: inline-block;
	transition: .15s;
}
footer a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 991.98px) and (min-width: 768px) {
	.tb-br {
		display: block;
	}
}
@media (max-width: 767px) {
  .pc-br {
    display: none;
  }
  .sp-br {
  display: block;
}
  .content-meal {
    width: 100%;
  }
}
/* 2019.06 追記 グルメリンク*/
footer a {
	display: inline-block;
	transition: .15s;
}
footer a:hover {
	opacity: 0.6;
}
/* 2019.06 追記 モーダル */
.img-floormap {
	position: relative;
}

.map-link {
	position: absolute;
	display: block;
}
.map-link:before {
	content: "";
	display: block;
	height: 100%;
	width: 0;
	transition: 0.4s;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
}
.map-link:hover:before {
	width: 100%;
}

.place01 {
	width: 87px;
    height: 81px;
    top: 337px;
    left: 237px;
}

.place02 {
	width: 720px;
	height: 75px;
	top: 75px;
	left: 4px;
}

.place03 {
	width: 120px;
	height: 264px;
	top: 180px;
	left: 604px;
}

.place04 {
	width: 232px;
	height: 249px;
	top: 195px;
	left: 4px;
}

.place05 {
	width: 90px;
	height: 108px;
	top: 337px;
	left: 323px;
}

.place06 {
	width: 92px;
    height: 46px;
    top: 3px;
    left: 228px;
}

.place07 {
	width: 90px;
	height: 82px;
	top: 337px;
	left: 237px;
}

.place08 {
	width: 140px;
	height: 30px;
	top: 187px;
	left: 366px;
}

.map-thumbnail {
	display: none;
}

@media screen and (max-width: 991.98px) and (min-width: 768px) {
	.floormap-wrap {
		width: 768px;
	}
}

@media screen and (max-width: 767px) {
	.map-link {
		display: none;
	}
	.map-thumbnail {
		display: block;
	}
	
}
.n-content {
	width: 100%;
}
.n-content li {
	list-style-type: none;
}
/*「お知らせ」装飾*/
.modal-content_button_btn {
    max-width: 300px;
	width: 100%;
   margin: 0 auto 20px;
    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;
}
.modal-content_button {
    margin-top: 30px;
    margin-bottom: 30px;
}
.modal_link {
	color: #000;
	text-decoration: underline;
}
.modal_link:hover {
	color: #000;
	text-decoration: none;
}
/* 2019.11 追記 見出しタグのフォントサイズ調整 */
h1 {
	margin-bottom: 0;
}
.fs-36 h2 {
   font-size: 32px;
}
.fs-24 h2 {
   font-size: 24px;
}
.fs-20 h3 {
   font-size: 20px;
}
@media screen and (max-width: 767px) {
	.fs-36 h2 {
	   font-size: 24px;
	}
	.fs-24 h2 {
	   font-size: 22px;
	}
}
/*20200521トップ　テイクアウトバナー設置*/
.top_banner {
	position: absolute;
	bottom: 90px;
	right: 40px;
	width: calc(100% - 60px);
	max-width: 365px;
	z-index: 50;
}
.top_banner a {
	display: block;
	transition: all 0.2s ease-in-out;
}
.top_banner a:hover {
	opacity: 0.7;
}
.top_banner a img {
	display: block;
	width: 100%;
	height: auto;
}
@media (max-width: 767.98px) and (min-width: 320px){
	.top_banner {
		bottom: 60px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.news {
		padding-top: 40px;     /*お知らせマージン調整*/
		padding-bottom: 40px;
	}
}
/* 20201019 「お知らせ」内バナー設置 */
.banner_section {
    width: calc(100% - 60px);
    /*max-width: 920px;*/ /*バナー3つの時*/
    /*max-width: 600px; /*バナー2つの時*/
	max-width: 300px;  /*バナー1つの時*/
    margin: -20px auto 40px; 
	display: flex;
	justify-content: center;
}
.banner_section > div {
    margin: 0 5px;
}
.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;
}
.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% - 120px);
        max-width: 300px;
		min-width: 260px;
		flex-wrap: wrap;
    }
    .banner_section > div {
        margin: 5px 0px;
    }
}
/*20210915　右下バナー設置*/
.top_banner {
	position: absolute;
	bottom: 30px;
	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;
	border: solid #FFFFFF;
}
@media (max-width: 950px){
  .logo {
    top: 50%;
  }
	.top_banner {
		max-width: 270px;
	}
}
@media (max-width: 767.98px) and (min-width: 320px){
	.top_banner {
		bottom: 45px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}

/*「お知らせ」装飾_20240514*/
body#tinymce.wp-editor a.modal-content_button_btn, .modal-body a.modal-content_button_btn,
.modal-body .modal-content_button_btn {
	max-width: 300px;
width: 100%;
 margin: 0 auto 20px ;
	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;
}
.modal-content_button {
	margin-top: 30px;
	margin-bottom: 30px;
}
.modal_link {
color: #000;
text-decoration: underline;
}
.modal_link:hover {
color: #000;
text-decoration: none;
}
.strong {
	font-weight: bold!important;
font-size: 1.1em;
}
.strong2 {
	font-weight: bold!important;
}
@media (max-width: 767px) {
.strong {
	font-size: 1em;
}
}

/*202405 メインビジュアル動画*/
.header_logo {
  left: 15px;
  position: absolute;
  top: 5px;
  filter: brightness(1) invert(1);
  z-index: 10;
}
.header_logo img {
  width: 260px;
}
.logo {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(90% - 80px);
  left: 0;
	max-width: 290px;
  position: absolute;
  text-align: center;
	transform: none;
  right: 0;
  top: 80px;
	width: 18%;
  z-index: 1;
}
.logo img {
  width: 100%;
}
.logo_text {
  width: 80%;
  max-width: 740px;
  height: auto;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
}
.logo-footer {
  width: 13%;
}
.movie-frame iframe, .movie-frame video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mvMovie {
  background-color: #000;
  height: 100vh;
  position: relative;
  width: 100%;
}
#mvMovie:before {
  content: "";
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  opacity: .2;
  z-index: 1;
  pointer-events: none;
}
#movieStartBtn {
  /* bottom: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%); */
  margin-top: 10px;
  width: 126px;
  height: 126px;
  position: relative;
  transition: opacity 0.3s;
}
#movieStartBtn:before {
  animation: 12s linear infinite rotation;
  background: url(../images/top/circle-playmovie.svg) left top / 100% 100% no-repeat;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#movieStartBtn .iconMovie {
  height: auto;
  width: 100%;
}
#movieStartBtn:hover {
  opacity: 0.8;;
}
@media (max-width: 767px) {
  .header_logo {
    left: 10px;
    top: 3px;
  }
  .header_logo img {
    width: 166px;
  }
  .logo {
    height: calc(90% - 120px);
    max-width: 147px;
    width: 40%;
  }
}
/* モーダル動画 */
#modal-movie * {
  box-sizing: border-box;
}
#modal-movie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
	padding: 60px 55px 25px;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
}
#modal-movie.is-active {
  opacity: 1;
  pointer-events: auto;
	z-index: 101;
}
#modal-movie .modal__overlay {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#modal-movie .modal-panel {
  align-items: center;
  display: flex;
  height: fit-content;
  justify-content: center;
  position: relative;
  width: fit-content;
}
#modal-movie video {
  aspect-ratio: 16 / 9;
  left: 0;
  max-width: 100%;
  max-height: calc(100vh - 85px);
  margin: 0 auto;
  object-fit: contain;
  top: 0;
}
.modal__close-btn {
  position: absolute;
  top: -45px;
  right: 0;
  width: 40px;
  height: 40px;
  background: none;
  cursor: pointer;
  z-index: 10;
  text-indent: -9999em;
  outline: none;
  border: 0;
}
.modal__close-btn span {
  width: 100%;
  height: 2px;
  left: 50%;
  top: 50%;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
}
.modal__close-btn span::before, 
.modal__close-btn span::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.modal__close-btn span::before {
  transform: rotate(135deg);
}
.modal__close-btn span::after {
  transform: rotate(-135deg);
}
@media (max-width: 767px) {
  .pc-video {
    display: none;
  }
	#modal-movie {
		padding: 50px 15px 15px;
	}
  #modal-movie video {
    aspect-ratio: 9 / 16;
		height: calc(90vh - 65px);
	}
}
@media (min-width: 768px) {
  .sp-video {
    display: none;
  }
}