@charset "UTF-8";
/* CSS Document */
.mainimage {
    width: 100%;
    height: auto;
    position: relative;
	z-index:999;
}
#video {
    width: 100%; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: auto; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
}
.sec01 {
    background-repeat: no-repeat;
    text-align: center;
    min-height: 140px;
    padding-top: 80px;
    font-size: 16px;
    line-height: 28px;
}
#news {
    margin-bottom: 30px;
    background-image: url(../../img/news-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}
.news-midashi {
    text-align: center;
    color: #006EC4;
    font-weight: bold;
    font-size: 50px;
    line-height: 0.6;
}
.news-midashi span {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
}
.news-box {
    display: inline-block;
    width: 28%;
    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: 16px;
}
.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;
    background-image: url(../img/arrow03.png);
    background-repeat: no-repeat;
    background-position: 95% center;
	background-size: 10px auto;
}
.btn-blue a:hover {
    background-color: #FFFFFF;
    color: #006EC4;
}
.camp {
    background-color: #F2F2F2;
    padding-top: 80px;
    padding-bottom: 80px;
}
.point {
    padding-top: 80px;
    padding-bottom: 80px;
}
.point-midashi {
    text-align: center;
    color: #FF9200;
    font-weight: bold;
    font-size: 50px;
    background-image: url(../../img/point-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    line-height: 0.6;
}
.point-midashi span {
    color: #333333;
    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;
	background-image: url(../img/arrow03.png);
    background-repeat: no-repeat;
    background-position: 95% center;
	background-size: 10px auto;
}
.btn-ore a:hover {
    background-color: #FFFFFF;
    color: #FF9200;
}
.event {
    padding-top: 80px;
    padding-bottom: 80px;
    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;
	
	background-image: url(../img/arrow03b.png);
    background-repeat: no-repeat;
    background-position: 95% center;
	background-size: 10px auto;
}
.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;
}
