@charset "UTF-8";
.wrap_shop {
  padding: 0; }
  .wrap_shop a.shop_content_link {
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block; }

.shop_content {
  margin: 0 -10px; }
  .shop_content::after {
    content: "";
    display: table;
    clear: both; }

.shop_img_main {
  float: left;
  width: 50%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .shop_img_main .list {
    margin: 0 -6px; }
    .shop_img_main .list::after {
      content: "";
      display: table;
      clear: both; }
    .shop_img_main .list img {
      width: 100%;
      max-height:350px;
      object-fit:cover;
      vertical-align: bottom;
      
    }
    .shop_img_main .list li {
      float: left;
      width: 50%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 6px;
      object-fit:cover;
    }
    .shop_img_main .list li:nth-child(n+2) img{
      max-height:170px;
      object-fit:cover;
    }
      .shop_img_main .list li:first-child {
        width: 100%; }
      .shop_img_main .list li + li {
        padding-top: 10px; }
      .shop_img_main .list li p {
        line-height: 1; }
        .shop_img_main .list li p .caption {
          display: block;
          font-size: 12px;
          line-height: 1.6;
          padding: 8px 0 18px;
          word-wrap: break-word; }

.shop_content_txt {
  float: right;
  width: 50%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word; }

.txt {
  padding: 20px 0 40px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .5px; }

#shops {
  width: 100%;
  float: none; }

.data {
  border: 1px solid #D3C3B5; }
  .data .data_ttl {
    line-height: 1;
    padding: 0;
    margin: -0.6em 0 0;
    width: auto;
    text-align: center;
    font-weight: 400; }
    .data .data_ttl span {
      font-size: 18px;
      display: inline-block;
      color: #D3C3B5;
      background: #fff;
      padding: 0 15px; }
  .data dl {
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    line-height: 1.6;
    letter-spacing: .5px; }
    .data dl dt {
      width: 17%;
      padding-right: 3%; }
    .data dl dd {
      width: 83%; }

.notImg .shop_content_txt {
  float: none;
  width: 100%; }
  .notImg .shop_content_txt::after {
    content: "";
    display: table;
    clear: both; }

.notImg .txt {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 0; }

.notImg #shops {
  width: 100%;
  float: none; }

.notImg .data {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .notImg .data .data_ttl {
    line-height: 1;
    padding: 0;
    margin: -0.6em 0 0;
    width: auto;
    text-align: center;
    font-weight: 400; }
    .notImg .data .data_ttl span {
      font-size: 18px;
      display: inline-block;
      color: #D3C3B5;
      background: #fff;
      padding: 0 15px; }
  .notImg .data dl {
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    line-height: 1.6;
    letter-spacing: .5px; }
    .notImg .data dl dt {
      width: 17%;
      padding-right: 3%; }
    .notImg .data dl dd {
      width: 83%; }

/*************************************
**  
**  まとめコンテンツ
**  
*************************************/
#summary_contents_area {
  margin: 100px 0 0; }
  #summary_contents_area .inner {
    width: 1036px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 18px; }

/*************************************
**  共通
*************************************/
.contents_area_ttl {
  text-align: center;
  font-size: 24px;
  color: #544227;
  width: auto;
  font-weight: 700;
  border-top: 1px solid #A6937C;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-bottom: 1px dotted #a6937c;
  -webkit-box-shadow: inset 0 5px #FFF;
  box-shadow: inset 0 1px #FFF;
  background-image: -webkit-linear-gradient(270deg, #eee5db 0, #f2ebe4 100%);
  background-image: -moz-linear-gradient(270deg, #eee5db 0, #f2ebe4 100%);
  background-image: -o-linear-gradient(270deg, #eee5db 0, #f2ebe4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eee5db), to(#f2ebe4));
  background-image: -webkit-linear-gradient(top, #eee5db 0, #f2ebe4 100%);
  background-image: -o-linear-gradient(top, #eee5db 0, #f2ebe4 100%);
  background-image: linear-gradient(180deg, #eee5db 0, #f2ebe4 100%); }

/*  */
.section + .section {
  margin-top: 60px; }

/*************************************
**  人気まとめ
*************************************/
#Popular_articles .article_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px -24px; }

#Popular_articles article {
  width: 25%;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px; }
  #Popular_articles article a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 1px 1px 1px 0 #DFD3CA;
    box-shadow: 1px 1px 1px 0 #DFD3CA; }
  #Popular_articles article .article_tmb {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff; }
    #Popular_articles article .article_tmb img {
      width: 100%;
      vertical-align: bottom;
      height: 130px;
      object-fit: cover; }
  #Popular_articles article div {
    padding: 13px 15px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word; }
    #Popular_articles article div .article_ttl {
      color: #362e2b;
      font-weight: 700;
      line-height: 1.4;
      font-size: 15px; }
    #Popular_articles article div time {
      position: absolute;
      bottom: 7px;
      right: 10px;
      color: #BCB7B1;
      font-size: 10px; }

/*************************************
**  おすすめエリアのまとめ
*************************************/
#recommended_area .contents_area_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  /* margin: 0 -12px; */ }
  #recommended_area .contents_area_list li {
    position: relative;
    display: inline-block;
    width: 20%;
    margin-bottom: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 6px; }
    #recommended_area .contents_area_list li a {
      padding: 10px 12px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 14px;
      letter-spacing: 0.03em;
      line-height: 1;
      text-align: center;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      color: #362e2b;
      background: #fff;
      border-radius: 3px;
      -webkit-box-shadow: 1px 1px 1px 0 #DFD3CA;
      box-shadow: 1px 1px 1px 0 #DFD3CA; }
      #recommended_area .contents_area_list li a:after {
        content: "";
        display: block;
        border-top: solid 1px #c29d85;
        border-right: solid 1px #c29d85;
        width: 4px;
        height: 4px;
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translate(0, -50%) rotate(45deg);
        -ms-transform: translate(0, -50%) rotate(45deg);
        -webkit-transform: translate(0, -50%) rotate(45deg); }
      #recommended_area .contents_area_list li a img {
        padding-right: 8px; }

