@charset "utf-8";


/* - - - - - - - - - - - - - - - - - - - - - 
	link
- - - - - - - - - - - - - - - - - - - - - */

a:link,
a:visited {
	color:#333;
	text-decoration:none;
}

a:hover,
a:active {
	color:#ea6182;
	text-decoration:underline;
}	


#main {
	padding-top: 0;
}

.contents-box {
	margin: 0 0 30px;
}


/* - - - - - - - - - - - - - - - - - - - - - 
	slider
- - - - - - - - - - - - - - - - - - - - - */

#slider {
	overflow: hidden;
	width: 100%;
	z-index: 1;
	padding-top: 0
}
#slider ul li a {
	display: block
}


/* - - - - - - - - - - - - - - - - - - - - - 
	notice
- - - - - - - - - - - - - - - - - - - - - */
.notice {
	margin-top:50px;
	background: #fff;
	-webkit-box-shadow: 10px 10px 0px 0px rgba(254,216,166,1);
	-moz-box-shadow: 10px 10px 0px 0px rgba(254,216,166,1);
	box-shadow: 10px 10px 0px 0px rgba(254,216,166,1);
}
.notice .top-title {
	position: relative;
	color: #ff8a00;
	padding-left: 70px
}
.notice .top-title:after {
	content: "";
	display: block;
	background:url('../images/giraffe.png') no-repeat;
	position: absolute;
	width: 62px;
	height: 94px;
	bottom: 0;
	left:0
}
.notice .top-title,
.notice .news-list {float: left;}

