@charset "UTF-8";
/*
 * CSS index.css
 */

/*common*/
#index #cnt_main{
	background: none;
}

.sec_tit{
	text-align: center;
}
#index .title_style1 img{
	width: auto;
	height: 56px;
}
.sub_tit{
	font-weight: 900;
	font-size: 1.33em;
	text-align: center;
	margin-bottom: 20px;
}
.sec_txt1{
	font-size: 1.06em;
	text-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px){
	#index .title_style1 img{
		height: 40px;
	}
	.sub_tit{
		font-size: 1.1em;
	}
	.sec_txt1{
		font-size: 1em;
		margin-bottom: 25px;
	}
}



/*mainv*/
.mainv{
	margin-bottom: 30px;
}
.mainv .slider{
	position: relative;
}
.mainv .slider .slick-list li{
	margin: 0 10px;
	outline: none;
	border-radius: 18px;
	overflow: hidden;
	position: relative;
}
.mainv .slider .slick-list li video{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.mainv .slider .slick-list li iframe{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 100%;
}
.mainv .slider .slick-list li .mvposter { display: none; }
.mainv .slider .slick-list li.li1 .txt_box{
	width: 70%;
	position: absolute;
	top: 10%;
	left: 10%;
}
.mainv .slider .slick-list li.li1 .txt_box .txt1{
	font-weight: 900;
	font-size: 3em;
	color: #fff;
}
.mainv .slider .slick-list li.li1 .txt_box .txt2{
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
}
.mainv .slider .slide-arrow{
	width: 11px;
	position: absolute;
	bottom: -1px;
	cursor: pointer;
}
.mainv .slider .slide-arrow.prev-arrow{
	left: 50%;
	margin-left: -100px;
}
.mainv .slider .slide-arrow.next-arrow{
	right: 50%;
	margin-right: -100px;
}
.mainv .slick-dots{
	line-height: 0;
	text-align: center;
	margin-top: 30px;
}
.mainv .slick-dots li{
	display: inline-block;
	margin: 0 7px;
}
.mainv .slick-dots li button{
	font-size: 0;
	width: 16px;
	height: 16px;
	border: 2px solid #000;
	box-sizing: border-box;
	border-radius: 50%;
	cursor: pointer;
	outline: none;
}
.mainv .slick-dots li.slick-active button{
	background: #000;
}
@media screen and (max-width: 767px){
	.mainv{
		margin-bottom: 20px;
	}
	.mainv .slider .slick-list li{
		border-radius: 0;
		margin: 0;
	}
	.mainv .slider .slick-list li video{
		width: auto;
		height: 100%;
		top: 0;
		transform: translateY(0);
		left: 50%;
		transform: translateX(-50%);
		display: none;
	}
	.mainv .slider .slick-list li iframe{
		width: auto;
		height: 100%;
		top: 0;
		transform: translateY(0);
		left: 50%;
		transform: translateX(-50%);
	}
/* 	.mainv .slider .slick-list li.li1{ display: none; } */
	.mainv .slick-dots{
		margin-top: 20px;
	}
}

/*#sec_1*/
#sec_1{
	background: url(../img/common/bg1.png) repeat center;
	padding: 75px 0 70px;
}
#sec_1 .sec_in{
	max-width: 1290px;
}
#sec_1 .slider{
	position: relative;
}
#sec_1 .slider .slick-list li{
	margin: 0 15px;
	outline: none;
}
#sec_1 .slider li .img1{
	margin-bottom: 25px;
	border-radius: 10px;
	overflow: hidden;
}
#sec_1 .slider li .txt_box{
	padding: 0 16px;
}
#sec_1 .slider li .txt_box .txt1{
	font-weight: 900;
	font-size: 1.06em;
	letter-spacing: -0.06em;
	margin-bottom: 15px;
}
#sec_1 .slider .slide-arrow{
	width: 43px;
	position: absolute;
	top: 78px;
	cursor: pointer;
	z-index: 10
}
#sec_1 .slider .slide-arrow.prev-arrow{
	left: 0;
}
#sec_1 .slider .slide-arrow.next-arrow{
	right: 0;
}
@media screen and (max-width: 1290px){
	#sec_1 .slider .slide-arrow{
		width: 35px;
		top: 18%;
	}
}
@media screen and (max-width: 1040px){
	#sec_1 .slider .slide-arrow{
		top: 13%;
	}
	#sec_1 .slider li .txt_box{
		padding: 0 10px;
	}
}
@media screen and (max-width: 767px){
	#sec_1{
		padding: 40px 0 40px;
	}
	#sec_1 .slider .slick-list li{
		margin: 0 5px;
	}
	#sec_1 .slider li .img1{
		margin-bottom: 25px;
	}
	#sec_1 .slider li .txt_box{
		padding: 0 10px;
	}
	#sec_1 .slider .slide-arrow{
		display: none!important;
	}
}

