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

/* Common style */
body{
    line-height: 1.8em;
    font-family: "メイリオ", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 16px;
	position:relative;
}
	/* headings */
h2{
	font-size:30px;
	color:#00AB84;
	line-height: 1.3em;
}
h3{
	font-size:20px;
	color:#00AB84;
	font-weight:bold;
}
h4{
	font-size:18px;
	color:#00AB84;
	font-weight:bold;
}
	/* text */
.text-black{
	color:#000 !important;
}
.text-333{
	color:#333 !important;
}
.text-666{
	color:#666 !important;
}
.text-bold{
	font-weight:bold;
}
	/* glyphicon */
.glyphicon{
	margin-right:0.8em;
}
	/* links */
a {
	color:#00AB84;
}
a.current{
	color:#00AB84 !important;
	font-weight:bold;
}
a.text-link{
	text-decoration:underline;
	color:#000;
}
a:hover, a:focus{
	opacity:0.7;
	color:#00AB84;
}

a[href^="tel:"] {
	cursor: text;
}
a[href^="tel:"]:hover{
	opacity:1;
}
	/* buttons */
.btn{ 
	padding:10px 25px;
	font-size:16px;
	font-weight:bold;
	border:none;
}
.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default{
	background:#00ab84;
	color:#fff;

}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default,
.btn-reset:hover,
.btn-reset:focus,
.btn-reset:active,
.btn-reset.active,
.open>.dropdown-toggle.btn-reset{
	opacity:0.8;
}
	/* horizontal line*/
hr.green{
	border:1px dotted #00ab84;
	border-width:1px 0 0 0;
	height:1px;
	clear:both;
	margin: 40px 0;
}
	/* tables */
.table-default th,
.table-default td{
	border:1px solid #dadada !important;
}
.table-default th{
	background-color:#f8f8f0;
	font-size:15px;
	color:#333;
	font-weight:normal;
	padding: 20px 15px !important;
}
.table-default td{
	padding:20px 15px !important;
	font-size:15px;
}
.table-default .link-store{
	font-weight:bold;
	font-size:16px;
}
	/* Form setting */
form{
	margin:40px 0;
}
form button[type="submit"]{
	min-width:450px;
	margin-top:40px;
}
.form-horizontal .control-label {
    font-weight: normal;
    color: #000;
    font-size: 15px;
}
.form-required{
    font-size: 12px;
    font-weight: bold;
    vertical-align: super;
    color: #ff2500;
    display: inline-block;
    line-height: 1em;
}
/* Block and box style */

header >.row,
section >.row,
footer >.row,
.row.stores,
.row.corporate,
.row.recruit,
.row.contact,
.row.kitaakabane,
.row.kagurazaka,
.row.takinogawa,
.row.effort{
	max-width:1000px;
	margin:0 auto;
}
#index-about-us.row,
#index-stores.row{
	max-width:1000px;
	margin:  auto;
}
.box1{
	background:#f8f8f0;
	border:1px solid #ccc;
	padding:30px 15px;
	margin-bottom:20px;
}
.box1 a{
	font-size:18px;
	text-decoration: underline;
}
.box2{
	background:#f8f8f0;
	padding:8px;
	margin-bottom:20px;
}
.stores.row,
.corporate.row,
.recruit.row,
.contact.row,
.kitaakabane.row,
.kagurazaka.row,
.takinogawa.row,
.effort.row{
    padding: 40px 0;
    min-height: 630px;
}
.stores h2,
.corporate h2,
.recruit h2,
.contact h2,
.kitaakabane h2,
.kagurazaka h2,
.takinogawa h2,
.effort h2{
	margin-bottom:40px;
}
.kitaakabane table,
.kagurazaka table,
.takinogawa table{
	margin-top:40px;
}
/* Header style */
header{
	background: #fff;
	padding:20px 0;
	margin-bottom:2px;
	height:110px;

}
nav{
	padding:20px 0;
}
nav >div{
	max-width:1000px;
	margin: 0 auto;
}

