#mobile {
	display: block;
	float: right;
	height: 40px;
	padding: 10px 10px 11px 10px;
	cursor: pointer;
	font-size: 12px;
	line-height: 22px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	background-color: #009900;
	box-sizing: border-box;
	margin: 5px;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
}
#mobile a {
	text-decoration: none;
	color: #FFF;
}

html,body {
    width: 100%;
	margin: 0px;
	padding: 0;
	font-size: 1em;
	text-align: center;
	line-height: 1.5;
	font-weight: normal;
	background-color: #FFFFFF;
	
	
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
    text-align: justify;
    color: #503C28;
}


.clearfix:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}

p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
h2 {
font-size: 18px;
font-weight: 100;
text-align: center;
margin-top: 40px;
}

a {
	color: #000000;
}
a:hover {
	color: #333;
}
a, a:hover {
	-o-transition: color 0.25s ease-in;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in;
}
section, article {
	display: block;
	float: left;
	width: 100%;
}
header {
	display: block;
	width: 100%;
	position: fixed;
	height: 50px;
	padding: 5px 0px 5px;
	box-shadow: 0 2px 2px 0 rgba(39,11,0,.25);
	background-color: rgba(255,255,255,.85);
	z-index: 9999;
}
article {
	width: 96%;
	padding: 3em 2%;
}
#inner {
	width: 980px;
	margin: 0px auto 0px;
	box-sizing: border-box;
}


#logo {
	margin: 0px;
	height: 40px;
	width: 360px;
	display: block;
	left: 0px;
	float: left;
	margin: 5px 0px;
}

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



/* ---------------------------------------------------------------- *
	ナビゲーション部分の設定です
 * ---------------------------------------------------------------- */

#menu-wrap {
	width: 100%;
	height: 80px;
	margin: 0px 0px 10px;
	padding: 0px;
}
#ID {
	width: 960px;
	height: 80px;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: left;
}
* html #ID {
	margin: 3px 0px 30px;
}

#ID ul { 
margin: 0; 
padding :0; 
list-style-type : none; 
}
#ID li {
	width: 137px;
	height: 70px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	text-align: center;
	font-family: "Roboto Slab",serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

#ID li a {
	display: block;
	width : 100%;
	padding: 35px 0;
	line-height: 1;
	text-decoration: none;
	height: 70px;
}

#ID li a:hover {
	color: #ffffff;
	background-image: -ms-linear-gradient(top, #8AFF78 0%, #4C663D 100%);
	background-image: -moz-linear-gradient(top, #8AFF78 0%, #4C663D 100%);
	background-image: -o-linear-gradient(top, #8AFF78 0%, #4C663D 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8AFF78), color-stop(1, #4C663D));
	background-image: -webkit-linear-gradient(top, #8AFF78 0%, #4C663D 100%);
	background-image: linear-gradient(to bottom, #8AFF78 0%, #4C663D 100%);
} 



#main-visual {
	height: 520px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	display: block;
	padding: 0px;
	background-color: #004087;
}


#main-visual-inner {
	display: block;
	z-index: 2;
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
}

#main-visual-inner img {
	width: 100%;
	height: auto;
	margin: 0px;
}


#main-visual-inner h1 {
	margin-top: 10px;
	font-size: 1.8em;
	display: block;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #000;
	font-weight: bold;
	font-family: "Roboto Slab", serif;
}
.tel_smp {
	margin: 5px 5px 5px 0px;
	background-color: #D9DF55;
	text-align: center;
	padding: 5px 3px;
	box-sizing: border-box;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	border: 1px solid #E7E7E7;
	font-size: 80%;
	height: 40px;
	float: right;
	display: none;
}
.tel_smp a{
	text-decoration:none;
}
.tel_smp .ico{
	display: inline-block;
	line-height: 1m;
	margin: 0em 0px;
	padding: 0em 0.3em;
	font-size: 130%;
	background-color: #FFF;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	color: #333;
}

.tel_pc {
	margin: 5px 0px;
	background-color: #f0f0f0;
	text-align: center;
	padding: 2px;
	box-sizing: border-box;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	border: 1px solid #E7E7E7;
	font-size: 90%;
	height: 40px;
	float: right;
	display: block;
}

