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

html,body {  
    margin: 0;  
    padding: 0;  
}

*{
	padding: 0;
	margin: 0;
	border:0;
	vertical-align:middle;
}

body {
    -webkit-text-size-adjust: 100%;
	font-size: 14px;
	padding: 0;
	margin: 0;
	width:100%;
	color:#191919;
	line-height:22px;
	letter-spacing:0.1em;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  font-size:0.1em;
  line-height:0;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
@media(min-width:769px){
.sp {
	display: none;
}
.pc {
	display: inherit;
}
img{

}
}

@media(max-width:768px){
.pc {
	display: none;
}
.sp {
	display: inherit;
}
img{
	width:100%;
}
}
	
/*----------------------------------------
リンク
----------------------------------------*/	
a {
  color: #d7464e;
	-webkit-transform-style: preserve-4d;
    -webkit-transition: 0.4s ease-in-out;
       -moz-transition: 0.4s ease-in-out;
         -o-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
  animation-iteration-count: 1;
  text-decoration:none;
}

a:hover {
   color: #d7464e;
}


.topics a:hover {
  color: #d7464e;
  text-decoration:none;
  border-bottom:1px solid #fff;
}

header a{
	color: #fff;
	border-bottom:none;
}

header a:hover{
	border-bottom:none;
}

.breadcrumb ul a{    
	color: #191919 !important;

	  }

footer .asahi a{
	color: #fff;
	border-bottom:none;
}

footer .asahi a:hover{
	color: #fff;
	border-bottom:#fff 1px solid;
}

/*----------------------------------------
枠
----------------------------------------*/	
#wrapper {
	width: 100%;
	margin: 0 auto !important;
}

/*----------------------------------------
ヘッダー
----------------------------------------*/
header{
	width: 100%;
	margin:0 auto;
	background:#fff;
}

header h1{
	float:left;
	padding:10px 0;
	width:300px;
}

header h1 a,
header h1 a:hover{
	border:none;
}

header .contact,
header .qa{
	float:right;
	padding:20px 0 0;
}

header .access{
	float:right;
	padding:20px 20px 0;
}


header .nav .contact,
header .nav .access{
	display: none;
}

header nav{
	display: inherit;
	background:url(../../../images_j/blackBg.jpg) repeat;
	padding:0;
	width:100%;
}

header nav ul{
	display:table ;
	table-layout:fixed;
	width:100%;
}

header nav ul li{
	display:table-cell;
	font-size:13px;
	color:#fff;
	text-align:center;
	border-right:1px solid #92989b;
	line-height:17px;
	overflow:hidden;
}

header nav ul li a {
	display:block;
	color:#fff !important;
    position: relative;
	z-index: 2;
	padding:13px 0;
	background:url(../../../images_j/blackBg.jpg) repeat;
}

header nav ul li a::before,
header nav ul li a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

header nav ul li a,
header nav ul li a::before,
header nav ul li a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

header nav ul li a::after {
	bottom: -100%;
	width: 100%;
	height: 100%;
}
header nav ul li a:hover::after {
	bottom: 0;
	background: #d7464e;
}

header nav ul li:first-child{
	border-left:1px solid #92989b;
}

header nav ul li span{
	display:block;
	font-size:11px;
	width:120px;
	margin:0 auto;
    font-family: 'Alegreya Sans', sans-serif;
}


