@charset "UTF-8";

html,body{}
html {}
body{
	min-width: 0;
	font: normal 1.5em/1.6 sans-serif;
	-webkit-text-size-adjust: 100%;
}
body.no-scroll{
	position: fixed;
	overflow: hidden;
	max-width: 100%;
}

.pc{
	display: none !important;
}
.sp{
	display: block;
}

.centering{
	max-width: 100%;
}

header{
	position: absolute;
	left: 0; top: 0;
	z-index: 99;
	padding: 10px 0;
	width: 100%;
	/*-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.12);*/
}
header .centering{
	text-align: center;
}
header h1{
	margin: 0 auto;
	max-width: 44%;
}
header h1 img{
	width: auto;
	max-width: 100%;
	max-height: 41px;
}
header h1 + img{
	display: none;
}
#headlink{
	display: none;
}

#nav{
	position: static;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#nav .btn-menu{
	display: inline-block;
	position: fixed;
	right: 10px; top: 8px;
	z-index: 101;
	overflow: hidden;
	padding: 0;
	width: 34px;
	height: 37px;
	border: 2px solid #7f4c42;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: url(../img/nav_menu_sp.png) no-repeat center center #fff;
	-webkit-background-size: 34px 37px;
	background-size: 34px 37px;
	color: #7f4c42;
	text-align: center;
	text-decoration: none;
	text-indent: 100%;
}
#nav.open .btn-menu{
	background-image: url(../img/nav_close_sp.png);
}
#nav ul{
	/*display: none;*/
	display: block;
	position: fixed;
	left: 0; top: 0;
	z-index: 100;
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: 0;
	background: #f7f7f7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
#nav.open ul{
	/*display: block;*/
	/*height: 100%;*/
	overflow: auto;
	/*transform: translate3d(0, 0, 0);*/
}
#nav li{
	display: block;
	margin: 20px 0;
	padding: 0 20px;
	width: auto;
	/*max-width: 70%;*/
	border-left: 0;
	border-right: 0;
	text-align: center;
}
#nav li a{
	display: block;
	padding: 0 20px 0 0;
	background: url(../img/nav_arrow_sp.png) no-repeat right center;
	-webkit-background-size: 9px 16px;
	background-size: 9px 16px;
	text-align: left;
}
#nav li.current a{
	background-color: transparent;
}
#nav li span{
	display: inline-block;
	margin: 0 0 0 15px;
	/*max-width: 66%;*/
	vertical-align: middle;
}
#nav li img{
	max-width: 80%;
	vertical-align: middle;
}
#nav li span img.sp{
	width: auto;
	max-width: 100%;
	max-height: 14px;
	background: none transparent;
}

#bread{
	display: none;
	padding: 10px 15px;
}
#bread ol{
	font-size: 0.9rem;
}
#bread li:before{
	margin: 0 10px;
}
#bread a img{
	width: 1.2em;
	vertical-align: middle;
}

main{
	padding: 20px 0 50px;
}
main h2{
	margin-bottom: 15px;
	padding-bottom: 10px;
	max-width: none;
	-webkit-background-size: auto 2px;
	background-size: auto 2px;
}
body.archive main h2{
	margin: 0 15px 15px;
}
main h3{
	margin-bottom: 15px;
	font-size: 2.6rem;
}
main h3 + h3{
	margin-top: -5px;
}
main h3 img{
	width: auto;
	max-height: 18px;
}
main h3 span img{
	max-height: 12px;
}
main h4{
	margin: 30px 0 15px;
	padding: 0;
	font-size: 1.6rem;
}
main h4 img{
	vertical-align: middle;
}
@media screen and (max-width: 740px) {
	main h4 img{
		max-height: 16px;
	}
}
main h4 span{
	margin-right: 10px;
}
main h4 span img{
	max-height: 24px
}
main h5{
	margin: 20px 0 5px;
	font-size: 1.5rem;
}

