* {
  box-sizing: border-box;
}
html, body {
  font-family: Helvetica,Arial,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #f0f0f0;
}
body {
  background-color: #050505;
  min-height: 100vh;  
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;  
}
.sub-page {
  position: relative;
}
.top-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  height: 100px;  
  background-color: #000;
  position: fixed;
  top: 0;
  z-index: 100;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #2c2c2c;
}
.top-navi, .sub-menu li {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 1.5px;
}
.top-navi a, .logo-wrap a {
  cursor: pointer;
}
.top-navi {
  width: 88px;
}
.logo-wrap {
  padding: 0 10px;
  width: 280px;
  text-align: center;
}
.top-wrap {
  width: 100%;
  height: 82vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background: url('../img/bg.jpg') center center no-repeat;
  background-size: cover;    
}
.emblem-wrap {
  width: 100%;
  padding: 0 32px;
  max-width: 420px;
  z-index: 10;
}
.emblem {
  width: 100%;
  opacity: 0.8;
}
.top-main-wrap {
  padding-top: 80px;
  position: relative;
  z-index: 5;
}
.top-main-content {
  width: 95%;
  max-width: 1040px;
  margin: 0 auto;
  min-height: 12vh;
  display: flex;
  flex-direction: column;  
  gap: 90px;
  padding-bottom: 80px;
}
.top-main-section {
  width: 100%;
}

.top-title {
  text-align: center;
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #FFE592;
  margin: 0;
}
.top-image-wrap {
  width: 100%;
  display: flex;
  margin-top: 80px;
}
.top-image-wrap.rev {
  flex-direction: row-reverse;
}

.top-image-wrap .top-text {
  width: 100%;
  background-color: #222;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.top-image-wrap .top-text p {
  margin: 0;
  text-align: center;
}
.top-image-wrap .top-text a {
  border: 1px solid #bbb;
  padding: 8px 30px;
  font-size: 0.88rem;
  color: #ddd;
}

.top-message-wrap {
  display: flex;  
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.top-about {
  line-height: 2.1;
  text-align: center;
}
.top-news-title {
  font-size: 1.4rem;
}
.top-news-content {
  line-height: 1.9;
  width: 100%;
  text-align: center;
  margin: 30px auto 0 auto;
  padding: 0 15px;
}
.top-news-more-wrap {
  margin: 20px 0 32px 0;
}

.top-access-info {
  margin-top: 60px;
  text-align: center;
  border-top: 1px solid #333;
  padding-top: 20px;
}
.top-access-info p {
  color: #ddd;
  letter-spacing: 1px;
}
.top-access-info .access-wrap {
  margin-top: 40px;
}
.top-access-info .access-wrap a {
  border: 1px solid #ccc;
  padding: 10px 25px;
}

.logo {
  height: 70px;
}
.footer {
  padding: 20px 0;
  width: 100%;  
  text-align: center;
  background-color: #181818;
}
.footer-name {
  font-size: 1.3rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0;
}
.sub-main {
  padding-top: 100px;
  min-height: 100vh;
}
.copyright {
  font-size: 0.9rem;
  color: #bbb;
  margin-top: 10px;
}
.sub-header {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.sub-header-inside {
  width: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 30px;
}
.sub-logo {
  height: 65px;
}
.sub-menu {
  list-style: none;
  display: flex;
  gap: 35px;
}

.sub-page-bg.whisky {
  background: url('../img/whisky-bg.jpg') center center no-repeat;
}
.sub-page-bg.cocktail {
  background: url('../img/cocktail-bg.jpg') center center no-repeat;
}
.sub-page-bg.access {
  background: url('../img/access-bg.jpg') center center no-repeat;
}
.sub-page-bg {
  width: 100%;
  height: 260px;
  background-size: cover !important;
}
.sub-main-wrap {
  max-width: 800px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin: 40px auto;
  padding: 0 20px;

}
.content-title {
  font-size: 28px;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.content-sub-title {
  font-size: 12px;
  color: #FFE472;
  white-space: nowrap;
  margin: 8px 0 0 0; 
  padding: 0;
  letter-spacing: 0.5rem;
}

.menu-sub-title {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.3rem;
  margin-top: 0;
}

.menu-content-wrap {
  flex: 1;
  width: 100%;
}
.sub-top-text {
  line-height: 2.2;
  margin: 0;
}
.sub-image-wrap img {
  width: 100%;
  margin: 20px 0 60px 0;
}
.menu-wrap .title {
  font-size: 1.5rem;
  color: #FFE472;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin: 0;
}
.menu-list dt {
  font-size: 1.2rem;
  border-bottom: 1px solid #555;
  margin-top: 30px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.menu-list dd {
  margin-left: 0px;
  line-height: 2.1; 
}

/* ACCESS */
.access-info {
  list-style: none;
  border-top: 1px solid #555;
  margin: 0;
  padding: 0;
}
.access-info li {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #555;
  padding: 20px 0;
}

.access-info li .title {
  margin: 0;
  width: 80px;
  flex: 0 0 80px;
}
.access-info li .content {
  margin: 0;  
}
.map-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  height: calc(100vh - 820px);
  min-height: 420px;
  padding: 0 20px;
}
.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 100;
}


/* COMMON */
#btnNavi {
	position: absolute;
	width: 40px;
	height: 50px;
	left: 8px;
  z-index: 10000;
  display: none;
}

#btnNavi div, #btnNavi div::before, #btnNavi div::after {
	display: inline-block;
	width: 24px;
	height: 1px;
	left: 8px;
	background: #fff;
	position: absolute;
	transition: all 300ms ease;
}

