@charset "utf-8";
html, body {
	margin: 0;
	padding: 0;
}
header {
  position: relative;
  z-index: 1000;
  margin-top: 100px !important;
}
#header a:hover, #header a img:hover {
  opacity: 1 !important;
}
.navbar-brand img {
  height: 42px;
}
.hamburger-menu-brand img {
  height: 50px;
}
.hall-logo img {
  height: 56px;
}
/* =============================================
  ヘッダー(header.tpl)
============================================= */

/* ナビバー */
.navbar {
  width: 100%;
  height: 100px;
  padding: 0 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 100;
}
/* ナビバー 右側 */
.navbar-right {
  display: flex;
  align-items: center;
}
.navbar-link-list ul {
  display: flex;
}
.navbar-link-list ul li a {
  margin: 0 8px;
  font-size: 14px;
  color: #3e3e3e;
  white-space: nowrap;
}
.navbar-link-btn {
  width: 144px;
  height: 40px;
  margin-left: 15px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #B8A273;
  background-color: #fff;
  border: 1px solid #B8A273;
}
.navbar-link-btn.color-btn {
  color: #fff;
  background-color: #B8A273;
}


/* ----- footer ----- */
footer {
    margin: 0 auto;
}

footer .footer-upper {
    background-color: #dddfdb;
}
footer .footer-upper-inner {
    padding: 50px 100px 50px;
    background-color: #dddfdb;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1700px;
    margin: 0 auto;
}
footer .footer-upper-inner a {
    color: #44443C;
}
footer .footer-upper-inner .footer-upper-inner-left {
    width: 250px;
    min-width: 250px;
    margin-right: 100px;
    position: relative;
}
footer .footer-upper-inner .footer-upper-inner-left .logo-wrapper {
    width: 100%;
    height: auto;
    position: relative;
}
footer .footer-upper-inner .footer-upper-inner-left .logo-wrapper a {
    width: 100%;
}
footer .footer-upper-inner .footer-upper-inner-left .logo-wrapper a img {
    width: 100%;
}
footer .footer-upper-inner .footer-upper-inner-right {
    position: relative;
    max-width: 1200px;
}
footer .footer-upper-inner .footer-upper-inner-right ul.somelinkA-a,
footer .footer-upper-inner .footer-upper-inner-right ul.somelinkA-b {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
}
footer .footer-upper-inner .footer-upper-inner-right ul.somelinkA-b li,
footer .footer-upper-inner .footer-upper-inner-right ul.somelinkA-a li {
    width: 110px;
    text-align: center;
    white-space: nowrap;
    border-left: 1px solid #CEB4A8;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
}
footer .footer-upper-inner .footer-upper-inner-right ul.somelinkA-b li:last-child,
footer .footer-upper-inner .footer-upper-inner-right ul.somelinkA-a li:last-child{
    border-right: 1px solid #CEB4A8;
}
footer .footer-upper-inner .footer-upper-inner-right .tel-area {
    display: inline-block;
    width: 550px;
    min-width: 550px;
    margin-top: 30px;
    position: relative;
}
footer .footer-upper-inner .footer-upper-inner-right .tel-area span.mini-tel-text {
    display: inline-block;
    font-size: 10px;
    width: 5%;
    white-space: nowrap;
}
footer .footer-upper-inner .footer-upper-inner-right .tel-area a.tel-num {
    display: inline-block;
    font-size: 30px;
    width: 43%;
    white-space: nowrap;
}
footer .footer-upper-inner .footer-upper-inner-right .tel-area p.hall-other-info {
    display: inline-block;
    font-size: 12px;
    width: 50%;
    white-space: nowrap;
}
footer .footer-upper-inner .footer-upper-inner-right .insta-and-access-area {
    display: inline-block;
    float: right;
    margin-top: 10px;
}
footer .footer-upper-inner .footer-upper-inner-right .insta-and-access-area a:first-child {
    margin-right: 30px;
}
footer .footer-upper-inner .footer-upper-inner-right .insta-and-access-area img {
    width: 60px;
    height: 60px;
}

footer .footer-bottom {
    text-align: center;
    background-color: #44443c;
    padding: 0 100px;
    margin: 0 auto;
}
footer .footer-bottom a {
    color: #fff;
}
footer .footer-bottom ul.somelinkB {
    display: block;
    padding: 20px 0;
}
footer .footer-bottom ul.somelinkB li {
    display: inline-block;
    width: 110px;
    white-space: nowrap;
    font-size: 12px;
    margin-bottom: 10px;
}
@media screen and (min-width:769px) {
    footer .footer-bottom ul.somelinkB li.dummy-li {
        display: none;
    }
}
footer .footer-bottom ul.somelinkC {
    display: block;
    padding: 20px 0;
}
footer .footer-bottom ul.somelinkC li {
    display: inline-block;
    width: 250px;
    white-space: nowrap;
    font-size: 12px;
    margin-bottom: 10px;
}
footer .footer-bottom ul.somelinkC li:not(:last-child) {
    border-right: 1px solid #CEB4A8;
}
footer .footer-bottom .copyright {
    font-size: 12px;
    padding: 20px 0;
    color: #fff;
}

