/*UPDATE：2017-10-31*/
@charset "utf-8";

/*
 * Globals
 */

html,body{
  height: 100%;
}
body {
  font-family: メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #555;
}
h1,h2,h3,h4,h5,h6{
  margin:0px;

}
ul{
  list-style-type: none;
  padding: 0 6px;
}


/*
 * Bootstrap Component fix class
*/

.list-group-remove-radius .list-group-item:first-child {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.list-group-remove-radius .list-group-item:last-child {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.gutter-10{
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-10 > [class*='col-']{
  padding-left:5px;
  padding-right:5px;
}

.gutter-20{
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-20 > [class*='col-']{
  padding-left:10px;
  padding-right:10px;
}

/*
 * Bootstrap Component add class
*/
/*--[+] col-xxs-   480px未満は縦、480px以上は横並び--------------*/
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
@media (min-width: 480px) {
    .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
        float: left;
    }
    .col-xxs-12 {
        width: 100%;
    }
    .col-xxs-11 {
        width: 91.66666667%;
    }
    .col-xxs-10 {
        width: 83.33333333%;
    }
    .col-xxs-9 {
        width: 75%;
    }
    .col-xxs-8 {
        width: 66.66666667%;
    }
    .col-xxs-7 {
        width: 58.33333333%;
    }
    .col-xxs-6 {
        width: 50%;
    }
    .col-xxs-5 {
        width: 41.66666667%;
    }
    .col-xxs-4 {
        width: 33.33333333%;
    }
    .col-xxs-3 {
        width: 25%;
    }
    .col-xxs-2 {
        width: 16.66666667%;
    }
    .col-xxs-1 {
        width: 8.33333333%;
    }
    .col-xxs-pull-12 {
        right: 100%;
    }
    .col-xxs-pull-11 {
        right: 91.66666667%;
    }
    .col-xxs-pull-10 {
        right: 83.33333333%;
    }
    .col-xxs-pull-9 {
        right: 75%;
    }
    .col-xxs-pull-8 {
        right: 66.66666667%;
    }
    .col-xxs-pull-7 {
        right: 58.33333333%;
    }
    .col-xxs-pull-6 {
        right: 50%;
    }
    .col-xxs-pull-5 {
        right: 41.66666667%;
    }
    .col-xxs-pull-4 {
        right: 33.33333333%;
    }
    .col-xxs-pull-3 {
        right: 25%;
    }
    .col-xxs-pull-2 {
        right: 16.66666667%;
    }
    .col-xxs-pull-1 {
        right: 8.33333333%;
    }
    .col-xxs-pull-0 {
        right: auto;
    }
    .col-xxs-push-12 {
        left: 100%;
    }
    .col-xxs-push-11 {
        left: 91.66666667%;
    }
    .col-xxs-push-10 {
        left: 83.33333333%;
    }
    .col-xxs-push-9 {
        left: 75%;
    }
    .col-xxs-push-8 {
        left: 66.66666667%;
    }
    .col-xxs-push-7 {
        left: 58.33333333%;
    }
    .col-xxs-push-6 {
        left: 50%;
    }
    .col-xxs-push-5 {
        left: 41.66666667%;
    }
    .col-xxs-push-4 {
        left: 33.33333333%;
    }
    .col-xxs-push-3 {
        left: 25%;
    }
    .col-xxs-push-2 {
        left: 16.66666667%;
    }
    .col-xxs-push-1 {
        left: 8.33333333%;
    }
    .col-xxs-push-0 {
        left: auto;
    }
    .col-xxs-offset-12 {
        margin-left: 100%;
    }
    .col-xxs-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xxs-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xxs-offset-9 {
        margin-left: 75%;
    }
    .col-xxs-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xxs-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xxs-offset-6 {
        margin-left: 50%;
    }
    .col-xxs-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xxs-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xxs-offset-3 {
        margin-left: 25%;
    }
    .col-xxs-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xxs-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xxs-offset-0 {
        margin-left: 0;
    }
}
/* [+] hidden-xxs */
@media (min-width: 480px) {
    .hidden-xxs {
        display: none !important;
    }
}
/* [+] visible-xxs and visible-xxs- */
.visible-xxs {
    display: none !important;
}
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
    display: none !important;
}
@media (min-width: 480px) {
  .visible-xxs {
      display: block !important;
  }
  table.visible-xxs {
      display: table;
  }
  tr.visible-xxs {
      display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
      display: table-cell !important;
  }
  .visible-xxs-block {
      display: block !important;
  }
  .visible-xxs-inline {
      display: inline !important;
  }
  .visible-xxs-inline-block {
      display: inline-block !important;
  }
}
/*--col-XX-XXの横並び余白を狭めるクラス：rowと同じところに追記--------------*/
.row_resize-10{
  margin-left:-5px;
  margin-right:-5px;
}
.row_resize-10> div{
  padding-right:5px;
  padding-left:5px;
}

/*--row の左右のネガティブマージンを0にする--------------*/
.row--nopadding {
  margin-left: 0;
  margin-right: 0;
}
/* .row--nopadding の中にあるカラムの左右のパディングを0にする */
.row--nopadding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}


/*
 * Override Bootstrap's default container.
 */
/*フッター固定するため*/
.container{
  position: relative;
  min-height: 100%;
  padding-bottom: 200px;
}

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}


