@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
color:#555;
font-size:small;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust: none;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#AA0000;text-decoration:none;}
a:hover{color:#880000;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
width:98%;
position:relative;
background:#fff;
}

#wrapper2{
margin:0 auto;
width:98%;
position:relative;
background:#fff;
padding-bottom: 50px;
overflow:hidden;
}

.inner{
margin:0 auto;
width:100%;
}

.font_bold {
	font-weight: bold;
}


/*************
/* ヘッダー
*************/
#header h1{
padding:5px 0;
font-size:12px;
font-weight:normal;
color: #555555;
}

/*************
/* ロゴ
*************/
.logo{
float:left;
margin-bottom: 10px;
}

.logo span{
display:block;
}

/*************
/* 電話番号
*************/
.info{
float:right;
text-align:right;
}

.info .open{font-size:11px;}

/*************
/* ロゴ+電話番号
*************/

.logo,.info .tel{
margin-top:10px;
font-size:20px;
font-weight:bold;
color: #AA0000;
white-space: nowrap;
}

.logo span,.info span{
font-size:.6em;
font-weight:normal;
	color: #555555;
}

/*************
/* ショップ
*************/

p.shop a{
display: block;
background: #000000;
padding: 10px;
color: #FFFFFF;
}

p.shop a:hover{
display: block;
background: #AA0000;
padding: 10px;
color: #FFFFFF;
}

/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:30px auto;
padding:0;
position:relative;
line-height:0;
text-align:center;
}

#mainBanner img{
max-width:100%;
height:auto;
}

.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:10px;
left:0;
padding:5px 10px;
line-height:1.4;
text-align:left;
}

.slogan h2{
padding-bottom:5px;
font-size:20px;
}

#subpage #mainBanner{margin-top:0;}

h2{
color: #AA0000;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
font-size: 24px;
font-weight: normal;
margin: 30px auto;
text-align: center;
display: block;
width: 200px;
border-bottom: solid 1px #AA0000;
}


/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
clear: both;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
}

.box{
padding:10px;
text-align:center;
}

.box img{
width:100%;
height:auto;
}

.box h3{
padding:10px 0 5px;
color: #AA0000;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
font-size: 16px;
font-weight: normal;
}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}

.box p.readmore a{
padding:3px 7px;
color:#AA0000;
}

.box p.readmore a:hover{background:#FFDDDD;}


/*************
メイン コンテンツ
*************/
section.content article{
padding:20px;
margin-bottom:20px;
border:1px solid #ebebeb;
overflow:hidden;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading{
font-weight:normal;
padding:10px 0;
margin-bottom:5px;
border-top:3px double #ebebeb;
border-bottom:3px double #ebebeb;
}

section.content img{
max-width:90%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

#gallery .grid{background:transparent;}

#gallery .grid img,.border{box-shadow:0 0 3px #ccc;}


/*************
テーブル
*************/
table.table{
border-collapse:collapse;
margin:5px auto 15px auto;
}

table.table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

table.table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}


/*************
/* サイドバー
*************/
#sidebar ul{padding:10px;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #ebebeb;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{
display:block;
}

#sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:12px;
line-height:1.35;
}


/*************
/* トップページお知らせ
*************/
.gridWrapper2{
padding: 20px;
overflow: hidden;
clear: both;
background: #F1EBE4;
border-radius:8px;
}

#top_new{
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
font-size: 20px;
color: #AA0000;
}
	
#top_news li{
margin-top: 5px;
}
	
#top_news li a{
color: #555555;
}

#top_news li a:hover{color: #AA0000;}


/*************
/* フッター
*************/
#footer{
clear:both;
border-top: solid 1px #EEEEEE;
}

#footer .inner{
overflow:hidden;
}

* html #footer .inner{height:1%;}

#footer .grid{
margin:10px 0;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
text-align:left;
}

#footer .logo{font-size:18px;}

#footer .info .tel,#footer .info .tel span,#footer #info .open{
font-size:12px;
}

ul.footnav{
float:left;
padding:0;
margin: 0 10px;
}

ul.footnav li{
margin-bottom:10px;
padding:0 7px 0 8px;
border-bottom:1px solid #ebebeb;
width: 200px;
}

ul.footnav li a{
color: #555555;
}

ul.footnav li a:hover{color: #AA0000;}

ul.footnav li.sns{border: none;}

address{
clear:both;
display: block;
background: #F3F3F3; 
padding:10px 0;
text-align:center;
font-style:normal;
font-size:10px;
color:#555;
}

/*************
/* お知らせ
*************/
#main2 {
	width:800px;
	padding:50px 100px;
}

.news_wrap {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:dotted 1px #777777;
	text-align: center;
}

.news_day {
	font-size:12px;
	color:#333333;
}