/*#sec_2*/
#sec_2{
	background: url(../img/common/bg2.png) repeat center;
	padding: 70px 0;
	position: relative;
}
#sec_2:before{
	content: "";
	width: 100%;
	height: 8px;
	background: url(../img/common/bg2_item.png) repeat center;
	position: absolute;
	top: -7px;
	left: 0;
}
#sec_2 .sec_in{
	max-width: 1380px;
}
#sec_2 .list1{
	margin-left: -2%;
	margin-bottom: 30px;
}
#sec_2 .list1 li{
	float: left;
	width: 23%;
	margin-left: 2%;
}
#sec_2 .list1 li .img_box{
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 20px;
}
#sec_2 .list1 li .img_box .ico_box{
	display: inline-block;
	position: absolute;
	top: 17px;
	right: 0;
}
#sec_2 .list1 li .img_box .txt1{
    display: inline-block;
    font-weight: bold;
    color: #fff;
    background: #291109;
    padding: 4px 12px;
    margin-left: 3px;
    /*position: absolute;
    top: 17px;
    right: 0;*/
    font-size: 12px;
}
#sec_2 .list1 li .img_box .txt1.adult{ background: #7b4b2a; }
#sec_2 .list1 li .img_box .txt1.west{ background: #af2c05; }
#sec_2 .list1 li .txt_box{
	padding: 0 18px;
}
#sec_2 .list1 li .txt_box .txt1{
	font-weight: 900;
	font-size: 1.06em;
	text-align: center;
	margin-bottom: 10px;
}
#sec_2 .btn1{
	text-align: center;
}
@media screen and (max-width: 1040px){
	#sec_2 .list1 li .txt_box{
		padding: 0 10px;
	}
}
@media screen and (max-width: 767px){
	#sec_2{
		padding: 40px 0;
	}
	#sec_2 .sec_txt1{
		text-align: left;
	}
	#sec_2 .list1{
		margin-left: -4%;
		margin-bottom: 30px;
	}
	#sec_2 .list1 li{
		width: 46%;
		margin-left: 4%;
		margin-bottom: 20px;
	}
	#sec_2 .list1 li .img_box{
		margin-bottom: 10px;
	}
	#sec_2 .list1 li .img_box .ico_box{
		top: 15px;
	}
	#sec_2 .list1 li .img_box .txt1{
		font-size: 0.8em;
		padding: 2px 5px;
	}
	#sec_2 .list1 li .txt_box{
		padding: 0;
	}
	#sec_2 .list1 li .txt_box .txt1{
		margin-bottom: 5px;
	}
	#sec_2 .list1 li .txt_box .txt2{
		letter-spacing: -0.05em;
	}
}

