@charset "UTF-8";
/* CSS Document */
.mainimage {
	background: #000;
    width: 100%;
    height: 620px;
    position: relative;
	overflow: hidden;
}
#video {
    /*天地中央配置*/
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
     width: 340%; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: auto; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
}
.sec01 {
    background-image: none;
    background-repeat: no-repeat;
    text-align: center;
    min-height: 80px;
    padding-top: 30px;
	padding-bottom: 30px;
    font-size: 12px;
    line-height: 20px;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
}
.news-midashi {
    text-align: center;
    color: #006EC4;
    font-weight: bold;
    font-size: 25px;
    line-height: 0.6;
}
.news-midashi span {
    color: #333333;
    font-weight: bold;
    font-size: 12px;
}
.news-box {
    display: block;
    width: 95%;
    margin: 2.5%;
    border-bottom: 1px solid #000000;
    background-image: url(../../img/more.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 20px;
}
.news-box .news-title {
    font-weight: bold;
    font-size: 14px;
}
.news-box a {
    text-decoration: none;
    color: #333333;
}
.btn-blue a {
    background-color: #006EC4;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    text-align: center;
    width: 220px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 16px;
    transition: 0.2s;
    border: 1px solid #006EC4;
}
.btn-blue a:hover {
    background-color: #FFFFFF;
    color: #006EC4;
}
.camp {
    background-color: #F2F2F2;
    padding-top: 40px;
    padding-bottom: 40px;
}
.camp img{
	width: 100%;
	height: auto;
}
.point {
    padding-top: 0px;
    padding-bottom: 40px;
}
.point-midashi {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    line-height: 1.4;
	background: #f7931e;
	padding: 40px 0 100px;
}
.point-midashi span {
    color: #955900;
    font-weight: bold;
    font-size: 16px;
}
.btn-ore a {
    background-color: #FF9200;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    text-align: center;
    width: 220px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 16px;
    transition: 0.2s;
    border: 1px solid #FF9200;
}
.btn-ore a:hover {
    background-color: #FFFFFF;
    color: #FF9200;
}
.event {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(../../img/event-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #FFFFFF;
}
.event a {
    color: #FFFFFF;
    text-decoration: none;
}

.btn-white a {
    background-color: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #006EC4;
    text-align: center;
    width: 220px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 16px;
    transition: 0.2s;
    border: 1px solid #006EC4;
}
.btn-white a:hover {
    background-color: #006EC4;
    color: #fff;
	border: 1px solid #fff;
}
.blog {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../../img/blog-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.blog table {
	border-collapse: collapse;
	width: 100%;
}
.blog th {
    text-align: left;
    vertical-align: top;
    padding-right: 5px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #666;
    width: 15%;
    color: #FF9200;
}
.blog td {
	padding-top: 20px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
.blog table a {
    color: #333333;
}
.custom-thumb {
    text-align: center;
    margin-top: -50px;
}
.custom-thumb a{
	width: 90px;
	height: 90px;
	display: inline-block;
	background: #fff;
	border: 2px solid #f7931e;
	border-radius: 50%;
}
.custom-thumb img{
	width: 100%;
	height: auto;
}
.custom-thumb a.active{
	background: #FFFAB3;
	border-radius: 50%;
	border: 2px solid #fff;
}
.custom-control .custom-prev a {
    width: 35px;
    height: 35px;
    background-image: url(../../img/btn-prev.png);
    background-repeat: no-repeat;
    background-size: 35px 35px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left:0px;
	top:80px;
}

.custom-control .custom-next a {
    width: 35px;
    height: 35px;
    background-image: url(../../img/btn-next.png);
    background-repeat: no-repeat;
    background-size: 35px 35px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	right:0px;
	top:80px;
}
.slider {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
