@charset "utf-8";
@import url(reset.css);
@import url(base.css);


/* メイン
--------------------------------------------------------------------*/

*{
	box-sizing: border-box;
}

/*
html,
body {
	height:100%;
}
*/
img{
	max-width: 100%;
	height: auto;
}

.pc{
	display: block;
}

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

#global-nav {
	display:none;
}

#header .navbtn {
	display:none;
}

img {
	max-width:100%;
}




/* wrap
--------------------------------------------------------------------*/
#wrap {
	padding:200px 0 0;
	/*height:100%;*/
	background: #f5f4f4;
}


/* header
--------------------------------------------------------------------*/

#header {
	width:100%;
	height:190px;
	position:fixed;
	top:0;
	left:0;
	background:#231815;
	z-index:9999;
}

#header .header {
	width: 90%;
	margin: 0 auto;
	position:relative;
}

#header .header .hdbox {
	overflow:hidden;
	zoom:1;
	padding:20px 0;
}


#header .header .hdbox .logo {
	float:left;
}

#header .header .hdbox .inq {
	float:right;
	text-align:right;
	padding:20px 0 0;
}

#header .header .hdbox .inq figure {
	display:inline-block;
	margin-right:30px;
}

#header .header .hdbox .inq ul {
	display:inline-block;
}

#header .header .hdbox .inq ul li:last-child {
	margin-top:10px;
}

#header .header .hdnav {
	text-align:center;
}

#header .header .hdnav li {
	display:inline-block;
	line-height:1.0;
	padding:0 20px;
	border-left:1px solid #fff;
}

#header .header .hdnav li:last-child {
	border-right:1px solid #fff;
}

#header .header .hdnav li a {
	color:#FFF;
	font-size:1.4em;
	letter-spacing:0.15em;
}

#header .header .hdnav li span {
	color:#FFF;
	font-size:1.4em;
	letter-spacing:0.15em;
	opacity: 0.5;
}

#header .header .hdnav li a:hover {
	text-decoration:none;
	color:#FF6;
}



#container {
	padding: 100px 0;
}

/* blog
--------------------------------------------------------------------*/

#blog {
}

#blog h2 {
	text-align:center;
	margin:0 0 30px;
}

#blog h2 span {
	display:inline-block;
	padding:0 10px 5px;
	border-bottom:1px solid #231815;
	font-size:2.4em;
	font-weight:600;
}

#blog .inwrap {
	width: 1285px;
	margin: 0 auto;
}

#blog .inwrap .same {
	overflow: hidden;
	zoom:1;
}

#blog .inwrap .same dl {
	width: 395px;
	float: left;
	margin: 0 50px 60px 0;
}

#blog .inwrap .same dl:nth-child(3n) {
	margin: 0 0 60px;
}

#blog .inwrap .same dl dt {
	margin: 0 0 15px;
}

#blog .inwrap .same dl dt a {
	display: block;
	background: #fff;
	padding: 15px;
}

#blog .inwrap .same dl dt a img {
	max-width: 100%;
}

#blog .inwrap .same dl dd {
	font-size: 1.8em;
	line-height: 1.6;
}

#blog .inwrap .same dl dd a {
	color: #231815;
	font-weight: 500;
}

#blog .inwrap .same dl dd a:hover {
	text-decoration: underline;
}


#blog .inwrap .link {
	line-height:1.0;
	text-align: center;
}

#blog .inwrap .link a {
	display:inline-block;
	border:1px solid #231815;
	color:#231815;
	font-size:2.2em;
	padding:20px 0;
	position:relative;
	width: 260px;
}

#blog .inwrap .link a:after {
	border-left: 5px solid #231815;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
	position:absolute;
	top:50%;
	right:10px;
	transform:translateY(-50%);
	content:'';
}

#blog .inwrap .link a:hover {
	background: #231815;
	color: #fff;
	text-decoration: none;
}

#blog .inwrap .link a:hover:after {
	border-left: 5px solid #fff;
}



/** wp-pagenavi **/
.wp-pagenavi{
	font-size: 20px;
	line-height: 1em;
	letter-spacing: 0;
	text-align: center;
	padding:10px 0 0;
}
.wp-pagenavi .pages{
	display: none;
}
.wp-pagenavi .first{
	display: none;
}
.wp-pagenavi .last{
	display: none;
}

.wp-pagenavi .current{
  display: inline-block;
	line-height: 20px;
  text-align: center;
  margin: 0 5px;
}

.wp-pagenavi .current,
.wp-pagenavi a.page:hover {
	color: #231815;
}

.wp-pagenavi a.page {
  display: inline-block;
	line-height: 20px;
  text-align: center; 
  margin: 0 5px;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	display: inline-block;
	color:#fff;
	background: #231815;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	font-size: 16px;
}

.wp-pagenavi a.previouspostslink {
	margin-right: 10px;
}

.wp-pagenavi a.nextpostslink {
	margin-left: 10px;
}


.wp-pagenavi .extend{
	margin: 0 4px;
}
.wp-pagenavi a:hover{
	text-decoration: none;
}


/* 詳細ページ */

#blog .inwrap .detail {
	overflow: hidden;
	zoom:1;
	position: relative;
	margin: 0 0 120px;
}

#blog .inwrap .detail h3 {
	margin:0 0 30px;
}

#blog .inwrap .detail h3 span {
	display:inline-block;
	padding:0 10px 5px;
	border-bottom:1px solid #231815;
	font-size:2.4em;
	font-weight:600;
}

#blog .inwrap .detail .time {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 2.4em;
}

#blog .inwrap .detail .contents {
	overflow: hidden;
	zoom:1;
	position: relative;
	font-size: 1.8em;
	line-height: 1.8;
}

