@charset "utf-8";
/*=============================================
 * #key
 *=============================================*/
#open{
	width: 100%;
	position: fixed;
}
#open .open-left{
	width: 50%;
	background: url(../img/index/open-left.png) no-repeat center top/100% 100%;
	position: absolute;
	top:0;
	left: 0;
	-webkit-transition: all 2.5s linear;
-moz-transition: all 2s linear;
-ms-transition: all 2s linear;
-o-transition: all 2s linear;
overflow: hidden;
}
#open .open-left.open{
		top: -200px;
    transform: translateX(-230%) rotate(20deg);
}
#open .open-right{
	width: 50%;
	background: url(../img/index/open-right.png) no-repeat center top/100% 100%;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 2.5s linear;
-moz-transition: all 2s linear;
-ms-transition: all 2s linear;
-o-transition: all 2s linear;
overflow: hidden;
}
#open .open-right.open{
	top: -200px;
    transform: translateX(230%) rotate(-20deg);
}
#open .open-title1{
	position: absolute;
	top: 316px;
	left: 0;
	right:0;
	text-align: center;
}
#open .open-title2{
	position: absolute;
	top: 395px;
	left: 0;
	right:0;
	text-align: center;
}
#header #key p.header-img1{
    position: absolute;
    top: 608px;
    right: -68px;
    z-index: 9999;
}
#key {
    width: 100%;
    height: 815px;
    z-index: 5;
}
#key .slide-fade {
	position: static;
}
#key ul li {
}
#key li.slide01 {
	background: url(../img/index/key-slide01.jpg) no-repeat center top/cover;
}
#key li.slide02 {
	background: url(../img/index/key-slide02.jpg) no-repeat center top/cover;
}
#key li.slide03 {
	background: url(../img/index/key-slide3.jpg) no-repeat center top/cover;
}
#key li.slide04 {
	background: url(../img/index/key-slide4.jpg) no-repeat center top/cover;
}

#key #oshirase{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align:center;
	background:#530E00;
	box-shadow: 0px 0px 0 5px #530E00;
	border:1px solid #fff;
	color:#fff;
	font-size:14px;
	padding:10px 0;
	display:block;
	width:600px;
	margin:0 calc(auto - 200px) 0 calc(auto + 200px);
	z-index: 500;
	position: absolute;
	left:0;
	right:0;
	top:600px;
	font-weight: normal;
}

