@charset "utf-8";
@import url(./reset.css);
@import url(./top.css);
@import url(./other.css);

/*
Theme Name: goto_shika
Theme URI: http://nijimo.jp/
Description: goto_shika
Version: 2.0
Author: 株式会社ニジモ
Tags: 
*/

body {
	color: #555;
	font-size: 62.5%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #fff;
}

img {
	vertical-align: top;
}

a {
	color: #0A50A1;
}

a:visited {
	color: #995899;
}

a:hover {
	color: #FF9900;
}

a img {
	border: none;
}

p {
	margin-bottom: 20px;
	line-height: 200%;
}

hr {
	display: none;
}

table {
	margin-bottom: 16px;
	width: 100%;
}

th {
	padding: 6px 12px;
	font-weight: 400;
	text-align: left;
	border: #ccc solid 1px;
	vertical-align: middle;
	background: #FEF3D4;
}

td {
	padding: 6px 6px;
	border: #ccc solid 1px;
}

table.green th {
	border: #ccc solid 1px;
	background: #DCECBC;
}

table.green td {
	border: #ccc solid 1px;
}


#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	width: 860px;
}

#header {
	position: relative;
	height: 180px;
}

#header h1 {
	position: absolute;
	top: 50px;
	background: url(./images/logo.png) no-repeat;
}

#header h1 a {
	display: block;
	width: 371px;
	height: 62px;
}

#header h1 a span {
	position: absolute;
	overflow: hidden;
	text-indent: -8000px;
}

#header h2 {
	position: absolute;
	top: 6px;
	left: 0;
	color: #999;
	font-size: 11px;
	font-weight: 400;
}

#header_info {
	position: absolute;
	bottom: 64px;
	right: 0;
	text-align: right;
	line-height: 1.2;
}

#header_info .tel {
	font-size: 1.7em;
	font-weight: 800;
	color: #FF8D00;
}

#header_info .tel span {
	font-size: 1.75em;
}

#header_info .name {
	color: #333;
	font-size: 1.3em;
}

#header_info .genre {
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

#header_menu {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 9px;
}

#header_menu li {
	float: left;
	display: inline;
	text-align: center;
}

#header_menu li a {
	display: block;
	width: 172px;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	font-size: 1.6em;
	color: #fff;
}

#header_menu li a {
	background: url(./images/header_menu_s_bg.png) top no-repeat;
}

#header_menu li.first a {
	width: 172px;
	background: url(./images/header_menu_l_bg.png) top no-repeat;
}

#header_menu li.last a {
	width: 172px;
	background: url(./images/header_menu_r_bg.png) top no-repeat;
}

#content {
	margin: 0 0 30px 0;
	line-height: 1.8;
	font-size: 1.2em;
	overflow: hidden;
	zoom: 1;
}

#main {
	float: right;
	display: inline;
	margin-top: 30px;
	width: 600px;
	overflow: hidden;
}

#main hr {
	margin: 0 0 1em 0;
	display: block;
	height: 1px;
	border: none;
	border-bottom: dotted #999 1px;
}

#main h3 {
	margin-bottom: 18px;
	padding-left: 24px;
	height: 31px;
	line-height: 31px;
	color: #3F2100;
	font-weight: 400;
	font-size: 1.3em;
	background: url(./images/h3_bg.png) left no-repeat;
}

#main h4 {
	margin: 0 0 12px 0;
	color: #2D6F00;
	font-weight: 800;
	font-size: 1.2em;
}

#main h4 span {
	padding-right: 10px;
	background: #fff;
}

#main h5 {
	margin: 0 0 8px 0;
	color: #F39C3D;
	font-size: 1.2em;
	font-weight: 800;
	line-height: 1.2em;
}

#main .inner {
	margin-bottom: 20px;
	padding: 0 20px;
}

#main .box {
	margin-bottom: 18px;
	padding: 16px 32px;
	border: solid 1px #ccc;
}

#main .oflow {
	overflow: hidden;
}

#main .mbottom {
	margin-bottom: 20px;
}

#content:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

#content .navigation {
	width: 100%;
	margin-bottom: 20px;
}