#btnNavi div {
	top: 20px;	
}

#btnNavi div::before {
	content: "";
	top: 6px;
	left: 0;
}

#btnNavi div::after {
	content: "";
	top: 12px;
	left: 0;
}

.btnOn::before { display: none !important; }
.btnOn { 
	transform: rotate(45deg) !important;
	top: 25px !important;
}

.btnOn::after { 
	transform: rotate(-90deg) !important; 
	left: 0px !important;
	top: 0px !important;
}
.navOn { display: block !important;}
.coverOn { left: 0 !important; }

#gnav {
	width: 70%;
	max-width: 350px;
	height: calc(100% - 80px);
	position: fixed;
	left: -70%;
	top: 80px;
	background: #111;
	z-index: 100;
	transition: all 300ms ease;
}
#gnav ul {
  margin: 0;
  padding: 0;
}
#gnav ul li {
	border-bottom: 1px solid #222;
  list-style: none;
}

#gnav ul li a {
	text-decoration: none;
	display: block;
	padding: 24px 32px;
	color: #ccc;
}

#navCover {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	z-index: 50;
	display: none;
	transition: all 300ms ease;
}

@media screen and (max-width: 650px) {
  .top-header {
    height: 80px;
  }
  .logo {
    height: 50px;
  }
  .top-navi {
    display: none;
  }
  #btnNavi {
    display: block;
  }
  .sub-main-wrap {
    display: block;
  }
  .sub-menu {
    display: none;
  }
  .sub-header-inside {
    padding: 16px 0;
    justify-content: center;
  }
  .sub-page-bg {
    height: 140px;
  }
  .map-wrap {
    height: 320px;
  }
  .top-main-message {
    display: block;
  }
  .content-sub-title {
    margin-top: 0;
  }
  .sub-content-title-wrap {
    margin-bottom: 30px;
  }
  .sub-main {
    padding-top: 80px;
  }
  .top-wrap {
    background-image: url('../img/bg-sp.jpg');
  }
  .sub-page-bg {
    display: none;
  }
  .top-title {
    text-align: center;    
    margin: 0;
  }
  .top-news-more {
    display: block;
    border: 1px solid #ddd;
    padding: 8px 24px;
    color: #ddd;
    text-decoration: none;
  }
  .top-main-wrap {
    padding: 40px 0 0 0;
  }
  .top-main-section:last-child {
    margin-bottom: 30px;
  }
  .top-news-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 24px; 
  }

  .top-image-wrap {
    margin-top: 45px;
    display: block;
    width: 100%;
  }
  .top-image-wrap img {
    max-width: 100%;
  }
  .top-image-wrap .top-text {
    gap: 10px;
    padding: 20px 0;
  }
  .top-main-content {
    padding-bottom: 10px;
  }
  
}