<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* top Section */
#top {
	height:auto;
}
#top .wrap{
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.top_sp{
	display: none;
}
/* header section */
#header_img{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 17vw;
	max-height: 120px;
}
#header_img .header_img_container {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.header_img1 {
	width: 465px;
}
.header_img1 a img {
	width: 400px;
}
.header_img2 {
	width: 415px;
}
.header_img2 img {
	width: 350px;
}
.header_img3 {
	width: 415px;
	margin-left: 40px;
	margin-top: 120px;
}
.header_img3 &gt; img{
	background: rgba(255,255,255,0.7);
	margin: 0;
	margin-bottom :40px;
	width: 380px;
	display: block;
}
.header_img3 a {
	width: 380px;
	background: white;
	display: block;
}
.header_img3 a img {
	width: 380px;
	margin: auto;
}
/* header pic button */
.sp-button {
	margin: 6px;
	width: 12px;
	height: 12px;
	background-color: #ccc;
	border: none;
}
.sp-selected-button {
	background-color: #666;
}

/* body Section */
.saruru {
	background-color: #FFFFFF;
}

.saruru .wrap{
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	width: 90%;
}

.saruru p {
	font-weight: bold;
}
/* news Section */
/*スクロールバー全体*/
.scroll::-webkit-scrollbar{
	width: 10px;
}

/*スクロールバーの軌道*/
.scroll::-webkit-scrollbar-track{
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
/*スクロールバーの動く部分*/
.scroll::-webkit-scrollbar-thumb{
  background-color: #007db3;
  border-radius: 10px;
}
.scroll_bar {
	background-color:#5288be;
	height:60px;
}
.scroll_bar img {
	width:100px;
	margin:auto;
	padding:6px 0px;
}
/* news section */
section#news {
	padding-top: 40px;
}
#news .scroll {
	height: 156px;
	background-color: none;
	overflow: scroll;
	margin: 0 auto;
	overflow-x: hidden;
	font-size: 18px;
	border: 1px solid #ccc;
	padding: 1%;
	border-radius: 0.4vw;
}

#news .scroll .sc_txt{
	display: table-cell;
	color: #000;
}
#news .scroll ul{
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #000;
}

#news .scroll .day{
	color: #1c8ccd;
	padding-right: 30px;
	display: table-cell;
}
#news .scroll .sc_txt:hover{
	color: #525252;
}


#news .news{
	max-width: 906px;
}
#news .news .news_title{
	display: flex;
	margin: 0 auto;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width:1280px;
}
#news .news .news_title .news_info h2{
	font-size: 24px;
	color: #264885;
	line-height: 42px;
	display: inline-block;
	margin-bottom: 1%;
}
#news .news .news_title .past_notes{
	margin-left:auto;
}
#news .news .button_type{
	display: inline-block;
	color: #ffffff;
	background: #175eb0;
	border: solid 1px #175eb0;
	padding: 3px 24px;
}

/* info Section */
#info{
	background: #dfe4e6;
	width: 100%;
	background-image: url('/images/body_background.png');
	background-repeat: no-repeat;
	background-position:left  0px top 100px;
}
#info .saruru .hokkaido{
	padding-bottom:50px;
}
.info_con{
	margin-top: 26px;
}
#info img {
	opacity: 0;
	transform: translateY(20px);
	transition: 3s ease;
}
#info img.show {
	opacity: 1;
	transform: translateY(0px);
}

#info .info_map .pin {
	position:absolute;
	right: 40%;
	top: 38px;
	width: 45px;
	z-index:99;
}
#info .info_con h1 span{
	font-size: 43px;
	padding-left: 30px;
	font-family: 'wf-hannari';
	color: #2d6ebb;
	vertical-align:25%;
}
#info .info_con h1 img{
	position: absolute;
	width:10px;
	height:10px;
}
#info .info_con img{
	right:0;
}
#info .info_con h1{
	font-size: 50px;
	color: #ffffff;
	font-family: Century;
	padding-left:12px;
	display: inline-block;
}
#info .outline_wrap {
	display: flex;
	display:-webkit-flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
