@charset "utf-8";


/*====================================================================

　top

====================================================================*/

h2 {
	font-size: 150%;
	font-weight: 500;
	margin-bottom: 15px;
}

h2:before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: -3px 0.5em 0 0;
	vertical-align: middle;
}

/*
mainimage
---------------------------------------------------------*/

#mainslider li {
	box-shadow: 0 5px 5px -5px rgba(0,0,0,0.3);
	overflow: hidden;
}

#mainslider li a .inner {
	width: 980px;
	margin: 0 auto;
}

/* slide01 */
#mainslider li.slide01 {
	background: #f3fef0 url(/img/top/bg_mainimage_01.png) no-repeat center center;
}

/* slide02 */
#mainslider li.slide02 {
	background: #fff8f8;
}

@media screen and (max-width: 979px) {
	#mainslider li a .inner {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	#mainslider li a .inner {
		width: 100%;
	}
}

/* slider */
.swiper {
	padding-bottom: 50px;
}

.swiper-wrapper {
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

/* カルーセル　*/
.swiper-button-prev,
.swiper-button-next {
	width: 20px;
	height: 36px;
	transition: .3s opacity;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 0.7;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	content: "";
	display: block;
	width: 20px;
	height: 36px;
}

.swiper-button-prev::after {
	background: url(/img/common/bx-prev.png) no-repeat 0 0;
}

.swiper-button-next::after {
	background: url(/img/common/bx-next.png) no-repeat 0 0;
}

@media screen and (max-width: 768px) {
	.swiper-button-prev,
	.swiper-button-next {
		display: none;
	}
}

/* ビュレット　*/
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 22px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
}

.swiper-pagination-bullet {
	background: #fff;
	border: 2px solid #ccc;
	width: 12px;
	height: 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 3px;
	opacity: 1;
	transition: .3s;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active{
	background: #f35e04;
	border: 2px solid #f35e04;
}

/* 停止ボタン　*/
.stop-btn-area {
	position: absolute;
	display: flex;
	justify-content: flex-end;
	right: 0;
	bottom: 30px;
	padding-right: 10px;
	z-index: 100;
}

.start-btn,
.stop-btn {
	width: 13px;
	height: 13px;
	transition: .3s;
	margin: 0 3px;
	cursor: pointer;
}

.start-btn {
	background: url(/img/common/bx-start.png) no-repeat 0 0;
	background-size: 13px 13px;
}

.stop-btn {
	background: url(/img/common/bx-stop.png) no-repeat 0 0;
	background-size: 13px 13px;
}

.start-btn:hover,
.stop-btn:hover,
.start-btn.active,
.stop-btn.active {
	opacity: 0.7;
}

/*
search_menu
---------------------------------------------------------*/

#search_menu h2:before {
	background: url(/img/top/ico_search_menu.svg) no-repeat center center / contain;
}

#search_menu > ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
}
	#search_menu > ul li {
		width: 23.5%;
		list-style: none;
		margin: 0 2% 20px 0;
	}
	#search_menu > ul li:nth-child(4n) {
		margin-right: 0;
	}
	#search_menu > ul li a {
		display: block;
		box-sizing: border-box;
		border: 3px solid #f35e04;
		border-radius: 10px;
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
	}
	#search_menu > ul li a:hover {
		text-decoration: none;
		box-shadow: 0 0 5px rgba(0,0,0,0.9);
	}
	#search_menu > ul li a .image {
		background-color: #fff;
		border-radius: 10px 10px 0 0;
		text-align: center;
	}
	#search_menu > ul li a .text {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		padding: 10px;
		text-align: center;
		line-height: 1.4;
	}
	#search_menu > ul li a h3 {
		color: #313131;
		font-size: 130%;
		font-weight: 500;
	}

@media screen and (max-width: 768px) {
	#search_menu > ul li {
		width: 49%;
		margin: 0 2% 10px 0;
	}
	#search_menu > ul li:nth-child(2n) {
		margin-right: 0;
	}
		#search_menu > ul li a h3 br {
			display: none;
		}
}

/*
news_area
---------------------------------------------------------*/

#news_area {
	margin-top: 25px;
}

#news_area .tab_content > div {
	background-color: #fff;
	border-radius: 10px;
	border: 3px solid #ccc;
}
	#news_area h2 {
		color: #f35e04;
		padding: 0.5em 1em 0 20px;
		margin-bottom: 0;
	}

#news_area > div ul li {
	background: url(/img/common/bg_btm_line.png) repeat-x center bottom;
}
#news_area > div ul li a {
	display: block;
	padding: 15px 20px;
}
#news_area > div ul li a:hover {
	text-decoration: none;
}
	#news_area ul li a time {
		display: block;
		color: #313131;
		font-size: 1rem;
	}
	#news_area ul li a time:before {
		font-family: FontAwesome;
		content: '\f105';
		font-weight: 600;
		color: #f35e04;
		margin-right: 0.5em;
	}
	#news_area ul li a > p {
		display: inline;
		margin: 0;
	}
	#news_area > div ul li a:hover p {
		text-decoration: underline;
	}
	#news_area .more {
		text-align: right;
		font-size: 0.9rem;
		margin-right: 1em;
	}
	#news_area .more a {
		color: #313131;
	}
	#news_area .more a:hover {
		color: #f35e04;
	}
	#news_area .more:before {
		font-family: FontAwesome;
		content: '\f0ca';
		color: #f35e04;
		margin-right: 0.5em;
	}

