@charset "UTF-8";
html{font-family:"Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre{margin-top:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}a{background:transparent;}a:active,a:hover{outline:0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}h1{font-size:0.83em;margin:0em 0;}p,li,dt,dd,th,td,pre{-ms-line-break:strict;line-break:strict;-ms-word-break:break-strict;word-break:break-strict;}mark{background:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{max-width:100%;vertical-align:middle;border:0;}svg:not(:root){overflow:hidden;}figure{margin:1em 40px;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}pre{overflow:auto;}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}input{line-height:normal;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}textarea{overflow:auto;}optgroup{font-weight:bold;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}
input.search-field {
	width: 96%;
}
/*  ==============================
		Typo
==================================*/
html,body {
	color: #2a0806;
	font-size: 14px;
}
#contents h2 {
	background: url('../img/midashi.png') no-repeat;
	padding-left: 55px;
	padding-top: 8px;
	font-weight: 400;
	font-size: 20px;
}
#contents h2.news_table {
	background: url('../img/midashi-st.png') no-repeat;
}
h3 {
	  font-size: 1.2em;
	border-left: 5px solid #f69626;
	padding-left: 12px;
	margin-bottom: 5px;
}

h5 {
	  font-size: 1.2em;
	border-left: 5px solid #8db23e;
	padding-left: 12px;
	margin-bottom: 5px;
}

a {
	color: #45250D;
	text-decoration: none;
}


h4 {
  font-size: 1.2em;
  margin-bottom: 1em;
  font-weight: bold;
}

/*  ==============================
		Layout
==================================*/
html,body {
	width: 100%;
	min-width: 980px;
	background: #fff;
}
#container,header,footer,#wrap {
	width: 100%;
}
.container {
	width: 980px;
	margin: auto;
}
#wrap {
	margin-bottom: 30px;
}
#wrap .container {
	padding-top: 10px;
}
.home #wrap .container {
	padding-top: 0;
}
#sidebar {
	width: 196px;
	float: left;
}
#contents {
	width: 730px;
	float: right;
}
.content {
	margin-bottom: 15px;
}
header {
	background: #401f0c;
	color: #fff;
}
header .container div {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 20px;
}
#logo h1 {
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	margin: 0;
}
#logo h1 img {
	height: 64px;
}
#description {
	width: 450px;
	padding-left: 30px;
	padding-right: 30px;
}
#description p {
	margin-bottom: 0;
	font-size: 95%;
}
#tel {
	background: #fff;
	padding: 5px;
	border-radius: 5px;
}
#slider {
	background: #FFF7EB;
}
#slider ul {
	list-style: none;
	padding-left: 0px;
}
#sidebar {
	margin-top: 9px;
}
.sidebar_bnr img,
img.sidebar_bnr {
	margin-bottom: 10px;
}
#sidebar nav ul {
	list-style: none;
	padding-left: 0;
}
#sidebar nav ul li:hover {
	opacity: 0.7;
}
#sidebar nav ul li a {
	text-decoration: none;
	letter-spacing: 1.8px;
	color: #3F2F11;
	font-weight: 700;
	background: url('../img/nav-bg.png') no-repeat;
	padding: 10px 0px 10px 30px;
	display: block;
}
#img-box {
	display: block;
}
#img-box ul {
	list-style: none;
	padding-left: 0;
}
#img-box li {
	display: inline-block;
	margin: 2px 1px 4px 2px;
}
#img-box li figure {
	border: 5px #dcdcdc solid;
	margin: 0px;
	width: 165px;
}
#img-box figcaption {
	text-align: center;
}
.content table {
	width: 100%;
}
.home .content table tbody tr {
	border-bottom: 1px dotted #451e01;
}
.content table tbody tr td {
	padding: 3px 10px;
	margin-bottom: 3px;
}
section {
	margin-bottom: 20px;
}
.content section h3 {
	background: #946E1B;
	color: #fff;
	padding: 2px 0 2px 12px;
	letter-spacing: 2px;
	border-left: 0;
}
footer {
	background: #ebdcc6;
	font-size: 80%;
	color: #451e01;
	padding-top: 20px;
}
footer nav ul {
	display: block;
	height: 80px;
	padding-left: 0;
}
footer nav ul li {
	float: left;
	margin-left: 30px;
	margin-bottom: 7px;
}
footer nav ul li a {
	color: #2a0806;
	text-decoration: none;
}
footer nav ul li a:hover {
	text-decoration: underline;
}
footer h5 {margin-bottom: 0;}
.col-1-3 {
	float: left;
	padding: 5px;
	width: 320px;
}
.col-2-3 {
	float: right;
	padding: 5px;
	width: 640px;
}
#footer-logo {
	margin-bottom: 20px;
}
footer .comp-info h4 {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 4px;
	margin-bottom: 0px;
}
footer .comp-info .area h4 {
	font-weight: 700;
	font-size: 90%;
	margin-bottom: 0;
}
footer h4 {
	margin-bottom: 0;
}

