@charset "utf-8";

/* ==============================
基本レイアウト
Site Name: 祇園京料理花咲 スマホ用;
Date: 2014.04.17;
================================= */

/* body
--------------------------------- */
body {
	background: #d9b879;
	color: black;
	font-family: Georgia, Roboto, "Droid Sans", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-size: 14px;
	line-height: 1.4;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}

/* a
--------------------------------- */
a {
	color: #900;
	text-decoration: none;
	transition: all .5s ease-in-out;
	-webkit-tap-highlight-color:;
}
a:hover,
a:active {
	text-decoration: none;
	opacity: .4;
}

/* clear, inner
--------------------------------- */
.clear {
	clear: both;
}
.inner {
	clear: both;
	padding: 20px 15px;
}

/* title, strong
--------------------------------- */
h1,h2 {
	background: url(../img/bg_wood02.jpg) 0 0 repeat-x #312017;
	background-size: 100px 45px;
	color: white;
	text-align: center;
}
h1 {
	font-size: 12px;
	line-height: 40px;
	height: 40px;
}
h2 {
	color: #f6ebd7;
	font-size: 20px;
	line-height: 45px;
	height: 45px;
	margin-bottom: 20px;
}
/* title */
#title--page {
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 0 2px rgba(0,0,0,.3);
}
.title--black {
	background: url(../img/title_black.png) 0 0 no-repeat;
	background-size: 185px 38px;
	color: white;
	font-size: 20px;
	line-height: 38px;
	text-shadow: 0 0 5px rgba(0,0,0,1);
	margin-bottom: 20px;
	padding-left: 35px;
	height: 38px;
}
.title--big {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.title--ume01 {
	background: url(../img/title_ume01_l.jpg) left center no-repeat, url(../img/title_ume01_r.jpg) right center no-repeat;
	background-size: 69px 38px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 15px 12px;
	min-height: 38px;
}
.title--ume02 {
	background: url(../img/title_ume02_l.jpg) left center no-repeat, url(../img/title_ume02_r.jpg) right center no-repeat;
	background-size: 69px 38px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 15px 10px;
	min-height: 38px;
}
strong {
	font-weight: bold;
}
em {
	color: #900;
	font-weight: bold;
	font-style: normal;
}

/* header
--------------------------------- */
header {
}
#head {
	background: url(../img/bg_head.jpg) 0 0 repeat-x #312017;
	background-size: 100px 50px;
	display: table;
	width: 100%;
	height: 50px;
}
#head .logo {
	display: table-cell;
	text-align: center;
	width: 100%;
}
#head .logo a {
	display: block;
}
#head .logo a img {
	padding: 11px 0;
}
#btn--nav--global {
	display: table-cell;
	width: 100px;
}
#nav--help {
	background: url(../img/bg_wood01.jpg) left bottom repeat-x #312017;
	background-size: 100px 5px;
	height: 69px;
}
#nav--help ul {
	display: table;
	width: 100%;
}
#nav--help li {
	background: url(../img/bg_nav_help_l.jpg) left top no-repeat, url(../img/bg_nav_help_r.jpg) right top no-repeat, url(../img/bg_nav_help.jpg) 0 0 repeat-x;
	background-size: 1px 64px, 1px 64px, 62px 64px;
	display: table-cell;
	text-align: center;
	width: 20%;
}
#nav--help li a {
	display: block;
}

/* nav--global
--------------------------------- */
#nav--global {
	color: white;
	display: none;
}
#nav--global li {
	background: url(../img/bg_nav_global_l.jpg) left top no-repeat, url(../img/bg_nav_global_r.jpg) right top no-repeat, url(../img/bg_nav_global.jpg) 0 0 repeat-x;
	background-size: 1px 64px, 15px 50px, 100px 50px;
	height: 50px;
}
#nav--global li a {
	color: white;
	display: block;
	line-height: 50px;
	padding-left: 20px;
	height: 50px;
}
#nav--global #nav--close {
	background: url(../img/bg_nav_global_c.png) right center no-repeat black;
	background-size: 15px 50px;
	height: 50px;
}
#nav--global #nav--online {
	background: linear-gradient(to bottom, #a12000, #871a00);
	border-top: 1px solid #ac4d33;
	border-left: 1px solid #ac4d33;
	border-bottom: 1px solid #771600;
	border-right: 1px solid #771600;
	height: 48px;
}