.tel_pc span {
	display: block;
	padding: 2px 3px;
	border: 1px dashed;
	border-color: #E3E3E3;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	background-color: #F4F4F4;
}
.tel_pc a{
	text-decoration:none;
}
.tel_pc .ico{
	display: inline-block;
	line-height: 1m;
	margin: 0em 0.5em 0em 0em;
	padding: 0em 0.3em;
	font-size: 130%;
	background-color: #00488D;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	color: #FFF;
}

.section_upper {
	height: 60px;
	width: 100%;
	display: block;
}

.c-section {
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	width: 100%;
	clear: both;
}
.c-section2 {
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	width: 100%;
	clear: both;
}
.c-section3 {
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	width: 100%;
	clear: both;
}
#shop_gmap {
	z-index: 0;	
}
.p-articleStyle img {
	float: left;
	margin: 0px 10px 10px 0px;
	
}
.p-halfStyle {
	width: 33%;
	float: left;
	padding: 0px 2px 10px;
	box-sizing: border-box;
}
.p-halfStyle img {
	max-width: 100%;
	height: auto;
	margin: 0px 0px 5px;
}

.p-halfStyle p {
	padding: 0px 5px 1.5em;
}

.u-inner {
	box-sizing: border-box;
	max-width: 960px;
	margin: 0 auto;
	padding: 10px 20px 30px;
}

.c-title {
	overflow: hidden;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-family: "Roboto Slab",serif;
	margin-bottom: 20px;
}
.c-title span {
	position: relative;
	display: inline-block;
	margin: 0 1em;
	padding: 0 0.5em;
	text-align: center;
}
.c-title span::before,
.c-title span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #CCC;
}
.c-title span::before {
	right: 100%;
}
.c-title span::after {
	left: 100%;
}


h2 {
	line-height: 1.5;
	clear: both;
	margin-bottom: 15px;
	font-size: 115%;
	font-weight: normal;
	padding: 0.5em 1em 0.5em 2.5em;
	border-top: 1px dashed;
	border-bottom: 1px dashed;
	box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .1) inset;
	background: #f4f4f4;
	position: relative;
	border-color: #CCC;
	text-align: left;
}

h2::before,
h2::after {
	position: absolute;
	content: '';
	border-radius: 30%;
	transform: rotate(115deg);
}
h2::before {
	top: 0.5em;
	left: 0.5em;
	z-index: 2;
	width: 16px;
	height: 16px;
	background: rgba(255,255,255,0.4);
	border: 1px solid;
	border-color: #CCCC66;
}
h2::after {
	top: 1em;
	left: 1em;
	width: 13px;
	height: 13px;
	background: rgba(255,255,255,0.5);
	border: 1px solid;
	border-color: #CCCCCC;
}

h3 {
	line-height: 1.5;
	clear: both;
	margin-bottom: 15px;
	font-size: 115%;
	font-weight: normal;
	padding: 0.5em 1em 0.5em 1em;
	border-top: 1px solid;
	border-bottom: 1px solid;
	box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .1) inset;
	position: relative;
	border-color: #CCC;
	background-color: #CCC;
	color: #000;
	text-align: left;
}

