@charset "utf-8";


/* ===============================================
# ¤è¤Ï¤³¤Þ¿´×o¥Ð¥Ê©`
=============================================== */
.cmn_area_catch .bnr_yokohamakango {
  text-align: center;
  margin-top: 15px;
}
.cmn_area_catch .bnr_yokohamakango p {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 3px 0 0 0;
}
.cmn_area_catch .bnr_yokohamakango img {
  border: 1px solid #d0d0d0;
}
@media screen and (max-width :768px) {
	.cmn_area_catch .bnr_yokohamakango img {
		width: 53%;
	}
  .cmn_area_catch .bnr_yokohamakango p {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/* ===============================================
# box_calendar
=============================================== */
.box_calendar {
  margin: 0 0 60px 0;
}
.box_calendar .cmn_ttl03 {
  margin-top: 50px;
}
/*¥«¥ì¥ó¥À©`¥ì¥¤¥¢¥¦¥È------------------*/
.box_calendar .area_cal {
  margin: 0 0 40px 0;
}
.box_calendar .area_cal .box_cal_left {
  width: 50%;
}
.box_calendar .area_cal .box_cal_right {
  width:calc(100% - 50%) ;
  padding: 0 0 0 50px;
}
@media screen and (max-width :1000px) {
  .box_calendar .area_cal {
    display: block;
    margin:0 0 20px 0;
  }
  .box_calendar .area_cal .box_cal_left {
    width: 100%;
  }
  .box_calendar .area_cal .box_cal_right {
    width: 100% ;
    padding: 0; 
  }
  .box_calendar .cmn_btn {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .box_calendar .cmn_ttl03 {
    margin-top: 20px;
  }
}
/*¥«¥ì¥ó¥À©`------------------*/
.box_calendar .box_ttl .ttl {
  font-size:30px;
  font-size:3rem;
  text-align: center;
  letter-spacing: 0.025em;
}
.box_calendar .box_ttl .ttl img {
  width: 29px;
  vertical-align: middle;
  margin: 0 20px 3px 0;
}
.box_calendar .box_ttl .subttl {
    color: #6c6c6c;
	font-size: 16px;
  font-size:1.6rem;
	display: flex;
	align-items: center;
  letter-spacing: 0.025em;  
}
.box_calendar .box_ttl .subttl:before,
.box_calendar .box_ttl .subttl:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #d0d0d0;
	display: block;
}
.box_calendar .box_ttl .subttl:before {
	margin-right: .4em;
}
.box_calendar .box_ttl .subttl:after {
	margin-left: .4em;
}
@media screen and (max-width :768px) {
  .box_calendar {
  	margin: 20px 0 00;
  }  
.box_calendar .box_ttl .ttl {
	  font-size:21px;
	  font-size:2.1rem;
	  text-align: center;
	  letter-spacing: 0.025em;
	}
	.box_calendar .box_ttl .ttl img {
    width: 21px;
    margin: 0 10px 3px 0;
  }	
	.box_calendar .box_ttl .subttl {
		font-size: 13px;
	  font-size:1.3rem;
    margin-bottom: 5px ;
	}	
}
/*¥«¥ì¥ó¥À©`ÇÐÌæ*/
.box_calendar .btn_prevNext {
  display: table;
  width: 100%;
  font-size:16px;
  font-size: 1.6rem;
}
.box_calendar .btn_prevNext li {
  display: table-cell;
}
.box_calendar .btn_prevNext .btn_prev,
.box_calendar .btn_prevNext .btn_next {
  width: 30%;
}
.box_calendar .btn_prevNext .btn_prev:hover,
.box_calendar .btn_prevNext .btn_next:hover {
  cursor:pointer;
}
.box_calendar .btn_month  {
  font-size:25px;
  font-size:2.5rem;
  text-align: center;
  line-height: 1;
  padding: 0 0 10px 0;
}
.box_calendar .btn_month  span {
  font-size:46px;
  font-size:4.6rem; 
}
.box_calendar .btn_prevNext .btn_prev,
.box_calendar .btn_prevNext .btn_next {
  font-size:16px;
  font-size:1.6rem; 
}
.box_calendar .btn_prevNext .btn_prev a {
  border-right: 1px solid #ccc;
  display:inline-block;
  padding:  0 12px 0 36px;
  background: url(/jissen/library/img/ico_arrow_left.svg) no-repeat left center; 
  background-size: 17px 5px;  
}
.box_calendar .btn_prevNext .btn_next {
  text-align: right;
}
.box_calendar .btn_prevNext .btn_next a {
  border-left: 1px solid #ccc;
  display:inline-block;
  padding:  0 36px 0 12px;
  background: url(/jissen/library/img/ico_arrow.svg) no-repeat right center; 
  background-size: 17px 5px;
}
@media screen and (max-width :768px) {
	.box_calendar .btn_month  span {
	  font-size:35px;
	  font-size:3.5rem; 
	}
	.box_calendar .btn_prevNext .btn_prev,
  .box_calendar .btn_prevNext .btn_next {
    font-size:14px;
    font-size:1.4rem; 
  }
	.box_calendar .btn_prevNext .btn_prev a {
	  padding:  0 12px 0 22px;
	}
	.box_calendar .btn_prevNext .btn_next a {
	  padding:  0 22px 0 12px;
	}  
}
/*¥«¥ì¥ó¥À©`table*/
.box_calendar table.calendar {
	width:100%;
  table-layout: fixed;  
}
.box_calendar table.calendar th,
.box_calendar table.calendar td {
	text-align:center;
	font-weight:normal;
	line-height:2.2;
	border: 1px solid #e2e2e2;
	padding:8px 0;
}
.box_calendar table.calendar a {
	color: #000;
	text-decoration:none;
	display:block;
}
.box_calendar table.calendar a:hover {
	text-decoration:underline;
}
.box_calendar table.calendar th {
	color: #FFF;
	background: #f38287;
}
.box_calendar table.calendar td.collar01 {
	background: #bad2df;
}
.box_calendar table.calendar td.collar02 {
	background: #f08580;
}
.box_calendar table.calendar td.collar03 {
	background: #2bd420;
}

/*ÕhÃ÷-------------------------*/
.box_calendar .box_ex {
  margin: 55px 0 25px 0;
  line-height: 1.8;
  font-size:16px;
  font-size:1.6rem;
}
.box_calendar .box_ex dl {
  display: table;
  width: 100%;
}
.box_calendar .box_ex dt {
  display: table-cell;
  width: 1.3em;
  vertical-align: top;
  color: #f6eabb;
}
.box_calendar .box_ex .ex02 dt {
  color:#c7d6f5;
}
.box_calendar .box_ex .ex03 dt {
  color:#82daba;
}
.box_calendar .box_ex .ex04 dt {
  color:#cdcdcd;
}
.box_calendar .box_ex dd {
  display: table-cell;
  vertical-align: top;
}
.box_calendar .box_ex .txt a:not(.tellink) {
    color: #da363d;
    text-decoration: underline;
}
@media screen and (max-width :1000px) {
  .box_calendar .box_ex {
    margin:25px 0;
  }
}
@media screen and (max-width :768px) {
  .box_calendar .box_ex {
    margin: 10px 0 15px 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.box_calendar .cmn_btn img {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}



/* ===============================================
# box_calendar_details
=============================================== */
.box_calendar_details .btn_prevNext{
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;  
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;  
}
.box_calendar_details .btn_prevNext .btn_month{
  font-size: 24px;
  font-size: 2.4rem;
}
.box_calendar_details .btn_prevNext .btn_prev,
.box_calendar_details .btn_prevNext .btn_next{
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.box_calendar_details .btn_prevNext .btn_prev{
  padding-left: 40px;
  background: url(/jissen/common/img/ico_back_r.svg) no-repeat left top 3px;
  background-size: 20px 6px; 
}
.box_calendar_details .btn_prevNext .btn_next{
  padding-right: 40px;
  background: url(/jissen/common/img/ico_arrow.svg) no-repeat right top 3px;
  background-size: 20px 6px; 
}
.box_calendar_details .btn_prevNext .btn .none{
  opacity: 0.5;
  pointer-events: none;
}
.box_calendar_details .cmn_tableStyle{
  margin: 23px 0;
  font-size: 17px;
  font-size: 1.7rem;
}
.box_calendar_details .cmn_tableStyle th{
  background-color: #f56e74;
  color: #fff;
  text-align: center;
}
.box_calendar_details .cmn_tableStyle .day,
.box_calendar_details .cmn_tableStyle .week{
  width: 14%;
}
.box_calendar_details .cmn_tableStyle .time{
  width: 25%;
}
.box_calendar_details .cmn_tableStyle tr.sat{
  background-color: #e4f2fa;
}
.box_calendar_details .cmn_tableStyle tr.sun{
  background-color: #fae1e2;
}

@media screen and (max-width :768px) {
  .box_calendar_details .btn_prevNext .month{
    font-size:16px;
    font-size:1.6rem;
  }
  .box_calendar_details .btn_prevNext .btn{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .box_calendar_details .btn_prevNext .btn.prev{
    padding-left: 19px;
    background-size: 13px 4px; 
  }
  .box_calendar_details .btn_prevNext .btn.next{
    padding-right: 19px;
    background-size: 13px 4px; 
  }
  .box_calendar_details .cmn_tableStyle{
    margin: 15px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .box_calendar_details .cmn_tableStyle .day,
  .box_calendar_details .cmn_tableStyle .week{
    width: 3.5em;
  }
  .box_calendar_details .cmn_tableStyle .time{
    width: inherit;
  }
}

/* ===============================================
# box_howto
=============================================== */
.box_howto .cmn_btn  {
  margin: 20px auto;
}
.box_howto .cmn_widelink_menu {
  margin-top: 50px;
  margin-bottom:30px;
  width:100%;
  max-width:650px;
  
}
@media screen and (max-width :768px) {
  .box_howto .cmn_widelink_menu {
    margin-top: 30px;
    margin-bottom:20px;  
  }
  .box_howto .cmn_btn  {
    margin: 20px auto;
    max-width: 100%;
  }
}

/* ===============================================
# box_usage
=============================================== */
.box_usage .box_qr {
  font-size: 16px;
  font-size: 1.6rem;  
}
.box_usage .box_qr .photo {
  width: 170px;
  padding: 1px 0 0 0;
}
.box_usage .box_qr .photo img {
  border:1px solid #a0a0a0;
}
@media screen and (max-width :768px) {
  .box_usage .box_qr {
    font-size: 13px;
    font-size: 1.3rem;  
  }	
	.box_usage .box_qr .photo {
	  width: 53.3%;
	}
	.box_usage .cmn_link li a {
		display:block;
		text-align:center;
	}
}

/* ===============================================
# box_opac_col2
=============================================== */
.box_opac_col2 {
  justify-content: space-between;
  margin: 50px 0;
}
.box_opac_col2 li{
  width: 48%;
  text-align: center;
}
/*opac_qr*/
.box_opac_col2 .opac_qr .img {
  width: 170px;
  padding: 1px 0 0 0;
  margin: auto;
}
.box_opac_col2 .opac_qr .img img {
  border:1px solid #a0a0a0;
}
.box_opac_col2 .opac_qr .txt {
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 0 0 0;
  font-size:14px;
  font-size:1.4rem;
}

/*opac_btn*/
.box_opac_col2 .opac_btn .img {
  position: relative;
  width: 170px;
  height: 170px;
  margin: auto;
  border-radius: 50%;
  background: #f7aaaa;
  line-height: 70px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;  
}
.box_opac_col2 .opac_btn .img img {
  width: 67.85%;
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.box_opac_col2 .opac_btn .txt {
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 0 0 0;
  font-size:14px;
  font-size:1.4rem;
}
@media screen and (min-width :769px) {
  .box_opac_col2 .opac_btn:hover .img {
    background: #df6b70;
  }
}
@media screen and (max-width :768px) {
  .box_opac_col2 {
    margin: 0;
  }
  .box_opac_col2 li{
    width: 100%;
    margin: 20px 0 30px 0;
  }  
}




/*¥á¥Ë¥å©`-------------------------*/
.sec_library_menu {
  margin-bottom: 80px;
}
.sec_library_menu .ttl {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.025em;
  text-align: center;
  line-height: 1.3;
}
.sec_library_menu .ttl .fontMincho {
  display: block;
  font-size: 20px;
  font-size: 2rem;  
}
.sec_library_menu .ttl::after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    margin: 15px auto 0 auto;
    background-color: #df6b70;
}
.sec_library_menu .box_menu {
  overflow: hidden;
  max-width: 800px;
  margin: 40px auto 0 auto;
}
.sec_library_menu .box_menu li {
  float: left;
  width: 25%;
  text-align: center;
  margin-bottom: 25px;
}
.sec_library_menu .box_menu li:nth-child(4n+1) {
  clear: both;
}
.sec_library_menu .box_menu li img{
  width: 105px;
  background-color: #f7aaaa;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.sec_library_menu .box_menu li a > span{
  display: block;
  margin-top: 8px;
  line-height: 1.25;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.sec_library_menu .box_menuimg{
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);  
}
.sec_library_menu .box_menu li.link img,
.sec_library_menu .box_menu li.qr img {
  background: none;
  border-radius: 0;
}
@media print,screen and (min-width :769px){
  .sec_library_menu .box_menu li a:hover{
    opacity: 1;
  }
  .sec_library_menu .box_menu li a:hover img{
    background: #df6b70;
  }
  .sec_library_menu .box_menu li a.ov img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .sec_library_menu .box_menu li a.ov:hover img{
    background: none;
    opacity: .6;
    text-decoration: none;
  }
}
@media screen and (max-width :1023px) {
  .sec_library_menu .box_menu li {
    width: 33.3%;
  }  
  .sec_library_menu .box_menu li img {
    width: 64.8%;
  }  
  .sec_library_menu .box_menu li:nth-child(4n+1) {
    clear:none;
  }
  .sec_library_menu .box_menu li:nth-child(3n+1) {
    clear: both;
  }  
  .sec_library_menu .box_menu li a > span{
    margin-top: 8px;
    font-size: 12px;
    font-size: 1.2rem;
  }  
}
@media screen and (max-width :768px){
  .sec_library_menu {
    margin-bottom: 40px;
  }
  .sec_library_menu .box_menu {
    margin: 20px auto 0 auto;
  }  
}

/*¤ªÖª¤é¤»-----------------------------*/
.sec_news {
  margin-bottom: 100px;
}
.sec_news h2 span.fontMincho{
  font-size: 20px;
  font-size: 2rem;
  color: #000000;
  letter-spacing: 0.1em;
}
.sec_news .area_news h2{
  padding-bottom: 20px;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  color: #464646;
  letter-spacing: 0.025em;
}
.sec_news .area_news h2 .en{
  margin-top: 5px;
  margin-right: 10px;
}
.sec_news .cmn_news_box a{
  font-size: 15px;
  font-size: 1.5rem;  
  padding-left: 0;
  padding-right: 0;
}
.sec_news .cmn_news_box li .date{
  font-size: 15px;
  font-size: 1.5rem;  
}
.sec_news .cmn_news_box li .ttl{
  padding-left: 0;
}
.sec_news .cmn_news_box li .cate {
    display: inline-block;
    margin-left: 1em;
}
.sec_news .cmn_btn.btns{
  padding: 15px 50px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width :768px){
  .sec_news {
    margin-bottom: 100px;
  }
  .sec_news h2 span.fontMincho{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_news .area_news h2{
    font-size: 33.5px;
    font-size: 3.35rem;
    padding-bottom: 10px;
  }
  .sec_news .cmn_news_box a{
    font-size: 15px;
    font-size: 1.5rem;  
    padding-left: 0;
    padding-right: 0;
  }
  .sec_news .cmn_news_box li .date{
    font-size: 13px;
    font-size: 1.3rem;  
  }
  .sec_news .cmn_btn.btns{
    padding: 15px 25px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec_news .cmn_news_box li .cate span {
      padding: 4px 0;
      font-size: 12px;
      /* font-size: 1.2rem; */
  }  
}

