@charset "UTF-8";
/* 中黒リスト */
.disc_list > li {
  text-indent: -1em;
  padding-left: 1em;
}
.disc_list > li::before {
  content: "・";
}
.disc_list > li:not(:first-child) {
  margin-top: 10px;
}

/* インデントリスト マージンなし */
.indent1em_list.type02 > li:not(:first-child) {
  margin-top: 0;
}

/* アンカーリンク群 */
.page_ank_btn {
  margin-bottom: 10px;
}
.page_ank_btn ul {
  display: flex;
  flex-wrap: wrap;
}
.page_ank_btn ul > li {
  width: 32.4%;
  margin-right: 1.4%;
}
.page_ank_btn ul > li:nth-child(3n) {
  margin-right: 0;
}
.page_ank_btn ul > li:nth-child(n + 4) {
  margin-top: 10px;
}
.page_ank_btn ul > li a {
  text-decoration: none;
  color: #fff;
  background-color: #6d5748;
  border-radius: 4px;
  padding: 1em 1em 1em 1em;
  display: flex;
  align-items: center;
  height: 100%;
}
.page_ank_btn ul > li a span {
  display: table;
  margin: 0 auto;
  padding-left: 20px;
  position: relative;
}
.page_ank_btn ul > li a span::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url(/img/common/btn/icon_arrow01.png) no-repeat left center;
  width: 13px;
  height: 13px;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: auto 0;
}
.page_ank_btn ul > li a:hover {
  opacity: .8;
}
.page_ank_btn.type02 ul > li a {
  background: url(/img/common/btn/icon_arrow01.png) no-repeat left 10px center #6d5748;
  background-size: 13px;
  padding: 1em 1em 1em 30px;
}
.page_ank_btn.type02 ul > li a span {
  display: table;
  margin: 0 auto;
  padding: 0;
}
.page_ank_btn.type02 ul > li a span::before {
  display: none;
}

@media only screen and (max-width: 750px) {
  .page_ank_btn ul {
    display: block;
  }
  .page_ank_btn ul > li {
    width: 100%;
    margin-right: 0;
  }
  .page_ank_btn ul > li:not(:first-child) {
    margin-top: 10px;
  }
  .page_ank_btn ul > li a span {
    display: block;
    margin: 0;
  }
  .page_ank_btn ul > li a:hover {
    opacity: 1;
  }
  .page_ank_btn.type02 ul > li a span {
    display: block;
    margin: 0;
  }
}
.wid_auto {
  width: auto !important;
}

.page_link li a {
  display: block;
  background: url(../img/common/ic/ic_arr.png) no-repeat left center;
  padding: 0 0 0 21px;
}

.disp_table_auto {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.indent1em {
  text-indent: -1em;
  padding-left: 1em;
}

.table_fixed {
  table-layout: fixed;
}

/* 団体利用のご案内など */
.btn_list {
  display: flex;
}
.btn_list > li {
  width: 32.4%;
}
.btn_list > li:not(:first-child) {
  margin: 0 0 0 1.4%;
}
.btn_list a {
  border-radius: 4px;
  background-color: #6d5748;
  color: #fff;
  text-decoration: none;
  padding: .8em;
  display: block;
  height: 100%;
}
.btn_list a:hover {
  opacity: .8;
}
.btn_list .pdf a {
  position: relative;
  display: flex;
  align-items: center;
}
.btn_list .pdf a::after {
  position: absolute;
  content: "";
  background: url(/img/common/ic/ic_pdf.png) no-repeat right bottom;
  width: 17px;
  height: 17px;
  right: 5px;
  bottom: 5px;
}
.btn_list .reservation_btn span {
  display: flex;
  align-items: center;
}
.btn_list .reservation_btn span::before {
  flex-shrink: 0;
  content: "";
  background: url(/img/common/ic/ic_print.png) no-repeat left center;
  background-size: 100%;
  display: block;
  width: 37px;
  height: 37px;
  margin-right: .8em;
}
.btn_list .guide_btn span {
  display: flex;
  align-items: center;
}
.btn_list .guide_btn span::before {
  flex-shrink: 0;
  content: "";
  background: url(/img/common/ic/ic_print.png) no-repeat left center;
  background-size: 100%;
  display: block;
  width: 37px;
  height: 37px;
  margin-right: .5em;
}
.btn_list .floor_btn a {
  background-color: #23a098;
}
.btn_list .floor_btn span {
  display: flex;
  align-items: center;
}
.btn_list .floor_btn span::before {
  flex-shrink: 0;
  content: "";
  background: url(/img/common/ic/ic_print.png) no-repeat left center;
  background-size: 100%;
  display: block;
  width: 37px;
  height: 37px;
  margin-right: .5em;
}

@media only screen and (max-width: 750px) {
  .btn_list {
    display: block;
    width: calc(605 / 750 * 100vw);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .btn_list > li {
    width: 100%;
  }
  .btn_list > li:not(:first-child) {
    margin: 15px 0 0;
  }
  .btn_list a:hover {
    opacity: 1;
  }
  .btn_list .reservation_btn span::before {
    width: 37px;
    height: 37px;
    margin-right: .8em;
  }
  .btn_list .guide_btn span::before {
    width: 37px;
    height: 37px;
    margin-right: .5em;
  }
  .btn_list .floor_btn span::before {
    width: 37px;
    height: 37px;
    margin-right: .5em;
  }
}
.att_ltxt {
  padding: 0 0 20px;
  margin-bottom: 20px;
  background: url(/img/common/line/line_dotted02.png) repeat-x left bottom;
}

/*# sourceMappingURL=test.css.map */
