@charset "utf-8";

/*
10px	67%
11px	74%
12px	80%
13px	87%
14px	94%
15px	100%
16px	107%
17px	114%
18px	120%
19px	127%
20px	134%
21px	140%
22px	147%
23px	154%
24px	160%
25px	167%
26px	174%
32px    213%


/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 600px){
body{
	font:15px/1.5 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

select,input,button,textarea,button{
	font:99% arial,helvetica,clean,sans-serif;
}

table{
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

header{
	width: 1300px;
	margin: 0px auto;
}


/*----------------------------------------------------
	headlines
----------------------------------------------------*/
.hl01{
	font-size: 285%;
}

.hl02{
	margin-bottom: 30px;
}

.hl03{
	font-weight: bold;
	font-size: 120%;
}

.hl04{
	font-weight: bold;
	font-size: 120%;
	border-bottom: 1px solid #000;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

/*----------------------------------------------------
	details
----------------------------------------------------*/
.details{
	font-size: 80%;
}



/*----------------------------------------------------
	btns
----------------------------------------------------*/
.btn_l a{
	display: inline-block;
	text-align: center;
	background: url(../cmnimg/bg_btn.gif) repeat;
	padding: 10px 80px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color:#FFF;
	text-decoration:none;
	margin:20px auto 0px;
}

.btn_l a span{
	background:url(../cmnimg/arw_white.png) no-repeat right center;
	padding-right:25px;
}

.btn_l a:hover,
.btn_s a:hover{
	opacity: 0.6;
}

.btn_s a{
	display: inline-block;
	text-align: center;
	background: #DDD;
	padding: 10px 20px;
	text-decoration:none;
	margin:20px auto;
}

.btn_reservation{
	text-align: center;
	margin: 20px 0px;
}

.btn_reservation a{
	padding: 15px 30px;
	background: -moz-linear-gradient(top,  #c75f47 0%, #B32B12 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c75f47), color-stop(100%,#B32B12)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c75f47 0%,#B32B12 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  #c75f47 0%,#B32B12 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c75f47 0%,#B32B12 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c75f47', endColorstr='#B32B12',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #bf191e;
	font-size: 80%;
}


/*----------------------------------------------------
	note
----------------------------------------------------*/
.note{
	font-size:80%;
}


/*----------------------------------------------------
	spacing
----------------------------------------------------*/
.mb_s{
	margin-bottom:20px;
}

.mb_l{
	margin-bottom:60px;
}



/*----------------------------------------------------
	pagetop
----------------------------------------------------*/
.pagetop{
	margin-bottom: 30px;
}


/*----------------------------------------------------
	header
----------------------------------------------------*/
header{
	position: relative;
	margin-bottom: 20px;
}

header #logo a{
	margin:30px auto 0px;
	background-size: 90% 90%;
}

#h_nav{
	position: absolute;
	right: 0px;
	top: 0px;
}

#h_nav li{
	float: left;
	margin: 0px 0px 0px 20px;
}

#h_nav li.phone a .sp{
	display:none;
}


.inner {
    width: 1300px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

#mobile-head{
	margin-bottom:25px;
}


/*----------------------------------------------------
	global-nav
----------------------------------------------------*/
#global-nav{
	width: 1120px;
	margin: 0 auto;
}
#global-nav li a{
	display:block;
	float: left;
	width: 20%;
	text-align: center;
	text-decoration: none;
	font-size: 107%;

}


/*----------------------------------------------------
	inner
----------------------------------------------------*/
#inner{
		width: 1090px;
		margin: 0 auto;

}


/*----------------------------------------------------
	mainimg
----------------------------------------------------*/
#mainimg {
	width: 90%;
	text-align: center;
	margin:0 auto 10px;
}




/*----------------------------------------------------
	intro
----------------------------------------------------*/
#intro{
	margin-bottom: 40px;
}

#intro h1{
	margin-bottom: 25px;
	letter-spacing: 2px;
	font-size: 174%;
}


/*----------------------------------------------------
	contents
----------------------------------------------------*/
#contents{
	width: 100%;
	margin-bottom: 30px;
}

/* menu */
#contents #menu section{
	width: 1090px;
	margin: 0 auto 60px;
}

#contents #menu section img:hover{
	opacity:0.8;
}

#contents #menu section dl{
	float: left;
	width: 235px;
	margin-right: 50px;
}

#contents #menu section dl:nth-of-type(4){
	margin-right: 0;
}