/*#sec_3*/
#sec_3{
	margin-bottom: 65px;
}
#sec_3 .block1{
	height: 745px;
	background: #F5F4F3;
	margin-bottom: 60px;
	position: relative;
}
#sec_3 .block1 .txt_box{
	display: table;
	float: left;
	width: 50%;
	height: inherit;
}
#sec_3 .block1 .img_box{
	float: right;
	width: 50%;
	height: inherit;
	background: url(../img/index/s3_img1.jpg) no-repeat center;
	background-size: cover;
}
#sec_3 .block1 .txt_box_in{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
#sec_3 .block1 .txt_box_in2{
	display: inline-block;
	text-align: left;
	margin-left: 40px;
	margin-right: 160px;
}
#sec_3 .block1 .txt_box .title_style1{
	text-align: left;
}
#sec_3 .block1 .txt_box .sub_tit{
	text-align: left;
	margin-bottom: 35px;
}
#sec_3 .block1 .txt_box .txt1{
	font-weight: 900;
	font-size: 2.13em;
	line-height: 1.5;
	margin-bottom: 30px;
}
#sec_3 .block1 .txt_box .txt2{
	font-size: 1.06em;
	margin-bottom: 40px;
}
#sec_3 .block1 .logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#sec_3 .block1 .logo img{
	width: 279px;
}
@media screen and (max-width: 1300px){
	#sec_3 .block1 .txt_box_in2{
		margin-right: 130px;
	}
	#sec_3 .block1 .txt_box .txt1{
		font-size: 1.9em;
	}
	#sec_3 .block1 .logo img{
		width: 220px;
	}
}
@media screen and (max-width: 1040px){
	#sec_3 .block1{
		height: 640px;
	}
	#sec_3 .block1 .txt_box_in2{
		margin-right: 90px;
	}
	#sec_3 .block1 .txt_box .sub_tit{
		margin-bottom: 20px;
	}
	#sec_3 .block1 .txt_box .txt1{
		font-size: 1.6em;
	}
	#sec_3 .block1 .txt_box .txt2{
		font-size: 1em;
		margin-bottom: 30px;
	}
	#sec_3 .block1 .logo img{
		width: 160px;
	}
}
@media screen and (max-width: 767px){
	#sec_3{
		margin-bottom: 40px;
	}
	#sec_3 .block1{
		height: auto;
		background: none;
		margin-bottom: 30px;
	}
	#sec_3 .block1 .txt_box{
		display: block;
		float: none;
		width: 92%;
		height: auto;
		padding-top: 40px;
		margin: 0 auto 40px;
	}
	#sec_3 .block1 .img_box{
		display: none;
		/*float: none;
		width: 100%;
		height: 200px;
		background: url(../img/index/s3_img1.png) no-repeat center;
		background-size: cover;*/
	}
	#sec_3 .block1 .txt_box_in{
		display: block;
		text-align: left;
	}
	#sec_3 .block1 .txt_box_in2{
		display: block;
		margin: 0;
	}
	#sec_3 .block1 .txt_box .title_style1{
		text-align: center;
	}
	#sec_3 .block1 .txt_box .sub_tit{
		text-align: center;
		margin-bottom: 20px;
	}
	#sec_3 .block1 .txt_box .txt1{
		font-size: 1.3em;
		text-align: center;
	}
	#sec_3 .block1 .txt_box .txt2{
		margin-bottom: 0;
	}
	#sec_3 .block1 .txt_box .btn1{
		display: none;
	}
	#sec_3 .block1 .logo{
		/*position: absolute;
		top: auto;
		transform: translateX(-50%);
		bottom: 150px;*/
		display: none;
	}
	#sec_3 .block1 .logo img{
		width: 100px;
	}
}

#sec_3 .block2 .sec_in{
	max-width: 1110px;
}
#sec_3 .block2 .list1{
	margin-left: -3.333%;
	margin-bottom: 30px;
}
#sec_3 .block2 .list1 li{
	float: left;
	width: 30%;
	margin-left: 3.333%;
}
#sec_3 .block2 .list1 li .img1{
	text-align: center;
	margin-bottom: 15px;
}
#sec_3 .block2 .list1 li .img1 img{
	max-width: 268px;
}
#sec_3 .block2 .list1 li .txt1{
	font-weight: 900;
	font-size: 1.33em;
	text-align: center;
	margin-bottom: 10px;
}
#sec_3 .block2 .btn1{
	text-align: center;
}
@media screen and (max-width: 767px){
	#sec_3 .block2 .list1{
		margin-left: 0;
		margin-bottom: 30px;
	}
	#sec_3 .block2 .list1 li{
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	#sec_3 .block2 .list1 li .img1{
		margin-bottom: 10px;
	}
	#sec_3 .block2 .list1 li .txt1{
		font-size: 1.1em;
		margin-bottom: 5px;
	}
}