.news_title {
	font-size:22px;
	font-weight:bold;
	color:#aa0000;
	display:block;
	width:100%;
	margin-bottom: 10px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.news_text {
	font-size:14px;
	line-height:1.5em;
	display:block;
	width:100%;
	margin:0;
	padding:0;
}


/*************
/* 事業案内
*************/
.service_wrap {
	padding:20px 0;
	clear:both;
	overflow:hidden;
	border-bottom:dotted 1px #777777;
}

.service_title {
	margin-top: 10px;
	display:block;
	padding:0px;
	font-size:20px;
	text-align: center;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.service_text {
	font-size:14px;
	margin-bottom: 10px;
}

/*************
/* 京都しるくの歩み
*************/
.history_wrap {
	padding-bottom:20px;
	clear:both;
	overflow: auto;
}

.history_title {
	margin-top: 10px;
	display:block;
	padding:0px;
	font-size:20px;
	text-align: center;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.history_left {
	margin-top:15px;
	padding-bottom:30px;
	text-align: center;
}

.history_text {
	font-size:14px;
}

.history_right {
	margin:0 auto 30px;
	width: 288px;
}

.history_table {
width: 100%;
border-collapse: collapse;
margin-top:20px;
}

.history_table th{
white-space: nowrap;
padding: 10px 20px;
text-align: left;
vertical-align: top;
border: 1px solid #b9b9b9;
}

.history_table td{
padding: 10px 20px;
border: 1px solid #b9b9b9;
}

.history_left2 {
	float:left;
	width: 100%;
}

.history_right2 {
	float:left;
	width:142px;
	margin:6px 0 6px 20px;
}


/*************
/* 商品のご紹介
*************/
.lineup_wrap {
	clear:both;
	padding-bottom:30px;
	border-bottom:dotted 1px #777777;
	overflow: auto;
	width: 100%;
}

ul.lineup_cate_a {
	display:block;
	margin:30px auto;
	width:84%;
	text-align: center;
}

ul.lineup_cate_a li {
	margin: 8px;
	float:left;
	display:block;
	padding:10px;
	border: solid 1px #aa0000;
	text-align: center;
}

li.lineup_cate1 a {
	white-space: nowrap;
}

.lineup_title {
	margin-top: 20px;
	display:block;
	padding:0px;
	font-size:20px;
	text-align: center;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.lineup_title2 {
	display:block;
	width:100%;
	border:#aa0000 solid 1px;
	padding:5px 0;
	font-size:18px;
	margin:20px 0;
	color:#aa0000;
	font-weight:bold;
	clear:both;
	text-align: center;
}

.lineup_title3 {
	font-size:22px;
	font-weight:bold;
	color:#aa0000;
	display:block;
	width:100%;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.lineup_left {
	float:left;
	margin-top:15px;
}

.lineup_text1 {
	margin:0 20px;
}

.lineup_text {
	font-size:14px;
}

.lineup_right {
	float:left;
	width: 200px;
	margin-top:15px;
}

.lineup_left2 {
	float:left;
	margin:10px 0;
}

img.lineup_img {
	width: 200px;
}


/*************
/* 御幸町本店
*************/
.shop_wrap {
	padding-bottom:30px;
	clear:both;
	overflow: auto;
}

.shop_title {
	display:block;
	width:870px;
	height:38px;
	background:url(../images/all_subtitle_bg.jpg) no-repeat;
	color:#FFFFFF;
	padding:2px 0 0 30px;
	font-size:20px;
	clear:both;
}

.shop_text {
	font-size:16px;
	text-align:center;
	margin-top:20px;
}

.shop_left {
	float:left;
	width:470px;
	padding-bottom:20px;
	margin-top:20px;
}

.shop_right {
	float:left;
	width:380px;
	margin-top:20px;
	margin-left:50px;
}

.shop_right img {
	padding-bottom:40px;
}

.shop_table {
	width: 100%;
	border-collapse: collapse;
}

.shop_table th{
	width: 70px;
	padding: 1px 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 2px solid #b9b9b9;
}

.shop_table td{
	padding: 1px 10px;
	border-bottom: 1px dotted #b9b9b9;
}

.shop_left2 {
	float:left;
	width:420px;
	margin-top:15px;
}

.shop_right2 {
	float:left;
	width:420px;
	margin:15px 0 0 60px;
}

.shop_left2_sub {
	float:left;
	width:250px;
	font-size:14px;
	line-height:1.5em;
}

.shop_right2_sub {
	float:left;
	width:146px;
	margin:0 0 20px 23px;
}

.font_pink {
	color:#D85387;
	font-size:36px;
	font-style:italic;
	line-height:1.4em;
}

.shop_left3 {
	float:left;
	width:334px;
	margin-top:15px;
	font-size:14px;
	line-height:1.5em;
}

.shop_right3 {
	float:left;
	width:530px;
	margin:15px 0 0 35px;
}

.shop_left3_sub {
	float:left;
	width:190px;
	font-size:11px;
	line-height:1.5em;
	margin-top:10px;
}

.shop_right3_sub {
	float:left;
	width:310px;
	margin:10px 0 20px 30px;
	font-size:11px;
}


/*************
/* 会社概要
*************/
.company_wrap {
	padding-bottom:40px;
	overflow: auto;
}

.company_table {
width: 100%;
border-collapse: collapse;
margin-top:20px;
}

.company_table th{
padding: 15px 2%;
text-align: center;
vertical-align: top;
border-bottom: 1px solid #b9b9b9;
}

.company_table td{
padding: 15px 2%;
border-bottom: 1px dotted #b9b9b9;
}

.company_table td a {
	color:#aa0000;
}



/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
	#wrapper,#header,.inner{
	width:960px;
	padding:0;
	margin:0 auto;
	}
	
	#wrapper{padding-bottom:20px;}
	
	#wrapper2{
	width:880px;
	padding:10px 40px;
	margin:0 auto;
	}
	
	nav#mainNav{
	clear:both;
	overflow:hidden;
	position:relative;
	background:#F1EBE4;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:160px;
	padding:10px 0;
	border-bottom:2px solid #F1EBE4;
	}
	
	nav#mainNav ul li.last a{width:159px;}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	color: #AA0000;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 16px;
	font-weight: normal;
	}

	nav#mainNav ul li a span{
	color:#888888;
	font-size:10px;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	}

	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}

	nav#mainNav li a:hover{
	border-color:#AA0000;
	}
	
	#main{
	float:right;
	width:680px;
	padding:15px 0 0 0;
	}
	
	#sidebar{
	float:left;
	width:250px;
	padding:15px 0 0 0;
	overflow:hidden;
	}
	
	#sidebar article{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #ebebeb;
	overflow:hidden;
	}
	
	/* グリッド全体 */
	.gridWrapper{
	width:990px;
	margin:0 0 0 -30px;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	float:left;
	width:300px;
	margin-left:30px;
	}
	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
	
	#footer .inner{
	width:940px;
	padding:10px;
	}
	
	div .foot_navi{
		float: right;
		margin-top: 5px;
		display: block;
		width: 470px;
		overflow: hidden;
	}
	
	table.company_table th{
	width: 20%;
	}

	table.company_table td{
	width: 72%;
	}

	.service_left {
		float:left;
		width:62%;
		margin-top:15px;
		margin-bottom: 20px;
	}

	.service_right {
		float:right;
		width:32%;
		margin-top:20px;
		margin-bottom: 20px;
	}

	.service_left2 {
		float:left;
		width:230px;
		margin-top:10px;
	}

	.service_right2 {
		float:left;
		width:230px;
		margin-top:10px;
		margin-left:20px;
	}

