@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : facilities.css
 author     : Ability Consultant
 style info : 館内案内
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.con_guide .wrap {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (min-width: 1025px) {
  .con_guide .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print {
  .con_guide .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ie8 .con_guide .wrap, .con_guide .ie8 .wrap {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .con_guide .wrap {
    width: 95%;
  }
}

/*Animate */
#facilities {
  width: 100%;
  overflow: hidden;
}

.con_pgtitle {
  position: relative;
}
.con_pgtitle::after {
  top: 85%;
  width: 20%;
  content: '';
  background: url(../sightseeing/images/bg_leaf.png) no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pgtitle::after {
    top: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pgtitle::after {
    top: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pgtitle::after {
    width: 35%;
  }
}

/* -----------------------------------------------------------
	.con_guide
----------------------------------------------------------- */
.con_guide {
  background-image: url(../facilities/images/bg_guide02.jpg);
  background-position: right top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1025px) {
  .con_guide {
    padding-bottom: 2.5em;
  }
}
@media print {
  .con_guide {
    padding-bottom: 2.5em;
  }
}
.ie8 .con_guide {
  padding-bottom: 2.5em;
}
@media only screen and (min-width: 1025px) and (max-width: 1260px) {
  .con_guide {
    background-position: left 39em top, right top;
    background-size: 48%, 50%;
  }
}
@media print {
  .con_guide {
    background-position: left 39em top, right top;
    background-size: 48%, 50%;
  }
}
.ie8 .con_guide {
  background-position: left 39em top, right top;
  background-size: 48%, 50%;
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
  .con_guide {
    background-position: left 33em top, right top;
    background-size: 65%, 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .con_guide {
    background-position: left 25em top, right top;
    background-size: 65%, 60%;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide {
    background-position: left 1em top 53em, right bottom;
    background-size: 97%, 100%;
  }
}
.con_guide .wrap .tl_basic {
  padding-top: 80px;
}
.con_guide .wrap .tl_basic span {
  display: inline-block;
  padding: 1em 1em 0;
  font-family: 游明朝;
  font-weight: normal;
}
.con_guide .wrap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .con_guide .wrap .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.con_guide .wrap .box .box_txt {
  width: 50%;
  margin: 4em 2.2em 0 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_guide .wrap .box .box_txt {
    width: 100%;
    margin: 2em 0 5.5em;
  }
}
.con_guide .wrap .box .box_img {
  width: 50%;
  margin-top: -9.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_guide .wrap .box .box_img {
    width: 100%;
    margin-top: -5.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .wrap .box .box_img {
    width: 100%;
    margin-top: -5.5em;
  }
}
.con_guide .wrap .box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #000;
  padding: .85em 0;
  min-height: 6em;
}
.con_guide .wrap .box .item .img {
  width: 2em;
  margin: 0 4em 0 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_guide .wrap .box .item .img {
    width: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .wrap .box .item .img {
    width: 1.5em;
  }
}
@media only screen and (max-width: 1280px) {
  .con_guide .wrap .box .item .img {
    margin: 0 2em 0 0;
  }
}
@media print {
  .con_guide .wrap .box .item .img {
    margin: 0 2em 0 0;
  }
}
.ie8 .con_guide .wrap .box .item .img {
  margin: 0 2em 0 0;
}
.con_guide .wrap .box .item .img img {
  width: 100%;
}
.con_guide .wrap .box .item .f {
  width: 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_guide .wrap .box .item .f {
    width: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_guide .wrap .box .item .f {
    width: 2em;
  }
}
.con_guide .wrap .box .item > ul {
  width: 85%;
}
.con_guide .wrap .box .item > ul > li {
  display: inline-block;
  margin-right: 1em;
}
.con_guide .wrap .box .item > ul > li a {
  text-decoration: underline;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.con_guide .wrap .box .item > ul > li a:hover {
  text-decoration: none;
}
.con_guide .wrap .box .item > ul > li::after {
  content: "/";
  display: inline-block;
  margin-left: 1em;
}
.con_guide .wrap .box .item > ul > li:first-child {
  padding-left: 0;
}
.con_guide .wrap .box .item > ul > li.last::after, .con_guide .wrap .box .item > ul > li:last-child::after {
  display: none;
}
.con_guide .wrap .box .item > ul > li.icon {
  width: 100%;
}
.con_guide .wrap .box .item > ul > li.icon > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
}
.con_guide .wrap .box .item > ul > li.icon > ul li {
  text-align: center;
  padding: 0 .5em;
  margin: 0 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.con_guide .wrap .box .item > ul > li.icon > ul li .ic {
  width: 20px;
  margin: 0 auto;
}
.con_guide .wrap .box .item:first-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #000;
}
.con_guide .wrap .box .icon_none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 0;
  background: #f7f7f7;
  padding: .5em 1em;
}
@media only screen and (max-width: 1024px) {
  .con_guide .wrap .box .icon_none {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: .5em 0;
  }
}
.con_guide .wrap .box .icon_none li {
  text-align: center;
  padding: 0 .25em;
  margin: 0 2px;
}
@media only screen and (max-width: 1024px) {
  .con_guide .wrap .box .icon_none li {
    width: 20%;
    margin: 0;
    padding: 0;
  }
}
.con_guide .wrap .box .icon_none li.st {
  padding: 0;
  margin: 0;
  font-size: 88%;
}
@media only screen and (min-width: 1025px) {
  .con_guide .wrap .box .icon_none li.st {
    padding-right: 1em;
  }
}
@media print {
  .con_guide .wrap .box .icon_none li.st {
    padding-right: 1em;
  }
}
.ie8 .con_guide .wrap .box .icon_none li.st {
  padding-right: 1em;
}
@media only screen and (max-width: 1024px) {
  .con_guide .wrap .box .icon_none li.st {
    width: 100%;
    margin-bottom: 10px;
  }
}
.con_guide .wrap .box .icon_none li .ic {
  width: 24px;
  margin: 0 auto 2px;
}
.con_guide .wrap .box .icon_none li .txt {
  font-size: 69%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.3;
}
.con_guide .wrap .box .btn_basic {
  width: 50%;
  margin: 1.85em auto;
}
@media only screen and (max-width: 991px) {
  .con_guide .wrap .box .btn_basic {
    width: 70%;
  }
}

/* -----------------------------------------------------------
	.con_list
----------------------------------------------------------- */
.con_list {
  max-width: 1280px;
  width: 100%;
  margin: 12em auto 9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1320px) {
  .con_list {
    max-width: 95%;
  }
}
@media print {
  .con_list {
    max-width: 95%;
  }
}
.ie8 .con_list {
  max-width: 95%;
}
@media only screen and (max-width: 1200px) {
  .con_list {
    margin: 8em auto;
  }
}
@media print {
  .con_list {
    margin: 8em auto;
  }
}
.ie8 .con_list {
  margin: 8em auto;
}
@media only screen and (max-width: 767px) {
  .con_list {
    margin: 4em auto 1em;
  }
}
.con_list .f {
  margin: auto;
}
.con_list .f .floorf {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_list .f .floorf {
    margin-right: 40px;
    margin-left: 40px;
  }
}
.con_list .item {
  width: 50%;
}
.con_list .item:nth-child(2n+2) {
  border-left: 1px solid #fff;
  margin-top: 7em;
}
@media only screen and (max-width: 991px) {
  .con_list .item:nth-child(2n+2) {
    margin-top: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_list .item:nth-child(2n+2) {
    border-left: 0;
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_list .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.5em;
  }
}
.con_list .item .box_txt {
  width: 65%;
  margin-top: -40%;
  background: #fff;
  position: relative;
  float: right;
  padding: 3.2em 1.5em 2.2em 2.8em;
}
@media only screen and (min-width: 1025px) {
  .con_list .item .box_txt.ban {
    padding: 3.2em 1.5em 2.2em 3.8em;
  }
}
@media print {
  .con_list .item .box_txt.ban {
    padding: 3.2em 1.5em 2.2em 3.8em;
  }
}
.ie8 .con_list .item .box_txt.ban {
  padding: 3.2em 1.5em 2.2em 3.8em;
}
@media only screen and (max-width: 1200px) {
  .con_list .item .box_txt {
    width: 75%;
  }
}
@media print {
  .con_list .item .box_txt {
    width: 75%;
  }
}
.ie8 .con_list .item .box_txt {
  width: 75%;
}
@media only screen and (max-width: 991px) {
  .con_list .item .box_txt {
    width: 85%;
    padding: 1.8em 1.5em 2em 2em;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) and (max-width: 1024px) {
  .con_list .item .box_txt.ban {
    padding: 1.8em 1.5em 2em 3em;
  }
}

@media only screen and (max-width: 767px) {
  .con_list .item .box_txt {
    width: 100%;
    margin-top: 0;
    padding: 0;
    text-align: center;
  }
}
.con_list .item .box_txt .sub_title {
  font-family: "Cinzel", serif;
  font-size: 300%;
  position: relative;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1025px) {
  .con_list .item .box_txt .sub_title {
    font-size: 250%;
  }
}
@media print {
  .con_list .item .box_txt .sub_title {
    font-size: 250%;
  }
}
.ie8 .con_list .item .box_txt .sub_title {
  font-size: 250%;
}
@media only screen and (max-width: 767px) {
  .con_list .item .box_txt .sub_title {
    font-size: 180%;
    display: inline-block;
  }
}
.con_list .item .box_txt .sub_title span {
  font-size: 62.5%;
  position: absolute;
  top: -24px;
  left: -28px;
  display: block;
  width: 35px;
  text-align: right;
}
.con_list .item .box_txt .sub_title span.ban {
  white-space: nowrap;
}
@media only screen and (min-width: 1025px) {
  .con_list .item .box_txt .sub_title span.ban {
    left: -43px;
    width: 55px;
  }
}
@media print {
  .con_list .item .box_txt .sub_title span.ban {
    left: -43px;
    width: 55px;
  }
}
.ie8 .con_list .item .box_txt .sub_title span.ban {
  left: -43px;
  width: 55px;
}
@media only screen and (max-width: 1025px) {
  .con_list .item .box_txt .sub_title span {
    top: -14px;
  }
  .con_list .item .box_txt .sub_title span.ban {
    left: -40px;
    width: 47px;
  }
}
@media print {
  .con_list .item .box_txt .sub_title span {
    top: -14px;
  }
  .con_list .item .box_txt .sub_title span.ban {
    left: -40px;
    width: 47px;
  }
}
.ie8 .con_list .item .box_txt .sub_title span {
  top: -14px;
}
.ie8 .con_list .item .box_txt .sub_title span.ban {
  left: -40px;
  width: 47px;
}
@media only screen and (max-width: 767px) {
  .con_list .item .box_txt .sub_title span {
    font-size: 70%;
    top: -12px;
    left: -30px;
  }
  .con_list .item .box_txt .sub_title span.ban {
    left: -37px;
    width: 43px;
  }
}
.con_list .item .box_txt .sub_title::before {
  content: url(../facilities/images/img_after_title.png);
  position: absolute;
  top: -16px;
  left: -16px;
}
@media only screen and (max-width: 1025px) {
  .con_list .item .box_txt .sub_title::before {
    top: -10px;
    left: -14px;
  }
}
@media print {
  .con_list .item .box_txt .sub_title::before {
    top: -10px;
    left: -14px;
  }
}
.ie8 .con_list .item .box_txt .sub_title::before {
  top: -10px;
  left: -14px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_list .item .box_txt .sub_title::before {
    top: -13px;
    left: -16px;
  }
}
@media only screen and (max-width: 767px) {
  .con_list .item .box_txt .sub_title::before {
    top: -16px;
    left: -19px;
  }
}
.con_list .item .box_txt .txt_cat {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 125%;
}
@media only screen and (max-width: 767px) {
  .con_list .item .box_txt .txt_cat {
    font-size: 115%;
  }
}
.con_list .item .box_txt .txt {
  margin: 1.4em 0;
}
@media only screen and (max-width: 767px) {
  .con_list .item .box_txt .txt {
    margin: .8em 0 1em;
    text-align: left;
  }
}
.con_list .item .box_txt .btn_basic {
  display: inline-block;
}
.con_list .item .box_txt .btn_basic a {
  padding: .7em 2.5em;
}
@media only screen and (max-width: 991px) {
  .con_list .item .box_txt .btn_basic {
    display: block;
  }
  .con_list .item .box_txt .btn_basic a {
    padding: .7em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_list .item .box_txt .btn_basic {
    width: 70%;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_list .item .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 105%;
    margin: 2em -2.5% 4em;
  }
  .con_list .item .img img {
    width: 100%;
  }
}
