@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap&subset=japanese');
:root {
  --border: 5px solid;
  --bg: no-repeat center top;
  --center_cover: no-repeat center center / cover;
  --center_contain: no-repeat center center / contain;
}
.nopc {
  display: none;
}
.comment {
  margin: 15px 0 0 10px
}
/* メインビジュアル補正 */
.ui-static-main-visual-bg-big {
  background: none;
  min-height: 400px;
}
.ui-static-main-visual-bg-big img {
  width: 100%;
  min-height: 400px !important;
}

/* 商品枠補正 */
.ui-static-product-card-departure-arival-info{
	margin-top: 15px!important;
}
.ui-static-product-card .ui-static-product-card-description p {
	line-height: 23px;
	letter-spacing: 0;
}

@media screen and (max-width: 2000px) {
  .ui-static-main-visual-bg-big {
    background: url("../img/main.webp") center /cover no-repeat;
  }
  .ui-static-main-visual-bg-big img {
    display: none;
  }
}
/****マップ****/
#map .section__container {
  overflow: hidden;
}
.map {
  width: 40%;
  float: right;
}
.map_txt {
  width: 60%;
  float: left;
  padding-top: 5px;
}
.map_txt p {
  font-size: 1.2em;
  padding: 1em 2em 0;
}
.map_txt img {
  width: 100%;
  padding-top: 15px;
}
.map img {
  width: 100%;
}
/****フライトスケジュール****/
.bgfda {
  background: #fcebed;
}
.grid-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -8px;
}
.grid-col2 {
  width: 50%;
  padding: 0 8px 16px;
}
.flightSchedule {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.flightSchedule td {
  font-weight: 700;
}
.flightSchedule td, .flightSchedule th {
  text-align: center;
  padding: 8px;
}
.flightSchedule thead tr {
  background: #FAFAFA;
}
.flightSchedule tr {
  background: #FFF;
}
.flightSchedule tr {
  border: #c3c3c3 solid 1px;
}
.flightSchedule th {
  font-weight: 400;
  font-size: 15px;
}
/*アイコン*/
.ico {
  width: 6%;
  padding: 0 12px 0 0;
}
.ico_top {
  width: 8%;
  padding: 0 0px 5px 0;
  filter: brightness(0) saturate(100%) invert(9%) sepia(88%) saturate(6321%) hue-rotate(348deg) brightness(107%) contrast(101%);
}
.ico_bottom {
  width: 8%;
  padding: 0 0px 5px 0;
}
/*impエリア*/
#imp {
  background: var(--color-sheer);
}
#imp .ui-static-container h5 {
  background: var(--color-midmain);
}
#imp p {
  font-size: 15px;
}
#imp .section__container {
  padding-bottom: 0;
}
#imp .ui-static-grid-item {
  background-color: #FFF;
}
#imp h3 {
  color: var(--color-main);
  text-align: center;
}
/*ホテル*/
.ap_point .section__container .grid-row {
  justify-content: space-between;
}
.ap_point .section__container .grid-row .bg_white_round_harf {
  background: #FFF;
  padding: 20px;
  margin: 5px;
  width: 49%;
}
.ap_point .section__container .grid-row .bg_white_round_harf p {
  padding: 0 0 5px;
  font-size: 15px;
}
.ap_point .section__container .grid-row .bg_white_round {
  background: #FFF;
  padding: 20px;
  margin: 5px;
}
.ap_point .section__container .grid-row .bg_white_round p {
  padding: 0 0 5px;
  font-size: 15px;
}
.ap_point {
  margin-bottom: 100px;
}
.ap_point .flexbox img {
  aspect-ratio: 4.5 / 2;
  object-fit: cover;
}
.ap_point h4 {
  font-size: 1.4em;
  text-align: left;
  border-bottom: 2px solid var(--color-main);
  margin-bottom: 8px;
}
.ap_point h4 span.number {
  display: inline-block;
  background: var(--color-main);
  color: #FFF;
  margin-right: 10px;
  font-size: 0.86em;
  padding: 0.2em 0.5em 0.2em;
}
.flexbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox li {
  width: 49.5%;
  margin: 10px auto 0;
  text-align: right
}
.flexbox img {
  width: 100%;
}
.flexbox span {
  display: block;
  font-size: 0.8em;
}
/*ホテルここまで*/
/*ページ下部1個バナー*/
.bnr_area {
  margin: 30px auto 60px;
  text-align: center;
}
.bnr_area img:hover {
  opacity: 0.8;
}
.bnr_area img {
  vertical-align: bottom;
}
.bnr_area_txt {
  text-align: center;
  font-size: 28px;
  margin: 65px auto 15px;
  border-bottom: 6px solid #0064b1;
  color: #333;
  display: table;
}