@charset "Shift_JIS";
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  overflow: hidden;
  display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
img {
  vertical-align: text-bottom;
}
li {
  list-style-type: none;
}
h1, h2, h3, h4, h5 {
  font-size: 100%;
}
#spring-gw-2025 {
  margin: 0px auto;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
.ttl_main{
    text-align: center;
    font-size: 0;
}
.ttl_main img{
    width: 100%;
    height: auto;
}
/*アンカーリンク*/
.tour-anchor ul{
    display: flex;
    width: 1220px;
    margin: 30px auto;
    justify-content: center;
}
.tour-anchor ul li{
    border-right: dotted 2px #b8afaf;
    /*padding: 0 40px;*/
    padding: 0 25px;
    text-align: center;
}
.tour-anchor ul li:last-child{
    border-right:none;
}
.tour-anchor ul li .balloon {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  color: #FFF;
  font-size: 15px;
  border-radius: 10px;
  min-width: 120px;
}
.tour-anchor ul li .balloon.color1{
    background: #f04141;
}
.tour-anchor ul li .balloon.color2{
    background: #ef65a9;
}
.tour-anchor ul li .balloon.colorlightblue{
    background: #189ce2;
}
.tour-anchor ul li .balloon.color3{
    background: #4289da;
}
.tour-anchor ul li .balloon.color4{
    background: #47ad6b;
}
.tour-anchor ul li .balloon.color5{
    background: #e87842;
}
.tour-anchor ul li .balloon.color6{
    background: #14ADBA;
}
.tour-anchor ul li .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 45%;
  border: 8px solid transparent;
}
.tour-anchor ul li .balloon.color1:before {
    border-top: 8px solid #f04141;
}
.tour-anchor ul li .balloon.color2:before {
    border-top: 8px solid #ef65a9;
}
.tour-anchor ul li .balloon.colorlightblue:before {
    border-top: 8px solid #189ce2;
}
.tour-anchor ul li .balloon.color3:before {
    border-top: 8px solid #4289da;
}
.tour-anchor ul li .balloon.color4:before {
    border-top: 8px solid #47ad6b;
}
.tour-anchor ul li .balloon.color5:before {
    border-top: 8px solid #e87842;
}
.tour-anchor ul li .balloon.color6:before {
    border-top: 8px solid #14ADBA;
}
.tour-anchor ul li .text{
    display: block;
    text-align: center;
    padding-top: 15px;
    font-size: 18px;
}
.tour-anchor ul li a{
    text-decoration: none;
    font-weight: bold;
    color: #662626;
}
.tour-anchor ul li .text:hover{
    opacity: 0.8;
}
/*枠*/
#spring-gw-2025 .base{
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0 50px;
}
/*見出し*/
#spring-gw-2025 h2{
    text-align: center;
    padding-top: 50px;
    margin-bottom: 30px;
}
#spring-gw-2025 h2 .line{
    background: linear-gradient(transparent 62%, #f8f9a1 62%);
    color: #733a0d;
    font-size: 22px;
}
#spring-gw-2025 h2 .block{
    display: block;
    padding-top: 10px;
    font-size: 36px;
}
#spring-gw-2025 h3{
    font-size: 25px;
    color: #FFF;
    text-align: center;
    padding: 3px 0;
}
#spring-gw-2025 h3 span.sm{
    font-size: 20px;
}
#spring-gw-2025 h3.color_red {
    background: #d64540;
}
#spring-gw-2025 h3.color_pink {
    background: #db5188;
}
#spring-gw-2025 h3.color_lightblue {
    background: #189ce2;
}
#spring-gw-2025 h3.color_green {
    background: #4a9d44;
}
#spring-gw-2025 h3.color_blue {
    background: #2768b1;
}
#spring-gw-2025 h3.color_orange {
    background: #ea8052;
}
#spring-gw-2025 h3.color_lightgreen {
    background: #14ADBA;
}
/*口コミ・ホテルランク*/
#spring-gw-2025 .base .date-box{
    display: flex;
}
#spring-gw-2025 .base .date-box .iconbox p.rank{
    width: auto;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
}
#spring-gw-2025 .base .date-box .iconbox p.rank.high{
    background: #a48700;
}
#spring-gw-2025 .base .date-box .iconbox p.rank.low {
    background: #213264;
}
#spring-gw-2025 .base .date-box p.kuchikomi .evaluation{
    font-weight: bold;
    padding-left: 4px;
    font-size: 14px;
}
#spring-gw-2025 .base .date-box p.kuchikomi{
    display: flex;
    align-items: center;
    margin-top: 5px;
}
#spring-gw-2025 .base .date-box p.kuchikomi .evaluation.ore{
    color: #ff4e00;
}
#spring-gw-2025 .base .date-box p.kuchikomi .evaluation.yellow{
   color: #ff9900;
}
#spring-gw-2025 .base .date-box p.kuchikomi .evaluation .comment{
font-size: 14px;
    padding-left: 0;
}
#spring-gw-2025 .base .date-box p.kuchikomi .number {
    font-weight: normal;
    color: #000;
    padding: 0;
    margin: 0;
}
#spring-gw-2025 .base .date-box p.kuchikomi .number a{
    text-decoration: underline;
    font-size: 12px;
    display: inherit;
}
#spring-gw-2025 .base .date-box p.kuchikomi .star {
    display: flex;
        align-items: center;
        margin: 0 0px 0 0;
        position: relative;
        
}
#spring-gw-2025 .base .date-box p.kuchikomi .star img{
    width: 17px;
}
#spring-gw-2025 .base .date-box p.kuchikomi .star img{
     width: 17px;
}

