@charset "UTF-8";
/* CSS Document */

html { 
	height: 100%;
	color: #203744;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/*リセット*/
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object,nav,section,
article,aside,header,footer,address{
	margin:0;
	padding:0;
	vertical-align:baseline;
	font-weight:normal;
	font-size: 100%;
}

img{
	border:0;
}

img,input{
	vertical-align:middle;
}

q:before,q:after{
	content:'';
}

ul{
	list-style:none;
}

li{
	float:none;
}

a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-ms-filter:"alpha(opacity=70)";
}

table{
	border-spacing:0;
}

* html table{
	border-collapse:collapse;
}

*:first-child+html table{
	border-collapse:collapse;
}
/*リセットここまで*/


/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.cf::before, .cf::after {
content: " ";
display: table;
}
.cf::after {
clear: both;
}

a {
	color: #333;
	text-decoration: none;
}

li{
	list-style-type: none;
}

.indent{
	text-indent: -200%;
	white-space: nowrap;
	overflow: hidden;
}

.br_pc{
	display: block;
}
.br_tab{
	display: none;
}
.br_sp{
	display: none;
}

.container {
	width: 1130px;
	margin: 0 auto;
}





/*余白、装飾、レイアウト*/
.text-center{
	text-align: center;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
.mt70{
	margin-top: 70px;
}
.mt80{
	margin-top: 80px;
}
.mb0{
	margin-bottom:0!important;
}
.mb5{
	margin-bottom:5px!important;
}
.mb10{
	margin-bottom:10px!important;
}
.mb20{
	margin-bottom:20px!important;
}
.mb30{
	margin-bottom:30px!important;
}
.mb40{
	margin-bottom:40px!important;
}
.mb50{
	margin-bottom:50px!important;
}
.mb60{
	margin-bottom:60px!important;
}
.mb70{
	margin-bottom:70px!important;
}
.mb80{
	margin-bottom:80px!important;
}
.mb90{
	margin-bottom:90px!important;
}
.mb100{
	margin-bottom:100px!important;
}
.pt0{
	padding-top:0!important;
}
.pb0{
	padding-bottom:0!important;
}
.pt10{
	padding-top: 10px!important;
}
.pb10{
	padding-bottom: 10px!important;
}
.pt20{
	padding-top: 20px!important;
}
.pb20{
	padding-bottom: 20px!important;
}
.pt30{
	padding-top: 30px!important;
}
.pb30{
	padding-bottom: 30px!important;
}
.pt40{
	padding-top:40px!important;
}
.pb40{
	padding-bottom:40px!important;
}
.pt50{
	padding-top:50px!important;
}
.pb50{
	padding-bottom:50px!important;
}

.ph0{
	padding-left:0!important;
	padding-right:0!important;
}

.fs-110{
	font-size: 110%;
}

.bold{
	font-weight:bold!important;
}

.ma-auto{
	margin:0 auto;
}

.bg-green{
	background-color: #E5E9E2;
}

/*余白、装飾、レイアウトend*/



/*header*/
header{
	height: 80px;
	padding: 25px 0;
	position: relative;
}

h1{
	width: 354px;
	height: 26px;
	background: url(../images/logo.png) no-repeat;
}

.navi{
	position: absolute;
	top: 30px;
	right: 0;
}

.navi li{
	float: left;
	font-size: 80%;
	margin: 0 1.5em 0 0;
	padding: 0 0 0 1.5em;
	border-left: 1px solid #000
}
.navi li:first-child{
	border-left: none;
}

.navi li a:hover{
	text-decoration: underline;
}

/*mv*/
.mv{
	position: relative;
}
.mv img{
	width: 100%;
}

.bxslider{
	z-index: 10;
}
.slideBtn{
	z-index: 100;
}

.bx-controls{
	margin: 0 auto 0 auto;
	z-index: 100;
}

.feed-prev-btn {
  	background-image: url(../images/btn_prev.png);	
	position: absolute;
	top: 46%;
	left: 5%;
}
.feed-next-btn{
  	margin-left: 1026px;
  	background-image: url(../images/btn_next.png);
	position: absolute;
	top: 46%;
	right: 5%;
}
.feed-prev-btn:hover,
.feed-next-btn:hover{
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.feed-prev-btn .bx-prev {
  opacity: 0;
  display: block;
}
.feed-next-btn .bx-next {
  opacity: 0;
  display: block;
}
.navi-btn {
  width: 52px;
  height: 52px;
  -webkit-background-size: 52px;
  background-size: 52px;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
}
.navi-btn a{
	width: 52px;
	height: 52px;
}

.bx-default-pager{
	margin: -100px 0 0 0 !important;
}

/*共通*/
section{
	padding: 40px 0;
}

header + div + section{
	padding: 20px 0 40px 0;
}

p{
	line-height: 1.8;
}

.bg-paper{
	background: url(../images/bg-paper.jpg) repeat;
}

.container h2{
	text-indent: -200%;
	white-space: nowrap;
	overflow: hidden;
	height: 86px;
	background-repeat: no-repeat;
	margin: 5% auto 2% auto;
}
.container h2{
	margin: 0 auto 2% auto;
}

.conIn{
	width: 100%;
	border-top: 2px solid #203744;
	padding: 80px 0 40px 0;
}

.aboutFirst{
	padding: 50px 0;
}


/*== about ==*/
#about{
	width: 441px;
	background-image: url(../images/h201.png);
}
#about2{
	width: 201px;
	background-image: url(../images/h202.png);
}
#history{
	width: 241px;
	background-image: url(../images/h203.png);
}
#photo{
	width: 226px;
	background-image: url(../images/h204.png);
}

