<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 */
.key {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 48px auto 0;
	background-color:#f6c161;
}
 .key img {
	width: 100%;
	max-width: 1800px;
}
  
@media screen and (max-width: 738px) {
	.key {background-image: none;  }
}


#top .ctArea {
	padding: 0 0 80px;
	font-family: 'Kosugi Maru', sans-serif;
}
@media (max-width: 738px){
#top .ctArea {
	padding: 0 0 10%;
}
}

#top .ct01 {
	padding: 32px 0 0;
	background-image: url(../images/bg_ct01.png);
	background-position: center top -2px;
	background-repeat: no-repeat;
	background-size: 100%;
}
#top .ct01 h2 {
	text-align: center;
}
#top .ct01 h2 img {
	width: 90%;
	max-width:627px;
}
#top .ct01 .txt01 {
	margin: 24px 0 46px;
	text-align: center;
	font-size:24px;
	letter-spacing:2px;
}
#top .ct01 .flex-box {
  -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#top .ct01 .flex-box .item {
	width: 48%;
}
#top .ct01 .flex-box .item01 {
	margin-left: 8%;
}
#top .ct01 .flex-box .item02 {
	margin-left:-11%;
}
#top .ct01 .flex-box .item04 {
	margin-top : 30px;
}

@media (max-width: 738px){
	#top .ct01 {
	padding: 2.2em 0 0;
	}
	#top .ct01 h2 {
		margin-bottom:1em;
	}
	#top .ct01 h2 img {
		width:80%;
	}
	#top .ct01 .txt01 {
		margin: 0;
		font-size: 1.02em;
	}
	#top .ct01 .flex-box .item {
			width: 100%;
	}
	#top .ct01 .flex-box .item01 {
		margin: -4% 0 0 ;
	}
	#top .ct01 .flex-box .item02 {
		margin: -23% 0 0;
	}
	#top .ct01 .flex-box .item04 {
		margin : 0;
	}
}

/*ページ内リンク*/
.navi-type {
	margin-top: -64px;
	padding-top: 64px;
}

#top .ct02 {
	padding: 127px 0 ;
	background-image: url(../images/bg_ct02.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}

#top .ct02 .inner {
	border: solid 3px #f6c161;
	padding:32px 32px 32px 0;
	margin-bottom:32px;
}
#top .ct02 h3 {
	text-align: center;
	font-size: 1.6em;
	letter-spacing: 2px;
	margin-bottom:1em;
}

#top .ct02 .flex-box .item01 {
	width: 35%;
}
#top .ct02 .flex-box .item02 {
	width: 65%;
}
#top .ct02 .txt01 {
	margin: 0;
	text-align: center;
	font-size:23px;
	background-color: #fff6e9;
	letter-spacing:3px;
	line-height: 35px;
	padding: 24px;
}
#top .ct02 #ct02-navi.inner {
	border: none;
	padding:0;
}
#top .ct02 #ct02-navi .flex-box {
	margin: 0;
}
#top .ct02 #ct02-navi .flex-box .item {
	width: 132px;
	margin-right:16px;
	font-size: 120%;
}
#top .ct02 #ct02-navi .flex-box .item a {
	display: block;
	width: 100%;
	color:#f6c161;
	text-decoration: none;
	border: solid 2px #f6c161;
	border-radius: 30px;
	position:relative;
	padding-bottom:10px;
}
#top .ct02 #ct02-navi .flex-box .item a:after {
	content:"";
	position: absolute;
	bottom: 8px;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	border-left: 1px solid #f6c161;
	border-bottom: 1px solid #f6c161;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
#top .ct02 #ct02-navi .flex-box .item a:hover:after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#top .ct02 #ct02-navi .flex-box .item a span {
	font-size: 30px;
}

#top .ct02 #ct02-navi .flex-box .item a:hover {
	background-color: #f6c161;
	color: #fff;
}

@media (max-width: 980px){
	#top .ct02 .inner {
		padding:32px 2%;
		margin: 0 2% 32px;
	}
	#top .ct02 .flex-box {
	  -webkit-flex-direction: column; 
	  flex-direction:   column;
		   }
	#top .ct02 .flex-box .item01 {
		width: 100%;
	}
	#top .ct02 .flex-box .item02 {
		width: 100%;
	}
	#top .ct02 #ct02-navi .flex-box {
  -webkit-flex-direction: row; 
  flex-direction:         row;
	}
#top .ct02 #ct02-navi .flex-box .item {
	width: 22%;
	margin: 0 1% 0;
}
}

