@charset "UTF-8";
/*--------------------------------------------
		otoku_phone
---------------------------------------------*/
.inner {
  overflow: hidden;
}

.main-area {
  width: 100%;
  padding: 15px 0;
}

.otoku-content {
  width: 100%;
  float: none;
  margin-bottom: 0;
}

.ttl--style04 {
  font-size: 109%;
  padding: 11px 18px;
}

.sp-nav {
  border-top: 4px solid #0c4196;
  border-bottom: 3px solid #f4f4f4;
}

.sp-nav > li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #f4a02c;
  background: linear-gradient(to bottom, #f3f2f2 0%, #d5d5d5 100%);
  font-weight: bold;
  font-size: 83%;
  text-indent: 12px;
  text-shadow: 1px 1px 1px #fff;
  position: relative;
  line-height: 1.4;
  overflow: hidden;
}

.sp-nav > li > a {
  display: block;
  width: 100%;
  color: #000;
  padding: 10.5px 0;
  float: left;
}

.sp-nav > li:before {
  content: "";
  background: #f4a02c;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 12px;
  height: 2px;
  margin-top: -4px;
  transform: rotate(45deg);
}

.sp-nav > li:after {
  content: "";
  background: #f4a02c;
  height: 2px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: 3px;
  transform: rotate(-45deg);
}

.topic-path {
  width: 100%;
}

.topic-path__inner > li {
  font-size: 105%;
}

.topic-path__inner > li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 50%;
}

.important-box {
  background: #f1e4e4;
  border-right: none;
  border-bottom: 1px solid #fff;
}

.news__list {
  border-top: 1px solid #ccc;
  position: relative;
  margin-top: 0;
  padding: 20px 0 0;
}

.news__list--first {
  border: none;
}

.news__list--important {
  background: none;
  border-right: none;
}

.news__days {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  color: #aaa;
  font-size: 80%;
  font-weight: normal;
  margin: 13px 0 0 5%;
}

.news__days--important:after {
  content: "";
}

.news__txt {
  width: 100%;
  text-align: left;
  position: relative;
  padding-bottom: 15px;
}

.news__txt--important {
  float: right;
  overflow: visible;
}

.news__cate {
  width: 40%;
  position: absolute;
  top: -10px;
  right: 0;
  border-radius: 4px;
  margin-right: 5%;
  padding: 1px;
  font-size: 79%;
}

.news__cate--important {
  float: none;
  letter-spacing: 0;
  border: 1px solid #be2620;
}

.news__ttl {
  display: block;
  font-size: 88%;
  font-weight: bold;
  margin: 2.2em auto 0;
  width: 87%;
}

.news__ttl--important {
  position: static;
  color: #1d50a2;
}

.leaflet-txt__ttl {
  margin: 0 auto;
  padding: 4px 0;
  white-space: normal;
  width: 95%;
}

.area-btn {
  width: 95%;
  margin: 16px auto;
}

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

.shop-info__area {
  width: 30%;
  margin-right: 5%;
  background: #f4f4f4;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-radius: 4px;
  font-size: 73%;
  letter-spacing: 0;
  text-indent: 0;
  padding: 6px 0;
}

.shop-info__area:nth-child(3) {
  margin-right: 0;
}

.shop-info__area--active {
  background: linear-gradient(to bottom, #063272 0%, #0c4196 100%);
}

.shop-list {
  min-height: 0;
  width: 100%;
  padding-bottom: 0;
}

.shop-list__box {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  background: #f4f4f4;
  min-height: 0;
  padding: 0;
}

.shop-list__box:first-child {
  border-top: 1px solid #ddd;
}

.shop-list__box:nth-child(2n+1) {
  background-color: #fff;
}

.shop-list__box:last-child {
  border-color: #ddd !important;
}

.shop-list__box--supercenter, .shop-list__box--supermarket {
  background-position: 98% 4px;
  background-repeat: no-repeat;
  background-size: 60px auto;
}

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

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

.shop-list__link {
  display: block;
  letter-spacing: -0.02em;
  padding: 10px 70px 10px 0;
  position: relative;
}

.shop-list__link:before, .shop-list__link:after {
  background: #3f3f3f;
  content: "";
  width: 8px;
  height: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
}

.shop-list__link:before {
  margin-top: -2px;
  transform: rotate(45deg);
}

.shop-list__link:after {
  margin-top: 3px;
  transform: rotate(-45deg);
}

.shop-list__link--no-arrow:before, .shop-list__link--no-arrow:after {
  display: none;
}

.shop-list__name {
  font-size: 65%;
  background: none;
  width: 35%;
}

.shop-list__description {
  width: 65%;
  max-width: 70%;
  min-width: 0;
  font-size: 65%;
  line-height: 1.6;
}

.shop-detail {
  position: relative;
  padding-right: 0;
  padding-bottom: 0;
}

.shop-detail__name {
  background: none;
  float: left;
  width: 30%;
  font-size: 68%;
}

.shop-detail__name > a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 2.5%;
  position: absolute;
  top: 0;
  left: 0;
}

.shop-detail__name > a > span {
  display: block;
  background: none;
  padding: 0;
  width: 25%;
}

.shop-detail__registration {
  display: none !important;
}

.shop-detail__address {
  width: 67%;
  float: right;
  position: static;
  font-size: 68%;
  line-height: 1.4;
  word-wrap: break-word;
}

.shop-detail__no {
  width: 67%;
  float: right;
  position: static;
  font-size: 68%;
  line-height: 1.4;
  word-wrap: break-word;
}

.shop-option {
  display: none;
}

.sp-line {
  display: block;
}
