@charset "UTF-8";
/* CSS Document */
.header-img {
  background: url(../img/header-img.jpg), linear-gradient(90deg, #51c2d5 0%, #4be4c5 100%);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 400px;
  margin-top: 10rem;
  position: relative; 
}
@media screen and (max-width: 767px) {
	.header-img {
      height: 300px;
      margin-top: 6rem; 
	} 
}
@media screen and (max-width: 575px) {
	.header-img {
      height: 250px;
      margin-top: 3rem; 
	} 
}
.header-img h1 {
    font-family: 'Kiwi Maru', serif;
    font-size: 6rem;
    font-size: 60px;
    color: white;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 10%;
    margin: auto; 
}
@media screen and (max-width: 575px) {
	.header-img h1 {
		font-size: 4.5rem;
		font-size: 45px; 
		left: 0;
		right: 0;
		text-align: center;
	} 
}
.header-img h1 span {
	font-size: 3rem;
	font-size: 30px;
	padding-left: 2rem;
}
@media screen and (max-width: 575px) {
	.header-img h1 span {
		font-size: 2.5rem;
		font-size: 25px; 
	} 
}
/*---------tel-contact---------*/
.tel-contact{
	border: 10px solid #51c2d5;
	border-image: linear-gradient(90deg, #51c2d5 0%, #4be4c5 100%);
    border-image-slice: 1;
    margin: 10rem 0 5rem;
    padding: 4rem;
    text-align: center;
}
@media screen and (max-width: 767px) {
	.tel-contact {
		margin: 5rem 0 0rem;
		padding: 4rem 3rem 3rem;
	}
}
@media screen and (max-width: 575px) {
	.tel-contact {
		padding: 3rem 2rem 2rem;
	}
}

.tel-contact dt{
    font-family: 'Kiwi Maru', serif;
    font-size: 3rem;
    font-size: 30px;
	color: #51c2d5;
	font-weight: 400;
	margin-bottom: 2rem;
}
@media screen and (max-width: 575px) {
	.tel-contact dt {
		font-size: 2.5rem;
		font-size: 25px;
	}
}

.tel-contact dd p{
    font-size: 6rem;
    font-size: 60px;
	font-weight: bold;
	margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
	.tel-contact dd p{
		font-size: 5rem;
		font-size: 50px;
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 575px) {
	.tel-contact dd p {
		font-size: 3.3rem;
		font-size: 33px;
	}
}

.tel-contact dd p i{
	color: #51c2d5;
	padding-right: 1rem;
}
.tel-contact dd p + p{
    font-size: 1.8rem;
    font-size: 18px;
	font-weight: normal;
	margin-bottom: 0;
}
@media screen and (max-width: 575px) {
	.tel-contact dd p + p {
		font-size: 1.6rem;
		font-size: 16px;
	}
}

/*----------mainarea----------*/
#mainarea {
    margin: 6rem 0 8rem;
}
@media screen and (max-width: 767px) {
	#mainarea {
		margin: 6rem 0 15rem;
	}
}
@media screen and (max-width: 575px) {
	#mainarea {
		padding: 0;
		margin: 6rem 0 17rem;
	}
}

#mainarea h2 {
    font-family: 'Kiwi Maru', serif;
	font-size: 45px;
	font-size: 4.5rem;
	font-weight: 400;
	color: #51c2d5;
	margin-bottom: 3rem;
}
@media screen and (max-width: 575px) {
	#mainarea h2 {
		font-size: 35px;
		font-size: 3.5rem;
		margin-bottom: 2rem;
	}
}

#mainarea h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
	margin-bottom: 2rem;
}
#mainarea p span{
	background-color: #FF7B80;
    color: white;
    padding: 0.2rem 0.7rem 0.4rem;
    margin-right: 0.5rem;
    font-size: 17px;
    font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
	#mainarea p span{
		padding: 0rem 0.7rem 0.2rem;
	}
}

#mainarea dt {
	color: #524740;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 2rem;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */
form#mail_form dl dt span.required{
	display: inline-block;
    color: #fff;
    line-height: 1;
    margin-right: 0.5rem;
    padding: 5px;
    background-color: #FF7B80;
}
form#mail_form dl dt span.optional{
	display: none;
}
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match{
	display : block;
	color : #ff0000;
	margin-top : 3px;
}
span.loading{
	width : 50px;
	height : 50px;
	border-radius : 50%;
	border-top : 5px solid rgba( 255, 255, 255, 0.2 );
	border-right : 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom : 5px solid rgba( 255, 255, 255, 0.2 );
	border-left : 5px solid #ffffff;
	-webkit-transform : translateZ( 0 );
	-ms-transform : translateZ( 0 );
	transform : translateZ( 0 );
	-webkit-animation : load-circle 1.0s linear infinite;
	animation : load-circle 1.0s linear infinite;
	position : absolute;
	top : 50%;
	left : 50%;
	margin-top : -25px;
	margin-left : -25px;
}
@-webkit-keyframes load-circle{
	0%{
		-webkit-transform : rotate( 0deg );
		transform : rotate( 0deg );
	}
	100%{
		-webkit-transform : rotate( 360deg );
		transform : rotate( 360deg );
	}
}
@keyframes load-circle{
	0%{
		-webkit-transform : rotate( 0deg );
		transform : rotate( 0deg );
	}
	100%{
		-webkit-transform : rotate( 360deg );
		transform : rotate( 360deg );
	}
}

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
form#mail_form dt {
	flex: 30%;
}
@media screen and (max-width: 767px) {
	form#mail_form dt {
		flex: 100%;
	}
}
@media screen and (max-width: 767px) {
	form#mail_form dt br{
		display: none;
	}
}
form#mail_form dt span{
	font-size: 1.4rem;
	font-size: 14px;
	padding-left: 2.5em;
}
@media screen and (max-width: 767px) {
	form#mail_form dt span {
		padding-left: 1rem;
	}
}
form#mail_form dl {
   padding:5rem 0rem;
	align-items:center;
}
@media screen and (max-width: 575px) {
	form#mail_form dl {
		margin: 0;
	}
}

form#mail_form dd {
   flex: 70%;
}
@media screen and (max-width: 767px) {
	form#mail_form dd {
		flex: 100%;
		margin-bottom: 2rem;
	}
}
form#mail_form dt:nth-child(17) {
   line-height: 2.3rem;
}
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"],
form#mail_form textarea{
	width : 100%;
	padding : 1rem;
	border : none;
	border-radius : 3px;
	background : #ffffff;
	-webkit-appearance : none;
	font-size : 18px;
	margin-top : 5px;
}
form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus{
	border : 1px solid #E5F4EC;
	background-color: #FFF;
}
form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"]{
	margin-right : 10px;
	margin-top : 7px;
}
form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"]{
	margin-top : 0px;
}
form#mail_form select{
	font-size : 100%;
	margin-top : 5px;
}
form#mail_form textarea{
	display : block;
	width : 100%;
	max-width : 100%;
	height : 200px;
	padding : 1rem;
	resize : vertical;
	border : none;
	border-radius : 3px;
	background : #ffffff;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
}
form#mail_form ul{
	list-style-type : none;
}
form#mail_form ul li label:hover{
	cursor : pointer;
}
form#mail_form input#postal{
	width: 30%;
}
form#mail_form input#postal + a{
	display : inline-block;
	padding : 6px 15px;
	background : #666666;
	border : 1px solid #666666;
	border-radius : 3px;
	color : #fff;
	font-family : inherit;
	text-decoration : none;
	margin-left: 1rem;
	transition: 0.2s;
}
form#mail_form input#postal + a:hover{
	cursor : pointer;
	background : #fff;
	color : #666666;
}
form#mail_form ul.kind-list li{
	display: inline-block;
	min-width: 40%;
}
form#mail_form p#form_submit{
	width : 90%;
	margin : 0 auto;
	padding : 30px 0 60px 0;
}
form#mail_form input[type="button"]{
	padding: 2rem 10rem;
    vertical-align: middle;
    line-height: 1;
    background: linear-gradient(90deg, #51C2D5 0%, #4BE4C5 100%);
    border: 1px solid #51C2D5;
    border-radius: 3rem;
    color: #fff;
    -webkit-appearance: none;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
    transition: 0.2s;
    margin-top: 2rem;
}
@media screen and (max-width: 575px) {
	form#mail_form input[type="button"] {
		padding: 2rem 6rem;
		margin-top: 0;
	}
}