/*
 * header
 */
#header {
  /*border-bottom: 2px solid #0080ff;*/
  border: 0;
  margin-bottom:15px;
}
.header_logo {
  float:left;
}
.header_text{
  font-size:11pt;
  color:#333;
  float:right;
  text-align:right;
}
.header_text h1{
  font-size:10pt;
  font-weight:normal;
  margin: 3px;
}
.header_text form{
  margin:3px;
}
.postweb_link{
  font-size:12px;font-size:1.2rem;
}
@media (max-width: 640px) {
  .header_logo {
    float:none;
    text-align: center;
    margin-bottom: 10px;
  }
  .header_text{
    float:none;
    text-align: center;
  }
  .postweb_link{
    margin-top: 5px;
    text-align: right;
  }
  #localtop .postweb_link{
    text-align: center;
  }
}


#header_ad{
  background-color:#666;
  color: #eee;
  text-align:center;
  font-weight:bold;
  padding:30px;
  margin-bottom:15px;

}
#header_navi .breadcrumb{
  padding: 4px 8px;
}
.header_bread .breadcrumb > li + li:before {
  content: ">";
}
.header_bread .breadcrumb{
  font-size: 12px;font-size: 1.2rem;
  padding: 4px 8px 4px 0;
}

/*
 * main_contents
 */
#main_contents h2{
  font-size: 13pt;
  font-weight: bold;
  padding: 7px 10px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  background-image: none;
  color: #535353;
  border: 0;
}
#main_contents h3{
  letter-spacing: 1px;
  background-image: none;
  color: #535353;
  border: 0;
  padding: 7px 10px;
  margin-bottom: 10px;
}

#main_contents .main_sub_contents{
  /*margin-bottom:15px;*/
  margin-bottom:40px;
}

#main_contents .shopname{
  font-size: 22px;font-size: 2.2rem;
  line-height: 2.0;
  letter-spacing: 1px;
  background: url("../img/simpleline2.png") repeat-x bottom;
  color: #535353;
  border: 0;
  padding: 7px 10px 7px 15px;
}
#main_contents .shopname a{
  display: inline-block;
  font-size:14px;font-size:1.4rem;
  line-height:  1.0;
  margin-left: 6px;
  word-wrap:break-word;
}
@media (max-width: 640px) {
  #main_contents .shopname a{
    display:  block;
    text-align: right;
    margin-left: 2px;
    margin-bottom: 4px;
  }
}


/*メニューリスト*/
/*メニューリストの色：緑*/
.menu_green .menu_box .menu_title{
  background-color:#BAE1D9;
}
.menu_green .list-group > .active{
  background-color: #f0f8ff;
  color: #555555;
  font-weight:bold;
}
.menu_green .list-group .list-group-item{
  border-color: #BAE1D9;
}
/*メニューリストの色：黄*/
.menu_yellow .menu_box .menu_title{
  background-color:#E5E4C1;
}
.menu_yellow .list-group > .active{
  background-color: #F4F3E5;
  color: #555555;
  font-weight:bold;
}
.menu_yellow .list-group .list-group-item{
  border-color: #E5E4C1;
}
#menu_contents .menu_box{
  /*margin-bottom: 20px;*/
  margin-bottom: 2px;
}
.menu_box .menu_title{
  text-align: left;
  position: relative;
  font-size:14px;font-size:1.4rem;
  color: #555555;
  background-color:#cccccc;
  padding:6px;
  line-height: 130%;
  margin-left: -15px;
  margin-right: -15px;
}
/*スマホの時はプルダウンメニューのためaタグで囲うため、デザインを調整*/
.menu_box  > a{
  color: #555555;
  text-decoration: none;
}
.menu_box .menu_title .caret,.list_pref li .caret{
  position: absolute;
  top: 12px;
  right: 4px;
  color: #555555;
}
@media (min-width: 768px) {
  .menu_box .menu_title{
    font-size:16px;font-size:1.6rem;
    text-align: center;
  }
  .menu_box .menu_title .caret,.list_pref li .caret{
    display: none;
  }
  .menu_box .menu_title span{
    display: none;
  }
}