#content .navigation:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

#content .pager {
	margin: 0 auto;
	width: 25%;
}

#content .pager:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

#sidebar {
	float: left;
	display: inline;
	margin-top: 30px;
	width: 230px;
}

#sidebar_menu {
	margin-bottom: 26px;
}

#sidebar_menu li {
	border-bottom: solid 1px #fff;
}

#sidebar_menu li a {
	display: block;
	padding: 0 0 0 32px;
	height: 28px;
	line-height: 28px;
	font-size: 1.2em;
	color: #E4535F;
	text-decoration: none;
	background: url(./images/sidebar_menu_li_bg.png) 16px 10px no-repeat;
}

#sidebar_info {
	font-size: 1.1em;
}

#sidebar_info h3 {
	padding: 0 0 0 38px;
	margin-bottom: 6px;
	width: 230px;
	height: 29px;
	line-height: 29px;
	color: #523439;
	font-weight: 400;
	font-size: 1.1em;
}

#sidebar_info h3.h3_1 { background: url(./images/sidebar_h3_bg_1.png) left no-repeat; }
#sidebar_info h3.h3_2 { background: url(./images/sidebar_h3_bg_2.png) left no-repeat; }
#sidebar_info h3.h3_3 { background: url(./images/sidebar_h3_bg_3.png) left no-repeat; }

#sidebar_info h4 {
	margin-bottom: 4px;
	padding-left: 16px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.6em;
	color: #3F2100;
	background: url(./images/sidebar_h4.png) left no-repeat;
	border-bottom: solid 2px #90C32D;
}

#sidebar_info .tel {
	padding: 0 0 10px 10px;
	color: #000;
	font-weight: 800;
	font-size: 1.1em;
}

#sidebar_info .tel span {
	font-size: 1.5em;
}

#sidebar_info .block {
	padding: 6px;
	font-size: 0.9em;
	line-height: 1.4em;
	border-bottom: dotted 1px #929292;
}

#sidebar_map {
	height: 150px;
}

#sidebar_info .text {
	margin: 4px 0;
	font-size: 0.75em;
	color: #999;
	line-height: 1.4em;
}

#sidebar ul.link {
	margin: 0 0 20px 0;
}

#sidebar ul.link li {
	padding: 3px 10px;
}

#sidebar ul.link li a {
	color: #E7515A;
}

#footer {
	clear: both;
	padding: 0 0 6px 0;
	zoom: 1;
}

#footer_content {
	position: relative;
}

#footer_content .to_top {
	top: -20px;
	right: 0;
	position: absolute;
	padding: 0;
	width: 86px;
	height: 21px;
}

#footer_menu {
	padding: 2px 0;
	text-align: center;
	background: #1DA1A6;
}

#footer_menu ul {
	padding: 4px 0;
}

#footer_menu ul li {
	padding: 0 24px;
	display: inline;
	line-height: 1.2em;
	border-right: solid 1px #fff;
	zoom: 1;
}

#footer_menu ul li.first {
	border-left: solid 1px #fff;
}

#footer_menu ul li a {
	color: #fff;
	text-decoration: none;
}

#footer_text {
	padding: 6px 0;
	color: #aaa;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.2em;
}

#footer_copyright {
	margin-bottom: 3px;
	text-align: center;
	color: #666;
	font-size: 1.1em;
}

#footer_supported {
	text-align: center;
}

#footer_supported a {
	color: #ccc;
	text-decoration: none;
}

.to_top {
	clear: both;
	padding: 24px 0 0 0;
	zoom: 1;
}

.to_top a {
	float: right;
	color: #008AC6;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 16px;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 16px;
}

.red {
	color: #BA0000;
}

.wpcf7-response-output {
	text-align: center;
}

.wpcf7-not-valid-tip-no-ajax {
	float: left;
	display: block;
	color: #f00;
}

.wpcf7-validation-errors {
	color: #f00;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: '';
	clear: both;
	display: block;
}

.staffName{
	margin: 0 0 15px 0;
	color: #3F2100;
	font-size: 2.2em;
	font-weight: 800;
	line-height: 1.1em;
}