@charset "utf-8";
/*////////////////////////////////////
contact
////////////////////////////////////*/

@media screen and (min-width: 768px){
#contact_title h2 {
	position: relative;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
#contact_title h2::before {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	left: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#contact_title h2::after {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	right: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#contact_title h2 {
	position: relative;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}
#contact_title h2::before {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	left: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
#contact_title h2::after {
	content: "";
	position: absolute;
	width: 30px;
	top: 50%;
	right: -40px;
	aspect-ratio:56/21;
	background: url("../img/title_mark.png");
	background-size: cover;
}
}
/*////////////////////////////////////
contact
////////////////////////////////////*/

@media screen and (min-width: 768px){
#contact_tel {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 100px 0 10px 0;
}
#contact_tel_area {
	position: relative;
	width: 90%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#contact_tel_info {
	position: relative;
	width: 100%;
	border: 20px solid rgba(92,162,31,1.00);
	padding: 50px;
	border-radius: 50px;
	margin-bottom: 100px;
}
#contact_tel_info::before {
	position: absolute;
	content: "";
	width: 20%;
	bottom: -20px;
	left: -5%;
	aspect-ratio:40/53;
	background: url("../img/dansei2.png");
	background-size: cover;
}
#contact_tel_word {
	position: relative;
	width: 100%;
	background: rgba(193,182,20,1.00);
	text-align: center;
	padding: 10px 0;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 20px;
}
#tel_info {
	position: relative;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#contact_tel {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 100px 0 10px 0;
}
#contact_tel_area {
	position: relative;
	width: 90%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#contact_tel_info {
	position: relative;
	width: 100%;
	border: 20px solid rgba(92,162,31,1.00);
	padding: 20px;
	border-radius: 50px;
	margin-bottom: 100px;
}
#contact_tel_info::before {
	position: absolute;
	content: "";
	width: 30%;
	top: -80px;
	left: -8%;
	aspect-ratio:40/53;
	background: url("../img/dansei2.png");
	background-size: cover;
}
#contact_tel_word {
	position: relative;
	width: 100%;
	background: rgba(193,182,20,1.00);
	text-align: center;
	padding: 10px 0;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 20px;
}
#tel_info {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
}

/*////////////////////////////////////
contact
////////////////////////////////////*/

@media screen and (min-width: 768px){
#contact {
	position: relative;
	width: 100%;
	padding: 100px 0 200px 0;
	background: #FEFEFE;
}
#contact_mail_word {
	position: relative;
	width: 90%;
	max-width: 900px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	background: rgba(193,182,20,1.00);
	font-size: 1.6rem;
	font-weight: 700;
	padding: 10px 0;
}
#contact_area {
	position: relative;
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}
.form_item {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.form_title {
	position: relative;
	width: 30%;
	margin-right: 2%;
	background: rgba(232,217,169,1.00);
	padding: 5px 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.form_title span {
	content: "";
	font-size: 1.4rem;
	font-weight: 400;
}
.form_place {
	position: relative;
	width: 68%;
	font-size: 1.6rem;
}
.hissu::after {
	content: "必須";
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	background: rgba(214,37,40,1.00);
	color: #FFF;
	font-size: 1.2rem;
	padding: 3px 5px;
}
#privacy_place {
	position: relative;
	width: 100%;
	height: 250px;
	padding: 20px;
	border: 1px solid #999;
	margin-bottom: 30px;
	overflow: scroll;
	font-size: 1.2rem;
}
.send_bt_place {
	text-align: center;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#contact {
	position: relative;
	width: 100%;
	padding: 50px 0 100px 0;
	background: #FEFEFE;
}
#contact_mail_word {
	position: relative;
	width: 90%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	background: rgba(193,182,20,1.00);
	font-size: 1.6rem;
	font-weight: 700;
	padding: 10px 10px;
}
#contact_area {
	position: relative;
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}
.form_item {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.form_title {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
	background: rgba(232,217,169,1.00);
	padding: 5px 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.form_title span {
	content: "";
	font-size: 1.4rem;
	font-weight: 400;
}
.form_place {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
}
.hissu::after {
	content: "必須";
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	background: rgba(214,37,40,1.00);
	color: #FFF;
	font-size: 1.2rem;
	padding: 3px 5px;
}
#privacy_place {
	position: relative;
	width: 100%;
	height: 250px;
	padding: 20px;
	border: 1px solid #999;
	margin-bottom: 30px;
	overflow: scroll;
	font-size: 1.2rem;
}
.send_bt_place {
	text-align: center;
}
}

.alert_ng {
	position: absolute;
	top: -25px;
	left: 50%;
	border-radius: 5px;
	display: inline-block;
	padding: 5px 10px;
	background: rgba(255,0,4,1.00);
	font-size: 1.2rem;
	color: #FFF;
	border: 2px solid #FFF;
	box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.3);
}
.alert_ng::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 8px;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: rgba(255,0,4,1.00);
}
.form_red {
	background: rgba(255,242,242,1.00);
}
#thanks_word {
	font-size: 1.6rem;
	text-align: center;padding: 0 50px;
}