@media (max-width: 738px){
	#top .ct02 {
		padding: 10% 0 16%;
	}
	#top .ct02 .inner {
		padding:32px 3%;
		margin: 0 2.5% 1.8em;
	}
	#top .ct02 h3 {
		font-size: 1.30em;
		margin-bottom:0.3em;
	}
	#top .ct02 .flex-box {
		margin: 0;
		   }
	#top .ct02 .flex-box .item01 {
		width: 90%;
		margin: 0 5%;
	}
	#top .ct02 .flex-box .item02 {
		width: 100%;
	}
	#top .ct02 .txt01 {
		font-size:1.2em;
		line-height: 1.5em;
		background-color: #fff6e9;
		letter-spacing:2px;
		padding: 1.4em 4.5% ;
	}
#top .ct02 #ct02-navi .flex-box .item {
	width: 22%;
	font-size: 96%;

}
	#top .ct02 #ct02-navi .flex-box .item a span {
	font-size: 1.6em;
}

}


#top .ct03 {
	padding: 88px 0 0;
	background-color: #f5cf6a;
	position: relative;
	margin-bottom:48px;
}
#top .ct03:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -18px;
  border: 18px solid transparent;
  border-top: 18px solid #f5cf6a; 
}
#top .ct03 .inner {
	padding:0 0 24px;
}
#top .ct03 h2 {
	text-align: center;
}
#top .ct03 h2 img {
	width: 90%;
	max-width:627px;
}
#top .ct03 .txt00 {
	margin: 24px 0 46px;
	text-align: center;
	font-size:24px;
	letter-spacing:2px;
}
#top .ct03 .flex-box {
  -webkit-flex-direction: column; 
  flex-direction:   column;
  margin-bottom: 2.2em;
  }
#top .ct03 .flex-box .item01 {
	width: 100%;
	margin-bottom: 22px;
}
#top .ct03 .flex-box .img01 img{
	width: 480px;
	margin:0 auto;
}
#top .ct03 .flex-box .item02 {
	width: 88%;
	background-color: #fff;
	margin: 0 6% 32px;
}
#top .ct03 h4 {
	font-size:1.36em;
	margin: 30px 0 0;
}
#top .ct03 h4 span {
	margin-right:10px;
}
#top .ct03 .txt01 {
	font-size:1.1em;
	line-height: 1.5em;
	letter-spacing:2px;
	padding: 24px 4.5% 30px;
}
@media (max-width: 980px){
	#top .ct03 .inner {
		padding:32px 2%;
		margin: 0 2% 24px;
	}
	#top .ct03 .flex-box {
	  -webkit-flex-direction: column; 
	  flex-direction:   column;
		   }
	#top .ct03 .flex-box .item01 {
		width: 100%;
	}
	#top .ct03 .flex-box .item02 {
		width: 100%;
		margin: 0 0 32px;
	}
}

@media (max-width: 738px) {
	#top .ct03 {
		padding: 10% 0 6%;
	}
		#top .ct03 .inner {
		padding:32px 2.5% 0 ;
		margin: 0 2.5% 0;
	}
	#top .ct03 h2 {
			margin-bottom:1em;
	}
	#top .ct03 h2 img {
		width:80%;
	}
	#top .ct03 .txt00 {
		margin: 0;
		font-size: 1.00em;
	}
	#top .ct03 .flex-box {
		margin: 0;
		   }
	#top .ct03 .flex-box .item01 {
		width: 100%;
		margin: 0 0 1em;
	}
	#top .ct03 .flex-box .item02 {
		width: 100%;
		margin:0 0 1em;
	}
	#top .ct03 .flex-box .img01 img{
		width: 100%;
		margin:-10px 0 0;
	}
	#top .ct03 h4 {
		font-size:1.22em;
		margin: 1.2em 0 0.6em;
		letter-spacing: 2px;
	}
	#top .ct03 h4 span {
		display:block;
		margin-right: 0;
	}
	#top .ct03 .txt01 {
		font-size:1em;
		line-height: 1.6em;
		letter-spacing:2px;
		padding: 0 4.5% 1.4em;
	}
}


#top .ct04 {
	padding: 88px 0 0;
	background-color: #f57618;
	margin-bottom:0;
}
#top .ct04 h2 {
	text-align: center;
}
#top .ct04 h2 img {
	width: 90%;
	max-width:612px;
}
#top .ct04 .txt00 {
	margin: 24px 0 32px;
	text-align: center;
	font-size:26px;
	color: #fff;
	letter-spacing:2px;
}
#top .ct04 .inner  {
	max-width: 1200px;
	   }