/*#sec_4*/
#sec_4{
	background: url(../img/common/bg1.png) repeat center;
	padding: 55px 0 65px;
	/* margin-bottom: 65px; */
}
#sec_4 .sec_in{
	max-width: 1430px;
}
#sec_4 .sub_tit{
	margin-bottom: 30px;
}
#sec_4 .sub_tit+.txt2{ text-align: center; margin-bottom: 30px; margin-top: -15px; }
#sec_4 .list1{
	margin-left: -1.2%;
	margin-bottom: 30px;
}
#sec_4 .list1 li{
	float: left;
	width: 18.8%;
	margin-left: 1.2%;
}
#sec_4 .list1 li .img1{
	margin-bottom: 23px;
	border-radius: 5px;
	overflow: hidden;
}
#sec_4 .list1 li .img1 a:hover{
	opacity: 0.7;
}
#sec_4 .list1 li .txt1{
	font-weight: 900;
	font-size: 1.25em;
	text-align: center;
	margin-bottom: 10px;
}
#sec_4 .list1 li .txt2{
	font-size: 1.06em;
	text-align: center;
}
#sec_4 .list1 li .waiting{
	display:flex;
	justify-content: center;
	margin-top: 10px;
}
#sec_4 .list1 li .waiting iframe{
	width: 182px;
	height:70px;
}
#sec_4 .btn1{
	text-align: center;
}
@media screen and (max-width: 1040px){
	#sec_4{
		padding: 40px 0 40px;
		/* margin-bottom: 40px; */
	}
	#sec_4 .list1{
		margin-left: 0;
	}
	#sec_4 .list1 li{
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	#sec_4 .list1 li .img1{
		margin-bottom: 10px;
	}
	#sec_4 .list1 li .txt1{
		font-size: 1.1em;
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 588px){
	#sec_4 .sub_tit+.txt2{ text-align: justify; margin-bottom: 20px; }
}

/*#sec_5*/
#sec_5{
	margin-bottom: 65px; padding-top: 75px;
}
#sec_5 .sec_in{
	max-width: 1036px;
}
#sec_5 .sub_tit{
	margin-bottom: 35px;
}
#sec_5 .block1{
	margin-bottom: 50px;
}
#sec_5 .news_cnt{
	float: none;
	width: 100%;
}
#sec_5 .news_cnt .news_list{
	max-height: 430px;
	overflow-y: auto;
	padding-right: 5px;
}
#sec_5 .news_cnt .news_list dt{
	margin-bottom: 10px;
}
#sec_5 .news_cnt .news_list dt .day{
	display: inline-block;
	width: 110px;
	font-weight: bold;
	font-size: 1.06em;
}
#sec_5 .news_cnt .news_list dt .cate1{
	display: inline-block;
	width: 70px;
	font-size: 0.93em;
	color: #fff;
	text-align: center;
	padding: 0 5px;
	box-sizing: border-box;
	margin-right: 15px;
}
#sec_5 .news_cnt .news_list dt .cate1.notice{ background: #E94056; }
#sec_5 .news_cnt .news_list dt .cate1.menu{ background: #624C3D; }
#sec_5 .news_cnt .news_list dt .cate1.event{ background: #E56D2B; }
#sec_5 .news_cnt .news_list dt .cate2{
	font-size: 1.06em;
}
#sec_5 .news_cnt .news_list dd{
	font-size: 1.06em;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
#sec_5 .news_cnt .news_list dd:last-child{
	margin-bottom: 0;
}
/*#sec_5 .tw_cnt{
	float: right;
	width: 307px;
}*/
#sec_5 .btn1{
	text-align: center;
}
#sec_5 .news_cnt .news_list dd ul li, #sec_5 .news_cnt .news_list dd ol li{ margin-bottom: 3px; line-height: 1.6; font-feature-settings : "palt"; }
#sec_5 .news_cnt .news_list dd ul li { padding-left: 1em!important; text-indent: -1em; }
#sec_5 .news_cnt .news_list dd ol li{ counter-increment: number; padding-left: 1.1em; text-indent: -1.1em; }
#sec_5 .news_cnt .news_list dd ul li:before{ content: "・"; }
#sec_5 .news_cnt .news_list dd ol li:before { content: counter(number) "."; }
#sec_5 .news_cnt .news_list dd img{ width: auto; }
/*@media screen and (max-width: 1040px){
	#sec_5 .news_cnt{
		width: calc(100% - 320px);
	}
}*/
@media screen and (max-width: 767px){
	#sec_5{
		margin-bottom: 40px; padding-top: 40px;
	}
	#sec_5 .block1{
		margin-bottom: 30px;
	}
	#sec_5 .news_cnt{
		float: none;
		width: 100%;
	}
	#sec_5 .tw_cnt{
		float: none;
		width: 100%;
		text-align: center;
	}
	#sec_5 .news_cnt .news_list{
		max-height: 300px;
		margin-bottom: 20px;
	}
	#sec_5 .btn1{
		margin-bottom: 30px;
	}
}

