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

special共通

-------------------------------------------------- */


.posts h3 {
	margin-bottom:30px;
}
.posts {
	margin-bottom:20px;
}
.section p, .intro p {
	text-align:justify;
	text-justify: inter-ideograph;
}
.btnArea {
	width:100%;
	margin-top:20px;
}
.author {
	clear: both;
	padding: 1em;
	margin-bottom: 0;
	border-top: #CCC dashed 1px;
	border-bottom: #CCC dashed 1px;
}
.author p {
	font-size:.9em;
	margin-bottom: 0;
}
.centred {
	width:800px;
	margin:0 auto;
}
.credit {
	padding:30px;
	font-size:.9em;
}
.credit .photo {
	padding:30px 0;
}
.intro {
	font-weight:bold;
	color:#666;
	line-height:2;
}
.wideL {
	margin-left:-29px;
}
.wideR {
	margin-right:-29px;
}
.wideTop {
	margin-top:-28px;
}
.section ul {
	margin-bottom:20px;
}
.hightlight {
	background:#F5F5F5;
	padding:40px 40px 20px 40px;
	margin-top:30px;
}
.hightlight h3 {
	font-weight:bold;
	font-size:1.5em;
	color:#666;
}
a.btnTweet {
	display:inline-block;
	border:#55ACEF solid 2px;
	background:url(http://visit-nagasaki.com/special/spring2017/img/icon_tweet.png) no-repeat 10px center;
	padding:10px;
	padding-left:45px;
	color:#55ACEF;
	font-weight:bold;
}
a.btnVine {
	display:inline-block;
	border:#00B386 solid 2px;
	background:url(http://visit-nagasaki.com/special/spring2017/img/icon_vine.png) no-repeat 10px center;
	padding:10px;
	padding-left:45px;
	color:#00B386;
	font-weight:bold;
}
a.btnTweet:hover, a.btnVine:hover {
	opacity:0.7;
}
/* --------------------------------------------------

spring2017

-------------------------------------------------- */

#spring2017 {
	-webkit-text-size-adjust: 100%;
}
#spring2017 .btnMore {
	display:inline-block;
	padding: 0 30px;
	margin:0 5px;
	clear: both;
	background:#544D37;
}
#spring2017 .btnMore:hover {
	background: #544D37;
}
#spring2017 .intro {
	position:relative;
	margin-bottom: 50px;
}
#spring2017 .map {
	background:url(http://visit-nagasaki.com/special/spring2017/img/bg_map.png) no-repeat center;
	width:1020px;
	height:346px;
	padding-bottom:280px;
	margin-top:-35px;
	margin-left:-30px;
}
#spring2017 .map a {
	position:absolute;
}
#spring2017 .map #btn01 {
	left:15px;
	top:200px;
}
#spring2017 .map #btn02 {
	left:15px;
	top: 410px;}
#spring2017 .map #btn03 {
	right:15px;
	top:200px;
}
#spring2017 .map #btn04 {
	right:15px;
	top:410px;
}
#spring2017 .intro p {
	color:#fff;
	position:absolute;
	left:15px;
	top:25px;
}

#spring2017 .posts{
	position:relative;
	padding-bottom:80px;
}

#spring2017 .ToTop{
	position:absolute;
	bottom: -18px;
	right: 30px;
}

#spring2017 .event{
	background-color:#605A45;
	padding:30px;
}

#spring2017 .event p{
	color:#fff;
}

#spring2017 .event .eventBox{
	width:465px;
	min-height:240px;
	background-image:url(http://visit-nagasaki.com/special/spring2017/img/pht05_02.gif);
	background-repeat:repeat-y;
	float:left;
	position:relative;
}

#spring2017 .event .eventBox:before{
	content:url(http://visit-nagasaki.com/special/spring2017/img/pht05_01.gif);
}

#spring2017 .event .eventBox:after{
	content:url(http://visit-nagasaki.com/special/spring2017/img/pht05_03.gif);
	position:absolute;
	bottom:-20px;
}

#spring2017 .event .eventBox:last-child{
	margin-left:25px;
}

#spring2017 .event .eventBox h4{
	text-align:center;
}

#spring2017 .event .eventBox dl{
	color:#605A45;
	margin:10px 30px;
}

#spring2017 .event .eventBox dl dt{
	float:left;
	clear:left;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}