@charset "utf-8";
/* CSS Document */

.main_contents {
  font-family:'Noto Sans JP', sans-serif; }


.nosp{
  display: none
}



a {
  text-decoration:none;
}

section {
  display:block;
  margin: 0 auto;
	margin-bottom:30px;
  }


 .simpleMv--full {
  
    height: 210px;
   
} 

.simpleMv--full>.simpleMv__img {
 
    height: 210px;

}


/* ナビ */

.nav-wrapper{
	background-color:#29415a;
}
.nav-list{
width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	
}
.nav-list>li{
width: calc(100% / 2);
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
	
}
.nav-list>li>a{
  display: block;
  font-size: 15px;
  text-align: center;
  position: relative;
	color:#fff;
	font-weight:900;
	
}


.nav-list>li:nth-child(odd){
   border-right: 2px dotted #FFF;
}

.nav-list>li:nth-child(-n+10) {
  border-bottom: 2px dotted #FFF;
}

.nav-list>li.kokunai {
	
}

.nav-list>li.kokunai>a {
	background-color:#fff;
	padding:10px;
	margin:5px;
		color:#29415a;
}

/* エリアコンテンツ */

.hawaii,.europa,.asia,.oceania,.america{
	margin-top:-150px;
}

.area-wrapper{
  margin-top: calc(80vw / 7.5);
}
.area-content{
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: calc(500vw / 7.5);
  position: relative;
  margin-bottom: calc(560vw / 7.5);
}

.inner{
  width: 94vw;
  margin: auto;
}


.direction {
	width:fit-content;
    color: #1a6fb2;
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1.5;
	text-align:center;
    margin:30px auto 18px;
    position:relative;
	padding-left:60px;
}

.direction::before {
    position:absolute;
    top:5px;
    left:0;
}


.korea::before {
	content:url(../images/kor.png);
}

.taiwan::before {
	content:url(../images/twn.png);
}

.hawaii::before {
	content:url(../images/hwi.png);
}

.europa::before {
	content:url(../images/eur.png);
}

.asia::before {
	content:url(../images/aisa.png);
}

.oceania::before {
	content:url(../images/oce.png);
}

.america::before {
	content:url(../images/usa.png);
}

.guam::before {
	content:url(../images/gum.png);
}

.air::before {
	content:url(../images/air.png);
}

.airhtl::before {
	content:url(../images/airhtl.png);
}


.area{
  text-align: center;
  margin-bottom: calc(20vw / 7.5);
}


.area>span{
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
  font-size: calc(50vw / 7.5);
  font-weight: 700;
  position: relative;
  padding: 0 calc(50vw / 7.5);
}
.area>span::before,
.area>span::after{
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: calc(40vw / 7.5);
  height: calc(1vw / 7.5);
  background-color: #666;
}
.area>span::before{
  left: 0;
}
.area>span::after{
  right: 0;
}

.area-heading{
  font-family: 'Noto Serif JP', serif;
  
  font-size: calc(40vw / 7.5);
  text-align: center;
  margin-bottom: calc(30vw / 7.5);
}

.area-tab{
  margin: calc(50vw / 7.5) auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area-tab>li{
  width: calc(98% / 2);
  border: 1px solid;
  font-size: calc(26vw / 7.5);
  text-align: center;
  padding: calc(20vw / 7.5);
  margin-right: 2%;
  margin-bottom: 2%;
	 color: #1a6fb2;
}
.area-tab>li:nth-child(2n){
  margin-right: 0
}



.area-tab>li.nav_on{ 
	background: #1a6fb2;
  color: #FFF;}



.product-area{
	display: none;}

.sub-title__tour{
  text-align: center;
	margin-bottom:30px;
}
.sub-title__tour>span{
  font-size: 20px;
   font-family: 'Noto Serif JP', serif;
  color: #494949;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
	font-weight:bold;
}
.sub-title__tour>span::before,
.sub-title__tour>span::after{
  content: "◆";
  display: inline-block;
  padding: 0 10px
}

/*商品*/


.product-list {
   position: relative;
   z-index: 1;
  /*display: flex;*/
   gap: calc(30vw / 7.5) 0;
   margin-bottom:50px;
     /*overflow-x: scroll;*/
     /*-webkit-overflow-scrolling: touch;*/
     /*overflow-scrolling: touch;*/
}


.product-list>li {
  flex: 0 0 90%;
  margin: 0 calc(10vw / (750 / 100)) calc(20vw / (750 / 100));
  
  box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
  position: relative;
}

.product__list--data{
   justify-content: space-between;
  padding: calc(15vw / 7.5) calc(10vw / 7.5);
  flex-wrap: wrap;
  border: calc(2vw / 7.5) solid #c1c0bc;
  font-size: calc(20vw / 7.5);
}

.product__list--image-wrapper {
	width: calc(250vw / 7.5);
}

.product__list--item:empty{
	display: none;
}

.product-area.active {
	display:block;
}


.product__list--data {
   height: 100%;
   display: flex;
   flex-direction: column;
}

.product__list--image img{
    width: 100%;
    vertical-align: bottom;
}

.product__list--type {
    font-size: 12px;
    color: #fff;
    background: #191919;
    padding: 4px 4px 3px 4px;
    text-align: center;
}


.product__list--text-wrapper {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
	width: calc(417vw / 7.5);

}


.product__list--texts {
  display: flex;
  flex-direction: column;
}

.product__list--title {
    font-size: 15px;
    margin: 8px 0;
    font-weight: bold;
    line-height: 1.3em;
	text-align:left;
}

.product__list--texts > [class*="product__list--"]:not(.product__list--type) {
    padding: 0 10px;
}

.product__list--detail {
    line-height: 1.5;
}

.product__list--inner {
    background: #fff;
    color: inherit;
    text-decoration: none;
    display: flex;
    font-size: 12px;
    height: 100%;
}



.product__list--price > :not(.product__list--point):not(.product__list--notes) {
    padding-left: 4px;
}

.product__list--minmax {
    font-size: 17px;
    color: #e90000;
    font-weight: bold;    
}

.product__list--price {
    padding: 10px 10px 10px;
    margin-top: auto;
	text-align:right;
}

/*---------------------------------------------
   他出発
---------------------------------------------*/
#dptWrap {
	width: 100%;
	background-color: #e1f6f9;
	padding: 20px 0;
}
#dptWrap h2 {
	font-size: 15px;
	color: #333;
	font-weight: bold;
	text-align: center;
    margin-bottom: 10px;
}
#dptWrap ul {
	display: flex;
    justify-content: center;
}
#dptWrap ul li {
	background-color: #fff;
	margin: 0 10px;
}
#dptWrap ul li a {
	font-size: 13px;
    color: #fff;
    font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 5px 10px;
    background-color: #08509a;
}
#dptWrap ul li a:after {
    font-family: FontAwesome;
    content: "\f105";
	padding-left: 10px;
}

/*おすすめバナー*/
.osusume {
	text-align: center;
    font-size: 28px;
    color: #333;
	margin: 0 0 25px;
	
}

.osusume span {
	border-bottom: 6px solid #1a6fb2;
}

.is-bnr {
	width:100%;
	overflow:hidden;
	margin: 35px auto 0;
	padding-bottom: 50px;
}
.is-bnr ul{ 
	width:100%; 
	box-sizing: border-box;
}
.is-bnr li img{ 
	width:100%;
}
.is-bnr li img:hover{
	opacity: 0.8;
}
.is-bnr li {
	width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
	
}