@charset "utf-8";
/* CSS Document */

section{}

body#contents.contact h1 {
	background-color: #4d4d4d;
	height: 60px;
}


body#contents.contact h1 .inner {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: auto;
	height: 60px;
}



#CONTACTS {
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 40px;
	background-color: #f0f0f0;
	padding-top: 40px;
}

.inner_contact {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 30px;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	border-radius: 10px;
	padding-left: 5%;
	padding-right: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}	



#CONTACTS h1 {
	font-size: 2rem;
	color: #FFFFFF;
	text-align: center;
	padding-top: 110px;
	padding-bottom: 100px;
	}

#CONTACTS h1 .jp {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	margin-top: 20px;
}


table.contacts {
	vertical-align: middle;
	border-radius: 5px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table.contacts tr {
	border-bottom-style: none;
}

table.contacts tr.noborder {
	border-bottom-style: none;
}

table.contacts tr th {
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 5px;
	vertical-align: middle;
	width: 100%;
	text-align: left;
	padding-right: 1%;
	display: block;
	border-bottom-style: none;
}

table.contacts tr th.text_caution {
	font-size: 80%;
	padding-bottom: 10px;
	padding-top: 1px;
}


table.contacts tr td {
	padding-top: 5px;
	padding-bottom: 15px;
	width: 100%;
	vertical-align: middle;
	display: block;
	text-align: left;
	color: #7F7F7F;
}

#CONTACTS table.contacts .red {
	color: #FF0004;
	font-weight: bolder;
	font-size: 0.6rem;
	vertical-align: top;
	margin-left: 5px;
}

form table.contacts input {
	height: 30px;
	width: 90%;
	border-radius: 6px;
	padding-left: 3%;
}

form table.contacts input.half {
	width: 95%;
	font-size: 1rem;
	margin-bottom: 10px;
	}


input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	border-radius: 6px;
	border: 1px solid #D1D1D1;
}

input.submitBtn {
	height: 50px !important;
	font-weight: 600;
	font-size: 1.05rem;
	color: #FFFFFF;
	background-color: #db7ba0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	display: block;
	border-style: none;
	background-image: url(../img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 10px 12px;
	line-height: 40px;
	border-radius: 0px !important;
	padding-left: 0px !important;
	max-width: 250px;
	cursor: pointer
}

input.submitBtn.back {
	background-color: #878787;
}


input.submitBtn:hover {
	background-image: url(../img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 10px 12px;
	background-color: #F8B2B2;
}

input.submitBtn.back:hover {
	background-color: #BDBDBD;
}


#message {
	width: 97%;
	height: 150px;
	border-radius: 5px;
	border: 1px solid #D1D1D1;
}

#CONTACTS .tel_contact {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	margin-top: 60px;
}

#CONTACTS .tel_contact p {
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 0.9rem;
}

#CONTACTS .tel_contact p.telnumber {
	font-size: 1.7rem;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500 !important;
}

#CONTACTS .tel_contact p.email a {
	font-size: 1.1rem;
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500 !important;
}

#CONTACTS .tel_contact p.email a:hover {
	text-decoration: none;
	color: hsla(215,88%,80%,1.00);
}


#CONTACTS .tel_contact p.business_hours {
	margin-top: 20px;
	font-weight: normal;

}




/* エラー */

#CONTACTS .catch {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

#CONTACTS p {
	margin-top: 20px;
	margin-bottom: 20px;
}

ul.errmsg li {
	list-style-type: disc;
	list-style-position: inside;
	color: #F33135;
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}


@media screen and (min-width:576px) {
form table.contacts input.half {
	width: 44%;
	font-size: 1rem;
	margin-bottom: 10px;
	}

input.submitBtn:hover {
	border-style: none;
	background-image: url(../img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 10px 12px;
	background-color: #F8B2B2;
}
input.submitBtn {
	width: 300px !important;
	height: 50px !important;
	font-weight: 600;
	font-size: 1.05rem;
	color: #FFFFFF;
	background-color: #EC7878;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	display: block;
	border-style: none;
	background-image: url(../img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 10px 12px;
	line-height: 40px;
	border-radius: 0px !important;
	padding-left: 0px !important;
	max-width: 300px;
	
}

#CONTACTS .tel_contact {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	margin-top: 60px;
}

#CONTACTS .tel_contact p {
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 1.1rem;
}

#CONTACTS .tel_contact p.telnumber {
	font-size: 3rem;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#CONTACTS .tel_contact p.email a {
	font-size: 2rem;
}