form#mail_form input[type="button"]:hover{
	cursor : pointer;
	background : #fff;
	color : #51C2D5;
}
form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"], form#mail_form textarea {
    background-color: #f2f2f2;
}
span.amendment{
	font-size: 14px;
	font-size: 1.4rem;
}
/*----------radio----------*/
.selectradio {
  list-style: none;
  margin: 0;
  padding: 0;
}
.selectradio .selectradio-item {
    margin: 5px 0;
    padding: 0;
}
.selectradio input[type="radio"] {
    display: none;
}
.selectradio input[type="radio"]:checked + label {
    background: #b6282c;
	color: #fff;
    border: 1px solid #b6282c;
}
.selectradio .selectradio-label {
    display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0 5px;
    cursor: pointer;
	color: #524740;
    border: 1px solid #b1b1b1;
	background: #eeeeee;
	background: -moz-linear-gradient( #ffffff 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	background: -webkit-linear-gradient( #ffffff 0%, #eeeeee 100%);
	background: -o-linear-gradient( #ffffff 0%, #eeeeee 100%);
	background: linear-gradient( #ffffff 0%, #eeeeee 100%);    transition: 0.5s;
    border-radius: 4px;
}
.selectradio.selectradio-inline .selectradio-item {
	display: inline-block;
}
.selectradio.selectradio-inline .selectradio-label {
	display: inline-block;
}
.corporation {
	display: none;
}
.mandatory {
	display : inline-block;
	color : #fff;
	line-height : 1;
	margin-right: 0.5rem;
	padding: 7px;
	background-color: #b6282c;
	font-size: 80%;
	border-radius: 3px;
}

/*ーーーーーprivacypolicyーーーーー*/
#privacypolicy {
    height: 200px;
    padding: 3rem;
    border: 1px solid #C0C0C0;
    overflow: scroll;
    background-color: #FFFFFF;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 23px;
    line-height: 2.3rem;
}
@media screen and (max-width: 575px) {
	#privacypolicy {
		 padding: 2rem;
	}
}
#privacypolicy dl{
   padding: 0rem!important;
}
#privacypolicy dt{
    line-height: 20px;
    line-height: 2rem;
	font-weight: bold;
	margin-bottom: 1em;
}

/*----------thanks----------*/
.thanks-box {
	margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
	.thanks-box {
		margin-bottom: 23rem;
	} 
}
@media screen and (max-width: 575px) {
	.thanks-box {
		margin-bottom: 25rem;
	} 
}
.thanks-box h4{
	display: inline-block;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	padding-bottom: 1rem;
	border-bottom: solid 1px #51C2D5;
	color: #51C2D5;
	margin-top: 3rem;
}
@media screen and (max-width: 575px) {
	.thanks-box h4 {
		margin-top: 1rem;
	} 
}
.thanks-box p{
	padding: 2rem 0 5rem;
}
@media screen and (max-width: 575px) {
	.thanks-box p {
		padding: 2rem 0 3rem;
	} 
}
.contact-button{
	padding: 1.5rem 8rem;
    vertical-align: middle;
    line-height: 1;
    background: linear-gradient(90deg, #51C2D5 0%, #4BE4C5 100%);
    border: 1px solid #51C2D5;
    border-radius: 3rem;
    color: #fff;
    -webkit-appearance: none;
    font-size: 16px;
    font-size: 2rem;
    font-weight: 300;
    transition: 0.2s;
    margin-top: 2rem;
}
.contact-button:hover{
	cursor : pointer;
	background : #fff;
	color : #51C2D5;
}