@charset "utf-8";
/* CSS Document */

/*--------------メインビジュアル--------------*/
#main_visual{
	width:100%;
	height:auto;
	background-size:100% auto; 
	overflow:hidden;
}

#main_visual img{
	width:100%;
	height:auto;
	vertical-align:middle;
	overflow:hidden;
}

/*----------タイトル--------------*/
.news_title{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#333;
	font-size:200%;
	letter-spacing:1px;
	text-align:center;
	margin-bottom:30px;
}

.ten_title{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#fff;
	font-size:153.9%;
	letter-spacing:1px;
	text-align:center;
	margin-bottom:30px;
}

.title02{
	font-size:138.5%;
	text-align:center;
	color:#fff;
	margin:20px 0;
}

/*------------------ 新着情報 大枠------------------*/
#back01{
    width:100%;
	background:#fafafa;
	padding:30px 0 60px;
}

/*日付*/
.day{
	display:block;
	font-size:77%;
	color: #454545;
	padding:10px 0 10px 10px;
}

.news{
	width:94%;
	margin:0 auto;
	background:#fff;
	padding:1px 0 5px;
	clear:both;
	border:2px solid #c0b28d;
}

.news li{
	border-bottom:1px dotted #ccc ;
	overflow:hidden;
	padding:0 10px;
	clear:both;
}

.news li a{
	display:block;
    color: #454545;
	font-weight:bold;
	padding:0 0 10px 0;
	clear:both;
}

.last{
	border:none !important;
}

.cate{
	background: #c0ac75;
	color: #FFF;
	float:right;
	margin-top:10px;
	padding:0 5px;
	border-radius:5px;
	float:left;
	font-size:77%;
	margin-right:10px;
}

.itiran{
	background:#fff;
	padding:5px 14px;
	border-radius:5px;
	display:inline;
	float:right;
	margin: 20px 0 10px 0;
	clear:both;
	border:1px solid #ccc;
}

.itiran a{
	color:#535353;
	font-weight:bold;
}

/*------------------ Graciaからごあいさつ-----------------*/
#back02{
    width:100%;
	background:url(../img/greet.jpg);
	background-size:cover;
	padding:10px 0;
}

#banner_tex{
	color: #fff;
	font-size:116%;
	text-shadow:2px 2px 4px #000;
	padding:0 15px 10px;
	text-align:justify;
}


.mese{
	width:94%;
	margin:40px auto;
	color:#333;
	font-size:116%;
	letter-spacing:1px;
}


/*------------------ 店内風景------------------*/
#back03{
    width:100%;
	background:#000;
	padding:30px 0 50px;
}

#dropmenu03{
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 94%;
    margin-left:auto;
    margin-right:auto;
}

#dropmenu03 li{
    display: table-cell;
}

#dropmenu03 li img{
    width:94%;
	vertical-align:bottom;
}

/*/////システム//////*/
#system{
	padding-bottom:50px;
	background:#fafafa;
}

h3.sys_title{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#333;
	font-size:200%;
	letter-spacing:5px;
	text-align:center;
	padding-top:30px;
}

.system_text{
	width:96%;
	margin:0 auto;
	/*text-align:center;*/
	color:#333;
	font-size:108%;
	padding-top:30px;
	line-height:1.8em;
}

.system_text02{
	color:#333;
	font-size:116%;
	padding:30px 10px 0;
	line-height:1.8em;
}

/*/////アクセス//////*/
#access{
	background:#fff;
	border-top:2px solid #ccc;
	padding-bottom:20px;
}

#map_box{
	width:94%;
	margin:20px auto 10px;
}

.access_text{
	color:#333;
	font-size:116%;
	padding:10px;
	line-height:1.8em;
}

/*------バナー----------*/
#back05{
    width:100%;
	background:#fafafa;
	padding:30px 0 20px;
	border-top:2px solid #ccc;
}
.sns{
	width:94%;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}

.sns li {
    margin-bottom:20px;
}

.sns li img{
    width:100%;
}