@charset "UTF-8";
/*-----------------------------------

	header

-----------------------------------*/
header {
	width: 100%;
	max-width: 2000px;
	height: 100px;
	position:absolute;
    left: 0;
    right: 0;
	margin: 0 auto;
	padding: 20px 2.0% 0;
	z-index: 999;
	box-sizing:border-box;
}
header h1{
	width: 85px;
	float: left;
}
.fixed{
	position: fixed !important;
}
@media screen and (max-width: 980px){
	header {
		width: 100%;
		height: 60px;
		background: #fff;
		padding-top: 5px;
		z-index:999;
		position: fixed;
		top: 0;
		left: 0;
	}
	header h1{
		width:40px;
		float: left;
		z-index:999;
	}
}
@media screen and (max-width: 780px){
	header h1{
		width: 38px;
	}
}
/*-----------------------------------

	main

-----------------------------------*/
#main{
    width: 100%;
	max-width: 2000px;
	height: 100%;
	min-height: 600px;
    margin: 0 auto;
	position:relative;
}
#main .title {
    width: 19%;
	max-width: 300px;
	height: calc(100vh);
    text-align: center;
    padding: 15% 6% 0;
    box-sizing: border-box;
    background: url(../img/index/deco_main.png),url(../img/index/deco_main.png);
    background-size: 160px, 150px;
    background-position:110% -5%,-20% 100%;
    background-repeat: no-repeat;
}
#main .title p{
	font-size: 30px;
	line-height: 4.2rem;
	vertical-align: middle;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl; 
}
#main .title .text_01{
	text-indent:-5em;
	position: relative;
}
#main .title .text_01:before{
	width: 45px;
	height: 45px;
	content: url("../img/common/icon_well.svg");
	position: absolute;
	right: -50px;
	top:-50px;
}
#main .title .text_01:after{
	width: 45px;
	height: 45px;
	content: url("../img/common/icon_well.svg");
	position: absolute;
	bottom: -50px;
	left:-50px;
	-webkit-transform: scale(-1,-1);
	-o-transform: scale(-1,-1);
	-moz-transform: scale(-1,-1);
	transform: scale(-1,-1);
	text-indent: 0;
}
.slider{
width:100vw;
height:calc(100vh);
position:absolute;
top:0;
left:0;
text-align:center;
}
.slider img{
object-fit:cover;
width:100%;
height:calc(100vh);
margin: 0 auto;
text-align:center;
}
.slider img.coverPosition{
object-position:100% 50%;
	margin: 0 auto;
    text-align:center;
}	
#main_bbr{
	position: absolute;
	left: 10%;
	bottom:100px;
}
@media screen and (max-width: 1200px) {
	#main .title {
		padding: 19% 6% 10%;
	}
}
@media screen and (max-width: 980px) {
	#main{
		height: 600px;
		min-height: auto;
		background-position:60% center;
	}
	#main .title {
		width: 100%;
		max-width: 100%;
		height: 200px;
		text-align: center;
		padding: 80px 2.5% 0;
		box-sizing: border-box;
		background: url(../img/index/deco_main.png),url(../img/index/deco_main.png),#fff;
		background-size: 90px, 75px;
		background-position: 110% -15%,-5% 130%;
		background-repeat: no-repeat;
		position: absolute;
		top:0;
		left: 0;
		z-index: 997;
		float: none!important;
	}
	#main .title p {
		font-size: 28px;
		line-height: 3.6rem;
		writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
	}
	#main .title .text_01{
		width: 70%;
		display: block;
		text-align: center;
		margin-left: 15%;
		text-indent: -5rem;
	}
	#main .title .text_01:before {
		width: 30px;
		height: 30px;
		content: url(../img/common/icon_well.svg);
		position: absolute;
		right: -25px;
		top: -25px;
	}
	#main .title .text_01:after {
		width: 30px;
		height: 30px;
		content: url(../img/common/icon_well.svg);
		position: absolute;
		bottom: -25px;
		left: -25px;
		text-indent:0;
	}
	.slider img {
		height:600px;
	}
}
@media screen and (max-width: 740px) {
	#main .title p {
		font-size: 21px;
		line-height: 3.6rem;
	}
	#main .title .text_01:before {
		width: 30px;
		height: 30px;
		content: url(../img/common/icon_well.svg);
		position: absolute;
		right: -25px;
		top: -25px;
	}
	#main .title .text_01:after {
		width: 30px;
		height: 30px;
		content: url(../img/common/icon_well.svg);
		position: absolute;
		bottom: -25px;
		left: -25px;
	}
	#main_bbr{
		width: 50%;
		position: absolute;
		left: 2.5%;
		bottom:20px;
	}
}
/*-----------------------------------

	about

-----------------------------------*/
#about{
	color: #fff;
	text-align: center;
	background: url("../img/index/bg_about.jpg"); 
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
	background-size: cover;
}
#about .lead{
	font-size: 18px;
	line-height:2.1rem;
	margin-bottom: 20px;
}
#about h2{
	font-size: 30px;
	line-height: 4.2rem;
	letter-spacing: 0.6rem;
	margin-bottom: 20px;
}
#about .logobox{
	width: 50%;
}
#about .logobox .logo{
	width: 180px;
	margin: 50px auto 30px;
}

