/**
BASIC
*/

body{
	font-size:0px;
	-webkit-text-size-adjust: none;
	font-size: 13px;
}

a { /* 基本のリンク （固定）*/
	color: #000;
}

img{
	max-width: 100% !important;
	box-sizing: border-box;
}

.bx-wrapper img{
	max-width: 100%;
	height: inherit;
	margin: 0;
}

#wrapper{
	padding: 5px;
	box-sizing: border-box;
}


body.pgHome #header{
	margin-bottom: 10px;
}

#header .inner{
	padding: 5px;
	box-sizing: border-box;
}

#header p.logo{
	margin: 0;
}

#header h1 span{
	display: block;
	text-align: center;
}

#header .box.info{
	position: inherit;
	position: static;
	margin: 0;
	text-align: center;
	width: 100%;
}

#header .box.info ul li.tel span a:link{
	color: #f15a2a;
	text-decoration: none;
	pointer-events: inherit;
}

#header .box.social{
	position: inherit ;
	margin: 0 0 20px 0;
	text-align: center;
}



/**
SUB NAVI
*/

#header ul.sub_navi{
	display: none;
}

/**
GLOBAL NAVI
*/

#navre li{
	text-align: left;
	width: 100%;
}

#navre li a{
	padding: 0 10px;
}

/**
LAYOUT
*/

#wrapper,
#main_contents,
#sidebar,
.inner{
	float: none;
	width: 100%;
}

#sidebar{
	text-align: center;
}

/**
CONTENTS
*/

.column.left{
	float: none;
	margin-right: 0px;
	margin-bottom: 20px;
}

.column.right{
	float: none;
}

.column.main{
	width: 100%;
}

.column.sub{
	width: 100%;
}

.column.half{
	width: 100%;
}

.column.half{
	width: 100%;
}


/**
COMMON_TEXT
*/

.box.title.h2_main{
	padding: 10px 5px;
	margin-bottom: 10px;
}

/**
HOME
*/

ul#news_list li span.news_List_Ymd,
.blog #feed dl dt{
	float: none ;
	width: 100%;
	display: box ;
	margin-bottom: 0.2em;
}

ul#news_list li span.news_List_Title,
.blog #feed dl dd{
	float: inherit ;
	width: 100%;
	display: box ;
	margin-bottom: 1em;
}

.box.banner ul li img{
	width: inherit;
}



/**
ACCESS
*/

#map{
	width: 100%;
	height: 300px;
}

/**
LIST
*/

ul.list.staff li,
ul.list.grandmenu li{
	float: none;
	margin: 10px auto;
	padding: 10px;
}


ul.list.gallery li p.image img{
	width: 100%;
}

/**
COUPON
*/

#coupon ul.coupon{
	width: 85%;
}


/**
FROM
*/

input[type="text"],
textarea,
input[type="text"].size_s,
input[type="text"].size_m,
input[type="text"].size_l{
	width: 95%;
}

input[type="submit"].btn,
a.btn{
	width: 100%;
	padding: 15px;
}

div.form dl dt{
	padding-bottom: 0;
}

div.form dl dd{
	border-top: none;
}


div.form .caution{
	display: block;
	margin-top: 5px;
}

div.form dl dt{
	width: 100%;
	margin: 0;
}

div.form dl dd{
	width: 100%;
	margin: 0;
}

/**
FOOTER
*/

#footer ul.sub_navi li{
	display: block;
	margin: .5em 0;
	text-align: center;
}

#footer p.copy{
	text-align: center;
}

/**
TOPIC PATH
*/

#topic_path{
	padding: 10px 5px;
}

