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

body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "メイリオ", Meiryo,   sans-serif;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	
}

*{
	margin:0;
	padding:0;
}
img{
	vertical-align: bottom;
}
a img {
	border:none;
}
a {
	color:#069;
}
a:hover{
	text-decoration:underline;
	color:#F90;
}

.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  
li {
	list-style:none;
}
i {
	padding:0 5px;
}
 

.pc {
	
}
.sp {
	display:none;
}

/*PC改行加える*/
.br-pc{
	display:block;
}
 /*PC改行無効*/
.br_sp{
	display:none;
}
.br_ssp{
	display:none;
}

@media only screen and (max-width:767px){
	img{
	border: 0;
max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}
 

.pc {
	display:none;
}
.sp {
	display:block;
}

	/*SP改行無効*/
.br-pc{
	display:none;
}
/*SP改行加える*/
.br_sp { display:block; }
.br_ssp{
	display:none; 
}
}
@media only screen and (max-width:480px){
	/*SP改行無効*/
.br-pc{
	display:none;
}
/*SP改行加える*/
.br_sp { display:block; }
.br_ssp{
	display:block; 
}
}
.b5{
margin-bottom:5px !important;
}

.b10{
margin-bottom:10px !important;
}

.b15{
margin-bottom:15px !important;
}

.b20{
margin-bottom:20px !important;
}

.b30{
margin-bottom:30px !important;
}

.b40{
margin-bottom:40px !important;
}

.b50{
margin-bottom:50px !important;
}

.wrapper {
	width:960px;
	margin:auto;
}

.wrapper:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .wrapper             { zoom: 1; } /* IE6 */  
*:first-child+html .wrapper { zoom: 1; } /* IE7 */  

@media only screen and (max-width:767px){
	.wrapper {
	width:100%;
	margin:0 auto;
}

}

/********************************************* #container **********************************************/
html, body{
	margin: 0;	/* 余白の削除 */
	padding: 0;	/* 余白の削除 */
	height: 100%;	/* 縦の高さを100% */
	width: 100%;	/* 横の幅を100% */
}
div#container {
	background-color: #fff;
	position: relative;		/* フッター部の配置用に定義 */
	min-height: 100%;		/* 縦の表示領域を100% */
	background:url(../images/foot_photo1.jpg) fixed no-repeat center bottom;
	padding-bottom:100px;
}
@media only screen and (max-width:767px){
	div#container {
	background-color: #fff;
	position: relative;		/* フッター部の配置用に定義 */
	min-height: 100%;		/* 縦の表示領域を100% */
	background:url(../images/foot_photo1.jpg)  no-repeat center bottom;
	background-size:150%;
	padding-bottom:70px;
}
}

/********************************************* header **********************************************/
header {
	background:#fff url(../images/head_back.png) repeat-x top left;
	height:117px;
}
header .wrapper {
	width:1120px;
	text-align:left;
	margin:0 auto;
}

@media only screen and (max-width:767px){
	header {
	background:none;
	height:auto;
	background:#fff;
}
header .wrapper {
	width:100%;
	text-align:left;
	margin:0 auto;
}
}
/** sp tel **/
header .wrapper .sp_tel {
	display:none;
}
@media only screen and (max-width:767px){
	.mean-bar{
		height:0 !important;
		min-height:0 !important;
	}
	header .wrapper .sp_tel {
		display:block;
	background:#e32b00 url(../images/sp_tel_back.png)  bottom left;
	color:#fff;
	padding:2% 2% 3% 2%;
	text-align:left;
	font-size:90%;
	z-index: 1000000;
}

header .wrapper .sp_tel a {
	color:#fff;
	text-decoration:none;
	margin-right:10px;
}
@media only screen and (max-width:767px){
header .wrapper .sp_tel a {
	padding-top:10px;
}

}
header .wrapper .sp_tel .tel{
	float:left;
}
header .wrapper .sp_tel .lang{
	float:left;
}
header .wrapper .sp_tel .lang select {
position: relative;
	padding: 4px 10px 4px 20px;
	font-size:80%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #e32b00;
	background: #eee url(../images/select_yaji.png) no-repeat 3px 5px;

	margin:0px 0;
}



}
header .wrapper .title {
	margin:0px 0 0 50px;
	width:320px;
	float:left;
}
header .wrapper .info {
	margin:0px 0 0 0px;
	width:710px;
	float:right;
	background:url(../images/head_ship1.jpg) no-repeat right bottom;
	height:117px;
}

