@charset "utf-8";

/*
Theme Name: miyoshi_inter
Theme URI: http://nijimo.jp/
Description: miyoshi_inter
Version: 1.0
Author: 株式会社ニジモ
Tags: 
*/

html{
	scroll-padding-top: 30px;
}

body {
	color: #555;
	font-size: 62.5%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #553E21;
}

img {
	vertical-align: top;
}

a {
	color: #0A50A1;
}

a:visited {
	color: #995899;
}

a:hover {
	color: #FF9900;
}

a img {
	border: none;
}

p {
	margin-bottom: 20px;
}

hr {
	display: none;
}

table {
	margin-bottom: 16px;
	width: 100%;
}

th {
	padding: 6px 12px;
	font-weight: 400;
	text-align: left;
	border: #bbb solid 1px;
	vertical-align: middle;
	background: #FFF3E7;
}

thead th {
	color: #fff;
	background: #7D5A30;
}

td {
	padding: 6px 6px;
	border: #bbb solid 1px;
}

table.nostyle th,
table.nostyle td {
	padding: 0;
	border: none;
	vertical-align: top;
	background: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  padding: 4px;
  width: 100%;
  font-size: 14px;
  font-family: inherit;
  border: solid 1px #ccc;
  background: #f9f9f9;
  box-shadow: 0 0 6px rgba(0,0,0,0.06) inset;
  box-sizing: border-box;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  background: #fff;
}

input[type="submit"] {
  display: table;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  background: #553E21;
  border: none;
  border-radius: 3px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	width: 860px;
	background: #FFFDF2;
}

#header {
	position: relative;
	height: 186px;
}

#header h1 {
	position: absolute;
	top: 58px;
	background: url(./images/logo.png) no-repeat;
}

#header h1 a {
	display: block;
	width: 360px;
	height: 60px;
}

#header h1 a span {
	position: absolute;
	overflow: hidden;
	text-indent: -8000px;
}

#header h2 {
	position: absolute;
	top: 14px;
	left: 0;
	color: #999;
	font-weight: 400;
}

#header .tel {
	position: absolute;
	top: 74px;
	right: 0;
	text-align: right;
	font-size: 1.7em;
	font-weight: 800;
	color: #BA0000;
	line-height: 2em;
}

#header .tel a {
	text-decoration: none;
	color: inherit;
}

#header .tel span {
	font-size: 1.75em;
}

#header .address {
	position: absolute;
	top: 104px;
	right: 0;
	text-align: right;
	font-size: 1.2em;
	line-height: 2em;
}

#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: 143px;
	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: 144px;
	background: url(./images/header_menu_l_bg.png) top no-repeat;
}

#header_menu li.last a {
	width: 144px;
	background: url(./images/header_menu_r_bg.png) top no-repeat;
}

#content {
	margin: 0 0 30px 0;
	line-height: 1.8em;
	font-size: 1.2em;
	overflow: hidden;
	zoom: 1;
}

#main {
	float: right;
	display: inline;
	margin-top: 30px;
	width: 600px;
	overflow: hidden;
}

#main h3 {
	margin-bottom: 18px;
	padding-left: 24px;
	height: 31px;
	line-height: 31px;
	color: #fff;
	font-weight: 400;
	font-size: 1.3em;
	background: url(./images/h3_bg.png) left no-repeat;
}

#main h4 {
	margin: 0 0 12px 0;
	padding-left: 23px;
	height: 26px;
	line-height: 26px;
	color: #F90;
	font-weight: 800;
	font-size: 1.2em;
	background: #EFE8CE;
}

#main h4 span {
	padding-right: 10px;
	background: #fff;
}

#main h5 {
	margin: 0 0 8px 0;
	color: #FF7F00;
	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: 0 18px;
	border: solid 1px #FFB200;
}

#main .oflow {
	overflow: hidden;
}

#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 30px;
	height: 32px;
	line-height: 32px;
	font-size: 1.2em;
	color: #474747;
	text-decoration: none;
	background: #EDE5C9 url(./images/sidebar_menu_li_bg.png) left no-repeat;
}

#sidebar_info {
	font-size: 1.1em;
}

#sidebar_info h3 {
	padding: 0 0 0 26px;
	margin-bottom: 6px;
	width: 230px;
	height: 29px;
	line-height: 29px;
	color: #fff;
	font-weight: 400;
	font-size: 1.2em;
	background: url(./images/sidebar_h3_bg.png) left no-repeat;
}

#sidebar_info h4 {
	margin-bottom: 4px;
	padding-left: 16px;
	font-size: 1.1em;
	font-weight: 800;
	line-height: 1.6em;
	color: #474747;
	background: url(./images/sidebar_h4.png) left no-repeat;
	border-bottom: solid 2px #DCE2D8;
}

#sidebar_info .tel {
	padding: 6px 0 20px 10px;
	color: #BA0000;
	font-weight: 800;
	font-size: 1.1em;
}

#sidebar_info .tel a {
	text-decoration: none;
	color: inherit;
}

#sidebar_info .tel span {
	font-size: 1.5em;
}

#sidebar_info .block {
	padding: 6px 10px;
	font-size: 0.9em;
	line-height: 1.4em;
	border-bottom: dotted 1px #929292;
}

#sidebar_map {
	margin-bottom: 6px;
}

#sidebar_info .text {
	margin-bottom: 10px;
	font-size: 0.75em;
	color: #999;
	line-height: 1.3em;
}

#sidebar_info ul {
	margin: 0 0 20px 0;
}

#sidebar_info ul a {
	color: #666;
}

#sidebar .anicom {
	padding: 0 0 12px 0;
	text-align: center;
	color: #BA0000;
	font-weight: 800;
	border-bottom: dotted 1px #ccc;
}

#sidebar .anicom img {
	display: block;
	margin: 12px 0 6px 0;
}

#sidebar .ipet {
	margin: 12px 0 0 0;
}


#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;
	border-top: solid 1px #777;
	border-bottom: solid 1px #777;
}

#footer_menu ul {
	padding: 4px 0;
}

#footer_menu ul li {
	padding: 0 24px;
	display: inline;
	line-height: 1.2em;
	border-left: solid 1px #DCE2D8;
	zoom: 1;
}

#footer_menu ul li.last {
	border-right: solid 1px #DCE2D8;
}

#footer_menu ul li a {
	color: #777;
	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: #aaa;
}

#footer_supported {
	padding-bottom: 3px;
	text-align: center;
}

#footer_supported a {
	color: #aaa;
	text-decoration: none;
}

.to_top {
	clear: both;
	padding: 24px 0 0 0;
	zoom: 1;
}

.to_top a {
	float: right;
	color: #f90;
}

.mbottom {
	margin-bottom: 20px;
}

.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;
}

.facebook_wrap{
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.fb-page,
.fb-page span,
.facebook_wrap iframe{
	width: 100% !important;
}

.list-indent li {
  margin-left: 1.3em;
  text-indent: -1.3em;
}
