@charset "utf-8";
/* CSS Document */ :root {
  --black: #333;
  --brown: #343434;
  --yellow: #ffe906;
  --kyellow: #FFCB22;
  --blue: #0077BE;
  --navy: #10407f;
  --knavy: #363466;
  --gray: #999;
  --ugray: #F2F2F2;
  --red: #F01C1C;
  --pink: #FF5B5B;
  --purple: #4d0b93;
  --rave: #f3ecf9;
  --umizu: #A4ECFE;
  --cream: #ffecb6;
  --green: #06c755;
  --f_sans: 'Noto Sans JP', sans-serif;
  --f_serif: 'Noto Serif JP', serif;
  --center_contain: no-repeat center center / contain;
}
img {
  max-width: 100%;
}
#nosp,.nosp,.br-pc{ display: block !important;}
#nopc,.nopc,.br-sp{ display: none !important;}

#wrap {
  width: 100%;
  min-height: 400px;
  margin: 0 auto;
  font-size: 1.2rem;;
  color: var(--black);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif";
}

/*992px幅 調整用*/
#recom{
  width: 992px;
  margin: auto;
}
/* MV */
#mv {
  width: 100%;
  background-image: url(../img/main.png);
  background-repeat: no-repeat;
  background-position: top center;
  height: 550px;
  display: flex;
  align-items: center;
}
p.title{ margin: 0 auto;}

/* ナビ */
#pageNavi.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	box-shadow:0px 1px 2px 0px rgba(0,0,0,0.1);
}
#pageNavi {
	width: 100%;
	height: 64px;
	background-color:#f47b8f;
}
#pageNavi ul {
	height: 64px;
	margin: 0 auto;
	display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  width: 992px;
  margin: 0 auto;
}
#pageNavi li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    transition: .3s;
    letter-spacing: 1px;
	  text-align: center;
    border-left: solid 3px #FFF;  
    cursor: pointer;
}
#pageNavi ul li a {
    color: inherit;
    text-decoration: inherit;
}
#pageNavi ul li a:hover {
    opacity: .7;
}
#pageNavi li:last-of-type {
    border-right: solid 3px #fff;
}
h2.heading--title { 
  font-weight: bold;
}
p.heading--note {
  text-align: center;
  font-weight: bold;
  margin: -2rem 0 2rem;
}
.flight_back,.tour_back { background: #fcf0f1;}

/*グアムについて*/
.charter_txt ul{
  display: flex;
}
.charter_txt ul li{
  width: 50%;
  padding: 2%;
}
.charter_txt .inform{
  font-size: 1.3rem;
  padding: 2% 0;
}
/* フライトスケジュール */
.flightSchedule tr { background: #fff;}

/*フライト／出発日*/
.departure{
  text-align: center;
  font-size: 1.7rem;
  width: 100%;
  margin: 2% auto;
  border: 1px solid #000;
  background: #fff;
}
.departure .date{
  background-color: #333333;
  color: #fff;
  margin-bottom: 1%;
  font-weight: 600;
}
.time{
  text-align: center;
  font-size: 1.5rem;
  color: #d11745;
  font-weight: 600;
  margin: 2rem auto 1rem;
}
/*おすすめの楽しみ方*/
#enjoy h3{
  font-size: 1.5rem;
  text-align: center;
  padding: 2%;
  font-weight: 600;
  color: #d11745;
}
/*キャンペーン*/
.gum_cam img{
  margin: 2% auto;
}
/*あおり文言*/
.gum_aori img{
  margin: 3% auto;
}
/*ツアー枠ここから▼*/
.grid-col4 {
  background: #FFF;
  padding: 0.5rem;
  box-shadow: 2px 2px 6px 0px #b9b9b9;
  margin: 0.5rem;
  width: calc((100% - 4rem) / 4);
}
.grid-col4 .heading--md .dep{ display: block; font-size: 1.2rem;}
.grid-col4 .heading--md{ margin: 8px 0; line-height: 1.8rem; font-size: 1.05rem;}
.grid-col4  span.nenyu { display: block; }
.heading--md { font-size: 1.3rem;}

.grid-col4:empty { display: none;}

.col_waku .imgContainer--full>img { aspect-ratio: 5 / 3.5;}
.tour_waku {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
}
.col_waku {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.grid-col__body {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}
.col_waku .imgContainer--full>img { aspect-ratio: 5 / 3.5;}
.tour_waku .img { margin-right: 2rem; width: 60%;}
.lx_textBox h3,.mnTxt_1 h3 {
  font-size: 1.1em;
  font-weight: 600;
  color: var(--pred);
}
.text_tour {
  font-size: 1rem;
  padding: 0.5rem;
  background: var(--ugray);
  margin: 0.5rem 0;
}
.text--smallPrice {
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  color: #F01C1C;
  margin-top: auto;
}
.tour-nenyu{ 
  font-size: 0.8rem;
  text-align: center;
}
p.product__list--point {
  background: var(--pred);
  text-align: center;
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: auto;
}
.text--point { margin-bottom: .5rem;}
.imgContainer--full { margin-bottom: 0;}
.text--smalldep{
    font-size: .9rem;
}
.btn_more{
    text-align: center;
    margin: 2% auto;
}
.btn_more a{
  text-decoration: none;
  width: 80%;
  display: block;
  background: #d11745;
  padding: 1.5%;
  color: #fff;
  font-size: 1.3rem;
  margin: auto;
  border-radius: 2rem;
}
.btn_more a:hover {
  opacity: 0.7;
}
/*グアム全開バナー*/
.gum_zenkai{
  width: 100%;
  margin: auto;
  padding: 1%;
  text-align: center;
}
/*特別イベントバナー*/
.gum_lealea{
  width: 960px;
  margin: 0 auto;
  padding-bottom: 3rem;
}
.gum_lealea a{
  display: block;
}
/*おすすめ特集*/
#recom{
  margin: 2% auto;
  padding-top: 2rem;
}
#recom .recom_ttl{
  text-align: center;
  font-size: 2rem;
  background-color: #31981a;
  color: #fff;
}
#recom ul{
  display: flex;
  padding: 2%;
}
#recom ul li{
  width: 25%;
  padding: 2%;
}
/* ★スマホ用★ */
.headfoot-is-sp .section__container{ width: 100%;}
.headfoot-is-sp .goTop__img--pc {
  display: none;
}
.headfoot-is-sp #nopc,.headfoot-is-sp .nopc,.headfoot-is-sp .br-sp{ display: block !important;}
.headfoot-is-sp #nosp,.headfoot-is-sp .nosp,.headfoot-is-sp .br-pc{ display: none !important;}
.headfoot-is-sp #wrap nav ul li a{
  font-size: 1rem;
	font-weight: bold;
  line-height: 1.5rem;
}
.headfoot-is-sp #pageNavi li:first-child { border-left: none;}
.headfoot-is-sp #pageNavi li:last-of-type { border-right: none;}