/*caret(▼)を反対の状態(▲)にする*/
.open_menu_item .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.menu_box .menu_item {
  font-size:10pt;
  padding:3px;
  color: #337ab7;
}
.menu_box .menu_list{
  font-size:13px;font-size:1.3rem;
  list-style: none;
  margin: 0px;
  padding: 0px;
}


/*
 * Footer
 */
.apology{
  margin-bottom:15px;
  text-align:center;
  line-height:2.0;
  font-size:12px; font-size: 1.2rem;
  color:#ffffff;
  font-weight:bolder;
  text-shadow: 0 -1px 1px #222, -1px 0 1px #222, 1px 0 1px #222, 0 1px 1px #222, 1px 1px 0.5px #222;
  background-color:#222222;
  opacity:0.8;
  padding: 10px;
}
#footer_nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size:1.2rem; font-size: 12px;
  line-height:2.0;
  text-align: center;
}
#footer_nav > div{
  overflow: hidden;
}
#footer_nav ul{
  background-color:#5cb85c;
  padding:10px 0;
  margin-bottom: 0;
}
#footer_nav ul a {
  color:#ffffff;
}
.copyright {
  text-align:center;
  color:#ffffff;
  padding:3px;
  background-color:#438442;
}
/* owned のリンク部分 */
#footer_nav ul.owned li{
    display: inline-block;
    padding: 0 10px;
    color: #5D677E;
}
#footer_nav ul.owned li a:before{
    content: "";
    margin: 0;
}
/*top以外のフッターの注意書き*/
.apology_gray .apology{
  margin-top:10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-shadow: none;
  font-weight: normal;
  background-color:#888888;
}
@media screen and (min-width:992px) {
  #footer_nav li a:before {
    content: "〉";
    margin-left: -10px;
    font-weight:bold;
  }
}
@media screen and (max-width:991px) {
  #footer_nav li {
    display:inline;
  }
  #footer_nav ul {
   padding:0;
  }
}
@media screen and (max-width:767px) {
  .apology, .copyright{
    line-height: 1.5;
  }
  #footer_nav li {
    white-space: nowrap;
  }
}

/* ---------------------------------------------
  ページ毎の設定
-----------------------------------------------*/
.top_jcate_box{
  /*float: left;*/
  font-size:9pt;
  margin:0px;

}

.top_jcate_box h3{
  font-size:12pt;
  font-weight:bold;
  padding: 2px 7px;
  border-bottom:4px double skyblue;
  color:#666;
  margin-left: -15px;
  margin-right: -15px;
}

.top_jcate_box a{
  font-size:10pt;
  padding:3px;
  color: #337ab7;
}

#main_contents .list_tel_shop{
  margin: 10px 5px;
  border-bottom: 1px solid #5C6B99;
  padding:10px 3px 15px;
  word-wrap:break-word;
  overflow-wrap:break-word;
}
#main_contents .list_tel_shop .media-left{
  min-width:120px;
  padding-bottom: 10px;
}

#main_contents .list_tel_shop .list_tel_shop_header{
  border-bottom: 1px dashed #5C6B99;
  margin-bottom: 10px;
}

#main_contents .list_tel_shop .list_tel_shop_header h3{
  font-size:18px;font-size:1.8rem;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
#main_contents .list_tel_shop .list_tel_shop_header span{
  font-size:12px;font-size:1.2rem;
  float: right;
  margin-top:5px;
}

.list_tel_shop .list_tel_shop_body{
  font-size:14px;font-size:1.4rem;
  color: #555555;
}

.list_tel_shop_body .shop_job{
  margin:3px;
  font-size:8pt;
  width:120px;
}

.list_tel_shop p{ margin:2px 4px; }
.list_tel_shop_body .shop_tel{
  margin-bottom: 6px;
  border-bottom: 1px dashed #cccccc;
}

.list_tel_shop_body .shop_description{
  background-color:#eee;
  padding:3px;
  font-size:10pt;
  color:#000;
}
.list_tel_shop .shop_review{
  padding: 4px;
  border: 1px solid #F49308;
  margin-top:0;
}
.list_tel_shop .media-heading span{
  font-weight:bold;
}
.list_tel_shop .shop_review p{
  font-size:12px;font-size:1.2rem;
}
.list_tel_shop .media-body{
  word-break: break-all;
}

/* 右広告用 --------------------------------------*/
.ad_right_wrapper{
  position:absolute;
  width:0px;
  height:0px;
}
.ad_right{
  position: relative;
  top:70px;
  left:990px;
  width: 160px;
}
.ad_right_sample{
  width:160px;
  background-color:#999;
  color:#fff;
  margin:5px;
}
.ad_right_sample2{
  width:160px;
  height:400px;
  background-color:#999;
  color:#fff;
  margin:5px;
}
/*-----------------------------------------------*/


