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

/* キービジュアル 夏におすすめ海外ツアー特集*/
.new_mainimage_sabu_island {
	background-image: url(../img/etc_island/kv_island_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
/*new-year目的リンク画像ul　ここから*/
.new-year_img-culums {
    background-color: #c2fce8;
}
.new-year_img-culums > ul {
    display: flex; /* 横並び */
    flex-wrap: wrap; /*　折り返しあり */
    /*margin-bottom: 20px;*/
}
.new-year_img-culums li {
    width: calc(100%/5);
}
.new-year_img-culums li img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    /*padding: 1px 1px;*/ /*上下左右余白*/
}
/*new-year目的リンク画像ul　ここまで*/
/*new-year目的メニュー画像(文字を配置する)*/
.new-year_img_text {
  position: relative;
  }
.new-year_img_text p {
    position: absolute;
    color: white;/*文字は白に*/
    text-shadow: 1px 2px 3px #808080;/*文字にシャドーを追加*/
    font-weight: normal; /*太さ*/
    font-size: 1.2em;/*サイズ1.2倍*/
    font-family : Quicksand, sans-serif;/*Google Font*/
    top: 0;
    left: 0;
  }
 /*文字をど真ん中に配置する*/
.new-year_img_text p {
    position: absolute;
    top: 210px;
    left: 50%;
    /*-ms-transform: translate(-50%,-50%);*/
  /*-webkit-transform: translate(-50%,-50%);*/
    transform: translate(-50%,-50%);
    margin: 0;  /*文字の装飾は省略*/
    text-align: center;
    white-space: nowrap;
    z-index: 2;
  }
/*new-year目的メニュー画像 (文字を配置する)ここまで*/

/*メインコースコード画像の上の影ここから*/
.new-year_image-container_main {
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
}   
.new-year_image-container_main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} 
.new-year_image-container_main .new-year_image-text {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
     white-space: nowrap;
    z-index: 2;
}       
.new-year_image-container_main::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    z-index: 1;
    pointer-events: none;
}
/*メイン画像の上の影ここまで*/
/*ツアー内容ここから*/
.new-year_tour-box {
    border-bottom: 1px solid #ff6e4f;
    display: flex;
    width: 580px;
    padding-top: 20px;
    padding-right: 20px;
}
.new-year_tour-aria {
    display: flex;
    /* 横並び */
    flex-wrap: wrap;
    /*　折り返しあり */
  justify-content: center;
}
.new-year_tour-aria:after {
  content: "";
  display: block;
  width: 580px;
  padding-right: 0px;
}
.new-year_tour-area-img {
    background-size: cover;
    background-position: center center;
    padding-top: 72.2%;
    width: 140px;
    padding: 10px;
    height: 140px;
    margin-bottom: 10px;
}
.new-year_tour-area-ob {
    background-color: #b5b5b5;
    display: flex;
    margin-top: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.new-year_tour-air-orange {
    font-size: 13px;
    font-weight: bold;
    background-color: #ff6e4f;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 4px;
    width: 100px;
}
.new-year_tour-chord {
    font-size: 14px;
    padding: 4px;
    background-color: #fff;
    border-radius: 6px;
    width: 100px;
    margin-left: 10px;
    text-align: center;
}
.new-year_tour-no {
    padding: 4px;
    font-size: 14px;
    margin-left: 10px;
}
.new-year_tour-area-text {
    margin-left: 0px;
    padding-left: 10px;
}
.new-year_tour-titl {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.new-year_tour-titl-text {
    font-size: 15px;
    line-height: 1.5em;
    margin-top: 5px;
    margin-bottom: 5px;
}
.new-year_tour-titl a:hover {
  color: #ff704f;
  /*マウスが乗ったときの色*/
}
.new-year_tour-titl-text a:hover {
  color: #ff704f;
  /*マウスが乗ったときの色*/
}
/*ツアー内容ここまで*/
/*赤系を基調とした暖かい・穏やかなグラデーション文字ここから*/
.new_titl_year_orange-gradation {
	display: inline-block;
	background: linear-gradient(135deg, #ff7050 0%, #fed878 100%);
	background: -webkit-linear-gradient(-45deg, #ff7050 0%, #fed878 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	font-size: 30px;
	margin-top: 20px;	
}
/*青系を基調とした涼しげ・爽やかなグラデーション文字*/
.new_etc_ove-gradation {
	display: inline-block;
	background: linear-gradient(180deg, #3048ac 0%, #7bc0be 72%, #01a6e9 100%);
	background: -webkit-linear-gradient(-90deg, #3048ac 0%, #7bc0be 72%, #01a6e9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: normal;
	font-size: 75px;
	line-height: 1.4em;
}
.new_year_titl_area {
    margin-top: 50px;
}
/*赤系を基調とした暖かい・穏やかなグラデーション文字ここまで*/
.new-year_text-top {
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
    line-height: 2em;
}
.new-year_text {
    font-size: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.new-year_img_tour-aria {
    padding-top: 30px;
}
.new_year-bg01 {
    background-color: #fffae9;    
}
/*ここからボタン02*/
a.new_japan-trip_btn_02 {
    display: block;
    vertical-align: middle;
    text-decoration: none;
    margin: auto;
    padding: 1.1rem 2rem;
    font-weight: bold;
    color: #fff;
    background: #00bfff;
    transition: 0.5s;
    border-radius: 10px;
    font-size: 15px;
    width: 350px;
    text-align: center;
	
}
a.new_japan-trip_btn_02:hover {
    border: 2px solid #00bfff;
    background: #fff;
    color: #00bfff;
}
.new_japan-trip_btn-area {
    padding-bottom: 40px;
    padding-top: 40px;
    display: flex;
}
.new_japan-trip_btn-area a {
    margin-top: 20px;
}
/*ボタン02ここまで*/
.new_japan-trip_color01 {
    color: #ff704f;
    font-weight: bold;
}
.new_Word_aria-color {
    display: flex;
    /* 横並び */
    flex-wrap: wrap;
    /*　折り返しあり */
    justify-content: center;
    padding: 20px;
    background-color: #47afc7;
    margin-top: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.new_Word_box-color_img {
    width: 300px;
}
.new_Word_box-color_text {
    color: #fff;
    font-size: 15px;
    line-height: 2em;
}
.new_Word_box-color_text {
    width: 800px;
    padding-left: 20px;
}
.new_word-jiuzhaigou_sec2 {
    background-color: #dde5be;
    padding-top: 20px;
    padding-bottom: 20px;
}
.new_word-jiuzhaigou_img {
    text-align: center;
}
.new_word-jiuzhaigou_sec3,
.new_word-jiuzhaigou_sec4 {
    background-color: #e1f1e6;
    padding-top: 20px;
    padding-bottom: 20px;
}
.new_etc-gw_calendar_bg {
	background-color: #fffae9;
	padding-top: 20px;
	padding-bottom: 20px;
}
.new_etc-gw_calendar_area {
    display: flex;
    /* 横並び */
    flex-wrap: wrap;
    /*　折り返しあり */
    justify-content: flex-start;
}
.new_etc-gw_calendar_area::after {
    content: "";
    display: block;
    width: 300px;
    padding-right: 0px;
}
.new_etc-gw_calendar_box {
	margin-right: 30px;
	width: 150px;
	margin-top: 30px;
}
.new_etc-gw_calendar_box:hover figure {
  opacity: 0.8; filter: brightness(110%);/*バナーにマウスが乗った時透明になる*/
}
.new-year_area01 {
	margin-bottom: 50px;
}
.new_sidenav {
	margin-bottom: 10px;	
}
.new_year-last-space {
	padding-top: 30px;
	padding-bottom: 30px;
}


@media screen and (max-width:767px) {
/*fee767*/
/* キービジュアル 夏におすすめ海外ツアー特集*/
.new_mainimage_sabu_island {
	background-image: url("../img/etc_island/kv_island_bg_sp.jpg");
    background-position: center top;
    background-size: cover;
    height: 300px;
}

.new_ove-event_sec1,
.new_ove-event_sec2,
.new_ove-event_sec3,
.new_ove-event_sec4,	
.new_ove-event_sec5,
.new_ove-event_sec6,
.new_ove-event_sec7,
.new_ove-event_sec8,	
.new_ove-event_sec9,
.new_ove-event_sec10,
.new_ove-event_sec11,
.new_ove-event_sec12,	
.new_ove-event_sec13,
.new_ove-event_sec14,
.new_ove-event_sec15,
.new_ove-event_sec16,		
.new_ove-event_sec17,
.new_ove-event_sec18,
.new_ove-event_sec19,
.new_ove-event_sec20 {
    width: 100%;
}
 
    
/*new-year ul並び*/
.new-year_img-culums {
    flex-wrap: wrap;
}
.new-year_img-culums li {
    width: 100%;
}
.new-year_img_text p {
    top: 200px;
  }
.new-year_img-culums li img {
    height: 250px;
}
/*new-year ul並びここまで*/
/*コースコード画像の上の影ここから*/
.new-year_image-container_main {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
} 
.new-year_image-container {
    width: 100%;
    height: 100%;
}
.new-year_arrange-rink a {
    font-size: 20px;
    text-align: center;
}
/*コースコード画像の上の影ここまで*/
/*ツアー内容ここから*/
.new-year_tour-box {
    width: 100%;
    display: block;
}
.new-year_tour-aria {
    display: block;
}    
.new-year_tour-area-img {
     width: 100%;
    padding: 5px;
}    
.new-year_tour-air-orange {
    font-size: 10px;
     width: 100%;
}
.new-year_tour-area-ob {
    display: block;
}
.new-year_tour-chord {
    font-size: 10px;
    padding: 2px;
    width: 100%;
    margin-left: 0px;
    border-radius: 0px;
}    
.new-year_tour-titl {
    font-size: 15px;
    text-align: center;
}
.new_year_titl_area {
    margin-top: 20px;
}
/*赤系を基調とした暖かい・穏やかなグラデーション文字*/
.new_titl_year_orange-gradation {
    font-size: 18px;
    line-height: 1.5em;
}
/*青系を基調とした涼しげ・爽やかなグラデーション文字*/
.new_etc_ove-gradation {
    font-size: 20px;
    line-height: 1.5em;
}
/*ボタン*/
.new_japan-trip_btn-area {
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
}
a.new_japan-trip_btn_02 {
    padding: 1rem 0rem;
    width: 100%;
    margin-bottom: 20px;
}
/*ボタンここまで*/
.new-year_text {
    padding-bottom: 0px;
    padding-top: 0px;
}
.new_Word_aria-color {
    display: block;/* 横並びトル */
}
.new_Word_box-color_img {
    width: 100%;
}
.new_Word_box-color_text {
    margin-top: 20px;
    font-size: 12px;
}
.new_Word_box-color_text {
    width: 100%;
    padding-left: 0px;
}
.new_etc-gw_calendar_area {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.new_etc-gw_calendar_box {
	margin-right: auto;
	margin-left: auto;
}
.new_year-bg01 {
	background-color: #fff;	
}
.new_year-last-space {
	padding-top: 15px;
	padding-bottom: 15px;
}


}
