/**
* Template Name: WeBuild - v4.6.0
* Template URL: https://bootstrapmade.com/free-bootstrap-coming-soon-template-countdwon/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}
html {
	font-size: 62.5%;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: 'Noto Sans Japanese', serif;
}
a {
  text-decoration: none;
    color: #222;
}

a:hover {
  color: #5eb8df;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  padding: 20px 0;
  position: relative;
  z-index: 10;
}
#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 3px;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}
#header .contact-link a {
  color: #fff;
  padding-right: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#header .contact-link a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
    #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
        width: 130px!important;
}
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  margin-top: -80px;
  z-index: 9;
  /* countdown */
}
#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}
#hero h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 24px;
}
#hero .countdown {
  font-size: 48px;
  font-weight: 300;
  color: #fff;
  line-height: 56px;
  margin: 30px 0 60px 0;
}
#hero .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#hero .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
#hero .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
#hero .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading-notify 1s linear infinite;
  animation: animate-loading-notify 1s linear infinite;
}
@-webkit-keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#hero .php-email-form input {
  border-radius: 3px;
  box-shadow: none;
  font-size: 14px;
  border: 0;
  padding: 0px 15px 2px 15px;
  width: 250px;
  height: 40px;
  margin: 0 8px;
}
#hero .php-email-form button[type=submit] {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 7px 30px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #4f92af;
  color: #fff;
  background: #4f92af;
}
#hero .php-email-form button[type=submit]:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .php-email-form input {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  #hero .countdown {
    font-size: 32px;
    line-height: 38px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f7fafc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}
.contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #4f92af;
}
.contact .contact-info address, .contact .contact-info p {
  margin-bottom: 0;
  color: #444;
}
.contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 300;
  color: #999;
}
.contact .contact-info a {
  color: #000;
}
.contact .contact-info a:hover {
  color: #4f92af;
}
.contact .contact-address, .contact .contact-phone, .contact .contact-email {
  margin-bottom: 20px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #4f92af;
}
.contact .php-email-form button[type=submit] {
  background: #4f92af;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
.contact .php-email-form button[type=submit]:hover {
  background: #72a8bf;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .contact .contact-address, .contact .contact-phone, .contact .contact-email {
    padding: 20px 0;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0d182d;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .copyright {
  text-align: center;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .credits a {
  color: #72a8bf;
}

#hero h2 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    right: 100px;
    bottom: 150px;
}
.php-email-form{
    padding-top: 300px;
}
#hero .countdown {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  line-height: 56px;
  margin: 20px 0 60px 0;
    position: absolute;
    left: 120px;
    bottom: 50px;
}
/*#hero h2 {
position: absolute;
    left: 100px;
    bottom: 20px;
}
*/
/*#hero h2 {
    font-size: 1.8rem;
    line-height: 1.6;
    font-family: YuMincho,Yu Mincho,Hiragino Mincho ProN,NotoSerifSubset,serif;
}*/
@media (max-width: 768px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
#hero h1 {
    padding: 0;
    margin: 0;
    max-height: 40px;
        position: absolute;
        left: 50%;
    margin-left: -90px;
    bottom: 400px;
}
    #hero h1 img {
            width: 180px!important;
    }
    #hero .countdown {
    left: 50%;
    bottom: 50px;
    font-size: 18px;
        line-height: 1.8;
        margin-left: -60px;
}
    #hero h2 {
    position: absolute;
    bottom: 20px;
    font-size: 18px;
    left: unset;
    right: 10px;
}
    #hero {
    width: 100%;
    height: 500px;
    background: url(../img/hero-bg.jpg);
    background-position: bottom 0px left 32%;
    background-size: 1100px auto;
    position: relative;
    margin-top: -80px;
    z-index: 9;
}
	#hero h2 img{
    width: 220px !important;

}
	#hero {
		padding: 0;
	}
	h1 {
    padding-top: 0px;
    margin: 0;
    width: 120px;
}
	
.section-title h2 {
    padding-top: 30px;
}
}


#gHeader {
    padding: 0 2rem;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    box-sizing: border-box;
    z-index: 1000;
}

#gNavi {
    width: calc(100% - 20rem);
}
#gNavi ul {
    justify-content: flex-end;
    align-items: center;
}
.flex, .flexA, .flexB, .flexC {
    display: flex;
    flex-wrap: wrap;
}

