@charset "utf-8";
/*ヘッダー調整*/
.header_logo_area h1 {
	margin-bottom: 0;
}
.header_logo_area h1 a.header_logo_link img {
	vertical-align: middle;
}
.header_contact {
	color: #007440;
}
/*ナイスメリット店*/
body {
    font-size: 14px;
}
.font_rdd {
  padding: 0 0.2em;
  background: #fff;
  color: #bb0000;
}
address {
  font-style: normal;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
img {
  line-height: 0;
  vertical-align: bottom;
  vertical-align: top;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.onlyPc {
  display: none;
}
.onlySp {
  display: block;
}
.onlyPci {
  display: none;
}
.onlySpi {
  display: block;
}
body a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
main {
  padding: 1rem 5% 0;
}
#as1 {
  width: calc(100% - 10%);
}
.ribbon20-wrapper {
  display: block;
  position: relative;
  margin: 0.5rem auto;
  padding: 2.7rem 0 1.5rem;
  width: 100%;
  background: #efefef;
}
.ribbon20-wrapper h1 {
  text-align: center;
  font-size: min(5.3vw, 1.7rem);
  color: #007440;
}
.ribbon20-wrapper h1.title_merit01 {
  font-size: min(5vw, 1.7rem);
}
.ribbon20 {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 9px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: white;
  background: #63b13f;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.ribbon20:before {
  position: absolute;
  content: '';
  top: 0;
  left: -6px;
  border: none;
  height: 38px;
  width: 7px;
  background: #63b13f;
  border-radius: 5px 0 0 5px;
}
.ribbon20:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #007440;
  border-radius: 5px 0 0 5px;
}
#nav {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  margin: 0 auto 2rem;
  align-items: flex-end;
}
#nav li {
  flex-basis: 30%;
  font-size: 1.1rem;
  margin: 0 3px;
  line-height: 1.2;
}
.title-02 {
  position: relative;
  border-bottom: 2px solid #007440;
  color: #007440;
  text-align: center;
  padding: 30px 0 10px;
  margin: 0;
}
/* 下三角 */
.title-02:after {
  border: 10px solid transparent;
  border-top-color: #007440;
  border-bottom-width: 0;
  bottom: -10px;
  content: "";
  display: block;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.shopSection {
    padding-top: 70px;
    margin-top: -70px;
}
h2.title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 0.4em 0.5em; /*文字の上下 左右の余白*/
  color: #494949; /*文字色*/
  background: #eeeeee; /*背景色*/
  border-left: solid 5px #63b13f; /*左線*/  
}
ul.facility {
  margin-bottom: 1rem;
}
ul.facility li.name {
  font-size: 1.2rem;
  padding: 0.4rem 1rem;
  background: #007440;
  color: #fff;
}
ul.facility li.name a {
  color: #fff;
  font-size: 1.2rem;
}
.bkg {
  padding: 1rem 0 2rem 0;
}
ul.facility li {
  padding: 0.5rem 0;
  border-bottom: 2px dotted #007440;
}
.shoplink {
    margin-top: 0.2em;
    color: #007440;
    float: left;
}
.image-note {
}
#as1 {
  background: #fff;
  text-align: center;
  margin: 2rem auto;
  overflow: hidden;
  border-radius: 10px;
  border: 0.1px solid #7c7c7c;
}
#as1 h2 {
  background: #7c7c7c;
  color: #fff;
  font-weight: normal;
  font-size: min(1.2rem,4vw);
  line-height: 2.5;
}
#as1 ul {
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  padding: 10px 0 5px;
  align-items: center;
}
#as1 ul li {
   margin: 5px 2%;
}
#as1 ul li a.tel1 {
  font-size: min(2.5rem,7vw);
  font-weight: bold;
}
#as1 ul li a.mail {
  font-size: 1.5rem;
}
#as1 p {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 87.5%;
    line-height: 1.75;
  }
  .onlyPc {
    display: block;
  }
  .onlySp {
    display: none;
  }
  .onlyPci {
    display: none;
  }
  .onlySpi {
    display: block;
  }
  .f20 {
    flex-basis: 40%;
    margin-right: 2%;
  }
  .f80 {
    flex-basis: 55%;
  }
  .ribbon20-wrapper {
    padding: 1.5rem 0;
  }
    .shopSection {
        padding-top: 120px;
        margin-top: -120px;
    }
    .bkg {
      padding: 1rem 0 2rem 0;
    }
    #nav li {
      margin: 0 10px;
        flex-basis: 17%;
    }
    #as1 h2 {
      font-weight: normal;
      font-size: 1.2rem;
      line-height: 2.5;
    }
}
@media only screen and (min-width: 1024px) {
  #attention {
    font-size: 0.7rem;
  }
  .onlyPci {
    display: block;
  }
  .onlySpi {
    display: none;
  }
  html {
    font-size: 100%;
  }
  body {
    background-color: #ECECEC;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #F9F9F9), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #F9F9F9), color-stop(.75, #F9F9F9), color-stop(.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
  }
  main {
    padding: 1rem 0.5rem 0;
  }
  #main {
    border-radius: 10px;
    background: #FFF;
    padding: 1rem;
    margin: 1rem auto 0;
    width: 960px;
  }
  #as1 {
    width: 960px;
  }
  .f20 {
    flex-basis: 30%;
  }
  .f80 {
    flex-basis: 68%;
  }
}
@media only screen and (max-width: 768px) {}