/** title **/
header .wrapper .title p {
	font-size:75%;
	color:#888;
	padding-top:20px;
	margin-bottom:5px;
}
header .wrapper .title h1 a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	background-image:url(../images/head_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:contain;
	display: block;
	height: 50px;
	width: 320px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
header .wrapper .title h1 a {
    background-image:url(../images/head_logo@2x.png);
	background-size:contain;
  }
}
header .wrapper .title h1 a:hover
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

@media only screen and (max-width:767px){
	header .wrapper .title {
	margin:10px auto;
	width:100%;
	float:none;
}
header .wrapper .info {
	margin:0px;
	width:auto;
	float:none;
	background:none;
	height:auto;
}

/** title **/
header .wrapper .title p {
	display:none;
}
header .wrapper .title h1 a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	background-image:url(../images/head_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:contain;
	display: block;
	height: 50px;
	width: 250px;
	margin:0 auto;
}
header .wrapper .title h1 a:hover
{
opacity:1;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
}
}

/** tel / submenu  **/

header .wrapper .info2 {
	background:url(../eng_images/head_tab_lang.png) no-repeat top left;
	width:690px;
	color:#fff;
	margin-left:60px;
	height:31px;
}

header .wrapper .info2 a{
	color:#fff;
	text-decoration:none;
}
header .wrapper .info2 a:hover{
	text-decoration:underline;
}
header .wrapper .info2 .tel {
	float:left;
	width:260px;
	text-align:center;
	font-size:120%;
	line-height:100%;
	padding-top:8px;
}
header .wrapper .info2 #headsubmenu {
	float:right;
	width:400px;
	font-size:75%;
	line-height:100%;
	font-weight:bold;
	margin:5px 20px 0 0;
}

header .wrapper .info2 #headsubmenu ul li {
	float:left;
	width:auto;
	margin:5px 8px;
}
header .wrapper .info2 #headsubmenu .lang{
	float:left;
}
header .wrapper .info2 #headsubmenu .lang select {
position: relative;
	padding: 4px 12px 4px 22px;
	font-size:90%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #e32b00;
	background: #eee url(../images/select_yaji.png) no-repeat 3px 5px;
	/*background: -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: linear-gradient(to bottom, #fff 0%,#efebe1 100%);*/
	margin:0px 0;
}
@media only screen and (max-width:767px){
	header .wrapper .info2{
		display:none;
	}
}
/** Head menu  **/
header .wrapper #headmenu {
	width:580px;
	height:50px;
	border-left:1px dotted #666;
	margin-top:20px;
}

header .wrapper #headmenu li {
	float:left;
	border-right:1px dotted #666;
	text-align:center;
	font-size:85%;
	line-height:140%;
	font-weight:bold;
}
header .wrapper #headmenu li a {
	position:relative;
	height:50px;
	padding:0px 20px 0px 20px;
	display:block;
	color:#333;
	text-decoration:none;
}
header .wrapper .info2 #headsubmenu ul li.lang_eng {
/*
	padding-left:12px;
	background:url(../eng_images/lang_eng.png) no-repeat left 1px;
*/
}



header .wrapper #headmenu li a:before{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right:0;
  color: #cccccc;
  font: 14px 'FontAwesome';
  content: "\f078";
}
header .wrapper #headmenu li.active a:before{
  color: #e32b00;
}

