

/* ------------------------------------------------------------ *\

		slider

\* ------------------------------------------------------------ */

section#slider {
	position: relative;
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	z-index: 1;
}
@media screen and (max-width:1024px) {
	section#slider {
		position: absolute;
		top: 0;
	}
}


.slick-slider {
	position: relative;
	display: block;
	user-select: none;
		-webkit-touch-callout: none;
			-khtml-user-select: none;
				-ms-touch-action: pan-y;
	touch-action: pan-y;
		-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track ,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before ,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	overflow: hidden;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

@media screen and (max-width:1024px) {
	.slick-slide img {
		display: block;
		object-fit: cover;
		width: 100%;
		height: 400px;
	}
}


.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* ------------------------------ dots */

.slick-dots {
	position: absolute;
	bottom: 60px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover ,
.slick-dots li button:focus {
	outline: none;
	transition: 0.4s;
}
.slick-dots li button:hover:before ,
.slick-dots li button:focus:before {
	opacity: 1;
	transition: 0.4s;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '･';
	text-align: center;
	opacity: .25;
	color: #fff;
		-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
}
.slick-dots li.slick-active button:before {
	color: #fff;
	opacity: .75;
}

.slide_gra {
	position: relative;
	content:"";
	display:block;
	width: 100%;
	height: 169px;
	background-image: url("../images/line.png");
	background-repeat: repeat-x;
	margin: -90px 0 0 0;
	z-index: 2;
}
@media screen and (max-width:1024px) {

	.slide_gra {
		top: 335px;
	}
}




/* ------------------------------------------------------------ *\

		category

\* ------------------------------------------------------------ */

section#category {
	position: relative;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1080px;
	margin: 280px auto 0 auto;
}

section#category div {
	width: 48%;
	margin: 0 0 30px 0;
}

@media screen and (min-width:780px) {

	section#category {
		width: 80%;
	}

	section#category div {
		width: 24%;
	}

}

@media screen and (min-width:1024px) {

	section#category {
		margin: 0 auto;
	}

}


/* ------------------------------------------------------------ *\

		news

\* ------------------------------------------------------------ */

.inner_half {
	width: 95%;
	max-width: 1300px;
	margin: 50px auto 0 auto;
}

section#news h2 ,
section#access h2 {
	display: flex;
	align-items: center;
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 1.2em;
}

section#news h2 img ,
section#access h2 img {
	width: 30px;
	height: auto;
	margin: 0;
}

section#news ,
section#access {
	width: 100%;
	margin: 0 0 50px 0;
}

@media screen and (min-width:1024px) {

	.inner_half {
		display: flex;
		justify-content: space-around;
		width: 100%;
		max-width: 1300px;
		margin: 50px auto 0 auto;
	}

	section#news ,
	section#access {
		width: 45%;
		margin: 0 10px 0 0;
	}

}


/* -------------------- news -------------------- */

section#news .news_list {
	height: 330px;
	overflow-y: scroll;
}
section#news .news_list::-webkit-scrollbar{-webkit-appearance: none; width:10px;}
section#news .news_list::-webkit-scrollbar-track{background:#dddddd;}
section#news .news_list::-webkit-scrollbar-thumb{border-radius: 4px; background:#2cc2e4; box-shadow: 0 0 1px rgba(255, 255, 255, .5);}

section#news .news_sell {
	border-bottom: 1px dashed #b0bac6;
	margin: 10px;
}

section#news .title {
	display: flex;
	align-items: center;
	margin: 0 0 10px 0;
}
section#news .title .icon {
	color: #fff;
	background-color: dodgerblue;
	padding: 10px;
}
section#news .title .calendar {
	width: 30px;
	height: auto;
	margin: 0 10px;
}

section#news .text {
	margin: 0 0 30px 10px;
}

@media screen and (min-width:1024px) {
	section#news .news_list {
		height: 430px;
	}
}

/* 2019.05.18追加 */
.FC-R {
	color: red;
}

.BB-S {
	border-bottom: solid 0.5px;
}

.BB-D {
	border-bottom: double 3px;
}

/* 2019.08.08追加 */
.FC-B {
	color: blue;
}

.FS-012{
	font-size: 1.2em;
}

/* 2020.08.03追加 */
.FW-B {
	font-weight: bold;
}

/* 2020.10.20追加 */
.TD-U {
	text-decoration: underline;
}

/* 2023.06.20追加 */
.TD-U-D {
	text-decoration: underline double;
}
/* -------------------- access -------------------- */

section#access iframe {
	width: 100%;
	margin: 0 0 20px 0;
}

section#access .access_detail {
	margin: 20px 0 0 0;
}

section#access .access_detail p ,
section#access .access_detail table {
	width: 95%;
	margin: 0 auto 20px auto;
}

section#access .access_detail p {
	color: red;
	text-align: center;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	padding: 10px 10px;
}

section#access .access_jyusho {
	text-align: center;
}

section#access table tr {
	border-bottom: 2px solid #fff;
}
section#access table th {
	display: list-item;
	list-style: none;
	font-weight: normal;
	background-color: #3fa9f5;
	padding: 5px;
	color: #fff;
}
section#access table td {
	display: list-item;
	list-style: none;
	padding: 5px;
}

@media screen and (min-width:1024px) {

	section#access iframe {
		width: 100%;
		margin: 0 0 20px 0;
	}

	section#access .access_jyusho {
		text-align: left;
	}

	section#access .access_detail {
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin: 20px 0 0 0;
	}

	section#access .access_detail p {
		width: 35%;
	}
	section#access .access_detail table {
		width: 60%;
	}
	section#access .access_detail p {
		text-align: left;
		padding: 10px 0;
	}

}

@media screen and (min-width:730px) {

	section#access table th {
		display: table-cell;
		font-weight: normal;
		background-color: #3fa9f5;
		padding: 5px;
		color: #fff;
	}
	section#access table td {
		display: table-cell;
		padding: 5px;
	}

}

/* ------------------------------------------------------------ *\

		banner

\* ------------------------------------------------------------ */


section#banner {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1300px;
	margin: 50px auto;
}

section#banner div {
	width: 95%;
	height: auto;
	height: auto;
	margin: 0 0 20px 0;
}

@media screen and (min-width:580px) {

	section#banner div {
		width: 486px;
		height: auto;
		height: auto;
		margin: 0 0 20px 0;
	}

}
