/****************************************** PCç¨CSS ãããã */
.shop ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.shop ul li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  text-decoration: none;
  color: #ffffff;
}

@media screen and (min-width: 739px) {
  #ofs_aria {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    color: rgba(31, 31, 31, 1);
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
  .top_aria {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #ofs_aria .top_aria .busho_midashi {
    width: 25%;
    height: auto;
    padding-top: 20%;
    text-align: center;
    background-color: #fbbe01;
    color: #fff;
    font-size: 150%;
  }
  #ofs_aria .top_aria .busho_setumei {
    width: 73%;
  }
  #ofs_aria .top_aria .busho_setumei h4 {
    font-size: 140%;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 1em;
  }
  #ofs_aria .top_aria .busho_setumei p {
    font-size: 100%;
    color: #333;
    line-height: 1.6;
    margin-bottom: 1.5em;
  }
  #ofs_aria .top_aria .busho_setumei ul {
    list-style: none !important;
    margin-left: 0;
    padding-left: 0;
  }
  #ofs_aria .top_aria .busho_setumei ul.ofs_item {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  #ofs_aria .top_aria .busho_setumei ul.ofs_item li {
    display: table-cell;
    vertical-align: middle;
    border-right: 2px solid #fff;
  }
  #ofs_aria .top_aria .busho_setumei ul.ofs_item li:last-child {
    border-right: 0px;
  }
  #ofs_aria .top_aria .busho_setumei ul.ofs_item li img {
    width: 100%;
    height: auto;
  }
  #ofs_aria #shin2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 3%;
    margin: 20px 0 40px;
  }
  #ofs_aria .shin_img01 {
    flex: 0 0 60%;
    width: 60%;
    margin: 20px 0;
  }
  #ofs_aria .fbox {
    flex: 0 0 37%;
    width: 37%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px 20px;
    text-align: left;
    line-height: 1.5;
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 15px 0;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 0px #ddd;
  }
  #ofs_aria .fbox:after,
  #ofs_aria .fbox:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
  }
  #ofs_aria .fbox:after {
    top: 30px;
    left: -31px;
    border: 16px solid transparent;
    border-right: 21px solid #ffffff;
  }
  #ofs_aria .fbox:before {
    top: 31px;
    left: -31px;
    border: 15px solid transparent;
    border-right: 15px solid #ccc;
  }
  #ofs_aria .fbox h5 {
    font-size: 170%;
    margin: 0 0 7px 0;
  }
  #ofs_aria .shoplist01 {
    flex: 0 0 100%;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #fbbe01;
    padding: 2%;
  }
  #ofs_aria p.orenge {
    width: 25%;
    background-color: #fbbe01;
    color: #fff;
    text-align: center;
    font-size: 120%;
    line-height: 1.2;
    padding: 0.7em 0;
  }
  #ofs_aria p.midashi {
    font-size: 85%;
    width: 73%;
  }
  #ofs_aria p.new_tenpo {
    width: 100%;
    margin: 15px auto;
    font-size: large;
    background-color: #c00;
    color: #fff;
    padding: 0.7em 0;
    text-align: center;
  }
  #tenpo_ichiran {
    width: 100%;
    margin-bottom: 60px;
  }
  #ofs_aria h2 {
    border-bottom: 1px solid #ccc;
  }
  #ofs_aria h2 span {
    font-size: 70%;
  }
  #ofs_aria #shoplist .shop_infom {
    flex: 0 0 63%;
    width: 63%;
  }
  #ofs_aria #shoplist .img_box {
    flex: 0 0 32%;
    width: 32%;
    height: auto;
  }
  #ofs_aria #shoplist .img_box img {
    width: 100%;
    height: auto;
    border: 0;
  }
  #ofs_aria .pagelink {
    margin-top: -80px;
    padding-top: 80px;
  }
  #ofs_aria #shoplist .inner_box,
  #ofs_aria #shoplist .inner_box02 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}
/****************************************** PCç¨CSS ããã¾ã§ */
/****************************************** ã·ã§ãããªã¹ãCSS ããããã*/
#ofs_aria #shoplist {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 8px solid #ccc;
  background-color: #ffffff;
  padding: 20px 0;
  line-height: 1.4;
  color: #666;
  font-size: 100%;
  margin: 0 auto 20px auto;
}
#ofs_aria #shoplist .inner_box {
  width: 97%;
  margin: 0 auto;
}
#ofs_aria #shoplist .inner_box02 {
  width: 97%;
  margin: 30px auto 0;
  padding-top: 30px;
  border-top: 1px dotted #ccc;
}
#ofs_aria #shoplist .list_bana {
  margin-bottom: 10px;
  width: 40%;
  height: auto;
  display: block;
}
#ofs_aria #shoplist .infomail {
  text-align: right;
}
#ofs_aria #shoplist h3 span {
  font-size: 65%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/****************************************** ã·ã§ãããªã¹ãCSS ããã¾ã§ã*/