/* - - - - - - - - - - - - - - - - - - - - - 
	notice second
- - - - - - - - - - - - - - - - - - - - - */
.notice-second {
	position: relative;
	background:#fff7ed;    
	-webkit-box-shadow: 10px 10px 0px 0px rgba(254,216,166,1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(254,216,166,1);
	box-shadow: 10px 10px 0px 0px rgba(254,216,166,1);
	margin-top: 60px;
}
	
.notice-second:after {
	content:"";
	display: block;
	width:103px;
	height:154px;
	background:url('../images/giraffe-midium.png') no-repeat;
	position: absolute;
	right:0;
	bottom:0;
}
.notice-second .wrap-article {padding: 20px 100px}
.notice-second .wrap-article article {background:#fff}

.notice-second .tit-area {position:relative;text-align:center;margin: 0;padding-top:20px;}
.notice-second .tit-area h1:after {
    content: "";
    display: block;
    width: 114px;
    height: 76px;
    position: absolute;
    left: 50%;
    top: -54px;
    background: url(../images/dragon-fly.png) no-repeat center 0;
    margin-left: -229px;	
}
.notice-second .tit-area h1 .large{font-size:24px;color: #ff8a00}
.notice-second .tit-area h1 .large:after {
	content:"";
	display: block;
	height: 16px;
	background:url('../images/point_orange.png') no-repeat center 0;
}
.notice-second .tit-area h1 .small{font-size:13px;color: #b0b0b0}
.notice-second .tit-area h1 .large,
.notice-second .tit-area h1 .small{display: block;}

/* - - - - - - - - - - - - - - - - - - - - - 
	pickup
- - - - - - - - - - - - - - - - - - - - - */
.tit-area {text-align:center;margin: 80px 0}
.tit-area h1 .large{font-size:24px;color: #ff8a00}
.tit-area h1 .large:after {
	content:"";
	display: block;
	height: 16px;
	background:url('../images/point_orange.png') no-repeat center 0;
	margin-top: 5px;
}
.tit-area h1 .small{font-size:13px;color: #b0b0b0}
.tit-area h1 .large,
.tit-area h1 .small{display: block;}
/* - - - - - - - - - - - - - - - - - - - - - 
	news topics
- - - - - - - - - - - - - - - - - - - - - */

.bgw h1 {
	margin-bottom: 10px;
}

.bgw .read-more {
	margin: 7px 10px 20px;
	text-align: right;
	position: absolute;
	top: 12px;
	right: 15px;
}

.news-list {
	margin: 10px;
	padding-bottom: 10px;
}

.news-list li {
	line-height: 35px;
	list-style: none;
}

.news-list li time,
.news-list li .category {
	margin-right: 15px;
	display: inline-block;
	vertical-align: top;
}

.photo-list {
	padding: 10px 5px;
}

.photo-list ul {
	list-style: none;
}
.photo-list ul li {
	margin-top: 20px 
}
.photo-list ul li figcaption {
	font-size: 16px;
}
.photo-list ul li time {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #ff8a00;
}

.photo-list ul li .photo {
    font-size: .85em;
    line-height: 1.4;
    height: 262px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 10px 10px 0px 0px rgba(254,216,166,1);
	-moz-box-shadow: 10px 10px 0px 0px rgba(254,216,166,1);
	box-shadow: 10px 10px 0px 0px rgba(254,216,166,1);	
}

.photo-list ul li img {
	width: 100%;
	/* max-width:480px; */
}

.photo-list ul li .news-more {
	margin: 10px auto 0;
	width: 110px;
	height: 25px;
}

.photo-list ul li .news-more img {
	width: 110px;
	height: 25px;
}

.read-more {
	text-align: right;
}

/* - - - - - - - - - - - - - - - - - - - - - 
	side banner
- - - - - - - - - - - - - - - - - - - - - */

.side-banner {
	padding: 0 0 10px;
	width: 100%;
	background-color: #fff;
}

.side-banner li {
	margin: 10px 0 0 10px;
	width: 237px;
	height: 60px;
	list-style: none;
	float: left;
}


.btn-area {margin-top:20px;}
.bx-txt-first {padding-right:25px;width:550px;height:300px;background-color:rgba(255,248,240,.9);text-align:left;position: absolute;}
.bx-txt-first .tit {margin-top:40px;font-size: 32px;color:#ff8a00}
.bx-txt-first .desc {padding-left:20px;font-size: 18px;color:#333}
.bx-txt-first .btn-area {text-align: right}
.bx-txt {width:500px;height:220px;background-color:rgba(255,255,255,.9);text-align:center;position: absolute;top: 111px;}
.bx-txt .tit {margin-top:40px;font-size: 32px;color:#ff8a00}
.bx-txt .tit .small {display:block;font-size:18px;color: #333;line-height: 1}
.bx-txt .desc {font-size: 18px;color:#333}
.wrap-img > img {width: 100%;box-shadow:17px 12px 62px -7px rgba(0,0,0,0.21)}


@media (min-width: 768px) {
	.full-container-01 {background:url('../images/top-bg.jpg') repeat center bottom;}
	.full-container-01 .container {width:1000px;padding: 40px 0 !important}
	.full-container-02 {background-color:#fff}
	.full-container-02 .container {width: 1000px !important;}
	.full-container-03 .container {width: 1000px !important;}
	.full-container-04 .container {width: 1000px !important;}
	.full-container-05 {background:url('../images/bottom-bg-01.jpg') repeat-x center bottom;}
	.full-container-05 .container {width: 1000px !important;}
	.full-container-06 {background:url('../images/half-bg-01.jpg') no-repeat center bottom;}
	.full-container-06 .container {width: 1000px !important;}
	.full-container-07 .container {width: 1000px !important;}
	.full-container-08 {background:url('../images/half-bg-02.jpg') no-repeat center bottom;}
	.full-container-08 .container {width: 1000px !important;}
	.full-container-09 {background:url('../images/bottom-bg-02.jpg') repeat-x center bottom;}
	.full-container-09 .container {width: 1000px !important;}
	.full-container-04 .bx-txt-first:before {
		position: absolute;
		content: "";
		background: url(../images/cloud.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		width: 160px;
		height: 130px;
		top: -73px;
		right: -22px;
	}
	.full-container-07 .bx-txt:before {
		position:absolute;
		content: "";
		background: url('../images/clover.png') no-repeat;
		width: 103px;
		height: 154px;
		bottom: 0;
		left: 0;
	}		
	.full-container-06 .bx-txt:before {
		position:absolute;
		content: "";
		background: url('../images/giraffe-midium.png') no-repeat;
		width: 103px;
		height: 154px;
		bottom: 0;
		right: 0;
	}

	.full-container-07 .bx-txt {background:rgba(255,248,240,.9)}
	.full-container-05 .bx-txt:before {
		position:absolute;
		content: "";
		background: url('../images/flower.png') no-repeat;
		width: 72px;
		height: 62px;
		top: -50px;
		left: 0;		
	}
	.full-container-08 .bx-txt:before {
		position:absolute;
		content: "";
		background: url('../images/umpyo.png') no-repeat;
		width: 42px;
		height: 76px;
		top: -50px;
		right: 0;		
	}			
	.full-container-07 .bx-txt:before {
		position:absolute;
		content: "";
		background: url('../images/friends.png') no-repeat;
		width: 122px;
		height: 91px;
		top: -50px;
		left: 0;		
	}	
	.full-container-07 .bx-txt .tit:before {
		position:absolute;
		content: "";
		background: url('../images/clover.png') no-repeat;
		width: 122px;
		height: 91px;
		top: 175px;
		left: 0;		
	}		
	.full-container-09 .bx-txt:before {
		position:absolute;
		content: "";
		background: url('../images/dragon-fly.png') no-repeat;
		width: 103px;
		height: 154px;
		top: 0;
		left: 0;		
	}
	.full-container-05 .bx-txt,
	.full-container-07 .bx-txt,
	.full-container-09 .bx-txt {
		left:10px;
	}
	.full-container-04 .bx-txt-first {
		top:57px;
		right:10px;
	}
	.full-container-08 .bx-txt,
	.full-container-06 .bx-txt {
		right: 10px;
	}
}

@media (max-width: 768px) {
	body.mobile .notice-second .wrap-article {padding: 0}
	body.mobile .notice-second .tit-area h1:after {left:0;margin-left:0}
	body.mobile .notice-second:after {
		background-size: 100%;
		right: 0;
		bottom: 43px;
		width: 62px;
		height: 94px;
	}
	body.mobile #slider {overflow: hidden;}
	body.mobile .photo-list ul li .photo {
		height: auto;
	}
	body.mobile .tit-area {margin: 40px 0}
	body.mobile .bx-txt .tit {margin-top:0;font-size: 29px }
	body.mobile .bx-txt-first .tit {margin-top: 0;font-size: 29px}
	body.mobile .bx-txt-first .btn-area {text-align: center}
	
	body.mobile .bx-txt-first,
	body.mobile .bx-txt {
		padding:20px 0;
		position: relative;
		width:auto;
		height:auto;
		top: 0;
	}
	body.mobile .bx-txt-first .desc {padding-right:20px }
	.news-list li time {
		display: block;
		line-height: 1em;
	}
	.news-list li {
		margin-bottom: 1em;
	}
}

/* - - - - - - - - - - - - - - - - - - - - - 
  23.04.30
- - - - - - - - - - - - - - - - - - - - - */
.content-wrap{
	padding-top: 40px;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
.event-box ul li {
    list-style: none;
    display: inline-block;
	margin: 0 7px 20px;
}
.event-box {
    text-align: center;
}
.event-box a:hover {
	opacity: 0.8;
}