@charset "utf-8";
/* CSS Document */ :root {
  --black: #333;
  --brown: #343434;
  --yellow: #ffff00;
  --kyellow: #FFCB22;
  --pink: #cc1852;
  --blue: #0077BE;
  --ublue: #e0e7ee;
  --navy: #003a71;
  --knavy: #363466;
  --gray: #999;
  --ugray: #F2F2F2;
  --red: #F01C1C;
  --orange: #F15A22;
  --rave: #f3ecf9;
  --cream: #ffecb6;
  --kgreen: #024f48;
  --ugreen: #e4f1f0;
  --green: #009688;
  --pgreen: #a6d3c8;
  --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;
  display: flex;
  align-items: center;
}
p.title{ margin: 0 auto; text-align: center;} 
p.title img{ width: 91%;}

/* ナビ */
#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: var(--green);
}
#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: #FFF3DF;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
    transition: .3s;
    letter-spacing: 1px;
	  text-align: center;
    border-left: solid 3px #FFF3DF;  
    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 #FFF3DF;
}
/* マップ */
.map_area {
  display: flex;
  align-content: space-between;
}
.map {padding-right: 2rem;}
.heading--title {font-weight: bold; margin-top: 1rem; margin-bottom: 3rem;}
.Title--sub {
  display: block;
  font-weight: 700;
  font-size: .75em;
  line-height: 1.2;
  padding-bottom: 4px;
}
.introduction_detail { font-size: 1.2rem; }

/* フライトスケジュール */
section#flight { margin-top: -2rem;}
.ico_top {
  width: 8%;
  padding: 0 0px 5px 0;
}
.flightSchedule tr { background: #fff;}
.setsumeikai {text-align: center; margin: -2rem 0 2rem;}
.schedule_info{
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.bnr_narabi {
  text-align: center;
  margin-bottom: 3rem;
}

/* バックカラー */
section#seen,section#tour,section#car { background: var(--ugreen);}
section#free { 
  margin: -2rem 0 1rem;
  padding-bottom: 2rem;
}
section#bn_area { margin-top: -3rem;}

/* 宮古島観光スポット */
h2.heading--seentitle{
  font-size: 2.29rem;
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.4;
}
#seen h3 {
  font-size: 1.3em;
  font-weight: bold;
  color: var(--kgreen);
  text-align: center;
}
#seen h3 span{ font-size: 1rem;}

/* ここがポイント */
.osusume_box {
  position: relative;
  padding: 0.5em 0.7em;
  margin: 2em 0;
  background: var(--green);
  color: #5c98d4;
  font-weight: bold;
}
.osusume_box:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid var(--green);
  width: 0;
  height: 0;
}
.osusume_box p {
  position: relative;
  padding: 0.3em 0.5em 0.3em 1em;
  background: #fff;
  color: var(--green);
  margin: 0.5rem 0 1rem;
  font-weight: bold;
  font-size: 1.3rem;
}
.osusume_box p::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.osusume_box ul {
    list-style: auto;
    color: #fff;
    font-size: 1.2rem;
    padding: 0 5rem 1rem;
}
.heading--schedule {
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.4;
    font-size: 2.29rem;
    font-weight: bold;
}
.map_txt { width: 100%;}
.map_txt .ph{
  display: flex;
  justify-content: center;
}
.map_txt .ph li{ width: 270px; margin-right: 10px;}
.map_txt .p{ width: 270px; margin-right: 10px;}
.basic__graph { margin-bottom: 2rem;}

/* 早割バナー */
.bnr_hayawari {margin-bottom: 1rem; text-align: center;}
.bnr_hayawari img{width: 80%;}

/* 1並び商品 */
.lx_textBox { 
  width: 100%; 
  padding: 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.heading--md{ line-height: 1.8rem; font-size: 1.25rem;}
.tour_waku {
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.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 { width: 100%;}
.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;
}
.text--smallPrice {
  font-weight: 600;
  color: var(--red);
  text-align: end;
  padding-right: 1rem;
  margin-top: auto;
}
.tour-nenyu{ 
  font-size: 1rem;
  text-align: end;
}
span.js-split-price {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--red);
}
.tour_box { text-align: center; margin-top: auto;}
.product__list--dep { font-size: 0.8rem;}

/* 4並び商品 */
.section__container.free-title { margin-bottom: -3rem;}
section#freeplan { margin-bottom: 2rem;}
div#freetour {
  width: 992px;
  margin: 0 auto;
}
.grid-col__link {
  border: 2px solid #ddd;
  padding: 0.5rem;
  margin-bottom: 1rem;
  background: #fff;
}
.imgContainer--full {margin-bottom: 0.5rem; border-radius: 0;}