/****************************************** ã¹ããç¨CSS ãããã */
@media screen and (max-width: 738px) {
  #ofs_aria {
    width: 100%;
    margin: 0 auto;
  }
  #ofs_aria .busho_midashi {
    width: 100%;
    padding: 20px;
    text-align: center;
    background-color: #fbbe01;
    color: #fff;
    font-size: 20px;
  }
  #ofs_aria .busho_setumei {
    width: 100%;
    margin: 10px auto;
  }
  #ofs_aria .busho_setumei h4 {
    font-size: 105%;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  #ofs_aria .busho_setumei p {
    color: #333;
    line-height: 1.6;
  }
  #ofs_aria .busho_setumei ul {
    list-style: none !important;
    margin-left: 0;
    padding-left: 0;
  }
  #ofs_aria .busho_setumei ul.ofs_item {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  #ofs_aria .busho_setumei ul.ofs_item li {
    display: table-cell;
    vertical-align: middle;
    border-right: 2px solid #fff;
  }
  #ofs_aria .busho_setumei ul.ofs_item li:last-child {
    border-right: 0px;
  }
  #ofs_aria .busho_setumei ul.ofs_item li img {
    width: 100%;
    height: auto;
  }
  #ofs_aria #shin2 {
    margin: 30px auto;
  }
  #ofs_aria .shin_img01 {
    width: 100%;
  }
  #ofs_aria .fbox {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    padding: 4%;
    text-align: left;
    line-height: 1.5;
    background-color: #ffffff;
    border: 2px solid #ccc;
    margin: 14px 0 18px;
    border-radius: 7px;
    box-shadow: 0px 0px 5px 0px #cccccc;
  }
  #ofs_aria .fbox:after,
  #ofs_aria .fbox:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
  }
  #ofs_aria .fbox:after {
    top: -30px;
    left: 10px;
    border: 16px solid transparent;
    border-bottom: 21px solid #ffffff; /*13px*/
  }
  #ofs_aria .fbox:before {
    top: -30px;
    left: 12px;
    border: 14px solid transparent;
    border-bottom: 14px solid #ccc; /*10px*/
  }
  #ofs_aria .fbox h5 {
    display: none;
  }
  #ofs_aria .shoplist01 {
    width: 100%;
    border: 1px solid #fbbe01;
    padding: 2%;
  }
  #ofs_aria p.orenge {
    margin: 0 auto;
    width: 100%;
    background-color: #fbbe01;
    color: #fff;
    padding: 0.3em 0;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
  }
  #ofs_aria p.midashi {
    margin: 10px auto 20px;
    width: 100%;
    line-height: 1.5;
  }
  #ofs_aria p.new_tenpo {
    width: 100%;
    margin: 15px auto;
    font-size: large;
    background-color: #c00;
    color: #fff;
    padding: 0.7em 0;
    text-align: center;
    font-weight: bold;
  }
  #shoplist .shop_infom {
    width: 95%;
    margin: 0 auto;
  }
  #shoplist .list_bana {
    display: none;
  }
  #shoplist .img_box {
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
    display: block;
  }
  #shoplist .img_box img {
    width: 100%;
  }
  #shoplist .infomail {
    font-size: small;
  }
  #ofs_aria h2 {
    border-bottom: 1px solid #ccc;
  }
  #ofs_aria h2 span {
    font-size: 70%;
  }
}
/****************************************** ã¹ããç¨CSS ããã¾ã§ */
/****************************************** ã·ã§ãããªã¹ãï¼å°ï¼CSS ãããã */
#top_shop_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
#top_shop_list .s_box {
  min-width: 0;
  margin: 0 auto 12px;
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
}
.img_M {
  width: 100% !important;
  max-width: 200px !important;
}

@media screen and (max-width: 738px) {
  #top_shop_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #top_shop_list .s_box {
    width: 100%;
  }
  .img_M {
    width: 100% !important;
    max-width: 185px !important;
  }
}

@media screen and (max-width: 480px) {
  #top_shop_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #top_shop_list .s_box {
    width: 100%;
  }
  .img_M {
    width: 100% !important;
    max-width: 170px !important;
  }
}
/****************************************** ã·ã§ãããªã¹ãï¼å°ï¼CSS ããã¾ã§ */

#shop-logo__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 auto;
  max-width: 860px;
}

@media screen and (max-width: 930px) {
  #shop-logo__list {
    max-width: 640px;
  }
}
#shop-logo__list a {
  text-decoration: none;
}

@media screen and (max-width: 738px) {
  #shop-logo__list a {
    flex-basis: 47%;
  }
}
.shop-list__title {
  display: flex;
  gap: 1rem;
  align-items: center;
}

@media screen and (max-width: 738px) {
  .shop-list__title {
    flex-direction: column;
    gap: 0;
  }
}
.logo_frame {
  border: 1px solid #313131;
  width: 200px;
}
.shop-logo__box {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.shop-logo__box p {
  margin: 5px 0 0 0;
  font-size: 0.75rem;
  line-height: 1;
}