/* 左広告用 --------------------------------------*/
.ad_left_wrapper{
  position:absolute;
  width:0px;
  height:0px;
}
.ad_left{
  position: relative;
  top:70px;
  left:-175px;
}
.ad_left_sample{
  width:160px;
  height:400px;
  background-color:navy;
  color:#fff;
  margin:5px;
}
.ad_left_sample2{
  background-color:navy;
  color:#fff;
  margin:5px;
}
/*-----------------------------------------------*/

/* 中間広告用 ------------------------------------*/
.ad_box_wrapper{
  margin-bottom: 10px;
  overflow: hidden;
}
.ad_box_wrapper .ad_box{
  text-align: center;
  margin-bottom: 10px;
}
.ad_box_wrapper .ad_box div:first-child{
  margin: 0 auto;
}
/*-----------------------------------------------*/


/* トップページ -------------------------------------*/
#localtop{
  /*padding-top:65px;*/
  background: url(../img/bg-sample.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#localtop .adscroll{
  z-index: 501;
}
#localtop .ad_left{ top: 0px; }
#localtop .ad_right{ top: 0px; }
#localtop .navbar-local {
  background-color: #ffffff;
  border-color: #e7e7e7;
}
#localtop .navbar-fixed-top {
  /*position: absolute;*/
  /*position: fixed;*/
  position: relative;
}
#category {
  margin-bottom:35px;
}
#category a {
  color:#000000;
}
#category a:focus, #category a:hover {
  color:#cc0000;
  text-decoration: underline;
}

@media screen and (min-width:768px) {
  #localtop .navbar-local form {
    padding-top:15px;
  }
  .col-border-bottom {
    border-bottom:5px #030303 solid;
  }
  #category ul {
    list-style-type: inherit;
    padding-left:25px;
    line-height:2.0;
  }
  #category li {
    color: #000000;
  }
  .break-pc {
    display: block;
  }
}
@media screen and (max-width:767px) {
/*  #localtop {
    padding-top:105px;
  }*/
  #localtop .navbar {
    height: 120px;
  }
  #localtop .navbar-local form {
    padding-top:5px;
  }
  #category ul, #category li {
    display:inline;
    line-height:2.0;
  }
  #category ul {
    padding:0;
  }
  #category li:first-child {
    border-left:0px #030303 solid;
    padding-left:0;
  }
  #category li {
    border-left:2px #030303 solid;
    padding-left:10px;
    padding-right:7px;
  }
  .col-border-bottom {
    border-bottom:10px #030303 solid;
  }
  .break-sm {
    display: block;
  }
}

.row-eq-height{
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
/*トップページ・スマホ崩れ対策*/
@media (max-width: 767px) {
  .row-eq-height{
    display: block;
  }
}
.col-green{
  background-color:#EBEFDF;
  opacity:0.9;
}
.col-red{
  background-color:#DFB9D1;
  opacity:0.9;
}
.col-blue{
  background-color:#7BB1B3;
  opacity:0.9;
}
.col-border{
  border:5px #030303 solid;
}
.cate-title{
  color:#000000;
  font-size:1.5em;
  font-weight:bolder;
  display:block;
}
.font-col {
  font-weight:bolder;
  text-shadow: 0 -1px 1px #fff, -1px 0 1px #fff, 1px 0 1px #fff, 0 1px 1px #fff, 1px 1px 0.5px #222;
}

/*-----------------------------------------------*/

/* リストページ -------------------------------------*/

/*Pickup画像表示エリア*/
#main_contents .picup_img_area h2{
  font-weight:normal;
  letter-spacing:2px;
  border-bottom:1px solid #FDCE00;
  padding-bottom: 4px;
}
.picup_img_area .pickupphoto{
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  margin: 0;
}
.picup_img_area .pickupphoto li{
  position: relative;
  display: table-cell;
  line-height: 0;
  width:25%;
}
.picup_img_area .pickupphoto li figure{
  box-sizing: content-box;
  width: 95%;
  margin: 0 auto;
}
.picup_img_area .pickupphoto figure img{
  max-width: 100%;
  max-height: 140px;
}
.picup_img_area .pickupphoto figure figcaption{
  color:#333333;
  font-size:12px;font-size:1.2rem;
  text-align:center;
  line-height: 1.5;
  opacity:0.8;
  padding:0;
  margin:0;
}
@media (max-width: 767px) {
  .picup_img_area .pickupphoto li{
    width: 32%
  }
  .picup_img_area .pickupphoto figure figcaption{
  font-size:10px;font-size:1.0rem;
  }
}


/*リストエリア*/
.pagination_contents{
  text-align: right;
}
#main_contents .shoplist_area h2{
  border-top: 4px solid #5C7EE6;
  margin-bottom: 0;
}
.shoplist_area .shopunit{
  float: left;
}
.shoplist_area .pagination{
  float: right;
  margin: 5px 0 10px;
}

