@charset "Shift_JIS";


/* ƒvƒ‰ƒ“
----------------------------------------------------*/
#sec01	{
	background-image: url(img/bg.jpg), url(img/bg2.jpg);
	background-repeat: repeat-x,repeat-x;
	background-position: left top,left 700px;
}
#sec01	.box	{
	background-image: url(img/pht.png);
	background-repeat: no-repeat;
	background-position: center 140px;
}
#sec01	section	{
	text-align:left;
	padding-bottom:20px;
}
#sec01	h3	{
	text-align:center;
	padding:10px 0 20px;
}
#sec01	.lead	{
	padding-bottom:330px;
	text-align:left;
}
#sec01	.price	{
}
#sec01	.right	{
	padding-top:110px;
}
#sec01	.obi	{
	background:#000;
	color:#FFF;
	font-size:20px;
	text-align:center;
	padding:14px 0;
}
#sec01	.obi	strong	{
	font-size:12px;
}

/* 202004
----------------------------------------------------*/
.contents2020 #sec01 {
	background-image: url("img/bg2020_1.png"), url(img/bg2.jpg);
}
.contents2020 .obi {
	background-color: #ca391b!important;
}
.eat-info {
	display: inline-block;
	padding: 5px 15px;
	border: solid 1px #000;
	font-weight: bold;
	font-size: 15px;
	margin-left: 30px;
	margin-top: 10px;
}

/* secTop
----------------------------------------------------*/

.btn_next {
	margin:30px 0 10px;
}
.btn_next a {
	background-color:#005a49;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	padding:15px 50px;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-font-smoothing: antialiased;
}
.btn_next a:hover {
	opacity:0.7;
}