#contents #menu section dd{
	text-align: center;
	font-weight: bold;
	padding: 10px 0px 0px;
	font-size: 114%;
}

/* sweets */
#contents #sweets{
	width:100%;
	background:#eee8db;
	padding:60px 0px;
	min-height: 450px;
}

#contents #sweets section{
	width: 1090px;
	margin: 0 auto;
    position: relative;
}

#contents #sweets .rmnd{
	width: 520px;
	float: left;
}

#contents #sweets .rmnd:nth-of-type(2){
	float: right;
}

#contents #sweets .rmnd h2{
	text-align: center;
	font-weight: bold;
	padding: 10px 0px 0px;
	font-size: 114%;
}



/* news */
#contents #news{
	width: 1090px;
	margin: 0 auto;
	padding: 50px 0px;
}

#contents #news .latest li{
	float: left;
	width: 330px;
	margin-right: 10px;
	padding-top:50px;
}

#contents #news .latest li:nth-of-type(3){
	margin-right: 0;
}

#contents #news dl{
	clear: both;
}

#news dt{
	float: left;
	clear: left;
	padding: 18px 0px 15px;
	font-size: 87%;
}

#news dd{
	padding: 15px 0px 15px 6.5em;
	border-bottom: 1px dashed #ccc;
}

#news dd .ctgry{
	display: inline-block;
	border: 1px solid #999;
	padding: 3px 15px;
	font-size: 67%;
	margin-right: 10px;
}

/* location */
#contents #location{
	width: 100%;
	margin-bottom: 30px;
}

#contents #location section{
	width:1090px;
	margin:0 auto;
	padding: 65px 0px;
}

#contents #location #googlemap{
	margin-bottom: 20px;
}

#location #googlemap iframe{
	height:300px;
	width:1090px;
}


/* sns */
#sns{
	width:1090px;
	margin:0 auto;
}

#sns .fb-page{
	float:left;
	width:380px;
}

#sns li{
	float:left;
	margin-right:10px;
	height:50px;
	width:50px;
}

#sns li.blog{
	height:50px;
	width:131px;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer{
	width: 1090px;
	margin: 0px auto 20px;
}

footer .f_menu ul{
	float: left;
	width: 25%;
}

footer .f_menu ul li{
	margin-bottom:5px;
}

footer .f_menu ul a{
	text-decoration:none;
}

footer .f_menu ul a:hover{
	color:#666;
}


/*------ fb ----*/
#fb{
	border-top:1px solid #DDD;
	padding:30px 20px;
}

#fb .f_address{
	float:left;
}

#fb .fb-page{
	float: right;
	width: 380px;
}

.insta_btn{
	margin-left: 25px;
}




/*----------------------------------------------------
	bc
----------------------------------------------------*/
#bc{
	width:1090px;
	margin:0 auto;
	font-size: 87%;
}



/*----------------------------------------------------
	pagenav
----------------------------------------------------*/
#pagenav{
	width: 1090px;
	margin: 0 auto 50px;
	text-align: center;
}

#pagenav li{
	display: inline-block;
}




/*----------------------------------------------------
	linkbox
----------------------------------------------------*/
.linkbox dt{
	margin-bottom:5px;
}


/*----------------------------------------------------
	table
----------------------------------------------------*/
.tbl_cmn{
	width: 100%;
}

.tbl_cmn th,
.tbl_cmn td{
	padding: 10px;
	border: 1px solid #CCC;
}

.tbl_cmn th{
	padding: 5px 10px;
	text-align: center;
	background: #EEE;
}

/*----------------------------------------------------
	pageimg
----------------------------------------------------*/
#pageimg {
	font-size:230%;
	padding: 200px 0px;
}


/*===============================================
▼ここから個別ページスタイル
/*===============================================
menu
===============================================*/
#pageimg.menu{
	background-image:url(../menu/img/mainimg.jpg);
	background-size:cover;
	background-position: bottom;
	height: 50px;
}

#contents.menus .set {
	position: relative;
	display: inline-block;
 	margin: 1.5em 0 60px;
	padding: 15px;
	min-width: 120px;
 	max-width: 100%;
	background: #d8b7b4;
}

#contents.menus .set p:before{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #d8b7b4;
}

#contents.menus .set p {
	margin: 0;
	padding: 0;
}



/*===============================================
about
===============================================*/
#pageimg.about{
	background-image:url(../about/img/mainimg.jpg);
	background-size:cover;
	background-position: top;
	height: 50px;
}