#main_contents .h2_pref{
  font-size:18px;font-size:1.8rem;
  font-weight:normal;
  padding-left:0;
  margin-bottom: 0;
}
#main_contents .h2_pref img{
  width:14px;
  margin-right:4px;
}
@media (max-width: 767px) {
  #main_contents .h2_pref{
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 640px) {
  #main_contents .shoplist_area{
    border-bottom: 1px solid #5C6B99;
  }
  #main_contents .shoplist_area .list_tel_shop{
    border-bottom: 0;
    margin-bottom: 20px;
  }
}
.list_pref{
  font-size:13px;font-size:1.3rem;
}
.list_pref > li{
  padding: 0;
  border-color:#BAE1D9;
  overflow: hidden;
}
.list_pref > li div{
  background-color: #BAE1D9;
  padding: 6px 4px 2px;
}
.list_pref > li > ul{
  padding: 4px 4px 4px 10px;
  margin-bottom: 0;  /*bootstrapのlist-group打消し*/
}
@media (max-width: 767px) {
  .list_pref{
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    border: 0;
  }
  .list_pref .list-group-item{
    border: 0;
    border-radius: 0;
  }
  /*リストが閉じているときの区切り線*/
   .list_pref > li div{
    border-bottom: 2px solid #ffffff;
  }
  /*リストが開いているときだけ区切り線を消す*/
  .list_pref > .open_menu_item div{
    border-bottom: none;
  }
  .list_pref > li > ul{
    padding: 0;
  }
  .list_pref > li > ul li{
    padding: 6px;
    border-bottom: 1px solid #95BFB3;
  }
  .list_pref > li > ul li a{
    padding-left: 4px;
  }
}
/*スマホの時はプルダウンメニューのためaタグで囲うため、デザインを調整*/
.list_pref > li > a{
  color:#555555;
  text-decoration:none;
}

/*ニュース表示エリア*/
.news_llist .newstitle{
  margin-right: 6px;
  background-color:#FF954B;
  color:#ffffff;
  font-weight:bold;
  padding:2px 6px;
}
.news_llist ul{
  margin: 4px 6px 20px 0;
  padding: 0;
}
.news_llist ul li{
  color: #666666;
  border-bottom: 1px dotted #FF954B;
  padding-top:4px;
}
.news_llist ul li:first-child{
  padding-top:0;
}
.news_llist .news_date{
  display: inline-block;
  vertical-align: top;
  font-size: 12px;font-size:1.2rem;
  padding-right: 5px;
}
.news_llist .news_shop{
  display: inline-block;
  vertical-align: top;
  font-size: 14px;font-size:1.4rem;
}
.news_llist .news_local{
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;font-size:1.0rem;
  color: #F4A269;
  padding-left:4px;
}
.news_llist .news_ttl{
  display: block;
  font-size: 16px;font-size:1.6rem;
  padding-left:10px;
}
@media (max-width: 767px) {
  .news_llist .newstitle,.news_llist ul{
    margin-left: -15px;
    margin-right: -15px;
  }
}

/*検索結果ページ*/
#main_contents .list_tel_shop.searchresult{
  margin-top: 0;
  margin-bottom: 0;
}
#main_contents .searchresult{
  padding: 5px 3px;
}
#main_contents .searchresult .list_tel_shop_header{
  border-bottom: 0;
  padding-top:5px;
  margin-bottom: 0;
}
.searchresult .list_tel_shop_body .shop_tel{
  border: 0;
}

/*記事表示(ショップ内)エリア*/
.shop_newarticle{
  font-size: 12px;font-size:1.2rem;
  margin: 4px 4px 10px;
}
.shop_newarticle div{
  color:#664C61;
  font-weight:bold;
  border-bottom: 2px solid #CC99C2;
}
.shop_newarticle a{
  display: block;
  padding: 2px 4px 0;
}
/*タイトル前に▲を描画する*/
.shop_newarticle .art_title:before{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid #763B6A;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  padding-right: 4px;
}
.shop_newarticle .art_keyword span{
  border-radius: 4px;
  padding: 2px 4px;
  color:#664C61;
  background-color: #EDDDEA;
}
/*キーワード前にタグ画像を表示する*/
.shop_newarticle .art_keyword span:before,
.articlelarea .art_keyword:before{
  content: url(../img/tag.gif);
  position: relative;
  top: 2px;
}
@media (max-width: 479px) {
  .shop_newarticle .art_keyword span{
    background: 0;
  }
}

