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

::selection
{
    background: rgba(255, 255, 255, 0);
    color: #ffffff;
}
img {
	image-rendering: -webkit-optimize-contrast;
}

.contents_side_none {
	display: flex;
	justify-content: center;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-left: 80px;
}

.button_pdf {
	margin: 20px 0 20px 20px;
}
.button_pdf a{
	border: 3px solid #140087;
	border-radius: 5px;
	padding: 7px 10px 7px 10px;
	background: #FFF;
	color: #140087;
	font-weight: 500;
	font-size: 14px;
	transition: 0.3s;
	box-shadow: 0 5px 4px -4px #B2B2B2;
}
.button_pdf a:hover{
	background: #002561;
	color: #FFF;
}
/***********************************************
ドラッグ可能
***********************************************/
.slide {
	display: none;
}
.slide.active {
	display: block;
}
.image_area {
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	background: #FFF;
}
.image_area img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.view_all {
	position: absolute;
	z-index: 1;
	top: 0;
    left: 0;
}
.view_all img {
	max-width: 100%;
}
.view {
	top: 0;
	left: 0;
	position: absolute;
	cursor: grab;
	z-index: 20;
}
.hide {
	display: none;
}
.opac0 {
	display: none;
	position: absolute;
	top: 0;
}

/**********************************************
**********************************************/
.top_info {
	justify-content: center;
	align-items: center;
	display: flex;
}

/***********************************************
small
***********************************************/
.button_big_small {
}
#button_small{
	z-index: 10;
	position: relative;
}
.button_small_btn {
	width: 160px;
	height: 40px;
	border-radius: 5px;
	background: #0B4E96;
	box-shadow: 0 5px 4px -4px #B2B2B2;
	transition: 0.8s ease;
}
.button_small_btn:hover {
	background: #001D60;
	transform: scale(1.05);
}
.button_small_btn a{
	color: #FFF;
	font-weight: 400;
	padding-top: 5px;
	display: block;
	width: 100%;
	height: 100%;
}
.button_small_btn a:hover{
	color: #FFF;
}


/**********************************************
ページ番号
**********************************************/
.pagenumber_pos {
	width: 100%;

}
.pagenumber {
	margin: 0 0 0 30px;
	width: 200px;
	font-weight: 600;
	color: #140087;
	display: flex;
}

/***********************************************
サイドバー
***********************************************/
.side_bar_area {
	width: 90px;
	overflow: hidden;
}
.side_bar {
	display: flex;
	width: 50px;
	margin-left: 20px;
	margin-right: 20px;
	background: #7a7a7a;
	border: 5px solid #7a7a7a;
	border-radius: 5px;
	color: #FFF;
	font-weight: 600;
	cursor: pointer;
	transition: 0.3s;
	align-items: center;
	max-height: 300px;
	line-height: 300;
	opacity: 0;
}
.side_bar:hover {
	background: #005694;
	border-color: #005694;
	color: #FFF;
}
#nav_left,
#nav_right{
	padding: 0 10px 0 10px;
}

.button_hide {
	display: none;
}

/***********************************************
サムネイル
***********************************************/
.image_bar {
	background: rgba(130, 130, 130, 0.7);
	border-radius: 0 10px 10px 10px;
	width: 220px;
	height: 100%;
	position: absolute;
	top: 30px;
	left: 10px;
	z-index: 30;
	transition: 0.8s;
	overflow-y: scroll;
}
.image_bar::-webkit-scrollbar {
    width: 16px;
}
.image_bar::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 10px;
}
 
.image_bar::-webkit-scrollbar-thumb {
    background-color: #3d7ea6;
    border-radius: 100px;
}
.image_bar_samunail {
	width: 50px;
	height: 30px;
	position: absolute;
	left: 10px;
	background: rgba(130, 130, 130, 0.7);
	border-radius: 5px 5px 0 0;
	cursor:pointer;
}

#image_icon_area {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
ul#image_icon {
	margin: 0 auto;
	text-align: center;
}
ul#image_icon li {
	list-style: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ededed;
	position: relative;
}
ul#image_icon li:last-of-type {
	border-bottom: none;
}
ul#image_icon li a{
	color: #005694;
	transition: 0.8s;
	display: block;
}
ul#image_icon li a:hover{
	color: #E96C0E;
}
ul#image_icon li a.list_pdf{
	color: #005694;
	font-weight: 600;
	background: #FFF;
	margin-top: 5px;
	margin-left: 95px;
	width: 75px;
	padding: 3px 5px 5px 5px;
	border-radius: 5px;
	border: 2px solid #005694;
}
ul#image_icon li a.list_pdf:hover{
	color: #FFF;
	background: #005694;
}


