@charset "utf-8";
* {
  box-sizing: border-box;
  	margin: 0;
  	padding: 0;
	}
  html, body {
  	height: 100%;
  	width: 100%;
  	margin: 0;
  	background-position: 50% 10%;
  	background-size: cover;
  	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  	color: #d4cdcd;
	}
  p, li{
	line-height: 1em;
	}
  h2{
	font-size: 1.5em;
	letter-spacing: -1px;
	padding-bottom: 2em;
	}
  .square_btn:hover {
	background: #daa520;
	color: #d4cdcd;
	} 
  li{
	list-style-type: none;
	}
  a:hover{
	color:#daa520; 
	}
  a{
	text-decoration: none;
	color: #d4cdcd;
	}


/*SLIDE*/
  .top{
	position: relative;
	width: 100%;
	padding: 0;
	}
  .top .navbar {
  height: 90px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10%;
	padding-top: 5%;
  z-index: 10000;
	position: fixed;
	color: #d4cdcd;
	}
  .top #top_img li{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	}
  .top #top_img li img{
	width: 100%;
	}


/*NEWS*/
  #sns-news{
	width: 100%;
	height: 600px;
	background-color: black;
	margin-top: 0px; 
	position: relative;
	}
  #sns-news #news_feed ul{
	overflow: hidden;
	}
  #sns-news #news_feed li{
  line-height: 1.25em;
	color: #d4cdcd;
	font-size: 1.1em;
	}


/*MAP-INFORMATION*/
  #info-map{
	width: 100%;
	height: 600px;
	position: relative;
	}
  #map{
	height: 600px;
	}
  #info-hours #details dt{
	font-size: 1.5em;
	text-align: left;
	font-weight: bold;
	}
  #info-hours #details dd{
  padding-bottom: 0.75em;
	font-size: 1.25em;
	}


/*STORY*/
  #story #story_img img{
	width: 50%;
	}
  #story #story_img span{
  font-size: 0.75em;
  opacity: 0.4;
  margin-left: 1em;
  }
  #story #story_1 {
	background-color: black;
	position: relative;
	}
  #story h2{
	text-align: center;
	line-height: 1.5em;
	}
  #story p{
	font-size: 1.1em;
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 2em;
	}
  #story ul{
	font-size: 1em;
	text-align: center;
	line-height: 0.75em;
	}
  #story #story_1{
  width: 100%;
  height: 600px;
  }


/*MENU*/
  #menu #menu_main{
	width: 100%;
	height: 600px;
	background-color: black;
	position: relative;
	}
  #menu #menu_img{
	width: 100%;
	height: 600px;
	background-image: url(common/img/con_whisky.jpg);
	background-size: cover;
	background-position: center center;
	}
  #menu #menu_img img{
	max-height: 100%;
	}
  #menu p{
	font-size: 1.1em;
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	}
  #menu li{
	font-size: 1em;
	line-height: 1.25em;
	}
  #menu #menu_main #menu_1 .list{
  width: 100%;
	text-align: center;	
	position: absolute;
	padding-top: 1em;
  margin-left: 20%;
	}
  #menu .list #cocktails{
  width: 50%;
	float: right;
  text-align: center;
	}
  #menu .list #whiskies{
  width: 50%;
	float: left;
  text-align: center;
	}


/*BOTTOLES*/
  #bottles #arrivals{
  width: 50%;
	height: 600px;
	background-color: rgba(210,210,210,1.00);
	position: relative;
	}
  #bottles #arrivals .read{
	color: rgba(120,120,120,1.00);
	}
  #bottles #arrivals #arrivals_feed ul{
	overflow: hidden;
	}
  #bottles #arrivals #arrivals_feed li{
  margin-bottom: 1.25em;
  }
  #bottles #arrivals #arrivals_feed li a{
	color: rgba(120,120,120,1.00);
	font-size: 1.1em;
	}
  #bottles #arrivals #arrivals_feed li a:hover{
	color:#daa520;
	}
  #bottles #back{
	width: 50%;
	height: 600px;
	background-color: rgba(120,120,120,1.00);
	position: relative;
	}
  #bottles #back #back_feed ul{
	overflow: hidden;
	}
  #bottles #back #back_feed li{
  margin-bottom: 1.25em;
  }
  #bottles #back #back_feed li a{
	font-size: 1.1em;
	}


