@charset "Shift_JIS";

/* body
---------------------------------------------------- */
body {
  font-size: 14px;
  line-height: 30px;
  background-image: url("../images/library/bg.jpg");
	background-attachment:fixed;
  background-size:cover;
  background-position:center;
}


/* リンク設定
---------------------------------------------------- */
a:link {
	color: #333333;
	text-decoration: none;

}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover, a:active {
	color: #8c7565;
	text-decoration: none;
}


/* header
---------------------------------------------------- */
header {
	width: 100%;
	padding: 20px 0;
	z-index: 100;
  position: relative;
  background-color: #50453b;
}
header .header_logo {
	float: left;
}
header .header_logo p {
  text-align: center;
  font-size: 18px;
  color: #50453b;
  background-color: #cac3bc;
  letter-spacing: 0.1em;
  margin-top: 16px;
  border-radius: 50px;
}
header .header_info {
	float: right;
  width: 437px;
}
header .header_info .cosmos-serch {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
header .header_info .cosmos-serch input[type='text'] {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  width: 337px;
  height: 40px;
  padding: 1em;
  transition: 0.3s;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
header .header_info .cosmos-serch .btn {
  color: #FFF;
  width: 100px;
  height: 40px;
  background-color: #8c7565;
  line-height: 40px;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/library/search.png");
  background-repeat: no-repeat;
  background-size: 19px 19px;
  background-position: left 20px center;
}
header .header_info .cosmos-serch .btn span {
  padding-left: 50px;
}
header .header_info .cosmos-serch button,
header .header_info .cosmos-serch input,
header .header_info .cosmos-serch optgroup,
header .header_info .cosmos-serch select,
header .header_info .cosmos-serch textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
header .header_info .cosmos-serch button,
header .header_info .cosmos-serch [type="button"],
header .header_info .cosmos-serch [type="reset"],
header .header_info .cosmos-serch [type="submit"] {
  -webkit-appearance: button;
}
header .header_info .cosmos-serch button, input {
  overflow: visible;
}
header .header_info .cosmos-serch button {
  text-transform: none;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
header .menu {
  padding-top: 10px;
}
header .menu li {
	display: inline-block;
  margin-right: 15px;
}
header .menu li.sp {
	display: none;
}
header .menu li a {
	font-size: 15px;
	color: #FFF;
	padding: 3px 0 3px 5px;
	display: inline-block;
}
header .menu li a:hover {
	opacity: 0.7;
}
header .menu li a[target="_blank"] {
  padding-left: 25px;
  background-image: url("../images/library/blank.png");
  background-position: left center;
  background-repeat: no-repeat;
}
header .sp_search {
  display: none;
}
header.enlibrary .menu li {
	line-height: 1.6;
}


/* contents
---------------------------------------------------- */
.contents {
	width: 1000px;
	margin: 0 auto;
}
.contents_box {
  margin: 100px auto;
}
.blc {
  margin-top: 40px;
}
.sblc {
  margin-top: 20px;
}
.blc .sblc:nth-child(2) {
  margin-top: 0;
}


/* left_blc
---------------------------------------------------- */
.left_blc {
  float: left;
  width: 740px;
}
.left_box {
  background-color: #FFF;
  padding: 25px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}


/* index
---------------------------------------------------- */
.index_news {
  position: relative;
}
.index_news li {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
}
.index_news li:last-child {
  margin-bottom: 0;
}
.index_news li .top {
  color: #adadad;
}
.index_news li .top .date {
  float: left;
}
.index_news li .top .ttl {
  font-size: 18px;
  color: #333333;
  padding: 0 15px;
  display: block;
  line-height: 30px;
  background-color: #eae7e4;
  margin-left: 90px;
  border-radius: 6px;
}
.index_news li .txt {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.index_news li a.more {
  float: right;
}
.index_news a.more_btn {
  position: absolute;
  right: 0;
  top: -37px;
  background-color: #8c7565;
  line-height: 37px;
  color: #FFF;
  padding: 0 50px 0 30px;
  background-image: url("../images/library/arr.png");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}
.index_news a.more_btn:hover {
  opacity: 0.7;
}


/* guide
---------------------------------------------------- */
.guide_box {
  font-size: 16px;
  color: #333333;
  padding: 10px 20px;
  display: block;
  line-height: 30px;
  background-color: #eae7e4;
  border-radius: 6px;
  margin: 20px 0 10px;
}
.guide_box span {
  color: #8c7565;
}

.att {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
  padding-left: 1em;
	text-indent: -1em;
}
.list li {
  position: relative;
  padding-left: 16px;
}
.list li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "●";
  color: #8c7565;
}
.list li a[target="_blank"] {
  padding-right: 22px;
  background-image: url("../images/library/blank2.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 14px auto;
}


/* about
---------------------------------------------------- */
.floorguide {
  max-width: 100%;
  margin: 10px auto;
}
ol.abc {
  margin-left: 16px;
  column-count: 2;
  font-size: 12px;
  line-height: 24px;
}
ol.abc li {
  list-style: inherit;
}
table.about_table {
	width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
table.about_table tr:nth-child(odd) {
	background-color: #eee9e5;
}
table.about_table tr:nth-child(even) {
	background-color: #f9f7f5;
}
table.about_table th { 
	padding: 5px 20px;
	text-align: left;
	width: 120px;
	font-weight: normal;
	vertical-align: top;
}
table.about_table td {
	padding: 5px 20px;
	text-align: left;
	vertical-align: middle;
}


/* newarrivals
---------------------------------------------------- */
ul.newarrivals {
	width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
ul.newarrivals li {
	padding: 10px 20px;
}
ul.newarrivals li:nth-child(odd) {
	background-color: #eee9e5;
}
ul.newarrivals li:nth-child(even) {
	background-color: #f9f7f5;
}
ul.newarrivals li .ttl a {
  font-size: 16px;
  font-weight: bold;
  color: #8c7565;
  padding-right: 30px;
  background-image: url(../images/library/blank2.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.callno {
  margin-top: 3px;
}
.callno span {
  font-weight: bold;
  padding-right: 20px;
}


/* information
---------------------------------------------------- */
.index_news .information {
  margin-top: 30px;
}
.index_news .information li {
  padding-bottom: 20px;
}
.index_news .information li .txt {
  display: inherit;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
}


/* link
---------------------------------------------------- */
.link_blc .blc {
  float: left;
  width: 50%;
}


/* bookshelf
---------------------------------------------------- */
.bookshelf .img {
  float: left;
  width: 120px;
  height: 120px;
  text-align: center;
}
.bookshelf .img img {
  max-height: 100%;
  max-width: 100%;
}
.bookshelf .inner {
  margin-left: 130px;
}


/* right_blc
---------------------------------------------------- */
.right_blc {
  float: right;
  width: 230px;
}
.right_menu {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.right_menu li {
  border-bottom: 1px dotted #6f665e;
}
.right_menu li:last-child {
  border-bottom: none;
}
.right_menu li a {
  display: block;
  font-size: 18px;
  padding: 20px;
  background-color: #FFF;
}
.right_menu li a span {
  font-size: 14px;
  padding-left: 12px;
  color: #8c7565;
}
.right_menu li a[target="_blank"] {
  background-image: url(../images/library/blank2.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
}
.right_menu2 {
  margin-top: 20px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.right_menu2 li a {
  display: block;
  font-size: 18px;
  line-height: 20px;
  padding: 13px 20px;
  text-align: center;
  background-color: #eee4da;
}
.right_menu2 li a p {
  display: inline-block;
  padding-left: 28px;
  background-image: url("../images/library/link.png");
  background-position: left top;
  background-repeat: no-repeat;
}
.right_menu2 li a span {
  font-size: 14px;
  color: #8c7565;
  display: block;
}


/* footer
---------------------------------------------------- */
footer {
	padding: 35px 0 15px;
	width: 100%;
	position: relative;
  background-color: #50453b;
}
footer .pagetop {
	position: absolute;
  right: 100px;
  top: -41px;
}
footer img {
	float: left;
}
footer .inner {
	float: right;
	width: 650px;
	text-align: right;
}
footer .inner p {
	font-size: 14px;
	color: #FFF;
	line-height: 30px;
}
footer .inner ul {
  padding-top: 20px;
}
footer .inner ul li {
	display: inline-block;
}
footer .inner ul li::before{
  content: "｜";
  color: #FFF;
}
footer .inner ul li:first-child::before{
  content: "";
}
footer .inner ul li a {
	font-size: 15px;
  color: #FFF;
}
footer .inner ul li a:hover {
	opacity: 0.7;
}
footer .copy {
  padding-top: 30px;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  min-width: 1000px;
}


/* page_top
---------------------------------------------------- */
#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 0;
	right: 10px;
}
#page_top a {
	display: block;
	width: 50px;
	height: 50px;
}
#page_top a img {
	width: 50px;
	height: 50px;
}


/* h
---------------------------------------------------- */
.index_h1 {
	font-size: 48px;
  font-weight: normal;
  color: #50453b;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.ttl_h1 {
  font-size: 30px;
  font-weight: normal;
  color: #50453b;
  padding: 15px 20px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  background-color: #eee9e5;
  border-radius: 100px;
}
.ttl_h1 span {
  padding-left: 40px;
  background-image: url("../images/library/h1.jpg");
  background-position: left center;
  background-repeat: no-repeat;
}
.ttl_h2 {
  font-size: 18px;
  color: #8c7565;
  position: relative;
  padding-left: 24px;
  margin-bottom: 6px;
}
.ttl_h2::before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  width: 8px;
  height: 8px;
  border: 4px solid #8c7565;
  border-radius: 50%;
}
.ttl_h3 {
  font-size: 16px;
  color: #8c7565;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 3px solid #8c7565;
}


/* calendar
---------------------------------------------------- */
#wp-calendar {
  width: 80%;
  table-layout: fixed;
  margin: 0 auto 30px;
  border-collapse: collapse;
}
#wp-calendar caption {
  font-size: 18px;
  font-weight: bold;
  color: #8c7565;
  margin-bottom: 5px;
}
#wp-calendar thead {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#wp-calendar thead th {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background-color: #f9f7f5;
}
#wp-calendar tbody {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#wp-calendar tbody td {
  text-align: center;
  padding: 0;
  line-height: 44px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
#wp-calendar tbody #today {
  background-color: #ffeaea;
}
#wp-calendar tbody td a {
  text-decoration: underline;
  color: #5b9bd5;
  display: block;
  background-color: #f2f7ff;
}
#wp-calendar tfoot #next {
  text-align: right;
}


/* pager
---------------------------------------------------- */
.pagination {
	text-align: center;
	font-size: 0;
	margin-top: 50px;
}
.pagination .page-numbers {
	display: inline-block;
	line-height: 40px;
	width: 40px;
  float: none;
	text-align: center;
	background-color: #8c7565;
	color: #FFF;
	font-size: 16px;
	margin: 0 5px;
}
.pagination .current,
.pagination a.page-numbers:hover {
	background-color: #427f8e;
}
.pagination .dots {
	background-color: transparent;
	color: #333;
	margin: 0;
}



@media only screen and (max-width: 740px) {
  

body {
	font-size: 14px;
	line-height: 24px;
}


/* header
---------------------------------------------------- */
header {
	height: 40px;
	width: 100%;
	position: fixed;
	z-index: 100;
	padding: 5px 0;
}
header .contents {
  width: 94%;
	max-width: inherit;
	min-width: inherit;
}
header .header_logo img {
	height: 40px;
}
header .header_logo p {
  display: none;
}
header .header_info .cosmos-serch {
  display: none;
}
header .menu {
  margin: 0;
	float: none;
  padding: 0 10px;
  background-color: #FFF;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
header .menu li a.sp {
	display: block;
}
header .menu li a[target="_blank"] {
  padding-left: 25px;
  background-image: url(../images/library/blank2.png);
  background-position: right center;
  background-repeat: no-repeat;
}
header .sp_search {
  position: absolute;
  top: 0;
  right: 51px;
  display: block;
}
header .sp_search img {
  height: 50px;
}

/* menu */
.d-menu {
	position: absolute;
	top: 0;
	right: 0;
}
.panel {
	display: none;
	position: absolute;
	top: 50px;
	right: 0;
	width: 70%;
	z-index: 10;
}
.panel ul.menu li {
	width: 100%;
	height: auto;
	line-height: 48px;
	float: left;
	margin: 0;
	padding: 0;
	background: #FFF;
	border-bottom: 1px solid #766d65;
	border-right: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: left;
}
header .menu li.sp {
	display: inline-block;
}
.panel ul.menu li.close_btn {
	width: 100%;
	float: none;
	background-image: none;
}
.panel ul.menu li a {
	font-size: 14px;
	display: block;
  color: #333;
	line-height: inherit;
	text-decoration: none;
	padding: 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: none;
	position: relative;
}
.panel ul.menu li a span {
  font-size: 14px;
  padding-left: 12px;
  color: #8c7565;
}
.panel-btn{
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	background: #745f4d;
}
.panel-btn-icon{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	margin: -1px 0 0 -10px;
	background: #FFF;
	transition: .2s;
}
.panel-btn-icon:before, .panel-btn-icon:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 2px;
	background: #FFF;
	transition: .3s;
}
.panel-btn-icon:before{
	margin-top: -8px;
}
.panel-btn-icon:after{
	margin-top: 6px;
}
.panel-btn .close{
	background: transparent;
}
.panel-btn .close:before, .panel-btn .close:after{
	margin-top: 0;
}
.panel-btn .close:before{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.panel-btn .close:after{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

header.enlibrary .panel ul.menu li a {
	line-height: 1.6;
	padding: 15px 10px;
}


/* contents
---------------------------------------------------- */
.contents {
	width: 94%;
}
.contents_box {
  margin: 90px auto 50px;
}

  
/* left_blc
---------------------------------------------------- */
.left_blc {
  float: none;
  width: 100%;
}
.left_box {
  padding: 20px;
}

.index_news li .top .date {
  float: none;
}
.index_news li .top .ttl {
  margin: 5px 0 0;
  padding: 5px 10px;
}
.index_news a.more_btn {
  position: inherit;
  right: inherit;
  top: inherit;
  display: block;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  padding: 0 50px 0 30px;
  border-radius: 10px;
  margin-top: 30px;
}
  
  
/* guide
---------------------------------------------------- */
.guide_box {
  font-size: 14px;
  padding: 10px 15px;
  margin: 15px 0 10px;
}


/* about
---------------------------------------------------- */
ol.abc {
  column-count: 1;
}
table.about_table th { 
	padding: 5px 10px;
	width: 110px;
}
table.about_table td {
	padding: 5px 10px 5px 0;
}


/* newarrivals
---------------------------------------------------- */
ul.newarrivals li {
	padding: 10px;
}
ul.newarrivals li .ttl a {
  font-size: 15px;
  padding-right: 24px;
  background-size: 14px auto;
}


/* link
---------------------------------------------------- */
.link_blc .blc {
  float: none;
  width: 100%;
}


/* bookshelf
---------------------------------------------------- */
.bookshelf .img {
  width: 90px;
  height: 100px;
}
.bookshelf .inner {
  margin-left: 100px;
}
.bookshelf .inner  table.about_table th {
  width: 60px;
}


/* right_blc
---------------------------------------------------- */
.right_blc {
  display: none;
}


/* footer
---------------------------------------------------- */
footer {
	padding: 30px 0;
}
footer .contents {
  width: 100%;
}
footer img {
	float: none;
	display: block;
	width: 200px;
	margin: 0 auto 20px;
}
footer .inner {
	float: none;
  width: 100%;
}
footer .inner p {
	width: 94%;
  margin: 0 auto;
	text-align: left;
}
footer .inner ul {
  padding-top: 0;
  margin-top: 20px;
  border-top: 1px solid #FFF;
}
footer .inner ul li {
	display: block;
  width: 50%;
  text-align: center;
  float: left;
  border-bottom: 1px solid #FFF;
  box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
footer .inner ul li:last-child {
  width: 100%;
}
footer .inner ul li:nth-child(even) {
  border-left: 1px solid #FFF;
}
footer .inner ul li::before{
  display: none;
}
footer .inner ul li a {
  display: block;
  padding: 10px 0;
}
footer .copy {
  padding-top: 30px;
  min-width: inherit;
  line-height: 20px;
  width: 90%;
  margin: 0 auto;
}


/* en
---------------------------------------------------- */
footer.en_footer .inner ul li {
  width: 100%;
  float: none;
}
footer .inner ul li:last-child {
  width: 100%;
}
footer .inner ul li:nth-child(even) {
  border-left: none;
}


/* page_top
---------------------------------------------------- */
#page_top {
	width: 40px;
	height: 40px;
	right: 5px;
}
#page_top a {
	width: 40px;
	height: 40px;
}
#page_top a img {
	width: 40px;
	height: 40px;
}


/* anc
---------------------------------------------------- */
.anc {
   margin-top: -50px;
   padding-top: 50px;
   display: block;
}


/* h
---------------------------------------------------- */
.index_h1 {
	font-size: 36px;
}
.ttl_h1 {
  font-size: 26px;
  padding: 10px 20px;
}
.ttl_h1 span {
  padding-left: 36px;
}
.ttl_h2::before {
  top: 4px;
}


/* calendar
---------------------------------------------------- */
#wp-calendar {
  width: 100%;
}
#wp-calendar tbody td {
  line-height: 38px;
}


/* pager
---------------------------------------------------- */
.pagination {
	margin-top: 25px;
}
.pagination .page-numbers {
	line-height: 30px;
	width: 30px;
	font-size: 12px;
	margin: 0 3px;
}


}

@media only screen and (min-width: 741px) {

.panel {
    display: block!important;
}

}