@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #779;
	text-decoration: none;
}

a:hover, .active{
  color: #ee3333; 
}

a:active, a:focus,input:active, input:focus{outline:0;}

::-webkit-scrollbar{
    background: #f5f5f5;
    width: 15px;
}
::-webkit-scrollbar-track{
    box-shadow: inset 0 0 8px #bcaaa4;
    border-radius: 15px;
    border: 2px solid #fff;
}
::-webkit-scrollbar-thumb{
    background-color: #795548;
    border-radius: 15px;
    border: 2px solid #fff;
}


.featherlight-sample {
	display: none;
	line-height: 110%;
}
	

.newsrelease {
	width: 70%;
	margin: 20px auto;
	padding-bottom: 80px;
}

.newsrelease h1{
	font-family: 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-weight: 600;
	font-size: 20px;
}

/* ヘッダー
------------------------------------------------------------*/
#mainnav a{
	color: #000;
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/
@media only screen and (max-width: 800px){
	h1{
		display: none;
	}
}


h1{
	font-family: '游教科書体','YuKyokasho', 'Noto Serif CJK','HiraMinProN-W6';
	font-weight: 600;
	white-space: nowrap;
	font-size: 16px;
}



h2{
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}


img{
	max-width: 100%;
	height: auto;
}

.filter {
	background: #000000;
}
 
.filter-img {
	display: block;
	opacity: 0.6;
}

section{
  clear: both;
}

section h2{
	width: 60%;
	margin: 70px auto;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

section h2 span {
	padding-bottom: 20px;
	border-bottom: 3px solid #000;
}

.inner{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerP{
	width:  100%;
	margin: 0 auto;
	vertical-align: middle;
	padding-bottom: 50px;
	padding-left: 5%;
}

.innerP img{
	vertical-align: -0.1em;
	height: 15px;
}

.innerP li{
	font-size: 100%;
	line-height: 150%;
	margin-bottom: 15px;
}

#sec03 .inner, #sec04 .inner{
	border-bottom: 1px solid #a0a0a0;
}

.innerS{
	width: 75%;
	margin: 0 auto;
	padding-bottom: 80px;
}




/* SEC03 BRAND
------------------------------------------------------------*/
.col4 .img{
	margin: 0 auto;
}




/* Acess
------------------------------------------------------------*/
#access p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	line-height: 140%;
	width: 100%;
	margin: 20px 0;
}
.col3 li{
	display: inline-block;	
	line-height: 160%;
	width: 100%;
	margin: 10px 0;
}

.person	ul {

	padding: 0;
	position: relative;
}

.person ul {
	color: black;
	border-left: solid 8px #e0e0e0;/*左側の線*/
	background: #fafafa;/*背景色*/
	margin-bottom: 10px;/*下のバーとの余白*/
	line-height: 1.5;
	border-radius: 0 35px 35px 0;/*右側の角だけ丸く*/
	padding: 0.5em;
	list-style-type: none!important;
}

.year	ul {
	padding: 0;
	position: relative;
}

.year	ul {
	color: black;
	font-weight: bold;
	border-left: solid 8px #bbb;/*左側の線*/
	background: #fcfcfc;/*背景色*/
	margin-bottom: 10px;/*下のバーとの余白*/
	line-height: 1.0;
	padding: 0.5em;
	list-style-type: none!important;
}


.col5	li{
	display: inline-block;
	line-height: 1.4em;
	width: 100%;
	padding-bottom: 3px;
}

#map{
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (min-width: 1250px){
	body{
		width: 1250px;
		margin: auto; 
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
	#wrapper{
		width: 100%;
	}
	
	#content{
		width: 80%;
	}
	
	#sidebar{
		width: 15%;
		position: fixed;
		top: 0;
		right: 2%;
		background: #fff;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}
	
	#sidebar h1{
		padding: 30px 0;
	}

	#mainnav li{
		font-size: 14px;
		padding: 10px 0;
	}
	
	#logo {
		margin-top: 100px;
	}
	
	#logo li{
		padding-right: 0px;
	}

	#logo a:hover img{
		opacity: .3;
	}

		
	#map iframe{
		height: 100% !important;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 50%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 42%;
		padding-right: 4%;
	}

	.title .text-1st {
		position: absolute;
		padding-left: 15%;
		top: calc(50% - 22px); 
		line-height: 1;
		font-family: 'Palatino Linotype', 'Modern Antiqua', 'Noto Sans JP', serif;
		color: #ffffff; 
		font-weight: bold; 
		font-size: 25px;
		font-style: italic;
	}
	.title .text-2nd {
		position: absolute;
		padding-left: 25%;
		top: calc(50% + 22px); 
		line-height: 1;
		font-family: 'Palatino Linotype', 'Modern Antiqua', 'Noto Sans JP', serif;
		color: #ffffff; 
		font-weight: bold; 
		font-size: 25px;
		font-style: italic;
	}
}

