body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.title {
  background: url("/dir/daimansai2020/img/shop/title_shop.jpg") center center/cover no-repeat; }

.container {
  width: 100%;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .container {
      flex-direction: column; } }
  @media only screen and (min-width: 768px) {
    .container {
      justify-content: space-between; } }

@media only screen and (max-width: 767px) {
  .main {
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .main {
    width: 74%; } }

@media only screen and (max-width: 767px) {
  .sub {
    width: 100%;
    margin: 0 0 25px; } }
@media only screen and (min-width: 768px) {
  .sub {
    width: 25%; } }

.shop_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .shop_list .box {
      margin: 0 5px 25px;
      width: 47%; } }
  @media only screen and (min-width: 768px) {
    .shop_list .box {
      margin: 0 9px 45px;
      width: 30.5%; }
      .shop_list .box:last-of-type {
        margin: 0 9px 30px; } }
  .shop_list .box h2 {
    margin: 13px 0 0;
    padding: 0;
    text-align: center;
    font-weight: normal; }
    @media only screen and (max-width: 767px) {
      .shop_list .box h2 {
        font-size: 14px; } }
    @media only screen and (min-width: 768px) {
      .shop_list .box h2 {
        font-size: 15px; } }
    .shop_list .box h2 a {
      text-decoration: none;
      color: #333; }
      .shop_list .box h2 a:hover {
        text-decoration: underline; }
  .shop_list .box figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative; }
    .shop_list .box figure:hover {
      opacity: 0.8; }
  @media only screen and (max-width: 767px) {
    .shop_list .large {
      width: 47%; } }
  @media only screen and (min-width: 768px) {
    .shop_list .large {
      width: 18.5%; } }

.shop_nav {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .shop_nav {
      flex-wrap: wrap;
      justify-content: center; } }
  @media only screen and (min-width: 768px) {
    .shop_nav {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      justify-content: space-between; } }
  .shop_nav li {
    box-sizing: border-box;
    background: #4c678c;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .shop_nav li {
        width: 80.1px;
        height: 60px;
        margin: 0 3px 5px; }
        .shop_nav li:nth-of-type(9), .shop_nav li:nth-of-type(10), .shop_nav li:nth-of-type(11), .shop_nav li:nth-of-type(12), .shop_nav li:nth-of-type(13) {
          width: 63px; } }
    @media only screen and (min-width: 768px) {
      .shop_nav li {
        width: 85px;
        height: 47px; } }
    .shop_nav li:hover {
      opacity: 0.8; }
    .shop_nav li a {
      text-decoration: none;
      color: #fff;
      font-size: 0.9rem; }
      .shop_nav li a:hover {
        color: #fff; }
  .shop_nav .small a {
    font-size: 0.7rem;
    line-height: 1.2rem; }

.pagenate_area {
  text-align: center; }

.pager {
  margin: 55px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .pager {
      font-size: 0.9rem; } }
  @media only screen and (min-width: 768px) {
    .pager {
      font-size: 1.0rem; } }
  .pager li {
    margin: 0 2px;
    background: #fff;
    transition: 0.2s ease-in-out;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .pager li {
        width: 25px;
        height: 45px; } }
    @media only screen and (min-width: 768px) {
      .pager li {
        width: 40px;
        height: 40px; } }
    .pager li a {
      text-decoration: none;
      color: #555; }
      .pager li a::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1; }
    .pager li:hover {
      cursor: pointer;
      background: #ccc;
      border: #ccc solid 1px;
      color: #fff; }
  @media only screen and (max-width: 767px) {
    .pager .link_before {
      margin-right: 10px; } }
  @media only screen and (min-width: 768px) {
    .pager .link_before {
      margin-right: 30px; } }
  .pager .link_before::before {
    font-family: "Font Awesome 5 Free";
    content: "\f104"; }
    @media only screen and (max-width: 767px) {
      .pager .link_before::before {
        font-size: 1.0rem; } }
    @media only screen and (min-width: 768px) {
      .pager .link_before::before {
        font-size: 1.1rem; } }
  .pager .link_first::before {
    font-family: "Font Awesome 5 Free";
    content: "\f100"; }
    @media only screen and (max-width: 767px) {
      .pager .link_first::before {
        font-size: 1.0rem; } }
    @media only screen and (min-width: 768px) {
      .pager .link_first::before {
        font-size: 1.1rem; } }
  @media only screen and (max-width: 767px) {
    .pager .link_next {
      margin-left: 10px; } }
  @media only screen and (min-width: 768px) {
    .pager .link_next {
      margin-left: 30px; } }
  .pager .link_next::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-size: 1.1rem; }
  .pager .link_last::before {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    font-size: 1.1rem; }
  .pager .other_pages {
    border: #ccc solid 1px; }
  .pager .current_page {
    background: #e3f2f6;
    border: #A9CBD4 solid 1px;
    color: #204e78; }

.note {
  border: #ccc solid 1px;
  background-image: linear-gradient(-45deg, #f1f1f1 25%, #fbfbfb 25%, #fbfbfb 50%, #f1f1f1 50%, #f1f1f1 75%, #fbfbfb 75%, #fbfbfb);
  background-size: 17px 17px;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .note {
      padding: 20px;
      margin: 20px 0 20px; } }
  @media only screen and (min-width: 768px) {
    .note {
      padding: 30px;
      margin: 0 0 20px; } }
  .note p {
    background: #fff;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .note p {
        line-height: 1.8rem;
        font-size: 0.9rem;
        padding: 25px; } }
    @media only screen and (min-width: 768px) {
      .note p {
        line-height: 2.2rem;
        font-size: 1.0rem;
        padding: 35px; } }

.tab_container {
  list-style: none;
  margin: 0 0 35px;
  padding: 0;
  display: flex;
  justify-content: space-between; }
  .tab_container .tab {
    text-align: center;
    background: #f5f5f7;
    color: #4c678c;
    position: relative;
    cursor: pointer;
    width: 19%; }
    @media only screen and (max-width: 767px) {
      .tab_container .tab {
        height: 58px;
        line-height: 58px;
        font-size: 0.9rem; } }
    @media only screen and (min-width: 768px) {
      .tab_container .tab {
        height: 43px;
        line-height: 43px; } }
    .tab_container .tab:hover {
      background: #d0dae8;
      transition: all 0.3s ease-out; }
    .tab_container .tab.narrow-active {
      box-sizing: border-box;
      background: #4c678c;
      color: #fff;
      transition: all 0.5s ease-out; }
      .tab_container .tab.narrow-active:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        border: 10px solid transparent;
        border-top: 10px solid #4c678c; }
      .tab_container .tab.narrow-active:hover {
        opacity: 1.0; }

.narrow-hide {
  display: none !important; }