header .wrapper #headmenu li a:hover {
	color: #e32b00;
}
@media only screen and (max-width:767px){
	header .wrapper #headmenu {
	width:100%;
	height:auto;
	border-left:none;
	margin-top:auto;
}
header .wrapper #headmenu ul {
	display:none;
}
	header .wrapper #headmenu li {
	float:left;
	border-right:none;
}
header .wrapper #headmenu li a {
	position:relative;
	height:auto;
	padding:auto;
	display:block;
	color:#333;
	text-decoration:none;
}
}
/********************************************* Footer **********************************************/
footer {
	width:960px;
	margin:50px auto;
	text-align:left;
	border-top:1px solid #ccc;
	padding-top:30px;
}
@media only screen and (max-width:767px){
	footer {
	width:90%;
	margin:20px auto;
	text-align:left;
	border-top:1px solid #ccc;
	padding-top:20px;
}
}
/*** Page Up ***/
footer #pageup {
	float:right;
	width:180px;
}
footer #pageup a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	background-image:url(../images/pageup.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 100px;
	width: 180px;
}
footer #pageup a:hover {
	background-position: left -100px;
}
@media only screen and (max-width:767px){
	footer #pageup {
	position: fixed;
 bottom: 5px;
 right: 5px;
  
 border:1px solid #e32b00;
 padding:0pt;
 background-color: #ffffff;
 filter:alpha(opacity=85);
 -moz-opacity:0.85;
 -khtml-opacity: 0.85;
 opacity:0.85;
     
 -webkit-box-shadow: 1px 1px 2px #E7E7E7;
 -moz-box-shadow: 1px 1px 2px #E7E7E7; 
 -webkit-border-radius: 3px; 
 -moz-border-radius: 3px;
width:40px;
height:auto;
text-align:center;
z-index:200;
}

footer #pageup a {
	color:#e32b00;
	text-indent: inherit;
	white-space: normal;
	overflow: hidden;
	text-decoration: none;
	background-image:none;
	display: block;
	padding:7px 0;
	width:40px;
	height:auto;
}
}
/*** foot menu ***/
footer #footmenu {
	float:right;
	width:460px;
	margin:10px 0 0 20px;
}

footer #footmenu ul {
	float:left;
	font-size:80%;
	line-height:200%;
}

footer #footmenu ul#footmenu1 {
	width:130px;
}
footer #footmenu ul#footmenu2 {
	width:190px;
}
footer #footmenu ul#footmenu3 {
	width:140px;
}

footer #footmenu ul li a {
	position:relative;
	color:#333;
	text-decoration:none;
	padding-left:15px;
}
footer #footmenu ul li a:before{
  position: absolute;
  top: 2px;
  left: 0px;
  color: #0c6baf;
  font: 12px 'FontAwesome';
  content: "\f105";
}
footer #footmenu ul li a:hover {
	color:#0c6baf;
	text-decoration:underline;
}
@media only screen and (max-width:767px){
	footer #footmenu {
	float:none;
	width:100%;
	margin:0px 0 0 0px;
	
}

	footer #footmenu ul {
	float:none;
	font-size:80%;
	line-height:200%;
	width:100%;
}
footer #footmenu ul#footmenu1 {
	float:none;
	width:100%;
	font-size:80%;
	line-height:200%;
}
footer #footmenu ul#footmenu2,footer #footmenu ul#footmenu3 {
	float:none;
	width:100%;
	font-size:80%;
	line-height:200%;
}

	footer #footmenu ul li{
		float:left;
		width:50%;
	}
	footer #footmenu ul li a {
	position:relative;
	color:#333;
	text-decoration:none;
	padding-left:0px;
	display:block;
}
footer #footmenu ul li a:before{
  position: absolute;
  top: 6px;
  left:auto;
  right: 10px;
  color: #0c6baf;
  font: 12px 'FontAwesome';
  content: "\f105";
}
}
/*** footer info ***/
footer .info {
	width:300px;
	float:right;
}

