<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {
	clear: both;
	font-size: 1.8em;
}
h2.contents-ttl{
	position: relative;
	font-size: 30px;
	padding-bottom: 9px;
	text-align: center;
	margin: 2em 0;
}

h2.contents-ttl::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	height: 2px;
	background: #15522b;
}

#about-us ul {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
	width:100%;
}

#about-us ul li {
	box-sizing: border-box;
	margin-bottom: 1em;
	width: 33.3333%;
	padding: 1em;
}

.fl-2c {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
	width:100%;
	
}
#about-us h3{
	text-indent: -9999px;
}
.fl-2c section, .us-img{
	box-sizing: border-box;
/*	margin-bottom: 3em;*/
	text-align: center;
	width: 49.4%;
}
#blog{
	box-sizing: border-box;
	margin-bottom: 3em;
	text-align: center;
	padding-right: 1em;
	width: 60%;
}
#facebook{
	box-sizing: border-box;
	margin-bottom: 3em;
	text-align: center;
	width: 40%;
}
#blog h3{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 3em;
	text-indent: -9999px;
	background: url("images/blog-ttl.jpg") no-repeat top;
}

#blog ul{
	width: 90%;
	margin: 0 auto;
}
#blog ul li{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 1em;
	border-bottom: 1px dotted #4e4e4e;
}
#blog ul li small{
	color: #15522b;
	font-weight: bold;
}


#facebook h3{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 3em;
	text-indent: -9999px;
	background: url("images/facebook-ttl.jpg") no-repeat top;
}

.bf-footer{
	background: url("images/ttl-footer.jpg") no-repeat bottom;
	padding-top: 2em;
	text-indent: -9999px;
}


h4.blog-ttl{
	font-weight: bold;
	font-size: 1.2em;
}

p.date{
	text-align: right;
	margin-bottom: 2em;
	border-bottom: 1px dotted #15522b;
	color: #f39800;
}

#link-blog{
	width: 50%;
	margin: 0 auto;
	font-size: 1.2em;
	padding: 0.4em;
	background: #15522b;
	border-radius: 20rem;
	text-align: center;
	margin-top: 1em;
	color: #fff;
}
#link-blog a:link, #link-blog a:visited{
	color: #fff;
}

#online-shop h3{
	display: block;
	width: 100%;
	min-height: 134px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url("images/onlin-shop-bn.jpg") no-repeat top;
	background-size:contain;
}
.contact-WEB {
	display: block;
	width: 100%;
	min-height: 134px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url("images/contact-bn.jpg") no-repeat top;
	background-size:contain;
}
.contact-TEL {
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 30px 10px;
	background: #f39800;
	border-radius: 4px;
	line-height: 2em;
}



@media screen and (max-width: 768px) {
	#blog{
		padding-right: 0;
		width: 100%;
	}
	#facebook{
		width: 100%;
	}
}


/*------------------------------
	豐ｿ髱ｩ
--------------------------------*/
#history dl {
	padding: 1em 0;
	border-bottom: 1px dotted #6c6c6c;
	display: flex;
	flex-flow: row;
}
#history dt {
	color: #15522b;
	width: 20%;
	border-right: 1px dotted #1e1e1e;
	margin-right: 1em;
	tetx-align: center;
}

@media screen and (max-width: 768px) {
	#history dt {
		width: 18%;
	}
}




@media screen and (min-width: 479px) {
	.contact-TEL{
		display: none;
		font-size: 1.2em;
	}
}

@media screen and (max-width: 768px) {
	#about-us ul li {
		width:48%;
		text-align :center;
	}
	#about-us h3{
		text-align: center!important;
	}
	.fl-2c {
		flex-flow: column;
	}
	.fl-2c section, .us-img{
		width: 100%;
	}
}


@media screen and (max-width: 478px) {
	.contact-TEL{
		font-size: 1.4em;
	}
}

@media screen and (max-width: 375px) {
	#about-us ul li {
		width: 100%;
	}

}

/*------------------------------
	繝励Λ繧､繝舌す繝ｼ繝昴Μ繧ｷ繝ｼ
--------------------------------*/
#pp p, #pp ul{
	padding-bottom: 2em;
	padding-left: 2em;
}
#pp p.pp-top-info{
	padding-bottom: 2em;
	padding-left: 0;
}

#pp h3.sub-ttl{
	margin-bottom: 0.5em;
}


