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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_int, .con_room .box_int, .con_room .box_inf, #panel, .wrp_acc .con_acc .box_acc, .con_route, .con_bus, .con_park {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_int, .con_room .box_int, .con_room .box_inf, #panel, .wrp_acc .con_acc .box_acc, .con_route, .con_bus, .con_park {
    width: 91.66667%;
  }
}

/* -----------------------------------------------------------
	con_mainImg
----------------------------------------------------------- */
#header .con_header .box_title {
  color: #fff;
  position: absolute;
  font-weight: normal;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: 0 0 35px black;
  letter-spacing: .2em;
}
#header .con_header .box_title.scrollActive {
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_title {
    letter-spacing: .1em;
    top: 36%;
  }
}
#header .con_header .box_title h2 {
  font-family: 'Bellefair', serif;
  font-weight: normal;
  text-shadow: 0 0 15px rgba(1, 24, 46, 0.5);
}
#header .con_header .box_title h2 span {
  display: inline-block;
  font-size: 300%;
  letter-spacing: .12em;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .box_title h2 span {
    font-size: 272%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_title h2 span {
    font-size: 143%;
  }
}
#header .con_header .box_title h2 span em {
  display: block;
  font-size: 58%;
  letter-spacing: -.06em;
}
#header .con_header .box_title h2 .neme {
  display: inline-block;
  font-size: 572%;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .box_title h2 .neme {
    font-size: 500%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_title h2 .neme {
    font-size: 250%;
  }
}
#header .con_header .box_title .st {
  font-size: 158%;
  background: #002640;
  display: inline-block;
  letter-spacing: .22em;
  margin-top: 10px;
  line-height: 1;
  padding: .2em 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .box_title .st {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_title .st {
    font-size: 108%;
  }
}
#header .con_header .box_title .st .small {
  font-size: 91%;
}
#header .con_header .box_title .st .time {
  color: #f9ef8e;
}
#header .con_header .box_title .st .time span {
  font-size: 164%;
  font-family: 'Bellefair', serif;
}
#header .con_header .box_title .catch {
  font-size: 200%;
  letter-spacing: .38em;
  font-family: 'Times','Times New Roman','Minion Web';
  text-shadow: 0 0 10px rgba(1, 24, 46, 0.5);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .box_title .catch {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_title .catch {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_title .catch {
    letter-spacing: .15em;
  }
}

.con_mainImg {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  width: 100%;
  z-index: 0;
  margin-bottom: 0;
  height: 950px;
}
.con_mainImg > p {
  display: none;
}
.con_mainImg > p:nth-of-type(1) {
  display: block;
}
.con_mainImg .slick-dots {
  z-index: 3;
  bottom: -2em;
}
@media only screen and (max-width: 767px) {
  .con_mainImg .slick-dots {
    bottom: -1.5em;
  }
}
.con_mainImg .slick-dots li {
  width: 25px;
  height: 10px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_mainImg .slick-dots li {
    width: 11.08214%;
    height: 5px;
  }
}
.con_mainImg .slick-dots li button {
  height: 100%;
  width: 100%;
}
.con_mainImg .slick-dots li button:before {
  content: "";
  background: #d2cc94;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .con_mainImg .slick-dots li button:before {
    height: 100%;
  }
}
.con_mainImg .slick-dots li button:after {
  content: "";
  background: #002540;
  width: 100%;
  height: 2px;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media only screen and (max-width: 767px) {
  .con_mainImg .slick-dots li button:after {
    height: 100%;
  }
}
.con_mainImg .slick-dots li.slick-active button:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.con_mainImg .slick-list {
  width: 100%;
  height: 100%;
}
.con_mainImg .slick-list .slick-track {
  height: 100%;
}
.con_mainImg .slick-list .slick-track .slick-slide {
  width: 100%;
  height: 100%;
}
.con_mainImg .slick-dots {
  bottom: 12em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_mainImg .slick-dots {
    bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainImg .slick-dots {
    bottom: 2em;
  }
}
.con_mainImg .slick-dots li button:after {
  background: #fff;
}
.con_mainImg .img {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .con_mainImg .img.img01 {
    background-image: url(../images/home/img_main01-pc.jpg);
  }
  .con_mainImg .img.img02 {
    background-image: url(../images/home/img_main02-pc.jpg);
  }
  .con_mainImg .img.img03 {
    background-image: url(../images/home/img_main03-pc.jpg);
  }
}
@media print {
  .con_mainImg .img.img01 {
    background-image: url(../images/home/img_main01-pc.jpg);
  }
  .con_mainImg .img.img02 {
    background-image: url(../images/home/img_main02-pc.jpg);
  }
  .con_mainImg .img.img03 {
    background-image: url(../images/home/img_main03-pc.jpg);
  }
}
.ie8 .con_mainImg .img.img01 {
  background-image: url(../images/home/img_main01-pc.jpg);
}
.ie8 .con_mainImg .img.img02 {
  background-image: url(../images/home/img_main02-pc.jpg);
}
.ie8 .con_mainImg .img.img03 {
  background-image: url(../images/home/img_main03-pc.jpg);
}
@media only screen and (max-width: 767px) {
  .con_mainImg .img.img01 {
    background-image: url(../images/home/img_main01-sp.jpg);
  }
  .con_mainImg .img.img02 {
    background-image: url(../images/home/img_main02-sp.jpg);
  }
  .con_mainImg .img.img03 {
    background-image: url(../images/home/img_main03-sp.jpg);
  }
}

@media only screen and (max-width: 767px) {
  .wrp_search .con_search .sea_title {
    display: block;
  }
}

#contents {
  overflow: hidden;
}

/* -----------------------------------------------------------
	con_int
----------------------------------------------------------- */
.con_int {
  margin-top: 80px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int {
    margin-top: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int {
    margin-top: 12%;
  }
}
.con_int h3 {
  font-family: 'Bellefair', serif;
  color: #c59857;
  font-weight: normal;
  font-size: 322%;
  letter-spacing: .14em;
  line-height: 1.5;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int h3 {
    font-size: 236%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int h3 {
    font-size: 158%;
  }
}
.con_int h3:before, .con_int h3:after {
  content: '';
  width: 373px;
  height: 184px;
  background: url(../images/home/img_int.png) no-repeat;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .con_int h3:before, .con_int h3:after {
    width: 6em;
    height: 3em;
    background-size: contain;
  }
}
.con_int h3:before {
  left: -200px;
}
@media only screen and (max-width: 767px) {
  .con_int h3:before {
    left: -5%;
  }
}
.con_int h3:after {
  right: -200px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media only screen and (max-width: 767px) {
  .con_int h3:after {
    right: -5%;
  }
}
.con_int .catch {
  color: #002e4e;
  font-size: 129%;
  line-height: 1.6;
  margin-top: 15px;
  font-family: 'Times','Times New Roman','Minion Web';
}
@media only screen and (max-width: 767px) {
  .con_int .catch {
    margin-top: 3%;
  }
}
.con_int .txt {
  margin-top: 30px;
  font-family: 'Times','Times New Roman','Minion Web';
}
@media only screen and (max-width: 767px) {
  .con_int .txt {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .txt {
    text-align: left;
  }
}
.con_int .box_int {
  overflow: hidden;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_int .box_int {
    margin-top: 5%;
  }
}
.con_int .box_int li {
  width: 15.25%;
  float: left;
  margin-left: 1.66667%;
}
.con_int .box_int li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_int .box_int li {
    width: 31%;
    margin-left: 3%;
  }
  .con_int .box_int li:nth-child(4) {
    margin-left: 0;
  }
  .con_int .box_int li:nth-child(n+4) {
    margin-top: 4%;
  }
}
.con_int .box_int li .ic {
  background: #002540;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .box_int li .ic {
    padding: 3% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int li .ic {
    padding: 7% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int li .ic img {
    width: 50%;
  }
}
.con_int .box_int li .st {
  color: #002e4e;
  font-size: 129%;
  font-family: 'Bellefair', serif;
  margin-top: .3em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .con_int .box_int li .st {
    font-size: 79%;
  }
}
.con_int .tbl_basic {
  text-align: left;
  width: 100%;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .con_int .tbl_basic {
    margin-top: 5%;
  }
}
.con_int .tbl_basic a:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-weight: 400;
  font-family: 'Font Awesome 5 Free';
}
@media only screen and (min-width: 1200px) {
  .con_int .tbl_basic th {
    width: 320px;
  }
}
@media print {
  .con_int .tbl_basic th {
    width: 320px;
  }
}
.ie8 .con_int .tbl_basic th {
  width: 320px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .tbl_basic th {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .tbl_basic td {
    padding-left: 0;
    padding-right: 0;
  }
}
.con_int .tbl_basic .txt_cau {
  font-size: 86%;
}
@media only screen and (max-width: 767px) {
  .con_int .tbl_basic .box_tbl {
    overflow-x: scroll;
  }
}
.con_int .tbl_basic .box_tbl .tbl_sml {
  border: 1px solid  #acb6bf;
  max-width: 825px;
}
@media only screen and (max-width: 767px) {
  .con_int .tbl_basic .box_tbl .tbl_sml {
    width: 300%;
  }
}
.con_int .tbl_basic .box_tbl .tbl_sml tr {
  border-top: 1px solid  #acb6bf;
}
.con_int .tbl_basic .box_tbl .tbl_sml tr th {
  background: #acb6bf;
  color: #fff;
  font-weight: normal;
  border-right: 1px solid #fff;
  width: 165px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .tbl_basic .box_tbl .tbl_sml tr th {
    width: 100px;
  }
}
.con_int .tbl_basic .box_tbl .tbl_sml tr td {
  border-right: 1px solid #acb6bf;
}
.con_int .tbl_basic .box_tbl .tbl_sml tr th, .con_int .tbl_basic .box_tbl .tbl_sml tr td {
  text-align: center;
}
.con_int .tbl_basic .box_tbl .tbl_sml tr th:last-child, .con_int .tbl_basic .box_tbl .tbl_sml tr td:last-child {
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .con_int .tbl_basic .box_tbl .tbl_sml tr th, .con_int .tbl_basic .box_tbl .tbl_sml tr td {
    display: table-cell;
    width: 21%;
    padding: .6em 0;
  }
}

/* -----------------------------------------------------------
	con_room
----------------------------------------------------------- */
.con_room {
  margin-top: 135px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_room {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_room {
    margin-top: 15%;
  }
}
.con_room h4 {
  font-size: 258%;
  color: #c59857;
  font-family: 'Bellefair', serif;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: .14em;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_room h4 {
    font-size: 229%;
  }
}
@media only screen and (max-width: 767px) {
  .con_room h4 {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .con_room h4 {
    margin-bottom: 2%;
  }
}
.con_room .box_int h3 {
  font-weight: normal;
  line-height: 1;
  text-align: center;
  margin-bottom: 25px;
  color: #c59857;
  font-family: 'Bellefair', serif;
  font-size: 329%;
  letter-spacing: .14em;
}
@media only screen and (max-width: 767px) {
  .con_room .box_int h3 {
    margin-bottom: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_room .box_int h3 {
    font-size: 272%;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_int h3 {
    font-size: 186%;
  }
}
.con_room .box_int h3:before {
  content: '';
  width: 45px;
  height: 51px;
  display: block;
  margin: 0 auto .3em;
  background: url(../images/home/ic_tit.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .con_room .box_int h3:before {
    width: 1.2em;
    height: 1.4em;
    background-size: contain;
  }
}
.con_room .box_int .catch {
  text-align: center;
  color: #002e4e;
  font-size: 129%;
  font-family: 'Times','Times New Roman','Minion Web';
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .con_room .box_int .catch {
    margin-bottom: 4%;
  }
}
.con_room .box_int .roo_list, .con_room .box_int .poi_top {
  letter-spacing: -.4em;
  text-align: center;
}
.con_room .box_int .roo_list li, .con_room .box_int .poi_top li {
  width: 23%;
  letter-spacing: .08em;
  margin-left: 2.5%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.con_room .box_int .roo_list li:first-child, .con_room .box_int .poi_top li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_room .box_int .roo_list li, .con_room .box_int .poi_top li {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.con_room .box_int .roo_list li .st, .con_room .box_int .poi_top li .st {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .con_room .box_int .roo_list li .st, .con_room .box_int .poi_top li .st {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_int .roo_list li .st, .con_room .box_int .poi_top li .st {
    position: relative;
  }
  .con_room .box_int .roo_list li .st:after, .con_room .box_int .poi_top li .st:after {
    content: "";
    margin-left: .3em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
  }
  .con_room .box_int .roo_list li .st.active:after, .con_room .box_int .poi_top li .st.active:after {
    content: "";
    margin-left: .3em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }
}
.con_room .box_int .roo_list li .st .poi, .con_room .box_int .poi_top li .st .poi {
  background: #088db8;
  color: #fff;
  font-family: 'Pinyon Script', cursive;
  font-size: 93%;
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  padding-top: .7em;
  width: 45px;
}
.con_room .box_int .roo_list li .st .poi em, .con_room .box_int .poi_top li .st .poi em {
  display: block;
  font-size: 170%;
  line-height: 1;
}
.con_room .box_int .roo_list li .st .name, .con_room .box_int .poi_top li .st .name {
  background: #002e4e;
  color: #c59857;
  font-family: 'Bellefair', serif;
  font-size: 129%;
  display: table-cell;
  vertical-align: middle;
  padding-left: .5em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .con_room .box_int .roo_list li .pho, .con_room .box_int .poi_top li .pho {
    margin-bottom: 2%;
  }
  .con_room .box_int .roo_list li .pho img, .con_room .box_int .poi_top li .pho img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_room .box_int .roo_list li .inner, .con_room .box_int .poi_top li .inner {
    display: block !important;
  }
}
@media print {
  .con_room .box_int .roo_list li .inner, .con_room .box_int .poi_top li .inner {
    display: block !important;
  }
}
.ie8 .con_room .box_int .roo_list li .inner, .ie8 .con_room .box_int .poi_top li .inner {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .con_room .box_int .roo_list li .inner, .con_room .box_int .poi_top li .inner {
    display: none;
    padding-bottom: 4%;
  }
  .con_room .box_int .roo_list li .inner .txt, .con_room .box_int .poi_top li .inner .txt {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .con_room .box_int .roo_list.poi_top, .con_room .box_int .poi_top.poi_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2em;
  }
  .con_room .box_int .roo_list.poi_top li, .con_room .box_int .poi_top.poi_top li {
    width: 48.58333%;
  }
  .con_room .box_int .roo_list.poi_top li .st, .con_room .box_int .poi_top.poi_top li .st {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .con_room .box_int .roo_list.poi_top li .name, .con_room .box_int .poi_top.poi_top li .name {
    background: #002e4e;
    color: #c59857;
    font-family: 'Bellefair', serif;
    font-size: 129%;
    display: table-cell;
    vertical-align: middle;
    padding: .5em;
    line-height: 1.2;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print {
  .con_room .box_int .roo_list.poi_top, .con_room .box_int .poi_top.poi_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2em;
  }
  .con_room .box_int .roo_list.poi_top li, .con_room .box_int .poi_top.poi_top li {
    width: 48.58333%;
  }
  .con_room .box_int .roo_list.poi_top li .st, .con_room .box_int .poi_top.poi_top li .st {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .con_room .box_int .roo_list.poi_top li .name, .con_room .box_int .poi_top.poi_top li .name {
    background: #002e4e;
    color: #c59857;
    font-family: 'Bellefair', serif;
    font-size: 129%;
    display: table-cell;
    vertical-align: middle;
    padding: .5em;
    line-height: 1.2;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ie8 .con_room .box_int .roo_list.poi_top, .ie8 .con_room .box_int .poi_top.poi_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
}
.ie8 .con_room .box_int .roo_list.poi_top li, .ie8 .con_room .box_int .poi_top.poi_top li {
  width: 48.58333%;
}
.ie8 .con_room .box_int .roo_list.poi_top li .st, .ie8 .con_room .box_int .poi_top.poi_top li .st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ie8 .con_room .box_int .roo_list.poi_top li .name, .ie8 .con_room .box_int .poi_top.poi_top li .name {
  background: #002e4e;
  color: #c59857;
  font-family: 'Bellefair', serif;
  font-size: 129%;
  display: table-cell;
  vertical-align: middle;
  padding: .5em;
  line-height: 1.2;
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.con_room .box_tab #tab {
  background: #eaedf0;
  padding: 30px 0;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .con_room .box_tab #tab {
    padding: 5% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_tab #tab {
    margin-top: 6%;
  }
}
.con_room .box_tab #tab ul {
  max-width: 795px;
  margin: 0 auto;
  letter-spacing: -.4em;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .con_room .box_tab #tab ul {
    width: 91.66667%;
  }
}
.con_room .box_tab #tab ul li {
  letter-spacing: .04em;
  color: #002540;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  width: 183px;
  padding: 15px 15px 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_room .box_tab #tab ul li {
    width: 23%;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_tab #tab ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_room .box_tab #tab ul li {
    padding: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_tab #tab ul li {
    padding: 3%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_room .box_tab #tab ul li:nth-child(4n) {
    margin-right: 0;
  }
  .con_room .box_tab #tab ul li:nth-child(n+5) {
    margin-top: 20px;
  }
}
@media print {
  .con_room .box_tab #tab ul li:nth-child(4n) {
    margin-right: 0;
  }
  .con_room .box_tab #tab ul li:nth-child(n+5) {
    margin-top: 20px;
  }
}
.ie8 .con_room .box_tab #tab ul li:nth-child(4n) {
  margin-right: 0;
}
.ie8 .con_room .box_tab #tab ul li:nth-child(n+5) {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_room .box_tab #tab ul li:nth-child(3n) {
    margin-right: 0;
  }
  .con_room .box_tab #tab ul li:nth-child(n+4) {
    margin-top: 20px;
  }
  .con_room .box_tab #tab ul li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_tab #tab ul li {
    margin-left: 0;
  }
  .con_room .box_tab #tab ul li:nth-child(2) .st {
    padding: 0;
  }
}
.con_room .box_tab #tab ul li:after {
  content: '';
  width: 1px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #eaedf0;
}
@media only screen and (max-width: 767px) {
  .con_room .box_tab #tab ul li:after {
    height: .8em;
  }
}
.con_room .box_tab #tab ul li:hover, .con_room .box_tab #tab ul li.active {
  cursor: default;
  background: #002e4e;
  color: #fff;
}
.con_room .box_tab #tab ul li:hover:after, .con_room .box_tab #tab ul li.active:after {
  background: #fff;
}
.con_room .box_tab #tab ul li .st {
  font-family: 'Bellefair', serif;
  font-size: 129%;
  line-height: 1.2;
  margin-top: .4em;
  padding: .6em 0;
}
@media only screen and (max-width: 1199px) {
  .con_room .box_tab #tab ul li .st {
    margin-top: 0;
  }
}
.con_room .box_tab #tab ul li .st.line2 {
  padding: 0;
}
.con_room .box_tab #tab ul.sec {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_room .box_tab #tab ul.sec {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_room .box_tab #tab select {
    display: none;
  }
}
@media print {
  .con_room .box_tab #tab select {
    display: none;
  }
}
.ie8 .con_room .box_tab #tab select {
  display: none;
}
@media only screen and (min-width: 768px) {
  .con_room .box_tab #panel > div {
    display: none;
  }
  .con_room .box_tab #panel > div#roo01 {
    display: block;
  }
}
@media print {
  .con_room .box_tab #panel > div {
    display: none;
  }
  .con_room .box_tab #panel > div#roo01 {
    display: block;
  }
}
.ie8 .con_room .box_tab #panel > div {
  display: none;
}
.ie8 .con_room .box_tab #panel > div#roo01 {
  display: block;
}
.con_room .box_inf {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .con_room .box_inf {
    margin-top: 5%;
  }
}
.con_room .box_inf h4 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_room .box_inf h4 {
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_inf h4 {
    font-size: 122%;
    color: #7b7b7b;
    padding: .5em;
    border: 1px solid #7b7b7b;
    letter-spacing: .08em;
    position: relative;
  }
  .con_room .box_inf h4:after {
    content: "";
    margin-left: .3em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: .5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .con_room .box_inf h4.active:after {
    content: "";
    margin-left: .3em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }
}
@media only screen and (min-width: 768px) {
  .con_room .box_inf div {
    display: block !important;
  }
}
@media print {
  .con_room .box_inf div {
    display: block !important;
  }
}
.ie8 .con_room .box_inf div {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .con_room .box_inf div {
    display: none;
  }
}
.con_room .box_inf div .tbl_basic {
  width: 100%;
}
.con_room .box_inf div .tbl_basic th {
  width: 180px;
}
@media only screen and (max-width: 767px) {
  .con_room .box_inf div .tbl_basic th {
    width: 100%;
  }
}

#panel {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  #panel {
    margin-top: 6%;
  }
}
#panel .box_roo {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #panel .box_roo {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  #panel .box_roo h4 {
    border: 1px solid #7b7b7b;
    position: relative;
    padding: .5em;
  }
  #panel .box_roo h4:before {
    content: "";
    margin-right: .3em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: .5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #panel .box_roo h4.active:before {
    content: "";
    margin-right: .3em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }
  #panel .box_roo h4 img, #panel .box_roo h4 em {
    display: inline-block;
    vertical-align: middle;
  }
  #panel .box_roo h4 img {
    width: 28%;
    margin-right: 3%;
  }
  #panel .box_roo h4 em {
    width: 61%;
  }
}
@media only screen and (min-width: 768px) {
  #panel .box_roo .inner {
    display: block !important;
  }
}
@media print {
  #panel .box_roo .inner {
    display: block !important;
  }
}
.ie8 #panel .box_roo .inner {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  #panel .box_roo .inner {
    display: none;
    margin-bottom: 4%;
  }
}
#panel .box_roo .photo {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #panel .box_roo .photo {
    margin-bottom: 4%;
  }
}
#panel .box_roo .txt {
  width: 45.83333%;
  float: left;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #panel .box_roo .txt {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #panel .box_roo .txt {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  #panel .box_roo .txt {
    margin-bottom: 4%;
  }
}
#panel .box_roo .box_tbl {
  width: 50%;
  float: right;
}
@media only screen and (max-width: 767px) {
  #panel .box_roo .box_tbl {
    width: 100%;
    float: none;
  }
}
#panel .box_roo .box_tbl .tbl_basic {
  width: 100%;
}
#panel .box_roo .box_tbl .tbl_basic th {
  width: 130px;
}
@media only screen and (max-width: 767px) {
  #panel .box_roo .box_tbl .tbl_basic th {
    width: 100%;
  }
}
#panel .box_roo .box_tbl .box_ledi {
  border: 1px solid #ea7d5b;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #panel .box_roo .box_tbl .box_ledi {
    margin-top: 4%;
  }
}
#panel .box_roo .box_tbl .box_ledi h5 {
  background: #ea7d5b;
  color: #fff;
  font-weight: normal;
  letter-spacing: .14em;
}
#panel .box_roo .box_tbl .box_ledi ul {
  letter-spacing: -.4em;
  padding: 10px 0;
}
#panel .box_roo .box_tbl .box_ledi ul li {
  letter-spacing: .08em;
  display: inline-block;
  margin-right: 15px;
}
#panel .box_roo .box_tbl .box_ledi ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1199px) {
  #panel .box_roo .box_tbl .box_ledi ul li:nth-child(3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #panel .box_roo .box_tbl .box_ledi ul li {
    margin-right: .6em;
  }
  #panel .box_roo .box_tbl .box_ledi ul li:nth-child(n+3) {
    margin-top: 3%;
  }
}
#panel .box_roo .box_tbl .box_ledi ul li p {
  color: #ea7d5b;
  line-height: 1.3;
  font-size: 93%;
  margin-top: .5em;
}
#panel .box_roo .btn {
  clear: left;
  width: 275px;
}
#panel .box_roo .btn a {
  text-align: center;
  display: block;
  border: 1px solid #c59857;
  text-decoration: none;
  padding: .8em 0;
  position: relative;
  font-family: 'Times','Times New Roman','Minion Web';
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
#panel .box_roo .btn a:after {
  content: '';
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #c59857;
}
#panel .box_roo .btn a:hover, .touch #panel .box_roo .btn a.touchstart {
  color: #c59857;
  background: #fff;
}
#panel .box_roo .btn a:hover:after, .touch #panel .box_roo .btn a.touchstart:after {
  background: #c59857;
}
#panel .box_roo .btn a {
  background: #c59857;
  color: #fff;
}
#panel .box_roo .btn a:hover {
  background: #a26d1f;
  color: #fff;
}
#panel .box_roo .btn a:after {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #panel .box_roo .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #panel .box_roo .btn {
    margin-top: 4%;
  }
}

