@media (min-width: 769px) {

  main .location_whtcell {
    position: relative;
    display: block;
    width: 600px;
    margin: 30px auto 0;
    background: #fff;
    padding: 30px 25px 20px;
  }

  main .location_whtcell.gry {
    background: #f5f4f4;
  }

  main .location_whtcell .shop_logo {
    position: absolute;
    right: 15px;
    background: #fff;
    padding: 0 0 0 10px;
    z-index: 2;
  }

  main .location_whtcell .shop_logo.logo01 {
    width: 87px;
    top: 27px;
  }

  main .location_whtcell .shop_logo.logo02 {
    width: 50px;
    top: 7px;
  }

  main .location_whtcell .shop_logo.logo03 {
    width: 118px;
    top: 20px;
  }

  main .location_whtcell .l_ttl {
    font-size: 24px;
    text-align: center;
    line-height: 1.75;
    margin: 0 auto 20px;
  }

  main .location_whtcell .l_ttl_mall {
    position: relative;
    font-size: 17px;
    text-align: left;
    line-height: 1;
    margin: 0 auto 30px;
    color: #00806f;
  }

  main .location_whtcell .l_ttl_mall::after {
    display: block;
    content: "";
    position: absolute;
    background: #00806f;
    width: calc(100% - 7em);
    height: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  main .location_whtcell .l_img {
    display: block;
    width: 70%;
    margin: 0 auto 20px;
  }

  main .location_whtcell .l_img02 {
    display: block;
    width: 100%;
    margin: 0 auto 0px;
  }

  main .location_whtcell .l_txt {
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
    margin: 0;
  }

  main .ul_location_list01 {
    display: flex;
    flex-wrap: wrap;
    width: 650px;
    margin: 0 auto;
  }

  main .ul_location_list01 li {
    width: 47.5%;
    margin: 0 5% 25px 0;
  }

  main .ul_location_list01 li:nth-child(2n) {
    margin: 0 0% 15px 0;
  }

  main .ul_location_list01 li img {}

  main .ul_location_list01 li p {
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
    margin: 4px 0 0;
  }

  main .subttlArea {
    background: #4c4946;
    padding: 10px 0 10px;
    text-align: center;
    color: #fff;
  }

  main .subttlArea .s_ttl {
    font-size: 27px;
    line-height: 1;
    margin: 0 auto;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
  }

  main .location_tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 650px;
    margin: 0 auto 30px;
  }

  main .location_tab li {
    width: 32.5%;
    margin: 0 0 5px;
    padding: 12px 0 12px;
    background: #99ccc6;
    text-align: center;
    font-size: 16px;
    color: #231815;
    cursor: pointer;
  }

  main .location_tab li.tab01.active {
    background: #bcb3ca;
  }

  main .location_tab li.tab02.active {
    background: #91b0bc;
  }

  main .location_tab li.tab03.active {
    background: #65bfa1;
  }

  main .location_tab li.tab04.active {
    background: #88c6d7;
  }

  main .location_tab li.tab05.active {
    background: #8fc184;
  }

  main .location_tab li.tab06.active {
    background: #ce93bf;
  }

  main .tab_img {
    display: block;
    width: 650px;
    margin: 0 auto 20px;
  }

  main .tab_cell {
    display: none;
    width: 650px;
    margin: 0 auto 20px;
  }

  main .tab_cell.active {
    display: block;
  }

  main .tab_cell .tab_ttl {
    text-align: center;
    font-size: 18px;
    padding: 7px 0 7px;
    border-top: 1px solid #6a6361;
    border-bottom: 1px solid #6a6361;
    margin: 0 auto 20px;
  }

  main .tab_cell.cell01 .tab_ttl {
    background: #bcb3ca;
  }

  main .tab_cell.cell02 .tab_ttl {
    background: #91b0bc;
  }

  main .tab_cell.cell03 .tab_ttl {
    background: #65bfa1;
  }

  main .tab_cell.cell04 .tab_ttl {
    background: #88c6d7;
  }

  main .tab_cell.cell05 .tab_ttl {
    background: #8fc184;
  }

  main .tab_cell.cell06 .tab_ttl {
    background: #ce93bf;
  }

  main .tab_cell ul {
    border-top: 1px dotted #6a6361;
  }

  main .tab_cell ul li {
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px dotted #6a6361;
  }

  main .tab_cell ul li .fleft {
    width: 60%;
    text-align: left;
    font-size: 16px;
    display: flex;
    align-items: center;
  }

  main .tab_cell ul li .fleft .icon {
    display: block;
    width: 23px;
    margin: 0 5px 0 0;
  }

  main .tab_cell ul li .fright {
    width: 40%;
    text-align: right;
    font-size: 16px;
  }

}



