@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Muli:400,700');
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: 'Century Gothic', 'Muli', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 1.2pt;
	word-break:normal;
	word-wrap : break-word;
	overflow-wrap : break-word;
	font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%;
}
img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.sp {
	display: none !important;
}
/*--------hover--------*/
a {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	opacity: 1;
	color: #333;
	text-decoration: none;
	letter-spacing: 0.6pt;
}
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
/*--------flexBox--------*/
.flexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
/*--------header--------*/
header {
	margin: 0 auto;
	padding: 20px 0;
	background: #f0f0f0;
	z-index: 999;
}
header a {
	max-width: 118px;
	margin: 0 auto;
	display: block;
}
/*--------section--------*/
article {
	padding: 60px 5%;
	background: #d3b81d;
}
section {
	max-width: 950px;
	margin: 0 auto;
	padding: 60px 5%;
	box-sizing: border-box;
}
h2 img {
	width: auto;
	height: 30px;
	margin: 0 auto 20px;
	line-height: 1;
	display: block;
}
#main {
	font-size: 15px;
	max-width: 100%;
	height: 100vh;
	min-height: 650px;
	padding: 0;
	background: url(../images/main_bg.jpg) right center no-repeat;
	background-size: cover;
	position: relative;
}
#main div {
	width: 30%;
	min-width: 300px;
	position: absolute;
	top: 50%;
	left: 1.5%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#main div p {
	margin: 20px 0;
	text-shadow: 
    #fff 1px 1px 10px, #fff -1px 1px 10px,
    #fff 1px -1px 10px, #fff -1px -1px 10px;
}
#main div a {
	width: 60%;
	margin: 0 auto;
	display: block;
	background: url(../images/btn_coupon_hover.png) center center no-repeat;
	background-size: 99.5%;
}
nav ul {
	margin: 40px auto 0;
	text-align: center;
}
#lineup nav ul li {
	width: 18%;
	margin-bottom: 40px;
}
#staff nav ul li {
	width: 48%;
	position: relative;
}
#staff nav ul li a.insta {
	width: 8%;
	position: absolute;
	right: 5%;
	bottom: 25%;
	z-index: 999;
}
article > section {
	max-width: 950px;
	padding: 3%;
	margin-bottom: 30px;
	background: #fff;
	border: 2px dashed #333;
}
article > section:last-child {
	margin: 0 auto;
}
.itemBox h2 img,
.staffBox h2 img {
	width: 100%;
	max-width: 275px;
	height: auto;
	margin: 0 0 10px;
	display: block;
}
.itemBox > div.flexBox {
	align-items: center;
}
.itemBox > div.flexBox > p {
	width: 45%;
}
.itemBox > div.flexBox > div {
	width: 52.5%;
}
.itemBox > div.flexBox > div > p {
	margin-bottom: 20px;
}
.itemBox > div.flexBox > div > div.flexBox {
	align-items: center;
}
.itemBox > div.flexBox > div > div.flexBox > p {
	width: 72.5%;
	border: 2px dashed #333;
	padding: 1%;
	box-sizing: border-box;
}
.itemBox > div.flexBox > div > div.flexBox > p img {
	width: 65px;
}
.itemBox > div.flexBox > div > div.flexBox > a {
	width: 25%;
}
.itemBox h3 img {
	width: auto;
	height: 22px;
	margin: 0 auto 20px;
	line-height: 1;
	display: block;
}
.itemBox > ul {
	justify-content: center;
}
.itemBox > ul > li,
.staffBox > ul > li {
	width: 31%;
	margin-right: 3.5%;
	font-size: 10px;
	box-sizing: border-box;
}
.itemBox > ul > li:last-child,
.staffBox > ul > li:last-child {
	margin: 0;
}
.itemBox > ul > li h4 {
	font-size: 11px;
	color: #d3b81d;
	line-height: 1;
	margin: 10px 0 5px;
}
.staffBox {
	position: relative;
}
.staffBox > div {
	border-bottom: 2px dashed #333;
}
.staffBox > div > div {
	position: absolute;
	top: 2.5%;
	right: 3%;
	width: 90%;
}
.staffBox > div > div h2 img {
	position: absolute;
	top: 0;
	right: 0;
}
.staffBox > div > div > p {
	text-align: right;
	margin: 35px 0 10px;
}
.staffBox > div div p em {
	font-size: 20px;
}
.staffBox > div.pc > div > div {
	width: 29%;
	font-size: 11px;
	color: #fff;
	background: #221815;
	padding: 2%;
	margin-left: 71%;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
}
.staffBox > div.pc > div > div:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -20px;
 	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 10px solid #221815;
}
.staffBox > ul {
	width: 90%;
	margin: 15px auto 0;
	text-align: center;
}
.staffBox > ul > li {
	position: relative;
	padding-bottom: 5%;
}
.staffBox > ul > li h4 img {
	width: auto;
	height: 14px;
	line-height: 1;
	margin: 15px auto 10px;
	display: block;
}
.staffBox > ul > li > p img {
	width: 75%;
	margin: 0 auto;
	display: block;
}
.staffBox > ul > li a.buy {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 85px;
	display: block;
	background: url(../images/btn_buy_hover.png) center center no-repeat;
	background-size: 99.9%;
}