.aIbox{
	float:  left;
	margin: 50px 40px 0 0;
}

.aIbox:nth-child(3n) {
	margin: 50px 0 0 0;
}

.aIbox p{
	font-size: 85%;
	text-align: center;
}

/*== about2 ==*/
.ab2Box{
	margin: 0 0 50px 0;
}

.ab2Box div{
	float: left;
	width: 550px;
}

.ab2Box .ab2right{
	float: left;
	width: 560px;
	margin: 0 0 0 20px;
	padding: 10px 0 0 0;
}

.ab2Box:last-child .ab2right{
	height: 215px;
	background-color: #E5E9E2;
	padding: 20px 15px;
	line-height: 1.5;
}

.ab2Box:last-child p{
	margin: 10px 0 0 0;
	line-height: 1.5;
}


/*== history ==*/
.hisLeft{
	float: right;
	width: 510px;
}

.hisLeft li{
	margin: 0 0 20px 0;
}

.hisRight{
	float: right;
	width: 565px;
	margin: 0 0 0 55px;
}

.hisRight p{
	margin: 0 0 100px 0;
}

.hisRight div{
	background-color: #E5E9E2;
	padding: 20px 15px;
	line-height: 1.5;
	margin: 250px 0 0 0;
}

.hisRight div p{
	margin: 10px 0 0 0;
	line-height: 1.5;
}

.photoBox{
	text-align: center;
	margin: 0 auto;
	width: 90%;
}
.photoBox .image-wrapper{
	display: inline-block;
}

.message{
	width: 100%;
	height: 122px;
	margin: 50px 0 20px 0;
	background: url(../images/meImg.png);
}


/*footer*/
footer{
	font-size: 75%;
	text-align: center;
	padding: 0 0 50px 0;
}

.fnavi {
  	text-align: center;
	width: 1130px;
	border-bottom: 2px solid #203744;
	padding: 0 0 50px 0;
	margin: 50px 0;
}

.fnavi li {
  	display: inline-block;
  	padding: 0 25px;
	border-right: 1px solid #203744;
}

.fnavi li:last-child {
	border-right: none;
}

.fnavi li a:hover{
	text-decoration: underline;
}

.comBnr{
  	text-align: center;
	margin: 0 0 100px 0;
}

.comBnr li {
  	display: inline-block;
	margin: 0 20px;
}

.flogo{
	width: 354px;
	height: 25px;
	background: url(../images/logo.png);
	margin: 0 auto 15px auto;
}

.copyright{
	font-size: 80%;
	margin: 6em 0 0 0;
}

/*
.pagetop{
	position: absolute;
	right: 0px;
	top:-115px;
}

.pagetop a{
	display: block;
	width: 40px;
	height: 24px;
}
*/

.pagetop {
    position: fixed;
    bottom: 15px;
    right: 30px;
	z-index:9999;
}
.pagetop a {
    display: block;
    background-color: #203744;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 17px 21px;
	border-radius:50%;
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.pagetop a:hover {
    display: block;
    background-color: #95AEB;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}



