@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  font: 100%/1.5 "メイリオ", "Meiryo", Arial, "Lucida Sans Unicode", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  background-color: #fff;
}

input, select, textarea {
  font: 100%/1.5 "メイリオ", "Meiryo", Arial, "Lucida Sans Unicode", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}

a,
input[type="submit"]:hover {
  cursor: pointer;
}

a {
  color: #000;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

a:visited {
  color: #000;
}

a:hover {
  color: #E67900;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

a img {
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

img {
  vertical-align: bottom;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

.radio, .checkbox {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 6px 8px 6px 38px;
  padding: 6px 8px 6px 23px;
  vertical-align: middle;
  cursor: pointer;
}

.radio:hover:after, .checkbox:hover:after {
  border-color: #2556A4;
}

.radio:after, .checkbox:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  -moz-transition: border-color 0.2s linear;
  -o-transition: border-color 0.2s linear;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}

.radio:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  left: 5px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #2556A4;
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  position: absolute;
  top: 50%;
  left: 21px;
  left: 6px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #2556A4;
  border-bottom: 3px solid #2556A4;
  content: '';
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

/*-------------------------------------------*/
/* 変数 */
/*-------------------------------------------*/
/* Mixin */
p {
  line-height: 28px;
  font-size: 14px;
  margin-bottom: 20px;
  word-break: break-all;
}

/*-------------------------------------------*/
/* コンテンツ全体枠 */
div#main {
  width: 100%;
  margin-top: 0px;
}

div#main_div {
  width: 1000px;
  margin: 178px auto 0 auto;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  div#main_div {
    width: 95%;
    margin: 0 auto;
    overflow: visible;
  }
}

@media only screen and (min-width: 600px) {
  /* センターカラム(その他) */
  #menu_center_ot {
    float: right;
    width: 700px;
    margin: 0 0 0 auto;
  }
  #menu_center_ot h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 5px 0 10px;
    border-bottom: 2px dotted #151175;
    border-bottom: 2px dotted #333;
    color: #151175;
    color: #333;
    letter-spacing: 1px;
    line-height: 1.2;
  }
}
/*-------------------------------------------*/
/* 表示切替 */
.pc_disp {
  display: block;
}

.smt_disp {
  display: none;
}

@media only screen and (max-width: 599px) {
  .pc_disp {
    display: none;
  }

  .smt_disp {
    display: block;
  }

  .smt_disp img {
    max-width: 526px;
    width: 100%;
  }
}
/*-------------------------------------------*/
/* アンカ― （ID属性を持つaタグはアンカーと判断）*/
a[id] {
  margin-top: -100px;
  padding-top: 100px;
  position: absolute;
}

/*-------------------------------------------*/
/* ページ送り */
.pagenav {
  clear: both;
  float: none;
  font-size: 14px;
  width: 100%;
  /*
      .prev{
          float:left;
          padding-left:20px;
          width:calc(50% - 20px);
          background-image:url("../images/icon_prev.png");  // 画像差替。とりあえず上記のcontentで。 aaaaa
          background-repeat:no-repeat;
          background-position:left center;
          text-align:left;
      }
      .next{
          float:right;
          padding-right:20px;
          width:calc(50% - 20px);
          background-image:url("../images/icon_next.png");  // 画像差替。とりあえず上記のcontentで。 aaaaa
          background-size:13px 21px;
          background-repeat:no-repeat;
          background-position:right center;
          text-align:right;
      }
  */
}
.pagenav a {
  display: block;
}
.pagenav .prev {
  float: left;
  width: calc(50% - 20px);
  text-align: left;
}
.pagenav .prev:before {
  content: "< ";
}
.pagenav .next {
  float: right;
  width: calc(50% - 20px);
  text-align: right;
}
.pagenav .next:after {
  content: " >";
}

