@charset "utf-8";
/* CSS Document */ :focus {
  outline: none;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
img {
  max-width: 100%;
}
sup {
  top: 5px;
}
.pc .pc40 {
  width: 40%;
}
.pc .pc50 {
  width: 50%;
}
.pc .pc60 {
  width: 60%;
}
.fltR {
  float: right;
}
.fltL {
  float: left;
}
.img54 {
  width: 54px;
}
.sp .img54 {
  width: 4.2rem;
}
/*見出し-セクションタイトル*/
h2 {
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 2em 50px;
  padding: 0 0.2rem;
  text-align: center;
  color: #fff;
}
#event h2 {
  background: #fa4141;
}
#ranking h2, #hotel h2 {
  background: #092b6f;
}
#info h2 {
  background: #274a78;
}
h2 span {
  position: relative;
  display: block;
  font-size: 1.6em;
  font-weight: bold;
}
h2:before, h2:after {
  position: absolute;
  top: 0;
  display: block;
  /*height: 48px;*/
  content: '';
}
#bus h2 {
  color: #12325C;
}
#bus h2:before, #bus h2:after {
  background-image: url("https://www.his-j.com/cmn/icon/icon_bus_tour.svg");
  height: 54px;
  width: 54px;
}
#bus h2:after {
  right: 0;
}
#ranking h2:before, #hotel h2:before {
  border: 30px solid #092b6f;
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}
#ranking h2:after, #hotel h2:after {
  border: 30px solid #092b6f;
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}
#event h2:before {
  border: 30px solid #fa4141;
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}
#event h2:after {
  border: 30px solid #fa4141;
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}
#info h2:before {
  border: 30px solid #274a78;
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}
#info h2:after {
  border: 30px solid #274a78;
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}
#ltb-wrap {
  width: 100%
}
.pc .ltb-heading {
  background: #122B88;
  margin-bottom: 40px;
}
.pc .ltb-heading .main_title {
  width: 992px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}