/*INSTAGRAM*/
  #instafeed{
	width: 100%;
	height: auto; 
	background-color: black;
	margin: auto;
	} 


/*FOOTER*/
  #footer{
	background-color: black;
	width: 100%;
	margin-top: 0px;
	position: relative;
	}
  #footer #sns #menu-sns li{
	float: left; 
	padding: 10px;
	}


/*mobile用のCSS*/
@media all and (max-width: 767px) {
  html{
	font-size: calc(75% + 0.25vw);
	}
  .square_btn {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #daa520;
	border: solid 2px #daa520;
	border-radius: 3px;
	transition: .4s;
	position: absolute;
	bottom: 5%;
	right: 10%; 
  }
  .read{
	color: #d4cdcd;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	letter-spacing: -1px;
	padding-top: 1.1em;
	padding-bottom: 0.75em;
  }
  #navi #navi_logo{
	display: none;
	}
  .top #top_set{
	position: absolute;
	top: 60%;
	left:35%;
	-ms-transform: translate(-35%, -65%);
	-webkit-transform: translate(-35%,-65%);
	transform: translate(-35%,-65%);
	margin:0;/*余計な隙間を除く*/
	padding:0;/*余計な隙間を除く*/
	color: white;/*文字色*/
	text-align: center;/*pタグ内で更に中央寄せ*/
	letter-spacing: -1px;
	line-height: 2em;
	z-index: 5;
	opacity: 0.7;
	width: 85%;
    	}
  .top #logo img{
	width: 80%; 
    	}
  .top h1{
	padding-top: 20%;
	}
  .top #name br{
	display: none;
	}
  .overlay nav{
	font-size: 2em;
	}
  #sns-news #news_feed{
	padding-left: 7%;
	padding-right: 7%;
  }
  #sns-news #news_feed ul{
	height: 425px;
	line-height: 0px;
	}
  #sns-news #news_feed li{
	margin-bottom: 1.8em;
	}
  #info-map{
  height: auto;
  position: static;
  }
  #info-hours{
  width: 100%;
  height: 600px;
  background-color: rgba(120,120,120,0.6);
  }
  #info-hours #details{
  padding-left: 7%;
  padding-right: 7%;
  }
  #info-hours #details dd{
  	padding-bottom: 0;
	}
  #info-hours #details .mgn{
    margin-top: 0.75em;
	}
  #info-hours #details .season-end{
  font-size: 1.1em;
  padding-bottom: 0;
  }
  #info-hours #details_2{
  margin-top: 5%;
  }
  #info-hours #details_2 p{
  padding-left: 10%;
  padding-right:10%;
  font-size: 1.25em;
  line-height: 1em;
  }
  #story{
  display: block;
  }	
  #story #story_img{
  width: 100%;
  background-image: url(common/img/con_team_01.jpg);
  background-size: cover;
  /*background-position: 42% center;*/
  background-position: 65% center;
  height: 600px;
  }
  #story #story_1 #message{
  padding-left: 7%;
	padding-right: 7%;
  }
  #story #story_1 #message ul{
	margin-top: 3em;
	}
  #story #story_1 #message li{
	line-height: 1.25em;
	}
  #menu{
  display: flex;
	flex-direction: column-reverse;
  }

  #menu #menu_1 #intro{
  padding-left:7%;
  padding-right: 7%;
  }
  #menu .list h3{
	padding-bottom: 0.75em;
	}

  #bottles{
 	display: block;
	}
  #bottles #arrivals{
	width: 100%;
	}
  #bottles #arrivals #arrivals_feed{
	padding-left: 7%;
	padding-right: 7%;
  }
  #bottles #arrivals #arrivals_feed ul{
  height: 425px;
  }
  #bottles #back{
	width: 100%;
	}
  #bottles #back #back_feed{
	padding-left: 7%;
  padding-right: 7%;
  }
  #bottles #back #back_feed ul{
  height:425px;
  }

  #footer{
	height: 175px;
  }
  #footer #footer-inner{
	color: #d4cdcd;
	text-align: center;
	font-size: 1em;
	padding-top: 10px;
  }
  #footer #sns ul{
	padding-top: 10px;
	display: flex;
	justify-content: center;
  }

