@charset "UTF-8";

body {
	/*background: url("../img/index/bg_body.jpg");
	background-repeat: repeat;
	background-position: center top;
	background-size: contain;*/
}
main {
	/*background: #000;*/
}


/* -----------------------------------------------------------
	メイン画像
----------------------------------------------------------- */
.main_image_wrap {
	overflow: hidden;
	margin-bottom: 70px;
}
.main_image {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}
.main_image_inner {
	position: relative;
	padding-top: 29%;
}
.slick-list {
	overflow: visible;
}
.main_image .slick-slider {
	position: absolute;
	top: 0;
	left: 0;
	overflow: visible;
	width: 100%;
	height: 100%;
}
.main_image img {
	
}
.slick-prev {
	left: 0;
    z-index: 999;
	display: inline;
    transform: translate(-50%, -50%);
	width: 66px;
	height: 66px;
}
.slick-next {
	right: 0;
    z-index: 999;
	display: inline;
    transform: translate(50%, -50%);
	width: 66px;
	height: 66px;
}
.slick-prev:before, .slick-next::before {
	font-size: 90px;
	opacity: 1;
}
.slick-prev:hover:before,
.slick-next:hover::before {
	opacity: 0.7;
}
.slick-prev:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img_new/index/main_image_btn_prev.png") no-repeat;
	background-size: contain;
}
.slick-next:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img_new/index/main_image_btn_next.png") no-repeat;
	background-size: contain;
}

.thumbnail-list {
	margin:0 auto;
	display: flex;
	justify-content: center;
}
/*.thumbnail-list.item-3 {
	max-width: 652px;
}
.thumbnail-list.item-2 {
	max-width: 430px;
}
.thumbnail-list.item-1 {
	max-width: 430px;
}*/
.thumbnail-list li {
	max-width: 206px;
	border: 1px solid #0A55B0;
	position: relative;
}
/*.thumbnail-list.item-3 li {
	width: 32%;
	margin-right: 2%;
}
.thumbnail-list.item-2 li {
	width: 48%;
	margin-right: 3%;
}
.thumbnail-list.item-1 li {
	width: 48%;
	margin-right: 0;
}*/
.thumbnail-list li:hover {
	cursor: pointer;
	opacity: 0.7;
}
.thumbnail-list li:last-child {
	margin-right: 0;
}
.thumbnail-list li.thumbnail-current::before {
	content: "";
    position: absolute;
    right: 0;
    top: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent transparent #0A55B0 transparent;
    border-width: 0 22px 10px 22px;
}

