/*--- import -------------------------------------*/
/*------------------------------------- import ---*/
section {
  margin-top: 80px; }
  @media screen and (max-width: 750px) {
    section {
      margin-top: 60px; } }

.store_list {
  font-weight: bold; }
  .store_list .ttl {
    /*
    font-size: 42px;
    color: #0050c6;
    */ }
  .store_list ul {
    margin: 0 auto;
    margin-top: 20px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    padding: 20px;
    flex-wrap: wrap; }
    .store_list ul li {
      padding: 0px 40px; }
      .store_list ul li:not(:last-child) {
        border-right: 4px dotted #9bbc00; }
      .store_list ul li a {
        display: inline-block;
        color: #bdd15e; }
  @media screen and (max-width: 960px) {
    .store_list ul {
      padding: 4.1666666667vw; }
      .store_list ul li {
        padding: 0 4.1666666667vw; } }
  @media screen and (max-width: 750px) {
    .store_list ul {
      padding: 0vw 0vw;
      max-width: 450px;
      width: 100%;
      border: 1px solid #bdd15e; }
      .store_list ul li {
        text-align: left;
        width: 100%;
        padding: 0; }
        .store_list ul li:not(:last-child) {
          border-right: none;
          border-bottom: 1px solid #9bbc00; }
        .store_list ul li a {
          padding: 3.3333333333vw 2.6666666667vw;
          display: block;
          position: relative; }
          .store_list ul li a:after {
            content: '';
            display: inline-block;
            background: url("../images/arrow_gr.png") no-repeat;
            background-size: contain;
            width: 12px;
            height: 21px;
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%); } }

.area .ttl_area {
  position: relative; }
.area .area_ttl {
  margin-top: 40px;
  font-size: 32px;
  font-weight: bold;
  background: #bdd15e;
  color: #fff;
  padding: 15px 10px; }
.area .inner {
  background: #fff;
  padding: 40px; }
  .area .inner .srore_images {
    text-align: center; }
    .area .inner .srore_images img {
      border-radius: 10px;
      max-width: 450px;
      width: 100%; }
.area ul {
  margin-top: 40px;
  border: 1px solid #bdd15e; }
  .area ul li {
    display: flex; }
    .area ul li .title {
      padding: 20px 10px;
      background: #bdd15e;
      color: #fff;
      width: 150px;
      font-weight: bold;
      border-bottom: 1px solid #fff; }
    .area ul li .con {
      background: #fff;
      padding: 20px 10px;
      width: calc(100% - 150px);
      text-align: left;
      border-bottom: 1px solid #bdd15e; }
    .area ul li:last-child .title {
      border-bottom: none; }
    .area ul li:last-child .con {
      border-bottom: none; }
.area .txt {
  margin-top: 20px;
  text-align: left; }

@media screen and (max-width: 750px) {
  .area .inner {
    padding: 5.3333333333vw 5.3333333333vw; }
  .area .area_ttl {
    padding: 10px 10px;
    margin-top: 5.3333333333vw;
    font-size: 24px; }
  .area ul {
    margin-top: 5.3333333333vw; }
    .area ul li {
      display: flex;
      font-size: 14px; }
      .area ul li .title {
        padding: 2.6666666667vw 10px;
        width: 80px; }
      .area ul li .con {
        padding: 2.6666666667vw 10px;
        width: calc(100% - 80px); }
  .area .txt {
    font-size: 14px; } }
.map {
  margin-top: 60px; }
  .map iframe {
    /* max-width: 450px; */
    width: 100%;
    height: 250px; }
  @media screen and (max-width: 750px) {
    .map {
      margin-top: 8vw; }
      .map iframe {
        height: 250px; } }


  .service-box{
    margin: 20px auto;
  }
  .service-box span{
    background-color: #fff;
    color: #fc2626;
    font-size: 2em;
    font-weight: bold;
    border-bottom: solid;
    margin: 35px 0 20px;
    display: inline-block;
  }
  .service-box .service-flex{
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin: 10px auto 20px;
  }
  .service-box .service-flex img{
    width: 90%;
    max-width: initial;
  }
  .service-box .sp{
    display: none;
  }
  @media screen and (max-width: 750px){
    .service-box .service-flex{
      display: flex;
      justify-content: center;
    flex-wrap: wrap;
  }
  .service-box .service-flex div{
    margin: 10px;
  }

  .service-box .service-flex img{
    width: 100%;
    max-width: initial;
  }

  .service-box .sp{
    display: block;
  }
}