/*記事表示(ページ下部)エリア*/
.articlelarea{
  margin: 0 5px 0;
  word-wrap: break-word;
  overflow-wrap:break-word;
}
.articlelarea a{
  -webkit-tap-highlight-color:rgba(0,0,0,.3);
}
.articlelarea .articlehead{
  font-size:16px;font-size:1.6rem;
  font-weight: bold;
  border-bottom: 3px solid #CC99C2;
  padding: 0 0 1px 5px;
  margin-bottom: 10px;
}
.articlelarea .art_keyword{
  font-weight: bold;
}
.articlelarea img{
  max-width: 90%;
  max-height: 150px;
  border: 1px solid #ccc;
  padding: 2px;
}
.articlelarea .article_body{
  font-size: 12px;font-size:1.2rem;
  color: #999999;
  margin: 4px 2px;
}
.articlelarea .article_block{
  display: block;
  text-decoration: none;
  color: #555555;
  border: 1px solid #dddddd;
  padding: 6px 4px;
}
a.article_block{
  min-height: 300px;
}
/*ショップ名の前にホーム画像を表示する*/
.articlelarea .art_shop:before{
  content: url(../img/shop.gif);
  position: relative;
  left:2px;
}
.articlelarea .art_date{
  font-size: 10px;font-size: 1.0rem;
}
.articlelarea .art_shop{
  margin-bottom: 10px;
}
@media (max-width: 479px) {
  .articlelarea .art_keyword,.articlelarea .art_title,.articlelarea .art_shop a{
    font-size:12px;font-size: 1.2rem;
  }
}

/*-----------------------------------------------*/


/* 詳細ページ --------------------------------------*/

/* 詳細　メインコンテンツエリア------------- */
.shopinfo_contents .shopimg{
  text-align: center;
  border-radius: 4px;
  max-height:300px;
  margin-left: 5px;
  margin-bottom: 10px;
}
.shopinfo_contents .shopimg img, .shop_detail_review .reviewImg img{
  width:auto;
  height:auto;
  max-width:100%;
  border: 1px solid #cccccc;
  box-shadow: 0 10px 6px -6px #777777;
  box-sizing: content-box;    /*2019-04-05 Add Chromeレビュー画像ぼやけ問題解消*/
}
.shopinfo_contents p{
  background-color: #DAE6E8;
  padding: 10px;
  margin-bottom: 10px;
}
@media (max-width: 479px) {
  .shopinfo_contents .shopimg{
  margin: 0 6px;
  }
  .shopinfo_contents p{
    margin: 10px 6px;
  }
}
/*--shopinfo table　design--*/
.table-info{
  margin: 10px 0 0;
}
.table-info table{
table-layout: fixed;
}
.table-info .table th{
  width:40%;
  background-color: #EBEFDF;
  word-wrap: break-word;
  overflow-wrap:break-word;
}
.table-info .table td{
  background-color: #F7F9EF;
  word-wrap: break-word;
  overflow-wrap:break-word;
}

@media (min-width: 768px) {
  .table-info{
    margin-left: 6px;
    margin-right: 6px;
  }
}
@media (max-width: 640px) {
  .table-info .table th,.table-info .table td{
    display:block;
    width:100%;
    border:none;
  }
}
/*--map_contents　design--*/
.map_contents{
  width: 90%;
  margin: 0 auto;
}
.map_contents #map{
  width:100%;
  min-height: 300px;
}
.map_contents #map_breadcrumb{
  width: 100%;
  font-size: 12px;font-size:1.2rem;
  font-weight:bold;
}

/* 詳細　ニュース機能エリア--------------- */
.shop_scroll_area .news_list{
  margin-bottom:4px;
  padding:10px;
}
.news_list{
  background-color: #FCF9ED;
}
.news_list .news_date{
  font-size: 12px;font-size: 1.2rem;
  color: #666666;
}
.news_list .news_ttl{
  font-size: 14px;font-size: 1.4rem;
  color: #333333;
  text-shadow: 1px 1px 1px #bababa;
  padding: 4px 0;
  margin-bottom: 0;
}
 .news_txt{
   font-size: 13px;font-size: 1.3rem;
  color: #434343;
  padding-top: 6px;
  border-top: 1px dotted #cccccc;
  margin-bottom: 0;
 }

 /* 詳細　レビューエリア------------------ */
.shop_detail_review_area{
  font-size:12px;font-size:1.2rem;
}
.shop_detail_review_area .thumbnail{
  margin-bottom:4px;
  padding:10px;
}
.shop_detail_review img{
  margin-bottom: 5px;
}
.shop_detail_review h4{
  display: inline;
  font-size:12pt;
  font-weight:bold;
  margin-bottom:3px;
}
.shop_detail_review h4 span{
  font-size: 12px;font-size:1.2rem;
  font-weight: normal;
}
.shop_detail_review .review_star{
  display: inline-block;
  color: orange;
  font-size:12pt;
}
.shop_detail_review .review_rating{
  color: orange;
  font-size:10pt;
  font-weight:bold;
}
.shop_detail_review .reviewImg{ text-align:center; }
.shop_detail_review .reviewImg img{
  display: inline-block;
  max-height:100px;
}
.shop_detail_review .reviewer{
  text-align: right;
  margin: 4px 0 0;
}
.shop_detail_review .reviewer span{
  display: inline-block;
  color: #aaaaaa;
}
/*レビューに性別がある場合のみ、日付前に余白を設ける*/
.shop_detail_review .reviewer span + span{
  padding-left: 5px;
}
.shop_detail_review .reviewerImg{ padding: 2px 4px; }

