@charset "UTF-8";
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/* IE8 */

/***css****/
* {padding: 0px;margin: 0px;}
body{
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
	color: #999;
	background-color: #ececec;
}
a img {border-top-style: none;border-right-style: none;border-bottom-style: none;border-left-style: none;}
a {outline:none;}
a:focus { outline:none;}
img {vertical-align: bottom;border: none;}
.clear {clear: both;}
.clearfix:after {content: ".";display: block;clear: both;height: 0;visibility: hidden;}
.clearfix { display: inline-block; }/* exlude MacIE5 \*/
* html .clearfix { height: 1% }.clearfix {display:block;}/* end MacIE5 */
.red {color: #E71A19;}
.orange {color: #E8543F;}
.xs-txt{font-size: 10px;}
.s-txt{font-size: 12px;}
.m-txt{font-size: 14px;}
.l-txt{font-size: 18px;}
.ll-txt{font-size: 24px;}
.xl-txt{font-size: 38px;}
.smaon {display: none;}
.center{text-align: center;}

header{
	width: 100%;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 1rem 5%;
	box-sizing: border-box;
}
h1 { 
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 1.3em;
	padding: 15px 0;
	margin: 0;
}
#pagetit{
	padding: 15px 1rem;
	margin: 0;
}
h2 { 
	font-size: 1.1em;
	padding: 10px 0 50px 0;
	margin: 0;
}
a {color: #999;}
.sma{
	display: none;
}
#MainContent {
	padding: 30px 0;
	background-color: #ececec;
}
#Footer {
	border-top: none;
	clear: both;
	text-align: center;
	padding: 60px 10px 10px 10px;
} 
#Footer p {
	font-size: 12px;
	line-height: 150%;
}

.gallery { list-style: none; padding: 0 0 40px; margin: 0; }
.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.gallery li { float: left; width: 10%; }
.gallery li a {
	display: block;
	border: none;
}
.gallery li img { display: block; width: 100%; height: auto; }

#indexlist{
	border-image-width: 100%;
}
ul.layout_a{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
ul.layout_a li{
	width: 50%;
}
ul.layout_a a{
	display: block;
	width: 100%;
}
ul.layout_a img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

nav{
	position: relative;
}
nav img{
	width: 7px;
	height: auto;
	padding: 0 3px;
	vertical-align: 0;
	opacity: .3;
}
nav p.back{
	position: absolute;
	top:-55px;
	left:5%;
}
nav p.next{
	position: absolute;
	top:-55px;
	right:5%;
}
nav.footnav{
	overflow: hidden;
	padding: 10px 5%;
}
nav.footnav p.back{
	position: static;
	float: left;
}
nav.footnav p.next{
	position: static;
	float: right;
}
nav p i{
	padding: 0 5px;
}
nav p a{
	text-decoration: none;
}
nav p a:hover{
	text-decoration: underline;
}

.page-content{
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-content img{
	width: auto;
	margin: 0 auto;
	height: 50px;
}

@media screen and (max-width: 1600px){
.gallery li { float: left; width: 11.1111111%; }
}
@media screen and (max-width: 1400px){
.gallery li { float: left; width: 12.5%; }
}
@media screen and (max-width: 1280px){
.gallery li { 
	float: left;
	width: 16.6666667%; 
}
}
@media screen and (max-width: 820px){

header{
	margin: 0;
}
ul.layout_a li{
	width: 100%;
}
ul.layout_a li.w50{
	width: 50%;
}

}
/* tab ********************************************************************/
@media screen and (max-width: 768px){
	.gallery li {
		float: left;
		width: 20%;
	}
	body {
		min-width:100%;
	}
	#MainContent {
		padding:3% 0;
	}
	header{
		display: flex;
		flex-wrap: wrap;
	}
	ul.layout_a li.w50{
		width: 100%;
	}
}

/* sma ********************************************************************/
@media screen and (max-width:640px){

body {
	min-width:100%;
}
.sma{
	display: inline;
}
.gallery li {
	float: left;
	width: 33.33333333%;
}
h1 {
	font-size: 10px;
	padding: 10px 0;
	margin: 0;
}
#pagetit{
	padding: 0;
	margin: 0;
}
#pagetit img{
	width: 100%;
	height: auto;
	max-width: 448px;
}
h2 { 
	font-size: 12px;
	padding: 10px 0 30px 0;
	margin: 0;
}
.page-content img{
	width: auto;
	margin: 0 auto;
	height: 30px;
}

}

/* For inline examples only */
#PhotoSwipeTarget { width: 100%; height: 200px; }

#Indicators { text-align: center; margin-top: 20px; }
#Indicators span { display: inline-block; height: 10px; width: 10px; margin: 0 10px 0 0; padding: 0; -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; border-radius:5px; background: #c5c5c5; overflow:hidden; }
#Indicators span.current{ background: #EEBF02; }