/* none */
#news_area > div ul li.none {
	padding: 15px 20px;
}
	#news_area > div ul li.none p {
		margin: 0;
	}

/* news */
#news {
	float: left;
	width: 49%;
}
#news h2:before {
	background: url(/img/top/ico_news.svg) no-repeat center center / contain;
}

/* announcement */
#announcement {
	float: right;
	width: 49%;
}
#announcement h2:before {
	background: url(/img/top/ico_announcement.svg) no-repeat center center / contain;
}

@media screen and (max-width: 768px) {
	#news_area h2 {
		display: none;
	}
	#news_area .tab_content > div {
		border-top: none;
		border-radius: 0 0 10px 10px;
	}
	#news,
	#announcement {
		float: none;
		width: 100%;
	}
}


/* tab */
.tab {
	display: none;
}

@media screen and (max-width: 768px) {
	.tab {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		cursor: pointer;
		width: 100%;
		font-size: 150%;
		font-weight: bold;
		border-bottom: 3px solid #ccc;
	}
		.tab li {
			transition: all .3s;
			vertical-align: middle;
			background: #fff;
			margin-bottom: -3px;
			padding: 5px 10px;
			color: #f35e04;
			width: 49%;
			border: 3px solid #ccc;
			text-align: center;
			border-radius: 10px 10px 0 0;
		}
		.tab li.select {
			background: #f35e04;
			color: #fff;
			border-bottom: 3px solid #fff;
		}
	.hide {
		display: none;
	}
}

/*
point_link
---------------------------------------------------------*/

#point_link {
	margin-top: 45px;
}
#point_link > ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
	#point_link > ul li {
		width: 49%;
		margin-bottom: 20px;
	}
	#point_link > ul li a {
		font-size: 130%;
		display: block;
		border-radius: 10px;
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
		color: #313131;
		padding: 15px 40px 15px 20px;
		background: #fdf2f2 url(/img/common/bx-next_02.png) no-repeat 95% center;
		background-size: 10px 17px;
		border: 1px solid #fdf2f2;
	}
	#point_link > ul li a:hover {
		text-decoration: none;
		box-shadow: 0 0 5px rgba(234,62,50,0.9);
		border: 1px solid #f66a60;
	}

@media screen and (max-width: 768px) {
	#point_link > ul li {
		width: 100%;
		margin-bottom: 10px;
	}
}

/*
sub_link
---------------------------------------------------------*/

#sub_link {
	margin-top: 25px;
}
#sub_link > ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
}
	#sub_link > ul li {
		width: 23.5%;
		margin: 0 2% 20px 0;
	}
	#sub_link > ul li:nth-child(4n) {
		margin-right: 0;
	}
	#sub_link > ul li a {
		border: 3px solid #ccc;
		border-radius: 10px;
		background-color: #fff;
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		color: #313131;
		padding: 20px;
		position: relative;
		font-size: 1rem;
		min-height: 75px;
	}
	#sub_link > ul li a:after {
		font-family: FontAwesome;
		content: '\f105';
		color: #f35e04;
		position: absolute;
		right: 15px;
		top: 33%;
		font-size: 160%;
		line-height: 1;
	}
	#sub_link > ul li a:hover {
		color: #f35e04;
	}

@media screen and (max-width: 768px) {
	#sub_link > ul {
		justify-content: space-between;
	}
		#sub_link > ul li {
			width: 49%;
			margin: 0 0 10px 0;
		}
		#sub_link > ul li a {
			padding: 10px 30px 10px 15px;
		}
}

/*
banner_area
---------------------------------------------------------*/

#banner_area {
	background-color: #fff;
	border-radius: 10px;
	padding: 15px 40px 0 40px;
	margin-top: 25px;
}
	#banner_area h3 {
		font-size: 130%;
		font-weight: 500;
		margin-bottom: 10px;
	}

#banner_area > ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
}
#banner_area > ul li {
	width: 160px;
	margin: 0 25px 20px 0;
}
	#banner_area > ul li:nth-child(5n){
		margin: 0 0 20px 0;
	}
	#banner_area > ul li a:hover {
		opacity: 0.7;
	}
	#banner_area > ul li a:after {
		display: none;
	}
	#banner_area > ul li img {
		border: 1px solid #ccc;
		box-sizing: border-box;
	}

@media screen and (max-width: 768px) {
	#banner_area {
		padding: 15px 30px;
	}
	#banner_area > ul {
		justify-content: space-between;
	}
	#banner_area > ul li {
		width: 49%;
		margin: 0 0 10px 0;
	}
	#banner_area > ul li:nth-child(5n) {
		margin: 0 0 10px 0;
	}
}