footer .info h1 {
	margin-bottom:10px;
}

footer .info h1 a:hover
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
footer .info p {
	font-size:80%;
	line-height:180%;
}
footer .info p a {
	color:#333;
	text-decoration:none;
}

@media only screen and (max-width:767px){
	footer .info {
	width:100%;
	float:none;
	clear:both;
	padding-top:20px;
	text-align:center;
	border-top:1px solid #ccc;
	margin-top:20px;
}
footer .info h1 {
	width:240px;
	margin:0 auto;
}
footer .info p {
	font-size:80%;
	line-height:180%;
}
footer .info p a {
	color:#fff;
	text-decoration:none;
	background:#0c6baf;
	display:block;
	padding:5px;
	/*全体角丸*/
border-radius: 2px; /* CSS3草案 */ 
-webkit-border-radius: 2px; /* Safari,Google Chrome用 */ 
-moz-border-radius: 2px; /* Firefox用 */ 
margin:5px 0;
}
}



/*** copyright ***/
footer #copyright {
	clear:both;
	text-align:center;
	font-size:70%;
	letter-spacing:0.1em;
	padding-top:20px;
}

/********************************************* MainImage **********************************************/
#mainimage {
	background:#f2f2f2 url(../images/mainimage_back.png) repeat-x top left;
}
.second #mainimage {
	height:200px;
	position:relative;
	
}
.second #mainimage2 {
	height:200px;
	position:relative;
	
}

.second #mainimage #pagetitle {
	position:absolute;
	top:150px;
	left:0;
	right:0;
	margin:auto;
	border:1px solid #e32b00;
	background-color:rgba(255,255,255,0.8);
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88ffffff,EndColorStr=#88ffffff);/*IE8以下用*/
text-align:center;
padding:30px 0;
width:220px;
}
.second #mainimage #pagetitle h1 {
	letter-spacing:0.2em;
	border-bottom:5px solid #e32b00;
	padding:5px 5px 5px 10px;
	margin-bottom:5px;
	display:inline-block;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic,"メイリオ", Meiryo,  sans-serif;
	font-size:150%;
}
.second #mainimage #pagetitle p {
	color:#e32b00;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
}
@media only screen and (max-width:767px){
	.second #mainimage {
	height:100px;
	position:relative;
}
.second #mainimage2 {
	height:100px;
	position:relative;
}
.second #mainimage #pagetitle {
	position:absolute;
	top:30px;
	left:0;
	right:0;
	margin:auto;
	border:1px solid #e32b00;
	background-color:rgba(255,255,255,0.8);
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88ffffff,EndColorStr=#88ffffff);/*IE8以下用*/
text-align:center;
padding:15px 0;
width:220px;
}
.second #mainimage #pagetitle h1 {
	letter-spacing:0.2em;
	border-bottom:5px solid #e32b00;
	padding:5px 5px 5px 10px;
	margin-bottom:5px;
	display:inline-block;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic,"メイリオ", Meiryo,  sans-serif;
}
.second #mainimage #pagetitle p {
	color:#e32b00;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
}
}
/********************************************* Main **********************************************/
.main {
	background:url(../images/white_base.png) repeat-x top left;
}
.second .main {
	padding-top:150px;
}
@media only screen and (max-width:767px){
	.main {
	background:none;
}
.second .main {
	padding-top:70px;
}
}
.second .main h1 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic,"メイリオ", Meiryo,  sans-serif;
}
.second .main h2 {
	/*　横方向　下方向　ぼかし具合　影の色と透過 */
text-shadow: -1px -1px 2px rgba(255,255,255,1);

font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic,"メイリオ", Meiryo,  sans-serif;

}
.second .main h3 {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic,"メイリオ", Meiryo,  sans-serif;
}