/*------------------------------
	#page_top
--------------------------------*/
#page_top {
	display: none;
}
#page_top {
	width: 46px;
	height: 46px;
	position: fixed;
	right: 2%;
	bottom: 8%;
	z-index: 99999;
}
.fa-arrow-circle-up::before{
	font-family: 'Font Awesome 5 Free';
	content: "\f062";
	font-size: 46px;
	color: #15522b;
	z-index: 99999;
}



/*------------------------------
	豎守畑
--------------------------------*/

.has-padding-btm{
	padding-bottom: 2em;
}
h3.sub-ttl{
	font-weight: bold;
	font-size: 1.6em;
	border-left: 10px solid #15522b;
	margin-bottom: 1em;
	padding-left: 0.5em;
	line-height: 1.6em;
}
h4.sub-ttl{
	font-weight: bold;
	font-size: 1.4em;
	border-left: 10px solid #15522b;
	padding-left: 0.4em;
	line-height: 1.4em;
	margin-bottom: 0.6em;
}

h5.mini-ttl{
	font-weight: bold;
	font-size: 1.2em;
	color: #15522b;
}
.right {
	text-align: right !important;
}
.center{
	text-align: center !important;
}
.text-red{
	color: #e81e40;
}
ul.list-dotted li{
	list-style: disc;
	margin-left: 2em;
}
.tbl{
	width: 100%;
	margin-bottom: 3em;
}
.tbl th {
	width: 16%;
}
.tbl th, .tbl td {
	border: 1px solid #cacaca;
	padding: 8px;
	vertical-align: top;
	box-sizing: border-box;
}
.tbl th {
	background: none repeat scroll 0 0 #f5f5dc;
}


table.taiken th {
	background: #fff;
}
table.taiken th.tbl-title {
	background: #ffe0e6;
}
th.ichikokone {
	width: 30%;
}

table.taiken{
	margin-bottom: 0;
}

p.yoyaku{
	background: #e81e40;
	padding: 0.6em;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	border-radius: 6px;
	margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
	th, td {
		display: block;
		width: 100%!important;
		border-top: none!important;
	}
	tr:first-child th {
		border-top: 1px solid #d7d7d7!important;
	}
	th{
		background: #cfedf7;
		color: #333;
	}
}


/*-------------------------------
 Contact Form 7繧ｫ繧ｹ繧ｿ繝槭う繧ｺ 
-------------------------------*/
#contact-form{
	width: 80%;
	margin: auto;
	padding-top: 70px;
}
#contact-form h2{
	padding-left: 0.6em;
	border-left: 10px solid #008ca5;
	height: 24px;
	line-height: 24px;
	margin: 1em 0 1em 0;
}
.inquiry th {
	text-align: left;
	vertical-align: middle;
	width: 40%;
	padding: 8px;
	background:#f7f7f7;
	border: solid 1px #d7d7d7;
}
.inquiry td {
	width: 55%;
	padding: 8px;
	border: solid 1px #d7d7d7;
}

.inquiry td input{
	width: 70%;
}
.inquiry td textarea{
	width: 90%;
}


/* 蠢��医�隱ｿ謨ｴ */
.haveto {
	padding: 2px;
	font-size: 0.8em;
	background: #dc143c;
	color: #fff;
	border-radius: 2px;
	margin-right: 10px;
}
/* 莉ｻ諢上�隱ｿ謨ｴ */
.any {
	padding: 2px;
	font-size: 0.8em;
	background: #4169e1;
	color: #fff;
	border-radius: 2px;
	margin-right: 10px;
}

/* 騾∽ｿ｡繝懊ち繝ｳ縺ｮ繝�じ繧､繝ｳ螟画峩 */
.soushinbtn{
	padding: 20px!important;
	background: #003d79!important;
	color: #fff;
	font-size: 1.4em!important;
	border-radius: 6px!important;
	width: 40%;
	margin-top: 2em;
	text-align: center!important;
}
.soushinbtn:hover{
	opacity: 0.8;
}

.inquiry .wpcf7-form-control-wrap acceptance-442 .spam1{
	padding-right: 1em;
}

.screen-reader-response{
	display:none;
}

.wpcf7-response-output{
    background; #cb2228;
    color: #fff;
    margin-top: 1em;
    padding: 1em;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
}