/* もっと見る */
.link_more { text-align: center; margin-top: 1rem;}
.button { 
  max-width: 50%;
  margin: 2rem -1rem;
  font-size: 1.2rem;
}
.button--type-outline {
  color: #fff;
  background-color: var(--pink);
  border-color: #fff;
}
.button--type-outline:focus, .button--type-outline:hover {
  color: #fff;
  background-color: var(--pink);
  border-color: #fff;
  letter-spacing: 0.15em;
  opacity: 0.6;
}
/* 問い合わせ */
.ui-static-section-wrapper.contact {
  background: #fff;
  border: 1px solid var(--orange);
  padding: 0;
}
.ui-static-section-wrapper.contact a{text-decoration: none; color: #000;}
.contact h3 {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  background: var(--orange);
  color: #fff;
  font-size: 1.5em;
  padding: 0.3em;
  margin: 0 0 0.5em;
}
.contact dl {
  margin: 1em auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10px;
  font-size: 1.2em;
  place-content: center;
  align-items: center;
  width: 90%;
}
.contact dt {
  background: var(--orange);
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 0.5em;
  width: 90%;
}
.contact dd span {
  font-size: 1.5em;
  font-weight: bold;
}
.h-note {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--navy);
  text-align: center;
  font-size: 20px;
}
dl.first_tenpo {
  border-bottom: 4px dotted #000000;
  padding-bottom: 1rem;
}
.eigyo_store{
  width: 960px;
  margin: 3% auto;
}
/*営業所案内ここから*/
#inqbox{
  width:100%;
  margin:40px auto 20px;
  background: #FFF;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid
}
.inq-title{
  font-size:18px;
  font-weight:bold;
  color:#0057B8;
  padding-left:30px;
  margin-bottom: 5px;
  position: relative
}
.inq-title.inq-title__tel{
  border-bottom: 1px solid #333;
}
.inq-title.inq-title__tel:before{
  content:"";
  background: url("/kokunai/kanto/image/icon_tel.png") no-repeat;
  background-size: contain;
  width:22px;
  height:22px;
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  margin: auto;
}
.inq-title.inq-title__shop{
  margin-top: 20px;
}
.inq-title.inq-title__shop a{
  color:#0057B8!important;
  text-decoration: underline
}
.inq-title.inq-title__shop a:hover{
  opacity: 0.8
}
.inq-title.inq-title__shop:before{
  content:"";
  background: url("/kokunai/kanto/image/icon_shop.png") no-repeat;
  background-size: contain;
  width:22px;
  height:22px;
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  margin: auto;
}
.tel-list>li{
  padding: 5px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  display: none;
}
.tel-list>li:before{
  content:"";
  margin-right: 5px;
  margin-left: 5px;
  border-top:1px dotted;
  flex-grow: 1;
  order:2
}
.tel-list>li .area{
  font-size:18px;
  font-weight:bold;
  order:1
}
.tel-list>li .phone_num{
  font-size:20px;
  font-weight:bold;
  order:3
}
.tel-list>li .phone_num span{
  color:#BF1010;
}
#inqbox.all .tel-list>li:not(.honshu):not(.cc){
  display: flex
}
#inqbox.kyu .tel-list>li.kyushu{
  display: flex
}
#inqbox.hon .tel-list>li.honshu{
  display: flex
}
/*▼▼完売▼▼*/
.soldout a{ pointer-events: none !important }
.soldout{
  position: relative;
  display: flex;
  }
.soldout::after{
  background: rgba(0,0,0,0.7);
  position: absolute;
  content: 'SOLD OUT';
  font-size: 3.5rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height:95%;
  width: 100%;
}
.soldout .text--smallPrice { color: #4c4c4c !important;}
  
/* 特集 */
.feature,.innner,.section__container{ width: 992px; margin: 0 auto;}
.footerArea { margin-bottom: 2rem;}
.align-center a {padding: 0 1rem;}
.align-center {
  display: flex;
  padding: 1r;
  justify-content: space-around;
}
p.feature {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 2rem;
}
ul.clearfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
ul.clearfix li{ padding: 1rem;}
div#PushuInfo{
  margin: 2rem 0;
  background: var(--ugray);
}

/* ★スマホ用★ */
.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;}
.headfoot-is-sp .heading--title,.headfoot-is-sp .heading--schedule { 
  font-size: 1.8rem;
  margin: 1rem 0;
}
/* MV */
.headfoot-is-sp #mv {
  background-image: url(../img/main_sp.jpg);
  background-size: 100%;
  height: 77vw;
}
.headfoot-is-sp p.title { text-align: center;}
.headfoot-is-sp p.title img { width: 85%;}

