@charset "utf-8";
/* CSS Document */ :root {
  --black: #333;
  --brown: #343434;
  --yellow: #f7f41e;
  --kyellow: #FFCB22;
  --kpink: #ff0070;
  --pink: #e55e75;
  --ublue: #c8eaf5;
  --blue: #29b5d6;
  --kblue: #11107f;
  --navy: #063a47;
  --knavy: #03242d;
  --gray: #ebeeef;
  --ugray: #F2F2F2;
  --red: #F01C1C;
  --orange: #E7770F;
  --rave: #f3ecf9;
  --umizu: #A4ECFE;
  --cream: #ffffdf;
  --beige: #eee4d6;
  --green: #06c755;
  --upurple: #eceffb;
  --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; }

.section__container {
  max-width: 992px;
  margin: 0 auto;
}
/* 福岡空港info */
.fukuoka-airport--title {
  margin: 0 auto;
  margin-bottom: -2rem;
  background-image: url(../img/gurand-open_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  height: 170px;
  width: 100%;
}
.desc {
  padding: 1rem;
  margin: 2rem 0;
  background: var(--blue);
  box-shadow: 10px 10px 15px -10px rgb(0 0 0 / 45%);
}
.desc_bk {
    display: flex;
    background: #fff;
    padding: 1rem;
    align-items: center;
}
.desc .ph {max-width: 100%;}
.text-info {
  width: 100%;
  padding: 1rem;
  font-size: 1.1rem;
}
p.info {
  background-color: var(--cream);
  padding: 1rem;
  margin: 1rem;
  font-weight: bold;
  font-size: 1.1rem;
}

/* インスタキャンペーン */
.kyu_benefits {
  text-align: center;
  padding: 3rem 0;
}
#follow .title { text-align: center;}
#follow .inner .copy {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: .5rem;
  line-height: 1.2em;
}
#follow h3 {
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 900;
  color: var(--kpink);
  margin-bottom: 2rem;
}
#follow .hawaii_prize { 
  display: flex; 
  padding: 2rem;
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 2rem;
}
#follow .text-box{ margin: 0 auto; padding-left: 2rem;}
#follow .hawaii_prize .info-title{ font-weight: 700; margin-top: 1rem;}
#follow .hawaii_prize .info-title:first-child{ font-weight: 700; margin-top: 0;}
#follow .hawaii_prize .info-title img{ width: 5%; margin-right: 0.3em;}
#follow .hawaii_prize .info-note{ font-size: 0.8em;}
#follow .hawaii_prize .info-flight{
  background: var(--cream);
  padding: 2%;
  margin: 1% 0;
  font-size: 0.9em;
}
/* 応募方法 */
section#follow,section#oubo,section#tachiku{ background: var(--ublue);}
section#follow{ margin-bottom: -7rem;}
#oubo { padding: 1rem 0;}
#follow .oubo-box,#oubo .oubo-box,#tachiku .oubo-box {
  width: 100%;
  background-color: #fff;
  padding: 1rem 0;
  border-radius: 30px;
}
#oubo h2,#tachiku h2 {
  color: var(--kblue);
  text-align: center;
  margin: 2rem;
}
#follow h2 {
  color: var(--kblue);
  text-align: center;
  margin: 2rem 0 ;
}
#follow h2 span,#oubo h2 span,#tachiku h2 span {
  font-size: 36px;
  line-height: 1em;
  font-weight: 900;
}
section#oubo{ margin-bottom: -3rem;}
#oubo .flex-box {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  padding: 0 2rem;
}
#oubo .flex-box li {
  width: calc(100%/3);
  border: solid 2px var(--kblue);
  border-radius: 25px;
  margin: .5rem;
}
#oubo .flex-box li h3 {
  background-color: var(--kblue);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2.0em;
  text-align: center;
  margin-bottom: 1rem;
}
#oubo .icon{ width: 30%; margin: 0 auto; }
#oubo .detail{ padding: 1rem; text-align: center;}
#oubo .btn{ margin: 0 auto 2rem; text-align: center;}

/* 他地区SNS */
.tachiku_info { 
  text-align: center;
  padding: 0 1rem;
  margin: 0 auto 1rem;
  width: 80%;
}
.tachiku_pr{ 
  font-size: 2rem;
  font-weight: bold;
}
.tachiku_follow { padding: 1rem 0; font-size: 1.2rem;}
.tachiku_chui { color: var(--red);}
#tachiku .flex-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 2rem;
}
#tachiku .text {
  width: 90%;
  padding: 2rem 4rem;
  margin: 3rem auto 0;
  background-color: var(--cream);
  font-size: 1.1rem;
  text-align: left;
}
#tachiku .flex-box li {
  width: calc(100%/3);
  padding: 0 .5rem;
}
#tachiku .button{ margin:0 0 1rem;}
#tachiku .flex-box img{ width: 10%; margin: 0 1rem;} 

