@charset "UTF-8";

.pcnone{
	display:none;
}
/*--------------------------------
	共通
---------------------------------*/
* {
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../img/bg.gif);
}
img {
	border:none;
}
table {
	border: none;
	border-collapse: collapse;
}
th,td {
	text-align: left;
	vertical-align: top;
}
li {
	list-style-type: none;
}
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/*--------------------------------
	全体枠
---------------------------------*/
div#container {
	background: url(../img/bg_header.gif) repeat-x;
}
div#wrapper {
	width: 914px;
	margin: 0px auto 0px auto;
}
div#contents {
	background: url(../img/bg_contents.png) repeat-y;
	width: 880px;
	position: relative;
	padding:0px 18px 0px 16px;
}


/*--------------------------------
	ヘッダー
---------------------------------*/
h1 {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 20px;
	padding-left: 7px;
}
div#header {
	padding:0px 7px 0px 7px;
	height: 81px;
	width: 900px;
	position: relative;
	padding-top: 16px;
}
h2 a {
	width: 505px;
	background: url(../img/logo.jpg) no-repeat;
	text-indent: -99999px;
	height: 76px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}
div#tel {
	background: url(../img/tel_usui.jpg) no-repeat;
	height: 60px;
	width: 205px;
	margin-left: 695px;
	margin-top:-3px;
}
#tel p {
	text-indent: -99999px;
	height: 40px;
}
#tel a:link,#tel a:visited,#tel a:active {
	background: url(../img/mail.gif) no-repeat;
	height: 16px;
	width: 149px;
	display: block;
	text-indent: -99999px;
}
#tel a:hover {
	background-position: -149px 0px;
}
div#contents_t {
	background: url(../img/bg_contents_t.png) no-repeat;
	height: 6px;
	width: 914px;
	font-size: 1px;
}


/*--------------------------------
	サイドメニュー
---------------------------------*/
div#side {
	float: left;
	width: 200px;
	padding: 20px 0px 50px 0px;
}

/*------------ navi ------------*/
div#side {
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 50px;
}
div#navi {
	position: relative;
}
#side #navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 196px;
	border-top: 2px solid #8D8263;
	border-right: 2px solid #8D8263;
	border-bottom: 1px solid #8D8263;
	border-left: 2px solid #8D8263;
}
#side #navi li {
	border-bottom: 2px solid #8D8263;
}
#side #navi li a{
	height: 30px;
	padding-top: 10px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #665F48;
	border: 1px solid #ffffff;
	padding-left: 10px;
}
#side #navi li a:hover{
	background: #DDDACE;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	color: #665F48;
}

/*------------ bnr ------------*/
#side #bnr {
	margin-top: 25px;
}
#bnr ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#bnr li {
	margin-bottom: 2px;
}
li#oyako {
	margin-bottom:10px;
}


/*--------------------------------
	メインコンテンツ
---------------------------------*/
div#main {
	width: 630px;
	float: left;
	padding: 15px 0px 50px 35px;
}
h4 {
	background-repeat: no-repeat;
	text-indent: -99999px;
	height: 38px;
	width: 630px;
	margin-bottom: 30px;
}

/*------------ ページトップへ ------------*/
a.pagetop:link,
a.pagetop:visited,
a.pagetop:active {
	display: block;
	background: url(../img/pagetop.gif) no-repeat;
	background-position: right 0px;
	height: 16px;
	width: 177px;
	text-align: right;
	text-decoration: none;
	margin: 15px 0px 0px 430px;
	padding: 3px 23px 0px 0px;
}
a.pagetop:hover {
	background-position: right -19px;
	color: #9BBF48;
}


/*--------------------------------
	フッター
---------------------------------*/
div#footer {
	background: url(../img/bg_footer.png) no-repeat;
	height: 75px;
	width: 882px;
	padding: 0px 16px 0px 16px;
}
div#btmnavi {
	text-align: right;
	padding-top: 22px;
	height: 24px;
	border-bottom: 2px solid #666666;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	display: inline;
	color: #666666;
}
#btmnavi a:link,
#btmnavi a:visited,
#btmnavi a:active {
	color: #666666;
	text-decoration: none;
}
#btmnavi a:hover {
	text-decoration: underline;
}
#footer p {
	background: url(../img/footer.png) no-repeat;
	text-indent: -99999px;
	height: 67px;
	width: 875px;
	margin-bottom: 5px;
}



