@charset "utf-8";

@import url("common.css");
body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	line-height: 1.5;
	background-color:#000000;
	color: white;
}
img {
	max-width: 100%;
	display: block;
	margin: auto;
}
.linklist {
	padding: 0 20px;
}
.linklist li {
	margin-bottom: 40px;
}
.linklist li a {
	display: block;
	background-color: #CCC;
}
.linklist li a span {
	display: block;
	padding: 12px 15px 10px;
	font-size: 20px;
	color: #202020;
}


/*biginner.html*/
.subpage #top h1 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.subpage h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .17em;
  margin-top: 30px;
  margin-bottom: 10px;
}
.subpage .lead {
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
  letter-spacing: .05em;
  line-height: 2;
}
.subpage h4 {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.subPage main {
  padding: 0 20px;
}


.biginner h3 {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid #096 ;
}
.subPage main {
  padding: 0 20px;
}
footer {
	background-color:rgba(31,31,31,0.89);
}
/*shisha.html*/
.subpage h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.shishaList li {
  margin-bottom: 28px;
}
.shishaList li img {
  filter: drop-shadow(3px 5px 7px #FFF);
  width: 70%;
}
/*menu.html*/
.item dl {
	display: flex;
    justify-content: space-between;
    color: #fff;
    font-weight: 500;
    letter-spacing: .1em;
    padding: 10px 0;
    border-bottom: 2px solid #096;
	font-size: 15px;
	margin: 0 20px 0 20px;
}
.lead a {
	color: #C69;
	font-weight: bold;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1rem 4rem;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin-top: 20px;
  margin-left: 20px;
}

a.btn-gradient {
  font-weight: normal;
  color: #fff;
  border-radius: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(40%, #ff3cac),
    to(#562b7c)
  );
  background-image: -webkit-linear-gradient(left, #ff3cac 40%, #562b7c 100%);
  background-image: linear-gradient(90deg, #ff3cac 40%, #562b7c 100%);
}

a.btn-gradient:after {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;

  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff3cac),
    color-stop(#562b7c),
    to(#2b86c5)
  );

  background-image: -webkit-linear-gradient(left, #ff3cac, #562b7c, #096);

  background-image: linear-gradient(90deg, #ff3cac, #562b7c, #096);
}

a.btn-gradient span {
  position: relative;
  z-index: 1;
}

a.btn-gradient:hover {
  color: #fff;
}

a.btn-gradient:hover:after {
  opacity: 0;
}

/*staff.html*/
.staffList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.staffList li {
  flex-basis: 42%;
  margin-bottom: 10px;
}
.staffList li img {
  filter: drop-shadow(3px 5px 7px #dddddd);
}
.staffList li p {
  font-size:20px;
  text-align: center;
  margin-top:30px;
}
.sample {
  margin-left: auto;
  margin-right: auto;
}
.sample table {
  border-collapse: collapse;
  border: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
}

.sample-th {
  font-size: 15px;
  border: 1px solid #000;
  background: rgba(60,57,57,1.00);
  padding: 10px;
}

.sample-td {
  font-size: 15px;
  border: 1px solid #000;
  background: rgba(96,87,87,1.00);
  padding: 10px;
  width: 300px;
  text-align: left;
}


/*info.html*/
table {
  border-collapse: collapse;
  border: 1px solid #000;
  margin: 20px auto 0 auto;
  font-size: 15px;
}
table th {
	background: rgba(60,57,57,1.00);
	padding: 10px;
}
table td {
	background: rgba(96,87,87,1.00);
	padding: 10px;
}
table td a {
	color: #C69;
}
.map {
	text-align: center;
}
.sns {
	text-align: center;
	display: flex;
	margin: auto;
}
.lead2 {
	font-size: 15px;
	text-align: center;
}
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.snsList {
  display: flex;
  justify-content: end;
}
.snsList li {
  margin-bottom: 10px;
  margin-right: 20px;

}

/*fes.html*/
.fes {
  flex-basis: 60%;
  background-color:rgba(60,57,57,1.00);
  padding: 40px 20px 20px 20px;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.16);
}
aside {
  flex-basis: 20%;
}
aside nav {
  background-color:rgba(96,87,87,1.00);
  box-shadow: 0px 0px 8px rgba(0,0,0,0.16);
  padding: 24px 28px;
  margin-bottom: 24px;
}
aside nav h3 {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: bold;
  color:rgba(251,248,248,1.00);
}
aside nav ul {
  font-size: 15px;
}
.categoryNav ul li {
  list-style-type: square;
  color:rgba(250,244,244,1.00);
  margin: 0 0 16px 20px;
}
.categoryNav ul li a {
  color:rgba(250,248,248,1.00);
}
.recentNav ul li {
  border-bottom: 1px solid #7c5d48;
  padding-bottom: 10px;
  margin-bottom: 22px;
}
.recentNav ul {
  height: 240px;
  overflow: hidden scroll;
}
article h2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 8px;
}
article h3 {
  border-bottom: 2px solid #6ab547;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  background-image: url(../../images/h2_icon.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 20px 10px 10px 48px;
}

/*ハンバーガーメニュー*/
.gMenu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
/* メニューアイコンを画面右上に固定しています */
.gMenu .menu-icon {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 12px;
  padding-top: 5px;
  height: 12px;
}
/* メニューアイコン（三本線）の真ん中の線です */
.gMenu .menu-icon .navicon {
  background: #ffc107; /* 色は自由に変更可能です */
  display: block;
  height: 3px; /* 太さ */
  width: 40px; /* 長さ */
  position: relative;
  transition: background .4s ease-out; /* 形が変わる時のアニメーション */
}
/* メニューアイコン（三本線）の上と下の線を疑似要素で追加 */
.gMenu .menu-icon .navicon::before,
.gMenu .menu-icon .navicon::after {
  background: #ffc107; /* 色は自由に変更可能です */
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .4s ease-out; /* 形が変わる時のアニメーション */
  width: 100%;
}
.gMenu .menu-icon .navicon::before {top: 10px;} /* 位置を上にずらしています */
.gMenu .menu-icon .navicon::after {top: -10px;} /* 位置を下にずらしています */
/* 表示されるメニューです */
.gMenu .menu {
  background-color: rgba(255,255,255,0.9);
  overflow: hidden;
  max-height: 0; /* ★最初は高さを0にして非表示状態に */
  transition: max-height .6s; /* 表示されるときのアニメーション */
  text-align: center;
}
/* メニュー部分のデザインです */
.gMenu .menu li:first-of-type {
  padding-top: 25px;
  padding-top: 50px;
}
.gMenu .menu li a {
  display: block;
  padding: 24px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.gMenu .menu li a:hover {
  background-color: #f4f4f4;
}
/* チェックボックスは常に非表示です */
.gMenu .menu-btn {
  display: none;
}
/* ▼▼▼以下はチェックボックスがONの時の状態です▼▼▼ */
.gMenu .menu-btn:checked ~ .menu {
  max-height: 700px; /* ★チェックボックスがオンの時高さを338pxにして表示させます */
  transition: max-height .6s;
  font-size: 16px;
}
/* メニューボタンの中央の線を非表示に */
.gMenu .menu-btn:checked ~ .menu-icon .navicon {background: transparent;}

/* メニューボタンの上下の線を45度傾けて✕印を作ります */
.gMenu .menu-btn:checked ~ .menu-icon .navicon::before {transform: rotate(-45deg);top: 0;}
.gMenu .menu-btn:checked ~ .menu-icon .navicon::after {transform: rotate(45deg);top: 0;}
/* サイトに合わせてオリジナルカスタマイズ */
.gMenu .menu-icon {
  top: 26px;
}
.gMenu .menu-icon .navicon,
.gMenu .menu-icon .navicon::before,
.gMenu .menu-icon .navicon::after {
  background: #FFF;
}

@media screen and (min-width: 480px) {
	.topPage maim {
		display: flex;
		align-items: center;
	}
	.linklist {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		justify-content: center;
	}
	.linklist li {
		flex-basis: 45%;
		margin-bottom: 20px;
	}
	.drinkSec {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		justify-content: center;
	}
	.drinkSec .item{
		flex-basis: 45%;
		margin-bottom: 20px;
	}
	.Fes {
	  width: 100%;
	  display: flex;
	  margin: 30px auto; 
	  justify-content:space-around;
	}

	.staffSec {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		justify-content: center;
	}
	.staffSec li {
		flex-basis: 28%;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.onlySP {
		display: none;
	}
@media screen and (min-width: 920px) {
	.topPage maim {
		display: flex;
		align-items: center;
	}
	.linklist {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		justify-content: center;
	}
	.linklist li {
		flex-basis: 33%;
		margin-bottom: 20px;
	}
	.leadair img{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.shisha {
		display: flex;
	}
	.shisha li {
		flex-basis: 40%;
	}
	.shishaList li img {
        width: 90%;
}
	.drinkSec {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		justify-content: center;
	}
	.drinkSec .item{
		flex-basis: 33%;
		margin-bottom: 20px;
	}
	.staffSec {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		justify-content: center;
	}
	.staffSec li {
		flex-basis: 20%;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.staffphoto {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