/* 繧ｹ繝槭�Contact Form 7繧ｫ繧ｹ繧ｿ繝槭う繧ｺ */

@media screen and (max-width: 834px) {
	#contact-form{
		padding-top: 30px;
	}

	#contact-form table{
		width: 100%;
		margin: auto;
	}
	.inquiry th, .inquiry td {
		display: block;
		width: 100%!important;
		border-top: none!important;
	}
	.inquiry tr:first-child th {
		border-top: 1px solid #d7d7d7!important;
	}
	.inquiry td input{
		width: 95%;
	}
	.inquiry td textarea{
		width: 95%;
	}
	.soushinbtn{
		width: 100%!important;
	}
}

.text-center{
	text-align: center!important;
}

/* ------------------------------
  link
------------------------------------------------------------*/
a:link{
	color: #4e4e4e;
	text-decoration: none;
}
a:hover{
	color: #4e4e4e;
	text-decoration: none;
}
a:visited {
	color: #4e4e4e;
	text-decoration: none!important;
}


/* ------------------------------
  2023.1213譖ｴ譁ｰ
------------------------------------------------------------*/

.grand_prix_box {
	width:100%;
	height: auto;
	margin: 40px auto 40px;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}

.grand_prix_box figure{
	width:35%;
	height: auto;
	margin: 0px 20px;
	border: #c1c1c1 solid 1px;
	box-sizing: border-box;
}

.grand_prix_box img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

.jalan_banner_area{
	width:100%;
	height: auto;
	background: #e81e40;
	padding: 0.6em;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	border-radius: 6px;
	margin-bottom: 3em;
	box-sizing: border-box;
}

.jalan_banner_area figure{
	width:100%;
	height: auto;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	box-sizing: border-box;
}

.jalan_banner_area figcaption{
	width:auto;
	height: auto;
	padding: 20px 20px 0px 0px;
	color: #FFFFFF;
}

@media screen and (max-width: 530px) {
	
	.grand_prix_box {
		display:block;
	}
	
	.grand_prix_box figure{
		width:80%;
		height: auto;
		margin: 20px auto;
	}
	
	.jalan_banner_area figcaption{
		padding: 0px 0px 0px 0px;
		font-size: 90%;
	}
}

/* ------------------------------
  2022.0225譖ｴ譁ｰ
------------------------------------------------------------*/

.fl-2c_award {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width:100%;
}
.fl-2c_award section{
	box-sizing: border-box;
	margin-bottom: 3em;
	text-align: center;
	width: 67%;
/*	border: 1px solid #ff0000;*/	
}

.fl-2c_award h3{
	font-weight: bold;
	font-size: 1.6em;
	background-image: url("images/trophy_icon.png");
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	margin-bottom: 1em;
	padding: 15px 0px 22px 90px;
	line-height: 1.3em;
	color: #15522b;
}

.fl-2c_award p{
	margin-bottom: 1em;
}

.us-img_r{
	box-sizing: border-box;
	margin-bottom: 3em;
	text-align: center;
	width: 28%;
/*	border: 1px solid #0000ff;	*/
}

@media screen and (max-width: 768px) {
	.fl-2c_award {
		flex-flow: column;
	}
	.fl-2c_award section,
	.us-img_r{
		width: 100%;
	}
}

/* ------------------------------
  2022.0305譖ｴ譁ｰ
------------------------------------------------------------*/

#strawberry_cap{
	width:100%;
	height:auto;
	background-image:url("images/strawberry_bg.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}

#strawberry_cap ol{
	width:750px;
	height:auto;
	flot:left;
	display: flex;
 	flex-wrap: wrap;
	margin-bottom: 50px;
}

#strawberry_cap li{
	width:210px;
	height:auto;
	border: 1px solid #c1c1c1;
	background-color: #ffffff;
	padding: 5px;
	margin: 10px;
}

#strawberry_cap img{
	width:220px;
}

@media screen and (max-width: 768px) {
	#strawberry_cap{
		background-position: right bottom;
	}
	#strawberry_cap ol{
		width:auto;
	}
	#strawberry_cap li{
		margin: 15px;
	}
}

@media screen and (max-width: 530px) {
	#strawberry_cap ol{
	margin-top: 10px;
	}
	#strawberry_cap li{
		width:390px;
		height:auto;
		margin: 10px 20px;
	}
	#strawberry_cap img{
		width:400px;
	}
}
</pre></body></html>