@charset "UTF-8";
/*!
*  Base_SP.css | 2015.08.12 by yk
*/
/*!
 *  Variables | 2015.08.12 by yk
 */
/* 共通設定
   ========================================================================== */
/* 基本設定
   ========================================================================== */
/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);  */
body {
  width: 100%;
  min-width: 100%;
  padding: 0;
}

/* a img {
  width: 100%; }
 */
.left {
  float: none;
}

.right {
  float: none;
}

.container {
  width: auto !important;
  padding: 0 10px;
}

.content {
  overflow: hidden;
}

/* ヘッダー
   ========================================================================== */
#header {
  height: 56px;
  margin-bottom: 4px;
  border-top: none;
}
#header .mapBtn {
  display: none;
}
#header .logo {
  float: none;
  width: 180px;
  padding: 8px 0;
  margin: 0;
}
#header .menuBtn {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 31px;
  height: 31px;
}
#header #gNav {
  display: none;
  float: none;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 200;
  width: 150px;
  height: auto;
  margin-top: 0;
  overflow: hidden;
}
#header #gNav > ul {
  position: absolute;
  right: -150px;
  width: 150px;
  height: 100%;
  background: #f27a8b;
  opacity: 0.9;
  filter: alpha(opacity=90) progid: DXImageTransform.Microsoft.Alpha(opacity=90);
}
#header #gNav > ul li {
  float: none;
  text-align: center;
}
#header #gNav > ul li a {
  display: block;
  width: auto !important;
  height: 50px;
  color: #fff;
  font-size: 12px;
  line-height: 50px;
  text-indent: 0;
  background-image: none;
  overflow: hidden;
}
#header #gNav > ul li .nestMenu {
  display: none;
}
#header #gNav > ul li .nestMenu li {
  border-top: 1px dotted rgba(255, 255, 255, 0.5);
}
#header #gNav > ul li .nestMenu li:last-child {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}

/* フッター
   ========================================================================== */
#footer {
  margin-bottom: 0px;
  border: none;
}
#footer dl {
  display: none;
}
#footer .link {
  padding: 10px 20px 0;
  text-align: center;
  background-color: #b0aea7;
}
#footer .link a {
  display: block;
  height: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid #aaa;
}
#footer .link a span {
  display: block;
  width: 160px;
  margin: 0 auto;
  text-align: left;
}
#footer .link a span:before {
  float: left;
  display: inline-block;
  height: 26px;
  width: 26px;
  margin: 7px;
  content: "";
  background-image: url(../imgs/footer_icon_sp.png);
  background-repeat: no-repeat;
  background-size: 26px auto;
}
#footer .link a .top:before {
  background-position: 0 -63px;
}
#footer .link a .contact:before {
  background-position: 0 -42px;
}
#footer .link a .shisetsu:before {
  background-position: 0 -21px;
}
#footer .link a .sitemap:before {
  background-position: 0 0;
}
#footer .link a + a {
  border-left: none;
}
#footer .link .logo {
  position: relative;
  top: auto;
  right: auto;
  margin: 0;
}
#footer .link .logo img {
  width: 70%;
  margin-top: 10px;
}
#footer #copyright {
  position: static;
  background-color: #b0aea7;
}
#footer #copyright .pagetop {
  position: absolute;
  width: 70px;
  top: -254px;
  right: 50%;
  margin-right: -35px;
}
#footer #copyright .text {
  float: none;
  padding: 10px 0;
  margin: 0;
  font-size: 10px;
  text-align: center;
}
#footer #copyright .image {
  float: none;
  padding: 10px;
  margin: 0;
  text-align: center;
}
#footer #copyright .image img {
  width: 100px;
  margin: 0 10px;
}

/* パンくずリスト
   ========================================================================== */
.bcList {
  display: none;
}

/* 彩都についてタブ部分
   ========================================================================== */
#saitoHeader h1 img {
  width: 100%;
}
#saitoHeader ul {
  border-bottom: 2px solid #ed6279;
  overflow: hidden;
  /*		.nonBorder{
  			border-right:none;
  		}*/
}
#saitoHeader ul li {
  float: left;
  width: 33%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
}
#saitoHeader ul > :nth-child(3n) {
  border-right: none;
}
#saitoHeader ul > :nth-child(-n + 3) {
  border-bottom: 1px solid #ccc;
}
#saitoHeader ul .act {
  background: #ed6279;
  border-right: none;
}
#saitoHeader ul .act a {
  color: #fff;
}
#saitoHeader ul a {
  display: block;
}
#saitoHeader ul a:hover {
  opacity: 0.8;
}

.saitoContent > div {
  padding: 30px 10px;
}

/*# sourceMappingURL=base_s.css.map */