.bxslider_box {
	position: relative;
	overflow: hidden;
}
.bxslider_bg {
	width: 100%;
	height: 700px;
	height: 85vh;
	background: url("../img/index/slider_bg.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
    left: 0;
    z-index: 59;
}
.bxslider_text {
	width: 94%;
	max-width: 598px;
	position: absolute;
	top: 50%;
    left: 3vw;
    z-index: 60;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bxslider_box li {
	height: 700px;
	height: 85vh;
	background-size: cover;
	background-position: center;
	transform: scale(1.15);
}
.slider_00 {
	background: url("../img/index/slider_00.jpg") no-repeat;
}
.slider_01 {
	background: url("../img/index/slider_01.jpg") no-repeat;
}
.slider_02 {
	background: url("../img/index/slider_02.jpg") no-repeat;
}
.slider_03 {
	background: url("../img/index/slider_03.jpg") no-repeat;
}

.slide_img_on { animation:slide_img_on 10s linear forwards; }
.slider {
	position: relative;
}
.bx-controls {
	display: none;
}
.mian_secodf {
	width: 296px;
	position: absolute;
	bottom: 20px;
	right: 3%;
	z-index: 90;
}
@keyframes slide_img_on {
	0% { transform:scale(1.15); }
	100% { transform:scale(1); }
}

@media screen and (min-width: 1201px) and (max-width: 1300px) {
.slick-prev {
	left: 40px;
	width: 54px;
	height: 54px;
}
.slick-next {
	right: 40px;
	width: 54px;
	height: 54px;
}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.mian_secodf {
	width: 260px;
}
.main_image_inner {
	padding-top: 30%;
}
.slick-prev {
	left: 40px;
	width: 54px;
	height: 54px;
}
.slick-next {
	right: 40px;
	width: 54px;
	height: 54px;
}
.thumbnail-list {
	width:94%;
}
}
@media screen and (max-width: 767px) {
.main_image_wrap {
	margin-bottom: 35px;
}
.main_image_inner {
	padding-top: 42%;
}

.mian_secodf {
	width: 80%;
	max-width: 260px;
	margin: 0 auto 20px;
	position: static;
}
.slick-prev {
	left: 20px;
	width: 32px;
	height: 32px;
}
.slick-next {
	right: 20px;
	width: 32px;
	height: 32px;
}
.thumbnail-list {
	width:94%;
}
.thumbnail-list.item-3 li {
	width: 32%;
	margin-right: 2%;
}
.thumbnail-list.item-2 li {
	width: 48%;
	margin-right: 3%;
}
.thumbnail-list.item-1 li {
	width: 48%;
	margin-right: 0;
}
.thumbnail-list li.thumbnail-current::before {
    top: -6px;
    border-width: 0 18px 6px 18px;
}
}





/* -----------------------------------------------------------
	news
----------------------------------------------------------- */
.news_wrap {
	width: 94%;
	max-width: 980px;
	margin: 0 auto;
}
.news_gl_ttl {
	color: #0A54B0;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.news_inner {
	margin-bottom: 30px;
}
.news_gl_cont {
	height: 400px;
	overflow-y: scroll;
	padding-right: 20px;
}
.news_gl_cont li {
	padding: 20px;
	border-top: 1px solid #ccc;
}
.news_gl_cont li:last-child {
	border-bottom: 1px solid #ccc;
}
.left_block {
	display: inline-block;
	float: left;
	width: 250px;
}
.right_block {
	display: inline-block;
	width: calc(100% - 250px);
}
.news_gl_cont li,
.news_gl_cont li a {
	color: #333;
	text-decoration: underline;
}
.news_gl_cont li a:hover {
	text-decoration: none;
}
.news_gl_cont .news_date {
	padding-right: 30px;
	min-width: 120px;
	color: #333;
	display: inline-block;
}
.news_gl_cont .general_cate,
.news_gl_cont .membership_cate {
	background: #0A55B0;
	font-size: 13px;
	color: #fff;
	letter-spacing: 0.2em;
	min-width: 95px;
	display: inline-block;
	text-align: center;
	line-height: 1.4;
}
.news_gl_cont .membership_cate {
	background: #E65800;
}
.news_gl_cont .limit {
	color: #E65800;
}
.news_wrap .news_btn {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}
.news_wrap .news_btn a {
	display: block;
	background: #0A55B0;
	color: #fff;
	text-align: center;
	padding: 8px 0;
}
.news_wrap .news_btn a:hover {
	opacity: 0.7;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.news_wrap {
	width: 94%;
	max-width: 100%;
}
.news_gl_ttl {
	font-size: 20px;
	text-align: left;
}

.news_gl_cont {
	min-height: 460px;
    overflow-y: scroll;
	padding-right: 10px;
}
.news_gl_cont li {
	padding: 10px 0;
	margin-bottom: 0;
}
.left_block,
.right_block {
	width: 100%;
	float: none;
}
.news_gl_cont .news_date {
	min-width: 90px;
	padding-right: 10px;
}
.news_gl_cont .general_cate,
.news_gl_cont .membership_cate {
	min-width: 60px;
	font-size: 12px;
}
}

/* -----------------------------------------------------------
	emag
----------------------------------------------------------- */
.news_inner .emag {
	padding: 20px 40px;
	border: 1px solid #666;
	margin-bottom: 40px;
	background: #f4f4f4;
}
.news_inner .emag .ttl {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 16px;
}
.news_inner .emag .text_1 {
	margin-bottom: 10px;
	text-align: center;
}
.news_inner .emag .text_2 {
	text-align: center;
	font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.news_inner .emag {
	padding: 16px;
	margin-bottom: 40px;
}
.news_inner .emag .ttl {
	font-size: 110%;
	margin-bottom: 10px;
}
.news_inner .emag .text_1,
.news_inner .emag .text_2{
	text-align: left;
}
}