#coupon {
	text-align: center;
}
#coupon p {
	margin-bottom: 20px;
}
#coupon div {
	border-top: 2px dashed #333;
	margin-top: 40px;
	padding-top: 40px;
}
#coupon a {
	width: 180px;
	margin: 0 auto;
	display: block;
	background: url(../images/btn_russettop_hover.png) center center no-repeat;
	background-size: 99.5%;
}


/*--------footer--------*/
footer {
	color: #fff;
	background: #221815;
	font-size: 10px;
	text-align: center;
	padding: 10px 0;
}

/*--------pageTop--------*/
#pageTop {
	width: 65px;
	height: auto;
	position: fixed;
	bottom: 40px;
	right: 10px;
	z-index: 9999;
}

/*--------hover--------*/
#main div a,
#coupon a,
a.buy {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
#main div a img:hover,
#coupon a img:hover,
a.buy img:hover {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}


@media screen and (max-width: 768px) {
body {
	font-size: 11px;
}
.pc {
	display: none !important;
}
.sp {
	display: inherit !important;
}

/*--------section--------*/
article {
	padding: 40px 5%;
}
section {
	padding: 40px 5%;
}
h2 img {
	height: 18px;
	margin: 0 auto 20px;
}
#main {
	height: auto;
	background: none;
}
#main div {
	width: 100%;
	position: inherit;
	top: 0;
	left: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
#main div p {
	margin: 20px 5%;
}
#main div a {
	width: 130px;
}
nav ul.flexBox {
	width: 90%;
	margin: 25px auto 0;
	justify-content: center;
}
#lineup nav ul li {
	width: 47.5%;
	margin-bottom: 20px;
}
#lineup nav ul li:nth-child(even) {
	margin-left: 5%;
}
#staff nav ul {
	width: 100%;
}
#staff nav ul li {
	width: 100%;
	margin-bottom: 10px;
}
#staff nav ul li:last-child {
	margin: 0;
}
article > section {
	padding: 5%;
	margin-bottom: 20px;
}
.itemBox h2 img,
.staffBox h2 img {
	width: auto;
	height: 20px;
	margin: 10px auto;
}
.itemBox h2 img {
	margin: 10px 0;
}
.itemBox > div.flexBox > p,
.itemBox > div.flexBox > div {
	width: 100%;
}
.itemBox > div.flexBox > div > div.flexBox > p {
	width: 65%;
	font-weight: bold;
	padding: 1.5%;
}
.itemBox > div.flexBox > div > div.flexBox > p img {
	width: 55px;
}
.itemBox > div.flexBox > div > div.flexBox > a {
	width: 30%;
}
.itemBox h3 img {
	height: 15px;
	margin: 25px auto 15px;
}
#staff h2 img {
	width: auto;
	height: 42px;
}
.staffBox > div > div {
	position: inherit;
	width: 100%;
}
.staffBox > div > div h2 img {
	position: inherit;
}
.staffBox > div > div > p {
  text-align: center;
	line-height: 1.4;
	margin: 10px 0;
}
.staffBox > div div p em {
	font-size: 15px;
}
.staffBox > div.sp > div > div {
	align-items: flex-end;
}
.staffBox > div.sp > div > div > p {
	width: 45%;
}
.staffBox > div.sp > div > div > div {
	width: 50%;
	font-size: 10px;
	color: #fff;
	background: #221815;
	padding: 5%;
	margin-bottom: 10px;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
}
.staffBox > div.sp > div > div > div:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -20px;
 	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 10px solid #221815;
}
.itemBox > ul > li,
.staffBox > ul > li {
	width: 100%;
	margin: 0 0 20px;
}
.staffBox > ul {
	text-align: left;
}
.staffBox > ul > li {
	margin: 0 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.staffBox > ul > li:nth-child(even) {
	flex-direction: row-reverse;
}
.staffBox > ul > li h4 img {
	height: 12.5px;
}
.staffBox > ul > li > p {
	width: 40%;
}
.staffBox > ul > li > p img {
	width: 100%;
}
.staffBox > ul > li > div {
	width: 60%;
}
.staffBox > ul > li a.buy {
	position: inherit;
	bottom: 0;
	left: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	margin: 10px auto 0;
}
#coupon div {
	margin-top: 30px;
	padding-top: 30px;
}
#coupon a {
	width: 130px;
}

/*--------pageTop--------*/
#pageTop {
	width: 50px;
}

}