nav ul,
nav li{
	list-style: none;
	box-sizing: border-box;
}
nav ul{
}
.navbar-nav>li{
    height: 67.88px;
    vertical-align: bottom;
	float:none;
    padding: 0 25px;
}
nav li:last-child{
	border:none;
}
.navbar-default .navbar-nav>li>a{
    font-size: 17px;
	padding: 0;
	color:#000;
}
nav li:first-child{
	padding-left:0;
}
#gnavi{
	position:relative;
}
.navbar-default{
	background-color:#fefefe;
    border-bottom: 1px solid #00AB84;
    box-shadow: 0px 2px 5px #f5f5f5;
}
.logo_cover{
	max-width:250px;
}
.logo_cover a{
	display:inline-block;
}
	/* Footer */
footer{
	background:#f8f8f0;
	text-align:center;
	margin:0;
	padding:30px 0 80px 0;
	border-top:1px dotted #00ab84;
	width:100%;
}
footer .btn{
	margin-bottom:15px;
}
.sitemap ul{
	text-align:left;
	margin:0;
	padding:0;
}
.sitemap li{
	list-style: none;
}
.sitemap li a{
	color:#666;
	font-size:13px;
}
.sitemap >ul >li{
	display:inline-block;
	width:25%;
	vertical-align: top;
}
.sitemap >ul >li >a{
	font-weight:bold;

}
.sitemap >ul >li >ul >li{
	line-height:1em;
	padding-right: 1em;

}
.sitemap >ul >li >ul >li:before{
	content:"-";
	color:#999;
	margin-right:2px;
}
.logo_footer{
	max-width:300px;
	margin: 20px auto;
	
}
.copyright{
	border-top: 1px solid #dadada;
	margin-top: 20px;
	color:#666;
}
.copyright address{
	font-size:13px;
}

	/* To top button */
.totop{
	display:inline-block;
}
.totop a{
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #00ab84;
    color: #fff;
    opacity: 0.65;
    position: fixed;
    bottom: 50px;
    right: 50px;
    font-size: 35px;
    text-align: center;
    line-height: 60px;
}
.totop a:hover{
	text-decoration:none;
}
/*------------------ Index page ------------------*/

/* index-top-img */
#index-top-img{
	background:#F8F8F0;
	border-bottom:1px solid #dadada;
	padding-top:10px;
}
#index-top-img img{
	margin: auto;
	margin-top:20px;
}

/* index-about-us */
#index-about-us{
	padding-top:40px;
	padding-bottom:70px;
	border-bottom:1px solid #dadada;
}
#index-about-us h2{
	margin-bottom:15px;
}
#index-about-us p{
	margin-bottom:30px;
}

/* index-stores */
#index-stores{
	padding-top:40px;
	padding-bottom:80px;
}
#index-stores h2{
	margin-bottom:60px;
}
#index-stores p{
	line-height: 1.5em;
	font-size:15px;
}
#index-stores h4{
	margin-top:20px;
}

/*------------------ Contents pages ------------------*/
	/* Stores */
.stores .table-default th {
    color: #999;
    font-size: 13px;
    padding: 8px 15px !important;
	font-weight:bold;
}
	/* Corporate */
.corporate table{
	max-width:83.33333333%;
	margin: 0 auto;
}
.corporate table th{
	font-size:15px;
	color:#333;
	font-weight:normal;
	vertical-align: middle;	
}
.corporate .table-default th,
.corporate .table-default td{
	padding:15px !important;
}

.corporate h3{
	margin-bottom:40px;	
}
.corporate p{
	margin-bottom:50px;
}
	/* Each of stores */
.googlemap {
	text-align:center;
	margin:60px 0 40px 0;
}
.kitaakabane a.text-link,
.kagurazaka a.text-link,
.takinogawa a.text-link{
	font-size:18px;	
}
	/* Effort */
ul.numbs{
    margin: 40px 30px;
    padding: 0;
}
.numbs li{
	background-repeat: no-repeat;
	list-style:none;
	padding-left:55px;
	padding-top:5px;
	margin-bottom:30px;
}
.numbs h4{
	margin-top:0;	
}
.numbs img{
	max-width:250px;
}
li.numb-1{
	background-image: url(../images/numb-1.png);
}
li.numb-2{
	background-image: url(../images/numb-2.png);
}
li.numb-3{
	background-image: url(../images/numb-3.png);
}
li.numb-4{
	background-image: url(../images/numb-4.png);
}
	/* contact */