.lists{
	margin-bottom: 60px;
}

.lists li {
    margin: 0 0 8px;
}

#inner.about #googlemap iframe{
	width:100%;
	height:420px;
	margin-bottom: 60px;
}

#inner.about #profile .pic{
	width: 190px;
	float: left;
	margin-bottom: 20px;
}

#inner.about #profile .desc{
	width: 860px;
	float: left;
	margin-left: 40px;
	margin-bottom: 20px;
}

#inner.about #profile .desc p{
	margin-bottom:20px;
}

#inner.about #profile ul{
	background: #EEE;
	clear: both;
	padding: 20px 30px;
}





/*===============================================
reservation
===============================================*/
#pageimg.rsv{
	background-image:url(../reservation/img/mainimg.jpg);
	background-size:cover;
	background-position: top;
	height: 50px;
}

/*----------------------------------------------------
	フォーム
----------------------------------------------------*/
.tbl_form{
	width:100%;
	margin:20px 0px;
}

.tbl_form th,
.tbl_form td{
	padding: 10px 0px 10px 10px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
}

.tbl_form th{
	background: #EFEFEF;
	border-top: 2px solid #694332;
	border-bottom: 2px solid #694332;
	width:145px;
	text-align:left;
	font-weight:normal;
	vertical-align: middle;
}

.tbl_form th.rqrd{
	width:35px;
	text-align: center;
	padding: 10px 5px;
}

.tbl_form th.rqrd span{
	background: #F30;
	color: #FFF;
	font-size: 85%;
	padding: 0px 2px;
}

.tipped{
	/*color:#999;*/
}

.notice{
	font-size: 85%;
	color: #696829;
	margin: 5px 0px;
}

#notice{
	margin: 15px 0px;
	border: 1px solid #C00;
	padding: 15px;
}

#notice h4{
	color: #C00;
	font-weight:bold;
}

#notice dt{
	margin: 10px 0px 5px;
	font-weight:bold;
	font-size: 95%;
}

#notice dd{
	margin-bottom: 5px;
	text-indent: -1em;
	margin-left: 1em;
	font-size: 85%;
}

#notice dd span{
	color: #C00;
}

.tbl_form .short{
	width: 5em;
}

.tbl_form .long{
	width:30em;
}

.tbl_form .zip{
	margin-bottom:8px;
}

.btn_send{
	text-align:center;
}

.btn_send li{
	display:inline;
}

.btn_send li input{
	border:none;
}

#err{
	color: #C00;
	padding: 10px;
	border: 1px solid #C00;
}

.err_msg{
		color:#C00;
		font-size:85%;
		margin-bottom:5px;
}

.err_msg span{
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background:#C00;
	color:#FFF;
	padding:0px 6px;
	font-weight:bold;
	margin-right:3px;
}

#thanks dt{
	font-weight: bold;
	color: #FF4E50;
	margin: 30px 0px 5px 0px;
}

#thanks dd{
	background: #EDEDED;
	padding: 15px;
}


/*===============================================
obento
===============================================*/
#pageimg.obento{
	background-image:url(../obento/img/mainimg.jpg);
	background-size:cover;
	background-position: top;
	height: 50px;
}

#inner.obento .tel{
	margin: 20px 0px;
	background: #FFDFBF;
	padding: 20px;
	font-size: 116%;
}

#inner.obento #todaysmenu{
	padding: 20px;
	background: #FFDFBF;
	margin-bottom:60px;
}

#inner.obento #todaysmenu h2{
	font-weight: bold;
	font-size: 124%;
    color: #D02712;
}


/*===============================================
party
===============================================*/
#pageimg.party{
	background-image:url(../party/img/mainimg.jpg);
	background-size:cover;
	background-position: top;
	height: 50px;
}



/*===============================================
sitemap
===============================================*/
#pageimg.sm{
	background-image:url(../topimg/mainimg_sitemap.jpg);
	background-size:cover;
	background-position: top;
	height: 50px;
}

#inner.sm ul{
	width: 600px;
	margin: 0 auto;
}

#inner.sm ul li a{
	display: block;
	padding: 10px;
	margin-bottom: 5px;
}

#inner.sm ul li.emph a{
	background: #eee8db;
}


/*===============================================
obento osechi
===============================================*/
#gform{
	width:1000px;
	height:1010px;
}




}