/* ナビ */
.headfoot-is-sp #pageNavi { height: 70px;}
.headfoot-is-sp #pageNavi ul { width: 100%; height: 70px;}
.headfoot-is-sp .Title--sub span { font-size: 1rem;}
.headfoot-is-sp h2.heading--schedule { font-size: 1.5rem;}
.headfoot-is-sp .textBox p { text-align: center;}
.headfoot-is-sp p.heading--note { margin: -1rem 0; font-size: 0.9rem;}

/* マップ */
.headfoot-is-sp .map_area { display: block;}
.headfoot-is-sp .map { padding-left: 0;}

/* フライトスケジュール */
.headfoot-is-sp .ico_top { width: 15%;}
.headfoot-is-sp .schedule_info{ font-size: 1rem;}
.headfoot-is-sp .bnr_narabi {
  margin-bottom: 2rem;
  padding: 0 1rem;
}
/* ここがポイント */
.headfoot-is-sp .osusume_box:after {
  top: 99%;
  left: 45%;
}
.headfoot-is-sp .osusume_box ul { padding: 1rem 0 2rem 2rem;}

/* 案内 */
.headfoot-is-sp .guidancebox {
  display: block;
  margin-bottom: -1rem;
}
.headfoot-is-sp p.taiwan-title {
  margin: 1rem 0;
  line-height: 2rem;
  font-size: 1.6rem;
}
.headfoot-is-sp .textBox { padding: 0 1rem;}
.headfoot-is-sp .flightSchedule caption { font-size: 1.5rem; padding: 0.3rem 0 0;}
.headfoot-is-sp .flightSchedule th { font-size: 0.9rem;}
.headfoot-is-sp .note{ text-align: center; font-size: 0.8rem;}
.headfoot-is-sp .hayawari { margin: -1rem 0 2rem;}
.headfoot-is-sp .eigyo_store { width: 95%;}

/* ツアーポイント */
.headfoot-is-sp .tour_point li{ padding-left: 3rem;}
.headfoot-is-sp .tour_point li:before{
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/* ツアーポイント */
.headfoot-is-sp .conts{ margin: 0 0 1.5rem;}
.headfoot-is-sp .bus_conts { padding: 0.5rem 1rem 0;}

/* 早割バナー */
.headfoot-is-sp .bnr_hayawari img{width: 100%;}

/* 1並び商品 */
.headfoot-is-sp .ngs_blueislands { width: 100%; padding: 2rem 1rem 0;}
.headfoot-is-sp .tour_waku { 
  display: block;
  align-items: flex-start; 
  padding-bottom: 1rem;
} 
.headfoot-is-sp .tour_waku .img { margin-right: 0.5rem; width: 100%; zoom: 2; ma}
.headfoot-is-sp .lx_textBox { margin-top: 0.5rem; padding: 0 1rem;}
.headfoot-is-sp .heading--md {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
  line-height: 1.7rem;
}
.headfoot-is-sp p.textBox_sb { margin: 0 0 0.5rem;}
.headfoot-is-sp .text_tour { padding: 0;}
.headfoot-is-sp .text--smallPrice { padding-right: 0; text-align: center;}
.headfoot-is-sp .tour-nenyu{ text-align: center; font-size: 0.8rem;}
.headfoot-is-sp .tagList__text { margin: 0 auto;}
.headfoot-is-sp .one_tour { margin-bottom: 1rem;}
.headfoot-is-sp .tour_box { text-align: center; margin-top: initial;}
.headfoot-is-sp p.product__list--dep { font-size: 0.9rem;}

/* 4並び商品 */
.headfoot-is-sp .col_waku { flex-direction: row;}
.headfoot-is-sp .imgContainer--full { width: 100%;}
.headfoot-is-sp .col_waku .imgContainer--full { width: 70%; margin-right: 1rem;}
.headfoot-is-sp .grid-col__body { width: 100%; padding-bottom: 0;}
.headfoot-is-sp .grid-col__link { margin-bottom: 0;}

/* フリープラン */
.headfoot-is-sp div#freetour { width: 100%; padding: 1rem;}
.headfoot-is-sp .section__container.free-title { margin-bottom: -1rem;}

/* もっと見る */
.headfoot-is-sp .button { max-width: 700px; margin: 2rem auto 1rem;}

/* 特集 */
.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 .inq-title{ font-size:15px; }
.headfoot-is-sp .tel-list>li .area{ font-size:16px; }


/* 完売 */
.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: 100%;}
.is-ipad .basic__graph { text-align: center;}
.is-ipad #inqbox{ width:95%;}

/* ナビ */
.is-ipad #pageNavi li { font-size: 1.2rem;}

/* 問い合わせ */
.is-ipad .eigyo_store{ width: 100%;}


@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 .Title--sub { font-size: .55em;}

/* 1並び商品 */
.is-ipad .ngs_blueislands { width: 90%;}

