@charset "utf-8";
/* CSS Document */

#nagaba {
	background:#fff;
}
#nagaba p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
}
#nagaba .header {
	background-image: url("/static/book/calendar/2017/images/nagaba/back-left.png"), url("/static/book/calendar/2017/images/nagaba/back-right.png"), url("/static/book/calendar/2017/images/nagaba/border.png");
	background-position: left bottom, right bottom, right bottom;
	background-repeat: no-repeat, no-repeat, repeat-x;
	margin-bottom: 20px;
	padding: 20px 0 0;
}
#nagaba .header .main {
	padding:100px 0;
}
#nagaba h2 {
	color:#000;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
	font-size: 35px;
	margin-top: 15px;
}
#nagaba h3 {
	color:#7ECCE1;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size:24px
}
#nagaba section {
	margin: 0;
	padding: 0 0 80px;
}
#nagaba section.list {
	background:#EEEEEE;
	margin: 0;
	padding: 80px 0 80px;
}
#nagaba section.list img {
	margin-bottom:15px;
}
#nagaba section.book-link {
	padding: 80px 0 80px;
}
#nagaba .detail p {
	font-size:12px;
	color:#666;
}
section:last-child {
	margin-bottom: 0;
}
.event {
	border: 2px solid #000;
	padding: 30px;
	margin-bottom:15px;
}
.hvr-ripple-out.black {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	cursor: pointer;
	margin: 0.4em;
	padding: 1em;
	text-decoration: none;
	text-align:center;
	font-size:20px
}
.hvr-ripple-out.black:before {
	animation-duration: 1s;
	border: 6px solid #000;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.blueimp-gallery .modal-dialog {
	left: auto;
	padding-left: 5%;
	padding-right: 5%;
	right: auto;
	width: auto;
	max-width:80%;
}
.modal-header {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 10px 5px;
}
#nagaba .header .container {
 width:970px;
}

/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
#nagaba .header .container {
 width:auto;
}
 #nagaba .container {
 width:auto;
}
 #nagaba .header {
 background-image: none;
 border-bottom:3px solid #000;
}
 #nagaba h2 {
 font-size: 28px;
}
 .hvr-ripple-out.black {
 font-size:16px;
}
 .hvr-ripple-out.black {
 margin: 0.4em 0;
 padding: 0.5em;
}
}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {
 #nagaba .header {
 padding: 0 0;
}
#nagaba .header .main {
    padding: 30px 0;
}
 #nagaba h2 {
 font-size: 24px;
}
#nagaba h3 {
 margin-top:10px;
 padding:0;
}
 .hvr-ripple-out.black {
 padding: 1em;
}
 #nagaba section {
 margin: 0;
 padding: 0 0 40px;
}
 #nagaba section.list, #nagaba section.book-link {
 padding: 40px 0;
}
.event {
	margin-bottom:15px;
}
.event ul {
	padding-left:10px;
}
}