/*レビュー関連のボタン*/
.reviewBtngroup{ margin: 10px 10px 30px; }
.reviewBtngroup button{
  position: relative;
  top: 0px;
  font-size: 12px;font-size: 1.2rem;
  white-space: normal;
  letter-spacing: 0.2rem;
  padding: 4px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-shadow: 2px 2px 3px #dddddd;
  margin: 6px 0;
  outline: 0;
}
.reviewBtngroup button:active{
  position: relative;
  top: 2px;
  box-shadow: none;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
}

/*--詳細　スクロールエリア-----------------*/
.shop_scroll_area{
  max-height:400px;
  overflow-y:auto;
}
.shop_scroll_area.shop_detail_review_area{
  max-height:2000px;
}
.shop_scroll_area .thumbnail{
  text-align: left;
  word-wrap:break-word;
  overflow-wrap:break-word;
}

/*--詳細　メニュー機能エリア---------------*/
.menu_container{
  word-wrap:break-word;
  overflow-wrap:break-word;
  margin:0px auto 10px auto;
  border-top: 1px solid #cccccc;
}
.menu_container .menucomment pre{
  width:90%;
  text-align:center;
  font-weight:bold;
  font-size:18px; font-size: 1.8rem;
  color:#669966;
  background-color: #FFFFFF;
  padding:20px 5px 5px 5px;
  line-height:1.5;
  border: none;
  margin:5px auto 5px auto;
  white-space:pre-wrap;
  border-radius: 0;
}
.menu_container .genre_container{
  margin:3px 0px 5px 0px;
  overflow:hidden;
}
.menu_container .menu_genre{
  float:right;
  text-align:right;
  font-size:13px;
  padding-top:5px;
  padding-bottom:5px;
  border-bottom:3px solid #cccccc;
}
.menu_container .genre_list{
  display:inline;
  padding:0px 5px 0px 5px;
}
.menu_container .genre{ padding:5px 0px 10px 0px; }
.menu_container .genre a{ color:#ffffff; }
.menu_container .genre_name{
  width:100%;
  background-color:#339966;
  margin:5px 0px 10px 0px;
  padding-left:20px;
  font-size:15px;
  font-weight:bold;
  text-align:left;
}
.menu_container .genre_name>a:hover{ text-decoration: none; }
.menu_container .menu_list{
  border: 1px dashed #999999;
  margin-bottom:5px;
  text-align:left;
  overflow: hidden;
}
.menu_container .menu_name{
  padding:5px 10px 3px 10px;
  font-size:18px;
  font-weight:bold;
  color:#030;
}
.menu_container .menu_photoline{
  float:right;
  padding:2px;
  border:solid 2px #ccc;
  margin:5px 3px 5px 0px;
}
.menu_container .menu_phototop{
  overflow:hidden;
  width:85px;
  height:85px;
  border:solid 1px #cccccc;
}
.menu_container .menu_phototop img{ width:100%; }
.menu_container .menu_rate{
  margin-left:10px;
  padding:3px 0px 3px 10px;
  color:#F00;
  font-weight:bold;
  font-size:13px;
}
.menu_container .menu_exp{ padding:5px 15px 5px 15px; }
.menu_container .menu_exp pre{
  margin:0;
  white-space:pre-wrap;
}

/*--詳細　記事機能エリア----------------*/
/*タイトル*/
.articlearea{
  padding: 10px 2px;
  border: 1px solid #dedede;
  border-radius: 2px;
  margin: 10px auto;
  word-wrap: break-word;
  overflow-wrap:break-word;
}
#main_contents .articlearea h3{
  font-size: 20px;font-size:2.0rem;
  line-height: 120%;
  filter:dropshadow(color=#dcdcdc,offX= 2,offY= 2);
  text-shadow: 2px 2px 0px #dcdcdc;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  border-left: 20px solid #8F99BF;
  padding: 6px;
  margin: 10px 4px;
}
.articlearea .art_keyword{
  color: #333333;
  font-size: 14px;font-size:1.4rem;
  line-height: 2;
  text-align: right;
  text-decoration: none;
  margin: 10px 4px 15px;
}
.articlearea .art_keyword span{
  text-decoration: none;
  color: #333333;
  background-color: #E1E9EF;
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1);
  padding: 3px 6px;
}
.articlearea .article_body{ margin: 4px; }
.articlearea .article_body img{
  float: right;
  max-width: 350px;
  max-height: 350px;
  border: 1px solid #cccccc;
  padding: 2px;
  margin: 0 1px;
}
.articlearea .art_date{
  font-size: 12px;font-size:1.2rem;
  text-align: right;
  margin: 6px 4px;
}
/*「続きを見る」ボタン*/
.articlearea .more_button{
  display: block;
  font-size: 16px;font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  color: #441D02;
  background-color: #E5E3E5;
  border: 1px solid #B7B3B6;
  border-radius: 2px;
  padding: 4px 2px;
  margin: 4px 40px;
}
.articlearea .more_button:hover{color: #441D02;}
.articlearea .more_button:visited{color: #441D02;}
/*記事ページャー*/
.article_pageNav ul{
  text-align: right;
}
.article_pageNav li{
  display: inline-block;
  background-color: #666666;
  font-weight: bold;
  padding: 4px;
}
.article_pageNav li a{
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 640px) {
#main_contents .articlearea h3{
    font-size: 16px;font-size:1.6rem;
    border-left: 10px solid #8F99BF;
  }
  .articlearea .art_keyword{
    font-size: 12px;font-size:1.2rem;
    margin: 8px 2px;
  }
  .articlearea .art_keyword span{
    display: block;
  }
  .articlearea .article_body img{
    float: none;
    display: block;
    max-width: 80%;
    max-height: 350px;
    border: 1px solid #cccccc;
    padding: 2px;
    margin: 2px auto 6px;
  }
  .articlearea .more_button{
    font-size:12px;font-size:1.2rem;
  }
}

/* 詳細　ランキングエリア---------------- */
.shop_detail_ranking .ranking_shop_area .ranking_shop{
  margin:5px;
}
.shop_detail_ranking .ranking_shop_area .ranking_shop_area_name{
  font-size:16pt;
  font-weight: bold;
}
.shop_detail_ranking .vote_area{
  margin:10px 5px;
  padding:0px;
}
.shop_detail_ranking .vote_area_header{
  margin:5px;
  font-weight:bold;
}
.shop_detail_ranking .vote_target{
  background-color: #e0e7fd;
  background-color: #fafafa;
  height: 100px;
  margin-bottom:4px;
  font-size:9pt;
  color: #555;
}
.shop_detail_ranking .vote_target .vote_shop_name{
  min-height:40px;
}
.recommend_shop_area {
  margin:3px;
  margin-top:20px;
}
.recommend_shop_area .recommend_shop_area_header {
  margin:5px;
  font-weight:bold;
}
.recommend_shop_area .recommend_shop_name{
  font-size:11pt;
  font-weight:bold;
}

/* 詳細　HP紹介エリア----------------- */
.shop_detail_hpintro .panel-body{
  padding-top: 0;
}

/*-----------------------------------------------*/

/* ランドマーク詳細ページ -----------------------------*/
.lminfo_contents .table-info{
  margin-top: 0;
}

/*-----------------------------------------------*/



/*
 * Original Common class
*/
.underline{ text-decoration: underline; }
.no-padding{ padding: 0px; }
.padding-top10{ padding-top: 10px; }

/*floatの解除*/
.clearfix:after{
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";
}
/*コンテンツデザイン枠 影付きカードデザイン*/
.dataDesign{
  overflow: hidden;
  border: 1px solid #dedede;
  box-shadow: 4px 0px 10px rgba(0,0,0,0.4);
  -webkit-box-shadow: 4px 0px 10px rgba(0,0,0,0.4);
  -moz-box-shadow: 4px 0px 10px rgba(0,0,0,0.4);
  padding: 10px 2px 10px;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .dataDesign{
    box-shadow:none;
    -webkit-box-shadow:none;
    -webkit-box-shadow:none;
    border: none;
    border-top: 1px solid #dedede;
  }
}


.arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
}
/*arrowクラスにプラスで付けるクラス*/
.arrow:before,.arrow:after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.arrow-circle:before{
width: 12px;
height: 12px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #7a0;
}
.arrow-circle:after{
left: 5px;
box-sizing: border-box;
width: 3px;
height: 3px;
border: 3px solid transparent;
border-left: 3px solid #fff;
}

.marker_yellow {
  background:-webkit-linear-gradient(transparent 60%, #ffffbc 0%);
  background:linear-gradient(transparent 60%, #ffffbc 0%);
}
.marker_gray {
  background:-webkit-linear-gradient(transparent 60%, #E4E2E1 0%);
  background:linear-gradient(transparent 60%, #E4E2E1 0%);
}
.marker_copper {
  background:-webkit-linear-gradient(transparent 60%, #FCD9BF 0%);
  background:linear-gradient(transparent 60%, #FCD9BF 0%);
}
