@charset "utf-8";
/* CSS Document */ :root {
  --black: #333;
  --brown: #343434;
  --yellow: #ffe906;
  --kyellow: #FFCB22;
  --pink: #cc1852;
  --ublue: #d0dff1;
  --blue: #0077BE;
  --navy: #10407f;
  --knavy: #072063;
  --gray: #999;
  --ugray: #F2F2F2;
  --red: #F01C1C;
  --orange: #E7770F;
  --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%;
}
#nopc,.nopc,.br-sp{ display: none !important;}
main.main { font-family: "Noto Sans JP", serif;}
#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";
}
/* MV */
#mv {
  width: 100%;
  background-image: url(../img/main.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  height: 550px;
  align-items: center;
}
#mv img { margin-top: 1.5rem;}
p.title { text-align: center; }

/* ナビ */
#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: 75px;
	background-color: var(--navy);
}
#pageNavi ul {
	height: 70px;
	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: var(--knavy);
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    transition: .3s;
    letter-spacing: 1px;
	  text-align: center;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    margin: 0 0.3rem;
}
#pageNavi ul li a {
    color: inherit;
    text-decoration: inherit;
    margin-top: 0.3rem;
}
#pageNavi ul li a:hover {
    opacity: .7;
}
#pageNavi li:last-of-type {
    border-right: solid 3px #FFF;
}
p.heading--note {
  text-align: center;
  font-weight: bold;
  margin: -2rem 0 2rem;
}

/* slider */
.slider{
  width:100%;
  margin:0 auto;
}
.slider img{ 
  width:100%;
  padding: 0.3rem;
}
.slider .slick-slide{ height:auto!important;}
button.slick-prev.slick-arrow,button.slick-next.slick-arrow {
  display: none!important;
}
.slick-list { background: var(--navy);}
.slider p {
  background: var(--navy);
  text-align: center;
  font-size: 1rem;
  padding-top: 0.3rem;
  position: relative;
  color: var(--cream);
}
/* シンガポール航空とは */
.heading--title {
  font-weight: bold; 
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
.heading--subTitle {
  font-size: 0.8em;
  padding: 0.5rem 0;
  background: var(--pink);
  color: #fff;
  margin: 0.5rem 0 1rem;
}
.Title--sub {
  text-align: center;
  font-size: 1.5rem;
  margin: -3rem 0 1rem;
  font-weight: 700;
}
.introduction_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.introduction_detail p { font-size: 1.2rem; }
.introduction_detail span { display: block; }
.introduction_img {width: 40%;}
.introduction_detail {width: 80%; margin-left: 2rem;}

/* 早割バナー */
.bnr_hayawari { margin-top: 2rem;}

/* シート情報 */
.info_air h3 {
  display: block;
  background: var(--orange);
  padding: 0.5rem 0;
  color: #FFF;
  font-size: 1.5rem;
  margin-top: 1.5rem;
  text-align: center;
}
.info_air h4 {
  font-weight: bold;
  font-size: 1.3rem;
  padding: 0.5rem 0;
}
.info_air h4::before {
  content: '▶';
  color: var(--orange);
  font-size: 15px;
  padding-right: 3px;
}
.grid-row--narrowGutter>.grid-col2 {display: flex; }
.grid-col2 { padding: 0 1rem;}
.grid-col2 img { padding: 0 0.3rem;}


/* 商品箇所 */
section#tour,section#searchArea {
  background: var(--ublue);
}
.heading--tourtitle {
    font-weight: bold;
    margin-bottom: 1.3rem;
    font-size: 2.2rem;
    background: var(--navy);
    text-align: center;
    padding: 0.5rem 0;
    color: #fff;
}
/* 4並び商品 */
.grid-col4 { padding: 0 0.3rem;}
.grid-col__link {
  border: 2px solid #ddd;
  padding: 0.5rem;
  margin-bottom: 1rem;
  background: #fff;
}
.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(--red);
}
.text_tour {
  font-size: 1rem;
  padding: 0.5rem;
  background: var(--ugray);
  margin: 0.5rem 0;
}
.heading--md { font-size: 1.3rem;}
.text--smallPrice {
  font-weight: 600;
  color: var(--red);
  text-align: end;
  padding-right: 1rem;
  margin-top: auto;
  font-size: 1.3rem;
}
.tour-nenyu{ 
  font-size: 1rem;
  text-align: end;
}
p.product__list--point {
  background: var(--red);
  text-align: center;
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  font-weight: bold;
}
/* 海外AH／海外AO */
.product__list--more {
  grid-template-columns: 5em 1fr;
  display: grid;
  gap: 0 .5em;
  align-items: baseline;
  margin-top: .25em;
}
.product__list--more--title {
  display: inline-block;
  font-size: .95em;
  line-height: 1.5;
  background: #7d7d7d;
  color: #fff;
  text-align: center;
}

