@charset "utf-8";

.main_header{
	padding: 30px 0 0;
}
.main_header p{
	margin: 10px 0;
}
.btn{
	display: block;
	width: 100%;
	padding: 15px;
	border: none;
	background: #08c;
	color: #fff;
	font-size: 116%;
	font-weight: bold;
}
.btn:visited{
	background: #08c;
	color: #fff;
}
.btn:hover{
	background: #337ab7;
	color: #fff;
}
.item{
	background-image: url(../img/nav_bg.jpg);
	background-size: cover;
	padding: 30px 0;
}
.item h2{
	color: #fff;
	text-shadow: 2px 2px 2px #333;
	text-align: center;
	font-weight: bold;
	margin:30px 0;
}
.item h3{
	margin: 0 0 10px;
	color: #08c;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
}

.point {
    padding: 35px;
    background-color: #fff;
    background-repeat: no-repeat;
    font-size: 93%;
    border-radius: 4px;
    margin: 0 0 20px;
}
#shop_list h1{
	margin: 30px 0;
	color: #08c;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
#shop_list h2{
	font-weight: bold;
}
#shop_list ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#shop_list li{
	padding: 10px 0;
	border-bottom: 1px dotted #333;
}
#shop_list li:last-child{
	border-bottom: none;
}
#shop_list a{
	display: block;
	text-decoration: none;
}
.panel-group{
	margin-bottom: 0;
}
.panel-group .panel + .panel{
	margin-top: 0;
}
.panel-default > .panel-heading{
	color: #fff;
	background-color: #08c;
}
.panel-heading{
	cursor: pointer;
}
.panel-body{
	padding: 0 15px;
}
.accordion-toggle a:after{
	font-family: 'Glyphicons Halflings';
	content: "\e113";
	float: right;
	color: inherit;
}
.accordion-toggle a.collapsed:after{
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: right;
	color: inherit;
}
.memo{
	margin: 10px 0 30px;
}
@media (min-width: 992px){
	.point{/*
		min-height: 220px;*/
	}
	#shop_list h1{
		font-size: 48px;
	}
}