ul#image_icon li img{
	list-style: none;
	border: 5px solid #FFF;
	border-radius: 3px;
	margin-top: 10px;
	transition: 0.8s;
	display: inline-block;
}
ul#image_icon li img:hover,
ul#image_icon li img.now{
	border-color: #005694;
}
/*-- ページナンバー --*/
ul#image_icon li p.page_num{
	bottom: -5px;
	left: 20px;
	position: absolute;
}
ul#image_icon li p.page_num span{
	color: #FFF;
	font-size: 12px;
}


/***********************************************
リスト
***********************************************/
.image_bar_listlink {
	background: rgba(5, 11, 28, 0.7);
	border-radius: 0 10px 10px 10px;
	width: 350px;
	height: 100%;
	position: absolute;
	top: 30px;
	left: 10px;
	z-index: 30;
	transition: 0.8s;
	overflow-y: scroll;
}
.image_bar_listlink::-webkit-scrollbar {
    width: 16px;
}
.image_bar_listlink::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 10px;
}
 
.image_bar_listlink::-webkit-scrollbar-thumb {
    background-color: #3d7ea6;
    border-radius: 100px;
}
.image_bar_list {
	width: 50px;
	height: 30px;
	position: absolute;
	left: 70px;
	background: rgba(5, 11, 28, 0.7);
	border-radius: 5px 5px 0 0;
	cursor:pointer;
}
ul.bar_list{
}
ul#image_list {
	margin-top: 20px;
	border-top: 1px solid #835f8a;
}
ul#image_list.hide{
	display: none;
}
ul.bar_list li,
ul#image_list li{
	border-bottom: 1px solid #352e3a;
}
ul.bar_list li:last-of-type,
ul#image_list li:last-of-type{
	border-bottom: none;
	box-shadow: 0px 7px 15px -14px #000;
}
ul.bar_list li:nth-of-type(n+2){
	border-top: 1px solid #8f8f8f;
}
ul#image_list li:nth-of-type(n+2){
	border-top: 1px solid #835f8a;
}
ul.bar_list li a,
ul#image_list li a{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #FFF;
	font-size: 12px;
}
ul.bar_list li.now,
ul.bar_list li a:hover,
ul#image_list li.now,
ul#image_list li a:hover{
	border-left: 5px solid #E96C0E;
	background: #343434;
	color: #FFF;
}
ul.bar_list li.now a:hover,
ul#image_list li.now a:hover{
	border-left: none;
}
/***********************************************
検索
***********************************************/
.image_bar_search_tag {
	background: rgba(40, 29, 76, 0.7);
	border-radius: 0 10px 10px 10px;
	width: 350px;
	height: 100%;
	position: absolute;
	top: 30px;
	left: 10px;
	z-index: 30;
	transition: 0.8s;
	overflow-y: scroll;
}
.image_bar_search_tag::-webkit-scrollbar {
    width: 16px;
}
.image_bar_search_tag:-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 10px;
}
 
.image_bar_search_tag::-webkit-scrollbar-thumb {
    background-color: #3d7ea6;
    border-radius: 100px;
}

.image_bar_search {
	height: 30px;
	position: absolute;
	left: 130px;
	background: rgba(40, 29, 76, 0.7);
	border-radius: 5px 5px 0 0;
	cursor:pointer;
	z-index: 42;
}

/***********************************************
ポップアップ
***********************************************/
.popup {
	position: absolute;
	bottom: -10px;
	right: 20px;
	z-index: 40;
}
.popup_area {
	position: relative;
	text-align: center;
}
.pop_button_top {
	position: absolute;
	bottom: 210px;
	right: 0;
}
.pop_button_bottom {
	position: absolute;
	bottom: 0;
	right: 0;
}
.icon_close_area {
	position: absolute;
	right: -15px;
	top: -15px;
}
.icon_close{
	color: #FFF;
	border-radius: 15px;
	border: 2px solid #FFF;
	width: 30px;
	height: 30px;
	background: #525252;
	transition: 0.8s;
	cursor: pointer;
	z-index: 50;
}
.icon_close:hover {
	background: #FFF;
	border: 2px solid#525252;
}
.icon_close:hover span{
	color: #525252;
}

