@charset "utf-8";
/* CSS Document */
body {
  background-color: transparent;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
a {
  text-decoration: none;
}
.Left_nav {
  max-width: 210px;
  padding: 10px;
}
#SEARCH {
  padding: 10px;
  margin-bottom: 10px;
}
#SEARCH .text {
  width: 100%;
  height: 30px;
  border: 2px solid #CCC;
  border-radius: 5px;
  text-indent: 10px;
  display: block;
  margin-bottom: 5px;
}
#SEARCH .mprice {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #CCC;
  border-radius: 5px;
  text-indent: 10px;
  width: 32%;
}
#SEARCH .btn {
  margin-top: 10px;
  height: 40px;
  background-color: #00552e;
  border: none;
  width: 100%;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: bold;
}
#SEARCH .btn:hover {
  background-color: #00552e;
}
.search_box {
  text-align: center;
  margin-bottom: 10%;
}
.menu_list h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 5%;
  padding: 8% 0;
  color: #00552e;
  background-color: none;
  border-radius: 5px;
  font-weight: bold;
  border: 3px solid #00552e;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.menu_list h3:before {
  position: absolute;
  content: "";
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
}
.menu_list h3.tit_about:before {
  width: 70px;
  height: 70px;
  left: -15px;
  top: 0px;
}
.menu_list h3.tit_cat:before {
  width: 50px;
  height: 50px;
  left: -15px;
  top: 0px;
}
.menu_list ul {
  width: 100%;
  margin: 0 auto 10%;
}
.menu_list ul li {
  width: 100%;
  margin: 0 auto;
  padding: 2% 0 2% 0;
  margin-bottom: 1px;
}
.menu_list .cat_list li a, .menu_list .price_list li a {
  width: 100%;
  position: relative;
  color: #333;
  font-weight: bold;
  display: block;
}
.menu_list .cat_list li a {
  padding: 5% 0 5% 10%;
}
.menu_list .price_list li a {
  padding: 5% 0 5% 0;
}
.menu_list .cat_list li a:hover, .menu_list .price_list li a:hover {
  color: #60a33f;
}
.menu_list .cat_list li a:before {
  content: ">";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  font-size: 5px;
  width: 5px;
  height: 5px;
  left: 5px;
  top: 30%;
  color: #1b5a2f;
}
.calendar_area {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin: 0 auto;
  text-align: center;
}
.calendar_area table {
  margin: 0 auto;
}