/*#sec_6*/
/* #sec_6{
	background: url(../img/common/bg2.png) repeat center;
	padding: 65px 0 60px;
	margin-bottom: 40px;
	position: relative;
}
#sec_6:before{
	content: "";
	width: 100%;
	height: 8px;
	background: url(../img/common/bg2_item.png) repeat center;
	position: absolute;
	top: -7px;
	left: 0;
}
#sec_6 .sec_in{
	max-width: 1440px;
}
#sec_6 .title_style1{
	margin-bottom: 35px;
}
#sec_6 .title_style1 .ico{
	position: relative;
	top: -6px;
	margin-right: 15px;
}
#sec_6 .title_style1 .ico img{
	width: 56px;
}
#sec_6 .tw_cnt .title_style1{ margin-top: -8px; margin-bottom: 40px; }
#sec_6 .tw_cnt .title_style1 .ico{ top: 5px; }
#sec_6 .tw_cnt .btn1{ margin-top: 30px; }
#index #sec_6 .sec_in>.inwrap{ display: flex; flex-direction: row; justify-content: center; margin-left: -60px; }
#index #sec_6 .tw_cnt{ max-width: 400px; margin-left: 60px; }
#index #sec_6 .tw_cnt .title_style1 .ico,
#index #sec_6 .tw_cnt .title_style1 .ico+.txt{ display: inline-block; vertical-align: text-bottom; }
#index #sec_6 .tw_cnt .title_style1 .ico+img{ height: 46px; }
#index #sec_6 .tw_cnt .title_style1 .ico+.txt{ font-size: 20px; vertical-align: -6px; }
#index #sec_6 .tw_cnt .title_style1 .ico+.txt img{ height: 28px; vertical-align: -1px; }
#index #sec_6 .tw_cnt._facebook .title_style1 .ico{ top: -3px; }
#index #sec_6 .tw_cnt._facebook .title_style1 .ico+img{ height: 60px; }
#index #sec_6 .tw_cnt._twitter{ text-align: center; }
#sec_6 .list1{
	margin-left: -3.33%;
}
#sec_6 .list1 li{
	float: left;
	width: 30%;
	margin-left: 3.33%;
	margin-bottom: 30px;
}
#sec_6 .list1 li .img1{
	margin-bottom: 15px;
}
#sec_6 .list1 li .img1>img{
	width: 100%;
	height: 160px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
#sec_6 .list1 li .txt1{
	padding: 0 8px;
	letter-spacing: -0.05em;
}
#sec_6 .btn1{
	text-align: center;
}
#sec_6 .sec_in>.inwrap{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; justify-content: space-between; }
#sec_6 .insta_cnt{ width: 56%; }
#sec_6 .tw_cnt{ width: 40%; }
#sec_6 .tw_cnt .twiframe{ overflow-y: auto; max-height: 400px; }
@media screen and (max-width: 1040px){
	#sec_6 .list1{
		margin-left: -2.333%!important;
	}
	#sec_6 .list1 li{
		width: 31%!important;
		margin-left: 2.333%!important;
	}
	#sec_6 .sec_in>.inwrap{ display: block; }
	#sec_6 .insta_cnt{ width: 100%; margin-bottom: 60px; }
	#sec_6 .tw_cnt{ width: 100%; text-align: center; }
	#sec_6 .tw_cnt .twiframe{ max-width: 600px!important; margin-left: auto; margin-right: auto; width: 100%; }
	#sec_6 .title_style1 .ico{ margin-right: 10px; }
}
@media screen and (max-width: 940px){
	#index #sec_6 .sec_in>.inwrap{ display: block; margin-left: 0; }
	#index #sec_6 .tw_cnt{ max-width: 100%; margin-left: 0; margin-bottom: 100px; }
	#index #sec_6 .tw_cnt:last-child{ margin-bottom: 0; }
	#index #sec_6 .tw_cnt._facebook{ width: 100%; }
	#sec_6 .tw_cnt .twiframe{ max-width: 400px!important; }
}
@media screen and (max-width: 767px){
	#sec_6{
		padding: 40px 0 40px;
		margin-bottom: 40px;
	}
	#sec_6 .title_style1 .ico img{
		width: 30px;
		height: auto;
	}
	#sec_6 .list1{
		margin-left: -3%!important;
		margin-bottom: 10px;
	}
	#sec_6 .list1 li{
		width: 47%!important;
		margin-left: 3%!important;
		margin-bottom: 20px;
	}
	#sec_6 .list1 li .txt1{
		padding: 0;
	}
	#sec_6 .title_style1 .ico{ top: -10px; }
	#sec_6 .tw_cnt .title_style1{ margin-top: 0; margin-bottom: 35px; }
	#sec_6 .tw_cnt .title_style1 .ico{ top: 0px; }
	#index #sec_6 .tw_cnt .title_style1 .ico+img{ height: 30px; }
	#index #sec_6 .tw_cnt._facebook .title_style1 .ico+img{ height: 40px; }
	#index #sec_6 .tw_cnt{ margin-bottom: 80px; }
	#index #sec_6 .tw_cnt .title_style1 .ico+.txt{ font-size: 20px; vertical-align: -2px; }
	#index #sec_6 .tw_cnt .title_style1 .ico+.txt img{ height: 28px; vertical-align: -1px; }
}
@media all and (-ms-high-contrast: none){
	#sec_6 .sec_in>.inwrap{ display: block; }
	#sec_6 .insta_cnt{ width: 100%; margin-bottom: 60px; }
	#sec_6 .tw_cnt{ width: 100%; text-align: center; }
	#sec_6 .tw_cnt .twiframe{ max-width: 600px!important; margin-left: auto; margin-right: auto; width: 100%; }
	#sec_6 .list1{
		margin-left: -1.666%;
	}
	#sec_6 .list1 li{
		width: 15%;
		margin-left: 1.666%;
	}
	#sec_6 .tw_cnt .twiframe{ display: none; }
	@media screen and (max-width: 1040px){
		#sec_6 .list1{
			margin-left: -2.333%;
		}
		#sec_6 .list1 li{
			width: 31%;
			margin-left: 2.333%;
		}
	}
	@media screen and (max-width: 767px){
		#sec_6 .list1{
			margin-left: -3%;
		}
		#sec_6 .list1 li{
			width: 47%;
			margin-left: 3%;
		}
	}
	
} */