#info .outline_wrap .outline{
	width: 734px;
	height:auto;
	padding-right: 80px;
}
#info .outline_wrap .outline p{
	font-size: 19px;
	padding-top: 40px;
	line-height: 40px;
	font-family: serif;
}
#info .info_map {
	width: 482px;
	position: relative;
}
#info .info_map .map{
	margin: 30px auto 20px;
}

#info .banner_wrap{
	max-width: 1280px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#info .banner_wrap .banner{
	position:relative;
	margin: auto;
}
#info .banner_wrap .banner_line{
	width: calc(100% - 20px);
	margin-left: 52px;
}
#info .banner_wrap .banner_line p {
	font-size: 19px;
	line-height: 40px;
	white-space: nowrap;
	font-weight:400;
	font-family: serif;
	font-weight: bold;
	width: 35.7vw;
	margin-left: 0.4vw;
	position: absolute;
	top: 565px;
	max-width: 780px;
}
#info .banner_wrap .banner_line a {
	background: white;
	display: block;
	width: 48.8vw;
	margin: 0;
	bottom: 30px;
	text-align: left;
	position: absolute;
	max-width: 780px;
}
#info .banner_wrap .banner_line a img {
	width: inherit;
	display: inline;
	margin: 0;
	margin-bottom: 0;
}

#info .banner_wrap .banner_line .banner_link {
	background: #153a93;
	width:236px;
	height:58px;
	border-radius:5px;
	padding: 12px 50px;
	margin-top:30px;
	white-space: nowrap;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
#info .banner_wrap .banner_line .banner_link a{
	color: #fff;
}
/* animation */
.header_img3 a img,
#info .banner_wrap .banner_line img {
	transition: ease .3s;
}
.header_img3 a img:hover,
#info .banner_wrap .banner_line img:hover {
	opacity: 0.5;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
/* Small PC */
@media (max-width: 1530px) {
	.header_img1 {
		width: 28%;
		margin-right: 30px;
	}
	.header_img2 {
		width: 25%;
	}
	.header_img3 {
		width: 25%;
		margin-top: 7.8vw
	}
	.header_img3 &gt; img {
		margin-bottom: 2.614vw;
	}
	.header_img3 a {
		width: 24.8vw;
	}
	/*
	#info .banner_wrap .banner {
		width: 83.66vw;
	}
	*/
	#info .banner_wrap .banner_line {
		margin-left: 3.1vw;
	}
	#info .banner_wrap .banner_line a {
		bottom: 2.6vw;
	}
	#info .banner_wrap .banner_line .banner_link {
		margin-top:1.961vw;
		width:15.425vw;
		height:3.791vw;
		padding: 0.784vw 3.268vw;
		font-size: 1.569vw
	}
}

@media (max-width: 1470px) {
	#top img{
		right: 0;
	}
}


@media (max-width: 1280px) {
	.saruru .btn{
		font-size: 2vw;
		color: #000;
		padding: 0 0 0 3%;
		border: 4px #ffe743 solid;
		border-radius: 5vw;
		display: block;
		width: 19%;
		position: absolute;
		bottom: 0;
		right: 0%;
		left: auto;
		line-height: 4.5vw;
	}
	.saruru .info_map .pin {
		width: 11%;
		top: 2.969vw;
	}
	#top .wrap{
		height: 56vw;
	}
	#info .outline_wrap .outline p,
	#info .banner_wrap .banner_line p {
		font-size: 1.5vw;
		line-height: 3.1vw;
	}
	#info .outline_wrap .outline p {
		padding-top: 6.5vh;
	}
	#info .banner_wrap .banner_line p {
		top: 44.1vw;
	}

}
@media (max-width: 900px) {
	.header_img2 {
		width: 23%;
	}
}
</pre></body></html>