@charset "UTF-8";
/*--------------------------------------------
		otoku_common
---------------------------------------------*/
.otoku-wrap {
  padding: 1px 0;
}

.otoku-inner {
  overflow: hidden;
  position: relative;
  margin: 20px auto 0;
}

.otoku-content {
  float: left;
  width: 745px;
  margin-bottom: 100px;
  background: #fff;
}

.main-area {
  color: #434343;
  width: 745px;
  position: relative;
  padding: 32px 11px 20px;
}

.topic-path {
  background: #c9c5b9;
  width: 745px;
  font-size: 53%;
  line-height: 1.3;
}

.topic-path__inner {
  overflow: hidden;
}

.topic-path__inner > li {
  display: inline;
  background: url("/common/img/bg_crumb_arrow.png") no-repeat left center;
  float: left;
  font-size: 145%;
  margin-right: 6px;
  padding: 5px 0 5px 22px;
}

.topic-path__inner > li > a {
  display: block;
  text-decoration: underline;
}

.topic-path__inner > li:first-child {
  background: url("/common/img/icon_crumb_home.png") no-repeat left center;
  margin-left: 11px;
  padding-bottom: 0;
  padding-left: 0;
  width: 12px;
  position: relative;
  top: 2px;
  text-indent: -9999px;
}

/* ニュース一覧 */
.important-box {
  background: #be2620 url("/common/img/bg_link_arrow4.png") no-repeat right center;
  border-right: 3px solid #be2620;
}

.news__list {
  padding-top: 10px;
  border-top: 1px dotted #c5c5c5;
  clear: both;
  margin-top: 10px;
  overflow: hidden;
  font-size: 86%;
  color: #434343;
}

.news__list--first {
  border-top: none;
  padding-top: 1px;
}

.news__list--important {
  background: #fff;
  width: 98.5%;
  border: 1px solid #be2620;
  position: relative;
  padding: 3px;
}

.news__days {
  font-size: 113%;
  font-weight: bold;
  width: 120px;
  float: left;
  padding: 2px 0;
}

.news__days--important {
  float: none;
  position: absolute;
  left: 113px;
  top: 9px;
}

.news__days--important:after {
  content: "|";
  color: #434343;
  position: absolute;
  bottom: -2px;
  right: 0;
  font-size: 130%;
}

.news__txt {
  color: #1d50a2;
  float: right;
  padding: 2px 0;
  width: 600px;
  text-decoration: underline;
}

.news__txt--important {
  float: none;
  width: auto;
  overflow: hidden;
}

.news__cate {
  color: #434343;
  float: left;
  font-size: 90%;
  margin: 0 12px 0 0;
  position: relative;
  text-align: center;
  top: -1px;
  width: 84px;
  z-index: 10;
}

.news__cate--event {
  background: #eac1dd;
  border: 1px solid #f671cc;
}

.news__cate--leaflet {
  background: #ffc6cf;
  border: 1px solid #ff5863;
}

.news__cate--info {
  background: #c1ddea;
  border: 1px solid #2aa2da;
}

.news__cate--camp {
  background: #c1eac6;
  border: 1px solid #35c446;
}

.news__cate--topic {
  background: #ead2c1;
  border: 1px solid  #f39856;
}

.news__cate--important {
  float: left;
  background: #be2620;
  font-weight: bold;
  border-radius: 3px;
  color: #fff;
  font-size: 105%;
  letter-spacing: 1em;
  padding: 6px 0 6px 1em;
}

.news__ttl {
  color: #1d50a2;
  text-decoration: underline;
}

.news__ttl--important {
  display: block;
  margin: 9px 10px 0 245px;
  color: #434343;
}

.area-btn {
  overflow: hidden;
  margin-bottom: 11px;
}

.shop-info__area {
  float: left;
  margin-right: 7px;
  width: 175px;
  background: #bbcae3;
  border-radius: 4px;
  cursor: pointer;
  font-size: 142%;
  font-weight: bold;
  letter-spacing: 1em;
  padding: 9px 0;
  text-align: center;
  text-indent: 1em;
  line-height: 1.2;
}

.shop-info__area--active {
  background: #1d50a2;
  color: #fff;
}

.shop-info__area:last-child {
  margin-right: 0;
  letter-spacing: 0;
  text-indent: 0;
}

.map-area {
  margin-bottom: 10px;
  width: 723px;
  height: 290px;
}

.gm-style-iw div {
  overflow: hidden !important;
}

.gm-style-iw div a {
  text-decoration: underline;
}