#copyright {
	border-top: 1px solid #2a0806;
	margin-top: 5px;
	padding-top: 7px;
}
#footer_nav nav ul {
	list-style: url('../img/list-arrow.png');
}
#bnr_box a {
	display: inline-block;
}
#bnr_box a figure {
	margin: 5px 5px 10px;
}
div#blog_bnr {
	display: block;
	float: right;
	margin-top: 9px;
}
/*  ==============================
		Pages
==================================*/
/*Top*/
#new_info {
	width: 470px;
	float: left;
}
#new_info table tbody tr td:first-child {
	width: 100px;
}
/*company*/
section#company_info table{
	margin: 20px 0;
}
img.size-full.wp-image-362.alignleft {
	max-width: none;
}
/*staff*/
img.alignnone.size-full.wp-image-387 {
	margin-bottom: 20px;
}
.post {
	width: 730px;
	background-color: #ebdcc6;
	margin: 9px auto;
}
.post_inner {
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
.posttext1 {
	color: #411f0c;
	font-size: 1.2em;
	line-height: 1.5em;
	height: 25px;
	padding-left: 5px;
}
.posttext2 {
	color: #000000;
	font-size: 0.95em;
	line-height: 1.4em;
	padding-left: 8px;
}
.post_h2 {
	color: #411f0c;
	font-size: 1.75em;
	line-height: 1.25em;
	padding-left: 5px;
}
.post3 {
	width: 660px;
	background-color: #ebdcc6;
	margin: auto;
	height: 185px;
}
.post2_bwn {
	color: #ffffff;
	font-size: 1.25em;
	height: 30px;
	padding-left: 15px;
	padding-top: 5px;
	background-color: #a97722;
}
.post2_inner {
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.post_inner h3 {
	border-left: 0;
}
/*blog*/
article {
	border: 1px solid #ebdcc6;
	padding: 10px 20px 35px;
	margin-bottom: 30px;
}
.interview_waku {
	width: 640px;
	margin: 10px auto 30px auto;
	border: solid #993300 1px;
	padding: 15px;
	background-color: #f6f5f0;
	line-height: 1.5em;
}
#contents .interview_waku>h2.interview_in {
	background: none;
	padding-bottom: 10px;
	color: #663300;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: solid #663300 1px;
	margin-bottom: 15px;
	padding-top: 0;
	padding-left: 0;
}
#sidebar>div {
	margin-bottom: 30px;
}
/*  ==============================
		Blog
==================================*/
.post_meta .the_time{
	/*float: right;*/
}
.post_meta:after{
	clear: both;
}
input#searchsubmit {
	border-radius: 5px;
	margin: 5px;
	padding: 5px 20px;
	border: none;
}
#wp-calendar tfoot td#next {
	text-align: right;
}
#wp-calendar tbody td a {
  text-decoration: underline;
  font-weight: bold;
}
#sidebar ul {
	padding-left: 20px;
}
/*  ==============================
		Examples
==================================*/
#example-nav {
  margin: 30px 0;
}
#example-nav ul {
	padding-left: 0;
	margin-bottom: 10px;
}
#example-nav ul.row {
	display: -webkit-box; /* safari */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	list-style: none;
}
#example-nav ul li {
	-webkit-box-flex: 1; /* safari */
	-webkit-flex-basis: 150px;
	flex-basis: 150px;
	text-align: center;
	background: #453111;
	margin: 8px 10px;
	padding: 5px 10px;
	color: #fff;
	border: 1px dashed #fff;
	box-shadow: 0 0 0 4px #453111;
	border-radius: 4px;
}
#example-index li:hover,
#example-nav li:hover {
	cursor: pointer;
	opacity: 0.75;
}
article {
	position: relative;
}
article.example {
	position: relative;
	padding: 0;
	background: #fff6e9;
	margin: 10px 0;
}
.example-container {
	display: -webkit-box; /* safari */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.example-container .thum-img {
	-webkit-flex-basis: 240px;
	flex-basis: 240px;
}
.example-container .content-box {
	-webkit-box-flex: 1; /* safari */
	-webkit-flex-basis: 458px;
	flex-basis: 458px;
	padding: 15px;
}
.example-container .content-box h4 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #603d23;
	font-size: 1.4142em;
}
article .more,
.example-container .more {
	position: absolute;
	bottom: 15px;
	right: 30px;
	background: #603d23;
	padding: 4px 12px;
	border-radius: 12px;
}
article .more a,
.example-container .more a {
	color: #fff;
}
article .more:hover,
.example-container .more:hover {
	opacity: 0.75;
}

ul.interview {
	list-style: none;
	display: block;
	width: 48%;
	margin: auto;
	margin-bottom: 30px;
}

ul.interview li {
	display: block;
	background: #946E1B;
	border: 1px dashed #fff;
	border-radius: 5px;
	box-shadow: 0 0 3px #946E1B;
	padding: 3px;
	margin-bottom: 10px;
}
ul.interview li a {
	color: #fff;
	text-align: center;
	display: block;
}
/*  ==============================
		Functions
==================================*/
img {
	height: inherit;
}
a img:hover {
	opacity: 0.7;
}
.center {
	text-align: center;
}
table#wp-calendar {
	width: 100%;
}
.nav-single .nav-previous {
	float: left;
}
.nav-single .nav-next {
	float: right;
}
.nav-single .nav-previous a,
.nav-single .nav-next a {
	text-decoration: underline;
}
body::selection {
background: #e7d3b7;
}
/*  ==============================
		Clearfix
==================================*/
.row:before,
.row:after,
.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.row:after,
.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

/*  ==============================
		Edit 2017
==================================*/
#awards .f-left {
	float: left;
	width: 470px;
}

#awards .f-right {
	float: right;
	width: 238px;
}

#awards .f-right figure {
	margin: 9px 0 0 0;
}

#awards .f-right figure img {
	max-width: 100%;
	height: auto;
}

#awards .f-right figure figcaption {
	font-size: 12px;
}

#sidebar figure {
	margin: 0;
}

#sidebar figure figcaption {
	font-size: 12px;
}