/*50周年*/
#bali-50th{
    /*background: #faf8f1;*/
    background: #faf1f3;
}
#bali-50th h2.fcolor_red{
    color: #d42035;
}
#bali-50th h2.fcolor_pink{
    color: #e64397;
}
#bali-50th h2.fcolor_lightblue{
    color: #189ce2;
}
#bali-50th h2.fcolor_blue{
    color: #1f54bf;
}
#bali-50th h2.fcolor_green{
    color: #166211;
}
#bali-50th h2.fcolor_orange{
    color: #f7682a;
}
#bali-50th h2.fcolor_lightgreen{
    color: #0f96a1;
}
#bali-50th h2 span{
	font-size: 23px;
}
#bali-50th ul li a{
    display: block;
    text-decoration: none;
}
#bali-50th ul li{
    background: #FFF;
    border: solid 1px #bfbdbd;
    padding: 20px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    position: relative;
}
#bali-50th ul li .img img{
    object-fit: cover;
    width: 500px;
    height: 200px;
}
#bali-50th ul li .hotel{
    color: #733a0d;
    font-size: 18px;
    font-weight: bold;
}
#bali-50th ul li .point{
    background: #fbf6e6;
    padding: 10px;
    color: #733a0d;
    text-align: center;
    font-weight: bold;
    margin-top: 35px;
}
#bali-50th ul li .text{
    font-size: 14px;
    text-align: left;
    margin: 10px 0;
    color: #333;
}
#bali-50th ul li .text.tspace_none{
	margin: 0px 0px 10px;
}
#bali-50th ul li .price{
    text-align: right;
    color: #d73547;
    font-weight: bold;
    font-size: 25px;
}
#bali-50th ul li .price span{
    color: #333;
    font-weight: normal;
    display: block;
    font-size: 14px;
}
#bali-50th ul li .period{
    text-align: right;
    color: #333;
}
#bali-50th ul li .area{
    position: relative;
    min-height: 64px;
    margin-top: 10px;
}
#bali-50th ul li .date-box{
    position: absolute;
    top: 260px;
}
#bali-50th .bg_pink {
	background: #fff7fe;
}
#bali-50th .bg_lightblue {
	background: #fffff5;
}
#bali-50th .bg_blue {
	background: #f0fcfe;
}
#bali-50th .bg_green {
	background: #f3fced;
}
#bali-50th .bg_orange {
	background: #fdf6f5;
}
#bali-50th .bg_lightgreen{
    background: #f5fffa;
}
#bali-50th .bt_search a {
	font-size: 24px;
	display: block;
	color: #cf0c23;
	font-weight: bold;
	text-align: center;
	background-color: #FFF;
	border: 3px solid #cf0c23;
	border-radius: 30px;
	margin-top: 20px;
	padding: 20px 0px 15px;
	position: relative;
	text-decoration: none;
}
#bali-50th .bt_search a:after {
	content: '';
	position: absolute;
	top: 48%;
	right: 60px;
	transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	width: 15px;
	height: 15px;
	border-width: 2px 2px 0 0;
	border-style: solid;
}
#bali-50th .bt_search a:hover {
	opacity: 0.7;
}
#bali-50th .bt_search.red a {
	color: #cf0c23;
	border: 3px solid #cf0c23;
}
#bali-50th .bt_search_red a:after {
	border-color: #cf0c23;
}
#bali-50th .bt_search.pink a {
	color: #ee268d;
	border: 3px solid #ee268d;
}
#bali-50th .bt_search_pink a:after {
	border-color: #ee268d;
}
#bali-50th .bt_search.lightblue a {
	color: #189ce2;
	border: 3px solid #189ce2;
}
#bali-50th .bt_search_lightblue a:after {
	border-color: #189ce2;
}
#bali-50th .bt_search.orange a {
	color: #fb601d;
	border: 3px solid #fb601d;
}
#bali-50th .bt_search_orange a:after {
	border-color: #fb601d;
}

