@charset "UTF-8";
/*---------------------------------
micro clearfix
--------------------------------*/
/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/*==========================================================================================

	サイト全体共通のCSS

==========================================================================================*/
#noscriptError
{
width: 100% ;
min-width:960px;
background: #f6f6f6;
position: absolute;
top: 0;
z-index: 1000;
}

#noscriptError p {
padding: 10px 0;
text-align: center;
}

html,body{height: 100%;}
ul,ol{list-style:none;}
img{border:none;}
a{color: #245497;text-decoration: underline;}

.is-pc{
	display: block !important;
}
.is-sp{
	display: none !important;
}
.inner{
	width: 960px;
	min-height: 1px;
	margin: 0 auto;
}
.over{
    transition: -webkit-opacity .5s ease;
    transition: opacity .5s ease;
}
body.pc .over:hover,
body.pc_sp .over:hover{
	opacity: 0.4;
}


body{
	font-family:Verdana,"Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,Meiryo,sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	letter-spacing: 0;
	background: #FFF;
	-webkit-text-size-adjust: 100%;
	text-align:justify;
	text-justify:inter-ideograph;
	color: #140a00;
}
.introtzikas_bg{
	z-index: 20;
}
.introcopy{
  z-index: 30;
  text-align: center;
  position: absolute;
  width: 420px;
  height: 50px;
  line-height: 50px;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -210px;
  color: #FFF;
  font-size: 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.intrologo{
    z-index: 30;
    text-align: center;
    position: absolute;
    width: 164px;
    height: 140px;
    line-height: 140px;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -82px;
}
.intrologo img{
	width: 100%;
}
/*==========================================================================================

	ヘッダー部分のCSS

==========================================================================================*/
header{
	position: fixed;
	top: 0px;
/*	bottom: 0;*/
	z-index: 1000;
	background: #245497;
	height: 120px;
	width: 100%;
	min-width: 960px;
}
header .inner{
	position: relative;
	top: -30px;
}
header h1{
	width: 164px;
	float: left;
	margin: 0px 0 0 0px;
	position: relative;
  top: 35px;
	z-index: 10;
}
header h1 img{
	width: 100%;
	vertical-align: middle;
	
}
header nav{
	position: relative;
}
header nav .tel{
	float: right;
	width: 205px;
	margin: 50px 0 0;
}
header nav ul{
	float: left;
	margin: 50px 0 0 20px;
}
header nav ul li{
	float: left;
	height: 50px;
	margin: 0 15px;
	text-align: center;
}

header nav ul li a{
	display: block;
}
header nav ul li a:hover{
	opacity: 0.6;
}
header .pankuzu{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #CCC;
	position: absolute;
	bottom: 0;
}
header .pankuzu .inner{
	top: 0;
}
header .pankuzu .inner p{
	padding: 0 0 0 210px;
	font-size: 12px;
}
#header{
  padding: 120px 0 0;
}


/*==========================================================================================

	コンテンツ部分のCSS

==========================================================================================*/
.caption{
  height: 200px;
  background-size: cover;
  position: relative;
}
.caption h2{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  color: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 70px;
  line-height: 70px;
  margin: -35px 0 0 -150px;
  border: 1px solid #FFF;
  background: rgba(0,0,0,0.7);
}
.caption h2 span{
	font-family: 'Muli', sans-serif;
  font-size: 13px;
  color: #CCC;
  margin: 0 0 0 20px;
  vertical-align: middle;
}
.content{
  padding: 30px 0 200px;
  background-image: url(../images/content_bottom_bg.png),url(../images/content_bg.jpg);
  background-repeat: no-repeat, repeat;
  background-position: center bottom, center top;
  background-size: contain, auto;
  min-height: 600px;
}

.content .main{
  width: 740px;
  float: right;
}
.content .side{
  width: 180px;
  float: left;
}
.content .side h3{
  background: #245497;
  padding: 15px 0;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
}
.content .side ul li{
  border-bottom: 1px dotted #CCC;
}
.content .side ul li a{
  display: block;
  padding: 10px 0 10px 30px;
  background: #FFF url(../images/icon_side_navi.png) no-repeat left 10px center;
  text-decoration: none;
  font-size: 13px;
}
.content .side ul li a:hover,
.content .side ul li a.active{
  background: #c9ddf9 url(../images/icon_side_navi.png) no-repeat left 10px center;
}

/*==========================================================================================

	フッター部分のCSS

==========================================================================================*/
.pagetop{
  width: 48px;
  height: 48px;
  position: fixed;
  bottom: 30px;
  left: 50%;
  margin: 0 0 0 500px;
  opacity: 0;
  z-index: 1;
}
footer{
	background: #000;
	padding: 0px 0 30px;
	min-width: 960px;
}
footer #footerNavi{
	background: #292929;
	padding: 10px 0;
}
footer #footerNavi ul{
	text-align: center;
}
footer #footerNavi ul li{
	display: inline;
	margin: 0 5px;
	color: #FFF;
}
footer #footerNavi ul li a{
	color: #FFF;
	margin: 0 5px;
	text-decoration: none;
}
footer #footerNavi ul li a:hover{
  text-decoration: underline;
}
footer #access .inner{
	display:flex;
	flex-wrap:wrap;
	position: relative;
}
footer #access .inner .footer_mark img{
    width: 110px;
}
footer #access{
	background: #000 url(../images/footer_bg.jpg) center bottom no-repeat;
	background-size: contain;
	padding: 50px 0 10px;
}
footer #access dl{
  /* float: left; */
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
footer #access dl.no_bottom {
    /* margin: 0 25px 15px 0; */
}
footer #access dl dt{
  color: #d7b676;
  font-size: 16px;
}
footer #access dl dd{
  color: #FFF;
}

