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


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

	header

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

#head_area .five{
	width: 46%;
	max-width: 46%;
}
#head_area .seven {
	width: 54%;
	max-width: 54%;
}

#head_area {
	background: #FFFFE8 url(../images/bg_sub_head.jpg) repeat-x left bottom;
	margin-bottom: 2px;
	padding-top: 13px;
	padding-bottom: 125px;
}

#tel ul {
	padding-top: 10px;
}

#tel li {
	float: left;
	width: 49.5%;
	max-width: 49.5%;
	margin-right: 1%;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#head_area {
	display: none;	
}

	
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 479px) {
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */




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

	side_menu

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

#side_menu {
	padding: 12px;
	margin-top: -40px;
	position: relative;
}
#side_menu a img{
	border-style: none;
}
#side_conts_menu {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid #653D02;
}
#side_conts_menu li a {
	padding: 10px 15px;
	background: #FFEBBB url(../images/icon_arrow_01.gif) no-repeat 94% center;
	color: #000;
	display: block;
	border: 1px solid #FFCE6D;
	border-bottom: none;
	font-size: 0.875em;
}
#side_conts_menu li a:hover {
	background: #FFD170 url(../images/icon_arrow_01.gif) no-repeat 94% center;
}
#side_conts_menu li#cont_menu_last a {
	border-bottom: 1px solid #FFCE6D;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#side_menu {
	margin-top: 0px;
	padding: 15px 10px;
	position: relative;
}

	
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 479px) {
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */




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

	main

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


/* ------  ぱんくず -------- */
#pan {
	margin-bottom: 20px;
}
#pan li{
	display: inline;
	font-size: 0.75em;
}
#pan li a{
	color: #000000;
}

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

#bottom_menu {
	margin-bottom: 30px;
}
#main #bottom_menu p {
	padding: 13px;
	background: #FF8000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	display: block;
	font-weight: bold;
	color: #FFF;
	margin: 0px 0px 4px;
}
#bottom_menu ul li {
	padding: 13px;
		border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;

	background: #FFECD9;
	display: block;
	margin: 0px 0px 2px;
	cursor: pointer;
}
#bottom_menu ul li:hover {
	background: #FFCC99;
}
#bottom_menu ul li a{
	display: block;
	background: url(../images/icon_arrow_02.gif) no-repeat left 0.3em;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

/* ------  YouTube バナー -------- */
#youtube:hover,
#youtube2:hover {
	opacity:0.65;
	filter:alpha(opacity=65);
	-ms-filter: “alpha( opacity=60 )”;
}
#youtube2 {
	margin: 0 auto 80px;
	text-align: center;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



	
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 479px) {
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* ------  サブページ main -------- */

#main h2 {
	margin-bottom: 40px;
}
#main h3 {
	margin-bottom: 20px;
}

#bottom_banner {
	background: url(../images/bh_sub_banner_tb.jpg) no-repeat right top;
	padding: 20px 0px 20px 20px;
	margin-bottom: 30px;
	border: 1px solid #CCC;
}
#bottom_banner p {
	margin-bottom: 20px;
}
#bottom_banner_info li {
	float: left;
	background: url(../images/bg_sub_02.jpg) no-repeat left top;
	padding: 10px;
	list-style: none;
}
#bottom_banner_top .floatL {
	padding-right: 20px;
	width: 55%;
	max-width: 55%;
}
#bottom_banner_top ul {
	width: 30%;
	max-width: 30%;
}
#bottom_banner_bottom li {
	background: url(../images/bg_sub_02.jpg) no-repeat left top;
	width: 42%;
	max-width: 42%;
	padding: 10px;
	float: left;
	margin-right: 1%;
}
#bottom_banner_bottom li p {
	margin-bottom: 3px;
}

#btn_inquiry {
	width: 35%;
	max-width: 35%;
	padding-top: 1%;
	float: left;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 479px) {
	
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#main h2 {
	margin-bottom: 20px;
}



#bottom_banner {
	background: url(../images/bh_sub_banner_tb.jpg) no-repeat center top;
	padding: 10px;
	margin-bottom: 20px;
}
#bottom_banner p{
	margin-bottom: 20px;
}
#bottom_banner_top .floatL {
	padding-right: 0px;
	width: 100%;
	max-width: 100%;
}
#bottom_banner_top .floatL li {
	margin-bottom: 10px;
}
#bottom_banner_top .floatL span {
	color: #050505;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ebebeb 50%,
		#dbdbdb 50%,
		#b5b5b5);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #ebebeb),
		color-stop(0.50, #dbdbdb),
		to(#b5b5b5));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #949494;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,1);
	cursor: pointer;
	font-weight: bold;
}
#bottom_banner_top ul {
	width: 100%;
	max-width: 100%;
}

#bottom_banner_top p {
	font-size: 1.125em;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}
#bottom_banner_bottom li {
	background: none;
	width: 100%;
	max-width: 100%;
	padding: 0px;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}
#bottom_banner_bottom a {
	text-decoration: none;
	color: #4E290E;
}
#bottom_banner_bottom .ttl {
	color: #900;
	border-left: 4px solid #000;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

#bottom_banner_bottom .btn {
	padding: 10px 15px;
	background: -moz-linear-gradient(
		top,
		#fffad6 0%,
		#ff9812 50%,
		#fac132 48%,
		#ffd24a);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fffad6),
		color-stop(0.50, #ff9812),
		color-stop(0.48, #fac132),
		to(#ffd24a));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ffa220;
	-moz-box-shadow: 00.3
		inset 0px 070.700.3
		inset 0px 070.700.3
		inset 0px 070.7;
	font-weight: bold;
}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */




/* ------  サブページ 共通class -------- */

#main .voice {
	padding-bottom: 30px;
}
#main .voice .six {
	background: #FFECD9;
	padding: 20px 20px 0px 0px;
	font-size: 0.875em;
	overflow: hidden;
	width: 49%;
	max-width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}

#main .voice .face {
	width: 35%;
	max-width: 35%;
}
#main .voice .six p {
	float: left;
	padding-left: 20px;
	line-height: 175%;
}
	
.section_yellow2 h4,
.section_yellow2 h5 {
	margin-bottom: 20px;
	font-size: 1.25em;
	color: #330000;
	font-weight: bold;
}
.section_yellow2 h4 {
	margin-bottom: 60px;
}
.section_yellow2 p {
	line-height: 175%;
}
.photo_text {
	padding-bottom: 20px;
}
.photo_text .floatR {
	padding-left: 20px;
}
.photo_text .floatL {
	padding-right: 20px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 767px) {
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#main .voice .face {
	width: 20%;
	max-width: 20%;
}
#main .voice .six {
	font-size: 0.875em;
	width: 100%;
	max-width: 100%;
	margin-right: 0%;
	float: none;
}
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 479px) {
	
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#main .voice .face {
	width: 30%;
	max-width: 30%;
}

h2.sp{
	font-size: 1.25em;
	color: #630;
}
h3.sp{
	padding-bottom: 5px;
	border-bottom: 2px solid #FF8000;
}
.photo_text {
	padding-bottom: 20px;
}
.photo_text .floatR  {
	padding-left: 0px;
	float: none;
}
.photo_text .floatL  {
	padding-right: 0px;
	float: none;
}
.photo_text .floatR  {
	padding-left: 0px;
	float: none;
}
.photo_text .floatL img,
.photo_text .floatR img  {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.section_yellow2 h4,
.section_yellow2 h5 {
	font-size: 1.125em;

}
.section_yellow2 h4 {
	margin-bottom: 40px;
}
}</pre></body></html>