<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/*---------------------------------------

	メインレイアウト

---------------------------------------*/

@media screen and (max-width: 1100px) {
	#contents {
		width:100%;
		padding-bottom: 248px;
		box-sizing: border-box;
	}
}


@media screen and (max-width: 1100px) {
	.inner {
		box-sizing: border-box;
		text-align: center;
		width: 100%;
		padding: 0 20px;
	}
}

@media screen and (max-width: 767px) {
	.sp-br {
		display:none;
	}
}


/*---------------------------------------

	共通設定

---------------------------------------*/



/*----------文字---------*/

@media screen and (max-width: 1100px) {
	.pc_line-break {
		display: none;
	}

	.line-break {
		display: inline;
	}

	.text_box {
		box-sizing: border-box;
		padding: 20px;
	}

}

@media screen and (min-width: 700px) {
	.pc_line-break {
		display: inline;
	}
}

@media screen and (max-width:1100px) {
	.title01 {
		font-size: 25px;
		font-weight: bold;
		line-height: 25px;
		padding-left: 0px;
		text-align:center;
		padding-bottom: 10px;
	}

	.title02 {
		font-size: 20px;
		font-weight: bold;
		text-align:center;
		padding-bottom: 10px;
	}

	.title02 span {
		font-size: 15px;
		line-height: 18px;
		display:block;
	}
}

@media screen and (max-width:492px) {
	.sp_ttl {
		padding-top: 60px !important;
	}
}


/*---------------------------------------

	ヘッダー
	
---------------------------------------*/

/*----------ヘッダー---------*/

@media screen and (max-width:1100px){
	header {
		width: 100%;
		background: rgba(255,255,255,0.8);
	}
	
	#header_inner {
		width: 100%;
		height: 60px;
		padding: 0 10px;
		box-sizing: border-box;
		position: relative;
	}
	
}

/*----------ロゴ---------*/

@media screen and (max-width:1100px){
	#logo {
		width: 200px;
	}

	#logo img {
		width: auto;
		height: 40px
	}
}

/*----------メニュー---------*/

@media screen and (max-width:1100px){
	header nav ul li {
		display: block;
	}
	
	header nav ul li a:hover {
		text-decoration: none;
		color: #000;
	}

	header nav{
		position: absolute;
		right: -250px;
		top: 0px;
		width: 250px;
		background: #a8a8a8;
		text-align: center;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		height: 100vh;
		z-index:300;
	}

	.open nav {
		right:0px;
		top:0px;
	}

	header nav ul{
		display: block;
		margin: 0 auto;
		padding-top: 50px;		
		padding-left: 20px;
	}

	header nav ul li{
		margin: 0 auto;
	}
	
	header nav ul li:last-child{
		border: none;
	}

	header nav ul li a{
		display: block; 
		text-align: left;
		padding: 0 0 20px 0;
		margin: 0;
	}
 
	#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		top: 5px;
		z-index: 400;
	}

	#nav_toggle div {
		position: relative;
	}

	#nav_toggle span{
		display: block;
		height: 3px;
		background: #272727;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}

	#nav_toggle span:nth-child(1){
		top:0px;
	}

	#nav_toggle span:nth-child(2){
		top:12px;
	}
	
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}

}


/*---------------------------------------

	トップページ

---------------------------------------*/


@media screen and (max-width: 1100px) {
	.slide {
	}
	
	.slide_title {
		width: 80%;
		color: #fff;
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		background: rgba(000,000,000,0.6);
		padding: 20px;
		border: solid 2px #FFFFFF;
	}
	
	.slide_title span {
		font-size: 20px;
	}
	
	.slide_title img{
		width:auto;
		height: 50px;
	}

	.contact_text_02 .button {
		width: 100%;
	}

}


/*----------テーブル---------*/

@media screen and (max-width: 1100px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow: auto;
		border: solid 1px #fff;
	}

	table.type01 {
		width: 100%;
		border-collapse: collapse;
		table-layout: fixed;
	}
	
	table.type01 th {
		width: 50%;
		font-size: 15px;
		color: #fff;
		padding: 10px;
		border: 1px solid #ccc;
		font-weight: bold;
		text-align: center;
	}
	
	table.type01 td {
		font-size: 12px;
		text-align: center;
		padding: 10px;
		border: 1px solid #ccc;
	}
	
	table.type01 td h3 {
		text-align: center;
		padding-bottom: 10px;
	}
	
	table.type01 td span {
		font-size: 12px;
		font-weight: bold;
	}
	
	table.type01 tr:nth-child(even){
		background: #DCDADD;
	}
	
	.address {
		text-align: center;
		margin-bottom: 40px;
	}
	
	.contact_text {
		text-align: center;
		margin-bottom: 40px;
	}
	
	/*.contact_text span {
		font-size: 16px;
	}*/
	
	table.type01 td li {
		width: 180px;
		font-size:12px;
		text-align:left;
		padding-left:10px;
	}

	table.type01 td li:before{
		content:''; 
		border-radius:30px;
		-webkit-border-radius:30px;
		-moz-border-radius:30px; 
		height:4px; 
		width:4px; 
		display:block; 
		position:absolute; 
		top:6px; 
		left:2px; 
		background-color:#272727;
	}
		
	table.type01 .button {
		width: 100%;
		background: #716d76;
		padding: 10px;
		display: block;
		text-align: center;
		color: #fff;
		margin: 20px auto 0;
		font-size: 12px;
		padding: 10px 0;
	}

}