/* もっと見る */
.link_more { text-align: center;}
.button { max-width: 500px; margin: 2rem -1rem;}
.button--type-outline {
  color: #fff;
  background-color: var(--orange);
  border-color: #fff;
}
.button--type-outline:focus, .button--type-outline:hover {
  color: #fff;
  background-color: var(--orange);
  border-color: #fff;
  letter-spacing: 0.15em;
  opacity: 0.6;
}
/* 検索 */
div#searchModSection {
  padding: 3rem 1rem;
}


/* ★スマホ用★ */
.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.1rem;
}
.headfoot-is-sp #pageNavi li { 
  width: calc((100% - 2rem) / 3);
  margin: 0.2rem;
}
.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;}
.headfoot-is-sp .heading--title,.headfoot-is-sp .heading--schedule { 
  font-size: 1.6rem;
  margin: 1rem 0;
}
/* MV */
.headfoot-is-sp #mv {
  background-image: url(../img/main_sp.jpg);
  background-size: 100%;
  height: 61vw;
}
.headfoot-is-sp p.title { text-align: center;}
.headfoot-is-sp p.title img { width: 85%;}

/* ナビ */
.headfoot-is-sp #pageNavi { height: 125px; padding: 0 0.5rem;}
.headfoot-is-sp #pageNavi ul { 
  width: 100%; 
  height: 70px; 
  flex-wrap: wrap; 
  justify-content: flex-start;
}
.headfoot-is-sp .Title--sub { 
  margin: -1rem 0 1rem;
  line-height: 1.3rem;
  padding-top: 0.5rem;
}
.headfoot-is-sp .Title--sub span { font-size: 1rem;}
.headfoot-is-sp h2.heading--schedule { font-size: 1.5rem; margin-left: 1.2rem;}
.headfoot-is-sp .textBox p { text-align: center;}
.headfoot-is-sp p.heading--note { margin: -1rem 0; font-size: 0.9rem;}

/* シンガポール航空とは */
.headfoot-is-sp .introduction_box { display: block;}
.headfoot-is-sp .introduction_img { width: 100%;}
.headfoot-is-sp .introduction_detail { width: 100%; margin-left: 0;}
.headfoot-is-sp .introduction_detail p { font-size: 1rem;}

/* シート情報 */
.headfoot-is-sp .grid-col2 img { width: 50%;}

/* 商品箇所 */
.headfoot-is-sp .heading--tourtitle { margin-bottom: 1rem;}

/* 4並び商品 */
.headfoot-is-sp .grid-col4 { padding: 0.2rem 0;}
.headfoot-is-sp .imgContainer--full { width: 100%;}
.headfoot-is-sp .col_waku { flex-direction: row;}
.headfoot-is-sp .col_waku .imgContainer--full { 
  width: 55%; 
  margin-right: 1rem; 
  border-radius: 0;
}
.headfoot-is-sp .grid-col__body { width: 100%; padding-bottom: 0;}
.headfoot-is-sp .grid-col__link { margin-bottom: 0;}
.headfoot-is-sp .heading--md { font-size: 1.2rem;}
.headfoot-is-sp .text--smallPrice{ text-align: center;}
.headfoot-is-sp .tour-nenyu{ 
  font-size: 0.8rem;
  text-align: center;
}
/* 特集 */
.headfoot-is-sp .innner,.headfoot-is-sp .section__container{ width:100%; margin: 0 auto;}
.headfoot-is-sp .feature{ width:100%; margin: 2rem auto 0;}
.headfoot-is-sp ul.clearfix {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.headfoot-is-sp ul.clearfix li{  width: calc(90% / 2); padding: 0.5rem;}

/* 完売 */
.headfoot-is-sp .soldout::after{ height:100%;}

/* ★タブレット用★ */
.is-ipad .spot__point_box li { width: calc(90% / 3);}
.is-ipad .spot__point_box li:nth-child(even) { margin: 0 auto 0.5rem; }
.is-ipad .map_txt { width: 60%;}



@media (orientation: portrait){
.is-ipad .breadcrumb { width: 100%;}
    width: 1024px;
    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 { width: 100%;}
.is-ipad ul.clearfix { width: 100%;}
.is-ipad span.product__list--more--text { overflow-wrap: anywhere;}
}

