@charset "UTF-8";
/*========================================================================
   user layout
========================================================================*/
#user {
  color: #2C9FC8;
}
#user .nav01 .pagenav {
  margin-top: 7px;
  opacity: 1;
}
#user .anchor_nav a .img {
  background-image: url(../img/user/icon_bear@2x.png);
}
#user .matbox {
  background-color: #2C9FC8;
  background: -webkit-linear-gradient(255deg, #2289AD, #359295, #2C9FC8);
  background: linear-gradient(-165deg, #2289AD, #359295, #2C9FC8);
}
#user .footer_logo {
  fill: #2C9FC8;
}

#contents .toggle_btn {
  background-color: #2C9FC8;
  color: #fff !important;
}

.container .inner {
  padding: 0 5%;
}

section.content,
section.container {
  margin-bottom: 4em;
}

/* sec01 リード lead ************************/
#lead {
  margin-bottom: 5em;
}
#lead .mainimg {
  width: 95%;
  margin: 20px auto 1.2em;
}
#lead .txtArea .txt {
  margin-bottom: 1.5em;
}
#lead .txtArea p {
  font-weight: bold;
  line-height: 2.2;
}
@media (max-width: 340px) {
  #lead h4 {
    letter-spacing: -1px;
  }
}

/* sec02 おしらせ news ************************/
#news .inner {
  margin: 1.5em auto;
}
#news .document {
  display: table;
  margin-inline: auto;
  margin-bottom: 1.3em;
  background-color: #dc6b88;
  padding: 0.2em 2em 0.1em;
  border-radius: 10px;
}
#news .document a {
  font-weight: bold;
  color: #fff;
}
#news .news_list {
  font-size: 0.94em;
  line-height: 1.5;
  margin-bottom: 3em;
}
#news .news_list li {
  margin-bottom: 1em;
  clear: both;
}
#news .news_list .catName {
  display: block;
}
#news .news_list .catName .inside {
  display: inline-block;
  padding: 0.2em 0.6em 0.1em;
  border-radius: 10px;
  background-color: #76A315;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.3;
}
#news .news_list .up_ymd {
  display: inline;
  color: #666464;
}
#news .news_list .title {
  display: table;
}
#news .news_list .title a {
  color: inherit;
  text-decoration: underline;
}
#news .news_list .newMark {
  display: inline;
  padding: 0.1em 0.3em;
  margin-left: 0.4em;
  border-radius: 10px;
  background-color: #d44;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.3;
}
#news .btn_all a {
  display: block;
  text-align: center;
  background-color: #ccc;
  border: solid 1px 888;
  border-radius: 10px;
  color: #666464;
}
#news .btn_kanri {
  font-size: 0.87em;
  text-align: right;
  margin-bottom: 2em;
}
#news .btn_kanri a {
  color: inherit;
  text-decoration: underline;
}

/* sec03 サービス案内 service ************************/
#service .imgArea {
  margin-bottom: 2em;
}
#service .txtArea {
  margin-bottom: 2em;
}
#service .txtArea p {
  color: #666464;
}

/* sec04 お店紹介 shoplist ************************/
#shoplist .content h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#shoplist .content h4 img {
  max-height: 45px;
}
#shoplist .content h4 .location {
  font-size: 0.6em;
  font-weight: normal;
  color: #666464;
  margin-left: 1em;
}
#shoplist .content .imgArea {
  max-width: 710px;
  margin-bottom: 3em;
  margin: 0 auto 3em;
}
#shoplist .content .imgArea .item {
  margin: 0 0.4em;
}
#shoplist .content .txtArea {
  margin-bottom: 2em;
}
#shoplist .content .txtArea h5 {
  font-size: 1.58em;
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 0.6em;
}
#shoplist .content .txtArea p {
  color: #666464;
}
#shoplist .content .shop_data {
  padding: 0.8em;
}
#shoplist .content .shop_data table {
  width: 100%;
  margin-bottom: 0.37em;
  line-height: 1.3;
}
#shoplist .content .shop_data table td {
  padding: 0.1em 0.2em;
}
#shoplist .content .shop_data table td:first-child {
  width: 2.5em;
}
#shoplist .content .shop_data table .icon_p {
  float: right;
}
#shoplist .content .shop_data table .icon_p img {
  width: 1.1em;
  margin-right: 2px;
  vertical-align: text-bottom;
}
#shoplist .content .shop_data .add {
  border-top: dotted 1px;
  padding-top: 0.5em;
  font-weight: normal;
  line-height: 1.5em;
}
#shoplist .content .btn_map {
  font-weight: bold;
  text-align: right;
}
#shoplist .content .btn_map img {
  width: 35px;
}
#shoplist .content .btn_map a {
  color: inherit;
}

/* media query ************************/
@media screen and (max-width: 320px) {
  #shoplist .content .txtArea h5 {
    font-size: 1.39em;
  }
}
@media screen and (max-width: 414px) {
  #shoplist .content .txtArea {
    padding: 0 3.5%;
  }
}
@media screen and (min-width: 768px) {
  .imgArea {
    text-align: center;
  }
  h4 {
    font-size: 2em;
  }
  #news .news_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #news .news_list li > span {
    margin: 0 0.5em;
  }
  #news .news_list li .catName .inside {
    display: inline;
  }
  #news .news_list li .up_ymd {
    display: table;
  }
  #news .news_list li .title {
    display: inline;
  }
  #news .news_list li .newMark {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #service {
    max-width: 710px;
  }
  #service .content {
    margin-bottom: 3em;
  }
  #service .imgArea {
    text-align: center;
  }
  #shoplist .content h4 img {
    max-height: 65px;
  }
  #shoplist .content .item {
    margin: 0 0.4em;
  }
  #shoplist .content h5 {
    font-size: 2em;
  }
}
@media screen and (min-width: 992px) {
  #lead .txtArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #lead .txtArea .txt {
    width: 33%;
  }
  #shoplist {
    margin: 0 auto;
  }
}