/* -----------------------------------------------------------
	con_fac
----------------------------------------------------------- */
.con_fac {
  margin-top: 90px;
  background: #eaedf0;
  padding: 60px 0 40px;
}
@media only screen and (max-width: 767px) {
  .con_fac {
    margin-top: 12%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac {
    padding: 8% 0 5%;
  }
}
.con_fac h3 {
  font-weight: normal;
  line-height: 1;
  text-align: center;
  margin-bottom: 25px;
  color: #c59857;
  font-family: 'Bellefair', serif;
  font-size: 329%;
  letter-spacing: .14em;
}
@media only screen and (max-width: 767px) {
  .con_fac h3 {
    margin-bottom: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_fac h3 {
    font-size: 272%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac h3 {
    font-size: 186%;
  }
}
.con_fac h3:before {
  content: '';
  width: 45px;
  height: 51px;
  display: block;
  margin: 0 auto .3em;
  background: url(../images/home/ic_tit.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .con_fac h3:before {
    width: 1.2em;
    height: 1.4em;
    background-size: contain;
  }
}
.con_fac .box_fac {
  overflow: hidden;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_fac .box_fac {
    padding-bottom: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac {
    padding-bottom: 10%;
  }
}
.con_fac .box_fac .photo {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_fac .box_fac .photo {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac .photo {
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_fac .box_fac .photo {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  @-webkit-keyframes Active-list {
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes Active-list {
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .con_fac .box_fac .photo.active {
    -webkit-animation: Active-list 1.5s ease 0.5s 1 forwards;
    animation: Active-list 1.5s ease 0.5s 1 forwards;
  }
}
@media print {
  .con_fac .box_fac .photo {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  @-webkit-keyframes Active-list {
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes Active-list {
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .con_fac .box_fac .photo.active {
    -webkit-animation: Active-list 1.5s ease 0.5s 1 forwards;
    animation: Active-list 1.5s ease 0.5s 1 forwards;
  }
}
.ie8 .con_fac .box_fac .photo {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@-webkit-keyframes Active-list {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes Active-list {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.ie8 .con_fac .box_fac .photo.active {
  -webkit-animation: Active-list 1.5s ease 0.5s 1 forwards;
  animation: Active-list 1.5s ease 0.5s 1 forwards;
}
@media only screen and (max-width: 1199px) {
  .con_fac .box_fac .photo {
    width: 100%;
    display: block;
  }
  .con_fac .box_fac .photo img {
    width: 100%;
  }
}
.con_fac .box_fac .box_det {
  width: 550px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1199px) {
  .con_fac .box_fac .box_det {
    width: 91.66667%;
    display: block;
    margin: 0 auto;
  }
}
.con_fac .box_fac .box_det h4 {
  font-weight: normal;
  font-size: 258%;
  font-family: 'Bellefair', serif;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_fac .box_fac .box_det h4 {
    font-size: 215%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac .box_det h4 {
    font-size: 158%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_fac .box_fac .box_det h4 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  @-webkit-keyframes Active-list {
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes Active-list {
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .con_fac .box_fac .box_det h4.active {
    -webkit-animation: Active-list 1.2s ease 0.5s 1 forwards;
    animation: Active-list 1.2s ease 0.5s 1 forwards;
  }
}
@media print {
  .con_fac .box_fac .box_det h4 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  @-webkit-keyframes Active-list {
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes Active-list {
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  .con_fac .box_fac .box_det h4.active {
    -webkit-animation: Active-list 1.2s ease 0.5s 1 forwards;
    animation: Active-list 1.2s ease 0.5s 1 forwards;
  }
}
.ie8 .con_fac .box_fac .box_det h4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}
@-webkit-keyframes Active-list {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes Active-list {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.ie8 .con_fac .box_fac .box_det h4.active {
  -webkit-animation: Active-list 1.2s ease 0.5s 1 forwards;
  animation: Active-list 1.2s ease 0.5s 1 forwards;
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac .box_det h4 {
    line-height: 1.2;
    margin-bottom: 3%;
  }
}
.con_fac .box_fac .box_det h4 span {
  background: #088db8;
  color: #fff;
  font-size: 62%;
  display: inline-block;
  margin-right: .3em;
  line-height: 1;
  vertical-align: text-top;
  padding: .3em;
}
.con_fac .box_fac .box_det .st {
  line-height: 1.6;
  font-size: 129%;
  color: #002e4e;
  font-family: 'Times','Times New Roman','Minion Web';
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac .box_det .st {
    font-size: 115%;
  }
}
.con_fac .box_fac .box_det .txt {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_fac .box_fac .box_det .txt {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac .box_det .txt {
    margin-top: 3%;
  }
}
.con_fac .box_fac .box_det .btn {
  width: 420px;
  margin: 45px 0 0;
}
.con_fac .box_fac .box_det .btn a {
  text-align: center;
  display: block;
  border: 1px solid #002e4e;
  text-decoration: none;
  padding: .8em 0;
  position: relative;
  font-family: 'Times','Times New Roman','Minion Web';
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.con_fac .box_fac .box_det .btn a:after {
  content: '';
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #002e4e;
}
.con_fac .box_fac .box_det .btn a:hover, .touch .con_fac .box_fac .box_det .btn a.touchstart {
  color: #fff;
  background: #002e4e;
}
.con_fac .box_fac .box_det .btn a:hover:after, .touch .con_fac .box_fac .box_det .btn a.touchstart:after {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac .box_det .btn {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_fac .box_fac .box_det .btn {
    margin: 5% auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac .box_det .btn {
    margin: 4% 0 0;
  }
}
.con_fac .box_fac .box_det .tbl_basic {
  width: 100%;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_fac .box_fac .box_det .tbl_basic {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac .box_det .tbl_basic {
    margin-top: 3%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_fac .box_fac .box_det .st, .con_fac .box_fac .box_det .txt, .con_fac .box_fac .box_det .btn, .con_fac .box_fac .box_det .tbl_basic {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  @-webkit-keyframes Active-list {
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes Active-list {
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .con_fac .box_fac .box_det .st.active, .con_fac .box_fac .box_det .txt.active, .con_fac .box_fac .box_det .btn.active, .con_fac .box_fac .box_det .tbl_basic.active {
    -webkit-animation: Active-list 1.5s ease 0.5s 1 forwards;
    animation: Active-list 1.5s ease 0.5s 1 forwards;
  }
}
@media print {
  .con_fac .box_fac .box_det .st, .con_fac .box_fac .box_det .txt, .con_fac .box_fac .box_det .btn, .con_fac .box_fac .box_det .tbl_basic {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  @-webkit-keyframes Active-list {
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes Active-list {
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .con_fac .box_fac .box_det .st.active, .con_fac .box_fac .box_det .txt.active, .con_fac .box_fac .box_det .btn.active, .con_fac .box_fac .box_det .tbl_basic.active {
    -webkit-animation: Active-list 1.5s ease 0.5s 1 forwards;
    animation: Active-list 1.5s ease 0.5s 1 forwards;
  }
}
.ie8 .con_fac .box_fac .box_det .st, .ie8 .con_fac .box_fac .box_det .txt, .ie8 .con_fac .box_fac .box_det .btn, .ie8 .con_fac .box_fac .box_det .tbl_basic {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
}
@-webkit-keyframes Active-list {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes Active-list {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.ie8 .con_fac .box_fac .box_det .st.active, .ie8 .con_fac .box_fac .box_det .txt.active, .ie8 .con_fac .box_fac .box_det .btn.active, .ie8 .con_fac .box_fac .box_det .tbl_basic.active {
  -webkit-animation: Active-list 1.5s ease 0.5s 1 forwards;
  animation: Active-list 1.5s ease 0.5s 1 forwards;
}
@media only screen and (min-width: 1200px) {
  .con_fac .box_fac.rest .photo {
    margin-right: 1.82292%;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}
@media print {
  .con_fac .box_fac.rest .photo {
    margin-right: 1.82292%;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}
.ie8 .con_fac .box_fac.rest .photo {
  margin-right: 1.82292%;
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
}
@media only screen and (min-width: 1200px) {
  .con_fac .box_fac.lobby .photo {
    float: right;
    margin-left: 1.82292%;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}
@media print {
  .con_fac .box_fac.lobby .photo {
    float: right;
    margin-left: 1.82292%;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}
.ie8 .con_fac .box_fac.lobby .photo {
  float: right;
  margin-left: 1.82292%;
  -webkit-transform: translateX(5%);
  transform: translateX(5%);
}
.con_fac .box_fac.lobby .box_det {
  float: right;
  margin-top: 5%;
}
@media only screen and (max-width: 1500px) {
  .con_fac .box_fac.lobby .box_det {
    margin-top: 0;
  }
}
@media print {
  .con_fac .box_fac.lobby .box_det {
    margin-top: 0;
  }
}
.ie8 .con_fac .box_fac.lobby .box_det {
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .con_fac .box_fac.lobby .box_det {
    float: none;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .con_fac .box_fac.lobby .box_det .st, .con_fac .box_fac.lobby .box_det .txt, .con_fac .box_fac.lobby .box_det .btn, .con_fac .box_fac.lobby .box_det .tbl_basic {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}
@media print {
  .con_fac .box_fac.lobby .box_det .st, .con_fac .box_fac.lobby .box_det .txt, .con_fac .box_fac.lobby .box_det .btn, .con_fac .box_fac.lobby .box_det .tbl_basic {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}
.ie8 .con_fac .box_fac.lobby .box_det .st, .ie8 .con_fac .box_fac.lobby .box_det .txt, .ie8 .con_fac .box_fac.lobby .box_det .btn, .ie8 .con_fac .box_fac.lobby .box_det .tbl_basic {
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
}
.con_fac .box_fac.bath {
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_fac .box_fac.bath {
    padding-bottom: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fac .box_fac.bath {
    padding-bottom: 10%;
  }
}
.con_fac .box_fac.bath .photo {
  margin-right: 1.82292%;
}
@media only screen and (min-width: 1200px) {
  .con_fac .box_fac.bath .photo {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}
@media print {
  .con_fac .box_fac.bath .photo {
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}
.ie8 .con_fac .box_fac.bath .photo {
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
}

/* -----------------------------------------------------------
	wrp_acc
----------------------------------------------------------- */
.wrp_acc {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_acc {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_acc {
    margin-top: 14%;
  }
}
.wrp_acc h3 {
  font-weight: normal;
  line-height: 1;
  text-align: center;
  margin-bottom: 25px;
  color: #c59857;
  font-family: 'Bellefair', serif;
  font-size: 329%;
  letter-spacing: .14em;
}
@media only screen and (max-width: 767px) {
  .wrp_acc h3 {
    margin-bottom: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_acc h3 {
    font-size: 272%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_acc h3 {
    font-size: 186%;
  }
}
.wrp_acc h3:before {
  content: '';
  width: 45px;
  height: 51px;
  display: block;
  margin: 0 auto .3em;
  background: url(../images/home/ic_tit.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .wrp_acc h3:before {
    width: 1.2em;
    height: 1.4em;
    background-size: contain;
  }
}
.wrp_acc .con_acc {
  background: #002742;
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .wrp_acc .con_acc {
    padding: 5% 0;
  }
}
.wrp_acc .con_acc .box_acc {
  overflow: hidden;
}
.wrp_acc .con_acc .box_acc .box_det {
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_acc .con_acc .box_acc .box_det {
    width: 52%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_acc .con_acc .box_acc .box_det {
    float: none;
  }
}
.wrp_acc .con_acc .box_acc .box_det address {
  color: #fff;
  font-family: 'Times','Times New Roman','Minion Web';
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_acc .con_acc .box_acc .box_det address {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_acc .con_acc .box_acc .box_det address {
    margin-top: 5%;
  }
}
.wrp_acc .con_acc .box_acc .box_det .btn {
  margin-top: 20px;
  width: 265px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_acc .con_acc .box_acc .box_det .btn {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_acc .con_acc .box_acc .box_det .btn {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_acc .con_acc .box_acc .box_det .btn {
    width: 100%;
  }
}
.wrp_acc .con_acc .box_acc .box_det .btn a {
  text-align: center;
  display: block;
  border: 1px solid #002e4e;
  text-decoration: none;
  padding: .8em 0;
  position: relative;
  font-family: 'Times','Times New Roman','Minion Web';
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.wrp_acc .con_acc .box_acc .box_det .btn a:after {
  content: '';
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #002e4e;
}
.wrp_acc .con_acc .box_acc .box_det .btn a:hover, .touch .wrp_acc .con_acc .box_acc .box_det .btn a.touchstart {
  color: #fff;
  background: #002e4e;
}
.wrp_acc .con_acc .box_acc .box_det .btn a:hover:after, .touch .wrp_acc .con_acc .box_acc .box_det .btn a.touchstart:after {
  background: #fff;
}
.wrp_acc .con_acc .box_acc .box_det .btn a {
  background: #fff;
  border: 1px solid #fff;
}
.wrp_acc .con_acc .box_acc .photo {
  float: left;
  width: 50.05208%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_acc .con_acc .box_acc .photo {
    width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_acc .con_acc .box_acc .photo {
    width: 100%;
    float: none;
    margin-top: 4%;
  }
}
.wrp_acc .box_link {
  overflow: hidden;
  max-width: 570px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .wrp_acc .box_link {
    margin: 6% auto 0;
  }
}
@media only screen and (max-width: 1199px) {
  .wrp_acc .box_link {
    width: 91.66667%;
  }
}
.wrp_acc .box_link li {
  width: 270px;
  float: left;
  margin-left: 30px;
}
.wrp_acc .box_link li a {
  text-align: center;
  display: block;
  border: 1px solid #002e4e;
  text-decoration: none;
  padding: .8em 0;
  position: relative;
  font-family: 'Times','Times New Roman','Minion Web';
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.wrp_acc .box_link li a:after {
  content: '';
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #002e4e;
}
.wrp_acc .box_link li a:hover, .touch .wrp_acc .box_link li a.touchstart {
  color: #fff;
  background: #002e4e;
}
.wrp_acc .box_link li a:hover:after, .touch .wrp_acc .box_link li a.touchstart:after {
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_acc .box_link li {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_acc .box_link li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .wrp_acc .box_link li {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_acc .box_link li {
    margin-left: 0;
  }
}
.wrp_acc .box_link li:first-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .wrp_acc .box_link li {
    margin-top: 4%;
  }
}
.wrp_acc .box_link li em:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* -----------------------------------------------------------
	.con_route
----------------------------------------------------------- */
.con_route {
  margin-top: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_route {
    margin-top: 12%;
  }
}
.con_route .box_route {
  width: 585px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_route .box_route {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .con_route .box_route {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_route .box_route.narita {
    float: left;
  }
  .con_route .box_route.haneda {
    float: right;
  }
}
@media print {
  .con_route .box_route.narita {
    float: left;
  }
  .con_route .box_route.haneda {
    float: right;
  }
}
.ie8 .con_route .box_route.narita {
  float: left;
}
.ie8 .con_route .box_route.haneda {
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_route .box_route {
    width: 100%;
    margin-top: 5%;
  }
}
.con_route .box_route .st_route {
  background: #088db8;
  color: #fff;
  padding: .5em 0;
  text-align: center;
  font-family: 'Bellefair', serif;
  font-size: 143%;
}
@media only screen and (max-width: 767px) {
  .con_route .box_route .st_route {
    padding: .5em 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    position: relative;
  }
  .con_route .box_route .st_route:before {
    content: "";
    margin-right: .3em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 3%;
    margin: 0 auto;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .con_route .box_route .st_route.active:before {
    content: "";
    margin-right: .3em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .con_route .box_route .box_way {
    display: block !important;
  }
}
@media print {
  .con_route .box_route .box_way {
    display: block !important;
  }
}
.ie8 .con_route .box_route .box_way {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .con_route .box_route .box_way {
    display: none;
  }
}
.con_route .box_route .box_way ul .way {
  text-align: center;
  background-size: 6px auto;
  background-repeat: repeat-y;
  background-position: center top;
  padding: 2em 0;
  background-color: #fff;
}
.con_route .box_route .box_way ul .way span {
  display: block;
  padding: .2em 0;
  line-height: 1.5;
  background-color: #fff;
}
.con_route .box_route .box_way ul .way.train {
  background-image: url(../images/home/bg_train.png);
}
.con_route .box_route .box_way ul .way.train span:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.con_route .box_route .box_way ul .way.wolk {
  background-image: url(../images/home/bg_work.png);
}
.con_route .box_route .box_way ul .way.wolk span:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.con_route .box_route .box_way ul .way.car {
  background-image: url(../images/home/bg_car.png);
}
.con_route .box_route .box_way ul .way.car span:before {
  content: "";
  margin-right: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.con_route .box_route .box_way ul .way.hig {
  padding: 4.7em 0;
}
@media only screen and (max-width: 767px) {
  .con_route .box_route .box_way ul .way.hig {
    padding: 4em 0;
  }
}
.con_route .box_route .box_way ul .st {
  background: #eaedf0;
  text-align: center;
  font-family: "Arial","Verdana", sans-serif;
  font-size: 143%;
  padding: .6em 0;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_route .box_route .box_way ul .st {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_route .box_route .box_way ul .st {
    font-size: 129%;
  }
}
.con_route .box_route .box_way ul a {
  text-decoration: none;
  width: 290px;
  margin: 0 auto;
  border: 1px solid #313131;
  display: block;
  background: #fff;
  position: relative;
  padding: .3em 0;
}
@media only screen and (max-width: 767px) {
  .con_route .box_route .box_way ul a {
    width: 95%;
  }
}
.con_route .box_route .box_way ul a:after {
  content: "";
  margin-left: .3em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.con_route .box_route .box_way .st_arr {
  clear: both;
  background: #002e4e;
  color: #fff;
  padding: 1em 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_route .box_route .box_way .st_arr img {
    width: 11em;
  }
}

/* -----------------------------------------------------------
	.con_bus
----------------------------------------------------------- */
.con_bus {
  padding: 25px 40px;
  border: 1px solid #313131;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_bus {
    padding: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bus {
    padding: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bus {
    margin-top: 10%;
  }
}
.con_bus h4 {
  font-size: 200%;
  color: #c59857;
  font-family: 'Bellefair', serif;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: .14em;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_bus h4 {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bus h4 {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bus h4 {
    margin-bottom: 2%;
  }
}
.con_bus ul {
  overflow: hidden;
}
.con_bus ul li {
  width: 353px;
  position: relative;
  float: left;
  margin-left: 29px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_bus ul li {
    width: 31%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bus ul li {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_bus ul li {
    margin-left: 3.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bus ul li {
    margin-left: 4%;
  }
}
@media only screen and (min-width: 768px) {
  .con_bus ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  .con_bus ul li:nth-child(n+4) {
    margin-top: 35px;
  }
}
@media print {
  .con_bus ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  .con_bus ul li:nth-child(n+4) {
    margin-top: 35px;
  }
}
.ie8 .con_bus ul li:nth-child(3n+1) {
  margin-left: 0;
}
.ie8 .con_bus ul li:nth-child(n+4) {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .con_bus ul li:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
  .con_bus ul li:nth-child(n+3) {
    margin-top: 4%;
  }
}
.con_bus ul li .num {
  background: #088db8;
  color: #fff;
  font-family: 'Times','Times New Roman','Minion Web';
  font-size: 172%;
  position: absolute;
  left: 0;
  top: 0;
  padding: .3em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_bus ul li .num {
    font-size: 122%;
  }
}
.con_bus ul li .pho {
  margin-bottom: .5em;
}

/* -----------------------------------------------------------
	.con_park
----------------------------------------------------------- */
.con_park {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .con_park {
    margin-top: 10%;
  }
}
.con_park h4 {
  font-size: 258%;
  color: #c59857;
  font-family: 'Bellefair', serif;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: .14em;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_park h4 {
    font-size: 229%;
  }
}
@media only screen and (max-width: 767px) {
  .con_park h4 {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_park h4 {
    margin-bottom: 2%;
  }
}
.con_park .box_park {
  overflow: hidden;
}
.con_park .box_park .box_txt {
  width: 40%;
  float: left;
  font-family: 'Times','Times New Roman','Minion Web';
}
@media only screen and (max-width: 767px) {
  .con_park .box_park .box_txt {
    float: none;
    width: 100%;
    margin-bottom: 4%;
  }
}
.con_park .box_park .box_txt ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.con_park .box_park .box_right {
  width: 58.33333%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_park .box_park .box_right {
    float: none;
    width: 100%;
  }
}
.con_park .box_park .box_right ul {
  background: #eaedf0;
  margin-top: 20px;
  padding: 15px 25px;
}
@media only screen and (max-width: 767px) {
  .con_park .box_park .box_right ul {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_park .box_park .box_right ul {
    padding: 4%;
  }
}
.con_park .box_park .box_right ul li {
  padding-left: 1em;
  text-indent: -.5em;
}
.con_park .box_park .box_right ul li:before {
  content: '●';
  color: #d2cc94;
  font-size: 129%;
  display: inline-block;
  margin-right: .1em;
}
.con_park .box_park .box_right ul li:first-child {
  padding-left: 0;
}
.con_park .box_park .box_right ul li:first-child:before {
  content: none;
}