footer #copyright{
	border-top: 1px solid #666;
	background: #000;
	padding: 10px 0 5px;
}
footer #copyright p{
	text-align: center;
	color: #CCC;
	font-size: 12px;
	font-family: 'Muli', sans-serif;
}


footer #access .inner .footer_mark{
	position: absolute;
    bottom: 0;
    right: -95px;
}

/*==========================================================================================

	768px以下用（SP）のCSS

==========================================================================================*/
@media screen and (max-width: 768px) {

	body {
		overflow-x: hidden;
		text-align: left;
	}
	img { width: 100%; }
	.is-pc{
	    display: none !important;
	}
	.is-sp{
	    display: block !important;
	}
	.inner{
		width: 100%;
	}

	/*==========================================================================================

		ヘッダー部分のCSS

	==========================================================================================*/
	header{
		min-width: 100%;
    height: auto;
    box-sizing: border-box;
	}

	header nav{
		position: fixed;
		width: 100%;
		/*height: 100%;*/
		z-index: 5;
		padding: 40px 0 0;
		-webkit-transition: .5s;
		transition: .5s;
		top: -638px;
		box-sizing: border-box;
	}
	header.is-close nav{
		top: -638px;
	}
	header.is-open nav{
		top: 0px;
		height: 100%;
		background: #fff;
	}

	header nav h1{
		float: none;
		width: 140px;
		height: auto;
		margin: 0px auto 10px;
		z-index: 100;
    top: 10px;
	}
	header nav ul{
		width: auto;
		height: auto;
		float: none;
		margin: 0 10px 10px;
		padding: 10px 0 0;
		background: none;
		border-top: 1px dotted #CCC;
	}
	header nav ul li{
		float: none;
		width: auto;
		margin: 0 0px 10px;
		padding: 0 0 10px;
		text-align: center;
		border-bottom: 1px dotted #CCC;
		height: 25px;
		line-height: 25px;
	}
	header nav ul li a{
		display: block;
		height: 25px;
		line-height: 25px;
		color: #0069b6;
		font-weight: bold;
		font-size: 20px;
    text-decoration: none;
	}
	header nav .btnClose{
		width: 200px;
		height: 40px;
		line-height: 40px;
		margin: 20px auto 0;
		padding: 0 0 0 20px;
		color: #FFF;
		text-align: center;
		font-size: 14px;
		font-weight: normal;
		background: #3f3f3f url(../images/btn_sp_navi_close.png) no-repeat left 20px center;
		background-size: 25px 15px;
	}

	header .spHeader{
		height: 40px;
		width: 100%;
		padding: 0px 0;
		box-sizing: border-box;
		position: fixed;
    top: 0;
		z-index: 10;
		background: #0069b6;
	}
	header .spHeader .tel{
		width: 160px;
		float: left;
		margin: 10px 0 0 10px;
	}
	header .spHeader .tel a{
		display: block;
		padding: 0 0 0 30px;
		height: 25px;
		line-height: 25px;
		font-family: 'Anton', sans-serif;
		font-size: 20px;
		color: #FFF;
		background: url(../images/sp_tel.png) no-repeat left center;
		background-size: 25px 25px;
    text-decoration: none;
	}
	header .spHeader .btnSpNavi {
	    float: right;
	    width: 25px;
	    height: 15px;
	    position: relative;
	    z-index: 100;
		margin: 10px 10px 0 0;
	}
  #header{
    padding: 40px 0 0;
  }

	/*==========================================================================================

		コンテンツ

	==========================================================================================*/
  .caption{
    height: 150px;
    position: relative;
  }
  .caption h2{
    font-size: 20px;
    width: 280px;
    height: 60px;
    line-height: 60px;
    margin: -30px 0 0 -140px;
  }
  .content{
    padding: 30px 0 0;
    background-image: url(../images/content_bg.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-size: auto;
  }

  .content .main{
    width: auto;
    float: none;
  }
  .content .side{
    width: auto;
    float: none;
  }

	/*==========================================================================================

		footer部分のCSS

	==========================================================================================*/
	footer{
		margin: 0;
		padding: 0 10px 10px;
		border: none;
    background: #000;
    width: auto;
    min-width: 100%;
    box-sizing: border-box;
	}
	footer .inner{
		padding: 0;
	}
  footer #access{
    background: #000;
    padding: 20px 0 0;
  }
  footer #access dl{
    width: 100%;
    float: none;
    margin: 0 0 30px;
  }
  footer #access dl dd{
    font-size: 12px;
  }
	.pagetop{
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    left: auto;
    opacity: 0;
    z-index: 1;
    margin: 0;
	}

	footer #access .inner .footer_mark{
		position: static;
		text-align: right;
		/* right: 0; */
		width: 100%;
		padding: 0 0 15px;
	}
}