/*mobile full screen menu*/
  .overlay h3 img{
	display: none;
	}

/*OVERLAY*/
  .overlay {
  position: fixed;
  background: rgba(51, 55, 69, 0.80);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 100;
	}
  .overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
	}
  .overlay .nav-title {
  font-size: 2em;
  color: #d4cdcd;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 10%;
  margin-bottom: 1em;
	}
  .overlay nav {
  position: relative;
  height: 50%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
	}
  .overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
	}
  .overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
  margin-bottom: 0.5em;
	font-size: 1em;
	}
  .overlay .navi-sns{
  width: 100%;
	}
  .overlay .navi-sns ul li{
  font-size: 1em;
  display: inline-block;
  text-align: justify;
  letter-spacing: 0.75em;
	}
  .overlay ul li a {
  display: block;
  position: relative;
  color: #d4cdcd;
  text-decoration: none;
  overflow: hidden;
	}
  .overlay ul li a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 43.5%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #d4cdcd;
  transition: .35s;
	}
  .overlay ul li a:hover,
  .overlay ul li a:focus,
  .overlay ul li a:active{
  	color: #daa520;
	}
  .overlay ul li a:hover:after,
  .overlay ul li a:focus:after,
  .overlay ul li a:active:after{
  	width: 100%;
  	background: #daa520;
	}
  .overlay.open li {
  	animation: fadeInRight .5s ease forwards;
  	animation-delay: .35s;
	}
  .overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
	}
  .overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
	}
  .overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
	}
}
@keyframes fadeInRight {
  0% {
  opacity: 0;
  left: 20%;
  }
  100% {
  opacity: 1;
  left: 0;
  }
}
  .open-menu{
  cursor: pointer;
  transition: transform 0.30s;
  color: #d4cdcd;
	}
  .close-menu{
  cursor: pointer;
  transition: transform 0.30s;
  font-size: 1.2em;
	letter-spacing: -2px;
  font-weight: bold;
  color: #daa520;
	padding-top:1.5em;
	}
  .open-menu:hover,
  .close-menu:hover {
  	transform: scale(1.1);
	}


