<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
/* CSS Document */
/*=============================================================
 Layout
=============================================================*/
.arw a{
	display: inline-block;
	color: #3399cc;
	text-decoration: underline;
	background: url("../yasai/img/arw.png") no-repeat 0 center;
	padding: 0 0 0 15px;
}
ul.num li{
	position: relative;
	padding: 0 0 0 1em;
}
ul.num li span{
	position: absolute;
	top: 0;
	left: 0;
	color: #ff9900;
}


.pageTtl{
	position: relative;
	z-index: 9999;
}
.pageTtl h1{
	position: relative;
	z-index: 9999;
}
.pageTtl span.btnMenu{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	right: 6px;
	background-color: #4e381c;
	border-radius: 9999px;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 4;
}
.pageTtl.open span.btnMenu{
	background-color: #009150;
}
.pageTtl span.btnMenu&gt;span{
	display: block;
	width: 22px;
	height: 22px;
	margin: 14px auto 0;
	position: relative;
}
.pageTtl span.btnMenu&gt;span:before,
.pageTtl span.btnMenu&gt;span:after{
	content: "";
	display: block;
	width: 22px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.pageTtl.open span.btnMenu&gt;span:before{
	transform: translate(-50%,-50%) rotate(-45deg);
}
.pageTtl.open span.btnMenu&gt;span:after{
	transform: translate(-50%,-50%) rotate(45deg);
}
.pageTtl span.btnMenu&gt;span&gt;span{
	display: block;
	width: 22px;
	height: 22px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.pageTtl.open span.btnMenu&gt;span&gt;span{
	display: none;
}

.pageTtl #menuBox{
	display: none;
	width: 100%;
	padding: 50px;
	background-color: #009150;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1000;
}
.pageTtl #menuBox&gt;div{
	max-width: 1024px;
	margin: 0 auto;
}
.pageTtl #menuBox&gt;div p{
	text-align: center;
	padding: 0 0 10px;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 20px;
}
.pageTtl #menuBox&gt;div ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pageTtl #menuBox&gt;div ul:before,
.pageTtl #menuBox&gt;div ul:after{
	width: calc((100% - 60px) / 3);
	height: 0px;
	overflow: hidden;
}
.pageTtl #menuBox&gt;div ul li{
	width: calc((100% - 60px) / 3);
	margin: 10px 0 0;
}
.pageTtl #menuBox&gt;div ul li a{
	display: block;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #80c8a8;
	background: url("../yasai/img/arw_menu.png") no-repeat right center;
	color: #fff;
}
/*=============================================================
 Layout Page
=============================================================*/
.boxMain{
	max-width: 1024px;
	margin: 40px auto 0;
	overflow: hidden;
}
.boxMain .mainPhoto{
	max-width: 352px;
	margin: 0 auto;
	position: relative;
}
.boxMain .mainPhoto h2{
	width: 240px;
	height: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 20px;
	left: -168px;
	font-size: 28px;
	color: #fff;
	background-color: #ff9900;
	border-radius: 9999px;
}
.boxMain .subPhoto{
	position: absolute;
	bottom: 0;
}
.boxMain .table{
	width: 840px;
	margin: 20px auto 0;
	padding: 0 20px;
}
.boxMain .table img{
	width: 800px;
}
/*=============================================================
 Layout TTL
=============================================================*/
.pageTtlYasai{
	margin: 60px 0 25px;
	padding: 0;
	background: url("../shared/img/bg_pagettl_h2.png") repeat center top;
	border-radius: 10px;
	overflow: hidden;
}
.pageTtlYasai h3{
	width: 100%;
	display: flex;
}
.pageTtlYasai h3 span.month{
	width: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	font-size: 22px;
	color: #fff;
background-color: #009150;
}
.pageTtlYasai h3 span.ttl{
	flex: 1;
	padding: 20px;
	display: flex;
	align-items: center;
	color: #009150;
	font-size: 30px;
}
.pageTtlFig{
	margin: 25px 0 0;
	padding: 0 10px;
	position: relative;
	z-index: 2;
}
.pageTtlFig:after{
	content: "";
	width: 100%;
	height: 10px;
	background-color: #ffebcc;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.pageTtlFig h4{
	font-size: 110%;
	color: #ff9900;
}
/*=============================================================
 Layout box
=============================================================*/
.boxFlex{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.boxFlex .boxHalf{
	width: calc((100% - 38px) / 2);
	margin-top: 25px;
}
.boxFlex .boxClm3Wide{
	width: calc((((100% - 73px) / 3) * 2) + 38px);
	margin-top: 25px;
}
.boxFlex .boxClm3{
	width: calc((100% - 73px) / 3);
	margin-top: 25px;
}
.boxFlex .boxClm4Wide{
	width: calc(100% - 270px);
	margin-top: 25px;
}
.boxFlex .boxClm4{
	width: 232px;
	margin-top: 25px;
}
.boxCenter{
	margin-top: 25px;
	text-align: center;
}
.boxPoint{
	margin: 30px 0 0;
}
.boxPoint .boxPointTtl{
	display: inline-block;
	padding: 2px 10px;
	font-weight: 700;
	color: #fff !important;
	background-color: #ff9900;
	border-radius: 10px 10px 0 0;
}
.boxPoint .boxPointInner{
	padding: 15px;
	border: 1px solid #ff9900;
	border-radius: 0 10px 10px 10px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1023px){
/*=============================================================
 Layout
=============================================================*/
.pageTtl span.btnMenu{
	width: 40px;
	height: 40px;
}
.pageTtl.open span.btnMenu{
	background-color: #009150;
}
.pageTtl span.btnMenu&gt;span{
	width: 18px;
	height: 18px;
	margin: 11px auto 0;
}
.pageTtl span.btnMenu&gt;span:before,
.pageTtl span.btnMenu&gt;span:after{
	width: 18px;
	height: 2px;
}
.pageTtl span.btnMenu&gt;span&gt;span{
	width: 18px;
	height: 18px;
}
.pageTtl #menuBox{
	padding: 50px 20px 20px 20px;
}
.pageTtl #menuBox&gt;div p{
	font-size: 16px;
}
.pageTtl #menuBox&gt;div ul:before,
.pageTtl #menuBox&gt;div ul:after{
	width: calc((100% - 10px) / 2);
}
.pageTtl #menuBox&gt;div ul li{
	width: calc((100% - 10px) / 2);
}
/*=============================================================
 Layout Page
=============================================================*/
.boxMain{
	max-width: 1024px;
	margin: 40px -15px 0;
}
.boxMain .mainPhoto{
	max-width: 170px;
}
.boxMain .mainPhoto p{
}
.boxMain .mainPhoto h2{
	width: 100%;
	height: 40px;
	display: flex;
	position: static;
	font-size: 18px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.boxMain .subPhoto{
	position: absolute;
	bottom: 0;
}
.boxMain .table{
	max-width: none;
	margin: 20px 0 0;
	padding: 0 20px;
}
/*=============================================================
 Layout TTL
=============================================================*/
.pageTtlYasai{
	margin: 50px 0 20px;
}
.pageTtlYasai h3 span.month{
	width: 100px;
	font-size: 14px;
}
.pageTtlYasai h3 span.ttl{
	padding: 10px;
	font-size: 16px;
}
.pageTtlH3{
	margin: 20px 0 0;
}
/*=============================================================
 Layout box
=============================================================*/
.boxFlex{
	display: block;
}
.boxFlex img{
	display: block;
	max-width: 300px;
	margin: 0 auto;
}
.boxFlex .boxHalf{
	width: calc(100%);
}
.boxFlex .boxClm3Wide{
	width: calc(100%);
}
.boxFlex .boxClm3{
	width: calc(100%);
}
.boxFlex .boxClm4Wide{
	width: calc(100%);
}
.boxFlex .boxClm4{
	width: calc(100%);
	max-width: 300px;
	margin: 25px auto 0;
}
.boxPoint .boxPointInner{
	padding: 10px;
}
/* sp-table-scroll 
-------------------------------------------------------------*/
	.sp-table-scroll {
		overflow: auto;
		white-space: nowrap;
		table-layout: auto;
		-webkit-overflow-scrolling: touch;
		position: relative;
		z-index: 100;
		padding: 0 0 10px;
	}
	.sp-table-scroll&gt;table {
		margin-bottom: 5px;
	}
	html:not(.win) .sp-table-scroll::-webkit-scrollbar {
	height:5px;
	}
	html:not(.win) .sp-table-scroll::-webkit-scrollbar-track {
		background:#e3e4e5;
		border-radius:10px;
	}
	html:not(.win) .sp-table-scroll::-webkit-scrollbar-thumb {
		background:#84919d;
		border-radius:10px;
	}
	.sp-table-scroll .arwSc {
		background: url(../saibai/img/table-arw.png) no-repeat 0 0/80px 80px;
		width: 80px;
		height: 80px;
		margin: 0 0 0 -40px;
		position: absolute;
		top: 20px;
		left: 50%;
		z-index: 1;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		transition: opacity 0.2s ease-out;
	}
	.sp-table-scroll.sc .arwSc {
		opacity: 0.4;
		visibility: visible;
	}
	.sp-table-scroll figure {
		width: 100%;
	}
	.sp-table-scroll img {
		max-width: none !important;
		vertical-align: bottom;
	}
}

</pre></body></html>