/*===== CSS RESET =====*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,img,ins,kbd,q,s,samp,strike,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,select{outline:none;border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}.clear{clear:both}.clearfix{display:inline-block}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0}* html .clearfix{height:1%}.clearfix{display:block}p,li,td{background:url('')}ul,ol{list-style:none;}


/*===== COMMON =====*/

html, body {
  width: 100%;
  min-height: 100%;
}
body {
  background: #FFF;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: none;
  color: #2b2b2b;
}

.ft_serif {
  font-family: Times, "Times New Roman", "Hiragino Mincho Pro W3", Georgia, serif;
}

a {
  color: #000;
  text-decoration: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.grid {
  display: inline-block;
}
.grid:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
* html .grid {
  height: 1%;
}
.grid {
  display: block
}
.grid > .col {
  float: left;
}
.grid > .col.fr {
  float: right;
}

.trans {
  opacity: 1;
  -webkit-transition: all ease 0.26s;
  -moz-transition: all ease 0.26s;
  -o-transition: all ease 0.26s;
  transition: all ease 0.26s;
}
.trans:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  -khtml-opacity: 0.80;
  opacity: 0.80;
}

#container {
  width: 100%;
  min-width: 1000px;
  position: relative;
  overflow: hidden;
}

.wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}


/*===== HEADER =====*/

header {
  width: 960px;
  margin: auto;
}

header .logo {
	margin: 5px auto 20px 13px;
}

header .phone {
	float: right;
	margin: 28px 5px auto auto;
}
header nav {
	width: 960px;
}
header nav ul {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	
}
header nav li {
	flex-grow: 1;
    flex-basis: 0;
	text-align: center;
	cursor: pointer;
	font-size: 11.5pt;
	font-weight: 500;
}

header nav li:hover {
	box-shadow: 0 10px 0 0 #a3a890;
	color: #a3a890;
}
header nav li:not(:last-child) {
	border-left: 1px solid #a3a3a3;
}
header nav li:last-child {
	border-left: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
}

/*===== NAVIGATION =====*/

#navigation {}


/*===== FOOTER =====*/

footer {

}
footer #info {
	width: 999px;
	height: 294px;
	margin: auto;
	position: relative;
	background-image: url(../img/common/footer.jpg);
}

footer .footer_map {
	position: absolute;
	top: 183px;
	right: 55px;
}
footer .footer_mail {
	position: absolute;
	top: 234px;
	right: 116px;
}

footer .footer_to_top {
	display: none;
	position: fixed;
	bottom: 100px;
	right: 100px;
	z-index: 1;
}

footer .footer_to_top:hover{
	cursor: pointer;
}

footer #copyright {
	width: 100%;
	margin-top: 105px;
	padding: 5px 0 10px;
	background-color: #2f487d;
	font-size: 9pt;
	color: #fff;
	text-align: center;
}

.oneline {
		white-space: nowrap;
}
/*===== MAIN =====*/

main {

}


/*===== PAGE: TOP =====*/

.page_top {
  }
