@charset "utf-8";


/*gnav*/
#gnav li.gnav03 img {
	display: none;
}

/*pagettl*/
#pagettl .inner {
	background-image: url(img/ttl_bg.jpg);
}


/*================================
main
================================*/
#main {
	background-image: url(img/main_bg.jpg);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 775px;
}
/*================================
section01
================================*/
#section01 {
	margin-top: 0px;
	padding-top: 48px;
}
.hosoku {
	text-align: center;
	padding-top: 0.3em;
}
/*-------------------------------
スライド
-------------------------------*/
#flickscroll {
	position: relative;
	z-index: 1;
	margin: 0 auto 30px;
	max-width: 560px;
	width: 100%;
	aspect-ratio: 10/7;
}
#flickscroll ul {
	top: 0;
	left: 0;
	/*height: 420px;*/
	position: absolute;
	overflow: hidden;
}
#flickscroll li {
	float: left;
	overflow: hidden;
	/*width: 560px;*/
	/*height: 420px;*/
}
#flickscroll p {
	padding: 5px 10px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	color: #002c74;
	background: url(img/text_bg01.jpg)top center;
	margin-top: 10px;
	line-height: 1.4;
}
/*-------------------------------
スライドボタン
-------------------------------*/
#moveprev {
	position: absolute;
	z-index: 1;
	cursor: pointer;
	top: 50%;
	left: -14px;
	translate: -100% -50%;
	width: 50px;
	height: 50px;
	background: url(img/section01_bt-back.png)center/contain no-repeat;
}
#movenext {
	position: absolute;
	z-index: 1;
	cursor: pointer;
	top: 50%;
	right: -14px;
	translate: 100% -50%;
	width: 50px;
	height: 50px;
	background: url(img/section01_bt-next.png)center/contain no-repeat;
}
/*-------------------------------
スライドサムネイル
-------------------------------*/
#flickthumb {
	margin: 0 auto 10px;
	max-width: 580px;
	width: 100%;
}
#flickthumb ul {
	display: flow-root;
	margin-right: -8px;
}
#flickthumb li {
	float: left;
	cursor: pointer;
	width: 90px;
	aspect-ratio: 1/1;
	margin-right: 8px;
}
#flickthumb li.active {
	opacity: 1 !important;
}


/*================================
TABLET横 1080px～0px
================================*/
@media screen and (max-width: 1080px) {}


/*================================
TABLET縦 834px～0px
================================*/
@media screen and (max-width: 834px) {

	/*================================
	main
	================================*/
	#main {
		background: #fff;
		height: auto;
	}
	/*================================
	section01
	================================*/
	#section01 {}
	.hosoku {}
	/*-------------------------------
	スライド
	-------------------------------*/
	#flickscroll {}
	#flickscroll::before {
		position: absolute;
		z-index: -1;
		content: "";
		left: -10px;
		top: -10px;
		width: calc(100% + 20px);
		height: calc(100% + 20px);
		background: #fff;
		border: 1px solid #eaeaea;
		box-shadow: 0 0 4px rgba(0,0,0,0.1);
	}
	#flickscroll ul {}
	#flickscroll li {}
	#flickscroll img {}
	#flickscroll p {}
	/*-------------------------------
	スライドボタン
	-------------------------------*/
	#moveprev {}
	#movenext {}
	/*-------------------------------
	スライドサムネイル
	-------------------------------*/
	#flickthumb {}
	#flickthumb ul {}
	#flickthumb li {}
	#flickthumb li.active {}
	
}


/*================================
SP表示 667px～0px
================================*/
@media (max-width: 667px)  {

	/*================================
	main
	================================*/
	#main {}
	/*================================
	section01
	================================*/
	#section01 {
		padding-top: 30px;
	}
	.hosoku {}
	/*-------------------------------
	スライド
	-------------------------------*/
	#flickscroll {
		aspect-ratio: 10/8;
	}
	#flickscroll::before {
		display: none;
	}
	#flickscroll ul {}
	#flickscroll li {}
	#flickscroll img {
		width: 100%;
		max-width: calc(100vw - 20px*2 - 8px*2 - 16px*2);
	}
	#flickscroll p {}
	/*-------------------------------
	スライドボタン
	-------------------------------*/
	#moveprev {
		left: 0;
		translate: -50% -50%;
	}
	#movenext {
		right: 0;
		translate: 50% -50%;
	}
	/*-------------------------------
	スライドサムネイル
	-------------------------------*/
	#flickthumb {}
	#flickthumb ul {}
	#flickthumb li {
		margin-bottom: 10px;
	}
	#flickthumb li.active {}

}