#bali-50th .bt_search.blue a {
	color: #2768b1;
	border: 3px solid #2768b1;
}

#bali-50th .bt_search.green a {
	color: #4a9d44;
	border: 3px solid #4a9d44;
}

#bali-50th .bt_search.lightgreen a {
	color: #14ADBA;
	border: 3px solid #14ADBA;
}
#bali-50th .bt_search_lightgreen a:after {
	border-color: #14ADBA;
}
#bali-50th ul li .hotel_name {
	font-size: 16px;
	color: #333;
	background: url("../img/hotel_icon.png") no-repeat left top;
	background-size: 19px auto;
	padding: 0px 0px 2px 24px;
}
#bali-50th ul li .airline {
	font-size: 16px;
	color: #333;
	background: url("../img/air_icon.png") no-repeat left top;
	background-size: 21px auto;
	padding: 0px 0px 2px 24px;
}
#bali-50th ul li .area_long {
	position: relative;
	min-height: 80px;
	margin-top: 10px;
}
#bali-50th ul li .date-box.position_a {
	position: absolute;
	top: 278px;
}
#bali-50th ul li .note {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
#bali-50th .banner {
	text-align: center;
	margin-bottom: 40px;
}
#bali-50th .banner a:hover {
	opacity: 0.7;
}
#bali-50th ul li .from_list * {
	margin: 0px;
	padding: 0px;
}
#bali-50th ul li .from_list ul li {
	width: 50%;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	margin-bottom: 8px;
	overflow: hidden;
}
#bali-50th ul li .from_list ul li:nth-child(3),
#bali-50th ul li .from_list ul li:nth-child(4) {
	margin-bottom: 0px;
}
#bali-50th ul li .from_list ul li a {
	display: block;
}
#bali-50th ul li .from_list ul li .city {
	width: 34%;
	float: left;
	font-size: 15px;
	color: #333;
	text-align: center;
	border: 1px solid #333;
	padding-top: 2px;
}
#bali-50th ul li .from_list ul li .fare {
	width: 60%;
	float: left;
	font-size: 18px;
	color: #d73547;
	font-weight: bold;
	padding-left: 10px;
}
#bali-50th ul li .from_list .label {
	font-size: 18px;
	color: #2e8826;
	font-weight: bold;
	text-align: center;
	background-color: #f2fdeb;
	margin-bottom: 10px;
	padding: 4px 0px 2px;
}
#bali-50th ul li .from_list .tspace {
	margin-top: 10px;
}
#spring-gw-2025 .base.bottom{
    padding: 20px 0;
}
#spring-gw-2025 .bt_search{
    margin: 0 auto;
    /*padding-bottom: 60px;*/
}
.comingsoon{
    border: solid #d42035 2px;
    width: 900px;
    margin: 0 auto 50px;
    text-align: center;
    padding: 10px;
    font-size: 25px;
    color: #d42035;
    background: #FFF;
    font-weight: bold;
}

