/*
Theme Name: hebena
*/

/*
追加CSS
*/
/* ------------------------------
- 中村記述
------------------------------ */
.fadein2 {
	opacity: 0;
	transform: translateY(50px);
	transition-property: transform, opacity;
	transition-duration: 3s;
	transition-delay: 0s;
}

.fadein2.is-active {
	opacity: 0;
	transform: translateY(0);
}

.fadein1 {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 300ms;
}
.fadein1.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.button1,
a.button1,
button.button1 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.button1-wrap {
  margin: 30px 0;
  text-align: center; 
}
a.button1-c {
    font-size: 3rem;
    width: 100%;
    position: relative;
    padding: 3rem 2rem 5rem 3.5rem;
    color: #fff;
    background: #32b16c;
    -webkit-box-shadow: 0 5px 0 #2c9d60;
    box-shadow: 0 5px 0 #2c9d60;
}
a.button1-c span {
  font-size: 2rem;
  position: absolute;
  top: -10px;
  left: calc(50% - 270px);

  display: block;
  width: 600px;
  padding: 0.2rem 0;
  color: #32b16c;
  border: 2px solid #32b16c;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.button1-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #30a967;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
}
a.button1-c:hover:before {
  left: 2rem;
}



.fadein {
	opacity: 0;
	transform: translateY(50px);
	transition-property: transform, opacity;
	transition-duration: 3s;
	transition-delay: 0s;
}

.fadein.is-active {
	opacity: 0;
	transform: translateY(0);
}


.3d {
  font-size: 50px
}

.wpcf7 input[name="number"]{ 
	border-color: #c3e4cd;
	width: 10%; 
	height: 40px !important; 
}


.select-number{
  width: 100%;
  position: relative;
}

.select-number number {
 	width: 100%;
	padding: 10px;
 	-webkit-appearance: none;
 	appearance: none; 
 	border: 1px solid #c3e4cd !important;
}
/* ------------------------------
- 中村記述終
------------------------------ */

.select-box{
  width: 100%;
  position: relative;
}

.select-box::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #c3e4cd transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	pointer-events: none;
}

.select-box select {
 	width: 100%;
	padding: 10px;
 	-webkit-appearance: none;
 	appearance: none; 
 	border: 1px solid #c3e4cd !important;
}

input[type="tel"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  padding: 10px;
  width: 100%;
  font-size: 18px;
  outline: none;
  border: 1px solid #c3e4cd !important;
  width: 100%; 
}

.bunner-area{
	position: relative;
 	padding: 20px 0;
}

.bunner-area {
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

.alert-area{
	position: relative;
 	padding: 20px 0;
}

.alert-inner {
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.alert-area {
		padding: 20px 4%;
	}
}