#head {
  position: relative; }

.sns {
  background: none;
  font-size: 0;
  padding: 0;
  width: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .sns .sns_area {
    display: inline-block;
    width: auto;
    overflow: hidden;
    margin: 0 -8px; }
    .sns .sns_area li {
      float: left;
      width: 35px;
      padding: 8px; }
      .sns .sns_area li a {
        display: block; }
      .sns .sns_area li img {
        vertical-align: bottom; }

.map img {
  width: 100%; }

.tag_area ul {
  padding-top: 11px; }
  .tag_area ul::after {
    content: "";
    display: table;
    clear: both; }
  .tag_area ul li {
    float: left;
    padding: 0 3px 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .tag_area ul li a {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 5px 10px 6px;
      border-radius: 100px;
      line-height: 1;
      font-size: 12px;
      letter-spacing: .5px;
      font-weight: 400;
      background: #3a322d;
      color: #fff; }

@media only print, screen and (max-width: 750px) {
    .shop_img_main .list li:nth-child(n+2) img{
      height:200px;
      max-height:none;
      object-fit:cover;
    }
  .shop_img_main {
    float: none;
    width: 100%; }
    .shop_img_main .list {
      margin: 0 -4px; }
      .shop_img_main .list li {
        padding: 0 4px; }
        .shop_img_main .list li + li {
          padding-top: 0; }
        .shop_img_main .list li p .caption {
          padding: 8px 0 0; }
  .shop_content_txt {
    float: none;
    width: 100%; }
  .txt {
    padding: 20px 0 40px;
    font-size: 13px; }
  #shops {
    margin: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .data {
    margin-bottom: 10px;
    padding-bottom: 15px; }
    .data dl {
      display: block; }
      .data dl dt {
        width: 100%;
        padding-right: 0%;
        font-weight: bold;
        text-align: left;
        line-height: 1.6; }
      .data dl dd {
        width: 100%;
        line-height: 1.6; }
  .notImg .txt {
    float: none;
    width: 100%;
    padding: 5px 0 40px; }
  .notImg .data {
    float: none;
    width: 100%; }
    .notImg .data dl {
      display: block; }
      .notImg .data dl dt {
        width: 100%;
        padding-right: 0%;
        font-weight: bold;
        text-align: left;
        line-height: 1.6; }
      .notImg .data dl dd {
        width: 100%;
        line-height: 1.6; }
  /*************************************
**  人気まとめ
*************************************/
  /*************************************
**  おすすめエリアのまとめ
*************************************/
  #head {
    overflow: unset; }
    #head::after {
      content: "";
      display: table;
      clear: both; }
  .sns {
    right: 10px;
    top: inherit;
    bottom: -27px;
    z-index: 999;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
    .sns .sns_area {
      margin: 0 -5px; }
      .sns .sns_area li {
        width: 35px;
        padding: 0 5px 5px;
        margin: 0; }
        .sns .sns_area li a {
          border-radius: 100%;
          -webkit-box-shadow: 1px 1px 1px 0 #eee5db;
          box-shadow: 1px 1px 1px 0 #eee5db; }
  .tag_area ul {
    padding: 6px 5px 8px; }
    .tag_area ul li {
      padding: 0 3px 4px; }
      .tag_area ul li a {
        font-size: 12px; }
  #shops .wrap_shop {
    margin-bottom: 32px; }
  /*************************************
  **  
  **  まとめコンテンツ
  **  
  *************************************/
  #summary_contents_area {
    margin: 50px 0 0; }
    #summary_contents_area .inner {
      width: 100%;
      padding: 0 10px; }
  /*************************************
  **  共通
  *************************************/
  .contents_area_ttl {
    font-size: 14px;
    margin-bottom: 16px; }
  /*  */
  .section + .section {
    margin-top: 50px; }
  /*************************************
  **  人気まとめ
  *************************************/
  #Popular_articles .article_list {
    margin-bottom: 0; }
  #Popular_articles article {
    width: 100%;
    margin-bottom: 10px; }
    #Popular_articles article:last-of-type {
      margin-bottom: 0; }
    #Popular_articles article a {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    #Popular_articles article .article_tmb {
      border: none;
      position: relative;
      overflow: hidden;
      width: 80px;
      height: 80px; }
      #Popular_articles article .article_tmb img {
        height: 80px;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    #Popular_articles article div {
      padding: 8px 10px 20px;
      width: calc(100% - 80px);
      position: relative; }
      #Popular_articles article div .article_ttl {
        font-weight: 400;
        font-size: 12px; }
  /*************************************
  **  おすすめエリアのまとめ
  *************************************/
  #recommended_area .contents_area_list {
    width: auto;
    margin: 0 -4px; }
    #recommended_area .contents_area_list li {
      width: 50%;
      margin-bottom: 8px;
      padding: 0 4px; }
      #recommended_area .contents_area_list li a {
        padding: 13px 11px;
        font-size: 11px;
        text-align: left;
        height: 100%; }
        #recommended_area .contents_area_list li a img {
          padding-right: 7%; }
  #topimg {
    margin-bottom: 5px; }
  a:hover {
    -webkit-filter: unset !important;
    filter: unset !important;
    opacity: unset !important; } }