#CONTACTS .tel_contact p.email a:hover {

}


#CONTACTS .tel_contact p.business_hours {
	margin-top: 20px;
	font-weight: normal;

}



}


@media screen and (min-width:768px) {
body#contents.contact h1 .inner {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	max-width: 1100px;
	height: 60px;
	padding-left: 2%;
}
#CONTACTS {
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 100px;
	background-color: #f0f0f0;
	padding-top: 100px;
}


}


@media screen and (min-width:960px) {
input.submitBtn:hover {
	border-style: none;
	background-image: url(../img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 10px 12px;
	background-color: #F8B2B2;
}
input.submitBtn {
	width: 300px !important;
	height: 50px !important;
	font-weight: 600;
	font-size: 1.05rem;
	color: #FFFFFF;
	background-color: #EC7878;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	display: block;
	border-style: none;
	background-image: url(../img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 10px 12px;
	line-height: 40px;
	border-radius: 0px !important;
	padding-left: 0px !important;
	
}

#CONTACTS .tel_contact {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	margin-top: 60px;
}

#CONTACTS .tel_contact p {
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 1.1rem;
}

#CONTACTS .tel_contact p.telnumber {
	font-size: 3rem;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#CONTACTS .tel_contact p.email a {
	font-size: 2rem;
}

#CONTACTS .tel_contact p.email a:hover {

}


#CONTACTS .tel_contact p.business_hours {
	margin-top: 20px;
	font-weight: normal;

}



/* エラー */

#CONTACTS p {
	margin-bottom: 20px;
	margin-top: 50px;
}
form table.contacts input.half {
	width: 44%;
	font-size: 1rem;
	margin-bottom: 10px;
	}





}

@media screen and (min-width:1024px) {
}


@media screen and (min-width:1025px) {
	
.inner_contact {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	background-color: #FFFFFF;
	padding-bottom: 50px;
	border-radius: 10px;
	padding-left: 40px;
	padding-right: 40px;
}	
	
	
table.contacts {
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-collapse: collapse;
	z-index: 10;
	text-align: left;
	font-size: medium;
}

table.contacts tr {
}
table.contacts tr th {
	padding-top: 40px;
	padding-bottom: 40px;
	vertical-align: middle;
	width: 24%;
	text-align: center;
	padding-right: 10px;
	display: table-cell;
	font-weight: 600;
}
table.contacts tr td {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	width: auto;
	vertical-align: middle;
	display: table-cell;
	text-align: left;
}
.center {
	text-align: center !important;
}

form table.contacts input {
	height: 40px;
}

form table.contacts input.half {
	width: 82.3%;
	font-size: 1rem;
	margin-bottom: 0px;
	}

input.submitBtn {
	width: 300px !important;
	height: 50px !important;
	font-weight: 600;
	font-size: 1.05rem;
	color: #FFFFFF;
	background-color: #EC7878;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	display: block;
	background-image: url(../img/icon-arrow.svg);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 10px 12px;
	line-height: 40px;
	border-radius: 0px !important;
	padding-left: 0px !important;
	
}

input.submitBtn.back {
	background-color: #878787;
}

#message {
	width: 90%;
	height: 180px;
	margin-top: 16px;
	border-radius: 8px;
	border: 1px solid #C8C8C8;
	padding-left: 3%;
	padding-top: 10px;
}

#CONTACTS .tel_contact {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	margin-top: 60px;
}

#CONTACTS .tel_contact p {
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 1.1rem;
}

#CONTACTS .tel_contact p.telnumber {
	font-size: 3rem;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#CONTACTS .tel_contact p.email a {
	font-size: 2rem;
}

#CONTACTS .tel_contact p.email a:hover {

}


#CONTACTS .tel_contact p.business_hours {
	margin-top: 20px;
	font-weight: normal;

}



/* エラー */

#CONTACTS p {
	margin-bottom: 20px;
	margin-top: 50px;
}



}
