@charset "utf-8";
/* CSS Document */


/*-------------------------

      メインビジュアル
	  　　　
--------------------------*/
.topmain_logo{
	width: 35%;
	position: absolute;
	top: 40%;
	left: 33.3%;
}
h2{
	font-weight: 600;
	font-size: 220%;
	text-align: center;
	padding: 50px 0;
	font-family: 'Paytone One', sans-serif;;
	line-height: 1.3;
}
p.small{
	font-size: 45%;
	font-weight: normal;
}
.mainvis-title{
	width: 100%;
	height: 221px;
	position: absolute;
	top: 35%;
	left: 0;
	text-align: center;
}
	
/******************************

	content01:What's News

*******************************/
#content01{
	width: 100%;
	height: auto;
	background-image: linear-gradient(#E7E7E7,#FFF);
	padding: 50px 0 80px; 
}
.news{
	width: 1100px;
	height: auto;
	margin: 0 auto;
}
ul.news-list{
	display: flex;
	justify-content: center;
	list-style: none;
}
ul.news-list li{
	width: calc(100%/3);
	padding: 10px 60px;
	border-right: solid 1px #333333;
	transition: .2s;
}
ul.news-list li p{
	color: #333333;
}
ul.news-list li:hover{
	opacity: 0.7;
}
ul.news-list li span{
	line-height: 2.5;
}
ul.news-list li span:after{
	content:"News";
	background-color: #cb4829;
	width: 20px;
	color: #fff;
	font-size: 77%;
	margin: 0 10px;
	padding: 0 5px;
}

/*== ボタン共通設定 */
.news-button{
    /*ボタンの形状*/
    display: block;
	margin: 50px auto 20px;
	width: 200px;
    color:#fff;
    padding: 5px 20px;
    text-decoration: none;
    outline: none;
    /*背景の色と形状*/
    background: linear-gradient(280deg, #d9ac26 0%, #cb4829 30%, #000 55%, #000 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
	font-size: 93%;
	text-align: center;
}
/*== hoverした際の、背景の場所とテキスト色の変更*/
.news-button:hover{
    color: #fff;
    background-position: 99% 50%;
}

/******************************

	article

*******************************/
/*article{
	width: 100%;
	height: auto;
	padding: 100px 0 80px; 
}
.topnews{
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 50px;
	
}
.topnews img{
	width: 100%;
}*/

/******************************

	content02:Schedule

*******************************/
#content02{
	text-align: center;
	/*padding-bottom: 100px;*/
}
.calendar{
	width: 1100px;
	/*height: 600px;*/
	margin: 0 auto;
	/*background-image: url(../img/cal-flame.gif);*/
	/*box-shadow: 4px 4px 6px #C8C8C8;
	border: solid 1px #F2F2F2;*/
	/*display: flex;
	flex-direction: row-reverse;
	align-items: center;*/
}
.calender-text{
	width: 450px;
	/*padding: 50px;*/
	margin:0 auto;
}
.calender-text p{
	line-height: 1.7;
	letter-spacing: 1px;
}
.calender-text-title{
	font-size:138.5%;
	font-weight: bold;
	padding-bottom: 30px;
	padding-top: 20px;
	font-family: 'Paytone One', sans-serif;;
}
.calender-text-info{
	padding: 35px 0;
}
.gallery-btn{
	position: relative;
}
.gallery-text{ 
	background-image: url(../img/gallery-1.jpg);
	width: 450px;
	height: 250px;
	position: relative;
}
.gallery-text p{
	width: 70%;
	padding: 5%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 38%;
	right: 0;
	left: 0;
}
.calendar-img{
	width: 50%;
	padding: 50px;
}
.cal{
	filter: hue-rotate(160deg);
}
.gallery-text:hover{
	transition: .3s;
	opacity: 0.7;
}





/******************************

	content03:Blog

*******************************/
#content03{
	width: 100%;
	height: auto;
	padding-bottom: 100px;
}
.blog{
	width: 80%;
	height: auto;
	margin: 0 auto;
}
.blog-list{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
}
.blog-list ul{
	width: calc(92%/3);
	list-style: none;
	margin: 0 1% 30px;
	box-sizing: border-box;
	transform: translateY(0px);
	filter: grayscale(90%);
	/*background-image: url(../img/blog-flame.gif);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;*/
	background-color: #000;
	border-radius: 10px;
}
.blog-list ul li:nth-child(2){
	padding: 5px 5% 15px;
}
.blog-list ul li img{
	width: 97%;
	height: 250px;
	object-fit: cover;
	padding: 3% 0 0 3%;
}
.blog-list ul li p{
	color: #fff;
	padding-top: 2px;
}
.blog-list ul li span{
	color: #CCC;
	filter: none;
	font-size: 85%;
}
.blog-list ul:hover{
	/*box-shadow: 4px 4px 6px #C8C8C8;*/
	filter: grayscale(0%) drop-shadow(4px 4px 6px #C8C8C8);
	transition: .4s;
	color: rgba(0,0,0,0.7);
	transform: translateY(-10px)
}
/*== ボタン共通設定 */
.blog-button{
    /*ボタンの形状*/
    display: block;
	margin: 0 auto 50px;
	width: 200px;
    color:#fff;
    padding: 5px 20px;
    text-decoration: none;
    outline: none;
    /*背景の色と形状*/
    background: linear-gradient(280deg, #d9ac26 0%, #cb4829 30%, #000 55%, #000 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
	font-size: 93%;
	text-align: center;
}
/*== hoverした際の、背景の場所とテキスト色の変更*/
.blog-button:hover{
    color: #fff;
    background-position: 99% 50%;
}

.insta{
	padding: 50px 0;
	margin-bottom: 50px;
}
.insta a{
	display: block;
	text-align: center;
}
.insta img:hover{
	transition: .3s;
	opacity: 0.7;
}
