@charset "utf-8";
/* CSS Document */
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";


body {
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 900px;
  	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 47px;
	width: 490px;
	margin-right: 205px;
	margin-left: 205px;
	margin-top: 5px;
	margin-bottom: 8px;
}
#navi {
	/*background-image: url(../images/navi_bg.png);*/
	height: 44px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#navi li {
	float: left;
	font-size: 90%;
	width: 200px;
}
#navi li.side {
	width: 80px;
}
#navi a {
	background-image: url(../images/banner_off.jpg);
	color:#FFFFFF;
	display: block;
	overflow: hidden;
	height:25px;
	margin-top: 8px;
	text-align: center;
	background-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	padding-top: 4px;
	background-repeat: repeat;
}

#navi a:hover{
	background-image: url(../images/banner_on.jpg);
	color:#333333;
	display: block;
	overflow: hidden;
	height:25px;
	margin-top: 8px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
	padding-top: 4px;
	background-repeat: repeat;
	background-color: #99CC33;
}

#box1 {
	width: 900px;
	margin-top: 30px;
}

#box2 {
	width: 900px;
	margin-top: 30px;
	margin-bottom:10px;
}

#box1 h1 {
	color: #000000;
	font-size: 21px;
}

#box2 h1 {
	color: #000000;
	font-size: 21px;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#box3 {
	width: 700px;
	margin-top: 30px;
	margin-bottom:10px;
	margin-left: 100px;
}
#box3 h1 {
	color: #000000;
	font-size: 21px;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


#info {
	width: 900px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	margin-top: 20px;
	margin-bottom: 20px;
}
#info h2 {
	font-size: 14px;
	font-weight: bold;
	color: #52E84A;
	margin-top: 5px;
}
#info ul {
	margin-bottom: 5px;
	margin-left: 15px;
}
/*追加*/
#info ul li dl{
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	line-height: 1.2em;
}
#info ul li dl dt{
	font-weight: bold;
}
#info ul li dl dt span{
	font-size: 90%;
	font-weight: normal;
	color: #999999;
	padding-left: 15px;
}
#info ul li dl dd{
	padding-left: 15px;
	font-size: 90%;
}
/*ここまで*/

#category {
	width: 900px;
	margin-bottom: 20px;
}
#category2 {
	line-height: 21px;
	width: 700px;
	float: left;
}
#category ul li,#category2 ul li {
	float: left;
	height: 40px;
	width: 177px;
	margin-right: 11px;
	margin-left: 11px;
}

#category ul li a,#category2 ul li a  {
	color:#FFFFFF;
	display: block;
	overflow: hidden;
	width: 177px;
	height:30px;
	text-align: center;
	background-image: url(../images/banner_off.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	font-weight: bold;
}

#category ul li a:hover,#category2 ul li a:hover{
	color:#666666;
	display: block;
	overflow: hidden;
	width: 177px;
	height:30px;
	text-align: center;
	background-image: url(../images/banner_on.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	font-weight: bold;
}

#info_up {
	background-image: url(../images/line_up.gif);
	height: 5px;
	width: 900px;
	background-repeat: no-repeat;
}
#info_bottom {
	background-image: url(../images/line_bottom.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 900px;
}
#info_main,#info_category01,#info_category02 {
	width: 799px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
}

#info_main ul,#info_category01 ul,#info_category02 ul {
	margin-left: 10px;
}
#gallery1 {
	width: 900px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#gallery1 li {
	float: left;
	width: 23%;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 8px;
}
#gallery1 li .fav {
	text-align: center;
	padding: 2px;
}
#gallery1 li .fav img {
	width: 85px;
	height: 15px;
}
#footer {
	background-color: #CCCCCC;
	padding-top: 5px;
	margin-top: 20px;
}
#footer_menu li {
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 14px;
	margin-bottom: 10px;
}
.line {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
}
#footer_menu {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#footer_menu a {
	color:#666666;
}

#footer_menu a:hover{
	color:#FF9900;
}
.next {
	float: right;
	margin-right: 10px;
}
.back {
	float: left;
	margin-left: 10px;
}
#wrapper #contents {
	vertical-align: middle;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}
.normal {
	font-size: 13px;
	font-weight: normal;
}

.left {
	float: left;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
.bg {
	color: #FFFFFF;
	background-color: #999999;
}

#contents a {
	color: #FFFFFF;
	background-color: #999999;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

#contents a:hover{
	color:#666666;
	background-color: #99FF66;
}
#contents img {
}
#contents ul {
	list-style-image: url(../images/arrow.jpg);
	list-style-position: outside;
}
#contents li {
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 10px;
}
#contents p {
}
#company {
	width: 880px;
	margin: 10px;
}
#company table {
	width: 700px;
	border-collapse: collapse;
	margin-left: 90px;
	margin-top: 30px;
}
th,td{
	border:1px solid #666;
	/*font-size:90%;*/
	color:#333;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#gallery1 img {
	width:90%;
	height: 150px;
	max-width: 200px;
}
#gallery1 a {
}