/*#sec_7*/
#sec_7{
	margin-bottom: 65px;
}
#sec_7 .bnrlist{ margin-bottom: 40px; padding-top: 60px; }
#sec_7 .bnrlist>.inwrap{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; margin-left: -20px; margin-bottom: -20px; overflow: hidden; text-align: center; }
#sec_7 .bnrlist>.inwrap>li{ margin-left: 20px; margin-bottom: 10px; width: calc(50% - 20px); }
#sec_7 .bnrlist>.inwrap>li>a{ display: flex; align-items: center; justify-content: center; text-decoration: none; }
#sec_7 .bnrlist>.inwrap>li.fbbnr>a,
#sec_7 .bnrlist>.inwrap>li.twbnr>a{ height: 130px; }
#sec_7 .bnrlist>.inwrap>li.fbbnr>a{ border: 5px solid #1877f2; }
#sec_7 .bnrlist>.inwrap>li.twbnr>a{ border: 5px solid #000; }
#sec_7 .bnrlist .ico{ margin-right: 15px; }
#sec_7 .bnrlist .ico,
#sec_7 .bnrlist .ico+.txt{ display: inline-block; vertical-align: text-bottom; }
#sec_7 .bnrlist .ico+img{ height: 46px; width: auto; }
#sec_7 .bnrlist .ico+.txt{ font-size: 20px; vertical-align: -6px; }
#sec_7 .bnrlist .ico+.txt img{ height: 28px; vertical-align: -1px; width: auto; }
#sec_7 .bnrlist .ico img{ width: 56px; }
#sec_7 .bnrlist>.inwrap>li.fbbnr .title_style1 .ico{ top: -3px; }
#sec_7 .bnrlist>.inwrap>li.fbbnr .title_style1 .ico+img{ height: 60px; }
#sec_7 .bnrlist>.inwrap>li.twbnr{ text-align: center; }
#sec_7 .instagrambnr a img{ max-width: 592px; width: 100%; }
#sec_7 .sec_in{
	max-width: 1050px;
}
#sec_7 .tit_wrap{
	text-align: center;
}
#sec_7 .sec_tit2{
	display: inline-block;
	font-weight: 900;
	font-size: 1.6em;
	letter-spacing: -0.07em;
	text-align: center;
	margin-bottom: 20px;
}
#sec_7 .tit_wrap .tit_ico{
	display: inline-block;
	position: relative;
	top: 35px;
	z-index: 10;
}
#sec_7 .tit_wrap .tit_ico img{
	width: 57px;
}
#sec_7 .block1{
	width: calc(100% + 1px);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	position: relative;
	margin-bottom: 25px;
}
#sec_7 .block1 .cnt_left{
	width: 50%;
	height: inherit;
	float: none;
}
#sec_7 .block1 .cnt_right{
	width: 50%;
	height: inherit;
	position: relative;
	float: none;
	left: -1px;
}
#sec_7 .block1 a:hover{
	opacity: 0.7;
}
@media screen and (max-width: 767px){
	#sec_7{
		margin-bottom: 40px;
	}
	#sec_7 .sec_tit2{
		font-size: 1.2em;
	}
	#sec_7 .tit_wrap{
		position: relative;
	}
	#sec_7 .tit_wrap .tit_ico{
		position: absolute;
		top: 0;
	}
	#sec_7 .tit_wrap .tit_ico._1{
		left: 50%;
		margin-left: -150px;
	}
	#sec_7 .tit_wrap .tit_ico._2{
		right: 50%;
		margin-right: -150px;
	}
	#sec_7 .tit_wrap .tit_ico img{
		width: 25px;
	}
	#sec_7 .block1{
		display: block;
		width: 100%;
		margin-bottom: 25px;
	}
	#sec_7 .block1 .cnt_left{
		width: 100%;
	}
	#sec_7 .block1 .cnt_right{
		width: 100%;
		left: 0;
	}
	#sec_7 .bnrlist{ margin-bottom: 30px; }
	#sec_7 .bnrlist>.inwrap{ display: flex; margin-left: 0; overflow: hidden; }
	#sec_7 .bnrlist>.inwrap>li.instagrambnr{ order: 1; }
	#sec_7 .bnrlist>.inwrap>li.fbbnr{ order: 2; }
	#sec_7 .bnrlist>.inwrap>li.twbnr{ order: 3; }
	#sec_7 .bnrlist>.inwrap>li{ margin-left: 0; width: 100%; }
	#sec_7 .bnrlist>.inwrap>li.fbbnr>a,
	#sec_7 .bnrlist>.inwrap>li.twbnr>a{ height: 100px; width: 100%; box-sizing: border-box; }
	#sec_7 .bnrlist .ico+img{ height: 30px; }
	#sec_7 .bnrlist>.inwrap>li.fbbnr .title_style1 .ico+img{ height: 40px; }
	#sec_7 .bnrlist .ico+.txt{ font-size: 20px; vertical-align: -2px; }
	#sec_7 .bnrlist .ico+.txt img{ height: 28px; vertical-align: -1px; }
}

