.home {
	background: url("https://travel.fav-agoodtime.com/wp-content/uploads/bg-scaled.png") no-repeat!important;
	background-size: auto 69%!important;
    background-repeat: repeat!important;
}
#header_logo_new {
	position: absolute;
	left: 5%;
}
#header_logo_new img {
	width: 100px;
	height: 100px;
}
#headerNew {
  z-index: 300;
  position: relative;
  width: 100%;
  height: 150px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease;
}

.hdTop {
	background: #00bf63;
	color: #fff;
	padding: 15px 0 11px;
	position: relative;
}
.gnavi {
	display: block;
	width: 65%!important;
	margin: auto;
}
.gnavi ul {
	float: left;
	width: 70%;
}
.gnavi ul li a {
	color: #fff;
}

.mainImg {
	display: block;
	width: 100%;
	height: 660px;
	overflow: hidden;
}
.mainImg img {
	width: 100%;
}
.boxPickup {
	display: block;
	width: 60%;
	margin: 0px auto;
	background: #ffea79;
	border-radius: 30px;
	padding: 15px 30px;
	color: #431000;
}
.boxPickup a {
	color: #7c2e15;
	text-decoration: underline;
	padding:0 0 0 90px;
}
.boxSearch {
	display: block;
	float: right;
	width: 30%;
}

.icon-p{position: absolute;
    top: 16px;}


.boxSearch form {
	width: 100%!important;
	margin: 15px 0;
	border-radius: 30px;
	background: #fff;
	border: none;
	height: 50px!important;
	position: relative;
}
.boxSearch input {
	background: none;
	border: none;
	color: #fff;
	padding: 0 20px;
	height: 50px;
}
.boxSearch form#searchform {
	height: 50px!important;
	background: #006032;
	border: none;
}
.boxSearch form#searchform #s {
	height: 50px!important;
}
.search-submit {
  background: url('https://cdn-icons-png.flaticon.com/512/622/622669.png') no-repeat center center;
  background-size: 16px 16px;
  border: none;
  text-indent: -9999px; /* hide text */
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  right: 25px;
  top: 10px;
}
.boxSeries-new {
	width: 100%;
}
.boxSeries-new .bx-wrapper {
	box-shadow: 0 0 0!important;
	border: none!important;
}
.boxSeries-new .imgSerie {
	width: 600px!important;
	height: auto!important;
	margin: 0 10px;
}
.boxSeries-new .imgSerie img {
	width: auto;
	height: 400px;
	object-fit: cover;
}
.boxSeries-new .design_headline .title, .boxMemorie-new .design_headline .title {
	margin-top: -80px;
	padding: 0 0 0!important;
}
.boxNews {
	display: block;

}
.boxNews ul {
  width: 100%;
}
#index_image_carousel2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.boxNews ul li.item {
  position: relative;
  max-width: 360px;
  height: 200px;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
  margin: 0 10px 10px;
  border-radius: 25px;
}
#index_image_carousel.type2 .item {
  max-width: inherit;
  width: 25% !important;
}
.boxNews ul li.item .overlay {
  position: absolute;
  top: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7); /* Black see-through */
  width: 360px;
  height: 200px;
  transition: .5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  text-align: center;
  border-radius: 25px;
}
.boxNews ul li.item:hover .overlay {
  opacity: 1;
}
.boxNews ul li.item .overlay a {
  top: 70%;
  left: 25%;
  display: block;
  border: 1px solid #fff;
  border-radius: 30px;
  position: absolute;
  padding: 10px 40px;
  color: #fff;
  text-decoration: none;
}
.boxNews ul li.item .overlay h3 {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.8em;
}
.boxNews ul li.item span {
	font-size: 14px!important;
	padding: 0 15px;
	line-height: 1.3em!important;
}
.boxNewsMap .boxMap {
	display: block;
	width: 100%;
}
.lastedNews {
	display: block;
	float: left;
	width: 25%;
}
.mapJapan {
	display: block;
	float: right;
	width: 70%;
}
@media screen and (max-width:750px) {
	.gnavi ul {
		display: none;
	}
	.boxSearch {
		float: none;
		width: 98%;
		margin: auto;
	}
	
	.boxPickup {display:none;}
	.boxSearch form {
    top: -10px;
		left: 15px;}
	body.home.show_index_header_content .global_menu_button {
        top: 10px;}
	.hdTop {
    padding: 14px 0px 0px; height: 75px;
}
	#headerNew {
		height: 88px; }
	
	.thumb-grid-2x2 {max-width: 95%!important;}
}

.mainCampaign {
    position: relative;
    background:none!important;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.thumb-grid-2x2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 1000px;
  margin: 20px auto;
}
.thumb-grid-2x2 .thumb-cell a { display: block; }
.thumb-grid-2x2 img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  transition: opacity 0.3s ease;
}

.thumb-grid-2x2 img:hover {
  opacity: 0.7;
}