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


body{
	margin: 0px;
	padding: 0px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrap {
	overflow: hidden;
}

#header_base{
	z-index: 2;
	position:relative;
	background-image:url(../images/common/header_back.jpg) ;
	background-position: center top;
	box-shadow: 3px 3px 10px 5px #dddddd;
-webkit-box-shadow: 3px 3px 10px 5px #dddddd;
-moz-box-shadow: 3px 3px 10px 10px #dddddd;
	mix-blend-mode : multiply; /* 乗算を指定 */
}

div .container{z-index: 1;
position:relative;}



#header_area{
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
	width: 1200px;
}

#header_logo h1{
	margin: 0px;
	padding: 0px;
}

#header_left{
	float: left;
	width: 380px;
	margin: 0px;
	padding: 0px;
}

#header_right{
	float: right;
	width: 820px;
	margin: 0px;
	padding: 0px;
}

#header_right ul {
	list-style-type: none;
	padding-left: 0;
}
#header_right li {
	overflow: 
	width: 112px;
	height: 112px;
	padding: 15px 8px;
	margin: 10px 0px;
}
.manu_flex {
	display: flex;
	justify-content: center;
	
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display:-webkit-flex;/*--- safari（PC）用 ---*/
}

.manu_flex869{
	display: none;

}


/* SNSボタン */
#sns_icon{
	z-index:1000;
	margin: 0px auto;
	width: 1200px;
	padding: 8px 0px 0px 8px;

}

#sns_icon ul {
	list-style-type: none;
	padding-left: 0;
}
#sns_icon li.facebook{
	width:141px;
	height: auto;
	padding: 0px 0px;
}

#sns_icon li {
	width:auto;
	height: auto;
	padding: 0px 0px;
}

#sns_icon .inline-block {
	text-align: left;
}
#sns_icon .inline-block li {
	display: inline-block;
}




.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#facebook-link{
	overflow: hidden;
 position:fixed;
	z-index: 200;
  top: 0px;
	right:10px;
	margin: 0 auto;
	text-align: right;
	width: 20%;
}



/* 画面サイズが1129px以下の場合に適用 */
@media screen and (max-width:1129px){
	
	body{
		width: 100%;
  }
	
	#header_area{
		float: none;
		width: 100%;
	}
	
	#header_left{
		float: none;
		margin: 0px auto;
		height: 188px;

	}
	
	#header_right{
		float: none;
		margin: 0px auto;

	}
	
	#header_right li {
	max-width: 100%;
		height: auto;
	padding: 0px 0px 15px 0px;
	margin: 0px 8px 0px 8px;
}
	

	.manu_flex869{
	display: none;
}
		
}



/* 画面サイズが869px以下の場合に適用 */
@media screen and (max-width:869px){
	
		body{
		width: 100%;
  }
	
	#header_left{
		float: none;
		margin: 0px auto;
		height: 188px;

	}
	
	#header_right{
		float: none;
		margin: 0px auto;
		width: 100%;
	}
	.manu_flex{
		display: none;}

	#header_area{
		width: 100%;
		float: none;
	}
	
	.manu_flex869{
			display: flex;
	justify-content: center;
		margin: 0px auto;
		
		
display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display:-webkit-flex;/*--- safari（PC）用 ---*/
		
-webkit-justify-content: center; /* safari, Chrome対応 */
-moz-justify-content: center;    /* Firefox対応 */
-ms-justify-content: center;     /* IE対応 */
	}
	

#footer_info ul{
	list-style-type: none;
	padding-left: 0;
	margin: 0px auto;
}
	

#footer_info li {
	height: auto;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}
	

#footer_info ul.float li{
	float:none;
	margin: 0px auto;
	text-align: center;
	width: 100%;
}
	
#footer_info li .info-title{
	display: inline-block;
	font-size: 26px;
	color: #1bb8ce;
	text-align: center;
	display: inline-block;
}
	
	
	}
	

/* 画面サイズが799px以下の場合に適用 */
@media screen and (max-width:799px){
		#copyright_area .footer_logo img{
	width: 60%;
		height: auto;
}
}




/* フッター */
#footer{
	clear: both;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/footer/footer_border.jpg);
	background-repeat: repeat;
}

#footer_info{
	clear: both;
	overflow: hidden;
	width: 80%;
	margin: 60px auto;
	padding: 20px;
	background: rgba(255,255,255,0.7);
}


#footer_info ul {
	list-style-type: none;
	padding-left: 0;
	text-align: center;
	
	
}
#footer_info li {
	width: 50%;
	height: auto;
	padding: 0px;
	margin: 0px;
	
}
#footer_info .float {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}
#footer_info .float li {
	float: left;
	text-align:left;
	
}


#footer_info li .info-title{
	font-size: 26px;
	color: #1bb8ce;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	
}

#footer_info .info-list{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 16px;
}

#footer_info .info-list02{
	margin: 0px;
	padding: 10px 0px 5px 0px;
	border-top: dashed 1px #666666;
	font-size: 16px;
}

#footer_info .info-list03{
	margin: 0px;
	padding: 5px 0px 10px 0px;
	border-bottom: dashed 1px #666666;
	font-size: 16px;
}

#footer_info .telicon{
margin: 30px 0px 10px 0px;
	padding: 0px;
	text-align: center;
}

#footer_info .contacticon{
margin: 20px 0px 10px 0px;
	padding: 0px;
	text-align: center;
}

#footer_info .facebookicon{
margin: 20px 0px 10px 0px;
	padding: 0px;
	text-align: center;
}


div .contacticon:hover{
	opacity: 0.6; 
    filter: alpha(opacity=80); 
    -moz-opacity: 0.6;
	}

div .facebookicon:hover{
	opacity: 0.6; 
    filter: alpha(opacity=80); 
    -moz-opacity: 0.6;
	}


.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}







#footer_map{
margin: 50px 0px;
	padding: 0px;
}

#map{
width: 80%;
	height: 400px;
	margin: 0px auto;
	border: #aaaaaa solid 1px; 	
}




#copyright_area{
	background-image:url(../images/footer/footer_back.jpg) ;
	background-repeat: no-repeat;
	margin: 0 auto;
	background-position: center bottom;
	height:150px;
	z-index: 1;
	width: 100%;
}

#copyright_area .footer_logo{
margin: 0px auto;
	width: 100%;
	padding: 45px 0px 0px 0px;
}


#copyright{
		width:100%;
	font-size:10px;
	font-weight:normal;
	color:#aaaaaa;
	margin:0px auto;
	padding:15px 0px 10px 0px;
	text-align:center;
	vertical-align: bottom;
	z-index: 2;
}



#copyright .putupstylelink a:link {
color: #aaaaaa;
text-decoration: none;
}
#copyright .putupstylelink a:visited {
color: #aaaaaa;
text-decoration: none;
}
#copyright .putupstylelink a:active {
color: #aaaaaa;
text-decoration: none;
}
#copyright .putupstylelink a:hover {
color: #aaaaaa;
text-decoration: none;
}


/*-------------------------フッターgoto指定*/ 

/*-------------------------フッターgoto指定*/ 



#pageTop{
	
	background-image:url(../images/common/gototop-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;

	color:#FFF;
	padding:30px 30px;
	position:fixed;
	bottom:0px;
	right:0px;
	z-index:100;
	text-decoration: none;
	width: 1%;

	}
#pageTop:hover{
	opacity: 0.8; 
    filter: alpha(opacity=80); 
    -moz-opacity: 0.8;
	}




