@charset "utf-8";
/* CSS Document */

p,span,a,td,th {
  color: #4d4d4d;
  line-height: 1.5;
}

header {
  width: 100%;
  height: 50px;
  overflow: hidden;
}

header .logo {
  width: 216px;
  height: 50px;
  float: left;
  background: url('../images/common/h-logo.jpg');
  -webkit-background-size: 216px 50px;
  background-size: 216px 50px;
  text-indent: -9999px;
}

header .logo a {
  width: 216px;
  height: 50px;
  display: block;
}

header .reservation-btn {
  width: 92px;
  height: 32px;
  margin-top: 8px;
  margin-right: 8px;
  float: right;
}

header .tel img {
  padding-top: 6px;
}

.pan {
  width: 100%;
  padding: 10px;
  font-size: 12px;
  color: #fff;
  text-align: right;
  box-sizing: border-box;
  background-color: #00913a;
}

.pan a {
  font-size: 12px;
  color: #fff;
}

.page_title {
  width: 100%;
  height: 50px;
  margin-bottom: 12px;
  background: #c5df8e;
}

.page_title h1 {
  width: 320px;
  margin: 0 auto;
  font-size: 20px;
  color: #00913a;
  line-height: 50px;
  vertical-align: middle;
}

.page_title span {
  font-size: 12px;
  color: #00913a;
  display: inline-block;
  margin-left: 10px;
}

.c_wrap {
  width: 300px;
  margin: 0 auto;
  padding: 17px 10px;
  overflow: hidden;
}

h2.title {
  margin-bottom: 10px;
  font-size: 19px;
  color: #00903a;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #00903a;
}

h3.title {
  font-size: 14px;
  color: #00ae77;
  font-weight: normal;
  margin-bottom: 8px;
}

footer {
  background-color: #00903a;
}

.pc_menu {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.pc_menu .title {
  font-size: 14px;
  color: #00903a;
  padding: 12px 10px;
  background: url('../images/common/pc_menu_title_bg.png') no-repeat right center #c5df8e;
  -webkit-background-size: 40px;
  background-size: 40px;
  margin-bottom: 20px;
}

.pc_menu ul {
  width: 93.75%;
  margin: 0 auto;
  overflow: hidden;
}

.pc_menu li {
  width: 48.33%;
}

.pc_menu li.left {
  float: left;
  margin-bottom: 10px;
}

.pc_menu li.right {
  float: right;
  margin-bottom: 10px;
}

.pc_menu li a {
  padding: 14px 20px 12px 10px;
  font-size: 11px;
  display: block;
  background: url('../images/common/pc_menu_li_bg.png') no-repeat right top #fff;
  -webkit-background-size: 19px 40px;
  background-size: 19px 40px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.f_sns {
  height: 27px;
  margin-bottom: 30px;
  font-size: 0;
  text-align: center;
}

.f_sns a {
  display: inline-block;
}

.f_sns a:first-child {
  margin-right: 15px;
}

.f_sns img {
  height: 27px;
}

.f_info {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
}

.f_info .title {
  font-size: 12px;
  color: #00ae77;
  font-weight: normal;
}

.f_info .add_tel {
  font-size: 12px;
}

.copy {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background-color: #fff;
}

.copy small {
  font-size: 10px;
}