strong {
    font-weight: bold;
    color: #503C28;
    background: linear-gradient(transparent 60%, #fe9 60%);
}


/* ---------------------------------------------------------------- *
	shop 基本説明テーブル
 * ---------------------------------------------------------------- */
 

table{
	border-collapse:collapse;
}
.Table_s {
	text-align: center;
	padding: 0px;
	margin: 0 0 20px 0px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 100%;
	clear: both;
}
.Table_s2 {
	text-align: center;
	padding: 0px;
	margin: 0 0 0px 0px;
	border-right: 1px solid #CCCCCC;
	width: 100%;
}
.shop_cat {
	border-top: 1px solid #CCCCCC;
	width: 100%;
	clear: both;
	display: table;
}
.shop_tit15 {
	text-align: center;
	font-weight: normal;
	width: 15%;
	padding: 5px 2px;
	display: table-cell;
	border-left: 1px solid #CCCCCC;
	background-color: #C9E4F1;
	vertical-align: middle;
	font-size: 80%;
}
.shop_tit20 {
	text-align: center;
	font-weight: normal;
	width: 20%;
	padding: 5px 2px;
	display: table-cell;
	border-left: 1px solid #CCCCCC;
	background-color: #C9E4F1;
	vertical-align: middle;
	font-size: 80%;
}
.shop_tit30 {
	text-align: center;
	font-weight: normal;
	width: 30%;
	padding: 5px 2px;
	display: table-cell;
	border-left: 1px solid #CCCCCC;
	background-color: #C9E4F1;
	vertical-align: middle;
	font-size: 80%;
}
.shop_tit50 {
	text-align: center;
	font-weight: normal;
	width: 50%;
	padding: 5px 2px;
	display: table-cell;
	border-left: 1px solid #CCCCCC;
	background-color: #C9E4F1;
	vertical-align: middle;
	font-size: 80%;
}
.shop_answer15 {
	text-align: center;
	width: 18%;
	padding: 5px;
	border-left: 1px solid #CCCCCC;
	display: table-cell;
	background-color: #FFFFFF;
}
.shop_answer20 {
	text-align: center;
	width: 20%;
	padding: 5px;
	border-left: 1px solid #CCCCCC;
	display: table-cell;
	background-color: #FFFFFF;
}
.shop_answer30 {
	text-align: left;
	width: 30%;
	padding: 5px;
	border-left: 1px solid #CCCCCC;
	display: table-cell;
	background-color: #FFFFFF;
}
.shop_answer35 {
	text-align: left;
	width: 35%;
	padding: 5px;
	border-left: 1px solid #CCCCCC;
	display: table-cell;
	background-color: #FFFFFF;
}
.shop_answer35 a{
	background-color: #FFC;
	text-decoration: none;
}
.shop_answer50 {
	text-align: left;
	width: 51%;
	padding: 5px;
	border-left: 1px solid #CCCCCC;
	display: table-cell;
	background-color: #FFFFFF;
}
.shop_answer85 {
	text-align: left;
	width: 85%;
	padding: 5px;
	border-left: 1px solid #CCCCCC;
	display: table-cell;
	background-color: #FFFFFF;
}
.shop_week {
	text-align: center;
	width: 100%;
	padding: 0px;
	margin: 0px;
	display: table;
	border-right: 1px solid #ccc;
}
.shop_week.t{
	background-color: #EFEFEF;
}
.shop_week.f{
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
.shop_week7 {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	display: table-cell;
	width: 14%;
	font-size: 80%;
	vertical-align: middle;
	min-height: 15px;
}

.shop_tit100 {
	text-align: center;
	font-weight: normal;
	width: 100%;
	padding: 5px;
	display: table-cell;
	border-left: 1px solid #CCCCCC;
	background-color: #D6EBD6;
	vertical-align: middle;
}
.shop_answer100 {
	text-align: left;
	width: 100%;
	padding: 5px;
	border-left: 1px solid #CCCCCC;
	display: table-cell;
	background-color: #FFFFFF;
}

#shop_gmap {
	margin: 0px auto 0px;
	height: 450px;
	width: 920px;
}


@media only screen and (max-width:900px){
#inner, #ID {
	width: 100%;
}

#ID li {
	width: auto;
	padding: 0px 10px;
}


#main-visual {
	height: auto;
	width: 100%;
	background-image: none;
}
#main-visual-inner {
	width: 100%;
	height: auto;
}

	
}
@media only screen and (max-width:600px){

#logo {
	width: 65%;
	margin-top: 10px;
	margin-left: 5px;
}

.tel_pc {
	display: none;
}
.tel_smp {
	display: block;
}
#inner {
	width: 100%;
}
#menu-wrap {
	display: none;
}

.u-inner {
	width: 100%;
	padding: 0px 10px 20px;
}
.u-inner img {
	width: 100%;
	height:auto;
}
.tel_smp {
	display: block;
}

.c-title {
	font-size: 18px;
}

h2 {
	font-size: 110%;
	padding: 0.5em 0.5em 0.5em 2em;
}

h3 {
	font-size: 110%;
	padding: 0.3em;
}

.p-articleStyle img {
	float: none;
	max-width: 100%;
	margin: 0px 0px 5px;
	
}
.p-halfStyle {
	width: 100%;
}


#shop_gmap {
	margin: 0px;
	height: 450px;	
	width: 100%;
}

}


@media only screen and (max-width:300px){


}