#about a.link_btn{
	color: #fff;
	border: solid 2px #fff;
}
#about a.link_btn:hover{
	border: solid 2px rgba(0,0,0,0.00);
}
#about .textbox{
	width: 47%;
	background: rgba(30,30,30,0.85);
	padding: 85px 0 60px;
}
#about .textbox .name{
	margin-top: 20px;
}
#about .textbox a.link_btn{
	display: none;
}
@media screen and (max-width: 1199px){
	#about .about_inner{
		
	}
}
@media screen and (max-width: 980px){
	
}
@media screen and (max-width:740px){
	#about .logobox{
		width: 100%;
		float: none!important;
	}
	#about .logobox .logo {
		width: 30%;
		max-width: 180px;
		margin: 0 auto 30px;
	}
	#about .logobox a.link_btn{
		display: none;
	}
	#about .textbox {
		width: 100%;
		background: rgba(30,30,30,0.85);
		float: none!important;
		padding: 45px 0;
	}
	#about h2 {
		font-size: 24px;
		line-height: 2.8rem;
		letter-spacing: 0.4rem;
		margin-bottom: 20px;
	}
	#about .textbox .link_btn_wp {
		text-align: center;
	}
	#about .textbox a.link_btn{
		margin: 20px auto 0;
		display: block;
	}
}
/*-----------------------------------

	community

-----------------------------------*/
#community{
	padding-top: 0;
}
#community h2{
	font-size: 36px;
	line-height: 4.2rem;
}
#community h2 span{
	font-size: 14px;
	display: inline-block;
	margin-left: 10px;
}
#community .bg_community{
	height: 325px;
	background:url("../img/index/bg_community.jpg");
	background-attachment: fixed;
	background-size: cover;
}
#community .textbox{
	width: 50%;
	background: #fcfcfc;
	margin-top: -50px;
	padding: 50px 30px;
	box-sizing: border-box;
}
#community .textbox p{
	font-size: 16px;
	margin-top: 10px;
}
#community .imgbox{
	width: 50%;
	margin-top: -200px;
	position: relative;
}
#community .imgbox .map{
	width: 60%;
	margin: 0 auto;
}
#community .imgbox .text{
    font-size: 24px;
	text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
