@charset "utf-8";
@media only screen and (min-width: 600px) {
/*=================================
アイキャッチここから
=================================*/
.eyecatch{
	/*max-width: 1280px;
	min-width: 980px;*/
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(../img/about/about_eye_bg02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	padding: 193px 0 151px 0;
}

.eyecatch h1{
	width: 13%;
	height: 12%;
	margin: 0 auto;
}
.eyecatch h1 a{
	width: auto;
	height: auto;
	display: block;
}
.eyecatch h1 a:hover{
	opacity: 0.5;
}
.eyecatch h1 img{
	width: 100%;
	height: auto;
	display: block;
}
.eyecatch p{
	margin-top: 83px;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 5px;
	line-height: 21px;
}
a.schedule_btn{
	width: 203px;
	height: auto;
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1100;
}
a.schedule_btn:hover{
	opacity: 0.5;
}
a.schedule_btn img{
	width: 100%;
	height: auto;
	display: block;
}

main{
	max-width: 1280px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
main .news{
	width: 100%;
	/*height: 386px;*/
	background-color:  #f6eadb;
	padding: 80px 0; 
}

main .news .inner{
	width: 500px;
	/*height: 200px;*/
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
main .news .inner ul{
	width: 100%;
	margin-bottom: 32px;
}
main .news .inner ul li{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
main .news .inner ul li a{
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 24px;
	text-align: center;
	color: #f58772;
}
main .news .inner ul li a span{
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 24px;
	text-align: center;
	color: #f58772;
	display: inline-block;
}
main .news .inner ul .new a{
	color: #FF3366;
}
main .news .inner ul .new a span{
	color: #FF3366;
	margin-right: 60px;
}

main .news .inner ul li a .icon_new{
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 16px;
	text-align: center;
	padding: 4px 0;
	margin-right: 10px!important;
	color: #ffffff!important;
	width: 50px;
	background-color: #FF3366;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
}

main .news .inner h2{
	font-size: 32px;
	line-height: 35px;
	letter-spacing: 6px;
	text-align: center;
	margin-bottom: 33px;
	color: #f58772;
}
main .news .inner p.text{
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 32px;
	color: #f58772;
}




}






















/*=================================
SP用CSS
=================================*/

@media only screen and (max-width: 599px) {
.sp_none{
	display: none!important;
}

/*=================================
アイキャッチここから
=================================*/
.eyecatch{
	/*max-width: 1280px;
	min-width: 980px;*/
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(../img/about/about_eye_bg02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	padding: 193px 0 151px 0;
}
.eyecatch h1{
	width: 45%;
	height: auto;
	margin: 0 auto;
}
.eyecatch h1 a{
	width: auto;
	height: auto;
	display: block;
}
.eyecatch h1 a:hover{
	opacity: 0.5;
}
.eyecatch h1 img{
	width: 100%;
	height: auto;
	display: block;
}
.eyecatch p{
	margin-top: 40px;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 5px;
	line-height: 28px;
}
a.schedule_btn{
	width: 203px;
	height: auto;
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1100;
}
a.schedule_btn:hover{
	opacity: 0.5;
}
a.schedule_btn img{
	width: 100%;
	height: auto;
	display: block;
}

main{
	width: 90%;
	padding: 3%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
main .news{
	width: 90%;
	/*height: 386px;*/
	background-color:  #f6eadb;
	padding: 80px 5%; 
}

main .news .inner{
	/*width: 500px;*/
	/*height: 200px;*/
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
main .news .inner ul{
	width: 100%;
	margin-bottom: 32px;
}
main .news .inner ul li{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
main .news .inner ul li a{
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 24px;
	text-align: center;
	color: #f58772;
}
main .news .inner ul li a span{
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 24px;
	text-align: center;
	color: #f58772;
	display: inline-block;
	vertical-align: middle;
}
main .news .inner ul .new a{
	color: #FF3366;
}
main .news .inner ul .new a span{
	color: #FF3366;
	margin-right: 60px;
}

main .news .inner ul li a .icon_new{
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 16px;
	text-align: center;
	padding: 4px 0;
	margin-right: 10px!important;
	color: #ffffff!important;
	width: 50px;
	background-color: #FF3366;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
}

main .news .inner h2{
	font-size: 32px;
	line-height: 35px;
	letter-spacing: 6px;
	text-align: center;
	margin-bottom: 33px;
	color: #f58772;
}
main .news .inner p.text{
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 32px;
	color: #f58772;
}














}

/*.paginationここから*/
.wp-pagenavi {
	width: 80%;
	height: auto;
	margin: 0 auto;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 599px) {
	.wp-pagenavi {
		max-width: 320px;
	}
}
.wp-pagenavi span{
	width: 50px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #f58772;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 9px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #f58772;
	/*font-family: 'Noto_Sans_JP',
	sans-serif;
	font-weight: 700;*/
}
@media only screen and (max-width: 599px) {
	.wp-pagenavi span{
		width: 35px;
		height: 35px;
		font-size: 11px;
		line-height: 35px;
	}
}
.wp-pagenavi a{
	width: 50px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #f58772;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 9px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #f58772;
	/*font-family: 'Noto_Sans_JP',
	sans-serif;
	font-weight: 700;*/
}
@media only screen and (max-width: 599px) {
	.wp-pagenavi a{
		width: 35px;
		height: 35px;
		font-size: 11px;
		line-height: 35px;
	}
}
.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .extend{
	display: none;
}
.wp-pagenavi a:hover{
	color: #ffffff;
	border: 1px solid #f58772;
	background-color: #f58772;
	opacity: 1;
}
.wp-pagenavi .current{
	width: 50px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 9px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #f58772;
	background-color: #f58772;
	border-radius: 50%;
	/*font-family: 'Noto_Sans_JP',
	sans-serif;
	font-weight: 700;*/
}
@media only screen and (max-width: 599px) {
	.wp-pagenavi .current{
		width: 35px;
		height: 35px;
		font-size: 11px;
		line-height: 35px;
	}
}
/*.paginationここまで*/
