@media only screen and (min-width: 641px){
	.col3 li{
		width: 40%;
		line-height: 160%;
		vertical-align: middle;
	}
	.col3 li:first-child{
		width: 30%;
		padding-right: 4%;
	}
	.col3 li:nth-child(2){
		width: 22%;
		padding-right: 4%;
	}
}

@media only screen and (min-width: 641px){	
	.col5 li:first-child{
		vertical-align: top;	
		width: 12%;
		padding-right: 3%;
	}
	.col5 li:nth-child(2){
		vertical-align: top;	
		text-align: center;
		width: 9%;
		padding-left: 2%;		
		padding-right: 2%;
	}
	.col5 li:nth-child(3){
		width: 79%;
		vertical-align: top;	
		padding-left: 3%;	
	}
	.col5 li{
		width: 0%;
	}
	

}

@media only screen and (max-width: 640px){
	
	.innerS{
		width: 94%;
		padding-bottom: 30px;
	}

	.article img{
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	
	.col5 li:first-child{
		vertical-align: top;	
		width: 22%;
		padding-right: 3%;
	}
	.col5 li:nth-child(2){
		vertical-align: top;	
		text-align: center;
		width: 9%;
		padding-left: 2%;		
		padding-right: 2%;
	}
	
	.title {
		position: relative;
		}
	
	.title .text-1st {
		position: absolute;
		padding-left: 3%;
		top: calc(50% - 8px); 
		line-height: 1;
		font-family: 'Palatino Linotype', 'Modern Antiqua', 'Noto Sans JP', serif;
		color: #ffffff; 
		font-weight: bold; 
		font-size: 18px;
		font-style: italic;
		}
	.title .text-2nd {
		position: absolute;
		padding-left: 13%;
		top: calc(50% + 24px); 
		line-height: 1;
		font-family: 'Palatino Linotype', 'Modern Antiqua', 'Noto Sans JP', serif;
		color: #ffffff; 
		font-weight: bold; 
		font-size: 18px;
		font-style: italic;
		}
}

@media only screen and (max-width: 799px){
	#sidebar{
		position: fixed;
		width: 100%;
		z-index:500;
	}
	
	#sidebarWrap{
		position: relative;
		width: 100%;
		height: 60px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#sidebar h1{
		text-align: center;
		padding-top: 15px;
	}
	
	#sidebar h1 img{
		width: auto !important;
		max-height: 25px;
	}
	
	
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}
 
	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: -10px;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display: block;
		padding: 15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}
	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.col4 li{
		margin: 0 auto 50px;
		display: block;
		text-align: center;
	}
	section h2{
		margin: 55px auto;
	}
}


.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}



.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}

.cp_box a:hover img{
	transform: scale(1.5,1.5);
	}

.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: '\f103'' Read more';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 200px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}


.cp_box .cp_container2 {
	overflow: hidden;
	height: 350px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}

.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '\f102'' Close';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

.cp_box input:checked ~ .cp_container2 {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

.cp_container ul {
	line-height:	-1em;
}


.title {
    position: relative;
}

figure {
	position: relative;
	margin-right: 20px;
	margin-left: 100px;
	width: 600px;
}
	
figure img {
	max-width: 100%;
	vertical-align: middle;
	}

figure figcaption {
	position: absolute;
	left: -50px;
	top: 0px;
	padding: 5px 10px;
	font-size: 86%;
	color: #fff;
	background: #333;
	}

.category {
	font-size: 80%;
	color: #777;
	}

#topic-darkblue:before	{
	color: #fff;
	display: inline-block;
	content: '記事';
	width: 5.3em;
	line-height: 1.6em;
	vertical-align: middle;	
	text-align: center;
	font-size : 65%;
	font-weight: 400;
	background-color: #283455;
	border-radius: 25px;
}

#topic-red:before	{
	color: #fff;
	display: inline-block;
	content: 'お知らせ';
	width : 5.3em;
	line-height:1.6em;
	vertical-align: middle;	
	text-align: center;
	font-size : 65%;
	font-weight: 400;
	background-color: #DC143C;
	border-radius: 25px;
}