.kansai{
    text-align: center;
    font-size: 24px;
    background: #fa733e;
    color: #FFF;
    font-weight: bold;
    padding: 10px;
    position: relative;
}
.kansai span.yellow{
    color: #f4fc73;
    padding: 0 2px;
}
.kansai .bd{
    position: relative;
}
.kansai .bd:before,
.kansai .bd:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #FFF;
}

.kansai .bd:before {
    left: -20%;
}

.kansai .bd:after {
    right: -20%;
}
/* PC デザイン*/
@media (min-width: 640px) {
  .pc_none {
    display: none !important;
  }
  .bt_pagetop {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 200;
}
#bali-50th ul{
	display:-webkit-box;
	display:flex;
	flex-wrap: wrap;
}
#bali-50th ul li{
	width: 45%;
	margin-right: 20px;
	margin-bottom: 20px;
}
#bali-50th ul li:nth-child(2n){
    margin-right: 0;
}
#spring-gw-2025 .bt_search{
    width: 1100px;
}
#bali-50th ul.hotel-item .img img{
    height: 150px;
}
#bali-50th ul.hotel-item .date-box.first{
    top: 200px;
}
#bali-50th ul.hotel-item .date-box.second{
    top: 422px;
}
#bali-50th .hotel-item .area{
    margin-top: 5px;
}
}
/* SPデザイン*/
@media (max-width: 639px) {
  .sp_none {
    display: none !important;
  }
/*アンカーリンク*/
.tour-anchor ul{
    display: flex;
    width: auto;
    margin: 3vw 0;
    justify-content: center;
    flex-wrap: wrap;
}
.tour-anchor ul li{
    border-right: none;
    padding: 0 0.4vw;
    text-align: center;
}
.tour-anchor ul li:last-child{
    border-right:none;
}
.tour-anchor ul li:nth-child(-n+3){
    width: 30%;
    margin-bottom: 5px;
}
.tour-anchor ul li:nth-child(n+4){
    width: 40%;
}
.tour-anchor ul li .balloon {
  position: relative;
  display: inline-block;
  padding: 4px 3px;
  color: #FFF;
  font-size: 2.5vw;
  border-radius: 0px;
  min-width: 27vw;
}
.tour-anchor ul li:nth-child(2) .balloon {
  padding: 4px 8px;
}
.tour-anchor ul li .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 45%;
  border: 6px solid transparent;
}
.tour-anchor ul li:nth-child(2) .balloon:before,
.tour-anchor ul li:nth-child(5) .balloon:before {
  left: 37%;
}
.tour-anchor ul li .text{
    display: block;
    text-align: center;
    padding-top: 2.4vw;
    font-size: 2.93vw;
	line-height: 1.4;
}
.tour-anchor ul li a{
    text-decoration: none;
    font-weight: bold;
    color: #662626;
}
.tour-anchor ul li .balloon.color3 {
    width: 23vw;
}
.tour-anchor ul li .balloon.color4 {
    min-width: 22vw;
}
/*枠*/
#spring-gw-2025 .base{
    width: 100%;
	padding: 3vw 0 6vw;
}
/*見出し*/
#spring-gw-2025 h2{
    text-align: center;
    padding-top: 4vw;
    margin-bottom: 3vw;
}
#spring-gw-2025 h2 .line{
    background: linear-gradient(transparent 52%, #f8f9a1 52%);
    color: #733a0d;
    font-size: 3.47vw;
	font-weight: bold;
}
#spring-gw-2025 h2 .block{
    display: block;
    padding-top: 3.2vw;
    font-size: 5.07vw;
	font-weight: bold;
}
#spring-gw-2025 h3{
    font-size: 4vw;
    color: #FFF;
    text-align: center;
    padding: 4px 0;
    font-weight: bold;
}

