@charset "UTF-8";
/*------------------------------------------------------------content*/
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	background: url(../img/menu_img/pagetitle.jpg) no-repeat;
	background-size: cover;
}
/*-------------------------anchor_link*/
#anchor_link ul {
	margin-top: 20px;
}
#anchor_link ul li {
	margin-bottom: 5px;
}
#anchor_link ul li a {
	width: 100%;
	display: block;
	color: #fff;
	background: url(../img/common_img/bg_green.jpg);
	text-decoration: none;
	padding: 2px 10px;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
#anchor_link ul li a:hover {
	opacity: 0.7;
}

@media print, screen and (min-width:768px) {
#anchor_link ul {
	display: flex;
	justify-content: center;
}
#anchor_link ul li {
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
	width: 250px;
}
#anchor_link ul li a {
	font-size: 20px;
	padding: 10px 10px;
}
}
/*-------------------------section01*/
.swiper-container {
	width: 100%;
	padding-bottom: 40px !important; /*　☆ページネーションの位置を変更したいとき☆　*/
}
.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	left: 0;
	right: 0;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}
@media print, screen and (min-width:768px) {
.slider_wrap {
}
.swiper-container {
}
}