/* SNSフォローインフォ */
section#info { background: var(--gray);}
#info .info-dep {
  border: 1px solid var(--kblue);
  box-sizing: border-box;
  border-radius: 5px;
  text-align: left;
}
#info .info-dep-left{
  display: inline-block;
  background: var(--kblue);
  color: #fff;
  font-size: 1.3em;
  margin: 0;
  padding: 1% 2%;
  width: 100%;
  text-align: center;
}
#info .info-dep-right {
  display: inline-block;
  font-size: 1.2em;
  margin: 0;
  padding: 1% 2%;
  width: 100%;
  text-align: center;
  background: #fff;
}
#info table {
  width: 100%;
  border: 1px solid var(--kblue);
  border-radius: 5px;
  box-sizing: border-box;
}
#info .info-dep-note{
  padding: 1% 0 2%;
  text-align: center;
}
tbody.info-cost { background: #fff;}
table .info-cost .info-cost-b{
  border-bottom: 1px solid var(--kblue);
}
table .info-cost th {
  font-weight: normal;
  border-right: 1px solid var(--kblue);
  text-align: left;
  white-space: nowrap;
  padding: 1%;
}
table .info-cost td {
  text-align: left;
  padding: 1%;
}
table .info-cost td ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}
table .info-cost td li { list-style-type: disc;}
#info h5{
  text-align: center;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5em;
  margin: 3% 0 2%;
}
#info h6{
  font-size: 1.2em;
  font-weight: bold;
  border-left: solid 10px #CE0A88;
  padding-left: 8px;
  margin: 2% 0 1%;
}
#info ul{ padding-left: 3%;}
#info ul li{ list-style-type: disc;}

#scroll {
  height: 500px;
  overflow-y: scroll;
  padding: 2rem;
}
/* ナビ */
#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: 100px;
	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-weight: bold;
    text-decoration: none;
    transition: .3s;
    letter-spacing: 1px;
	  text-align: center;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    margin: 0 0.3rem;
    position: relative;
    padding: 2rem;
}
#pageNavi ul li a {
    color: inherit;
    text-decoration: inherit;
    margin-top: -0.5rem;
    font-size: 1.2rem;
}
#pageNavi ul li a:hover { opacity: .7;}
#pageNavi ul li a::after {
  content: "▼";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
#pageNavi li:last-of-type {
    border-right: solid 3px #FFF;
}
p.heading--note {
  text-align: center;
  font-weight: bold;
  margin: -2rem 0 2rem;
}
/* 商品箇所 */
.section__tour,.section__sns{
  max-width: 992px;
  margin: 5rem auto 4rem;
  position: relative;
}
.heading--tourtitle,.heading--tourharu,.heading--tourbus {
    font-weight: bold;
    margin-bottom: 2rem;
    font-size: 2.2rem;
    background: var(--navy);
    text-align: center;
    padding: 1rem 0;
    color: var(--yellow);
    line-height: 35px;
    margin-top: 8rem;
}
.section__tour .heading--tourtitle::after{
  content: "";
  display: block;
  width: 280px;
  height: 130px;
  margin: 0 auto;
  background: url(../img/navi-ttl-tour.png) no-repeat;
  position: absolute;
  top: -105px;
  right: 0;
  left: 0;
}
.section__sns .heading--tourtitle::after{
  content: "";
  display: block;
  width: 280px;
  height: 130px;
  margin: 0 auto;
  background: url(../img/navi-ttl-sns.png) no-repeat;
  position: absolute;
  top: -105px;
  right: 0;
  left: 0;
}
.section__tour .heading--tourbus::after{
  content: "";
  display: block;
  width: 280px;
  height: 130px;
  margin: 0 auto;
  background: url(../img/navi-ttl-bus.png) no-repeat;
  position: absolute;
  top: -105px;
  right: 0;
  left: 0;
}
.heading--tourtitle span{ display: block;}
span.red { color: var(--red);}