.lineup_left {
	width: 640px;
}

.lineup_right {
	margin-left:40px;
}
	}

@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	#header{padding:0 10px;}
	
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
  border:1px solid #e4e4e4;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav a.menu span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a{color:#ad8a71;}

	nav div.panel{float:none;}
	
	#subpage #mainBanner{margin-top:20px;}
	
	#sidebar{padding-bottom:30px;}
	
	#sidebar article{padding:7px 0;}
	
	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	width:32%;
	margin:10px 0 0 1%;
	}
	
	#gallery .grid{
	float:left;
	width:31%;
	margin:0 0 0 1%;
	}
	
	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	
	#footer.logo,#footer .info{
	width:100%;
	float:none;
	}
	
	div .foot_navi{
		margin: 5px auto;
		display: block;
		width: 240px;
		overflow: hidden;
		text-align: center;
	}
	
	.company_table th{
	width: 26%;
	}

	.company_table td{
	width: 66%;
	}
	.service_wrap {
	text-align: center;
	}
	.service_text {
		width: 80%;
		margin: 10px auto;
	}

	.service_left2 {
		margin-bottom:10px;
	}

	.service_right2 {
		margin-bottom:10px;
	}

ul.lineup_cate_a {
	width: 90%;
}

.lineup_left {
	width: 100%;
}

.lineup_right {
	margin-left:0;
}
	}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom:20px;
	}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	margin:0;
	}
	
	.box img{width:100px;}
	
	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#gallery .grid{float:left;}
	
	div .foot_navi{
		margin: 5px auto;
		display: block;
		width: 240px;
		overflow: hidden;
		text-align: center;
	}
	
	.company_table th{
	width: 26%;
	}

	.company_table td{
	width: 66%;
	}
	.service_wrap {
	text-align: center;
	}
	.service_text {
		width: 80%;
		margin: 10px auto;
	}

	.service_left2 {
		margin-bottom:10px;
	}

	.service_right2 {
		margin-bottom:10px;
	}

ul.lineup_cate_a {
	width: 90%;
}
.lineup_left {
	width: 100%;
}

.lineup_right {
	margin-left:0;
}
	}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.grid{width:100%;}
	.box img{width:100%;}
	#mainBanner h2,#mainBanner p{font-size:80%;}
	#sidebar p{text-align:center;}
	
	div .foot_navi{
		margin: 5px auto;
		display: block;
		width: 240px;
		overflow: hidden;
		text-align: center;
	}
	
	.company_table th{
	width: 26%;
	}

	.company_table td{
	width: 66%;
	}
	.service_wrap {
	text-align: center;
	}
	.service_text {
		width: 80%;
		margin: 10px auto;
	}

	.service_left2 {
		margin-bottom:10px;
	}

	.service_right2 {
		margin-bottom:10px;
	}

ul.lineup_cate_a {
	width: 96%;
}
.lineup_left {
	width: 100%;
}

.lineup_right {
	margin-left:0;
}
	}