#contents{
	float: none;
	margin: 0 15px;
	width: auto;
	max-width: none;
	max-height: 100%;
	font-size: 1.5rem;
	line-height: 1.8;
}
#contents p{}
#contents p + p{
	margin-top: 1em;
}
#contents p img.flt-l,
#contents p img.flt-r{
	float: none;
	margin: 15px auto;
	max-width: 100%;
}
#contents .table-wrap{
	margin: 10px 0;
	overflow-x: auto;
	white-space: nowrap;
}
#contents .table-wrap::-webkit-scrollbar {
	height: 5px;
}
#contents .table-wrap::-webkit-scrollbar-track {
	background-color: #d8d8d8;
}
#contents .table-wrap::-webkit-scrollbar-thumb {
	background-color: #a3a3a3;
}
#contents table{
	margin: 10px 0;
}
#contents th,
#contents td{
	padding: 10px;
}
#contents small{
	margin: 5px 0 20px;
	padding: 10px 15px;
	font-size: 1.1rem;
}

#side{
	float: none;
	margin: 20px 15px;
	padding: 10px 15px;
	width: auto;
	max-width: none;
}
#side > a{
	display: block;
	position: relative;
}
#side > a:after{
	content: "";
	display: inline-block;
	position: absolute;
	right: 0; top: 50%;
	margin-top: -5px;
	border: 8px solid transparent;
	border-top: 10px solid #7f4c42;
}
#side.open > a:after{
	margin-top: -15px;
	border-top: 8px solid transparent;
	border-bottom: 10px solid #7f4c42;
}
#side ul{
	display: none;
	margin-top: 10px;
}
#side ul li{
	font-size: 1.5rem;
}
#side ul li a{
	padding: 10px 5px 10px 20px;
}

#relation{
	padding: 50px 0 80px;
}
#relation h2{
	margin-bottom: 25px;
}
#relation h2 img{
	max-width: 40%;
}
#relation:after{
	height: 30px;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}

.page-top{
	text-align: right;
}
.page-top a{
	right: 10px; bottom: 5px;
	width: 54px;
}


footer{
	padding: 15px 0 90px;
	text-align: center;
}
footer .logo{
	margin-bottom: 10px;
	max-width: 40%;
}
footer small{
	font-size: 1rem;
	-webkit-transform:scale(0.75);
	-moz-transform:scale(0.75);
	-ms-transform:scale(0.75);
	-o-transform:scale(0.75);
	transform:scale(0.75);
}



.list{
	display: block;
	padding: 0 15px;
	max-width: none;
}
.list > *{
	margin: 10px 0;
	width: 48%;
}
.list > *:nth-child(odd){
	float: left;
	clear: both;
}
.list > *:nth-child(even){
	float: right;
}
.list dl{}
.list a dl:before,
.list a dl:after{
	content: none;
}
.list dl dt{
	height: auto;
}
.list dl dt img{
	width: 100%;
}
.list dl dd{
	padding: 5px;
	height: 8em;
	/*font-size: 1.1rem;*/
	line-height: 1.4;
	/*font-feature-settings : "palt" 1;*/
	/*white-space: nowrap;*/
}
#relation .list a:first-child + a dd{
	text-align: left;
}
.list .new dd:before{
	top: -8px;
	margin-top: -10px;
	width: 27px;
	height: 10px;
	-webkit-background-size: 27px 10px;
	background-size: 27px 10px;
}
.list dl dd br{
	display: none;
}


div.frame{
	margin: 15px 0 30px;
	padding: 3%;
	border-width: 10px;
}
div.frame figure{
	margin-bottom: 25px;
}
div.frame figcaption{
	/*font-size: 1.4rem;*/
	margin-bottom: 5px;
}
div.frame .ph-l figcaption,
div.frame .ph-r figcaption{
	margin: 0;
}
div.frame .ph-l figcaption{padding-left: 10px;}
div.frame .ph-r figcaption{padding-right: 10px;}


#author{
	margin-top: 20px;
	padding: 20px;
	/*font-size: 1.1rem;*/
}
#author.face{
	padding: 15px 10px 15px 110px;
	min-height: 70px;
	background-position: 10px 10px;
	-webkit-background-size: 80px;
	background-size: 80px;
}
#author.face:before{
	left: 10px; top: 10px;
	width: 80px;
	height: 80px;
	border-width: 4px;
	-webkit-background-size: 80px;
	background-size: 80px;
}
#author strong{
	margin-bottom: 5px;
	font-size: 1.4rem;
}
#author strong img{
	width: auto;
	max-height: 14px;
}