/* 4並び商品 */
.grid-col4 { 
  border: 2px solid #ddd;
  padding: 0.5rem;
  margin: .3rem;
  width: calc(96% /4);
}
.grid-col__link {
  margin-bottom: 1rem;
  background: #fff;
  margin-bottom: 1rem;
}
.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;
  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-top: 0.5rem;
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: auto;
}
/* 1並び商品 */
.grid-col1 {
  border: 2px solid #ddd;
  background: #FFF;
  padding: 1.3em;
  width: 100%;
  margin-bottom: 2rem;
}
.grid-col1 .grid-col__link {
  flex-direction: inherit;
}
.grid-col1 .img { width: 26%;}
.grid-col1 .img img { width: 100%;}
.grid-col1 .lx_textBox { 
  width: 70%;
  padding-left: 3%;
  display: flex;
  flex-direction: column;
}
.grid-col1 .heading--md { border-bottom: 3px double #555; margin-top: 1rem;}

/* 予告 */
.imgContainer--notice { margin: auto;}

/* 海外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;
}
/* 商品販売予告 */
.grid-col4 { position: relative;}
.grid-col4.commingsoon::after {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  content: '完売';
  line-height: 2.5rem;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  z-index: 100;
  height: 100%;
  width:  100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  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;
}
/* 店舗施策バナー */
.tenpo_shisaku{
  width: 950px;
  margin: auto;
}
.tenpo_shisaku img{
  display: block;
  margin: 2% auto;
  padding: 2%;
}
/* QUOPay */
.heading--quopay { background: var(--navy); margin-bottom: 1rem;}
.heading--quopay img { margin: 1rem 0 -1rem; }

/* 検索 */
div#searchModSection { padding: 3rem 1rem;}

/* エアプサン韓国 */
.bx_title{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: .5rem;
  background: #1323bd;
  color: #fff;
  padding: 1rem;
  width: 95%;
  margin: 0 auto 1rem;
}
.bx_title p{ font-size: 1.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: 80vw;
}
.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 .textBox p { text-align: center;}
.headfoot-is-sp p.heading--note { margin: -1rem 0; font-size: 0.9rem;}

/* 福岡空港info */
.headfoot-is-sp .fukuoka-airport--title {
  background-image: url(../img/gurand-open_sp.png);
  background-size: 100%;
  margin-bottom: -8rem;
}
.headfoot-is-sp .desc_bk{ display: block;}
.headfoot-is-sp .text-info { padding: 0;}
.headfoot-is-sp p.text { padding: 1rem;}
.headfoot-is-sp p.info { margin: 0;}

/* インスタキャンペーン */
.headfoot-is-sp #follow .hawaii_prize { 
  display: block; 
}

/* 応募方法 */
.headfoot-is-sp #follow .text-box{ margin-top: 1rem; padding-left: 0;}
.headfoot-is-sp #follow h2 span { font-size: 2rem; }
.headfoot-is-sp #follow h2 { margin: 1rem 0 -1rem;}
.headfoot-is-sp #oubo .flex-box { display: block;}
.headfoot-is-sp #oubo .flex-box li { width: 100%; margin: 1rem 0;}

/* SNSフォローインフォ */
.headfoot-is-sp #info .info-dep-right { font-size: 1em; padding: 3%;}
.headfoot-is-sp #info h5{ font-size: 2em;}
.headfoot-is-sp table .info-cost th{ padding-right: .5rem;}
.headfoot-is-sp li.info-list { list-style: none !important;}

/* 他地区SNS */
.headfoot-is-sp .tachiku_info { width: 100%;}
.headfoot-is-sp .tachiku_pr{ font-size: 1.5rem;}
.headfoot-is-sp #tachiku .flex-box { display: block;}
.headfoot-is-sp #tachiku .flex-box li { width: 100%;}
.headfoot-is-sp #tachiku .text { 
  width: 100%; 
  padding: 1rem;
  margin: 2rem auto 0;
}

/* 商品箇所 */
.headfoot-is-sp .section__tour{ width: 95%;}
.headfoot-is-sp .section__sns{ width: 100%;}
.headfoot-is-sp .heading--tourtitle { 
  margin-top: 7rem;
  font-size: 2rem;
}
.headfoot-is-sp .heading--tourharu {
  margin-top: -4rem;
  font-size: 2rem;
}

/* 4並び商品 */
.headfoot-is-sp .grid-col4 { width: 100%; margin: .2rem 1rem;}
.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 .grid-col1 .heading--md {
  border-bottom: none;
  margin-top: 0;
}
/* もっと見る */
.link_more {
  width: 95%;
  margin: 0 auto;
}

/* 施策バナー */
.headfoot-is-sp .tenpo_shisaku{
  width: 100%;
  margin: auto;
}
/* 特集 */
.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;}

/* QUOPay */
.headfoot-is-sp .heading--quopay img { padding: 1rem 0; }
.headfoot-is-sp .heading--quopay .link_more { width: 80%; margin-top: -2.5rem;}
.headfoot-is-sp .heading--quopay .link_more a { padding: .5rem;}


/* 完売 */
.headfoot-is-sp .soldout::after{ height:100%;}

/* エアプサン韓国 */
.headfoot-is-sp .bx_title{ font-size: 1.5rem;}
.headfoot-is-sp .bx_title p{ font-size: 1rem; }

/* ★タブレット用★ */
.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%;}
.is-ipad #wrap { min-height: auto;}

/* MV */
.is-ipad #mv { background-size: 100%; height: 280px;}
.is-ipad #mv img{ margin-top: 0; width: 45%;}



@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%;}

/* MV */
.is-ipad #mv { background-size: 100%; height: 190px;}
.is-ipad .fukuoka-airport--title { background-size: 100%;}
.is-ipad .desc {margin: 0} 

/* 商品 */
.is-ipad .grid-col4 {width: calc(95% / 4);}
.is-ipad .grid-row {padding: 0 1rem;}
.is-ipad .text--smallPrice {font-size: 1rem;}
.is-ipad #oubo .btn img {width: 85%;}
}


