/* CSS Document */

#main_hd{
  margin-bottom: 100px;
}

.fv{
  background: #F6FE55;
}
.fv img{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}


.top {}
.top .TokyoShortTrip{}
.top .TokyoShortTrip h2{}
.top .TokyoShortTrip ul{
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
}
.top .TokyoShortTrip ul li{
  margin: 20px 10px;
  width: 340px;
  text-align: center;
}
.top .TokyoShortTrip ul li h3{
  background: #594C43;
  border-radius: 40px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 1px 20px;
  margin: 10px 0;
}
.top .TokyoShortTrip ul li h4{
  color: #594C43;
  font-weight: 700;
}







@media screen and (max-width: 640px) {

  .top .TokyoShortTrip ul {
    flex-direction: column;
    align-items: center;
  }
  
  
  
  
}



.banner_theme{
	border-radius: .5em;
	padding: .6em;
	border: solid 3px #333;
	background: #F6FE55;
	font-size: 2em;
	text-align: center;
	width: 80%;
	max-with:400px;
	margin: 0 auto;
	line-height: 1.3;
	margin-top: -4em;
	margin-bottom: 2em;
}
.banner_theme strong{
	display: block;
	font-size: 1.5em;
}
.banner_theme a{
	
}