#sec_7 .block2 .cnt_left{
	width: 360px;
	display: none;
}
#sec_7 .block2 .cnt_right{
	/*width: 680px;*/
	width: 100%;
	text-align: center;
}
#sec_7 .block2 .cnt_left .txt1{
	font-weight: bold;
	font-size: 1.06em;
	margin-bottom: 15px;
}
#sec_7 .block2 .cnt_left .tel{
	margin-bottom: 10px;
}
#sec_7 .block2 .cnt_left .tel img{
	width: 226px;
}
#sec_7 .block2 .cnt_right .list1{
	margin-bottom: 10px;
}
#sec_7 .block2 .cnt_right .list1 li{
	margin-bottom: 5px;
}
#sec_7 .block2 .cnt_right .nav_list{
	/*text-align: left;*/
	text-align: center;
}
#sec_7 .block2 .cnt_right .nav_list li{
	display: inline-block;
	margin-right: 12px;
}
#sec_7 .block2 .cnt_right .nav_list li a{
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 1px solid;
	transition: 0s;
}
#sec_7 .block2 .cnt_right .nav_list li a:hover{
	border-bottom: none;
}
@media screen and (max-width: 1040px){
	#sec_7 .block2 .cnt_left{
		float: none;
		width: 100%;
		margin-top: 0;
		margin-bottom: 20px;
	}
	#sec_7 .block2 .cnt_right{
		float: none;
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	#sec_7 .block2 .cnt_right .nav_list li{
		display: block;
		margin-right: 0;
	}
	#sec_7 .block2 .cnt_right{
		text-align: left;
	}
}

