@charset "utf-8";

/* ==============================
個別レイアウト
Site Name: 祇園くらした スマホ用;
Date: 2014.05.15;
================================= */

/* common
--------------------------------- */
/* center */
.center {
	text-align: center;
}
/* photo */
.photo {
	margin-bottom: 20px;
}
h2+.photo {
	margin-top: -20px;
}
hr+.photo {
	margin-top: -20px;
}
/* btn */
section .btn {
	text-align: center;
	padding-bottom: 20px;
}
/* tel */
.tel02 {
	font-size: 20px;
}
/* list: menu */
.list--menu {
	border-top: 1px solid #1f1f14;
	margin-bottom: 20px;
}
.list--menu > * {
	clear: both;
}
.list--menu+.photo {
	margin-top: -20px;
}
.list--menu+hr {
	margin-top: -20px;
}
.list--menu dl {
	border-bottom: 1px solid #1f1f14;
	clear: both;
	overflow: hidden;
	padding: 15px;
}
.list--menu dt {
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin-right: -90px;
	width: 100%;
}
.list--menu dd:nth-of-type(1) {
	color: #c00;
	float: left;
	font-size: 16px;
	text-align: right;
	width: 90px;
}
.list--menu dd:nth-of-type(2) {
	clear: both;
	padding-top: 5px;
}
/* list: guide */
.list--guide {
	border-top: 1px solid #1f1f14;
	margin-bottom: 20px;
}
.list--guide+hr {
	margin-top: -20px;
}
.list--guide dl {
	border-bottom: 1px solid #1f1f14;
	clear: both;
	overflow: hidden;
	padding: 15px;
}
.list--guide dt {
	background: url(../img/ico_kamon.png) 0 1px no-repeat;
	background-size: 18px;
	color: #b98a00;
	font-family: Georgia, Roboto, "Droid Sans", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 25px;
	margin-bottom: 4px;
}
/* intro */
.title--intro {
	font-family: Georgia, Roboto, "Droid Sans", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 15px;
}

/* home
--------------------------------- */
#home hr {
	margin: 0;
}
#home .intro {
	margin-bottom: -19px;
	padding-bottom: 0;
}
/* point */
#home #point {
	padding: 0;
}
#home #point h2 {
	margin-bottom: 0;
}
#home .bnr--point {
	clear: both;
	border-bottom: 1px solid #1f1f14;
	width: 100%;
	height: 131px;
}
#home .bnr--point a {
	box-sizing: border-box;
	color: white;
	display: block;
	padding: 15px;
	width: 100%;
	height: 131px;
}
#home .bnr--point a:hover {
	background: rgba(255,255,255,.2);
}
#home .bnr--point h3 {
	color: #996;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#home .bnr--point p {
	font-size: 13px;
}
#home .bnr--point .photo {
	float: left;
	margin: 0 10px 0 0;
	width: 120px;
}
/* special */
#home #special {
	padding: 0;
}
#home #special h2 {
	margin-bottom: 0;
}
#home .bnr--special {
	background: url(../img/home/bg_special.jpg) top left no-repeat;
	background-size: 120px 30px;
	clear: both;
	border-bottom: 1px solid #1f1f14;
	width: 100%;
	height: 125px;
}
#home .bnr--special a {
	color: white;
	display: block;
	width: 100%;
	height: 125px;
}
#home .bnr--special a:hover {
	background: rgba(255,255,255,.2);
}
#home .bnr--special h3 {
	background: url(../img/ico_kamon.png) 0 16px no-repeat;
	background-size: 18px;
	color: #b98a00;
	font-size: 16px;
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 5px;
	padding-top: 14px;
	padding-left: 30px;
}
#home .bnr--special p {
	font-size: 13px;
	margin-left: 15px;
}
#home .bnr--special .photo {
	float: right;
	margin: 0;
	width: 160px;
}
/* news */
#home #news {
	background: url(../img/home/bg_news.jpg) center top no-repeat;
	background-size: cover;
}
#home #news .title--big {
	color: white;
	padding-top: 25px;
}
#feed {
	margin: 0 auto;
	width: 290px;
}
#feed span {
	display: inline-block;
	font-size: 11px;
	width: 90px;
}
#feed li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
	width: 290px;
}
#feed a {
	color: white;
}
/* news02 */
#home #news02 {
	padding: 20px 0 10px;
}
#home .bnr--news {
	margin: 0 auto 10px;
	width: 290px;
	height: 80px;
}
#home .bnr--news a {
	box-sizing: border-box;
	color: white;
	display: block;
	padding: 13px 13px 0;
	width: 290px;
	height: 80px;
}
#home .bnr--news h3 {
	font-size: 16px;
}
#home .bnr--news p {
	font-size: 13px;
}
#home #bnr--facebook {
	background: url(../img/home/bg_news_facebook.jpg) 0 0 no-repeat;
	background-size: 290px 80px;
}
#home #bnr--kanko {
	background: url(../img/home/bg_news_kanko.jpg) 0 0 no-repeat;
	background-size: 290px 80px;
}
#home #bnr--onlineshop {
	background: url(../img/home/bg_news_onlineshop.jpg) 0 0 no-repeat;
	background-size: 290px 80px;
}

/* menu
--------------------------------- */
#freedrink .list--simple {
	margin-right: 15px;
}

/* kanko
--------------------------------- */
.length {
	color: #b98a00;
}

/* access
--------------------------------- */
.btn--tel {
	padding-top: 15px;
}

/* english
--------------------------------- */
#english .intro {
	background: url(../img/bg_kodaiji.jpg) center top repeat-x;
	background-size: 640px 155px;
}
#english .title--intro {
	text-align: left;
	padding: 40px 15px 0;
}