/*口コミ・ホテルランク*/
#spring-gw-2025 .base .date-box{
    display: flex;
}
#spring-gw-2025 .base .date-box .iconbox p.rank{
    width: auto;
    font-size: 2.5vw;
    color: #fff;
    border-radius: 3px;
    padding: 0 1vw;
    text-align: center;
    display: inline-block;
    margin-right: 2px;
}
#spring-gw-2025 .base .date-box .iconbox p.rank.high{
    background: #a48700;
}
#spring-gw-2025 .base .date-box .iconbox p.rank.low {
    background: #213264;
}
#spring-gw-2025 .base .date-box p.kuchikomi .evaluation{
    font-weight: bold;
    padding-left: 2px;
    font-size: 3vw;
}
#spring-gw-2025 .base .date-box p.kuchikomi{
    display: flex;
    align-items: center;
    margin-top: 0px;
}
#spring-gw-2025 .base .date-box p.kuchikomi .evaluation.ore{
    color: #ff4e00;
}
#spring-gw-2025 .base .date-box p.kuchikomi .evaluation.yellow{
   color: #ff9900;
}
#spring-gw-2025 .base .date-box p.kuchikomi .evaluation .comment{
font-size: 3vw;
    padding-left: 0;
}
#spring-gw-2025 .base .date-box p.kuchikomi .number {
    font-weight: normal;
    color: #000;
    padding: 0;
    margin: 0;
}
#spring-gw-2025 .base .date-box p.kuchikomi .number a{
    text-decoration: underline;
    font-size: 2.5vw;
    display: inherit;
}
#spring-gw-2025 .base .date-box p.kuchikomi .star {
    display: flex;
}
#spring-gw-2025 .base .date-box p.kuchikomi .star img{
    width: 3vw;
	height: 3vw;
}
#bali-50th ul li .date-box.position_a .iconbox p.rank{
    padding: 0 3vw;
}
#bali-50th ul li .date-box.position_a p.kuchikomi .evaluation{
    font-size: 2.5vw;
}
#bali-50th ul li .date-box.position_a p.kuchikomi .evaluation .comment{
    font-size: 2.5vw;
}
#bali-50th ul li .date-box.position_a .iconbox p.rank{
    font-size: 2.3vw;
}
/*50周年*/
#bali-50th{
    background: #faf8f1;
}
#bali-50th h2.fcolor_red{
    color: #d42035;
}
#bali-50th h2.fcolor_pink{
    color: #e64397;
}
#bali-50th h2.fcolor_lightblue{
    color: #189ce2;
}
#bali-50th h2.fcolor_blue{
    color: #1f54bf;
}
#bali-50th h2.fcolor_green{
    color: #166211;
}
#bali-50th h2.fcolor_orange{
    color: #f7682a;
}
#bali-50th h2 span{
	font-size: 3.07vw;
}
#bali-50th ul li a{
    display: block;
    text-decoration: none;
	display:-webkit-box;
	display:flex;
	flex-wrap: wrap;
	padding-top: 18vw;
}
#bali-50th ul li a.tspace_none {
	padding-top: 0;
}
#bali-50th ul li.a-none{
    display:-webkit-box;
	display:flex;
	flex-wrap: wrap;
	padding-top: 19vw;
}
#bali-50th ul li.a-none.GVO{
    padding-top: 24vw;
}
#bali-50th ul li.a-none a.tspace_none {
	padding-top: 0;
}
#bali-50th ul li.a-none-g{
    display:-webkit-box;
	display:flex;
	flex-wrap: wrap;
	padding-top: 15vw;
}
#bali-50th ul li.a-none-g a.tspace_none {
	padding-top: 0;
}
#bali-50th ul {
	padding: 0 3vw;
}
#bali-50th ul li{
    background: #FFF;
    border: solid 1px #bfbdbd;
    padding: 2vw;
	margin-bottom: 3vw;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
    border-radius: 0px;
    position: relative;
}
#bali-50th ul li .img img{
    object-fit: cover;
    width: 500px;
    height: 200px;
}
#bali-50th ul li .hotel{
    color: #733a0d;
    font-size: 3.5vw;
    font-weight: bold;
}
#bali-50th ul li .point{
    background: none;
        padding: 0;
        color: #733a0d;
        text-align: left;
        font-weight: bold;
        font-size: 2.5vw;
        letter-spacing: -0.5px;
        margin-top: 7vw;
}
#bali-50th ul li .text{
    font-size: 2.8vw;
    text-align: left;
    margin: 0;
    color: #333;
}
#bali-50th ul li .text.tspace_none{
	margin: 0px 0px 10px;
}
#bali-50th ul li .price{
    text-align: right;
    color: #d73547;
    font-weight: bold;
    font-size: 3.5vw;
}
#bali-50th ul li .price span{
    color: #333;
    font-weight: normal;
    display: block;
    font-size: 2.5vw;
}
#bali-50th ul li .period{
    text-align: right;
    color: #333;
	font-size: 3vw;
}
#bali-50th ul li .area{
	position: absolute;
	top: 2vw;
	left: 2vw;
    min-height: auto;
    margin-top: 0px;
}
#bali-50th ul li .date-box{
    position: absolute;
    top: 9vw;
}
#bali-50th ul li .left{
	width: 40%;
	padding-right: 2%;
}
#bali-50th ul li .left img{
	width: 100%;
	height: 26vw;
	object-fit: cover;
}
#bali-50th ul li .right{
	width: 58%;
}
#bali-50th .bt_search {
	padding: 0 3vw;
    /*padding-bottom: 30px;*/
}
#bali-50th .bt_search a {
	font-size: 3.2vw;
	display: block;
	color: #cf0c23;
	font-weight: bold;
	text-align: center;
	background-color: #FFF;
	border: 2px solid #cf0c23;
	border-radius: 15px;
	margin-top: 0px;
	padding: 10px 0px;
	position: relative;
	text-decoration: none;
}
#bali-50th .bt_search a:after {
	content: '';
	position: absolute;
	top: 48%;
	right: 3vw;
	transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	width: 2vw;
	height: 2vw;
	border-width: 1px 1px 0 0;
	border-style: solid;
}
#bali-50th .bt_search a:hover {
	opacity: 0.7;
}
#bali-50th .bt_search.red a {
	color: #cf0c23;
	border: 2px solid #cf0c23;
}
#bali-50th .bt_search_red a:after {
	border-color: #cf0c23;
}
#bali-50th .bt_search.pink a {
	color: #ee268d;
	border: 2px solid #ee268d;
}
#bali-50th .bt_search_pink a:after {
	border-color: #ee268d;
}
#bali-50th .bt_search.lightblue a {
	color: #189ce2;
	border: 2px solid #189ce2;
}
#bali-50th .bt_search_lightblue a:after {
	border-color: #189ce2;
}
#bali-50th .bt_search.orange a {
	color: #fb601d;
	border: 2px solid #fb601d;
}
#bali-50th .bt_search_orange a:after {
	border-color: #fb601d;
}
#bali-50th .bt_search.lightgreen a {
	color: #14ADBA;
	border: 2px solid #14ADBA;
}
#bali-50th .bt_search_lightgreen a:after {
	border-color: #14ADBA;
}
#bali-50th ul li .hotel_name {
	font-size: 2.4vw;
	color: #333;
	background: url("../img/hotel_icon.png") no-repeat left top;
	background-size: 3.2vw auto;
	padding: 0px 0px 2px 4vw;
	margin-bottom: 9vw;
    line-height: 1.3rem;
}
#bali-50th ul li .airline {
	font-size: 2.67vw;
	color: #333;
	background: url("../img/air_icon.png") no-repeat left top;
	background-size: 3.73vw auto;
	padding: 0px 0px 2px 4vw;
}
#bali-50th ul li .area_long {
	position: relative;
	min-height: auto;
	margin-top: 0px;
}
#bali-50th ul li .date-box.position_a {
	position: absolute;
	top: 11.5vw;
	left: 40vw;
    flex-wrap: wrap;
}
#bali-50th ul li .date-box.position_a.long{
    top: 14vw;
}
#bali-50th ul li .date-box.position_a .iconbox{
    width: 100%;
}
#bali-50th ul li .note {
	color: #333;
	/*font-size: 3vw;*/
    font-size: 2.8vw;
	font-weight: bold;
}
#bali-50th .banner {
	text-align: center;
	margin: 0 3vw 4vw;
}
#bali-50th .banner img {
	width: 100%;
}
#bali-50th ul li .from_list {
	margin-top: 2vw;
}
#bali-50th ul li .from_list ul {
	padding: 0;
	margin: 0;
	display:-webkit-box;
	display:flex;
	flex-wrap: wrap;
}
#bali-50th ul li .from_list ul li {
	width: 48%;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	margin-bottom: 1vw;
	overflow: inherit;
}
#bali-50th ul li .from_list ul li:nth-child(2n-1) {
	margin-right: 4%;
}
#bali-50th ul li .from_list ul li:nth-child(3),
#bali-50th ul li .from_list ul li:nth-child(4) {
	margin-bottom: 0px;
}
#bali-50th ul li .from_list ul li a {
	display: block;
	display:-webkit-box;
	display:flex;
	flex-wrap: wrap;
    align-items: center;
}
#bali-50th ul li .from_list ul li .city {
	width: 32%;
	float: none;
	font-size: 3vw;
	color: #333;
	text-align: center;
	border: 1px solid #333;
	padding-top: 2px;
	margin-bottom: 1vw;
}
#bali-50th ul li .from_list ul li .fare {
	width: 62%;
	float: none;
	font-size: 3.5vw;
	color: #d73547;
	font-weight: bold;
	padding-left: 3%;
	text-align: left;
}
#bali-50th ul li .from_list .label {
	font-size: 3.2vw;
	color: #2e8826;
	font-weight: bold;
	text-align: center;
	background-color: #f2fdeb;
	margin-bottom: 2vw;
	padding: 4px 0px 2px;
}
#bali-50th ul li .from_list .tspace {
	margin-top: 3vw;
}
#spring-gw-2025 .base .date-box p.kuchikomi .star{
    width: 40px;
        height: 15px;
}