.contact .store-info p{
    line-height: 1.5em;
    font-size: 15px;
}
.contact .store-info h4 {
    margin-top: 20px;
}
.contact .table-default th{
	max-width: 30%;
	width: 30%;
}
#index-stores .text-info,
.contact .text-info {
    color: #ff1a00;
}
#index-stores p.from-sta,
.contact .store-info p.from-sta{
	font-size:85%;
	color:#525252;
	font-weight:bold;
}
input.btn{
	padding:10px 40px;
}
input.btn-reset{
	margin-right:20px;
}
/*------------------ Media screen setting ------------------*/
@media screen and (max-width: 767px){
	/* Common*/
	.stores.row, .corporate.row, .recruit.row, .contact.row, .kitaakabane.row, .kagurazaka.row, .takinogawa.row, .effort.row{
		padding:0 0 10px 0;
	}
	.stores h2, .corporate h2, .recruit h2, .contact h2, .kitaakabane h2, .kagurazaka h2, .takinogawa h2, .effort h2{
		margin-bottom:15px;
	}
	/* headding */
	h2 {
		font-size:27px;
	}
	/* header */
	header{
		height:106px;
	}
	.navbar-default{
		height:107px;
	}
	.logo_cover{
		max-width:none;
	}
	.logo{
		max-height:75px;		
		max-width:80%;
		margin:0 auto;
	    padding-right: 45px;
	}
	nav li:first-child{
		padding-left:25px;
	}
	.navbar-nav>li {
		height: auto;
	}
	.navbar-nav>li a{
		padding:15px 0;
	}
	.navbar-toggle {
		position: absolute;
		top: 0;
		right: 0;
	}
	.navbar-default .navbar-collapse{
		background-color: #fff;
		border-top:none;
	}
	.navbar-default .navbar-nav>li>a{
		padding:20px 0;
	}
	/* index */
	#index-about-us {
 	   padding-top: 20px;
	}
	#index-about-us h2{
		font-weight: bold;
    	font-size: 23px;
	}	
	#index-about-us h2 br{
		display:none;
	}
	#index-stores img{
		max-height:300px;
		margin:0 auto;
	}
	/* footer */
	.sitemap{
		margin-bottom:20px;
	}
	.sitemap >ul >li{
		width:100%;
		display:block;
	}
	.sitemap li a{
		font-size:13px;
		line-height:1.5em;
	}
	.sitemap >ul >li >ul >li{
		display:inline-block;
	}
	footer div,
	.copyright address,
	.copyright p{
		text-align:left;
	}
	.logo_footer{
		margin:20px 0;
	}
	/* corporate */
	.corporate table {
		max-width:none;
		margin: 0 auto;
	}
	img.syachou{
		max-width:150px;
	}
	.corporate p {
		margin-bottom:10px;
	}
	/*contact*/
	.contact .store-info >div.last-child{
		border:none;
		margin-bottom:0;
		padding-bottom:0;
	}
	input.btn{
		width:100%;
		padding:15px 10px;
	}
	input.btn-reset{
		margin-right:0;
		margin-bottom:10px;
		margin-top:10px;
	}	
	/* effort */
	.numbs img{
		float:none !important;
	}
	/* store */
	img.store-img {
		margin: 0 auto;
		margin-bottom: 10px;
	}
}

@media screen and (min-width:901px) {
	.navbar-nav>li {
		display: table-cell;	
	}
	#gnavi{
		margin-left:250px;
	}
}
@media screen and (min-width:768px) and (max-width:900px){
	header{
		height: 164px;
	}
	.logo_cover{
		margin:0 auto;
	}
	.navbar-header{
		float:none;
		margin-bottom:20px;
	}
	ul.navbar-right{
		float:none !important;
		text-align:center;
	}
	.navbar-nav>li {
		height: auto;
		display:inline-block;
		padding: 0 25px;
	}
	.navbar-nav>li a{
		padding:20px 0 0 0;
	}
}
@media screen and (min-width:768px){
	a[href^="tel:"] {
		color:inherit;
	}
	a[href^="tel:"]:hover{
		text-decoration: none;
		color:inherit;
	}
}
