@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : entertainment.css
 author     : Ability Consultant
 style info : その他店舗の紹介
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.con_other {
  max-width: 1280px;
  margin: auto;
  width: 95%;
}

/*Animate */
.tit {
  font-weight: normal;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 225%;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .tit {
    font-size: 1.8em;
    letter-spacing: 0;
  }
}

.tit_s {
  font-weight: normal;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 188%;
  line-height: 1em;
  letter-spacing: 0.1em;
  color: #000;
}

.con_other .tit,
.con_other .text,
.con_other .other_slide {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_other .tit,
  .con_other .text,
  .con_other .other_slide {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .tit,
  .con_other .text,
  .con_other .other_slide {
    margin-top: 5%;
  }
}
.con_other.mt {
  margin-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_other.mt {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_other.mt {
    margin-top: 10%;
  }
}
.con_other > .tbl_basic {
  display: inline-block;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_other > .tbl_basic {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .con_other > .tbl_basic {
    margin-top: 5%;
  }
}
.con_other > .tbl_basic tr th {
  padding: 0.5em;
}
.con_other > .tbl_basic tr td {
  text-align: left;
}
.con_other .box_bt {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_other .box_bt {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .box_bt {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_other .box_bt {
    text-align: left;
  }
  .con_other .box_bt > p a {
    text-align: center;
    margin: 0;
  }
}
@media print {
  .con_other .box_bt {
    text-align: left;
  }
  .con_other .box_bt > p a {
    text-align: center;
    margin: 0;
  }
}
.ie8 .con_other .box_bt {
  text-align: left;
}
.ie8 .con_other .box_bt > p a {
  text-align: center;
  margin: 0;
}
.con_other .box_menu {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_other .box_menu {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .box_menu {
    margin-top: 10%;
  }
}
.con_other .box_menu .wrp_tbl > div {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_other .box_menu .wrp_tbl > div {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .box_menu .wrp_tbl > div {
    margin-top: 5%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_other .box_menu .wrp_tbl {
    display: flex;
  }
  .con_other .box_menu .wrp_tbl > div {
    width: 48%;
  }
  .con_other .box_menu .wrp_tbl > div .tbl_basic tbody tr:first-child {
    border-top: 0;
  }
  .con_other .box_menu .wrp_tbl > div:nth-of-type(1) {
    margin-right: 4%;
  }
}
@media print {
  .con_other .box_menu .wrp_tbl {
    display: flex;
  }
  .con_other .box_menu .wrp_tbl > div {
    width: 48%;
  }
  .con_other .box_menu .wrp_tbl > div .tbl_basic tbody tr:first-child {
    border-top: 0;
  }
  .con_other .box_menu .wrp_tbl > div:nth-of-type(1) {
    margin-right: 4%;
  }
}
.ie8 .con_other .box_menu .wrp_tbl {
  display: flex;
}
.ie8 .con_other .box_menu .wrp_tbl > div {
  width: 48%;
}
.ie8 .con_other .box_menu .wrp_tbl > div .tbl_basic tbody tr:first-child {
  border-top: 0;
}
.ie8 .con_other .box_menu .wrp_tbl > div:nth-of-type(1) {
  margin-right: 4%;
}
@media only screen and (max-width: 1024px) {
  .con_other .box_menu .wrp_tbl > div:nth-of-type(2) {
    margin-top: -1px;
  }
}