/* PC用のCSS */
@media screen and (min-width: 768px) {
  .square_btn {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #daa520;
	border: solid 2px #daa520;
	border-radius: 3px;
	transition: .4s;
	position: absolute;
	bottom: 5%;
	right: 10%; 
   	}
  .read{
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	letter-spacing: -1px;
	padding-top: 1.25em;
	padding-bottom: 1em;
   	}
  .top #top_set{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;/*余計な隙間を除く*/
	padding:0;/*余計な隙間を除く*/
	color: white;/*文字色*/
	font-size: 2em;/*文字サイズ*/
	text-align: center;/*pタグ内で更に中央寄せ*/
	letter-spacing: -1px;
	line-height: 2em;
	z-index: 3;
	opacity: 0.7;
   	}
  .top #logo img{
	width: 70%; 
   	}
  .top #arrow img{
	margin-top: 50px;
	width: 50px;
	height: 50px;
   	}
 .overlay nav {
    font-size: 3em;
  	}
  #navi #navi_logo {
  	left: auto;
  	font-size: 20px;
  	margin-left: 0px;
  	margin-top: 0px;
  	float: left;
   	}
  #navi #navi_logo img {
  	height: 20px;
  	width: auto;
   	}
  #sns-news #news_feed{
  	width: 80%;
  	height: 400px;
  	margin-top: 2em;
  	margin-left: 10%;
  	margin-right: 10%;
   	}
  #sns-news #news_feed ul{
  	height: 400px;
	}
  #sns-news #news_feed li{
  	margin-bottom: 1.25em;
  	font: bold;
	}
  #info-hours{
  	width: 50%;
  	height: 600px;
  	background-color: rgba(120,120,120,0.6);
  	z-index: 1;
  	position: absolute;
  	top: 0;
   	}
  #info-hours #details{
  	position: absolute;
  	padding-left: 10%;
  	padding-right: 10%;
   	}
  #info-hours #details dd{
  	padding-bottom: 0;
		}
  #info-hours #details .mgn{
    margin-top: 0.75em;
		}
  #info-hours #details .season-end{
		font-size: 1em;
		text-indent: 1em;
  	}
  #info-hours #details_2 p{
  	display: none;
  	}
  #story #story_img{
  	width: 100%;
  	background-image: url(common/img/con_team_01.jpg);
  	background-size: cover;
  	background-position: center center;
  	height: 600px;
   	}
  #story{
  	display: flex;
  	height: 600px;
   	}
  #story #story_1 h2 br{
  	display:none;
  }
  #story #story_1 #message{
	padding-left: 5%;
	padding-right: 5%;
	}
  #menu{
	display: flex;
	height:600px;
   	}
  #menu #menu_1 #intro{
	padding-left: 5%;
	padding-right: 5%;
	}
  #menu .list h3{
	padding-bottom: 0.5em;
	}
  
  
  #bottles{
 	display: flex;
	height: 600px;
	}
  #bottles #arrivals{
	width: 50%;
	}
  #bottles #arrivals #arrivals_feed{
	width: 80%;
	height: 450px;
  margin-top: 0.5em;
	margin-left: 10%;
	}
  #bottles #arrivals #arrivals_feed ul{
  height: 375px;
  }
  #bottles #back{
	width: 50%;
	}
  #bottles #back #back_feed{
	width: 80%;
	height: 450px;
  margin-top: 0.5em;
	margin-left: 10%;
	}
  #bottles #back #back_feed ul{
  height: 375px;
  }


  #footer{
	height: 150px;
	}
  #footer #footer-inner{
	text-align: center;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
    	}
  #footer #sns ul{
	position: absolute;
	right: 5%; 
	padding-top: 10px;
    	}

/*mobile full screen menu非対応*/
  .top .navbar{
	display: none;
	}
  .overlay .nav-title,
  .overlay .close-menu{
	display: none;
	}

/*navigation menu position-fix*/
  .overlay{
  	background-color: rgba(0,0,0,1.0);
  	width: 100%;
  	height: 80px;
  	margin-top: 0px;
	display: flex;
	align-items: center;
	position: relative;
	}
  .overlay h3 {
	position: absolute;
	left: 3.5%;
	}
  .overlay h3 img {
  	height: 75px;
  	width: auto;
	color: #d4cdcd;
	}
  .overlay .overlay-menu{
	font-size: 1.5em;
	font-weight: bold;
	display: flex;
	position: absolute;
	right: 3.5%;
	}
  .overlay .navi-menu ul li{
	display: inline;
	padding-right: 0.5em;
	letter-spacing: -1px;
	}
  .overlay .navi-sns{
	padding-left: 1em;
	}
  .overlay .navi-sns ul li{
	padding-right: 0.5em;
	display: inline;
	}
   .fixed{
  	position: fixed;
  	top: 0;
  	z-index: 9999999;
	}
}