@media screen and (max-width: 700px) {
	.service_text {
		height: 185px;
	}

	table.type01 td li {
		/*width: 90%;*/
		font-size:12px;
		text-align:left;
		padding-left:10px;
	}

	table.type01 td li:before{
		content:''; 
		border-radius:30px;
		-webkit-border-radius:30px;
		-moz-border-radius:30px; 
		height:4px; 
		width:4px; 
		display:block; 
		position:absolute; 
		top:6px; 
		left:2px; 
		background-color:#272727;
	}

	/*table.type01 .button {
		margin: 0 auto;
	}*/


}


@media screen and (max-width: 1100px) {
	table.type02 {
		width:100%;
		border-collapse:collapse;
		margin-bottom:20px;
		border-top:1px #999 solid;
		table-layout: fixed;
	}
	
	table.type02 th {
		width: 90%;
		border-bottom: 0;
		display: block;
		padding: 20px 0 10px 10px;
	}
	
	table.type02 td {
		display: block;
		padding: 0 0 20px 10px;
	}
	
	table.type02 tr th span {
		display:inline-block;
		border: solid #F00 1px;
		margin: 0 20px;
		text-align:center;
		width:60px;
		color:#F00;
	}
}


@media screen and (max-width: 1100px) {
	#slider01 img {
		width: 100%;
		height:auto;
		margin:0px;
	
	}
	
	#slider02 img {
		width: 90px;
		height: auto;
		margin: 5px;
	}

	.calendar {
		width:100%;

	}

}


/*---------------------------------------

	子ページ

---------------------------------------*/
@media screen and (max-width: 1100px) {
	.tabs ul {
		width:100%;
	}
	
	.tabs li {
		width: 50%;
	}

	.use_btn {
		display: block;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		margin-top: 40px;
	}
	
	.use_btn li {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	
	.use_btn li a{
		width: 100%;
		box-sizing: border-box;
	}

}

@media screen and (max-width: 767px) {
	.list {
		width: 100%;
		margin: 0 auto;
	}

	.list dt {
		width: 100%;
		margin: 0 auto 20px;
	}

	.map_img {
		width: 200px;
		height:auto;
		margin-top: 20px;
	}

	.option {
		width: 100%;
		margin: 0 auto;
		font-size: 0;
	}

	.option li {
		width: 50%;
		text-align:center;
		font-size: 14px;
		display: inline-block;
		vertical-align: top;
	}

	.option li img {
		width: 100px;
	}

	.flow {
		width: 100%;
		margin: 0 auto;
	}
	
	.flow dt {
		width: 100%;
	}

	.flow dd {
		text-align: left;
	}

	.flow dd .img {
		width: 276px;
		display:block;
		margin: 10px auto;
	}

	.attention {
		width: 100%;
		margin: 0 auto;
	}

	.news_list li {
		width: auto;

	}
	
}


/*---------------------------------------

	フッター

---------------------------------------*/



@media screen and (max-width: 1100px) {
	footer {
		width:100%;
		background: #4e4854;
		position:absolute;
		bottom:0;
		font-size: 14px;
		color:#FFF;
	}
	
	#footer_inner {
		position:relative;
		width: 90%;
		padding: 40px 0px;
		margin: 0 auto;
	}
	
	
	#footer_inner #footer_in {
		width: 100%;
		display: block;
		justify-content: start;
		align-items: center;
	}
	
	#footer_inner #footer_in div {
		width: 100%;
		margin-right: auto;
		display: block;
		justify-content: start;
		align-items: center;
		margin-bottom: 20px;
	}
	
	#footer_inner .footer_address {
		margin-top: 10px;
		margin-left: 0px;
		font-size: 14px;
		color:#FFF;
	}
	
	#footer_in nav {
		width: 200px;
		align-items: center;
		font-size: 0;
	}
	
	footer nav ul{
		align-items: center;
		font-size: 0;
	}
	
	footer nav ul li{
		display: inline-block;
		margin: 0 10px 0 0;
	}
	
	footer nav ul li a{
		color: #fff;
		text-decoration: none;
		font-size: 14px;
	}
	
	#footer_inner .copy {
		padding-top: 20px;
		font-size: 10px;
		color: #FFF;
	}
}
</pre></body></html>