li {
    list-style-type: none;
}
#gHeader .hBox {
    margin: 0 auto;
    padding-left: 1.8rem;
    max-width: 111rem;
    align-items: center;
    background: #fff;
    border-radius: 0 0 0.8rem 0.8rem;
    overflow: hidden;
    box-sizing: border-box;
}
.flexB {
    justify-content: space-between;
}
h1 {
    padding-top: 10px;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 0 2rem;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	box-sizing: border-box;
	z-index: 1000;
}
#gHeader .hBox {
	margin: 0 auto;
	padding-left: 1.8rem;
	max-width: 111rem;
	align-items: center;
	background: #fff;
	border-radius: 0 0 0.8rem 0.8rem;
	overflow: hidden;
	box-sizing: border-box;
}
#gHeader h1 img {
	width: 20rem;
}
#gHeader h1 a {
	opacity: 1;
}
#gNavi {
	width: calc(100% - 20rem);
}
#gNavi ul {
	justify-content: flex-end;
	align-items: center;
	    margin-bottom: 0;
}
#gNavi li a {
	font-size: 1.6rem;
/*	font-family: 'notosans-cjk-bold';*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*	font-family: 'Noto Sans Japanese', serif;*/
		font-weight: bold;
}
#gNavi li:not(:first-child) {
	margin-left: 4rem;
}
#gNavi li.insBtn {
	margin-left: 3.2rem;
}
#gNavi li.insBtn a {
	width: 3rem;
	display: block;
}
#gNavi li.contactBtn {
	margin-left: 1.8rem;
}
#gNavi li.contactBtn a {
	width: 15.7rem;
    height: 10rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FF9823;
}
@media all and (max-width: 767px) {
	#gHeader {
		padding: 0 1.6rem;
		width: 100%;
	}
	#gHeader .hBox {
		padding: 1rem 1.5rem;
		max-width: inherit;
		box-shadow: 0 0.4rem 1.6rem hsla(30, 23%, 86%, .5);
	}
	    #gHeader h1 {
			padding-top: 0px;
    margin: 0;
	}
	#gHeader h1 img {
    width: 100px!important;
	}
	#gHeader .menu {
		width: 6.4rem;
		height: 3rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 1.1rem;
		cursor: pointer;
		z-index: 100;
	}
	#gHeader .menu .bar {
		width: 2.1rem;
		height: 1.4rem;
		position: relative;
	}
	#gHeader .menu .bar span {
		width: 2.1rem;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		border: none;
		border-top: 0.2rem solid #000;
		transition: all .3s ease;
	}
	#gHeader .menu .bar span:nth-of-type(2) {
		top: 0.6rem;
	}
	#gHeader .menu .bar span:nth-of-type(3) {
		top: 1.2rem;
	}
	#gHeader .menu.on .bar span:first-child {
		transform: translateY(0.6rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .bar span:nth-of-type(2) {
		opacity: 0;
	}
	#gHeader .menu.on .bar span:nth-of-type(3) {
		transform: translateY(-0.6rem) translateX(0) rotate(-45deg);
	}
	#gNavi {
		margin-top: 1.1rem;
		padding: 1.3rem 0;
		width: 100%;
		height: min(23rem, calc(100vh - 9rem));
		display: none;
		overflow: auto;
		border-top: 0.1rem solid #000;
		box-sizing: border-box;
		z-index: 1000;
	}
	#gNavi ul {
    display: block;
    background: #fff;
    padding-left: 0;
	}
	#gNavi li a {
		padding:1rem 2.2rem;
		display: block;
		position: relative;
    font-size: 16px;
	}
	#gNavi li a::before {
		width: 0.4rem;
		height: 0.4rem;
		position: absolute;
		left: 0;
    top: 1.8rem;
		border-right: 0.1rem solid #000;
		border-bottom: 0.1rem solid #000;
		transform: rotate(-45deg);
		content: "";
	}
	#gNavi li:not(:first-child) {
		margin-left: 0;
	}
	#gNavi li.insBtn {
		margin: 0 0 2rem;
		border-bottom: none;
		text-align: center;
	}
	#gNavi li.insBtn a {
		margin: 0 auto;
	}
	#gNavi li.contactBtn {
		    margin-right: 0px;
		margin-left: 0;
		border-bottom: none;
	}
	#gNavi li.insBtn a::before, #gNavi li.contactBtn a::before {
		display: none;
	}
	#gNavi li.contactBtn a {
		margin: 0 auto;
		width: auto;
		height: 4rem;
	}
}
@media (min-width: 768px){
.sp {
    display: none !important;
}
}