.shop {
  /* 店舗リスト　*/
  /* 店舗詳細ページ　*/
}

.shop-list {
  min-height: 325px;
  margin-bottom: 5px;
  padding: 5px 0 7px;
}

.shop-list__box {
  border-top: 1px dotted #c5c5c5;
  position: relative;
  min-height: 111px;
  padding: 12px 100px 12px 10px;
}

.shop-list__box:first-child {
  border: none;
}

.shop-list__box--supercenter, .shop-list__box--supermarket {
  background-repeat: no-repeat;
  background-position: 98% 12px;
}

.shop-list__box--supercenter {
  background-image: url("/common/img/icon_supercenter.gif");
}

.shop-list__box--supermarket {
  background-image: url("/common/img/icon_supermarket.gif");
}

.shop-list__link {
  overflow: hidden;
  color: #434343;
}

.shop-list__name {
  float: left;
  width: 150px;
  margin-bottom: 1.9em;
  color: #1d50a2;
  background: url("/common/img/icon_link_arrow3.png") no-repeat left center;
  padding-left: 7px;
  text-decoration: underline;
  font-weight: bold;
}

.shop-list__description {
  float: left;
  min-width: 280px;
  max-width: 460px;
}

.shop-list__address {
  display: block;
}

.shop-detail {
  overflow: hidden;
  padding-bottom: 2em;
}

.shop-detail__registration {
  background: #ef6f12 url("/common/img/icon_home.png") no-repeat 6px 3px;
  color: #fff;
  cursor: pointer;
  font-size: 85%;
  font-weight: bold;
  margin-top: -1.9em;
  padding: 3px 0 3px 12px;
  text-align: center;
  width: 129px;
  float: left;
  clear: both;
  line-height: 1.1;
}

.shop-detail__registration:hover {
  opacity: 0.8;
}

.shop-detail__registration--release {
  background-color: #eb4630;
  padding: 3px 0 3px 16px;
}

.shop-detail__inner {
  position: relative;
  padding: 0 20px 0 0;
  overflow: hidden;
}

.shop-detail__name {
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 10px;
  float: left;
  width: 130px;
}

.shop-detail__name > a {
  color: #1d50a2;
  text-decoration: underline;
}

.shop-detail__name > a > span {
  display: block;
  background: url("/common/img/icon_link_arrow3.png") no-repeat left center;
  margin-bottom: 1.2em;
  padding-left: 7px;
}

.shop-detail__address {
  width: 523px;
  float: right;
  word-wrap: break-word;
}

.shop-detail__no {
  width: 523px;
  float: right;
  word-wrap: break-word;
}

.shop-detail__no__phone {
  padding-right: 12px;
}

.shop-option {
  background: url("/common/img/bg_checker.gif") repeat 0 0;
  position: absolute;
  right: 12px;
  bottom: 10px;
  padding: 3px;
}

.shop-option__inner {
  background: #fff;
  overflow: hidden;
  padding: 5px;
}

.shop-option__btn {
  background: #feb9b9;
  border: 1px solid #ba4343;
  width: 6.45em;
  float: left;
  margin-right: 6px;
}

.shop-option__btn:hover {
  opacity: 0.8;
}

.shop-option__btn > a {
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #da7a7a;
  color: #373737;
  line-height: 1.1;
}

.shop-option__btn--map {
  background: #fff;
  border: 1px solid #1d50a2;
  color: #373737;
  width: 3.5em;
  margin-right: 0;
}

.shop-option__btn--map > a {
  border: 1px solid #86a2cd;
  color: #1d50a2;
  font-weight: bold;
}

/* チラシ一覧 */
.leaflet-box {
  overflow: hidden;
  clear: both;
}

.leaflet-box > li {
  float: left;
  text-align: center;
  width: 240px;
  border-right: 1px solid #e5e5e5;
}

.leaflet-box > li:nth-child(3), .leaflet-box > li:nth-child(6) {
  border-right: none;
  width: 241px;
}

.leaflet-box a {
  color: #434343;
}

.leaflet-img img {
  border: 1px solid #e0e0e0;
  width: auto;
  height: 100%;
}

.leaflet-description {
  box-sizing: content-box;
}

.leaflet-txt {
  background: #f4f4f4;
  font-size: 90%;
  line-height: 1.3;
  padding: 10px 15px 12px;
  text-align: left;
}

.leaflet-txt__ttl {
  font-size: 110%;
  font-weight: bold;
  margin-top: 4px;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .leaflet-img > img:hover {
    opacity: 0.8;
  }
}
