@charset "UTF-8";
/* 共通部品 */
img {
  vertical-align: middle;
}

/* スマホ版ナビ */
#sp_gnav {
  display: none;
}

#header_logo {
  display: none;
}

/* グロナビ */
#gnav ul li {
  display: inline-block;
}

/* フッター */
#footer {
  border-top: 30px solid #990000;
  background-color: #F3E7E7;
  padding: 30px 0;
  position: relative;
  /* ページトップへ */
}
#footer .left {
  float: left;
  padding: 0 20px;
  width: 420px;
}
#footer .left .facility {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 36px;
  line-height: 3.6rem;
}
#footer .left .tel {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}
#footer .left .tohome {
  margin: 20px 0 0 0;
}
#footer .left .tohome a {
  padding: 10px 15px;
  background-color: #990000;
  color: #FFF;
}
#footer .right {
  float: right;
  width: 490px;
}
#footer .right ul {
  float: left;
  font-size: 15px;
  font-size: 1.5rem;
}
#footer .right ul li {
  line-height: 28px;
  line-height: 2.8rem;
  width: 200px;
  background: url("../img/icon_arrow_blk.gif") no-repeat left center;
  padding-left: 16px;
}
#footer .right ul li a:hover {
  color: #ff9900;
  font-weight: bold;
  text-decoration: none;
}
#footer #page-top {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 10px;
  background: #ccc;
  text-align: center;
  text-decoration: none;
}
#footer #page-top:hover {
  background: rgba(51, 51, 51, 0.5);
}
#footer #page-top a {
  padding: 10px;
  color: #333;
  display: block;
}
#footer #page-top a:hover {
  color: #fff;
}

/* 画像切り替え */
#top_img_manyo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
  background-image: url("../img/top_img_manyo.jpg");
  width: 960px;
  padding-top: 400px;
}

#header_title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
  background-image: url("../img/header_title.jpg");
  width: 960px;
  padding-top: 120px;
}

/*# sourceMappingURL=common.css.map */