/* main
--------------------------------- */
#main {
	background: url(../img/bg_body.jpg) 0 0 repeat #e7ca86;
	background-size: 100px;
}
#page {
	background: url(../img/bg_beige.jpg) 0 0 repeat #f0d293;
	background-size: 100px;
	text-align: center;
	padding: 18px;
}
section {
	clear: both;
	padding-bottom: 40px;
}
/* txt */
p.txt {
	margin: 0 15px 20px;
}
div.txt {
	margin: 0 15px;
}
div.txt p {
	margin-bottom: 20px;
}
section > div.txt:last-child p:last-child {
	margin-bottom: 0;
}
/* list */
.list--simple {
	margin-left: 40px;
}
.list--simple02 {
	margin-left: 40px;
	margin-right: 15px;
}
.list--simple02 .list--simple02 {
	margin-top: 15px;
	margin-bottom: 20px;
}
.list--simple02 li {
	margin-top: 10px;
}
.list--simple02 li:first-of-type {
	margin-top: 0;
}
hr {
	background: url(../img/bg_wood01.jpg) left bottom repeat-x #312017;
	background-size: 100px 5px;
	border: none;
	margin: 0;
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 0;
	height: 5px;
}

/* footer
--------------------------------- */
#nav--footer {
	background: url(../img/bg_wood02.jpg) left top repeat-x, url(../img/bg_wood01.jpg) left bottom repeat-x;
	background-size: 100px 45px, 100px 5px;
	padding-top: 20px;
	padding-bottom: 5px;
}
#nav--footer ul {
	overflow: hidden;
}
#nav--footer li {
	background: url(../img/bg_nav_help_l.jpg) left top no-repeat, url(../img/bg_nav_arrow.jpg) right top no-repeat, url(../img/bg_nav_footer.jpg) 0 0 repeat-x;
	background-size: 1px 64px, 15px 50px, 100px 50px;
	float: left;
	width: 50%;
	height: 50px;
}
#nav--footer li a {
	color: black;
	display: block;
	line-height: 50px;
	padding-left: 15px;
	height: 50px;
}
#store {
	background: url(../img/bg_beige.jpg) 0 0 repeat #f0d293;
	background-size: 100px;
	padding: 15px 10px;
}
#store ul {
	list-style: none;
	max-width: 570px;
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
}
#store li + li {
	margin-top: 10px;
}
#store li img {
	width: 100%;
	height: auto;
}
#social-share {
	background: url(../img/bg_body.jpg) 0 0 repeat #e7ca86;
	background-size: 100px;
	padding: 15px 0;
}
#social-share ul {
	display: table;
	margin: 0 auto;
}
#social-share li {
	display: table-cell;
	padding: 0 15px;
}
#foot {
	background: url(../img/bg_wood03.jpg) 0 0 repeat #312017;
	background-size: 100px;
	color: #f6ebd7;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
#foot .logo {
	margin-bottom: 25px;
}
#foot .btn {
	margin-bottom: 7px;
}
.title--address {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 14px;
}
#btn--pc {
	background: url(../img/bg_nav_help_l.jpg) left top no-repeat, url(../img/bg_nav_help_r.jpg) right top no-repeat, url(../img/bg_nav_footer.jpg) 0 0 repeat-x;
	background-size: 1px 64px, 1px 64px, 100px 50px;
	text-align: center;
}
#btn--pc a {
	display: block;
}
#copyright {
	background: black;
	color: white;
	font-size: 12px;
	line-height: 50px;
	text-align: center;
	height: 50px;
}