#fav_menu {
	margin-top: 0px;
	font-size: 80%;
	line-height: 1.3em;
	color: #333333;
}
#fav_menu ul {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #ffffff;
	border: 3px solid #99CC00;
	width: 150px;
	overflow: auto;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#fav_menu a.btn {
	position: absolute;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	width: 120px;
	background-image: url(../images/fav_open.png);
	top: 3px;
	right: 3px;
	z-index: 1;
}
#fav_menu a.btn_x {
	position: absolute;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	width: 120px;
	background-image: url(../images/fav_close.png);
	top: 0px;
	right: 0px;
	z-index: 10;
}
#fav_menu a.btn span,#fav_menu a.btn_x span {
	display: none;
}		
#fav_menu .err {
	color: #990000;
	font-size: 120%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #990000;
}

#fav_menu hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	margin-top: 5px;
	margin-bottom: 5px;
}

ul#fav_list{
	background-image: none;
	list-style-type: none;
}
ul#fav_list li{
	background-image: none;
	margin: 0px;
	padding: 0px;
	clear: right;
	float: left;
	width: 150px;
}
.green{
	color: #669900;
}

.top{
	background-color: #FFFFFF;
	padding: 30px;
	font-size: 120%;
	border: 2px solid #333333;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	color: #3A3E22;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

.top h1{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}

.top h2{
	margin-left: -30px;
	margin-top: 50px;
	margin-bottom: 25px;
}
.top h2 span{
    -moz-border-radius-topright: 30px;  /* firefox */
	border-top-right-radius: 30px;      /* CSS3 */
	-moz-border-radius-bottomright: 30px;   /* firefox */
	border-bottom-right-radius: 30px;       /* CSS3 */
	font-weight: normal;
	color: #FFFFFF;
	background-color: #A8D928;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 8px;
	line-height: 0.2em;
	padding-left: 20px;
	letter-spacing: 0.2em;
	font-size: 100%;
}

.top .information_wak{
    -moz-border-radius: 20px;    /* firefox */
	border-radius: 5px;
	background: #A8D928;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	color: #233814;
}
.top .login_box{
	background-color: #CDF1A9;
	border: 1px solid #339900;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 30px;
	margin-top: 10px;
}

.top ul{
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: disc;
	margin-left: 15px;
}
.top #gallery1 ul{
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-type: none;
}
.small_90{
	font-size: 90%;
	line-height: 1.2em;
	color: #006633;
}

a.inq_btn {
	width:300px;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	color:#fff;
	background-color:#FF8533;
	border-radius:20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

a.inq_btn:hover {
	background-color: #339900;
}
.btn_logut{
	background-color:#FF8533;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	position: fixed;
	top: 0px;
	right: 0px;
	font-size: 90%;
	padding-right: 20px;
	padding-left: 20px;
	letter-spacing: 0.1em;
}
a.btn_logut {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#contents table td a{
	color: #000000!important;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.big_130{
	font-size: 130%;
}
hr{
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.btn,
a.btn,
button.btn {
  font-size: 100%;
  font-weight: 900;
  line-height: 1em;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #85A923;
  border-radius: 0.5rem;
}

a.btn-tag {
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 5em;
}

a.btn-tag:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 3em;
  height: 100%;

  content: "";

  border-radius: 0.5rem 0 0 0.5rem;
}

a.btn-tag--favorite {
  color: #fff;
  background: #85A923;
}

a.btn-tag--favorite:before {
  background: #fff;
}

a.btn-tag--favorite i {
	font-size: 120%;
	position: absolute;
	top: 0.5rm;
	left: 0.8em;

  -webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	letter-spacing: 0;
	opacity: 0.5;
	color: #85A923;
	line-height: 1em;
}

a.btn-tag--favorite:hover {
  background: #ffa50e;
}

a.btn-tag--favorite:hover i {
  color: #ffa50e;
  opacity: 1;
}


@media (max-width: 640px) {
   /* 横幅が640px以下の場合に適用するスタイル */
#wrapper,.top,#footer_menu{ width: auto!important;
padding-left:4%;
padding-right:4%; }

.top .login_box{
	width: 80%!important;
}

.top h1 img{width:90%!important;}
.top h2,.top h2 span{
	line-height: normal!important;
}
.top h2 span{
    -moz-border-radius-topright: 5px;  /* firefox */
	border-top-right-radius: 5px;      /* CSS3 */
	-moz-border-radius-bottomright: 5px;   /* firefox */
	border-bottom-right-radius: 5px;       /* CSS3 */
	font-size: 100%;
}

}


.pc { display: block !important; }
.sp { display: none !important; }
 
@media only screen and (max-width: 640px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