@media (max-width: 768px) {

  main .location_whtcell {
    position: relative;
    display: block;
    width: calc(86% - 40px);
    margin: 15px auto 0;
    background: #fff;
    padding: 20px 20px;
  }

  main .location_whtcell.gry {
    background: #f5f4f4;
  }

  main .location_whtcell .shop_logo {
    position: absolute;
    right: 15px;
    background: #fff;
    padding: 0 0 0 5px;
    z-index: 2;
  }

  main .location_whtcell .shop_logo.logo01 {
    width: 49px;
    /* 87px */
    top: 7px;
  }

  main .location_whtcell .shop_logo.logo02 {
    width: 30px;
    /* 50px */
    top: 7px;
  }

  main .location_whtcell .shop_logo.logo03 {
    width: 64px;
    /* 118px */
    top: 10px;
  }

  main .location_whtcell .l_ttl {
    /* font-size: 3.4vw;*/
    font-size: 19px;
    text-align: center;
    line-height: 1.75;
    margin: 0 auto 10px;
  }

  main .location_whtcell .l_ttl_mall {
    position: relative;
    /* font-size: 2.25vw;*/
    font-size: 14px;
    text-align: left;
    line-height: 1;
    margin: 0 auto 10px;
    color: #00806f;
  }

  main .location_whtcell .l_ttl_mall::after {
    display: block;
    content: "";
    position: absolute;
    background: #00806f;
    width: calc(100% - 7em);
    height: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  main .location_whtcell .l_img {
    display: block;
    width: 80%;
    margin: 0 auto 10px;
  }

  main .location_whtcell .l_img02 {
    display: block;
    width: 100%;
    margin: 0 auto 0px;
  }

  main .location_whtcell .l_txt {
    /* font-size: 2.1vw;*/
    font-size: 12px;
    text-align: left;
    line-height: 1.8;
    margin: 0;
  }

  /*
  main .ul_location_list01 { display: flex; flex-wrap: wrap; width: 86%; margin: 0 auto;}
  main .ul_location_list01 li { width: 47.5%; margin: 0 5% 15px 0;}
  main .ul_location_list01 li:nth-child(2n) { margin: 0 0% 15px 0;}
  main .ul_location_list01 li img { }
  */
  main .ul_location_list01 {
    width: 90%;
    margin: 0 auto 30px;
  }

  main .ul_location_list01 li {
    margin: 0 5px 0;
  }

  main .ul_location_list01 li p {
    text-align: left;
    /* font-size: 2.25vw;*/
    font-size: 11px;
    line-height: 1.8;
    margin: 2px 0 0;
  }

  .ul_location_list01 .slick-list {
    padding: 0 20% 0 0 !important;
  }

  .ul_location_list01 li {
    margin: 0 0.5%;
  }

  main ul.slick-dots {
    display: flex;
    justify-content: center;
    margin: 10px auto 0;
    text-align: center;
    padding: 0;
  }

  main ul.slick-dots li {
    border-radius: 100%;
    text-indent: -9999px;
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
  }

  main ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 6px;
    height: 6px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: #ccc;
    border-radius: 50%;
  }

  main ul.slick-dots li.slick-active button {
    background: #00806f;
  }

  main .subttlArea {
    background: #4c4946;
    padding: 10px 0 10px;
    text-align: center;
    color: #fff;
  }

  main .subttlArea .s_ttl {
    font-size: 3.8vw;
    /* font-size: 27px;*/
    line-height: 1;
    margin: 0 auto;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
  }

  main .location_tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 86%;
    margin: 0 auto 30px;
  }

  main .location_tab li {
    width: 32.5%;
    margin: 0 0 5px;
    padding: 12px 0 12px;
    background: #99ccc6;
    text-align: center;
    /* font-size: 2.25vw;*/
    font-size: 10px;
    color: #231815;
  }

  main .location_tab li.tab01.active {
    background: #bcb3ca;
  }

  main .location_tab li.tab02.active {
    background: #91b0bc;
  }

  main .location_tab li.tab03.active {
    background: #65bfa1;
  }

  main .location_tab li.tab04.active {
    background: #88c6d7;
  }

  main .location_tab li.tab05.active {
    background: #8fc184;
  }

  main .location_tab li.tab06.active {
    background: #ce93bf;
  }

  main .tab_img {
    display: block;
    width: 86%;
    margin: 0 auto 20px;
  }

  main .tab_cell {
    display: none;
    width: 86%;
    margin: 0 auto 20px;
  }

  main .tab_cell.active {
    display: block;
  }

  main .tab_cell .tab_ttl {
    text-align: center;
    /* font-size: 2.5vw;*/
    font-size: 16px;
    padding: 7px 0 7px;
    border-top: 1px solid #6a6361;
    border-bottom: 1px solid #6a6361;
    margin: 0 auto 20px;
  }

  main .tab_cell.cell01 .tab_ttl {
    background: #bcb3ca;
  }

  main .tab_cell.cell02 .tab_ttl {
    background: #91b0bc;
  }

  main .tab_cell.cell03 .tab_ttl {
    background: #65bfa1;
  }

  main .tab_cell.cell04 .tab_ttl {
    background: #88c6d7;
  }

  main .tab_cell.cell05 .tab_ttl {
    background: #8fc184;
  }

  main .tab_cell.cell06 .tab_ttl {
    background: #ce93bf;
  }

  main .tab_cell ul {
    border-top: 1px dotted #6a6361;
  }

  main .tab_cell ul li {
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px dotted #6a6361;
  }

  main .tab_cell ul li .fleft {
    display: flex;
    align-items: center;
    width: 60%;
    text-align: left;
    /* font-size: 2.1vw;*/
    font-size: 12px;
  }

  main .tab_cell ul li .fleft .icon {
    display: block;
    width: 18px;
    margin: 0 5px 0 0;
  }

  main .tab_cell ul li .fright {
    width: 40%;
    text-align: right;
    /* font-size: 2.1vw;*/
    font-size: 12px;
  }

}