#top .ct04 .flex-box  {
	justify-content: space-around;
	margin-bottom: 1.5em;
	   }
#top .ct04 .flex-box .item {
	width: 32%;
	   }
#top .ct04 .img02 {
	text-align: center;
}

@media (max-width: 980px){
	#top .ct04 .inner {
		padding:32px 0;
		margin: 0 2% 0;
	}
	#top .ct04 .flex-box {
	  -webkit-flex-direction: column; 
	  flex-direction:   column;
		   }
	#top .ct04 .flex-box .item01, #top .ct04 .flex-box .item02,#top .ct04 .flex-box .item03{
		width: 100%;
		margin-bottom: 1em;
	}
	#top .ct04 .item img {
		width:65%;
	}
}

@media (max-width: 738px) {
#top .ct04 {
	padding: 10% 0 0;
}
	#top .ct04 .inner {
	padding:32px 2.5% 0 ;
	margin: 0 2.5% 0;
}
#top .ct04 h2 {
		margin-bottom:1.2em;
	}
	#top .ct04 h2 img {
		width:100%;
	}
	#top .ct04 .txt00 {
		margin: 0;
		font-size: 1.48em;
	}
	#top .ct04 .flex-box {
		margin: 0;
		   }
	#top .ct04 .flex-box .item01, #top .ct04 .flex-box .item02,#top .ct04 .flex-box .item03{
		width: 100%;
		margin-bottom: 1em;
	}
	#top .ct04 .item img {
		width:100%;
		max-width:480px;
	}
	#top .ct03 h4 {
		font-size:1.22em;
		margin: 1.2em 0 0.6em;
		letter-spacing: 2px;
	}
	#top .ct03 h4 span {
		display:block;
		margin-right: 0;
	}
	
	#top .ct03 .txt01 {
		font-size:1em;
		line-height: 1.6em;
		letter-spacing:2px;
		padding: 0 4.5% 1.4em;
	}
}


#top .ct05 {
	padding: 48px 0;
	background-color: #fff6e9;
}
#top .ct05 h3 {
	text-align: center;
	color: #f57618;
	font-size:28px;
	letter-spacing:2px;
}
@media (max-width: 738px) {
	#top .ct05 {
		padding: 1.6em 0;
	}
	#top .ct05 h3 {
			font-size: 1.4em;
	}
}


#top .ct06 {
	padding: 88px 0 0;
}
#top .ct06 h2 {
	text-align: center;
}
#top .ct06 h2 img {
	width: 90%;
	max-width:627px;
}
#top .ct06 .txt00 {
	margin: 24px 0 46px;
	text-align: center;
	font-size:24px;
	letter-spacing:2px;
}

@media (max-width: 738px) {
#top .ct06 {
	padding: 10% 0 0;
}
#top .ct06 h2 {
		margin-bottom:1.2em;
	}
	#top .ct04 h6 img {
		width:100%;
	}
#top .ct06 .txt00 {
		font-size: 1.3em;
	margin: 24px 0 32px;
}
}

#top #ct06-1.inner {
	background-color: #fff6e9;
	padding:48px 48px 32px;
	margin-bottom:  32px;
}
#top .ct06 h3 {
	text-align: center;
	color: #f57618;
	font-size:26px;
	letter-spacing:2px;
}
#top .ct06 .img01 {
	text-align: center;
	margin: 24px 0 4px;
}
#top .ct06 .img01 img {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 22px;
}
#top .ct06 .txt01 {
	font-size:1.2em;
	line-height: 1.7em;
	letter-spacing:2px;
	text-align:center;
	margin-bottom: 1.4em;
}
@media (max-width: 738px) {
	#top #ct06-1.inner {
		padding:8% 2.5% 4%;
		margin:  0 3% 0;
	}
	#top .ct06 h3 {
		font-size:1.3em;
	}
	#top .ct06 .txt01 {
		font-size:1em;
		line-height: 1.5em;
		margin-bottom: 1.4em;
		letter-spacing:1px;
	}
}


#top #ct06-2.inner {
	padding:48px 48px 0;
}
#top .oubo_btn.flex-box {
  -webkit-justify-content: center;
  justify-content: center;
	   }
#top .oubo_btn.flex-box .item{
	width: 300px;
	margin: 0 28px;
}
@media (max-width: 738px) {
	#top .oubo_btn.flex-box .item{
		width: 90%;
		margin: 0  auto 1em;
	}
	#top #ct06-2.inner {
		padding:10% 0;
	}
}</pre></body></html>