@charset "utf-8";

.sphone { display: none;}
.sphone-inline { display: none;}
#sphone-menu-open,#sphone-menu ul,#footer-menu-sphone,#bottom-menu-sphone{ display: none;}

/* pc ------------------ */

@media screen and ( min-width: 769px){
	#sphone-menu ul { position: absolute;top: -9999px;}
}


/* tablet -------------- */
@media screen and (max-width: 768px){
	
a{-webkit-tap-highlight-color: rgba(0,0,0,0)}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

.pc { display: none;}
.sphone-inline { display: inline;}
.sphone { display: block;}

#main .left,
#main .right { float: none;width:auto;}
/*
#main br { display: none;}
#main br.sp { display: inline;}
*/

#sphone-menu,#footer-menu-sphone,#bottom-menu-sphone { font-size: 14px;}

/* frame */
#containerWrap{
	width:100%;
	padding-bottom: 20px;
	font-size: 130%;
	background: #fff;
}

#container {
	padding: 10px 16px;
}

#header { height: auto;}

#header h1 img { width: 70%;}

#header h1 {
	display: inline-block;
	padding: 68px 0px 4px 0;
	font-size: 20px;
	background: url(../img/13223_s.png) right 6px no-repeat;
	line-height: 1.2;
}

#content { padding: 0 0px;}
#main,#sidebar { 
	width: 100%;
	float: none;
	margin: 0 0 20px;
}

#footer { height: 60px;position: relative;background: #fff;}

#footerInner {
	width: auto;
	padding: 10px;
	height: 40px;
}


#header #logo,#header #summary {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	top: auto;
	margin: 0 0 8px;
	text-align: left;
	padding: 8px 0 0 10px;
}

#header #logo { padding: 0 0 0 10px;}

#header #summary p,#header #menu,#header #smenu,#header #tel {
	display: none;
}

#header #summary h1 {
	font-size: 85%;
}

#editForm, #editForm select {
    font-size: 15px;
	min-width: 120px;
	padding: 14px 0 14px 4px;
}

#commentForm textarea{
	font-size: inherit;
}

#main p {line-height:1.5;}


/* footer */

#footer-logo{ display: none;}

#footer-address {
	position: relative;
	top: auto;
	left: auto;
	margin: 0 0 10px;
}

#copyright {
	position: relative;
	top: auto;
	left: auto;
	text-align: left;
}

#pagetop {
	bottom: 15px;
}

#pagetop img {
	width: 60px;
	height: 60px;
}

/* content */

#guide {
	padding-right: 0;
	padding-top :140px;
	background-position: center top;
}

#guide h2 {
	margin-bottom: 14px;
}

}