@charset "utf-8";
/* CSS Document */

#home_sec1 {
	background-image: url("carousel-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 653px;
	
}
#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;
}

#sec01_title {
	font-size: 60px;
	font-weight: 500;
	line-height: 85px;
	color: #FBF7F4;
	padding-top: 100px;
	padding-bottom: 0;
	padding-left: 12%;
	padding-right: 45%;
	text-shadow: 2px 3px 5px #000000;
}

.button {
	border: none;
	border-radius: 30px;
 	color: #00000;
	mix-blend-mode: screen;
 	background-color: #FBF7F4;
 	padding: 5px 20px;
 	text-align: center;
 	text-decoration: none;
 	font-size: 20px;
 	cursor: pointer;
	margin: 0 0 0 12%;
}
	
@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;
}

#sec01_title {
	font-size: 50px;
	font-weight: 500;
	line-height: 65px;
	color: #FBF7F4;
	padding-top: 100px;
	padding-bottom: 0;
	padding-left: 7%;
	padding-right: 40%;
}
	
.button {
 	font-size: 15px;
}
}

#home_sec2 {
	background-image: url("bg-01.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fbf7f4;
	background-position: bottom center;
}

#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;
}

.mycontainer {
	padding: 50px 7% !important;
}

.Top3_container {
	margin: 0 0 50px 0;
}

.Top3_image {
	width: 95%;
	display: block;
	box-shadow: 10px 10px #f7baba;
}

.Top3_title {
	padding-top: 30px;
	text-align: center;
	font-weight: 700;
	color: #e92318;
	line-height: 1px;
}

.Top3_subtitle {
	padding: 0;
	text-align: center;
	color: #e92318;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  color: #fbf7f4;
}

input[type=submit] {
  background-color: #fbf7f4;
  color: #f7baba;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #e92318;
}

.contact_container {
  border-radius: 5px;
  background-color: transparent;
  padding: 50px 12% 100px 12%;
}

#home_sec03 {
	background-image: url("bg-02.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #f7baba;
	background-position: top center;
}

#sec03_title {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #fbf7f4;
	padding-top: 100px;
	padding-bottom: 0;
	padding-left: 7%;
	padding-right: 7%;
	text-shadow: 2px 2px 0 #e92318;
}

.contact_title {
	color: #fbf7f4;
	font-weight: 600;
}

#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;
	}
}