@charset "utf-8";
/* CSS Document */


#home_sec1 {
	background-image: url("Japan_head.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	height: 623px;	
}

#head {
	width: 100%;
	height: auto;
}
#logo_box {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 12%;
	padding-right: 0px;
}

#logo {
	
	padding:0;
	width: 100px;
	height: auto;
    }

#navi {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 12%;
	float: right;
}

#navi ul {
  list-style-type: none;
  margin: 0;
  padding: 20px 0 0 0;
  overflow: hidden;

}

#navi li {
  float: right;
}

#navi li a, .dropbtn {
  display: inline-block;
  color: #FBF7F4;
  text-align: center;
  padding: 24px 16px 0 16px;
  text-decoration: none;
}

#navi li a:hover, #MJ_dropdown:hover .dropbtn {
  text-decoration: underline;
  color: #F4E62D;
}

#navi li.dropdown {
  display: inline-block;
}

#navi .dropdown-content {
  display: none;
  position: absolute;
  background-color: #FBF7F4;
	opacity: 85%;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px #000000;
  z-index: 1;
}

#navi .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

#navi .dropdown-content a:hover {
	background-color: #f1f1f1;
    color: #E92318;
  }

#MJ_dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 800px) {
#logo_box {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 7%;
	padding-right: 0px;
}

#logo {
	
	padding:0;
	width: 50px;
	height: auto;
    }

#navi {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 7%;
	float: right;
}

#navi ul {
  	list-style-type: none;
  	margin: 0;
  	padding: 0px 0 0 0;
  	overflow: hidden;
}
}
#japan_sec2 {
	background-color: #fbf7f4;
	padding: 0;
}

#sec02_title {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #59C2BD;
	padding-top: 100px;
	padding-bottom: 0;
	padding-left: 12%;
	padding-right: 12%;
	text-shadow: 2px 2px 0 #F4E62D;
}

#sec02_text {
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color: #59C2BD;
	padding-top: 50px;
	padding-bottom: 0px;
	padding-left: 25%;
	padding-right: 25%;
}

@media screen and (max-width: 800px) {
#sec02_text {
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color: #59C2BD;
	padding-top: 50px;
	padding-bottom: 0px;
	padding-left: 20%;
	padding-right: 20%;
}	
}

#japan_sec03 {
	background-color: #fbf7f4;
	padding: 50px 12%;
}

.photo_gallery {
	position: relative;
  width: 50%;
	padding: 50px 2%;
}

.image {
  display: block;
	width: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #f7baba;
}

.photo_gallery:hover .overlay {
  opacity: 0.9;
}

.sec03_title_text {
	color: #fbf7f4;
	text-shadow: 1px 1px 2px #e92318;
 	font-size: 15px;
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (max-width: 800px) {
	#japan_sec03 {
		padding: 80px 100px 50px 100px;
		}
	.photo_gallery {
		width: 100%;
		height: auto;
		padding: 10px 10px;
	}
}

#japan_sec4 {
	background-color: #59c2bd;
}

#sec04_title {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #fbf7f4;
	padding-top: 100px;
	padding-bottom: 50px;
	padding-left: 12%;
	padding-right: 12%;
	text-shadow: 2px 2px 0 #f7baba;
}

.des_box {
	padding: 0px 12% 50px 12%;
}
.des_image {
	float: left;
	width: 50%;
	padding: 0 5% 0 1%;
}

.des_title {
	font-size: 20px;
	font-weight: 500;
	color: #fbf7f4;
	line-height: 60px;
}

.des_desc {
	font-size: 12px;
	color: #fbf7f4;
	padding: 0;
}

@media screen and (max-width: 770px){
	.des_image {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.des_title {
		padding: 0;
		text-align: center;
	}

	.des_desc {
		padding:0 12%;
		text-align: center;
	}
	
	.des_box {
		padding: 0 0 50px 0;
	}
	
	#sec04_title {
		padding-bottom: 30px;
	}
}

#Footer {
	padding: 15px 12%;
	background-color: #f7baba;
	height: 55px;
}

#Footer_L {
	float: left;
}

.footer_text {
	line-height: 10px;
	color: #fbf7f4;
}

#Footer li {
	display: inline-block;
}

#Footer a {
	display: block;
}

#Footer_R {
	float: right;
	padding: 0;
	}

#Footer_R img {
	padding:0px 0px 0px 10px ;
	width: 40px;
}

@media screen and (max-width: 800px) {
	#Footer {
	height: 120px;
	}
	
	#Footer_L {
		float: none;
	}
	
	.footer_text {
		text-align: center;
	}
	
	#Footer_R {
		float: none;
		text-align-last: center;
		margin: 20px 0;
	}
}