#spring-gw-2025 .base .date-box p.kuchikomi .star img{
    position: absolute;
}
#spring-gw-2025 .base .date-box p.kuchikomi .star img:nth-child(1){
    left: 0px;
    z-index: 14;
}
#spring-gw-2025 .base .date-box p.kuchikomi .star img:nth-child(2){
    left: 7px;
    z-index: 13;
}
#spring-gw-2025 .base .date-box p.kuchikomi .star img:nth-child(3){
    left: 14px;
    z-index: 12;
}
#spring-gw-2025 .base .date-box p.kuchikomi .star img:nth-child(4){
    left: 21px;
    z-index: 11;
}
#spring-gw-2025 .base .date-box p.kuchikomi .star img:nth-child(5){
    left: 27px;
    z-index: 10;
}
#bali-50th ul.hotel-item li a{
    padding-top:0;
}
#bali-50th .hotel-1{
    margin-bottom: 5px;
}
#bali-50th .hotel-1 .img img{
    height: 18vw;
}
#bali-50th .hotel-2 .img img{
    height: 18vw;
}
#bali-50th ul.hotel-item li .area.pc_none{
    position: static;
}
#bali-50th ul.hotel-item li .area.pc_none .hotel{
    height: 19vw;
    line-height: 4.5vw;
}
#bali-50th ul.hotel-item .date-box.first{
    left: 38vw;
    top: 12vw;
}
#bali-50th ul.hotel-item .date-box.second{
    left: 38vw;
    top: 32vw;
}
#bali-50th ul.hotel-item .date-box{
    flex-wrap: wrap;
}
#bali-50th ul.hotel-item .date-box .iconbox{
    width: 100%;
}
#bali-50th ul.hotel-item li .price{
    padding-top: 5px;
    text-align: right;
    display: block;
    width: 100%;
}
#bali-50th ul.hotel-item li .price span{
    display: inline;
    padding-left: 5px;
}
#bali-50th ul.hotel-item li .period{
    text-align: right;
    display: block;
    width: 100%;
    
}
.comingsoon {
        width: 90%;
        padding: 5px;
        font-size: 4vw;
        margin-bottom: 30px;
    }
.kansai{
    font-size: 3.5vw;
    padding: 5px;
}
#spring-gw-2025 h3 span.sm{
    font-size: 3.5vw;
}
.kansai .bd:before, .kansai .bd:after{
    width: 10%;
}
}