.headfoot-is-sp #wrap { min-height: auto;}

/* MV */
.headfoot-is-sp #mv {
  background-image: url(../img/main_sp.png);
  background-size: 100%;
  height: 73vw;
}
.headfoot-is-sp p.title { text-align: center;}
.headfoot-is-sp p.title img { width: 100%;}

/* ナビ */
.headfoot-is-sp #pageNavi { height: 70px;}
.headfoot-is-sp #pageNavi ul { width: 100%; height: 70px;}
.headfoot-is-sp .textBox p { text-align: center;}
.headfoot-is-sp p.heading--note { margin: -1rem 0; font-size: 0.9rem;}

.headfoot-is-sp #flight, .headfoot-is-sp #enjoy, .headfoot-is-sp #tour,
.headfoot-is-sp #recom, .headfoot-is-sp .section__container{
  width: 100%;
  padding: 4%;
}
/*内容*/
.headfoot-is-sp .charter_txt ul{
  display: block;
}
.headfoot-is-sp .charter_txt ul li{
  width: 100%;
}
.headfoot-is-sp div#guidance .heading--title{ margin: 1rem 0 0;}
.headfoot-is-sp .heading--title{
  font-size: 1.8rem;
  margin: 1rem 0;
}
.headfoot-is-sp .grid-row{
  display: flex;
  flex-direction: column;
}
.headfoot-is-sp .grid-col4{
  margin: 3% auto;
  width: 100%;
}
.headfoot-is-sp .grid-col4 .col_waku{
  display: flex;
  flex-direction: row;
}
.headfoot-is-sp .grid-col4 .imgContainer--full{
  width: 40%;
  margin: 3% 0;
  border-radius: 0;
}
.headfoot-is-sp .grid-col4 .grid-col__body{
  width: calc(417vw / 7.5);
  flex-grow: 0;
  margin: 1%;
  padding: 0 1%;
}
.headfoot-is-sp .text--smallPrice{
  font-size: 1.1rem;
}
.headfoot-is-sp .btn_more a{
  width:100%;
  padding:3%;
}
.headfoot-is-sp .departure .schedule{
  font-size: 1.2rem;
  padding: 1rem .5rem;
}
.headfoot-is-sp .departure .date{
  font-size: 1.5rem;
}
.headfoot-is-sp .gum_lealea{
  width: 100%;
  padding: 4%;
}
.headfoot-is-sp .time{
  font-size: 1.35rem;
}

/*おすすめツアー*/
.headfoot-is-sp #recom ul{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.headfoot-is-sp #recom ul li{
  width: 48%;
  padding: 2%;
}
/* ★タブレット用★ */
.is-ipad .spot__point_box li { width: calc(90% / 3);}
.is-ipad .spot__point_box li:nth-child(even) { margin: 0 auto 0.5rem; }


@media (orientation: portrait){
.is-ipad #nosp,.nosp,.br-pc{ display: none !important;}
.is-ipad #nopc,.nopc,.br-sp{ display: block !important;}

.is-ipad .breadcrumb { width: 100%;
    width: 100%;
    margin: 0 auto;}
.is-ipad #wrap nav ul{ width: 100%;}
.is-ipad .section__container { width: 100%;}
.is-ipad p.floorplan { width: 65%;}
.is-ipad #pageNavi ul { width: 100%;}
.is-ipad div#freetour,.is-ipad div#gobitour { width: 100%;}
.is-ipad .gum_lealea { width: 100%;}
.is-ipad .gum_lealea img { margin: 0 auto;}

}
.is-ipad #flight, .is-ipad #enjoy,.is-ipad #tour,.is-ipad #recom,.is-ipad .section__container{
  width:100%;
}
