@charset "UTF-8";
@import url("../webfonts/rockb/stylesheet.css");
#historyWrp {
	padding-bottom: 60px;
}
#historyWrp ul {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari flex-start space-around */
	justify-content: space-between;
	-webkit-align-content: stretch; /* Safari */
	align-content: stretch;
	-webkit-align-items: center;/* Safari flex-start space-around */
	align-items: center;
	width:100%; /* 横並びさせる親要素の幅 */
}
#historyWrp ul li {
	width: 24%;
	margin-bottom: 50px;
	text-align: center;
	overflow: hidden;
}
#historyWrp ul li.mid {
	width: 30%;
}
#historyWrp ul li.wide {
	width: 48%;
}
#historyWrp ul li .thumb {
	margin-bottom: 10px;
	position: relative;
	/*display: table-cell;
	vertical-align: middle;*/
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
}
#historyWrp ul li .thumb img {
	/*position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);*/
	width: auto;
	height: 280px;
}
#historyWrp ul li .cmtbox {
	font-family: Rockwell;
}
.cmtbox h2 {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	
}
.cmtbox h2 span {
}
.cmtbox h3 {
}
* {
}
#entryWrp h1  {
	text-align: center;
	margin-bottom: 5px;
}
#entryWrp h2 {
	width: 100%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#entryWrp h2 span {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 13px;
	font-weight: bold;
}
#history_dtlWrp {
	padding-bottom: 30px;
}
#history_dtlWrp .history_tit {
	margin-top: 70px;
	margin-bottom: 70px;
	font-weight: bold;
	font-size: 35px;
	text-align: center;
	font-family: Rockwell;
	color: #fff601;
	filter: dropshadow(color=#000000,offX= 0,offY=-1)
			dropshadow(color=#000000,offX= 1,offY= 0)
			dropshadow(color=#000000,offX= 0,offY= 1)
			dropshadow(color=#000000,offX=-1,offY= 0);
	-webkit-text-stroke-color: #000;
	-webkit-text-stroke-width: 2px;
	text-shadow: black 1px 1px 0px,
				 black -1px 1px 0px,
        		 black 1px -1px 0px,
				 black -1px -1px 0px;
	letter-spacing: 2px;
}

#history_dtlWrp .historybox h2 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	/*text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
	color: #ffffff;	filter: dropshadow(color=#000000,offX= 0,offY=-1)
			dropshadow(color=#000000,offX= 1,offY= 0)
			dropshadow(color=#000000,offX= 0,offY= 1)
			dropshadow(color=#000000,offX=-1,offY= 0);
	-webkit-text-stroke-color: #000;
	-webkit-text-stroke-width: 2px;
	text-shadow: black 1px 1px 0px,
				 black -1px 1px 0px,
            	 black 1px -1px 0px,
				 black -1px -1px 0px;
	letter-spacing: 2px;*/
}

#history_dtlWrp .slider {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#history_dtlWrp .slider .absorute  {
	position: absolute;
	z-index: 1;
	top: -40px;
	left: -30px;
}
.historybox .slider .absorute.opening {
}

@media screen and (max-width:768px){
main .innerContents {
	width: 90%;
}
#historyWrp {
}
#historyWrp ul {
	-webkit-align-items: flex-start;/* Safari flex-start space-around */
	align-items: flex-start;
}
#historyWrp ul li {
	width: 45%;
	margin-bottom: 30px;
}
#historyWrp ul li.mid {
	width: 45%;
}
#historyWrp ul li.wide {
	width: 100%;
}
#historyWrp ul li .thumb {
}
#historyWrp ul li div.thumb img {
	width: 100%;
	height: auto;
	max-height: none;
}
#historyWrp ul li div.thumb.heightLine {
	height: auto !important;
}
#historyWrp ul li .cmtbox {
}
.cmtbox h2 {
}
.cmtbox h2 span {
}
.cmtbox h3 {
}

* {
}
#history_dtlWrp .history_tit {
}
#history_dtlWrp .historybox {
	width: 100%;
	height: auto;
}
#history_dtlWrp .historybox .slider .absorute {
	top: -10px;
	left: -10px;
	width: 60px;
	height: 60px;
}
#history_dtlWrp .historybox .slider .absorute.opening {
	width: 140px;
}
.historybox .slider .absorute.opening {
}
#history_dtlWrp .historybox .slider .absorute img {
	width: 100%;
	height: auto;
}
#history_dtlWrp .slider {
	width: 100%;
}
.flex-direction-nav a {
	width: 40px !important;
	height: 40px !important;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	left: -20px !important;
}
.flexslider:hover .flex-direction-nav .flex-next {
	right: -20px !important;
}
}

@media screen and (max-width:480px){
#historyWrp   {
}
#historyWrp ul {
}
#historyWrp ul li {
	margin-bottom: 50px;
}
#historyWrp ul li .thumb {
	margin-bottom: 0px;
}
#historyWrp ul li.mid,
#historyWrp ul li.wide,
#historyWrp ul li {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
* {
}
#history_dtlWrp .history_tit {
	font-size: 22px;
	-webkit-text-stroke-width: 1px;
}
#history_dtlWrp .historybox h2 {
	font-size: 15px;
}
.flex-control-thumbs {
	top: 0px !important;
	padding-right: 3% !important;
	width: 102% !important;
}
.flex-control-thumbs li {
	width: 18% !important;
	margin-right: 2% !important;
	margin-left: 0% !important;
}
}