#sec1 {
	background: url(../img/shared/line1.png) repeat-x center top, url(../img/index/sec1-bg2.png) no-repeat center bottom, url(../img/index/sec1-bg1.jpg) repeat;
	position: relative;
	padding-bottom: 84px;
}
#sec1 h2 {
	padding-top: 90px;
	text-align: center;
	margin-bottom: 30px;
}
#sec1 .sec1-slider {
	width: 639px;
	height: 618px;
	margin-left: 180px;
	margin-top: -11px;
	margin-bottom: 17px;
}
#sec1 .sec1-img1 {
	position: absolute;
	top: 219px;
	left: -650px;
}
#sec1 .sec1-img2 {
	position: absolute;
	top: 219px;
	right: -650px;
}
#sec1 .sec1-txt {
	font-size: 15px;
	line-height: 32px;
	color: #000;
	text-align: center;
}
#sec2 {
	background: url(../img/shared/line2.png) repeat-x center top, url(../img/index/sec2-bg.png) no-repeat center 160px;
	position: relative;
	padding-bottom: 24px;
}
#sec2 .sec2-box1 {
	margin-left: 384px;
	padding-top: 94px;
	padding-bottom: 61px;
}
#sec2 h2 {
	margin-bottom: 30px;
}
#sec2 .sec2-txt {
	color: #000000;
	font-size: 15px;
	line-height: 32px;
	margin-left: 9px;
	letter-spacing: 1px;
}
#sec2 .sec2-box2 {
	position: relative;
	width: 500px;
	float: right;
}
#sec2 h3 {
	text-align: right;
	margin-right: 17px;
	margin-bottom: 50px;
}
#sec2 .sec2-img2 {
	position: absolute;
	top: 380px;
	right: 170px;
}
#sec2 .sec2-img1 {
	position: absolute;
	top: 223px;
	left: 0;
}
#sec2 .sec2-btn {
	margin-left: 104px;
}
#sec3 {
	background: url(../img/index/sec3-bg.png) repeat-x;
	height: 633px;
}
#sec3 .wrap::before {
	background: url(../img/index/sec3-img.png) no-repeat;
	width: 285px;
	height: 300px;
	position: absolute;
	top: 414px;
	right: -236px;
	content: "";
	z-index: 999;
}
#sec3 ul.sec3-link {
	padding-top: 162px;
	margin-right: -22px;
}
#sec3 ul.sec3-link li {
	float: left;
	position: relative;
}
#sec3 ul.sec3-link li a{
	display: block;
}
#sec3 ul.sec3-link .li1 li::before{
	background: url(../img/index/sec3-bnr1_on.png) no-repeat;
	width: 326px;
	height: 396px;
	position: absolute;
	top: 0;
	left: -100px;
	opacity: 0;
	content:"";
	transition: all 0.35s ease-in-out;
	pointer-events:none;
}
#sec3 ul.sec3-link .li1:hover li::before{
	left: 0;
	opacity: 1;
}
#sec3 ul.sec3-link .li2 li::before{
	background: url(../img/index/sec3-bnr2_on.png) no-repeat;
	width: 348px;
	height: 396px;
	position: absolute;
	top: 0;
	left: -100px;
	opacity: 0;
	content:"";
	transition: all 0.35s ease-in-out;
	pointer-events:none;
}
#sec3 ul.sec3-link .li2:hover li::before{
	left: 0;
	opacity: 1;
}
#sec3 ul.sec3-link .li3 li::before{
	background: url(../img/index/sec3-bnr3_on.png) no-repeat;
	width: 348px;
	height: 396px;
	position: absolute;
	top: 0;
	left: -100px;
	opacity: 0;
	content:"";
	transition: all 0.35s ease-in-out;
	pointer-events:none;
}
#sec3 ul.sec3-link .li3:hover li::before{
	left: 0;
	opacity: 1;
}
#sec4 {
	background: url(../img/index/sec4-bg.png) no-repeat center top/cover;
}
#sec4 .sec4-box {
	float: right;
	background: url(../img/index/sec4-bg-box.png) repeat;
	width: 500px;
	margin-right: -162px;
	margin-top: 114px;
	margin-bottom: 80px;
	padding-bottom: 56px;
}
#sec4 h2 {
	padding-top: 63px;
	margin-bottom: 14px;
	text-align: center;
}
#sec4 .sec4-txt {
	color: #000000;
	line-height: 30px;
	font-size: 15px;
	text-align: center;
	margin-bottom: 21px;
}
#sec4 .sec4-btn {
	text-align: center;
}
/*=============================================
 * #blog
 *=============================================*/


.blog-shared {
	background: url(../img/index/rss_bg.png) repeat-x center 60px;
	background-size:cover;
	width: 1000px;
	height: 500px;
}
.blog-shared .rss {
	width: 300px;
	float: left;
	margin-right: 25px;
	font-size:14px;
}
.blog-shared .rss:last-child {
	margin-right: 0;
}
.blog-shared .rss:first-child {
	margin-left:35px;
}
.blog-shared .photo {
	margin-bottom: 7px;
}
.blog-shared dd{
	color:#3f2808;
}
.blog-shared a, .blog-shared .time {
	color: #985a04;
}
.blog-shared .title {
	font-weight: bold;
	margin-bottom: 5px;
}
.blog-shared .txt {
	color: #000;
}
.blog-shared dl{
	width:275px;
	line-height:2;
}
#blog {
	background:  url(../img/shared/line2.png) repeat-x center top, url(../img/index/blog_bg.png) repeat;
	position: relative;
	padding-bottom: 50px;
}
#blog h2 {
	padding-top: 90px;
	text-align: center;
	margin-bottom: 30px;
}

#event{
	width:650px;
	margin:20px auto;
	padding:20px 0;
	border: solid 5px #b7d0e5;
	background: rgba(255, 255, 255, 0.8);
}
#event p.txt{
	text-align:center;
	font-size:18px;
	line-height:32px;
	font-weight:bold;
}

.osirase {
    background:#FFFDFD;
    width: 920px;
    margin: 20px auto 0px auto;
}
.osirase .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.osirase .box-title2 {
    font-size: 1.2em;
    background: #e44d0b;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.osirase p {
    text-align: center;
    padding: 15px 20px;
    margin: 0;
}
.park_bnr a{
	padding: 15px 0;
	position: absolute;
	right: 0px;
	top: 150px;
	border: 3px double #FFF;
	display: block;
	color:#FFF;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	background:#3d4573; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-sizing:border-box;
	width: 300px;
	font-weight: bold;
	letter-spacing: 2px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}