@media print, screen and (min-width: 600px) {
  /*-------------------------------------------*/
  #container {
    width: 1000px;
    margin: 0 auto;
    width: 100%;
    display: inline-block;
  }

  #content {
    float: right;
    width: 700px;
    padding: 0px;
    position: relative;
  }

  /*-------------------------------------------*/
  /* パンくず */
  div#pankuzu {
    height: 30px;
    font-size: 12px;
    color: #888;
    text-indent: 320px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  div#pankuzu a {
    display: inherit;
  }

  /*-------------------------------------------*/
  /* ヘッダー */
  /*-------------------------------------------*/
  #header {
    width: 100%;
    min-width: 100%;
    height: 60px;
    background-color: #E67900;
  }
  #header h1 {
    margin: 0;
    padding: 3px 60px 2px 0;
    text-align: center;
    color: #fff;
    font-size: 9px;
  }
  #header h2 {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  #header h2 img {
    max-width: 190px;
    max-height: 32px;
    width: auto;
    height: auto;
  }
  #header .header_area {
    width: 1000px;
    margin: 0 auto;
  }
  #header .header_area h1 {
    text-align: left;
    font-size: 10px;
    padding: 3px 0;
  }
  #header .header_area h2 {
    text-align: left;
    float: left;
    margin-right: 40px;
  }
  #header .header_area ul.hd_menu {
    float: left;
    font-size: 11px;
    color: #fff;
    margin-top: 10px;
    line-height: 30px;
  }
  #header .header_area ul.hd_menu li {
    display: inline-block;
    margin-right: 10px;
  }
  #header .header_area ul.hd_menu a {
    color: #fff;
    text-decoration: none;
  }

  .hd_image {
    display: block;
    width: 1000px;
    margin: 10px auto;
  }
  .hd_image img {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    vertical-align: bottom;
  }

  /*-------------------------------------------*/
  /* サイドバー */
  /*-------------------------------------------*/
  #sidebar {
    float: left;
    width: 270px;
    margin-bottom: 30px;
  }
  #sidebar a {
    display: block;
  }
  #sidebar .menu {
    width: 100%;
    height: 100%;
    height: auto;
    margin-top: 16px;
  }
  #sidebar .menu ul li {
    display: block;
    border: 0;
    border-bottom: 1px solid #000;
    margin: 0;
    line-height: 40px;
    text-align: center;
    letter-spacing: 2px;
  }
  #sidebar .menu ul li a {
    color: #5F3813;
    font-size: 14px;
    font-weight: bold;
  }
  #sidebar .menu ul li:first-child {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  #sidebar .side_bnr {
    margin-top: 14px;
  }
  #sidebar .side_bnr .title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
  #sidebar .side_bnr img {
    width: 100%;
    height: 100%;
    height: auto;
    max-width: 270px;
    text-align: center;
  }
  #sidebar .link {
    margin: 20px 0;
    text-align: right;
  }
  #sidebar .link a {
    display: inline-block;
  }
  #sidebar .link img {
    width: 50px;
    height: 50px;
    vertical-align: bottom;
  }

  /*-------------------------------------------*/
  /* フッター */
  /*-------------------------------------------*/
  div#footer {
    clear: both;
    width: 100%;
    background-color: #dcdcdc;
    background-color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    padding-top: 40px;
  }
  div#footer .search_block {
    width: 95%;
    margin: 0 auto 30px auto;
  }
  div#footer .menu {
    width: 1000px;
    height: 62px;
    margin: 0 auto;
    color: #3d3c3c;
    color: #5F3813;
    text-align: center;
  }
  div#footer .menu ul li {
    display: inline-block;
    border-left: 1px solid #9c9c9c;
    margin-top: 20px;
    padding: 0 4px 0 6px;
  }
  div#footer .menu ul li:first-child {
    border: 0;
  }
  div#footer .menu a {
    display: block;
    color: #3d3c3c;
  }
  div#footer .menu2 {
    font-size: 13px;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
  }
  div#footer .menu2 ul li {
    display: inline-block;
    padding: 0 8px;
    line-height: 50px;
  }
  div#footer .menu2 ul li:first-child {
    border: 0;
  }
  div#footer .menu2 a {
    text-decoration: underline;
  }
  div#footer .url {
    color: #E67900;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-top: 14px;
  }
  div#footer .campany {
    font-size: 12px;
    background-color: #E67900;
    color: #fff;
    padding: 6px 0;
    text-align: center;
    line-height: 20px;
  }
  div#footer #copyright {
    background-color: #997d7c;
    height: 36px;
  }
  div#footer #copyright div {
    width: 1000px;
    margin: 0 auto;
    line-height: 36px;
    text-align: center;
    color: #fff;
  }

  /*-------------------------------------------*/
  /* ページ上部へ戻るボタン */
  p#topbutton {
    position: fixed !important;
    position: absolute;
    bottom: -16px;
    right: 0px;
    /* ▼最初は非表示にしておく */
    display: none;
    z-index: 9999;
  }

  /*-------------------------------------------*/
  /* 共通 */
  /*-------------------------------------------*/
  /* バックナンバーリンク （企画ページで使用）*/
  a.backnumber {
    clear: both;
    float: none;
    display: block;
    margin: 0 auto;
    width: 450px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
  }
  a.backnumber div {
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: #6B4C2B;
    margin: 20px auto;
    display: inline-block;
  }
}
@media only screen and (min-width: 600px) and (max-width: 599px) {
  a.backnumber {
    width: 94%;
    font-size: 12px;
    letter-spacing: 0;
  }
  a.backnumber div {
    padding: 10px;
  }
}
@media print, screen and (min-width: 600px) {
  a.backnumber div:before {
    content: "■";
    margin-right: 10px;
    /*
            content:"";
            width:28px;
            height:28px;
            background:url("../images/t_icon_search_y.png") no-repeat;
            background-size:28px 28px;
            vertical-align:middle;
            display:inline-block;
            margin:0 10px 0 0;
    */
  }
  a.backnumber div:after {
    content: "＞";
    margin-left: 10px;
    /*
            content:"";
            width:28px;
            height:28px;
            background:url("../images/t_icon_search_y.png") no-repeat;
            background-size:28px 28px;
            vertical-align:middle;
            display:inline-block;
            margin:0 0 0 10px;
    */
  }

  /*-------------------------------------------*/
  /* 戻るリンク */
  a.ret {
    display: block;
    margin: 10px 0;
  }
  a.ret div {
    text-align: right;
    margin-right: 10px;
    font-size: 16px;
  }
  a.ret div:before {
    content: "<< ";
  }

  /* 共通：ページナビ */
  #pagenav {
    clear: both;
    float: none;
    margin-top: 20px;
    width: 100%;
    display: inline-block;
  }
  #pagenav .prev {
    float: left;
    padding-left: 20px;
    background: url("../images/l_go_paging.png") no-repeat;
    /* aaaa 仮画像 */
    background-position: left center;
    background-size: auto 22px;
  }
  #pagenav .next {
    float: right;
    padding-right: 20px;
    background: url("../images/l_go_paging.png") no-repeat;
    background-position: right center;
    background-size: auto 22px;
  }

  /* 共通：バックナンバー */
  /* del
  #backnumber{
      clear:both;
      float:none;
      margin-top:20px;
      width:100%;
      color:#ffffff;
      letter-spacing:1px;
      box-sizing:border-box;
      background-color:#6B4C2B;
      background-image:url("../images/t_icon_search_w.png"),url("../images/t_icon_search_w.png") ;  // aaa 仮画像
      background-repeat:no-repeat,no-repeat;
      background-size:20px 20px,20px 20px;
      background-position:left 40px center,right 10px center;
  
      a{
          color:#ffffff;
          width:100%;
          padding:10px 10px 10px 80px;
      }
  }
  */
  /* 特大号 */
  /* 特大号の特典マーク */
  .tokudai .tokuten_mark {
    background: url("../images/icon_boushin_mimashita.png") no-repeat !important;
    background-size: 68px 76px !important;
  }

  /* 特大号掲載マーク */
  .tokudai_dsp_mark {
    width: 210px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background-color: #C1272D;
    padding: 4px 0 2px 0;
    border-radius: 20px;
    border-radius: 20px;
    border-radius: 20px;
    margin: 10px;
  }

  /* 検索一覧上部のバナー */
  .catch_bnr.tokudai {
    background: url(../images/boushin-bana_02.png) no-repeat center center;
    height: 146px;
  }

  /* 特大号 店舗詳細の上部の肌色の帯 */
  #shopdetail.tokudai {
    /* 特大号 店舗詳細のタイトル */
    /* 特大号 店舗詳細の特典欄*/
    /* 特大号 店舗詳細の特徴欄 */
  }
  #shopdetail.tokudai .tokusyu {
    background-color: transparent;
  }
  #shopdetail.tokudai .title {
    background-color: #C1272D;
  }
  #shopdetail.tokudai .tokuten_coupon {
    background-color: #519C47;
    background: #519C47 url(../images/boushin_data_mimashita_tit.png) no-repeat 28px 26px;
    background-size: 294px auto;
  }
  #shopdetail.tokudai .tokuten_coupon .kigen {
    margin-left: 310px;
  }
  #shopdetail.tokudai .char_frame {
    margin-bottom: 20px;
    overflow: hidden;
  }
  #shopdetail.tokudai .char_item {
    box-sizing: border-box;
    height: 32px;
    width: auto;
    padding: 6px 10px;
    background-color: #e2e2e2;
    color: #aaa;
    float: left;
    margin-left: 12px;
    margin-top: 12px;
    font-size: 14px;
  }
  #shopdetail.tokudai .char_item.char_sel {
    background-color: #C76F64;
    color: #fff;
  }

  /* 通常店舗詳細の忘年会ページへのバナー */
  #shopdetail .boushin_fukidasi {
    float: left;
    margin: 0 20px 0 0;
    width: 326px;
    height: 85px;
    background: url(../images/boushin-bana_01.png) no-repeat;
    background-size: contain;
  }

  #shopdetail .bnr_boushin {
    float: left;
    width: 300px;
    height: 85px;
    background: url(../images/boushin/boushin-t_06.png) no-repeat;
    background-size: contain;
  }
  #shopdetail .bnr_boushin a {
    width: 100%;
    height: 100%;
  }

  /* 店舗一覧 */
  /* 特集ページ */
  #shoplist,
  #tokusyu {
    /* --- ヘッダー（20190719 add） --- */
  }
  #shoplist .hd_tokuten .back_orange,
  #tokusyu .hd_tokuten .back_orange {
    background-color: #D25A2C;
    padding: 10px 30px;
  }
  #shoplist .hd_tokuten p,
  #tokusyu .hd_tokuten p {
    margin: 10px 0;
  }
  #shoplist .hd_tokuten ol,
  #tokusyu .hd_tokuten ol {
    list-style-type: decimal;
    font-size: 16px;
    margin-left: 30px;
    margin-bottom: 20px;
  }
  #shoplist .search_condition,
  #tokusyu .search_condition {
    padding: 4px 8px;
    box-sizing: border-box;
    background-color: #FCF4E3;
    width: 100%;
    display: inline-block;
    font-size: 13px;
  }
  #shoplist .search_condition .block,
  #tokusyu .search_condition .block {
    float: left;
    width: calc(100% - 70px);
  }
  #shoplist .search_condition .block .title,
  #tokusyu .search_condition .block .title {
    color: #EF5925;
  }
  #shoplist .search_condition .block .terms,
  #tokusyu .search_condition .block .terms {
    margin-top: 4px;
    margin-left: 20px;
  }
  #shoplist .search_condition .btn_other_search,
  #tokusyu .search_condition .btn_other_search {
    float: right;
    width: 66px;
    text-align: center;
  }
  #shoplist .search_condition .other_search,
  #tokusyu .search_condition .other_search {
    display: none;
    display: block;
  }
  #shoplist .search_condition .other_search .other_title,
  #tokusyu .search_condition .other_search .other_title {
    clear: both;
    float: none;
    color: #EF5925;
    text-align: center;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
  }
  #shoplist .search_condition .other_search .other_title:after,
  #tokusyu .search_condition .other_search .other_title:after {
    content: "";
    width: 28px;
    height: 28px;
    background: url("../images/t_icon_hous.png") no-repeat;
    background-size: 28px 28px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 10px;
  }
  #shoplist .search_condition .other_search .other_title:before,
  #tokusyu .search_condition .other_search .other_title:before {
    content: "";
    width: 28px;
    height: 28px;
    background: url("../images/t_icon_search_y.png") no-repeat;
    background-size: 28px 28px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 0 0;
  }
  #shoplist .pager,
  #tokusyu .pager {
    text-align: center;
    margin: 10px auto;
    width: 100%;
    display: inline-block;
  }
  #shoplist .pager .hit,
  #tokusyu .pager .hit {
    float: left;
    width: 200px;
    text-align: left;
    margin: 10px 0 0 10px;
  }
  #shoplist .pager .hit span,
  #tokusyu .pager .hit span {
    font-weight: bold;
  }
  #shoplist .pager .page_block,
  #tokusyu .pager .page_block {
    float: left;
  }
  #shoplist .pager .page,
  #tokusyu .pager .page {
    float: left;
  }
  #shoplist .pager .page div,
  #tokusyu .pager .page div {
    margin: 3px;
    border: 1px solid #aaa;
    padding: 6px 12px;
    box-sizing: border-box;
  }
  #shoplist .pager .page.current div,
  #tokusyu .pager .page.current div {
    font-weight: bold;
  }
  #shoplist .pager .prev_next,
  #tokusyu .pager .prev_next {
    float: left;
    padding: 8px;
    box-sizing: border-box;
  }
  #shoplist .shop_block,
  #tokusyu .shop_block {
    border: 2px solid #A47B52;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
    /*
            .tel{
                .waku{
                    width:200px;
                    margin:0 auto;
                    text-align:left;
    
                    img{
                        float:left;
                        margin-right:10px;
                    }
                }
                .no{
                    font-size:15px;
                    letter-spacing:0;
                }
            }
    */
    /*
            .detail a{
                background:#F7E0DF url("../images/l_go_data.png") no-repeat;
                background-size:21px 37px;
                background-position:right 10px center;
                line-height:52px;
            }
    */
  }
  #shoplist .shop_block .tokuten_mark,
  #tokusyu .shop_block .tokuten_mark {
    background: url("../images/icon_mimashita.png") no-repeat;
    background-size: 104px 116px;
    background-size: 72px 81px;
    background-size: 62px 69px;
    width: 62px;
    height: 69px;
    position: absolute;
    top: -9px;
    right: 6px;
  }
  #shoplist .shop_block .this_month,
  #tokusyu .shop_block .this_month {
    width: 130px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background-color: #EC1F77;
    padding: 4px 0 2px 0;
    border-radius: 20px;
    border-radius: 20px;
    border-radius: 20px;
    margin: 10px;
  }
  #shoplist .shop_block .shop,
  #tokusyu .shop_block .shop {
    margin: 0 10px 0 10px;
    display: inline-block;
    box-sizing: border-box;
  }
  #shoplist .shop_block .shop .photo_frame,
  #tokusyu .shop_block .shop .photo_frame {
    float: left;
    width: 210px;
    height: 160px;
    overflow: hidden;
  }
  #shoplist .shop_block .shop .photo_frame img,
  #tokusyu .shop_block .shop .photo_frame img {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #shoplist .shop_block .shop .name,
  #tokusyu .shop_block .shop .name {
    float: left;
    width: calc(100% - 240px);
    margin: 0 0 10px 20px;
  }
  #shoplist .shop_block .shop .name div:nth-of-type(1),
  #tokusyu .shop_block .shop .name div:nth-of-type(1) {
    font-size: 11px;
  }
  #shoplist .shop_block .shop .name div:nth-of-type(2),
  #tokusyu .shop_block .shop .name div:nth-of-type(2) {
    font-size: 18px;
    font-weight: bold;
  }
  #shoplist .shop_block .shop .info,
  #tokusyu .shop_block .shop .info {
    float: left;
    width: calc(100% - 240px);
    margin: 2px 2px 2px 20px;
    padding: 4px 4px 0 0;
    box-sizing: border-box;
    border-top: 1px dashed #A47B52;
    font-size: 13px;
  }
  #shoplist .shop_block .shop .info div,
  #tokusyu .shop_block .shop .info div {
    padding-left: 46px;
    line-height: 34px;
    line-height: 28px;
    line-height: 19px;
    padding: 4px 0 4px 46px;
  }
  #shoplist .shop_block .shop .info div:nth-of-type(1),
  #tokusyu .shop_block .shop .info div:nth-of-type(1) {
    background: url("../images/l_address.png") no-repeat;
    background-size: 29px 30px;
    background-size: 22px 22px;
    background-position: left 12px top 6px;
    background-position: left 12px top 2px;
  }
  #shoplist .shop_block .shop .info div:nth-of-type(2),
  #tokusyu .shop_block .shop .info div:nth-of-type(2) {
    background: url("../images/l_time.png") no-repeat;
    background-size: 27px 26px;
    background-size: 22px 22px;
    background-position: left 12px top 6px;
    background-position: left 12px top 2px;
  }
  #shoplist .shop_block .shop .info div:nth-of-type(3),
  #tokusyu .shop_block .shop .info div:nth-of-type(3) {
    background: url("../images/l_off.png") no-repeat;
    background-size: 26px 26px;
    background-size: 22px 22px;
    background-position: left 12px top 6px;
    background-position: left 12px top 2px;
  }
  #shoplist .shop_block .tokuten,
  #tokusyu .shop_block .tokuten {
    clear: both;
    float: none;
    background: #FDF9CE url("../images/l_tokuten.png") no-repeat;
    background-size: 110px 49px;
    background-size: 88px 39px;
    background-position: left 8px center;
    height: 100%;
    min-height: 60px;
    margin: 2px;
    padding: 6px;
    box-sizing: border-box;
    margin: 10px 10px 0 10px;
  }
  #shoplist .shop_block .tokuten div, #shoplist .shop_block .tokuten p,
  #tokusyu .shop_block .tokuten div,
  #tokusyu .shop_block .tokuten p {
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 130%;
  }
  #shoplist .shop_block .tokuten .kigen,
  #tokusyu .shop_block .tokuten .kigen {
    font-weight: bold;
    margin-top: 4px;
  }
  #shoplist .shop_block .tel,
  #tokusyu .shop_block .tel {
    clear: both;
    float: none;
    margin: 2px;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 10px 0 10px 10px;
    width: 332px;
    float: left;
  }
  #shoplist .shop_block .tel a,
  #tokusyu .shop_block .tel a {
    background: #F6C3C3 url("../images/l_go_data.png") no-repeat;
    background-size: 21px 37px;
    background-position: right 14px center;
    width: 100%;
    min-height: 68px;
    padding: 8px 0;
    box-sizing: border-box;
    text-align: center;
    color: #5E3713;
    font-size: 20px;
    background-size: 15px 26px;
    min-height: 50px;
    font-size: 15px;
  }
  #shoplist .shop_block .tel .waku,
  #tokusyu .shop_block .tel .waku {
    width: 200px;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    margin: 0 10%;
  }
  #shoplist .shop_block .tel .waku div,
  #tokusyu .shop_block .tel .waku div {
    float: left;
    margin-right: 10px;
    margin-top: 7px;
    letter-spacing: 0;
  }
  #shoplist .shop_block .tel .waku img,
  #tokusyu .shop_block .tel .waku img {
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    width: 36px;
    height: 36px;
  }
  #shoplist .shop_block .tel .no,
  #tokusyu .shop_block .tel .no {
    font-size: 15px;
    letter-spacing: 0;
  }
  #shoplist .shop_block .detail,
  #tokusyu .shop_block .detail {
    margin: 2px;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 10px 0 10px 10px;
    width: 332px;
    float: left;
    /*
                margin:2px;
                box-sizing:border-box;
                font-weight:bold;
                letter-spacing:3px;
    
                a{
                    background:#F6C3C3 url("../images/l_go_data.png") no-repeat;
                    background-size:21px 37px;
                    background-position:right 20px center;
                    width:100%;
                    min-height:68px;
                    padding:8px 0;
                    box-sizing:border-box;
                    text-align:center;
                    color:#5E3713;
                    font-size:20px;
                }
    */
  }
  #shoplist .shop_block .detail a,
  #tokusyu .shop_block .detail a {
    background: #F7E0DF url("../images/l_go_data.png") no-repeat;
    background-size: 21px 37px;
    background-position: right 14px center;
    width: 100%;
    min-height: 68px;
    padding: 8px 0;
    box-sizing: border-box;
    text-align: center;
    color: #5E3713;
    font-size: 20px;
    background-size: 15px 26px;
    min-height: 50px;
    font-size: 15px;
  }
  #shoplist .shop_block .detail a,
  #tokusyu .shop_block .detail a {
    line-height: 52px;
    line-height: 36px;
  }

  /* -------------------------------------------------- */
  /* 店舗詳細 */
  #shopdetail {
    /* 6/13：commonへ移動
        // 戻る
        a.ret{
            display:block;
    
            div{
                text-align:right;
                margin-right:10px;
                font-size:16px;
            }
            div:before{
                content:"<< ";
            }
        }
    */
  }
  #shopdetail p {
    margin: 0;
  }
  #shopdetail .subname {
    font-size: 13px;
  }
  #shopdetail .name {
    font-size: 20px;
    font-weight: bold;
  }
  #shopdetail .tel_yoyaku {
    margin: 2px;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 10px 0 10px 10px;
    width: 332px;
    float: left;
    margin: 16px 0;
  }
  #shopdetail .tel_yoyaku a {
    background: #F6C3C3 url("../images/l_go_data.png") no-repeat;
    background-size: 21px 37px;
    background-position: right 14px center;
    width: 100%;
    min-height: 68px;
    padding: 8px 0;
    box-sizing: border-box;
    text-align: center;
    color: #5E3713;
    font-size: 20px;
    background-size: 15px 26px;
    min-height: 50px;
    font-size: 15px;
  }
  #shopdetail .tel_yoyaku .waku {
    width: 200px;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    margin: 0 10%;
  }
  #shopdetail .tel_yoyaku .waku div {
    float: left;
    margin-right: 10px;
    margin-top: 7px;
    letter-spacing: 0;
  }
  #shopdetail .tel_yoyaku .waku img {
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    width: 36px;
    height: 36px;
  }
  #shopdetail .tel_yoyaku .no {
    font-size: 15px;
    letter-spacing: 0;
  }
  #shopdetail .tokusyu {
    position: relative;
    margin-top: 20px;
    background-color: #FCF4E3;
    width: 100%;
    padding: 20px 0 6px 10px;
    box-sizing: border-box;
    margin-bottom: 14px;
  }
  #shopdetail .tokusyu .tokuten_mark {
    background: url("../images/icon_mimashita.png") no-repeat;
    background-size: 104px 116px;
    background-size: 72px 81px;
    background-size: 62px 69px;
    width: 62px;
    height: 69px;
    position: absolute;
    top: -7px;
    right: 20px;
  }
  #shopdetail .tokusyu .this_month {
    width: 130px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background-color: #EC1F77;
    padding: 4px 0 2px 0;
    border-radius: 20px;
    border-radius: 20px;
    border-radius: 20px;
    margin: 10px;
    margin: 0 0 4px 0;
    position: absolute;
    top: -14px;
    left: 6px;
  }
  #shopdetail .tokusyu .tokudai_dsp_mark {
    position: absolute;
    top: -14px;
    left: 6px;
  }
  #shopdetail .tokusyu p {
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    margin-left: 4px;
  }
  #shopdetail .image {
    clear: both;
    float: left;
    width: 290px;
    margin-right: 10px !important;
    margin-bottom: 20px !important;
  }
  #shopdetail .image img {
    width: 290px;
    height: auto;
  }
  #shopdetail .catch_copy {
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 10px 0 10px;
    width: calc(100% - 310px);
    box-sizing: border-box;
  }
  #shopdetail .catch_copy_sub {
    float: left;
    padding: 0 10px;
    width: calc(100% - 310px);
    box-sizing: border-box;
  }
  #shopdetail .title {
    clear: both;
    float: none;
    display: inline-block;
    width: 100%;
    background-color: #E67809;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 40px;
    margin-top: 20px;
    box-sizing: border-box;
    text-align: left;
    padding-left: 20px;
  }
  #shopdetail .menu {
    clear: both;
    float: none;
    width: 100%;
    background-color: #F8F1DE;
    padding: 10px;
    box-sizing: border-box;
  }
  #shopdetail .tokuten_coupon {
    clear: both;
    float: none;
    margin-top: 14px;
    background: #E3585C url("../images/data_mimashita_tit.png") no-repeat;
    background-size: 359px 58px;
    background-size: 180px 29px;
    background-position: center top 22px;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    border-radius: 10px;
    border-radius: 10px;
    background-position: left 32px top 22px;
    /* aaaa
            @if $type == pc{
                background-position:left 32px top 22px;
            }
    
            p{
                @if $type == pc{
                    margin-top:8px;
                    margin-left:10px;
                }
            }
    */
    /*
            background:#E3585C url("../images/data_mimashita_tit.png") no-repeat;
            background-size:359px 58px;
            background-size:180px 29px;
            background-position:center top 22px;
            color:#ffffff;
            padding:10px;
            @include border-radius(10px);
    
            .waku{
                border:2px solid #ffffff;
                padding:10px;
                @include border-radius(10px);
            }
    
            p{
                margin-top:36px;
                font-size:16px;
            }
    */
    /* aaaa
            .kigen{
                margin-top:10px;
                background-color:#ffffff;
                color:#E3585C;
                text-align:center;
                font-size:16px;
                font-weight:bold;
                padding:4px 0;
    
                @if $type == pc{
                    margin-top:2px;
                    margin-left: 210px;
                    display:inline-block;
                    padding:4px 20px;
                }
            }
    */
  }
  #shopdetail .tokuten_coupon .waku {
    border: 2px solid #ffffff;
    padding: 10px;
    border-radius: 10px;
    border-radius: 10px;
    border-radius: 10px;
  }
  #shopdetail .tokuten_coupon p {
    font-size: 16px;
    margin-top: 36px;
    margin-bottom: 0;
    margin-top: 8px;
    margin-left: 10px;
  }
  #shopdetail .tokuten_coupon .kigen {
    margin-top: 10px;
    background-color: #ffffff;
    color: #E3585C;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 0;
    margin-top: 2px;
    margin-left: 210px;
    display: inline-block;
    padding: 4px 20px;
  }
  #shopdetail .topics {
    padding: 10px;
  }
  #shopdetail .plan_bnr {
    padding: 10px;
    display: inline-block;
    width: 100%;
  }
  #shopdetail .plan_bnr .neko_fukidasi {
    float: left;
    margin: 0 20px 0 0;
    width: 326px;
    height: 85px;
    background: url("../images/shop_topics_bnr_title.gif") no-repeat;
    /* 6/13：仮画像 */
    background-size: contain;
  }
  #shopdetail .plan_bnr .bnr {
    float: left;
    width: 300px;
  }
  #shopdetail .plan_bnr .bnr a.catch_bnr {
    margin-bottom: 8px;
  }
  #shopdetail .plan_bnr .bnr a.catch_bnr div {
    max-width: 340px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #shopdetail .plan_bnr .bnr a.catch_bnr .hyoushi {
    background-image: url("../images/side_bnr_archives.png");
    width: 285px;
    height: 80px;
  }
  #shopdetail .plan_bnr .bnr a.catch_bnr .kuchikomi {
    background-image: url("../images/shop_topics_bnr_sample.gif");
    width: 270px;
    height: 73px;
  }
  #shopdetail .shop_data {
    padding: 2px 6px;
    font-size: 14px;
    /*
            .sub_title{
                color:#E67809;
                padding:8px 0 6px 14px;
                box-sizing:border-box;
    
                @if $type == pc{
                    clear:both;
                    float:left;
                    width:140px;
                    padding:8px 0 6px 14px;
                    border-bottom:1px solid #5E3713;
                }
            }
    
            .naiyou{
                border-bottom:1px solid #5E3713;
                padding:0 10px 2px 24px;
                box-sizing:border-box;
    
                @if $type == pc{
                    float:left;
                    width:calc(100% - 140px);
                    padding:8px 0 6px 0;
                }
            }
    
            .naiyou:last-child{
                @if $type == smt{
                    border:0;
                }
            }
    */
  }
  #shopdetail .shop_data table {
    width: 100%;
  }
  #shopdetail .shop_data table tr th {
    width: 140px;
    color: #E67809;
    padding: 8px 0 6px 14px;
    box-sizing: border-box;
    border-bottom: 1px solid #5E3713;
  }
  #shopdetail .shop_data table tr td {
    border-bottom: 1px solid #5E3713;
    padding: 8px 0 6px 0;
    box-sizing: border-box;
  }
  #shopdetail div.rireki {
    clear: both;
    float: none;
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
  }
  #shopdetail div.rireki ul li {
    margin-left: 12px;
  }

  /* -------------------------------------------------- */
  /* 特集ページ */
  /*
  #tokusyu{
  
      .catch_bnr{
          @include tmp_catch_bnr;
      }
  
      // 店舗枠
      .shop_block{
          border:2px solid #A47B52;
          width:100%;
          display:inline-block;
          box-sizing:border-box;
          position:relative;
          margin-bottom:10px;
  
          .tokuten_mark{
              @include tmp_tokuten_mark;
  
              background-size:104px 116px;
              background-size:41px 46px;
              width:41px;
              height:46px;
  
              position: absolute;
              top:-6px;
              right:4px;
          }
  
          .shop{
              .photo_frame{
                  float:left;
                  width:210px;
                  height:160px;
  
                  @if $type == smt{
                      width:130px;
                      height:100px;
                  }
  
                  img{
                      width: 100%;
                      height: auto;
                  }
              }
  
              //スライダーのナビゲーション
              .flex-control-nav{
                  bottom:-32px;
  
              }
  
              margin:10px 0 0 10px;
  
              img{
  //                float:left;
              }
  
              .name{
                  float:left;
  //                position:absolute;
  //                left:160px;
  
                  width:calc(100% - 240px);
                  margin:38px 10px 0 20px;
  
                  @if $type == smt{
                      left:160px;
                      width:calc(100% - 160px);
                      margin:38px 0 20px 10px;
                  }
  
                  div:nth-of-type(1){
                      font-size:11px;
                  }
                  div:nth-of-type(2){
                      font-size:18px;
                      font-weight:bold;
                  }
              }
          }
  
          // 「詳細を見る」リンク
          a.detail{
              clear:both;
              float:none;
              display:block;
  
              div{
                  float:right;
                  font-size:14px;
                  color:#5E3713;
                  margin:0 4px 2px 0;
              }
              div:after{
                  content:" ＞";
              }
          }
      }
  
  }
  */
  /* -------------------------------------------------- */
  /* 企画ページ */
  #plan .catch_bnr {
    text-align: center;
    margin-bottom: 20px;
  }
  #plan .catch_bnr img {
    width: 100%;
    height: auto;
  }
  #plan .catch_txt {
    font-size: 16px;
    margin: 0 10px;
  }
  #plan .number {
    font-size: 20px;
    font-weight: bold;
    color: #E67900;
    letter-spacing: 2px;
    margin: 30px 0 20px 10px;
  }
  #plan .block {
    clear: both;
    float: none;
    margin-bottom: 20px;
  }
  #plan .block .shop_name {
    background-color: #CC771F;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 4px 0 6px 100px;
    box-sizing: border-box;
    position: relative;
  }
  #plan .block .shop_name .mark {
    background: url("../images/t_icon_search_y.png") no-repeat;
    /* 仮画像 aaaaa */
    background-size: 50px 50px;
    width: 90px;
    height: 50px;
    position: absolute;
    top: -6px;
    left: 10px;
  }
  #plan .block .shop_name .sub {
    font-size: 13px;
    font-weight: normal;
  }
  #plan .block .image {
    clear: both;
    float: left;
    width: 290px;
    margin: 10px 20px 10px 0;
  }
  #plan .block .image img {
    width: 290px;
    height: auto;
  }
  #plan .block .image .image_txt {
    margin-top: 6px;
    font-size: 18px;
    font-weight: bold;
    width: 290px;
    text-align: center;
  }
  #plan .block .image .image_txt_sub {
    font-size: 14px;
    width: 290px;
    text-align: center;
  }
  #plan .block .addr {
    float: left;
    width: calc(100% - 310px);
    border: 1px solid #ccc;
    border-radius: 6px;
    border-radius: 6px;
    border-radius: 6px;
    color: #CC771F;
    padding: 4px 6px 2px 40px;
    box-sizing: border-box;
    margin: 8px auto;
  }
  #plan .block .catch_copy {
    float: left;
    width: calc(100% - 310px);
    font-size: 16px;
    margin: 10px 0;
    box-sizing: border-box;
  }
  #plan .block .tokuten_coupon {
    clear: both;
    float: none;
    margin-top: 14px;
    background: #E3585C url("../images/data_mimashita_tit.png") no-repeat;
    background-size: 359px 58px;
    background-size: 180px 29px;
    background-position: center top 22px;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    border-radius: 10px;
    border-radius: 10px;
    background-position: left 32px top 22px;
  }
  #plan .block .tokuten_coupon .waku {
    border: 2px solid #ffffff;
    padding: 10px;
    border-radius: 10px;
    border-radius: 10px;
    border-radius: 10px;
  }
  #plan .block .tokuten_coupon p {
    font-size: 16px;
    margin-top: 36px;
    margin-bottom: 0;
    margin-top: 8px;
    margin-left: 10px;
  }
  #plan .block .tokuten_coupon .kigen {
    margin-top: 10px;
    background-color: #ffffff;
    color: #E3585C;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 0;
    margin-top: 2px;
    margin-left: 210px;
    display: inline-block;
    padding: 4px 20px;
  }
  #plan .block .shop_info {
    clear: both;
    border: 1px solid #3C3C3C;
    border: 2px solid #888;
    margin: 10px 0;
    padding: 8px;
    box-sizing: border-box;
  }
  #plan .block .shop_info ul {
    list-style-image: url("../images/icon_list.gif");
    list-style-position: outside;
    margin-left: 22px;
  }

  /* -------------------------------------------------- */
  /* バックナンバー【企画／別年月別】 */
  #backnumber_plan .p_title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }
  #backnumber_plan .p_title:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url("../images/t_icon_search_y.png") no-repeat;
    /* 仮画像 aaaaa */
    background-size: 26px 26px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 0 0;
  }
  #backnumber_plan .date {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 10px 30px;
  }
  #backnumber_plan table {
    clear: both;
    float: none;
    border-collapse: separate;
    border-spacing: 20px 0px;
  }
  #backnumber_plan table td {
    width: 330px;
    border-bottom: 1px solid #333;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: top;
  }
  #backnumber_plan table td .tokusyu {
    background-color: #FE7A00;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 10px 0 10px;
    display: inline-block;
  }
  #backnumber_plan table td .title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
  }
  #backnumber_plan table td .shop {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  #backnumber_plan table td .shop div {
    float: left;
    margin-right: 2px;
  }
  #backnumber_plan table td.no_boder {
    border: 0;
  }
  #backnumber_plan a.year_bk {
    display: inline-block;
    width: 327px;
    margin: 10px;
    padding: 10px 0;
    box-sizing: border-box;
    background-color: #F6C3C3;
    color: #573B1C;
    text-align: center;
    letter-spacing: 1px;
    background: #F6C3C3 url("../images/l_go_data_dw.png") no-repeat;
    /* 仮画像 aaaaa*/
    background-size: 18px 10px;
    background-position: right 30px center;
  }

  /* -------------------------------------------------- */
  /* 全体バックナンバー【年月別】 */
  #allbacknumber_date .p_title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }
  #allbacknumber_date .p_title:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url("../images/t_icon_search_y.png") no-repeat;
    /* 仮画像 aaaaa */
    background-size: 26px 26px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 0 0;
  }
  #allbacknumber_date .y_block {
    float: left;
    width: 320px;
    margin: 20px 10px;
    text-align: center;
    letter-spacing: 1px;
    margin: 20px 0 10px 30px;
  }
  #allbacknumber_date .y_block .y_title {
    font-size: 20px;
    font-weight: bold;
    padding: 4px;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
  }
  #allbacknumber_date .y_block a.y_month {
    width: 100%;
    font-size: 16px;
    color: #FE7A00;
    line-height: 34px;
    border-bottom: 1px solid #000;
    background: url("../images/l_go_data.png") no-repeat;
    /* 仮画像 aaaaa*/
    background-size: 10px 18px;
    background-position: right 10px center;
  }

  /* -------------------------------------------------- */
  /* バックナンバー */
  #backnumber .top_bnr {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin-bottom: 30px;
  }
  #backnumber .p_title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }
  #backnumber .p_title:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url("../images/t_icon_search_y.png") no-repeat;
    /* 仮画像 aaaaa */
    background-size: 26px 26px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 0 0;
  }
  #backnumber table {
    clear: both;
    float: none;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #backnumber table td {
    padding: 10px 0;
    box-sizing: border-box;
    vertical-align: top;
  }
  #backnumber table td.month {
    width: 220px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    letter-spacing: 1px;
  }
  #backnumber table td.month div {
    border: 2px solid #e77900;
    border-radius: 6px;
    border-radius: 6px;
    border-radius: 6px;
    color: #e77900;
    text-align: center;
    padding: 6px 0;
  }
  #backnumber table td.month div:after {
    content: "";
    width: 14px;
    height: 18px;
    background: url("../images/icon_yaji.gif") no-repeat;
    /* 仮画像 aaaaa */
    background-size: 14px 16px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 8px;
  }
  #backnumber table td.shop {
    width: 480px;
    padding-left: 20px;
    font-size: 14px;
  }
  #backnumber table td.shop div {
    float: left;
    margin-right: 2px;
  }
  #backnumber a.year_bk {
    display: inline-block;
    width: 327px;
    margin: 10px;
    padding: 10px 0;
    box-sizing: border-box;
    background-color: #F6C3C3;
    color: #573B1C;
    text-align: center;
    letter-spacing: 1px;
    background: #F6C3C3 url("../images/l_go_data_dw.png") no-repeat;
    /* 仮画像 aaaaa*/
    background-size: 18px 10px;
    background-position: right 30px center;
  }
  #backnumber.hyoushi .top_bnr {
    background: url("../images/bnr_kutikomi_sample.gif") no-repeat;
    width: 100%;
    height: 195px;
  }

  /* トップ のmain_div */
  div#content_main {
    width: 700px;
    float: right;
    /* 今月号の月刊ならでわ！ */
    /* 編集部からのおすすめ情報 */
    /* ○月号掲載情報 */
  }
  div#content_main .monthly .title {
    width: 440px;
  }
  div#content_main .monthly .block {
    margin-top: 20px;
    display: inline-block;
  }
  div#content_main .monthly .block .pic {
    float: left;
    width: 84px;
    height: auto;
    margin-left: 4px;
    margin-right: 16px;
  }
  div#content_main .monthly .block .pic img {
    max-width: 84px;
    width: auto;
    height: auto;
  }
  div#content_main .monthly .block .txt {
    float: left;
    font-size: 14px;
    width: 326px;
  }
  div#content_main .monthly .block .txt .tommy {
    width: 60%;
    max-width: 290px;
    height: auto;
    float: right;
  }
  div#content_main .monthly .bnr_block {
    width: 228px;
    float: right;
  }
  div#content_main .monthly .bnr_block a > img {
    width: 185px;
    height: auto;
    margin-bottom: 12px;
  }
  div#content_main .monthly .btn {
    clear: both;
    float: none;
    max-width: 712px;
    width: 100%;
  }
  div#content_main .editor_info {
    margin-top: 20px;
  }
  div#content_main .editor_info .title {
    width: 260px;
    height: auto;
  }
  div#content_main .editor_info ul {
    margin: 8px 2px;
    font-size: 14px;
  }
  div#content_main .editor_info ul li {
    border-bottom: 1px dashed #333;
    padding: 10px 6px;
  }
  div#content_main .editor_info ul li:first-child {
    border-top: 1px dashed #333;
  }
  div#content_main .editor_info .more a,
  div#content_main .editor_info .more a:active,
  div#content_main .editor_info .more a:focus,
  div#content_main .editor_info .more a:visited,
  div#content_main .editor_info .more a:hover {
    color: #333;
  }
  div#content_main .editor_info .more {
    text-align: right;
    font-size: 20px;
    margin-right: 2px;
    margin-top: 10px;
  }
  div#content_main .editor_info .more a:after {
    content: " ";
    display: inline-block;
    margin: 0 10px 0 10px;
    width: 25px;
    height: 23px;
    vertical-align: middle;
    background-image: url("../images/l_go_more.png");
    background-repeat: no-repeat;
    background-size: 25px 23px;
  }
  div#content_main .month_publish {
    margin-top: 20px;
    width: 100%;
  }
  div#content_main .month_publish .title {
    height: 60px;
    line-height: 60px;
    background-color: #E67900;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    font-size: 28px;
    text-align: left;
    padding-left: 50px;
    box-sizing: border-box;
  }
  div#content_main .month_publish .title:before {
    content: " ";
    display: inline-block;
    margin: 0 14px 0 0;
    width: 45px;
    height: 30px;
    vertical-align: middle;
    background-image: url("../images/t_icon_book.png");
    background-repeat: no-repeat;
    background-size: 45px 30px;
  }
  div#content_main .month_publish .block {
    background-color: #FFF9BD;
    padding: 10px 0;
    /* 特集 */
    /* 連載中 */
    /* ○月号掲載店ジャンル別 */
  }
  div#content_main .month_publish .block img.titleimg {
    width: 98%;
    margin: 10px 1% 20px 1%;
    height: auto;
    max-width: 680px;
  }
  div#content_main .month_publish .block .publish_box {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  div#content_main .month_publish .block .publish_box a {
    color: #000;
  }
  div#content_main .month_publish .block .publish_box ul li {
    display: table;
    padding: 10px 0;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #aaa;
  }
  div#content_main .month_publish .block .publish_box .p_pic {
    height: auto;
    display: table-cell;
    max-width: 170px;
    width: 100%;
  }
  div#content_main .month_publish .block .publish_box .p_pic img {
    width: 100%;
  }
  div#content_main .month_publish .block .publish_box .p_info {
    display: table-cell;
    vertical-align: top;
    height: auto;
    padding-left: 10px;
    width: 476px;
  }
  div#content_main .month_publish .block .publish_box .p_info .p_title1 {
    font-size: 13px;
  }
  div#content_main .month_publish .block .publish_box .p_info .p_title2 {
    font-size: 20px;
    font-weight: bold;
  }
  div#content_main .month_publish .block .publish_box .p_info .p_link {
    font-size: 12px;
    margin-top: 10px;
  }
  div#content_main .month_publish .block .publish_box .p_info .p_link div {
    float: left;
    margin-right: 2px;
  }
  div#content_main .month_publish .block .publish_box .p_go_btn {
    display: table-cell;
    margin-left: 2%;
    width: 5%;
    background: #C8C9C9 url("../images/t_go_btn.png") no-repeat;
    background-size: 74%;
    background-position: center;
    display: none;
  }
  div#content_main .month_publish .block .rensai_bnr {
    display: inline-block;
  }
  div#content_main .month_publish .block .rensai_bnr a {
    float: left;
    height: auto;
    width: 27%;
    margin: 6px 3%;
  }
  div#content_main .month_publish .block .rensai_bnr a:nth-child(3n+1) {
    margin-left: 24px;
  }
  div#content_main .month_publish .block .rensai_bnr img {
    width: 100%;
    height: auto;
    max-width: 325px;
  }
  div#content_main .month_publish .block .rensai_bnr div {
    text-align: center;
  }
  div#content_main .month_publish .block .shop_type {
    margin-top: 20px;
  }
  div#content_main .month_publish .block .shop_type div:first-child {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: left;
    margin-left: 20px;
  }
  div#content_main .month_publish .block .shop_type .shop_type_btn {
    display: inline-block;
  }
  div#content_main .month_publish .block .shop_type .shop_type_btn a {
    float: left;
    height: auto;
    width: 15%;
    margin: 6px 1% 6px 0;
  }
  div#content_main .month_publish .block .shop_type .shop_type_btn a:first-child {
    margin-left: 20px;
  }
  div#content_main .month_publish .block .shop_type .shop_type_btn img {
    width: 100%;
    height: auto;
    max-width: 325px;
  }
  div#content_main .month_publish .to_month_publish {
    text-align: right;
    letter-spacing: 3px;
    margin: 20px 4px 0 0;
  }
  div#content_main .month_publish .to_month_publish a,
  div#content_main .month_publish .to_month_publish a:active,
  div#content_main .month_publish .to_month_publish a:focus,
  div#content_main .month_publish .to_month_publish a:visited,
  div#content_main .month_publish .to_month_publish a:hover {
    color: #333;
  }
  div#content_main .month_publish .to_month_publish:before {
    content: "▲";
  }

  /* ------------------------------------------- */
  /*  お店を探す*/
  /* ------------------------------------------- */
  #search_shop {
    margin-top: 20px;
    width: 100%;
  }
  #search_shop .title {
    height: 60px;
    line-height: 60px;
    background-color: #E67900;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    font-size: 28px;
  }
  #search_shop .title:before {
    content: " ";
    display: inline-block;
    margin: 0 14px 0 0;
    width: 34px;
    height: 34px;
    vertical-align: middle;
    background-image: url("../images/t_icon_search_w.png");
    background-repeat: no-repeat;
    background-size: 34px 34px;
  }
  #search_shop .title:after {
    content: " ";
    display: inline-block;
    margin: 0 0 0 14px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-image: url("../images/t_icon_hous.png");
    background-repeat: no-repeat;
    background-size: 30px 30px;
  }
  #search_shop .btn {
    display: inline-block;
    text-align: center;
  }
  #search_shop .btn a {
    float: left;
    margin: 20px 1.5% 0 1.5%;
    width: 30%;
    height: auto;
    max-width: 160px;
    max-height: auto;
  }
  #search_shop .btn img {
    width: 100%;
    height: 100%;
    height: auto;
  }
  #search_shop .btn div {
    margin-top: 6px;
    text-align: center;
    font-size: 11px;
  }
  #search_shop .block {
    margin-top: 20px;
    border: 3px solid #ECB201;
    background-color: #fff;
  }
  #search_shop .block .s_title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 12px 0 0 14px;
  }
  #search_shop .block .s_title:before {
    content: " ";
    display: inline-block;
    margin: 0 14px 0 0;
    width: 34px;
    height: 34px;
    vertical-align: middle;
    background-image: url("../images/t_icon_search_y.png");
    background-repeat: no-repeat;
    background-size: 34px 34px;
  }
  #search_shop .block .s_tokudai {
    clear: both;
    float: none;
    margin: 14px 0 2px 20px;
    font-size: 18px;
    font-weight: bold;
  }
  #search_shop .block .s_type {
    clear: both;
    float: none;
    margin: 14px 0 2px 1%;
  }
  #search_shop .block .s_type .s_type_title {
    float: left;
    margin-left: 2%;
    width: 25%;
    font-size: 12px;
    padding-top: 2px;
  }
  #search_shop .block .s_type select, #search_shop .block .s_type input {
    margin-left: 2%;
    width: 65%;
    height: 30px;
    box-sizing: border-box;
    font-size: 14px;
  }
  #search_shop .block .s_chk_big,
  #search_shop .block .s_chk {
    margin: 8px 0 10px 0px;
    font-size: 12px;
    float: right;
    width: 184px;
    margin-left: 2%;
    letter-spacing: 0.03em;
  }
  #search_shop .block .s_chk_big {
    font-size: 14px;
  }
  #search_shop .block .s_btn {
    margin: 16px 12%;
    width: 76%;
    line-height: 42px;
    background-color: #ECB201;
    border: 0;
    box-sizing: border-box;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 599px) {
  /*-------------------------------------------*/
  #container {
    width: 1000px;
    margin: 0 auto;
    width: 100%;
    display: inline-block;
  }

  #content {
    float: right;
    width: 700px;
    padding: 0px;
    position: relative;
  }

  /*-------------------------------------------*/
  /* パンくず */
  div#pankuzu {
    height: 30px;
    font-size: 12px;
    color: #888;
    text-indent: 320px;
    margin-top: 10px;
    text-indent: 0;
    width: 95%;
    margin: 10px auto 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  div#pankuzu a {
    display: inherit;
  }

  /*-------------------------------------------*/
  /* ヘッダー */
  /*-------------------------------------------*/
  #header {
    width: 100%;
    min-width: 100%;
    height: 60px;
    background-color: #E67900;
  }
  #header h1 {
    margin: 0;
    padding: 3px 60px 2px 0;
    text-align: center;
    color: #fff;
    font-size: 8px;
  }
  #header h2 {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  #header h2 img {
    max-width: 190px;
    max-height: 32px;
    width: auto;
    height: auto;
  }

  .hd_image {
    display: block;
    width: 1000px;
    margin: 10px auto;
  }
  .hd_image img {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    vertical-align: bottom;
  }

  .hd_image {
    display: none;
  }

  /* スマホ用メニューボタン */
  #smt-menu-btn {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    background-color: #EF5A24;
    box-sizing: border-box;
    display: block;
    width: 60px;
    height: 60px;
    top: 0px;
    right: 0;
    z-index: 4;
  }
  #smt-menu-btn .cap_menu {
    position: absolute;
    top: 38px;
    left: 12px;
    font-size: 13px;
    color: #fff;
  }

  #smt-menu-btn:before,
  #smt-menu-btn:after,
  #smt-menu-btn span {
    background: #fff;
    content: '';
    display: block;
    width: 38px;
    height: 6px;
    position: absolute;
    left: 6px;
    left: 11px;
  }

  #smt-menu-btn:before {
    top: 10px;
  }

  #smt-menu-btn span {
    top: 21px;
  }

  #smt-menu-btn:after {
    top: 32px;
  }

  /* スマホ用メニュー */
  .mm-menu {
    background: #fff !important;
  }
  .mm-menu .mm-listview {
    border-color: #cccccc !important;
    color: #000000 !important;
    margin-top: 10px !important;
  }

  .mm-navbar {
    background: url(images/sftop_logo.gif) no-repeat !important;
    background-size: 260px 70px !important;
    background-size: 240px 64px !important;
    height: 70px;
    height: 64px;
    background-position: 10px center !important;
    border-color: #999 !important;
  }

  #mmenu-side .menu-item a {
    background: url(images/sftop_yaji_menu.gif) no-repeat !important;
    background-size: 22px 22px !important;
    background-position: right 20px center !important;
    margin-left: 6px;
  }

  /* ヘッダーメニュー非表示 */
  nav#mainNav {
    display: none;
  }

  /*-------------------------------------------*/
  /* サイドバー */
  /*-------------------------------------------*/
  #sidebar {
    float: left;
    width: 270px;
    margin-bottom: 30px;
  }
  #sidebar a {
    display: block;
  }
  #sidebar .menu {
    width: 100%;
    height: 100%;
    height: auto;
    margin-top: 16px;
  }
  #sidebar .menu ul li {
    display: block;
    border: 0;
    border-bottom: 1px solid #000;
    margin: 0;
    line-height: 40px;
    text-align: center;
    letter-spacing: 2px;
  }
  #sidebar .menu ul li a {
    color: #5F3813;
    font-size: 14px;
    font-weight: bold;
  }
  #sidebar .menu ul li:first-child {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  #sidebar .side_bnr {
    margin-top: 14px;
  }
  #sidebar .side_bnr .title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
  #sidebar .side_bnr img {
    width: 100%;
    height: 100%;
    height: auto;
    max-width: 270px;
    text-align: center;
  }
  #sidebar .link {
    margin: 20px 0;
    text-align: right;
  }
  #sidebar .link a {
    display: inline-block;
  }
  #sidebar .link img {
    width: 50px;
    height: 50px;
    vertical-align: bottom;
  }

  /*-------------------------------------------*/
  /* フッター */
  /*-------------------------------------------*/
  div#footer {
    clear: both;
    width: 100%;
    background-color: #dcdcdc;
    background-color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    padding-top: 40px;
  }
  div#footer .search_block {
    width: 95%;
    margin: 0 auto 30px auto;
  }
  div#footer .menu {
    width: 1000px;
    height: 62px;
    margin: 0 auto;
    color: #3d3c3c;
    color: #5F3813;
    text-align: center;
  }
  div#footer .menu ul li {
    display: inline-block;
    border-left: 1px solid #9c9c9c;
    margin-top: 20px;
    padding: 0 4px 0 6px;
  }
  div#footer .menu ul li:first-child {
    border: 0;
  }
  div#footer .menu a {
    display: block;
    color: #3d3c3c;
  }
  div#footer .link {
    margin: 0 0 10px 14px;
  }
  div#footer .link img {
    width: 50px;
    height: 50px;
  }
  div#footer .menu {
    width: 100%;
    height: auto;
  }
  div#footer .menu ul li {
    display: block;
    border: 0;
    border-bottom: 1px solid #000;
    margin: 0;
    line-height: 40px;
    background-image: url("../images/l_go_data.png");
    background-repeat: no-repeat;
    background-size: 9px 18px;
    background-position: right 10px center;
  }
  div#footer .menu ul li:first-child {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  div#footer .menu2 {
    font-size: 13px;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    text-align: center;
  }
  div#footer .menu2 ul li {
    display: inline-block;
    padding: 0 8px;
    line-height: 50px;
  }
  div#footer .menu2 ul li:first-child {
    border: 0;
  }
  div#footer .menu2 a {
    text-decoration: underline;
  }
  div#footer .url {
    color: #E67900;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-top: 14px;
  }
  div#footer .campany {
    font-size: 12px;
    background-color: #E67900;
    color: #fff;
    padding: 6px 0;
    text-align: center;
    line-height: 20px;
  }
  div#footer #copyright {
    background-color: #997d7c;
    height: 36px;
  }
  div#footer #copyright div {
    width: 1000px;
    margin: 0 auto;
    line-height: 36px;
    text-align: center;
    color: #fff;
  }

  /*-------------------------------------------*/
  /* ページ上部へ戻るボタン */
  p#topbutton {
    position: fixed !important;
    position: absolute;
    bottom: -16px;
    right: 0px;
    /* ▼最初は非表示にしておく */
    display: none;
    z-index: 9999;
  }

  /*-------------------------------------------*/
  /* 共通 */
  /*-------------------------------------------*/
  /* バックナンバーリンク （企画ページで使用）*/
  a.backnumber {
    clear: both;
    float: none;
    display: block;
    margin: 0 auto;
    width: 450px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
  }
  a.backnumber div {
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: #6B4C2B;
    margin: 20px auto;
    display: inline-block;
  }
}
@media only screen and (max-width: 599px) and (max-width: 599px) {
  a.backnumber {
    width: 94%;
    font-size: 12px;
    letter-spacing: 0;
  }
  a.backnumber div {
    padding: 10px;
  }
}
@media only screen and (max-width: 599px) {
  a.backnumber div:before {
    content: "■";
    margin-right: 10px;
    /*
            content:"";
            width:28px;
            height:28px;
            background:url("../images/t_icon_search_y.png") no-repeat;
            background-size:28px 28px;
            vertical-align:middle;
            display:inline-block;
            margin:0 10px 0 0;
    */
  }
  a.backnumber div:after {
    content: "＞";
    margin-left: 10px;
    /*
            content:"";
            width:28px;
            height:28px;
            background:url("../images/t_icon_search_y.png") no-repeat;
            background-size:28px 28px;
            vertical-align:middle;
            display:inline-block;
            margin:0 0 0 10px;
    */
  }

  /*-------------------------------------------*/
  /* 戻るリンク */
  a.ret {
    display: block;
    margin: 10px 0;
  }
  a.ret div {
    text-align: right;
    margin-right: 10px;
    font-size: 16px;
  }
  a.ret div:before {
    content: "<< ";
  }

  /* 共通：ページナビ */
  #pagenav {
    clear: both;
    float: none;
    margin-top: 20px;
    width: 100%;
    display: inline-block;
  }
  #pagenav .prev {
    float: left;
    padding-left: 20px;
    background: url("../images/l_go_paging.png") no-repeat;
    /* aaaa 仮画像 */
    background-position: left center;
    background-size: auto 22px;
  }
  #pagenav .next {
    float: right;
    padding-right: 20px;
    background: url("../images/l_go_paging.png") no-repeat;
    background-position: right center;
    background-size: auto 22px;
  }

  /* 共通：バックナンバー */
  /* del
  #backnumber{
      clear:both;
      float:none;
      margin-top:20px;
      width:100%;
      color:#ffffff;
      letter-spacing:1px;
      box-sizing:border-box;
      background-color:#6B4C2B;
      background-image:url("../images/t_icon_search_w.png"),url("../images/t_icon_search_w.png") ;  // aaa 仮画像
      background-repeat:no-repeat,no-repeat;
      background-size:20px 20px,20px 20px;
      background-position:left 40px center,right 10px center;
  
      a{
          color:#ffffff;
          width:100%;
          padding:10px 10px 10px 80px;
      }
  }
  */
  /* 特大号 */
  /* 特大号の特典マーク */
  .tokudai .tokuten_mark {
    background: url("../images/icon_boushin_mimashita.png") no-repeat !important;
    background-size: 68px 76px !important;
  }

  /* 特大号掲載マーク */
  .tokudai_dsp_mark {
    width: 210px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background-color: #C1272D;
    padding: 4px 0 2px 0;
    border-radius: 20px;
    border-radius: 20px;
    border-radius: 20px;
    margin: 10px;
  }

  /* 検索一覧上部のバナー */
  .catch_bnr.tokudai {
    background: url(../images/boushin-bana_02.png) no-repeat center center;
    height: 146px;
  }

  /* 特大号 店舗詳細の上部の肌色の帯 */
  #shopdetail.tokudai {
    /* 特大号 店舗詳細のタイトル */
    /* 特大号 店舗詳細の特典欄*/
    /* 特大号 店舗詳細の特徴欄 */
  }
  #shopdetail.tokudai .tokusyu {
    background-color: transparent;
    min-height: 50px;
  }
  #shopdetail.tokudai .title {
    background-color: #C1272D;
  }
  #shopdetail.tokudai .tokuten_coupon {
    background-color: #519C47;
    background: #519C47 url(../images/boushin_data_mimashita_tit.png) no-repeat 28px 26px;
    background-size: 294px auto;
    background-size: 230px auto;
  }
  #shopdetail.tokudai .char_frame {
    margin-bottom: 20px;
    overflow: hidden;
  }
  #shopdetail.tokudai .char_item {
    box-sizing: border-box;
    height: 32px;
    width: auto;
    padding: 6px 10px;
    background-color: #e2e2e2;
    color: #aaa;
    float: left;
    margin-left: 12px;
    margin-top: 12px;
    font-size: 14px;
  }
  #shopdetail.tokudai .char_item.char_sel {
    background-color: #C76F64;
    color: #fff;
  }

  /* 通常店舗詳細の忘年会ページへのバナー */
  #shopdetail .boushin_fukidasi {
    float: left;
    margin: 0 20px 0 0;
    width: 326px;
    height: 85px;
    background: url(../images/boushin-bana_01.png) no-repeat;
    background-size: contain;
    clear: both;
    float: none;
    width: 95%;
    background-position: center center;
  }

  #shopdetail .bnr_boushin {
    float: left;
    width: 300px;
    height: 85px;
    background: url(../images/boushin/boushin-t_06.png) no-repeat;
    background-size: contain;
    clear: both;
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 6px;
    background-position: center center;
  }
  #shopdetail .bnr_boushin a {
    width: 100%;
    height: 100%;
  }

  /* 店舗一覧 */
  /* 特集ページ */
  #shoplist,
  #tokusyu {
    /* --- ヘッダー（20190719 add） --- */
  }
  #shoplist .hd_tokuten .back_orange,
  #tokusyu .hd_tokuten .back_orange {
    background-color: #D25A2C;
    padding: 10px 30px;
  }
  #shoplist .hd_tokuten p,
  #tokusyu .hd_tokuten p {
    margin: 10px 0;
  }
  #shoplist .hd_tokuten ol,
  #tokusyu .hd_tokuten ol {
    list-style-type: decimal;
    font-size: 16px;
    margin-left: 30px;
    margin-bottom: 20px;
  }
  #shoplist .search_condition,
  #tokusyu .search_condition {
    padding: 4px 8px;
    box-sizing: border-box;
    background-color: #FCF4E3;
    width: 100%;
    display: inline-block;
    font-size: 13px;
  }
  #shoplist .search_condition .block,
  #tokusyu .search_condition .block {
    float: left;
    width: calc(100% - 70px);
  }
  #shoplist .search_condition .block .title,
  #tokusyu .search_condition .block .title {
    color: #EF5925;
  }
  #shoplist .search_condition .block .terms,
  #tokusyu .search_condition .block .terms {
    margin-top: 4px;
    margin-left: 20px;
  }
  #shoplist .search_condition .btn_other_search,
  #tokusyu .search_condition .btn_other_search {
    float: right;
    width: 66px;
    text-align: center;
  }
  #shoplist .search_condition .other_search,
  #tokusyu .search_condition .other_search {
    display: none;
    display: block;
  }
  #shoplist .search_condition .other_search .other_title,
  #tokusyu .search_condition .other_search .other_title {
    clear: both;
    float: none;
    color: #EF5925;
    text-align: center;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
  }
  #shoplist .search_condition .other_search .other_title:after,
  #tokusyu .search_condition .other_search .other_title:after {
    content: "";
    width: 28px;
    height: 28px;
    background: url("../images/t_icon_hous.png") no-repeat;
    background-size: 28px 28px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 10px;
  }
  #shoplist .search_condition .other_search .other_title:before,
  #tokusyu .search_condition .other_search .other_title:before {
    content: "";
    width: 28px;
    height: 28px;
    background: url("../images/t_icon_search_y.png") no-repeat;
    background-size: 28px 28px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 0 0;
  }
  #shoplist .pager,
  #tokusyu .pager {
    text-align: center;
    margin: 10px auto;
    width: 100%;
    display: inline-block;
  }
  #shoplist .pager .hit,
  #tokusyu .pager .hit {
    float: left;
    width: 200px;
    text-align: left;
    margin: 10px 0 0 10px;
    claer: both;
    float: none;
    width: 100%;
    margin: 0 auto 4px auto;
    text-align: center;
  }
  #shoplist .pager .hit span,
  #tokusyu .pager .hit span {
    font-weight: bold;
  }
  #shoplist .pager .page_block,
  #tokusyu .pager .page_block {
    float: left;
    clear: both;
    float: none;
    display: inherit;
    margin: 0 auto;
  }
  #shoplist .pager .page,
  #tokusyu .pager .page {
    float: left;
  }
  #shoplist .pager .page div,
  #tokusyu .pager .page div {
    margin: 3px;
    border: 1px solid #aaa;
    padding: 6px 12px;
    box-sizing: border-box;
  }
  #shoplist .pager .page.current div,
  #tokusyu .pager .page.current div {
    font-weight: bold;
  }
  #shoplist .pager .prev_next,
  #tokusyu .pager .prev_next {
    float: left;
    padding: 8px;
    box-sizing: border-box;
  }
  #shoplist .shop_block,
  #tokusyu .shop_block {
    border: 2px solid #A47B52;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
    /*
            .tel{
                .waku{
                    width:200px;
                    margin:0 auto;
                    text-align:left;
    
                    img{
                        float:left;
                        margin-right:10px;
                    }
                }
                .no{
                    font-size:15px;
                    letter-spacing:0;
                }
            }
    */
    /*
            .detail a{
                background:#F7E0DF url("../images/l_go_data.png") no-repeat;
                background-size:21px 37px;
                background-position:right 10px center;
                line-height:52px;
            }
    */
  }
  #shoplist .shop_block .tokuten_mark,
  #tokusyu .shop_block .tokuten_mark {
    background: url("../images/icon_mimashita.png") no-repeat;
    background-size: 104px 116px;
    background-size: 72px 81px;
    background-size: 62px 69px;
    width: 62px;
    height: 69px;
    position: absolute;
    top: -9px;
    right: 6px;
  }
  #shoplist .shop_block .this_month,
  #tokusyu .shop_block .this_month {
    width: 130px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background-color: #EC1F77;
    padding: 4px 0 2px 0;
    border-radius: 20px;
    border-radius: 20px;
    border-radius: 20px;
    margin: 10px;
  }
  #shoplist .shop_block .shop,
  #tokusyu .shop_block .shop {
    margin: 0 10px 0 10px;
    display: inline-block;
    box-sizing: border-box;
  }
  #shoplist .shop_block .shop .photo_frame,
  #tokusyu .shop_block .shop .photo_frame {
    float: left;
    width: 210px;
    height: 160px;
    overflow: hidden;
    width: 130px;
    height: 100px;
  }
  #shoplist .shop_block .shop .photo_frame img,
  #tokusyu .shop_block .shop .photo_frame img {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #shoplist .shop_block .shop .name,
  #tokusyu .shop_block .shop .name {
    float: left;
    width: calc(100% - 240px);
    margin: 0 0 10px 20px;
    left: 160px;
    width: calc(100% - 160px);
    margin: 16px 0 16px 10px;
  }
  #shoplist .shop_block .shop .name div:nth-of-type(1),
  #tokusyu .shop_block .shop .name div:nth-of-type(1) {
    font-size: 11px;
  }
  #shoplist .shop_block .shop .name div:nth-of-type(2),
  #tokusyu .shop_block .shop .name div:nth-of-type(2) {
    font-size: 18px;
    font-weight: bold;
  }
  #shoplist .shop_block .shop .info,
  #tokusyu .shop_block .shop .info {
    float: left;
    width: calc(100% - 240px);
    margin: 2px 2px 2px 20px;
    clear: both;
    float: none;
    display: inline-block;
    width: 100%;
    margin-left: 2px;
    margin-top: 10px;
    padding: 4px 4px 0 0;
    box-sizing: border-box;
    border-top: 1px dashed #A47B52;
    font-size: 13px;
  }
  #shoplist .shop_block .shop .info div,
  #tokusyu .shop_block .shop .info div {
    padding-left: 46px;
    line-height: 34px;
    line-height: 28px;
    line-height: 19px;
    padding: 4px 0 4px 46px;
  }
  #shoplist .shop_block .shop .info div:nth-of-type(1),
  #tokusyu .shop_block .shop .info div:nth-of-type(1) {
    background: url("../images/l_address.png") no-repeat;
    background-size: 29px 30px;
    background-size: 22px 22px;
    background-position: left 12px top 6px;
    background-position: left 12px top 2px;
  }
  #shoplist .shop_block .shop .info div:nth-of-type(2),
  #tokusyu .shop_block .shop .info div:nth-of-type(2) {
    background: url("../images/l_time.png") no-repeat;
    background-size: 27px 26px;
    background-size: 22px 22px;
    background-position: left 12px top 6px;
    background-position: left 12px top 2px;
  }
  #shoplist .shop_block .shop .info div:nth-of-type(3),
  #tokusyu .shop_block .shop .info div:nth-of-type(3) {
    background: url("../images/l_off.png") no-repeat;
    background-size: 26px 26px;
    background-size: 22px 22px;
    background-position: left 12px top 6px;
    background-position: left 12px top 2px;
  }
  #shoplist .shop_block .tokuten,
  #tokusyu .shop_block .tokuten {
    clear: both;
    float: none;
    background: #FDF9CE url("../images/l_tokuten.png") no-repeat;
    background-size: 110px 49px;
    background-size: 88px 39px;
    background-position: left 8px center;
    height: 100%;
    min-height: 60px;
    margin: 2px;
    padding: 6px;
    box-sizing: border-box;
  }
  #shoplist .shop_block .tokuten div, #shoplist .shop_block .tokuten p,
  #tokusyu .shop_block .tokuten div,
  #tokusyu .shop_block .tokuten p {
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 130%;
  }
  #shoplist .shop_block .tokuten .kigen,
  #tokusyu .shop_block .tokuten .kigen {
    font-weight: bold;
    margin-top: 4px;
  }
  #shoplist .shop_block .tel,
  #tokusyu .shop_block .tel {
    clear: both;
    float: none;
    margin: 2px;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 3px;
  }
  #shoplist .shop_block .tel a,
  #tokusyu .shop_block .tel a {
    background: #F6C3C3 url("../images/l_go_data.png") no-repeat;
    background-size: 21px 37px;
    background-position: right 14px center;
    width: 100%;
    min-height: 68px;
    padding: 8px 0;
    box-sizing: border-box;
    text-align: center;
    color: #5E3713;
    font-size: 20px;
  }
  #shoplist .shop_block .tel .waku,
  #tokusyu .shop_block .tel .waku {
    width: 200px;
    margin: 0 auto;
    text-align: left;
  }
  #shoplist .shop_block .tel .waku img,
  #tokusyu .shop_block .tel .waku img {
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
  }
  #shoplist .shop_block .tel .no,
  #tokusyu .shop_block .tel .no {
    font-size: 15px;
    letter-spacing: 0;
  }
  #shoplist .shop_block .detail,
  #tokusyu .shop_block .detail {
    margin: 2px;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 3px;
    /*
                margin:2px;
                box-sizing:border-box;
                font-weight:bold;
                letter-spacing:3px;
    
                a{
                    background:#F6C3C3 url("../images/l_go_data.png") no-repeat;
                    background-size:21px 37px;
                    background-position:right 20px center;
                    width:100%;
                    min-height:68px;
                    padding:8px 0;
                    box-sizing:border-box;
                    text-align:center;
                    color:#5E3713;
                    font-size:20px;
                }
    */
  }
  #shoplist .shop_block .detail a,
  #tokusyu .shop_block .detail a {
    background: #F7E0DF url("../images/l_go_data.png") no-repeat;
    background-size: 21px 37px;
    background-position: right 14px center;
    width: 100%;
    min-height: 68px;
    padding: 8px 0;
    box-sizing: border-box;
    text-align: center;
    color: #5E3713;
    font-size: 20px;
  }
  #shoplist .shop_block .detail a,
  #tokusyu .shop_block .detail a {
    line-height: 52px;
  }

  /* -------------------------------------------------- */
  /* 店舗詳細 */
  #shopdetail {
    /* 6/13：commonへ移動
        // 戻る
        a.ret{
            display:block;
    
            div{
                text-align:right;
                margin-right:10px;
                font-size:16px;
            }
            div:before{
                content:"<< ";
            }
        }
    */
  }
  #shopdetail p {
    margin: 0;
  }
  #shopdetail .subname {
    font-size: 13px;
  }
  #shopdetail .name {
    font-size: 20px;
    font-weight: bold;
  }
  #shopdetail .tel_yoyaku {
    margin: 2px;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 16px 0;
  }
  #shopdetail .tel_yoyaku a {
    background: #F6C3C3 url("../images/l_go_data.png") no-repeat;
    background-size: 21px 37px;
    background-position: right 14px center;
    width: 100%;
    min-height: 68px;
    padding: 8px 0;
    box-sizing: border-box;
    text-align: center;
    color: #5E3713;
    font-size: 20px;
  }
  #shopdetail .tel_yoyaku .waku {
    width: 200px;
    margin: 0 auto;
    text-align: left;
  }
  #shopdetail .tel_yoyaku .waku img {
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
  }
  #shopdetail .tel_yoyaku .no {
    font-size: 15px;
    letter-spacing: 0;
  }
  #shopdetail .tokusyu {
    position: relative;
    margin-top: 20px;
    width: 100%;
  }
  #shopdetail .tokusyu .tokuten_mark {
    background: url("../images/icon_mimashita.png") no-repeat;
    background-size: 104px 116px;
    background-size: 72px 81px;
    background-size: 62px 69px;
    width: 62px;
    height: 69px;
    position: absolute;
    top: -7px;
    right: 20px;
    top: 0;
    right: 0;
  }
  #shopdetail .tokusyu .this_month {
    width: 130px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background-color: #EC1F77;
    padding: 4px 0 2px 0;
    border-radius: 20px;
    border-radius: 20px;
    border-radius: 20px;
    margin: 10px;
    margin: 0 0 4px 0;
  }
  #shopdetail .tokusyu p {
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    margin-left: 4px;
  }
  #shopdetail .image {
    clear: both;
    float: left;
    width: 290px;
    margin-right: 10px !important;
    margin-bottom: 20px !important;
    clear: both;
    float: none;
    width: 100%;
    margin: 10px auto;
    text-align: center;
    display: inline-block;
  }
  #shopdetail .image img {
    width: 290px;
    height: auto;
  }
  #shopdetail .image img {
    max-width: 90%;
    width: auto;
    height: auto;
  }
  #shopdetail .catch_copy {
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 10px 0 10px;
    width: calc(100% - 310px);
    box-sizing: border-box;
    clear: both;
    float: none;
    width: 100%;
  }
  #shopdetail .catch_copy_sub {
    float: left;
    padding: 0 10px;
    width: calc(100% - 310px);
    box-sizing: border-box;
    clear: both;
    float: none;
    width: 100%;
  }
  #shopdetail .title {
    clear: both;
    float: none;
    display: inline-block;
    width: 100%;
    background-color: #E67809;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 40px;
    margin-top: 20px;
    box-sizing: border-box;
  }
  #shopdetail .menu {
    clear: both;
    float: none;
    width: 100%;
    background-color: #F8F1DE;
    padding: 10px;
    box-sizing: border-box;
  }
  #shopdetail .tokuten_coupon {
    clear: both;
    float: none;
    margin-top: 14px;
    background: #E3585C url("../images/data_mimashita_tit.png") no-repeat;
    background-size: 359px 58px;
    background-size: 180px 29px;
    background-position: center top 22px;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    border-radius: 10px;
    border-radius: 10px;
    /* aaaa
            @if $type == pc{
                background-position:left 32px top 22px;
            }
    
            p{
                @if $type == pc{
                    margin-top:8px;
                    margin-left:10px;
                }
            }
    */
    /*
            background:#E3585C url("../images/data_mimashita_tit.png") no-repeat;
            background-size:359px 58px;
            background-size:180px 29px;
            background-position:center top 22px;
            color:#ffffff;
            padding:10px;
            @include border-radius(10px);
    
            .waku{
                border:2px solid #ffffff;
                padding:10px;
                @include border-radius(10px);
            }
    
            p{
                margin-top:36px;
                font-size:16px;
            }
    */
    /* aaaa
            .kigen{
                margin-top:10px;
                background-color:#ffffff;
                color:#E3585C;
                text-align:center;
                font-size:16px;
                font-weight:bold;
                padding:4px 0;
    
                @if $type == pc{
                    margin-top:2px;
                    margin-left: 210px;
                    display:inline-block;
                    padding:4px 20px;
                }
            }
    */
  }
  #shopdetail .tokuten_coupon .waku {
    border: 2px solid #ffffff;
    padding: 10px;
    border-radius: 10px;
    border-radius: 10px;
    border-radius: 10px;
  }
  #shopdetail .tokuten_coupon p {
    font-size: 16px;
    margin-top: 36px;
    margin-bottom: 0;
  }
  #shopdetail .tokuten_coupon .kigen {
    margin-top: 10px;
    background-color: #ffffff;
    color: #E3585C;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 0;
  }
  #shopdetail .topics {
    padding: 10px;
  }
  #shopdetail .plan_bnr {
    padding: 10px;
    display: inline-block;
    width: 100%;
  }
  #shopdetail .plan_bnr .neko_fukidasi {
    float: left;
    margin: 0 20px 0 0;
    width: 326px;
    height: 85px;
    background: url("../images/shop_topics_bnr_title.gif") no-repeat;
    /* 6/13：仮画像 */
    background-size: contain;
    clear: both;
    float: none;
    width: 95%;
  }
  #shopdetail .plan_bnr .bnr {
    float: left;
    width: 300px;
    clear: both;
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 6px;
  }
  #shopdetail .plan_bnr .bnr a.catch_bnr {
    margin-bottom: 8px;
  }
  #shopdetail .plan_bnr .bnr a.catch_bnr div {
    max-width: 340px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 95%;
    background-position: center;
  }
  #shopdetail .plan_bnr .bnr a.catch_bnr .hyoushi {
    background-image: url("../images/side_bnr_archives.png");
    width: 285px;
    height: 80px;
  }
  #shopdetail .plan_bnr .bnr a.catch_bnr .kuchikomi {
    background-image: url("../images/shop_topics_bnr_sample.gif");
    width: 270px;
    height: 73px;
  }
  #shopdetail .shop_data {
    padding: 2px 6px;
    font-size: 14px;
    /*
            .sub_title{
                color:#E67809;
                padding:8px 0 6px 14px;
                box-sizing:border-box;
    
                @if $type == pc{
                    clear:both;
                    float:left;
                    width:140px;
                    padding:8px 0 6px 14px;
                    border-bottom:1px solid #5E3713;
                }
            }
    
            .naiyou{
                border-bottom:1px solid #5E3713;
                padding:0 10px 2px 24px;
                box-sizing:border-box;
    
                @if $type == pc{
                    float:left;
                    width:calc(100% - 140px);
                    padding:8px 0 6px 0;
                }
            }
    
            .naiyou:last-child{
                @if $type == smt{
                    border:0;
                }
            }
    */
  }
  #shopdetail .shop_data table {
    width: 100%;
  }
  #shopdetail .shop_data table tr th {
    width: 140px;
    color: #E67809;
    padding: 8px 0 6px 14px;
    box-sizing: border-box;
    border-bottom: 1px solid #5E3713;
    display: block;
    border: 0;
  }
  #shopdetail .shop_data table tr td {
    border-bottom: 1px solid #5E3713;
    padding: 8px 0 6px 0;
    box-sizing: border-box;
    display: block;
    padding: 0 0 6px 24px;
  }
  #shopdetail div.rireki {
    clear: both;
    float: none;
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
  }
  #shopdetail div.rireki ul li {
    margin-left: 12px;
  }

  /* -------------------------------------------------- */
  /* 特集ページ */
  /*
  #tokusyu{
  
      .catch_bnr{
          @include tmp_catch_bnr;
      }
  
      // 店舗枠
      .shop_block{
          border:2px solid #A47B52;
          width:100%;
          display:inline-block;
          box-sizing:border-box;
          position:relative;
          margin-bottom:10px;
  
          .tokuten_mark{
              @include tmp_tokuten_mark;
  
              background-size:104px 116px;
              background-size:41px 46px;
              width:41px;
              height:46px;
  
              position: absolute;
              top:-6px;
              right:4px;
          }
  
          .shop{
              .photo_frame{
                  float:left;
                  width:210px;
                  height:160px;
  
                  @if $type == smt{
                      width:130px;
                      height:100px;
                  }
  
                  img{
                      width: 100%;
                      height: auto;
                  }
              }
  
              //スライダーのナビゲーション
              .flex-control-nav{
                  bottom:-32px;
  
              }
  
              margin:10px 0 0 10px;
  
              img{
  //                float:left;
              }
  
              .name{
                  float:left;
  //                position:absolute;
  //                left:160px;
  
                  width:calc(100% - 240px);
                  margin:38px 10px 0 20px;
  
                  @if $type == smt{
                      left:160px;
                      width:calc(100% - 160px);
                      margin:38px 0 20px 10px;
                  }
  
                  div:nth-of-type(1){
                      font-size:11px;
                  }
                  div:nth-of-type(2){
                      font-size:18px;
                      font-weight:bold;
                  }
              }
          }
  
          // 「詳細を見る」リンク
          a.detail{
              clear:both;
              float:none;
              display:block;
  
              div{
                  float:right;
                  font-size:14px;
                  color:#5E3713;
                  margin:0 4px 2px 0;
              }
              div:after{
                  content:" ＞";
              }
          }
      }
  
  }
  */
  /* -------------------------------------------------- */
  /* 企画ページ */
  #plan .catch_bnr {
    text-align: center;
    margin-bottom: 20px;
  }
  #plan .catch_bnr img {
    width: 100%;
    height: auto;
  }
  #plan .catch_txt {
    font-size: 16px;
    margin: 0 10px;
  }
  #plan .number {
    font-size: 20px;
    font-weight: bold;
    color: #E67900;
    letter-spacing: 2px;
    margin: 30px 0 20px 10px;
  }
  #plan .block {
    clear: both;
    float: none;
    margin-bottom: 20px;
  }
  #plan .block .shop_name {
    background-color: #CC771F;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 4px 0 6px 100px;
    box-sizing: border-box;
    position: relative;
  }
  #plan .block .shop_name .mark {
    background: url("../images/t_icon_search_y.png") no-repeat;
    /* 仮画像 aaaaa */
    background-size: 50px 50px;
    width: 90px;
    height: 50px;
    position: absolute;
    top: -6px;
    left: 10px;
  }
  #plan .block .shop_name .sub {
    font-size: 13px;
    font-weight: normal;
  }
  #plan .block .image {
    clear: both;
    float: left;
    width: 290px;
    margin: 10px 20px 10px 0;
    clear: both;
    float: none;
    width: 100%;
    margin: 10px auto;
    text-align: center;
    display: inline-block;
  }
  #plan .block .image img {
    width: 290px;
    height: auto;
  }
  #plan .block .image img {
    max-width: 90%;
    width: auto;
    height: auto;
  }
  #plan .block .image .image_txt {
    margin-top: 6px;
    font-size: 18px;
    font-weight: bold;
    width: 290px;
    text-align: center;
    width: 100%;
  }
  #plan .block .image .image_txt_sub {
    font-size: 14px;
    width: 290px;
    text-align: center;
    width: 100%;
  }
  #plan .block .addr {
    float: left;
    width: calc(100% - 310px);
    clear: both;
    float: none;
    width: 90%;
    border: 1px solid #ccc;
    border-radius: 6px;
    border-radius: 6px;
    border-radius: 6px;
    color: #CC771F;
    padding: 4px 6px 2px 40px;
    box-sizing: border-box;
    margin: 8px auto;
  }
  #plan .block .catch_copy {
    float: left;
    width: calc(100% - 310px);
    font-size: 16px;
    margin: 10px 0;
    box-sizing: border-box;
    clear: both;
    float: none;
    width: 100%;
  }
  #plan .block .tokuten_coupon {
    clear: both;
    float: none;
    margin-top: 14px;
    background: #E3585C url("../images/data_mimashita_tit.png") no-repeat;
    background-size: 359px 58px;
    background-size: 180px 29px;
    background-position: center top 22px;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    border-radius: 10px;
    border-radius: 10px;
  }
  #plan .block .tokuten_coupon .waku {
    border: 2px solid #ffffff;
    padding: 10px;
    border-radius: 10px;
    border-radius: 10px;
    border-radius: 10px;
  }
  #plan .block .tokuten_coupon p {
    font-size: 16px;
    margin-top: 36px;
    margin-bottom: 0;
  }
  #plan .block .tokuten_coupon .kigen {
    margin-top: 10px;
    background-color: #ffffff;
    color: #E3585C;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 0;
  }
  #plan .block .shop_info {
    clear: both;
    border: 1px solid #3C3C3C;
    border: 2px solid #888;
    margin: 10px 0;
    padding: 8px;
    box-sizing: border-box;
  }
  #plan .block .shop_info ul {
    list-style-image: url("../images/icon_list.gif");
    list-style-position: outside;
    margin-left: 22px;
  }

  /* -------------------------------------------------- */
  /* バックナンバー【企画／別年月別】 */
  #backnumber_plan .p_title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }
  #backnumber_plan .p_title:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url("../images/t_icon_search_y.png") no-repeat;
    /* 仮画像 aaaaa */
    background-size: 26px 26px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 0 0;
  }
  #backnumber_plan .date {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 10px 30px;
  }
  #backnumber_plan table {
    clear: both;
    float: none;
    border-collapse: separate;
    border-spacing: 20px 0px;
  }
  #backnumber_plan table td {
    width: 330px;
    border-bottom: 1px solid #333;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    width: 100%;
  }
  #backnumber_plan table td .tokusyu {
    background-color: #FE7A00;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 10px 0 10px;
    display: inline-block;
  }
  #backnumber_plan table td .title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
  }
  #backnumber_plan table td .shop {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  #backnumber_plan table td .shop div {
    float: left;
    margin-right: 2px;
  }
  #backnumber_plan table td.no_boder {
    border: 0;
  }
  #backnumber_plan a.year_bk {
    display: inline-block;
    width: 327px;
    margin: 10px;
    padding: 10px 0;
    box-sizing: border-box;
    background-color: #F6C3C3;
    color: #573B1C;
    text-align: center;
    letter-spacing: 1px;
    background: #F6C3C3 url("../images/l_go_data_dw.png") no-repeat;
    /* 仮画像 aaaaa*/
    background-size: 18px 10px;
    background-position: right 30px center;
    width: 95%;
    margin: 3px 10px;
  }

  /* -------------------------------------------------- */
  /* 全体バックナンバー【年月別】 */
  #allbacknumber_date .p_title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }
  #allbacknumber_date .p_title:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url("../images/t_icon_search_y.png") no-repeat;
    /* 仮画像 aaaaa */
    background-size: 26px 26px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 0 0;
  }
  #allbacknumber_date .y_block {
    float: left;
    width: 320px;
    margin: 20px 10px;
    text-align: center;
    letter-spacing: 1px;
    margin: 20px 0 10px 30px;
    clear: both;
    float: none;
    width: 100%;
    margin: 10px 0;
  }
  #allbacknumber_date .y_block .y_title {
    font-size: 20px;
    font-weight: bold;
    padding: 4px;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
  }
  #allbacknumber_date .y_block a.y_month {
    width: 100%;
    font-size: 16px;
    color: #FE7A00;
    line-height: 34px;
    border-bottom: 1px solid #000;
    background: url("../images/l_go_data.png") no-repeat;
    /* 仮画像 aaaaa*/
    background-size: 10px 18px;
    background-position: right 10px center;
  }
  #allbacknumber_date .y_block a.y_title_dw {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding: 4px;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    background: url("../images/l_go_data_dw.png") no-repeat;
    /* 仮画像 aaaaa*/
    background-size: 18px 10px;
    background-position: right 20px center;
  }

  /* -------------------------------------------------- */
  /* バックナンバー */
  #backnumber .top_bnr {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin-bottom: 30px;
  }
  #backnumber .p_title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }
  #backnumber .p_title:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url("../images/t_icon_search_y.png") no-repeat;
    /* 仮画像 aaaaa */
    background-size: 26px 26px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 0 0;
  }
  #backnumber table {
    clear: both;
    float: none;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #backnumber table td {
    padding: 10px 0;
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
  }
  #backnumber table td.month {
    width: 220px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    letter-spacing: 1px;
    font-size: 16px;
    letter-spacing: 0;
    width: 170px;
  }
  #backnumber table td.month div {
    border: 2px solid #e77900;
    border-radius: 6px;
    border-radius: 6px;
    border-radius: 6px;
    color: #e77900;
    text-align: center;
    padding: 6px 0;
  }
  #backnumber table td.month div:after {
    content: "";
    width: 14px;
    height: 18px;
    background: url("../images/icon_yaji.gif") no-repeat;
    /* 仮画像 aaaaa */
    background-size: 14px 16px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 8px;
  }
  #backnumber table td.shop {
    width: 480px;
    padding-left: 20px;
    font-size: 14px;
    width: calc(100% - 170px);
  }
  #backnumber table td.shop div {
    float: left;
    margin-right: 2px;
  }
  #backnumber a.year_bk {
    display: inline-block;
    width: 327px;
    margin: 10px;
    padding: 10px 0;
    box-sizing: border-box;
    background-color: #F6C3C3;
    color: #573B1C;
    text-align: center;
    letter-spacing: 1px;
    background: #F6C3C3 url("../images/l_go_data_dw.png") no-repeat;
    /* 仮画像 aaaaa*/
    background-size: 18px 10px;
    background-position: right 30px center;
    width: 95%;
    margin: 3px 10px;
  }
  #backnumber.hyoushi .top_bnr {
    background: url("../images/bnr_kutikomi_sample.gif") no-repeat;
    width: 100%;
    height: 195px;
  }

  /* トップ のmain_div */
  div#content_main {
    width: 100%;
    clear: both;
    float: none;
    /* 今月号の月刊ならでわ！ */
    /* 編集部からのおすすめ情報 */
    /* ○月号掲載情報 */
  }
  div#content_main .monthly .title {
    width: 100%;
  }
  div#content_main .monthly .block {
    margin-top: 20px;
    display: inline-block;
  }
  div#content_main .monthly .block .pic {
    float: left;
    width: 84px;
    height: auto;
    margin-left: 4px;
    margin-right: 16px;
  }
  div#content_main .monthly .block .pic img {
    max-width: 84px;
    width: auto;
    height: auto;
  }
  div#content_main .monthly .block .txt {
    float: left;
    font-size: 14px;
    width: calc(100% - 104px);
  }
  div#content_main .monthly .block .txt .tommy {
    width: 100%;
    max-width: 290px;
    height: auto;
    float: right;
  }
  div#content_main .monthly .bnr_block {
    width: 228px;
    float: right;
  }
  div#content_main .monthly .bnr_block a > img {
    width: 185px;
    height: auto;
    margin-bottom: 12px;
  }
  div#content_main .monthly .btn {
    clear: both;
    float: none;
    max-width: 712px;
    width: 100%;
  }
  div#content_main .editor_info {
    margin-top: 20px;
  }
  div#content_main .editor_info .title {
    width: 96%;
    max-width: 500px;
    height: auto;
  }
  div#content_main .editor_info ul {
    margin: 8px 2px;
    font-size: 14px;
  }
  div#content_main .editor_info ul li {
    border-bottom: 1px dashed #333;
    padding: 10px 6px;
  }
  div#content_main .editor_info ul li:first-child {
    border-top: 1px dashed #333;
  }
  div#content_main .editor_info .more a,
  div#content_main .editor_info .more a:active,
  div#content_main .editor_info .more a:focus,
  div#content_main .editor_info .more a:visited,
  div#content_main .editor_info .more a:hover {
    color: #333;
  }
  div#content_main .editor_info .more {
    text-align: right;
    font-size: 20px;
    margin-right: 2px;
    margin-top: 10px;
  }
  div#content_main .editor_info .more a:after {
    content: " ";
    display: inline-block;
    margin: 0 10px 0 10px;
    width: 25px;
    height: 23px;
    vertical-align: middle;
    background-image: url("../images/l_go_more.png");
    background-repeat: no-repeat;
    background-size: 25px 23px;
  }
  div#content_main .month_publish {
    margin-top: 20px;
    width: 100%;
  }
  div#content_main .month_publish .title {
    height: 60px;
    line-height: 60px;
    background-color: #E67900;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    font-size: 28px;
  }
  div#content_main .month_publish .title:before {
    content: " ";
    display: inline-block;
    margin: 0 14px 0 0;
    width: 45px;
    height: 30px;
    vertical-align: middle;
    background-image: url("../images/t_icon_book.png");
    background-repeat: no-repeat;
    background-size: 45px 30px;
  }
  div#content_main .month_publish .block {
    background-color: #FFF9BD;
    padding: 10px 0;
    /* 特集 */
    /* 連載中 */
    /* ○月号掲載店ジャンル別 */
  }
  div#content_main .month_publish .block img.titleimg {
    width: 98%;
    margin: 10px 1% 20px 1%;
    height: auto;
    max-width: 680px;
  }
  div#content_main .month_publish .block .publish_box {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1%;
  }
  div#content_main .month_publish .block .publish_box a {
    color: #000;
  }
  div#content_main .month_publish .block .publish_box ul li {
    display: table;
    padding: 10px 0;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #aaa;
  }
  div#content_main .month_publish .block .publish_box .p_pic {
    height: auto;
    display: table-cell;
    width: 29%;
  }
  div#content_main .month_publish .block .publish_box .p_pic img {
    width: 100%;
  }
  div#content_main .month_publish .block .publish_box .p_info {
    display: table-cell;
    vertical-align: top;
    height: auto;
    padding-left: 2%;
    width: 60%;
  }
  div#content_main .month_publish .block .publish_box .p_info .p_title1 {
    font-size: 13px;
  }
  div#content_main .month_publish .block .publish_box .p_info .p_title2 {
    font-size: 20px;
    font-weight: bold;
  }
  div#content_main .month_publish .block .publish_box .p_info .p_link {
    font-size: 12px;
    margin-top: 10px;
  }
  div#content_main .month_publish .block .publish_box .p_info .p_link div {
    float: left;
    margin-right: 2px;
  }
  div#content_main .month_publish .block .publish_box .p_go_btn {
    display: table-cell;
    margin-left: 2%;
    width: 5%;
    background: #C8C9C9 url("../images/t_go_btn.png") no-repeat;
    background-size: 74%;
    background-position: center;
  }
  div#content_main .month_publish .block .rensai_bnr {
    display: inline-block;
  }
  div#content_main .month_publish .block .rensai_bnr a {
    float: left;
    height: auto;
    width: 42%;
    margin: 6px 4%;
  }
  div#content_main .month_publish .block .rensai_bnr img {
    width: 100%;
    height: auto;
    max-width: 325px;
  }
  div#content_main .month_publish .block .rensai_bnr div {
    text-align: center;
    font-size: 12px;
  }
  div#content_main .month_publish .block .shop_type {
    margin-top: 20px;
  }
  div#content_main .month_publish .block .shop_type div:first-child {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
  }
  div#content_main .month_publish .block .shop_type .shop_type_btn {
    display: inline-block;
  }
  div#content_main .month_publish .block .shop_type .shop_type_btn a {
    float: left;
    height: auto;
    width: 42%;
    margin: 6px 4%;
  }
  div#content_main .month_publish .block .shop_type .shop_type_btn img {
    width: 100%;
    height: auto;
    max-width: 325px;
  }
  div#content_main .month_publish .to_month_publish {
    text-align: right;
    letter-spacing: 3px;
    margin: 20px 4px 0 0;
  }
  div#content_main .month_publish .to_month_publish a,
  div#content_main .month_publish .to_month_publish a:active,
  div#content_main .month_publish .to_month_publish a:focus,
  div#content_main .month_publish .to_month_publish a:visited,
  div#content_main .month_publish .to_month_publish a:hover {
    color: #333;
  }
  div#content_main .month_publish .to_month_publish:before {
    content: "▲";
  }

  /* ------------------------------------------- */
  /*  お店を探す*/
  /* ------------------------------------------- */
  #search_shop {
    margin-top: 20px;
    width: 100%;
  }
  #search_shop .title {
    height: 60px;
    line-height: 60px;
    background-color: #E67900;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    font-size: 28px;
  }
  #search_shop .title:before {
    content: " ";
    display: inline-block;
    margin: 0 14px 0 0;
    width: 34px;
    height: 34px;
    vertical-align: middle;
    background-image: url("../images/t_icon_search_w.png");
    background-repeat: no-repeat;
    background-size: 34px 34px;
  }
  #search_shop .title:after {
    content: " ";
    display: inline-block;
    margin: 0 0 0 14px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-image: url("../images/t_icon_hous.png");
    background-repeat: no-repeat;
    background-size: 30px 30px;
  }
  #search_shop .btn {
    display: inline-block;
    text-align: center;
  }
  #search_shop .btn a {
    float: left;
    margin: 20px 1.5% 0 1.5%;
    width: 30%;
    height: auto;
    max-width: 160px;
    max-height: auto;
  }
  #search_shop .btn img {
    width: 100%;
    height: 100%;
    height: auto;
  }
  #search_shop .btn div {
    margin-top: 6px;
    text-align: center;
  }
  #search_shop .block {
    margin-top: 20px;
    border: 3px solid #ECB201;
    background-color: #fff;
  }
  #search_shop .block .s_title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 12px 0 0 14px;
  }
  #search_shop .block .s_title:before {
    content: " ";
    display: inline-block;
    margin: 0 14px 0 0;
    width: 34px;
    height: 34px;
    vertical-align: middle;
    background-image: url("../images/t_icon_search_y.png");
    background-repeat: no-repeat;
    background-size: 34px 34px;
  }
  #search_shop .block .s_tokudai {
    clear: both;
    float: none;
    margin: 14px 0 2px 20px;
    font-size: 18px;
    font-weight: bold;
  }
  #search_shop .block .s_type {
    clear: both;
    float: none;
    margin: 14px 0 2px 1%;
  }
  #search_shop .block .s_type .s_type_title {
    float: left;
    margin-left: 2%;
    width: 25%;
  }
  #search_shop .block .s_type select, #search_shop .block .s_type input {
    margin-left: 2%;
    width: 65%;
    height: 30px;
    box-sizing: border-box;
    font-size: 14px;
  }
  #search_shop .block .s_chk_big,
  #search_shop .block .s_chk {
    margin: 8px 0 10px 0px;
    font-size: 12px;
    float: right;
    width: 184px;
    margin-left: 2%;
    letter-spacing: 0.03em;
    width: 225px;
  }
  #search_shop .block .s_chk_big {
    font-size: 14px;
  }
  #search_shop .block .s_btn {
    margin: 16px 12%;
    width: 76%;
    line-height: 42px;
    background-color: #ECB201;
    border: 0;
    box-sizing: border-box;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
}

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