@charset 'UTF-8';
/*----------------------------------------
/*TOP
----------------------------------------*/
.menu_box .other_topics a {
  display: block;
  color: #333;
  padding: 4px;
  background-repeat: no-repeat;
  background: url(../st_img/cur_gray.png) no-repeat right center #fff;
  -webkit-background-size: 19px 14px;
  background-size: 19px 14px;
}
.hl.topics_hl {
  background-image: url(../st_img/topics_icon.png);
  padding-left: 32px;
  background-repeat: no-repeat;
  background-position: 4px center;
  -webkit-background-size: 14px;
  background-size: 22px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.topics_banner {
  background: #111;
}
.topics_banner a {
  color: #333;
  display: block;
  padding: 0;
  padding-bottom: 1px;
  background: #111;
  max-width: 375px;
  margin: 0 auto;
  width: 100%;
}
.topics_banner .img_box {
  max-width: 375px;
  margin: 0px auto;
  width: 100%;
  padding: 4px 0;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.topics_banner img {
  width: 100%;
}
.topics_banner .data {
  font-size: 12px;
  color: #fcbc00;
  line-height: 1.4em;
  font-weight: bold;
  background: #111111;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 53px;
  padding: 10px 0 5px;
  box-sizing: border-box;
}
.topics_banner .data > span {
  font-size: 17px;
  color: #fff;
}
.topics_banner .thema {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.3em;
  color: #111111;
  padding: 3px;
  text-decoration: underline;
  text-shadow: 0 1px 0 #fff;
  padding-right: 20px;
  text-align: center;
}
.topics_banner .thema:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin: -6px 0 0 0;
  border-top: solid 4px #667284;
  border-right: solid 4px #667284;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.topics_banner .thema_inner {
  display: inline-block;
  text-decoration: underline;
  text-align: left;
}

@media screen and (max-width:320px) {
  .topics_banner .thema {
    font-size: 15px;
  }
  .topics_banner .data {
    font-size: 12px;
    bottom: 36px;
    padding: 8px 0 6px;
    line-height: 1.1em;
    width: 44px;
    height: 44px;
  }
  .topics_banner .data > span {
    font-size: 14px;
  }
  .topics_banner_inner {
    padding: 2px;
  }
  .topics_banner .btn {
    max-width: 170px;
  }
}
.topics_banner_inner {
  padding: 4px 5px;
  background: #fdffca;
  border-radius: 4px;
  margin: 0 4px 5px;
  position: relative;
  border: 3px solid #fcbc00;
  box-sizing: border-box;
}
/* エリア版 */
.local_area .menu_box .other_topics a {
  display: block;
  color: #fff;
  padding: 4px;
  background-repeat: no-repeat;
  background: url(../st_img/cur_gray05.png) no-repeat right center #222;
  -webkit-background-size: 19px 14px;
  background-size: 19px 14px;
}
.local_area .topics_banner .img_box {
  padding: 4px 0 6px;
}
.local_area .hl.topics_hl {
  padding-left: 42px;
  background-repeat: no-repeat;
  background-position: 8px center;
  -webkit-background-size: 14px;
  background-size: 26px;
}
.local_area .topics_banner {
  background: #235396;
}
.local_area .topics_banner a {
  color: #333;
  display: block;
  padding-bottom: 1px;
  background: #235396;
  max-width: 375px;
  margin: 0px auto;
  width: 100%;
}
/*----------------------------------------
/*PC･スマホ共通
----------------------------------------*/
.fl_base {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.storeTopics_contents {
  margin: 10px;
  color: #333;
  font-size: 14px;
}
/* アンカー色変え */
.storeTopics_contents .contentBox a {
  text-decoration: underline;
  color: #333;
  font-weight: bold;
}
a.introduction_box_a {
  color: #333;
}
[class^="girl"] p:first-of-type,
[class*=" girl"] p:first-of-type,
.storeTopics_contents p:first-of-type {
  margin-top: 0px;
}
.contentBox p {
  margin-top: 12px;
  line-height: 1.4em;
  overflow: hidden;
}
.contentBox {
  display: block;
  overflow: hidden;
}
.contentBox img {
  width: 150px;
  margin: 0 auto;
  display: inline-block;
  float: left;
  margin-right: 12px;
}
.shoplogoImg img {
  width: 200px;
  margin: 0 auto;
}
.contentBox.main img.girl_photo {
  width: 120px;
}
/* サブbox*/
.subbox {
  margin: 20px auto;
  width: 100%;
  overflow: hidden;
}
/* box下線 */
.contentBox.bottomline {
  border-bottom: 1px solid #ccc;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
/* 画像右 */
.contentBox img.flr {
  float: right;
  margin-right: 0px;
  margin-left: 12px;
}
/*特集見出し
----------------------------------------*/
.storeTopics h2 {
  border: none;
  color: #333;
  border-bottom: 3px solid #c6c6c6;
  margin-top: 0px;
  padding-left: 16px;
  font-size: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-background-size: 50px;
  background-size: 50px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.storeTopics h2>span>span {
  font-size: 14px;
}
/*今回ご紹介したお店の情報はこちら！
----------------------------------------*/
.introduction {
  margin: 0px 0 20px;
}
/* 見出し */
.introduction h4 {
  font-size: 16px;
  margin: 10px 0px;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  color: #ff8a8a;
  border-bottom: 2px solid #ffbaba;
  border-top: 2px solid #ffbaba;
}
/* box */
.introduction_box {
  background-color: #efefef;
  border: 2px solid #ccc;
  margin: 10px;
  padding: 8px 20px 8px 8px;
  display: block;
  overflow: hidden;
  background-image: url(../st_img/cur_gray.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 19px 14px;
}
.introduction_box .logoImgbox {
  width: 75px;
  height: 100px;
  margin-right: 8px;
  text-align: center;
  float: left;
}
.introduction_box .logoImgbox>img {
  width: 100%;
}
.introduction_box .introduction_txt {
  font-size: 12px;
}
.introduction_box .introduction_txt .shop_name {
  font-size: 16px;
  font-weight: bold;
  color: #0080de;
  margin-bottom: 4px;
}
/*その他の記事
----------------------------------------*/
.othercolumn_area_btn {
  margin: 0 8px;
  display: block;
  text-align: center;
  padding: 6px 0;
  color: #333;
  font-weight: bold;
  background: #ceebf5 url(../st_img/cur_gray.png) no-repeat right 4px center;
  border-radius: 4px;
  background-size: 19px 14px;
}
.othercolumn_area {
  max-width: 420px;
  margin: 20px auto;
}
/*
----------------------------------------*/
.google-maps {
  position: relative;
  padding-bottom: 250px;
  height: 0;
  overflow: hidden;
  margin: 8px;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.building_map h4 {
  font-size: 16px;
  margin: 10px 0px;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  color: #ff8a8a;
  border-bottom: 2px solid #ffbaba;
  border-top: 2px solid #ffbaba;
}
.building_map {
  margin-bottom: 20px;
  margin-top: 40px;
  color: #333;
}
.building_map_txt {
  color: #333;
  display: table;
  margin: 8px;
  border-radius: 4px;
}
.building_map_txt .address_em {
  display: table-cell;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 2px 8px;
  background: #dedede;
  border-radius: 4px;
  word-break: keep-all;
}
.building_map_txt .address {
  font-size: 14px;
  padding-left: 5px;
  display: table-cell;
}
/*その他の記事
----------------------------------------*/
.other_topics h5 {
  font-weight: bold;
  text-align: center;
  padding: 6px;
  font-size: 14px;
  color: #444;
  background-color: #dadada;
  border-top: 2px solid #adadad;
}
.other_topics ul>li {
  border-bottom: 1px solid #ccc;
  display: table;
  width: 100%;
}
.storeTopics .arrow_icon {
  display: block;
  color: #333;
  padding: 6px;
}
.other_left {
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
}
.other_right {
  display: table-cell;
  padding-right: 24px;
}
.storeTopics .article_info {
  font-size: 12px;
}
.storeTopics .article_info .date {
  color: #40a940;
  vertical-align: middle;
  display: inline-block;
  margin-right: 4px;
}

.storeTopics .category {
  vertical-align: middle;
  display: inline-block;
  padding: 0 4px;
  border-radius: 2px;
  color: #fff;
}
.storeTopics h2 .article_info {
  margin-bottom: 2px;
  font-weight: initial;
}
.storeTopics h2 .date {
  font-size: 14px;
}
.storeTopics h2 .category {
  padding: 2px 4px;
}
.other_title {
  font-weight: bold;
  font-size: 14px;
  display: table-cell;
  padding-top: 2px;
}
p.moreKy {
  margin-bottom: 0px;
  border-top: 0px;
  background-color: #f0f0f0;
}

/*----------------------------------------
/*PC
----------------------------------------*/
@media screen and (min-width:421px) {
  .contentBox.bottomline {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    overflow: hidden;
  }
  img.shoplogoImg {
    width: auto;
    max-height: 100px;
  }
}

/*----------------------------------------
/*スマホ
----------------------------------------*/
/*(iphone5 サイズ調整)*/
@media screen and (max-width:320px) {
  .storeTopics h2 {
    font-size: 18px;
  }
  .contentBox img {
    width: 120px;
  }
}
/*----------------------------------------
/*一覧
----------------------------------------*/
.other_topics_list h3 {
  margin: 0px;
  padding: 8px;
  margin-top: -2px;
  border: none;
  background: #ff4141;
  color: #fff;
}
.local_area p.other_title {
  color: #fff;
}
.other_topics_list .hl.topics_hl {
  padding-left: 38px;
  background-repeat: no-repeat;
  background-position: 6px center;
  -webkit-background-size: 14px;
  background-size: 24px;
}
.other_topics_list ul li:last-child {
  border-bottom: none;
}
h3.other_topics_area_hl {
  padding: 10px;
  background: #111;
  font-size: 1.4em;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  letter-spacing: 2px;
  border-bottom: 3px double #f23a3a;
  text-shadow: 1px 0 1px #f23a3a, 0 1px 1px #f23a3a, -1px 0 1px #f23a3a, 0 -1px 1px #f23a3a;
}
/*　-------- 記事用汎用--------- */
.storeTopics_contents h3 {
  margin: 8px 0 4px;
  border: 0;
  border-bottom: 3px solid #aee2dc;
  padding: 0;
  padding: 6px 6px 2px;
  color: #38b1a3;
  font-size: 16px;
}
.storeTopics img.photo {
  width: 120px;
}
.storeTopics hr {
  display: block;
  border: 1px solid #aee2dc;
}
.storeTopics hr.hr_big {
  border: 1px solid #38b1a3;
}
.storeTopics_contents p {
  line-height: 1.48em;
  padding-bottom: 8px;
}
.storeTopics .store {
  clear: both;
  overflow: hidden;
}
.storeTopics .section {
  padding: 8px;
}
.storeTopics .section:first-of-type {
  padding-top: 8px;
}
.storeTopics .storeTopics_contents a {
  text-decoration: underline;
  font-weight: bold;
  color: #333;
}
.storeTopics .article {
  margin-bottom: 16px;
  clear: both;
  overflow: hidden;
}
.storeTopics .article:last-of-type {
  margin-bottom: 0;
}
.storeTopics .fll {
  float: left;
  margin-right: 10px;
  margin-bottom: 8px;
}
.storeTopics .flr {
  float: right;
  margin-left: 10px;
  margin-bottom: 8px;
}
.storeTopics .b_shoplogo {
  width: 340px;
}
.storeTopics .mt8 {
  margin-top: 8px;
}
.storeTopics .section.introduction {
  padding: 0;
}
/* 画像MAP用 */
.img_map {
  padding: 0;
  margin: -10px -10px 10px;
  text-align: center;
}
.img_map h4 {
  font-size: 16px;
  margin: 10px 0px;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  color: #ff8a8a;
  border-bottom: 2px solid #ffbaba;
  border-top: 2px solid #ffbaba;
}
.img_map img {
  width: 100%;
  max-width: 640px;
}
p.img_map_txt {
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 0;
  font-weight: bold;
}
span.square {
  color: #db3c3f;
}
/* 画像MAP用 */

/*　-------- 記事用汎用--------- */
