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

 CSS information

 File Name  : base.css
 Author	 : Hiroshi Honjo
 Author URI : http://www.pronest.jp/
 Style Info : base & commmon

------ ------ ------ ------ ------ */

/* ------ ------ ------ ------ ------ ------ ------ ------
 body & basic
 ----- ------ ------ ------ ------ ------ ------ ------ */
html {
	overflow-y: scroll;
}
body {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	/* ゴシック： */ /*font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
	font-size: 13px;
	color: #727172;
	line-height: 1.5;
	display: none;
}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}


h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%;}
img { vertical-align: top;}
a,
a:link	   { color: #0085C7; text-decoration: none;}
a:visited	{ text-decoration: none;}
a:hover		 { color: #0085C7; text-decoration: none;}
a:active	 { text-decoration: none;}

#header h1 a:hover,
#header h2 a:hover,
#gNav aside ul li a:hover,
.pageTop a:hover,
#fNav a:hover
{
	filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;
}


@import url(https://fonts.googleapis.com/css?family=Cinzel);
.Cinzel { font-family: 'Cinzel', serif; font-size: 100%;}
/*
-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
*/
/* ------ ------ ------ ------ ------ ------ ------ ------
 layout common
 ----- ------ ------ ------ ------ ------ ------ ------ */
/* #header
------ ------ ------ ------ ------ ------ */
#header{
	width: 100%; height: 200px;
	background: #FFF;
}

.slicknav_menu {
	display:none;
}

.js #gNav {
	display:none;
}
.js .slicknav_menu {
	display:block;
}


#header{ height: 62px;}
#header h1{
	padding: 10px;
}
#header h1 a{
	display: block;
	width: 212px; height: 42px;
	background: #fff url(../img/logo.png) no-repeat;
	-webkit-background-size: 212px 42px;
	     -o-background-size: 212px 42px;
	        background-size: 212px 42px;
	overflow: hidden; text-indent: 100%; white-space: nowrap;
}

/*
----- ----- ----- ----- ----- ----- navigation */
.js .slicknav_menu{
	width: 100%;
	padding: 0px;
	background: none;
	position: absolute;
	top: 11px;
	z-index: 1000;
}

.slicknav_btn {
	width: 40px; height: 40px;
	padding: 12px 0 0 10px;
	margin: 0 10px;
	background-color: #fff;
	text-shadow: none;
	-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
	line-height: 1em;
}
.slicknav_menu .slicknav_icon {
	width: 20px;
	height: 17px;
	position: relative;
}
.slicknav_menu .slicknav_icon-bar {
	width: 20px; height: 3px;
	-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
	position: absolute;
	-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #727172;
}
	.slicknav_menu .slicknav_icon-bar:nth-of-type(1) {top: 0;}
	.slicknav_menu .slicknav_icon-bar:nth-of-type(2) {top: 7px;}
	.slicknav_menu .slicknav_icon-bar:nth-of-type(3) {bottom: 0;}
	.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		transform: translateY(7px) rotate(-45deg);
	}
	.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-of-type(2) {
		opacity: 0;
	}
	.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-of-type(3) {
		-webkit-transform: translateY(-7px) rotate(45deg);
		transform: translateY(-7px) rotate(45deg);
	}


.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0px;}
.slicknav_nav {
	padding: 0;
	padding-top: 11px;
	padding-bottom: 20px;
	margin: 0;
	font-size: 0.875em;
	list-style: none;
	color: #fff;
	overflow: hidden;
}
.slicknav_nav ul.mainNav{
	margin: 0 !important;
	background: #FFF;
	border-bottom: 1px solid #DDD;
}
.slicknav_nav ul.mainNav li{
	position: relative;
}
.slicknav_nav ul.mainNav li a{
	height: 60px;
	padding: 0px 0px;
	margin: 0px 0px;
	font-size: 1em;
	line-height: 60px;
	color: #727172;
}
.slicknav_nav ul.mainNav > li > a{
	font-family: 'Cinzel', serif;
	letter-spacing: 1px;
}
.slicknav_nav ul.mainNav li a span{
	font-size: 1.4em;
}
.slicknav_nav ul.mainNav li a{
	background: none;
}
.slicknav_nav ul.mainNav li > a{
	padding-left: 1em;
	border-top: 1px solid #DDD;
	font-size: 1em;
}
.slicknav_nav ul.mainNav li li a{
	height: 48px;
	/*background: #EEE;*/
	line-height: 48px;
}
.slicknav_nav ul.mainNav .slicknav_arrow {
	display: block;
	width: 18px; height: 18px;
	margin: 0 0 0 0;
	background: url(../img/cross.gif) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	overflow: hidden; text-indent: 100%; white-space: nowrap;
	position: absolute;
	right: 16px; top: 21px;
	z-index: 10000;
}
.slicknav_nav ul.mainNav .slicknav_open .slicknav_arrow{
	background: url(../img/bar.gif) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.slicknav_nav .slicknav_row:hover {
	-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
	background: none;
	color: #727172;
}



/* #gNav
------ ------ ------ ------ ------ ------ */
#gNav{
}

/* .pageTop
------ ------ ------ ------ ------ ------ */
.pageTop a{
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
}
.pageTop a span {
	width: 60px; height: 60px;
	margin: -36px 0 0 -30px;
	border-radius: 100%;
	position: absolute;
	top: 0; left: 50%;
}
.pageTop a span::after {
	content: '';
	width: 16px; height: 16px;
	margin: -12px 0 0 -8px;
	position: absolute;
	top: 60%; left: 50%;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	box-sizing: border-box;
}
	.pageTop{
		background: #eeeeee;
		text-align: center;
		height: 10px;
	}
	.pageTop a span {
		background: #EEE;
	}
	.pageTop a span::after {
		border-left: 3px solid #00459C;
		border-bottom: 3px solid #00459C;
	}



/* #fNav
------ ------ ------ ------ ------ ------ */
#fNav{
	overflow: hidden;
	background: #EEE;
	padding: 10px 10px 0px 40px;
	font-size: 0.92857142857142857142857142857143em;
}
#fNav li{
	float: left;
	width: 50%;
	list-style-type: circle !important;
	list-style-position: inside !important;
	margin-bottom: 0.5em;
}
#fNav li a{
	display: block;
	line-height: 1.2em;
	color: #727272;
}


/* #footer
------ ------ ------ ------ ------ ------ */
#footer{
	padding: 10px;
	background: #EEE;
	text-align: center;
	font-size: 10px;
}




/* #main
------ ------ ------ ------ ------ ------ */
#main{
}

/* .viewer
------------------------- */
.viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul li img {
    width: 100%;
}
 
/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}




.ipad{
	padding: 0 1.5rem;
	margin-bottom: 1.5em;
	}
	.ipad a{
		display: block;
		text-align: center;
		border-radius: 10px;
		box-shadow:0px 0px 3px 3px rgba(2,2,2,0.1);
		-moz-box-shadow:0px 0px 3px 3px rgba(2,2,2,0.1);
		-webkit-box-shadow:0px 0px 3px 3px rgba(2,2,2,0.1);
		line-height: 1.2;
		padding: 10px 0;
		color: #727272;
	}











/* ------ ------ ------ ------ ------ ------ ------ ------
 clear
 ----- ------ ------ ------ ------ ------ ------ ------ */
.clear { clear: both;}
/* CSS -micro clearfix */
.cf:before,.cf:after {content: "";display: table;}
.cf:after{clear:both;}
.cf{zoom: 1;}

.clearfix:before,.clearfix:after {content: "";display: table;}
.clearfix:after{clear:both;}
.clearfix{zoom: 1;}