@media(max-width:768px){
header{
	position:fixed;
	top:0;
	z-index:100;
	width: 100%;
	margin:0 auto;
	background:#fff;
}
header nav{
	position:relative;
	display: none;
	width:100%;
	background: #d7464e;
	padding: 20px 0 100px;
	z-index: 1000;
	max-height: 400px;
	overflow-y: auto;


}

header nav ul{
	background: #d7464e;
	width: 100% !important;
	}

header nav ul li{
	display:inherit;
	border:none !important;
	line-height:17px;
	padding: 0 0 5px;
	overflow:inherit;
	width: 100% !important;
}

header nav ul li a {
	position: relative;
	z-index: 2;
	padding:20px 0;
	background: #d7464e;
}

header nav ul li a::before,
header nav ul li a::after {
	position: static;
}


header nav ul li a:hover::after {
	bottom: 0;
	background: none;
}

header nav ul li span{
	position:absolute;
	top:0;
	font-size:24px;
	width:auto;
	margin: 0 auto;
	left: 0;
	right: 0;
}


header h1{
	float:none;
	padding:10px;
	width:180px;
}

header nav .inner{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding:20px 8%;
	box-sizing: border-box;
	height: 150%;
	overflow: auto;
}
	
header nav .contact{
	float: none;
	padding:0 0 0 5px;
	width: 50% !important;
	box-sizing: border-box;
}

header nav .access{
	float: none;
	padding:0 5px 0 0;
	width: 50% !important;
	box-sizing: border-box;
	}

.navBtnArea{
	position:fixed;
	top:0;
	background:none;
	padding:25px 0;
	z-index:1005;
	width:50px;
	text-align:center;
}

.navBtn{
	position:fixed;
	top:23px;
	right:25px;
	cursor:pointer;
	z-index:1001;
}
	
.ovray{
	position:absolute;
	top:0;
	display:none;
	background:rgba(0,0,0,0.80);
	height:100%;
	width:100%;
	z-index:1003;
}

.icon-animation span {
  width: 25px;
  height: 3px;
  display: block;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.icon-animation .top {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.icon-animation .bottom {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.is-open .middle {
  background: rgba(51, 51, 51, 0);
}

.is-open .top {
  -webkit-transform: rotate(-45deg) translateY(0px);
  -ms-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
  background: #000 !important;
}

.is-open .bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
  -ms-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
  background: #000 !important;
}
}

/*----------------------------------------
コンテンツ
----------------------------------------*/	
.inner {
	width:1000px;
	margin:0 auto;
}

@media(max-width:768px){
.inner {
	width:100%;
}
}

/*----------------------------------------
フッター
----------------------------------------*/	
footer .inner{
	position:relative;
	width:1000px;
	margin:0 auto;
	padding:10px 0;
	height:20px;
}

footer .inner .copylight{
	color:#fff;
	position:absolute;
	top:10px;
	right:0;
	font-size:12px;
	text-align:right;
    font-family: 'Alegreya Sans', sans-serif;
	font-weight:300px;
}

footer .asahi{
	font-size:12px;
	position:absolute;
	top:10px;
	left:0;
	text-align:left;
    font-family: 'Alegreya Sans', sans-serif;
	font-weight:300px;
}

.pageTop {
	position:fixed;
	border:10px;
	right:10px;
	background:#d7464e;
	padding:15px 0;
	width:50px;
	height:20px;
	text-align:center;
	color:#fff;
    font-family: 'Alegreya Sans', sans-serif;
	font-size:12px;
	line-height:12px;
	cursor:pointer;
}

@media(max-width:768px){
footer .inner{
	width:100%;
	height:auto;
	padding: 0 0 20px;
}

footer .inner .copylight{
	position:inherit;
	text-align:center;
}

footer .asahi{
	position:inherit;
	text-align:left;
	padding: 0 0 0 8%;
}

.pageTop {
	z-index: 1000;
}
}


/*----------------------------------------
パンクズ
----------------------------------------*/
.breadcrumb{
	width:100%;
	margin:0 auto;
	height:35px;
	font-size:12px !important;
	  }

.breadcrumb ul{    
	 margin:0 auto;
	 width:1000px;
	 border-bottom:1px #101010 solid;
	  }

.breadcrumb li{
	float:left;
    font-family: 'Alegreya Sans','AXIS Font Japanese W55',"游ゴシック",YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;;
	 padding: 8px 0 0 0;
	 margin:0;
	 list-style:none;
	  }
	  
/*----------------------------------------
ページング
----------------------------------------*/
.tablenav{
	float:right;
	text-align:center;
	padding:30px 0;
	  }

.tablenav a{
	display:block;
	color:#fff;
	background:#191919;
	padding:3px 10px;
	text-decoration:none;
	border:none;
	  }
	  
.tablenav .page-numbers{
	float:left;
	margin: 0 3px;
	  }

.tablenav span.current{
	display:block;
	color:#fff;
	background:#d7464e;
	padding:3px 10px;
	  }

@media(max-width:768px){
/*----------------------------------------
パンクズ
----------------------------------------*/
.breadcrumb{
	width:100%;
	margin:0 auto;
	height:35px;
	font-size:12px !important;
	  }

.breadcrumb ul{    
	 margin:0 auto;
	 width:auto;
	  }

.breadcrumb li:first-child{
	 padding: 8px 0 0 8%;
	  }
}


/*-- その他 --*/
.gothic{font-family: 'Alegreya Sans', sans-serif !important;}
.clear{clear:both !important;}
.c{text-align:center !important;}
.r{text-align:right !important;}
.l{text-align:left !important;}

@media(min-width:769px){
header nav{
	display: inherit !important;
}
}