@media screen and (max-width: 768px){
.pcnone{
	display:block;
}
img {
	max-width:100%;
	height:auto;
}

/*--------------------------------
	全体枠
---------------------------------*/
div#container {
	width: 100%;
}
div#wrapper {
	width: 100%;
	background:#FFF;
}
div#contents {
	width: 90%;
	background:none;
	position:static;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:20px;
}


/*--------------------------------
	ヘッダー
---------------------------------*/
h1 {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	padding-left: 0px;
}
div#header {
	padding:0px;
	height: auto;
	width: 90%;
	position:static;
	padding-top: 16px;
}
h2 a {
	width: 90%;
	height: 76px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	background: url(../img/logo.jpg) no-repeat;
	background-size: contain;
	text-indent: -99999px;
	position:static;
}
.drawer-toggle p{
	font-size:10px;
	margin-top:15px;
	text-align:center;
}
ul.drawer-menu{
	padding:50px;
}
ul.drawer-menu li a{
	font-size:16px;
}

div#tel {
	display:none;
	background: url(../img/tel.jpg) no-repeat;
	height: 60px;
	width: 205px;
	margin-left: 695px;
	margin-top:-3px;
}
#tel p {
	text-indent: -99999px;
	height: 40px;
}
#tel a:link,#tel a:visited,#tel a:active {
	background: url(../img/mail.gif) no-repeat;
	height: 16px;
	width: 149px;
	display: block;
	text-indent: -99999px;
}
#tel a:hover {
	background-position: -149px 0px;
}
div#contents_t {
	background: url(../img/bg_contents_t.png) no-repeat;
	height: 6px;
	width: 914px;
	font-size: 1px;
}


/*--------------------------------
	サイドメニュー
---------------------------------*/
div#side {
	display:none;
}

/*------------ navi ------------*/
div#navi {
	position: relative;
}
#side #navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 196px;
	border-top: 2px solid #8D8263;
	border-right: 2px solid #8D8263;
	border-bottom: 1px solid #8D8263;
	border-left: 2px solid #8D8263;
}
#side #navi li {
	border-bottom: 2px solid #8D8263;
}
#side #navi li a{
	height: 30px;
	padding-top: 10px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #665F48;
	border: 1px solid #ffffff;
	padding-left: 10px;
}
#side #navi li a:hover{
	background: #DDDACE;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	color: #665F48;
}

/*------------ bnr ------------*/
#side #bnr {
	margin-top: 25px;
}
#bnr ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#bnr li {
	margin-bottom: 2px;
}
li#oyako {
	margin-bottom:10px;
}


/*--------------------------------
	メインコンテンツ
---------------------------------*/
div#main {
	width: 100%;
	float: none;
	padding: 0px;
}
h4 {
	background-repeat: no-repeat;
	text-indent: -99999px;
	height: 38px;
	width: 100%;
	margin-bottom: 30px;
}

/*------------ ページトップへ ------------*/
.pagetop{
	float:right;
}
a.pagetop:link,
a.pagetop:visited,
a.pagetop:active {
	display: block;
	background: url(../img/pagetop.gif) no-repeat;
	background-position: right 0px;
	height: 16px;
	width: 177px;
	text-align: right;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	margin-left:0px;
	padding: 3px 23px 0px 0px;
}
a.pagetop:hover {
	background-position: right -19px;
	color: #9BBF48;
}


/*--------------------------------
	フッター
---------------------------------*/
div#footer {
	background:#dcd9cd;
	height: auto;
	width: 90%;
	padding-left:5%;
	padding-right:5%;
	padding-bottom:2%;
}
#footer p {
	background: url(../img/footer_sp.png) no-repeat center;
	text-indent: -99999px;
	height: 67px;
	width: 100%;
	margin-bottom: 0px;
}
}