@charset "utf-8";

/*----------clear----------*/
.cf::after {
	content:"";
	display:block;
	clear:both;
}
.clea{
	clear:both;
}

/*----------共通要素----------*/
*{
	font-family:"ヒラギノ明朝",serif;
}
body{
	width: 960px;
	margin: 0 auto;
	background: url("../images/template/bg.jpg") no-repeat fixed;
	background-size: cover;
	position: relative;
}

.title{
	height: 100px;
	width: 300px;
	margin: 0 auto;
	padding: 30px 0 ;
	
}
h1{
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	border-bottom: 10px dotted #FF6E00;
}
h2{
	font-size: 30px;
	font-weight: bold;
}

/*----------ヘッダー要素----------*/
header{
width: 960px;
	height: 50px;
background: #000;
	position: fixed;
}
header img{
float: left;
	margin-left: 20px;
}
header nav{
float: right;
}
header ul li{
	list-style: none;
	float: left;
	width:120px; 
	height: 48px;
	font-size: 14px;
	border-left: 1px solid #fff;
	text-align: center;
	line-height: 48px;
}
header ul li:hover{
	font-weight: bold;
}
header ul li a,
header ul li p{
	display: block;
	text-decoration: none;
	color: #fff;
}
header ul li p{
	cursor : default;
}
header ul li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
}

header ul li ul li:hover{
background-color: #FF6E00;
}

header li:hover > ul > li {
    height: 48px;
	border-top: 1px solid #fff;
    overflow: visible;
	color: #fff;
	background-color: #000;
}
footer{
	background-color: #222;
	color: #fff;
}
.footer_logo{
	width: 105px;
	margin: 0 auto;
}
footer img{
	margin: 15px 10px 20px;
}

.footer_copy{
width: 100%;
background-color: #000;
}
footer p{
	text-align: center;
	font-size: 12px;
}

/*----------メイン要素----------*/
main{
	background-color: #eee;
	padding:10px 15px 0;
}

/*----------パンくずリスト----------*/
.breadcrumb{
	margin-top: 50px;
	font-size: 12px;
}
.breadcrumb li{
	float: left;
}

/*---------コンテンツ----------*/
section{                   
    width: 960px;
    height: 400px;
}

.description{
    font-weight: bold;
    text-align: center;
    font-size: 110%;
    line-height: 2.5;
    margin-bottom: 15px;
}

/*---------メニュー一覧----------*/
.tabeho {
    width: 180px;
    height: 250px;
    margin-right: 7px;
    float: left;
    
    position: relative;
	display: block;
    overflow: hidden;
	cursor: pointer;
}
.tabeho img{
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.tabeho:hover img:nth-of-type(2) {
	opacity: 0;

}

.oniku{
    width: 180px;
    height: 250px;
    margin-right: 7px;
    float: left;
    
    position: relative;
	display: block;
    overflow: hidden;
	cursor: pointer;
}
.oniku img{
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.oniku:hover img:nth-of-type(2) {
	opacity: 0;
}
.sidemenu{
    width: 180px;
    height: 250px;
    margin-right: 7px;
    float: left;
    
    position: relative;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.sidemenu img{
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.sidemenu:hover img:nth-of-type(2) {
	opacity: 0;
}

.drink{
    width: 180px;
    height: 250px;
    margin-right: 7px;
    float: left;
    
    position: relative;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.drink img{
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.drink:hover img:nth-of-type(2) {
	opacity: 0;
}

.desert{
    width: 180px;
    height: 250px;
    float: left;
    
    position: relative;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.desert img{
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.desert:hover img:nth-of-type(2) {
	opacity: 0;
}