#sec_7 .linebnr{margin-left: auto;margin-right: auto;max-width: 592px;width: 100%;box-sizing: border-box;padding-left: 47px;}
#sec_7 .linebnr>.inwrap{ border: 5px solid #4cc764; padding: 40px 30px 35px; padding-right: 70px; }
#sec_7 .linebnr>.inwrap .linetitlebox{ text-align: center; margin-bottom: 25px; padding-left: 40px; }
#sec_7 .linebnr>.inwrap .linetitlebox .linetitle{ margin-bottom: 5px; }
#sec_7 .linebnr>.inwrap .linetitlebox .linetxt{ font-size: 1.06em; }
#sec_7 .linebnr>.inwrap .linelist{ text-align: center; margin-bottom: -20px; }
#sec_7 .linebnr>.inwrap .linelist>li{ display: inline-block; margin-left: 40px; margin-bottom: 20px; text-align: center; vertical-align: middle; }
#sec_7 .linebnr>.inwrap .linelist>li:nth-child(1) .lineintitle{ font-size: 1.06em; font-weight: bold; }
#sec_7 .linebnr>.inwrap .linelist>li:nth-child(1) .lineqrimg{ margin-top: -5px; }
#sec_7 .linebnr>.inwrap .linelist>li:nth-child(1) .lineqrimg img{ width: 140px; }
#sec_7 .linebnr>.inwrap .linelist>li:nth-child(2)>a{ background: #4cc764; padding: 5px 20px; padding-right: 30px; border-radius: 10px; text-align: center; font-size: 1.06em; color: #fff; display: inline-block; text-decoration: none; font-weight: bold; width: 150px; letter-spacing: 0.1em; }
#sec_7 .linebnr>.inwrap .linelist>li:nth-child(2)>a:hover { opacity: 0.7; }
#sec_7 .linebnr>.inwrap .linelist>li:nth-child(2)>a img{ width: 50px;vertical-align: -18px; }
@media screen and (max-width: 1040px){
	#sec_7 .linebnr{ padding-bottom: 30px; }
}
@media screen and (max-width: 767px){
	#sec_7 .linebnr{padding-left: 0;}
	#sec_7 .linebnr>.inwrap{ border: 2px solid #4cc764; padding: 40px 10px 35px; padding-right: 50px; }
}



/*#sec_8*/
#sec_8{
	height: 566px;
	background: url(../img/index/s8_img1.jpg) no-repeat center;
	background-size: cover;
	padding-top: 125px;
	box-sizing: border-box;
}
#sec_8 .sec_tit{
	margin-bottom: 35px;
}
#sec_8 .sec_tit img{
	width: 173px;
}
#sec_8 .txt1{
	font-weight: 900;
	font-size: 2.13em;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 25px;
}
#sec_8 .txt2{
	font-size: 1.06em;
	color: #fff;
	line-height: 2;
	text-align: center;
	margin-bottom: 20px;
}
#sec_8 .btn1{
	text-align: center;
}
@media screen and (max-width: 1040px){
	#sec_8 .txt1{
		font-size: 1.8em;
	}
}
@media screen and (max-width: 767px){
	#sec_8{
		height: auto;
		padding: 40px 0;
	}
	#sec_8 .sec_tit img{
		width: 130px;
	}
	#sec_8 .txt1{
		font-size: 1.4em;
	}
}
@media screen and (max-width: 360px){
	#sec_8 .txt1{
		font-size: 20px;
	}
	#sec_8 .txt2{
		font-size: 14px;
	}
}