@charset "utf-8";

img.only-pc {  display: inline-block;}
img.only-sp {  display: none;}
@media only screen and (max-width: 640px) {
  img.only-pc {  display: none;}
  img.only-sp {  display: inline-block;}
}
br.only-pc {  display: inline;}
br.only-sp {  display: none;}
@media only screen and (max-width: 640px) {
  br.only-pc {  display: none;}
  br.only-sp {  display: inline;}
}
.mainvisual{
	background: #ffd200;
}
.mainvisual img{
	width: 100%;
}
.mainvisual .contents-inner{
	font-weight: bold;
	text-align: center;
	padding: 29px 0 10px;
	font-size: 18px;
	line-height: 1.94rem;
	letter-spacing: 1.4px;
}
.links{
	display: block;
	margin-left: -40px;
	margin-right: -40px;
	padding: 50px 0 0;
}
.links li{
	width: 33.33%;
	float: left;
	padding: 0 40px 80px;
}
.links li a{
	border: 1px solid #000;
	padding: 3px 2px;
	display: block;
	text-decoration: none;
	position: relative;
	background: url('/sp/yakiniku/bbq/img/bg_bbq_link.png') no-repeat 94.5% center;
} 
.links li a:hover {
	background-color: rgba(255, 210, 0, 0.46);
}
.links li a::before{
	display: block;
	content: "";
	position: absolute;
	z-index: 2;
	border: 1px solid #000;
	width: -webkit-calc(100% - 4px);
	width: -moz-calc(100% - 4px);
	width: calc(100% - 4px);
	height: -webkit-calc(100% - 6px);
	height: -moz-calc(100% - 6px);
	height: calc(100% - 6px);
}
.links li a span{
	display: block;
	height: 72px;
	vertical-align: middle;
	padding: 0 50px; 
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	position: relative;
	z-index: 3;
}
.links li:nth-child(1) a span, .links li:nth-child(3) a span{
	padding-top: 22px;
}
.links li:nth-child(2) a span{
	padding-top: 5px;
}
.links li a::after{
	display: block;
	content: "";
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 4;
}
.links li:nth-child(1) a::after{
	width: 27px;
	height: 34px;
	background: url('/sp/yakiniku/bbq/img/icon_bbq_link01.png');
}
.links li:nth-child(2) a::after{
	width: 28px;
	height: 28px;
	background: url('/sp/yakiniku/bbq/img/icon_bbq_link02.png');
}
.links li:nth-child(3) a::after{
	width: 24px;
	height: 21px;
	background: url('/sp/yakiniku/bbq/img/icon_bbq_link03.png');
}
.bbq_content{
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.bbq_content h2{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
	margin-bottom: 55px;
	letter-spacing: 1.85px;
}
.bbq_content h3{
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	padding-top: 79px;
	margin-bottom: 25px;
	clear: both;
}
.bbq_content h3 span{
	display: inline-block;
	border-bottom: 5px solid #ffd200;
	line-height: 0.8em;
	font-weight: bold;
}
.bbq_content .intro_txt{
	text-align: center;
	font-size: 16px;
	padding-bottom: 17px;
}
#bbq_01 h2{
	background: url('/sp/yakiniku/bbq/img/bg_bbq_h201.png') no-repeat top center;
}
#bbq_02 h2{
	background: url('/sp/yakiniku/bbq/img/bg_bbq_h202.png') no-repeat top center;
}
#bbq_03 h2{
	background: url('/sp/yakiniku/bbq/img/bg_bbq_h203.png') no-repeat top center;
}
#bbq_01 h3.first{
	background: url('/sp/yakiniku/bbq/img/bg_bbq_h301.png') no-repeat top center;
}
#bbq_01 h3.second{
	background: url('/sp/yakiniku/bbq/img/bg_bbq_h302.png') no-repeat top center;
}
#bbq_01 h3.third{
	background: url('/sp/yakiniku/bbq/img/bg_bbq_h303.png') no-repeat top center;
}
#bbq_02 h3.first{
	background: url('/sp/yakiniku/bbq/img/bg_bbq_h301.png') no-repeat top center;
}
#bbq_02 h3.second{
	background: url('/sp/yakiniku/bbq/img/bg_bbq_h302.png') no-repeat top center;
}
#bbq_02 h3.third{
	background: url('/sp/yakiniku/bbq/img/bg_bbq_h303.png') no-repeat top center;
}
#bbq_03 h3.first{
	background: url('/sp/yakiniku/bbq/img/bg_bbq_h301.png') no-repeat top center;
}
#bbq_03 h3.second{
	background: url('/sp/yakiniku/bbq/img/bg_bbq_h302.png') no-repeat top center;
}
#bbq_02{
	background: #faf7e4 url('/sp/yakiniku/bbq/img/bg_bbq_02.png') repeat-x 0 0;
	padding-top: 94px;
}
#bbq_03{
	background: #fff url('/sp/yakiniku/bbq/img/bg_bbq_03.png') repeat-x 0 0;
	padding-top: 138px;
}
.socialWrap{
	text-align: center;
	padding-top: 25px;
	padding-bottom: 0;
}
.content-item{
	padding: 0 128px 70px;
	display: block;
	float: left;
}
.bbq_content .items{
	margin-left: -28px;
	margin-right: -28px;
}
.bbq_content .items li{
	display: block;
	width: 33.33%;
	float: left;
	padding: 0 16px;
	margin-bottom: 68px;
}
.bbq_content .items figure{
	border: 1px solid #d5d5d5;
	height: 180px;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.bbq_content .items figure img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	max-width: 100%;
}
.bbq_content .items h4{
	font-size: 18px;
	font-weight: bold;
	margin: 22px 0 15px;
}
.bbq_content .items p{
	font-size: 16px;
}
@media only screen and (min-width: 768px) {
	.hidden-sm{
		display: none;
	}
}
@media only screen and (max-width: 1199px) {
	.links{
		margin-left: -12px;
    margin-right: -12px;
	}
	.links li{
		padding-left: 12px;
		padding-right: 12px;
	}
}
@media only screen and (max-width: 767px) {
	.hidden-xs{
		display: none;
	}
	.hidden-sm{
		display: block;
	}
	.mainvisual .contents-inner{
		text-align: left;
		padding-left: 25px;
		padding-right: 25px;
	}
	.links{
		padding-top: 30px;
		margin-left: -20px;
    margin-right: -20px;
	}
	.links li{
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
		padding-bottom: 15px;
	}
	.links li a span{
		font-size: 16px;
		height: 50px;
	}
	.links li:nth-child(1) a span, .links li:nth-child(3) a span{
		padding-top: 12px;
	}
	.links li:nth-child(2) a span{
		padding-top: 0;
	}
	#bbq_01, #bbq_03, #bbq_02{
		padding-top: 50px;
	}
	.bbq_content h2{
		margin-bottom: 25px;
		font-size: 28px;
	}
	.bbq_content h3{
		font-size: 18px;
	}
	.content-item{
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 30px;
	}
	.socialWrap{
		padding-bottom: 15px;
	}
	.bbq_content .items{
		margin-left: 0;
		margin-right: 0;
	}
	.bbq_content .items li{
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 320px) {
	.bbq_content h3{
		font-size: 16px;
	}
	.bbq_content h3 span{
		line-height: 1em;
	}
}