.pc .ltb-heading .main_title img {
  height: 130px;
}
.pc .note {
  width: 992px;
  margin: auto;
  padding: 0 5px 5px 0;
  text-align: right;
  font-size: 12px;
  color: #FFF;
}
#main-slider {
  width: 100%;
  overflow: hidden
}
nav {
  width: 100%;
  background: #092b6f;
  margin-top: 10px;
}
.pc nav .menu-list {
  width: 1040px;
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between
}
.pc nav .menu-list li {
  width: calc(1040px / 3);
  border-right: 1px dotted #FFF;
}
.pc nav .menu-list li:first-child {
  border-left: 1px dotted #FFF;
}
.pc nav .menu-list li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  position: relative;
  padding: 10px 0 20px;
  transition: 0.3s
}
.pc nav .menu-list li a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.pc nav .menu-list li a:hover {
  background: #cfebf9;
  color: #092b6f;
}
.pc .innerbox {
  width: 992px;
  margin: auto;
}
.pc .info-box {
  margin: 40px auto;
  padding: 20px;
  border: 1px solid;
  box-sizing: border-box
}
.pc .info-box ul li {
  padding-left: 1.0em;
  position: relative;
}
.pc .info-box ul li + li {
  margin-top: 5px
}
.pc .info-box ul li a {
  text-decoration: underline;
  color: #1A0DAB;
}
.info-box ul li a:hover {
  opacity: 1.0;
  text-decoration: none
}
.info-box ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
/*スペシャル特典*/
#special {
  background: #12325C;
  padding: 2em 0.5em;
}
.pc #special .section__container {
  padding-top: 60px;
}
#special ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -3%;
}
#special li {
  background: #FFF;
  display: block;
  margin: 0 0.8% 4.3% 0;
  padding: 0.5em;
  width: calc(96.4%/5);
}
#special li.ttl {
  background: none;
  font-weight: bold;
  padding: 0 0.5em 0;
  margin-top: -20px;
}
.pc #special li.ttl img {
  /*margin-top:-10px;*/
}
.pc #special li.Lsize {
  width: calc(100%/3);
}
.pc #special li.Msize {
  width: calc(97.6%/4);
}
.pc #special li.Ssize {
  width: calc(96%/6);
}
.pc #special li.mr00 {
  margin-right: 0;
}
#special li dt {
  position: relative;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
  margin-bottom: 0.5rem;
}
#special li dt:before, #special li dt:after {
  position: absolute;
  content: '';
}
#special li dt:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}
#special li dt:after {
  top: 4px;
  left: 4px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 2px dashed #000;
  background: #fff;
}
#special li dt i {
  font-size: 2rem;
  line-height: 60px;
  position: absolute;
  z-index: 2;
  top: -38px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
  color: #b7282e;
}
#special li.Lsize dt i {
  font-size: 2.2rem;
  line-height: 60px;
  top: -36px;
  width: 80px;
  height: 60px;
}
#special li dt span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3em;
}
#special li.Lsize dt span {
  font-size: 1.3rem;
  font-weight: bold;
}
#special li dt span:before, #special li dt span:after {
  position: absolute;
  content: '';
}
#special li dt span:before {
  top: -34px;
  left: calc(50% - 34px);
  width: 68px;
  height: 36px;
  border: 2px dashed #000;
  border-radius: 50vw 50vw 0 0;
}
#special li dt span:after {
  position: absolute;
  top: 4px;
  left: calc(50% - 32px);
  width: 64px;
  height: 0.5rem;
  background: #fff;
}
#special li.Lsize dt {
  font-size: 1.3em;
}
#special li dd {
  display: block;
}
#special .grid-row {
  /*width: 96%;*/
  margin: 1em auto 0;
}
#special .grid-row div {
  text-align: center;
  padding: 2px 8px;
}
#special .grid-row p.yusen {
  display: inline-block;
  color: aliceblue;
  padding-right: 5px;
}
#special .caption {
  width: 100%;
  padding: 3px;
  margin: 0 8px 0.5em;
  background: #12325C;
  color: #FFF;
  font-weight: bold;
  border-radius: 6px;
}
#special .sp_text {
  color: #FFF;
  padding: 0.5em;
  font-size: 0.9rem;
}
/*バス*/
#bus {
  background: #ede4cd;
}
.flightSchedule th, .flightSchedule td {
  padding: 4px 3px;
  line-height: 1.3em;
}
#bus .flightSchedule th span {
  font-size: 0.8em;
  display: block;
  color: crimson;
  margin-top: -0.3em;
}
#bus .flightSchedule td span {
  font-size: 0.8em;
  color: crimson;
}
.flightSchedule tbody tr {
  background: #FAFAFA;
}
#bus tr.clickable:hover {
  background: #E8E8E8;
  cursor: pointer;
}
#bus .flightSchedule.price th span {
  font-size: 0.8em;
  display: inline-block;
  color: #333333;
}
.pc #bus .subtitle {
  width: 57%;
}
#bus .subtitle strong {
  color: crimson;
  display: inline-block;
}
#bus .flightSchedule td.submit span {
  display: block;
  text-align: center;
  background: #E4C646;
  border-radius: 6px;
  color: #333;
}
#bus p {
  margin: 10px 0;
  font-size: 12px;
}
/*商品*/
.pc #ranking {
  padding: 50px 0 20px;
}
/***** ▼切替タブ *****/
.pc .tab-content {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pc .tab-content li {
  width: 238px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #092b6f;
  line-height: 100%;
  text-align: center;
  cursor: pointer;
  border: 1px solid #092b6f;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.pc .tab-content li:nth-child(4n) {
  margin-right: 0
}
.pc .tab-content li span {
  display: block;
  padding-right: 0.5em;
  line-height: 2.8;
  position: relative;
}
.pc .tab-content li span:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
  margin: auto;
}
.pc .tab-content li:hover, .pc .tab-content li.tabSelect {
  color: #ffffff;
  background-color: #092b6f;
}
/***** ▲切替タブ *****/
/***** ▼各地区商品・バナー *****/
.pc .area00 {
  display: none;
}
.pc .tour-container {
  width: 992px;
  margin: auto;
}
.pc .tour-item {
  display: flex;
  flex-wrap: wrap;
}
.pc .tour-item .tour-item__card {
  width: calc((100% - 32px)/ 3);
  margin-right: 16px;
  margin-bottom: 16px;
}
.pc .tour-item .tour-item__card:nth-child(3n) {
  margin-right: 0
}
.pc .tour-item .tour-item__card a {
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
  border-radius: 4px;
}
.pc .tour-item .tour-item__card a:hover {
  opacity: 0.8
}
.pc .tour-item-img {
  width: 100%;
  height: 180px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.pc .tour-item-img img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pc .tour-item-img .cat-tag {
  display: inline-block;
  background: #092b6f;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: 6px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 5;
}
.pc .tour-item-content {
  background: #FFF;
  padding: 16px;
}
.pc .tour-item-content .tour-item-content__title {
  padding-top: 5px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
  color: #333
}
.pc .tour-item-content .tour-item-content__price {
  text-align: right
}
.pc .tour-item-content .tour-item-content__price .price {
  display: inline-block;
  color: #e62c36;
  font-size: 20px;
}
.pc .tour-item-content .tour-item-content__price small {
  font-size: 12px;
  font-weight: normal;
  color: #7d7d7d;
  display: block;
  margin-bottom: 3px;
}
.tour-item-content .tour-item-content__point {
  margin: 5px 0;
  color: #333;
}
.pc .bnr-area {
  text-align: center;
  margin-top: 20px;
}
/***** ▲各地区商品・バナー *****/
/***** ▼イベント情報 *****/
.pc #event {
  background: linen;
}
#event .heading--md {
  font-size: 1.2rem;
}
.event-term {
  margin: 0.3em;
  color: #FFF;
  display: inline-block;
  background: #062c6ec4;
  padding: 0 1em;
  border-radius: 6px;
}
.btn-morelink {
  text-align: center;
  margin-top: 10px;
}
/***** ▲イベント情報 *****/
/***** ▼ホテル *****/
.pc #hotel {
  background: #eaf6fd;
}
/***** ▲ホテル *****/
/***** ▼基本情報/FAQ *****/
.pc #info {
  padding: 20px 0
}
.pc .htb-title--info {
  font-size: 24px;
  font-weight: bold;
  color: #082b70;
  border-bottom: 1px solid;
  margin-bottom: 0.5em;
}
.pc .info-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
}
.pc .info-title-wrap__title {
  font-size: 20px;
  font-weight: bold;
  color: #082b70;
  border-left: 5px solid;
  padding-left: 0.3em;
  flex-grow: 2
}
.pc .info-title-wrap__link {
  display: block;
  line-height: 100%;
  font-weight: bold;
  color: #082b70;
  text-decoration: underline;
  width: 8em;
  position: relative
}
.pc .info-title-wrap__link:hover {
  text-decoration: none;
}
.pc .info-title-wrap__link:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.pc .info-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 auto;
  padding: 0;
}
.pc .info-table tr th, .info-table tr td {
  font-size: 13px;
  font-weight: bold;
  color: #082b70;
  text-align: center;
  vertical-align: middle;
  padding: 0.5em;
  background: #E2EBFD;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
.pc .info-table tr th {
  background: #1058E9;
  color: #FFF;
}
.pc .info-table.info-table__access tr th {
  width: 10em;
}
.pc .info-table.info-table__access tr td {
  text-align: left;
}
.pc .info-table .info-table--type {
  background: #CADAFB;
  color: #082b70
}
.info-table .info-table--type sup {
  font-size: 60%;
  font-weight: normal;
  vertical-align: text-top
}
.pc .info-table .info-table--type small {
  display: block;
  font-size: 85%;
}
.pc .info-notice {
  margin: 0.35em auto;
  font-size: 12px;
  text-align: right
}
.pc .info-notice a {
  text-decoration: underline;
}
.pc .info-bottom-bnr {
  margin: 30px auto;
}
.pc .bnr-item {
  display: flex;
  align-items: center;
}
.pc .bnr-item .bnr-item__link {
  margin-right: 20px;
}
.pc .faq-contrainer {
  margin: 50px auto;
}
.pc .htb-faqbox {
  margin: 20px auto;
}
.pc .htb-faqbox > li {
  padding: 10px 0;
  border-bottom: 1px dotted;
}
.pc .htb-faqbox > li .htb-faq-question {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.pc .htb-faqbox > li .htb-faq-answer {
  font-size: 13px;
  padding-left: 1.0em
}
/***** ▲基本情報/FAQ *****/
/***** ▼問い合わせ *****/
.inq00 {
  display: none
}
.inqinner {
  line-height: 1.8;
  margin: 40px auto 20px;
  background: #FFF;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid;
}
#inquiry .tel-list > li {
  display: flex;
}
/*
.pc .inq-content {
  background: #ffeff0;
  padding-bottom: 10px;
}
.pc .inq-title {
  background: #dc5273;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  padding: 12px 20px;
}
.pc .inq-box {
  padding: 12px 20px;
}
.pc .inq-box .inq-box-item {
  font-size: 13px;
  margin-bottom: 0.35em;
}
.pc .inq-box .inq-box-item.notice-txt {
  font-weight: bold;
  color: #de1b1b;
  padding-left: 1.0em;
  position: relative
}
.pc .inq-box .inq-box-item.notice-txt:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.pc .inq-box .inq-box-item--tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
}
.pc .inq-box .inq-box-item--tel a {
  display: block;
  font-size: 32px;
  color: #dc5273
}
.pc .inq-title--shop {
  text-align: center;
}
.pc .inq-title--shop span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 0 50px;
  position: relative;
}
.pc .inq-title--shop span:before, .pc .inq-title--shop span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 310px;
  height: 1px;
  background: #000;
}
.pc .inq-title--shop span:before {
  left: 100%;
}
.pc .inq-title--shop span:after {
  right: 100%;
}*/
.pc .emergency > p {
  margin: auto;
  position: relative;
  padding-left: 1.0em
}
.pc .emergency > p:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.pc .goTop__img--sp {
  display: none;
}
.sp .goTop__img--pc {
  display: none;
}
a.link_blnk {
  padding-right: 24px;
  background-image: url(https://www.his-j.com/cmn/icon/icon_blank.svg);
  background-position: right 4px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
/*ハロウィン*/
#Halloween {
  background: #000;
  padding: 50px 0 0;
}
#Halloween .hwtt {
  height: 280px;
  overflow: hidden;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
}
#Halloween .hwtt img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: none;
}
#Halloween .grid-col3, #xmas .grid-col3 {
  color: #FFF;
}
#Halloween .grid-col__body {
  padding: 0 10px 16px;
}
#xmas {
  background: #000;
}
#xmas .hwtt {
  text-align: center;
}
/**/
#attraction {
  background: url("../images/backdrop/bg_back.png") no-repeat center top;
  background-size: cover;
  overflow: hidden;
}
#attraction .attraction_bg {
  background: url("../images/backdrop/MV_backd.png") right top no-repeat;
  background-size: 70%;
  width: 90%;
  margin: 0 auto;
  max-width: 1500px;
}
.new_att {
  width: 50%;
  padding-bottom: 80px;
}
.pool_info li {
  width: 49%;
  float: left;
  margin: 0.5%;
  background: #FFF;
  position: relative;
}
.pool_info li a {
  color: #333;
}
.pool_info li.pool_title {
  text-align: center;
  color: #FFF;
  border: none;
  font-weight: bold;
  font-size: 1.8rem;
}
h4 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  color: #FFF;
}
.pool_info li img {
  width: 36%;
  float: left;
  padding-right: 5px;
}
.pool_info li dt {
  padding-top: 10px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
}
.pool_info li dd {
  padding: 5px;
}
.imgBox {}
.pool_info li span {
  display: inline-block;
  padding: 3px 30px 3px 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #CCC;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
/*20周年*/
.pc #anniversary {
  background-size: 1500px;
  background-image: url('../images/anniversary/title_bg_pc.jpg');
  background-repeat: repeat-x;
  background-position: top left;
  color: #FFF;
  padding-top: 10px;
}
.camp {
  background-color: #FFF;
  text-align: center;
  padding-bottom: 20px;
}
.pc .camp img {
  width: 55%;
  max-width: 780px;
}
.camp .btn-morelink {
  background: url("../images/anniversary/camp_btn_bg.png") center top no-repeat;
  background-size: contain;
  padding-top: 200px;
}