@charset "utf-8";
/* CSS Document */

/* gotop */

.gotop {
	position: fixed;
	right: 15px;
	bottom: 15px;
}
.gotop:hover {
	opacity: 0.6;
}
.gotop .btn {
	display: table-cell;
	width: 40px;
	height: 40px;
	background-color: #FFF;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}
.gotop .btn .tri {
	display: table-cell;
	width: 20px;
	height: 15px;
	border-bottom: 15px solid #000;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: border-box;
}
/* gotopend */


@media screen and (min-width: 881px) {
	.only_sp {
		display: none;
	}
}
@media screen and (max-width: 880px) {
	.only_pc {
		display: none;
	}
}
h2,h3,
.f-bebas {
	font-family: "bebas-neue-pro", sans-serif;
	font-weight: 600;
	font-style: normal;
}
body {
	font-family: din-2014, '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
	  font-weight: 400;
	  line-height: 1.8;
	  color: #222;	
}
	.cmn-container {
		margin-top: 63px;
		margin-bottom: 60px;
	}

.head {
}
.head > p {
	font-size: 16px;
	text-align: center;
	color: #333;
}
.head h1 {
	text-align: center;
	margin-bottom: 45px;
}
.head h1 img {
	width: 100%;
	max-width: 1020px;
}

.head h2 {
	font-size: 22px;
	line-height: 1.3;
	color: #333;
	text-align: center;
	font-family: 'Michroma', sans-serif;
	font-weight: bold;
	margin: 60px 0 80px;
}
@media screen and (max-width:767px) {
	.head {
		padding: 3vh 0;
	}
	
	.head h2 {
		font-size: 4.6vw;
		line-height: 1.3;
		margin: 8vw 0;
	}
	.head > p {
	  font-size: 3.8vw;
	  text-align: center;
	  color: #333;
	}	
	
}
.contentbox {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
}
@media screen and (max-width: 1020px) {
	.contentbox {
		padding: 0 2px;
	}
}
.contentbox ul {
	font-size: 0;
	text-align: center;
}
.contentbox ul li {
	display: inline-block;
	width: 33.3%;
	margin-bottom: 4px;
	position: relative;
	cursor: pointer;
	padding: 0 2px;
}
.contentbox ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
.contentbox ul li .img {
	display: block;
}
.contentbox ul li .textbox {
	position: absolute;
	display: table-cell;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.0);
	transition: 0.3s all ease;
	text-align: center;
	vertical-align: middle;
}
.contentbox ul li .textbox_in {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-80%,-50%);
	transition: 0.3s all ease;
	opacity: 0;
	width: 100%;
}
.contentbox ul li:hover .textbox_in {
	transform: translate(-50%,-50%);
	transition: 0.3s all ease;
	opacity: 1.0;
}
.contentbox ul li:hover .textbox {
	background-color: rgba(0,0,0,0.8);
	transition: 0.3s all ease;
}
.contentbox ul li .textbox .name {
	display: block;
	font-size: 15px;
	letter-spacing: 0.2em;
	color: #FFF;
	text-align: center;
	font-family: "bebas-neue-pro", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.contentbox ul li .textbox .price {
	display: block;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	font-family: "bebas-neue-pro", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.btn_area {
	text-align: center;
	margin-top: 30px;
}
.btn_area .btn {
}
.btn_area .btn a {
	font-size: 16px;
	letter-spacing: 0.2em;
	display: block;
	background-color: #000;
	text-align: center;
	padding: 1em 2em;
	color: #FFF;
	border-radius: 3em;
}
@media screen and (max-width:767px) {
	.contentbox ul li .textbox .name {
	  font-size: 3.8vw;
		padding: 0 0.6em;
	}
	.contentbox ul li .textbox .price {
	  font-size: 3.3vw;
	}
	.contentbox ul li:nth-child(3n) {
		margin-right: 0;
	}
	.contentbox ul li:nth-child(2n) {
		margin-right: 0;
	}
	.btn_area .btn a {
	  font-size: 3.8vw;
		font-weight: 600;
	}	
	
}