.popup_banner {
	padding: 20px;
	background: rgba(4, 66, 99, 0.7);
	border-radius: 10px;
	transition: 0.8s ease-out;
}
.popup_banner.image{
	padding: 0;
	border-radius: 10px;
	border: 3px solid #E96C0E;
	background: #FFF;
}
.popup_banner.image img{
	border-radius: 10px;
	transition: 0.8s;
}
.popup_banner.image img:hover{
	opacity: 0.6;
}
a.popup_button {
	border: 3px solid #005a8f;
	border-radius: 5px;
	background: #FFF;
	font-weight: 600;
	padding: 5px 10px 5px 10px;
	width: 150px;
	box-shadow: 0 5px 4px -4px #000;
	text-align: center;
	transition: 0.8s;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a.popup_button:hover {
	background: #005a8f;
	color: #FFF;
}

/*******************************************
ローディング
********************************************/
#splash {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: #FFF;
	text-align: center;
}

#splash_logo {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text {
	margin-bottom: 20px;
	margin-left: -12px;
	color: #E96C0E;
	font-weight: 600;
}

#splash_logo img {
	width: 50px;
}

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transfrom: translateY(0);
	}
}

.balloon_base {
	top: -80px;
	left: 0;
	position: relative;
}
.balloon_base_search {
	top: -80px;
	left: 0;
	position: relative;
}
.balloon_samunail {
	position: absolute;  
	padding: 10px;
	font-size: 12px;
	text-align: center;
	opacity: 0;
	transition: 0.3s ease-in;
	z-index: 44;
}
.balloon_search {
	position: absolute;  
	padding: 10px;
	font-size: 12px;
	text-align: center;
	opacity: 0;
	transition: 0.3s ease-in;
	z-index: 43;
}
.balloon_left {
	position: relative;
	display: inline-block;
	margin: 1.5em 0 1.5em -5px;
	padding: 7px 10px;
	min-width: 60px;
	max-width: 100%;
	color: #FFF;
	font-size: 12px;
	background: rgba(4, 66, 99, 0.7);
	border-radius: 4px;
}
.balloon_left::before {
content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -5px;
  border-top: 5px solid rgba(4, 66, 99, 0.7);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
div.image_bar_list:hover div.balloon_samunail {
	opacity: 1.0;
	z-index: 40;
}
div.image_bar_search:hover div.balloon_search {
	opacity: 1.0;
	z-index: 41;
}

.page_num p.page_num span {
	color:  #343434;
	font-weight: 600;
	font-size: 12px;
}

/*-- モバイル --*/
#images {
	overflow: hidden;
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#images img {
	max-width: 100%;
	max-height: 100%;
}
#images ul li{
	list-style:none;
	position: absolute;
}
#swipe{
	position: absolute;
}
.mobile_pagenumber {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page_sr {
	margin-left: 10px;
	margin-right: 10px;
}
.mobile_pagemenu .bar_list li a{
	color: #353535;
	background: #FFF;
}
.select-box01 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select-box01 select {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: 12px;
	width: 90%;
	padding: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%;
}
.mobile_button {
	width: 30px;
	padding: 5px;
	color: #FFF;
	font-weight: 900;
	background: #001D60;
	border-radius: 3px;
	transition: 0.3s ease-in;
}
.mobile_button:hover {
	cursor: pointer;
}
.button_left {
	margin-right: 15px;
}
.button_right{
	margin-left: 15px;
}
.mobile_page_area {
	width: 40%; 
	display: flex; 
	justify-content: center;
}
#mobile_page_num,
#mobile_page_num_all{
	width: 2em;
}
.mobile_case {
	display: none;
}
.mobile_case_android {
	display: block;
}
.page_none {
	display: none;
}
/*********************************
*検索窓
*********************************/
.input_text {
	position: relative;
	margin-top: 20px;
	display: flex;
}
.btn_search {
	border-radius: 0 3px 3px 0;
	border: 1px solid #FFF;
	background: #250633;
	color: #FFF;
	padding: 10px 13px 10px 13px;
	margin-left: 0;
	transition: 0.4s ease-in-out;
}
.btn_search:hover {
	background: #e66700;
}
label {
	position: absolute;
	top: 2px;
	font-size: 16px;
	color: #929292;
	margin: 7px 10px 10px 20px;
	padding: 0 10px;
  -webkit-transition: top .2s ease-in-out, 
                      font-size .2s ease-in-out;
  transition: top .2s ease-in-out, 
              font-size .2s ease-in-out;
}
input[type=text] {
	width: 200px;
	padding: 5px;
	margin-left: 15px;
	border-radius: 3px 0 0 3px;
	font-size: 14px;
	background-color: #FFF;
	color: #353535;
} 
input[type=text]:focus {
	outline: none;
}
input[type=text]::selection {
	color: #000;
	background: #6f887b;
}
@media (max-width: 400px){
	.pc_book {
		display: none;
	}
	.mobile_all_book {
		display: block;
	}
}
@media (min-width: 401px){
	.pc_book {
		display: block;
	}
	.mobile_all_book {
		display: none;
	}
}