/* ----- loading 2021/12~ ----- */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  background-color: #fff; }

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  margin: -120px 0 0 -150px;
  content: '';
  background: url(../img/logo.png) left 30px no-repeat;
}
.fadeUp-forloader{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.banner-wrap {
	display: flex;
	flex-wrap: no-wrap;
  max-width: 1500px;
  height: auto;
  padding-top: 50px;
  margin: auto;
}
.banner img {
	width: 100%;
  height: auto;
	padding: 0 5px;
}

/*============================
.h-menu-list-wrap
============================*/

.h-menu-list-wrap {
  position: fixed;
  top: 60px;
  right: 0;
  width: 480px;
  background: #E2E2E2;
  color: #4D4D4D;
  min-height: calc(100vh - 100px);
  display: none; /* default none */
  height: 100%;
  overflow-y: scroll;
  z-index: 999;
}
.h-menu-list-wrap {
  display: block;
  padding: 30px 40px;
}
.h-menu-list-wrap .h-menu-list {
  margin-bottom: 20px;
}
.h-menu-list-wrap .h-menu-list li {
  padding: 0px 0px 15px;
  display: inline-block;
  width: calc(50% - 5px);
}
.h-menu-list-wrap .h-menu-list li a .h-menu-list-jp {
  color: #4D4D4D;
  font-size: 14px;
  margin-bottom: 5px;
}
.h-menu-list-wrap .h-menu-list li a .h-menu-list-en {
  color: #888888;
  font-size: 8px;
}
.h-menu-list-wrap .some-info-wrap {
  margin-bottom: 30px;
}
.h-menu-list-wrap .some-info-wrap a.fair-btn {
  display: block;
  background: #fff;
  color: #4D4D4D !important;
  border: 1px solid #4D4D4D;
  padding: 18px 0;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.h-menu-list-wrap .some-info-wrap .some-info-wrap-inner {
}
.h-menu-list-wrap .some-info-wrap .some-info-wrap-inner .tel-area {
  display: inline-block;
  width: 48%;
  font-size: 16px;
  vertical-align: top;
}
.h-menu-list-wrap .some-info-wrap .some-info-wrap-inner .tel-area img {
  width: 16px;
  height: auto;
  margin-bottom: 5px;
  margin-right: 5px;
  display: inline;
}
.h-menu-list-wrap .some-info-wrap .some-info-wrap-inner .datetime-and-holiday-wrap {
  display: inline-block;
  width: 48%;
  font-size: 12px;
  position: relative;
}
.h-menu-list-wrap .some-info-wrap .some-info-wrap-inner .datetime-and-holiday-wrap .datetime-area,
.h-menu-list-wrap .some-info-wrap .some-info-wrap-inner .datetime-and-holiday-wrap .holiday-area {
  display: inline-block;
  width: 100%;
}
.h-menu-list-wrap .some-arrowlink-wrap {
  margin-bottom: 35px;
}
.h-menu-list-wrap .some-arrowlink-wrap a {
  font-size: 12px;
  color: #4D4D4D !important;
}
.h-menu-list-wrap .some-arrowlink-wrap a:not(:first-child) {
  margin-left: 30px;
}
.h-menu-list-wrap .some-arrowlink-wrap a img {
  width: 5px;
  height: auto;
  margin-right: 10px;
  vertical-align: baseline;
  display: inline;
}
.h-menu-list-wrap .sns-wrap span {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.h-menu-list-wrap .sns-wrap span.fb-link {
  margin-left: 20px;
}
.h-menu-list-wrap .sns-wrap span.youtube-link {
  margin-left: 10px;
}
.h-menu-list-wrap .sns-wrap span img {
  object-fit: contain;
  height: 100%;
}

/* ヘッダーpcリスト 配置調整*/
header .navbar-link-list > ul {
  flex-wrap: nowrap;
}

@media (min-width: 769px) and (max-width: 1390px) {
  header .navbar-link-list > ul {
    flex-wrap: wrap;
    justify-content:flex-end;
    row-gap: 5px;
  }
  header .navbar-link-list > ul li { 
    flex: 0 0 auto; 
    white-space: nowrap;
  }
}