#blog .inwrap .detail .contents img {
	max-width: 100%;
}

#blog .inwrap .detail .contents a {
	color:#231815;
	text-decoration:underline;
}

#blog .inwrap .detail .contents a:hover {
	color:#231815;
	text-decoration:none;
}

#blog .inwrap .detail .contents em {
	font-style: italic; 
}


/* footer
--------------------------------------------------------------------*/

#footer .logo {
	max-width:94%;
	margin:0 auto;
	padding:40px 0;
	text-align:center;
}


#footer address {
	padding:30px 0;
	text-align:center;
	background:#231815;
	color:#FFF;
	font-size:1.2em;
}

/*-------------------------------------------------------------------
	fadesの設定
-------------------------------------------------------------------*/

.fades {
	-webkit-animation-duration:2s;
	-ms-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-name: fades;
	animation-name: fades;
}

@-webkit-keyframes fades {
	0% { opacity: 0;}
 	100% { opacity: 1;}
}
@keyframes fades {
 	0% { opacity: 0;}
 	100% { opacity: 1;}
}


.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:3s;
	-ms-animation-duration:3s;
	animation-duration:3s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
	/*
	0% { opacity: 0; -webkit-transform: translateY(30px); }
 	100% { opacity: 1; -webkit-transform: translateY(0); }
	*/
	0% { opacity: 0;}
 	100% { opacity: 1;}
}
@keyframes fadeInDown {
 	/*
	0% { opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
 	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	*/
	0% { opacity: 0;}
 	100% { opacity: 1;}
}


/*===============================================
  画面の横幅が1280px以下に適用(画面の小さいPC/ノート用)
===============================================*/
@media screen and (max-width: 1280px){
	
	
	
}

/*===============================================
  画面の横幅が1024px以下に適用(iPadPro以下)
===============================================*/
@media screen and (max-width: 1024px){

	#header .navbtn {
		display:block;
		position:fixed;
		top:3%;
		right:3%;
		width:30px;
		cursor: pointer;
		z-index:999;
	}
	
	#header .navbtn span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #fff;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	
	#header .navbtn span:nth-child(1) {
		top: 0;
	}
	
	#header .navbtn span:nth-child(2) {
		top: 10px;
	}
	
	#header .navbtn span:nth-child(3) {
		top: 20px;
	}
	
	/* global-nav */
	
	#global-nav {
		background:rgba(35,24,21,0.8);
		padding:20px 5% 20px;
		width:100%;
	}
	
	#global-nav.open {
		display:block;	
	}
	
	#global-nav ul {
		font-size:1.4em;
		line-height:1.0;
	}
	
	#global-nav ul li {
	}
	
	#global-nav ul li a {
		display:block;
		padding:20px 0;
		text-align:center;
		color:#FFF;
	}
	
	#global-nav ul li span {
		display:block;
		padding:20px 0;
		text-align:center;
		color:#FFF;
		opacity: 0.5;
	}
	
	
	/* 切り替えアニメーション */
	#header .navbtn.move span:nth-child(1) {
		top: 12px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	#header .navbtn.move span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	#header .navbtn.move span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	
	#header .hdnav {
		display:none;
	}
	
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	
	br.pc{
		display:none;
	}
	
	br.sp{
		display:inline;
	}
	
	/* wrap */
	#wrap {
		padding:80px 0 0;
	}
	
	/* header */

	#header {
		width:100%;
		height:auto;
		background:none;
	}

	#header .header {
		width: auto;
		margin: 0;
		position:relative;
		padding:0 5%;
		background:#231815;
		height:80px;
	}

	#header .header .hdbox {
		overflow:hidden;
		zoom:1;
		padding:15px 0;
	}

	#header .header .hdbox .logo {
		float:none;
	}
	
	#header .header .hdbox .logo img {
		max-height:50px;
	}

	#header .header .hdbox .inq {
		display:none;
	}

	#header .header .hdnav {
		display:none;
	}
	
	
	#container {
		padding: 50px 0 100px;
		background: #f5f4f4;
	}

	/* blog */

	#blog {
		
	}

	#blog .inwrap {
		width: 94%;
		margin: 0 auto;
	}

	#blog .inwrap .same {
		overflow: hidden;
		zoom:1;
	}

	#blog .inwrap .same dl,
	#blog .inwrap .same dl:nth-child(3n) {
		width: 48%;
		float: left;
		margin: 0 0 30px;
	}

	#blog .inwrap .same dl:nth-child(even) {
		float: right;
	}


	#blog .inwrap .same dl dt a {
		padding: 10px;
	}

	#blog .inwrap .same dl dd {
		font-size: 1.4em;
		line-height: 1.4;
	}
	
	/* 詳細ページ */

	#blog .inwrap .detail {
		margin: 0 0 60px;
	}


	#blog .inwrap .detail .time {
		position: static;
		font-size: 2.0em;
		text-align: right;
		margin: 0 0 20px;
	}

#blog .inwrap .detail .contents {
	overflow: hidden;
	zoom:1;
	position: relative;
	font-size: 1.8em;
	line-height: 1.8;
}

#blog .inwrap .detail .contents img {
	max-width: 100%;
}
	

	/* footer */

	#footer .logo {
		padding:20px 0;
	}


	#footer address {
		padding:20px 0;
	}

}

/*===============================================
  画面の横幅が768px以下に適用(iPad以下)
===============================================*/
@media screen and (max-width: 768px){
	
	

}

/*===============================================
  画面の横幅が640px以下に適用(スマホ)
===============================================*/
@media screen and (max-width: 640px){
	

}