#community .imgbox .img {
    width: 490px;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    margin: auto;
}
@media screen and (max-width:1200px){
	#community .imgbox {
		margin-top: -100px;
	}
}
@media screen and (max-width:980px){
	#community {
		padding-bottom: 0;
	}
	#community .bg_community {
		height: 200px;
		background: url(../img/index/bg_community.jpg);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: 150%;
		background-position: top;
	}
	#community .textbox {
		width: 100%;
		float: none!important;
		margin-top: -50px;
		padding: 30px 3% 0;
	}
	#community .imgbox {
		width: 100%;
		float: none!important;
		margin-top: 0;
		position: relative;
	}
	#community .imgbox .map {
		width: 40%;
		margin: 0 auto;
	}
	#community .imgbox .text {
		text-align: center;
		position: absolute;
		top: 20%;
		left: 0;
		right: 0;
	}
	#community .imgbox .img {
		width: 80%;
		max-width: 490px;
		position: absolute;
		top: 40%;
		left: 0;
		right: 0;
		margin: auto;
	}
}
@media screen and (max-width:740px){
	#community {
		padding-bottom: 0;
	}
	#community .bg_community {
		height: 200px;
		background: url(../img/index/bg_community.jpg);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: 150%;
		background-position: top;
	}
	#community .textbox {
		width: 100%;
		float: none!important;
		margin-top: -50px;
		padding: 30px 3% 0;
	}
	#community .imgbox {
		width: 100%;
		float: none!important;
		margin-top: 0;
		position: relative;
	}
	#community h2 {
		font-size: 21px;
		line-height: 2.8rem;
	}
	#community h2 span {
		font-size: 10px;
		line-height: 1.2rem;
	}
	#community .imgbox .map {
		width: 40%;
		margin: 0 auto;
	}
	#community .imgbox .text {
		font-size: 18px;
		text-align: center;
		position: absolute;
		top: 20%;
		left: 0;
		right: 0;
	}
	#community .textbox p {
		font-size: 14px;
		margin-top: 10px;
	}
	#community .imgbox .img {
		width: 90%;
		max-width: 490px;
		position: absolute;
		top: 40%;
		left: 0;
		right: 0;
		margin: auto;
	}
}
/*-----------------------------------

	pickup

-----------------------------------*/
#pickup ul li h2{
	font-size: 24px;
}
#pickup ul li p{
	font-size: 12px;
}
#pickup ul li{
	float: left;
}
#pickup ul li a{
	color: #fff;
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
	padding-left: 50px;
}
#pickup ul li a:hover{
	filter: opacity(90%);
}
#pickup ul li:first-child{
	width: 49%;
	height: 510px;
}
#pickup ul li:first-child a{
	width: 100%;
	height: 100%;
	background: url("../img/index/bg_pickup_01.jpg"),no-repeat;
	background-size: cover;
    background-position: center;
	padding-top: 230px;
}
#pickup ul li:nth-child(2),
#pickup ul li:nth-child(3){
	width: 49%;
	height: 240px;
	margin-left: 2%;
}
#pickup ul li:nth-child(2){
	margin-top: 40px;
}
#pickup ul li:nth-child(2) a{
	width: 100%;
	height: 100%;
	background: url("../img/index/bg_pickup_02.jpg"),no-repeat;
	background-size: cover;
    background-position: center;
	padding-top: 100px;
}
#pickup ul li:nth-child(3){
	margin-top: 20px;
}
#pickup ul li:nth-child(3) a{
	width: 100%;
	height: 100%;
	background: url("../img/index/bg_pickup_03.jpg"),no-repeat;
	background-size: cover;
    background-position: center;
	padding-top: 100px;
}
@media screen and (max-width:740px){
	#pickup ul li a {
		padding-left: 30px;
	}
	#pickup ul li:first-child{
		width: 100%;
		height: 200px;
	}
	#pickup ul li:first-child a {
		padding-top: 90px;
	}
	#pickup ul li:nth-child(2), #pickup ul li:nth-child(3) {
		width: 100%;
		height: 150px;
		margin-left: 0;
	}
	#pickup ul li:nth-child(2) {
		margin-top: 20px;
	}
	#pickup ul li:nth-child(2) a,
	#pickup ul li:nth-child(3) a {
		padding-top: 60px;
	}
	#pickup ul li h2 {
		font-size: 18px;
	}
	#pickup ul li p {
		font-size: 10px;
	}
}
/*-----------------------------------

	event

-----------------------------------*/
#event .h2_wrap{
	margin-bottom: 20px;
}
#event h2{
	font-size: 30px;
}
#event h2 span{
	font-size: 16px;
	margin-left: 20px;
}
#event ul li{
	width: 49%;
	max-width: 580px;
	float: left;
	margin:20px 3% 0 0;
}
#event ul li:nth-child(2n){
	margin-right: 0;
}
#event ul li .img img {
    object-fit: cover;
    width: 580px;
    height: 360px;
}
#event ul  li .title{
	font-size: 24px;
	line-height: 2.8rem;
	margin: 15px 0 10px;
}
#event ul li dl{
 	display: inline-block;
	margin-right: 10px;
}
#event ul li dl dt,
#event ul li dl dd{
    display: inline-block;
}
#event ul li dl dt{
	font-size: 16px;
    line-height: 1.8rem;
    display: inline-block;
    background: #f4f4f4;
	margin-right: 10px;
    padding: 2px 5px;
    border-radius: 20px;
}
#event .point{
	font-size: 14px;
	line-height: 2.1rem;
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid 1px #dbdbdb;
}
@media screen and (max-width: 1200px){
	#event ul li{
		margin:20px 2% 0 0;
	}
	#event ul li .title {
		font-size: 21px;
		line-height: 2.4rem;
		margin: 15px 0 10px;
	}
}
@media screen and (max-width: 980px){
	#event ul li .img img {
		object-fit: cover;
		width: 100%;
		height:270px;
	}
}
@media screen and (max-width: 740px){
	#event{
		padding: 30px 0;
	}
	#event h2 {
		width: 100%;
		font-size: 21px;
	}
	#event h2 span {
		font-size: 10px;
		margin-left: 10px;
	}
	#event ul li {
		width: 100%;
		max-width: 100%;
		float: none!important;
		margin: 20px 3% 0 0;
	}
	#event ul li .img{
		width: 32%;
		float: left;
	}
	#event ul li .img img {
		object-fit: cover;
		width: 100%;
		height: 120px;
	}
	#event ul li .text{
		width: 66%;
		float: right;
	}
	#event ul li .title {
		font-size: 16px;
		line-height: 2.1rem;
		margin-bottom: 10px;
	}
	#event ul li dl dt {
		font-size: 14px;
		line-height: 1.6rem;
		border-radius: 10px;
	}
	#event ul li .date {
		font-size: 13px;
	}
	#event ul li .cate {
		font-size: 13px;
	}
	#event .point {
		font-size: 12px;
		line-height: 1.6rem;
		margin-top: 20px;
		padding-top: 20px;
		border-top: solid 1px #dbdbdb;
	}
	#event a.link {
		display: none!important;
	}
	#event .link_btn_wp{
		text-align: center;
	}
	#event .link_btn_wp a.link_btn{
		margin: 30px auto 0;
	}
}
/*-----------------------------------

	info

-----------------------------------*/
#info .h2_wrap{
	margin-bottom: 20px;
}
#info h2{
	font-size: 30px;
}
#info h2 span{
	font-size: 16px;
	margin-left: 20px;
}
#info .linkbox{
	width: 50%;
	text-align: right;
}
#info .linkbox a{
	display:inline-block;
	margin-left: 20px;
}
#info ul li{
	width: 48%;
	float: left;
	margin:20px 2% 0 0;
	padding-bottom: 10px;
	border-bottom: solid 1px #dbdbdb;
}
#info ul li:nth-child(2n){
	margin-right: 0;
}
#info ul li:first-child,
#info ul li:nth-child(2){
	margin-top: 0;
}
#info .text {
	width: 70%;
	max-width: 380px;
	margin-left: 1%;
}
#info ul .title{
	font-size: 21px;
	line-height: 2.4rem;
	margin-bottom: 10px;
}
#info ul .date{
	font-size: 14px;
	color: #9d9d9d;
	display:inline-block;
	margin-right: 10px;
}
#info ul .cate{
	font-size: 16px;
	line-height: 1.8rem;
	display:inline-block;
	background: #f4f4f4;
	padding:2px 5px;
	border-radius: 20px;
}
@media screen and (max-width: 1199px){
	#info ul li{
		width: 48%;
		float: left;
		margin:20px 2% 0 0;
	}
	#info .img {
		width: 25%;
		max-width: 175px;
	}
	#info .img img {
		width: 175px;
		height: 100px;
	}
	#info .text {
		width: 77%;
		max-width: 70%;
		margin-left: 1%;
	}
}
@media screen and (max-width: 980px){
	#info ul li{
		width: 100%;
		float: none;
		margin:20px 0 0 0;
	}
	#info ul li:nth-child(2) {
		margin-top: 20px;
	}
	#info .img {
		width: 20%;
		max-width: 175px;
	}
	#info .img img {
		width: 175px;
		height: 100px;
	}
	#info .text {
		width: 78%;
		max-width: 78%;
		margin-left: 1%;
	}
}
@media screen and (max-width: 740px){
	#info h2 {
		width: 100%;
		font-size: 21px;
	}
	#info h2 span {
		font-size: 10px;
		margin-left: 10px;
	}
	#info ul .title {
		font-size: 16px;
		line-height: 2.1rem;
		margin-bottom: 10px;
	}
	#info ul .date {
		font-size: 13px;
	}
	#info ul .cate {
		font-size: 13px;
	}
	#info a.link {
		display: none!important;
	}
	#info .link_btn_wp{
		text-align: center;
	}
	#info .link_btn_wp a.link_btn{
		margin: 30px auto 0;
	}
}