@charset "utf-8";
/* CSS Document */


.contact_title{
	background-image: url( "../img/conract/title_back.png");
}

.title_text{
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0 140px;

}

.contact_text{
	width: 350px;
	position: relative;
	
}

/*お問い合わせ表*/

.inqyery_cont{
	width: 1000px;
	margin:100px auto;
	background-color: #eee4ee;
	padding: 50px;

}

.table_cont {
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	
}

.table_cont table{
	display: flex;
	border:none;
	flex-direction: column;
	width: 50%;
	
}

.table_cont table tr {
    display: flex;
    border: none;
    flex-direction: column;
    align-items: flex-start;
	width: 100%;
}


.table_cont table tr input {
	width: 100%;
}


.table_cont table tr textarea {
	width: 100%;
	height: 366px;
}



.table_cont table th,.table_cont table td{
	width: 90%;
	text-align: left;
	border:none;
	
	
}



.table_cont table td{
	padding: 10px 0 30px;
	
}

.table_cont table th::before{
	content: "● ";
	color: #965A96;
	
}

.submitbuttun {
	margin: 0 auto;
	text-align: center;
}
.submitbuttun input{
	width: 400px;
	padding: 10px;
	background-color: #965a96;
	color: #FFFFFF;
	border: none;
	display: block;
	margin: 0 auto;
	
}
.submitbuttun input:hover{
	opacity: 0.7;
	
}

.tel_contact h3{
font-weight: 700;
	font-size: 70px;
	margin: 100px auto 50px;
	text-align: center;
	display: block;
	
}

.tel_contact p{
	text-align: center;
}

/*地図*/

.map_cont{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.map_text{
	width: 140px;
	margin: 0 auto 30px;
}

.map_Google{
	
	margin: 40px auto;
	width: 100%;
}


.map_Google iframe{
	width: 100%;
	height: 400px;
}

/*PRテキスト*/

.pr_text ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
	margin: 0 auto 80px;
}

.pr_text ul li:nth-child(1),
.pr_text ul li:nth-child(2){
	width: 45%;
	text-align: left;
}

.pr_text ul li:nth-child(3){
	width: 300px;
}




/************SP用**************/
@media screen and (max-width:500px) {

	
.title_text{
	width: 100%;
	margin: 0 auto;
	padding: 20vw 0;

}

.contact_text{
	width: 60%;
	padding:0 4vw;
	
	
}
	

/*お問い合わせ表*/

.inqyery_cont{
	width: 100%;
	margin:20vw auto;
	background-color: #eee4ee;
	padding: 5vw;


}


.table_cont{
	flex-direction: column;
	
}

.table_cont table{
	display: flex;
	border:none;
	flex-direction: column;
	width: 100%;
	
}

.table_cont table tr {
    display: flex;
    border: none;
    flex-direction: column;
    align-items: flex-start;
	width: 100%;
}


.table_cont table tr input {
	width: 100%;
	padding: 3vw 0;
}


.table_cont table tr textarea {
	width: 100%;
	height: 50vw;
}



.table_cont table th,.table_cont table td{
	width: 100%;
	text-align: left;
	border:none;
	
	
}



.table_cont table td{
	padding: 10px 0 30px;
	
}

.table_cont table th::before{
	content: "● ";
	color: #965A96;
	
}

.submitbuttun {
	margin: 0 auto;
	text-align: center;
}
.submitbuttun input{
	width: 50%;
	padding: 4vw;
	background-color: #965a96;
	color: #FFFFFF;
	border: none;
	display: block;
	margin: 0 auto;
	
}
.submitbuttun input:hover{
	opacity: 0.7;
	
}

.tel_contact h3{
font-weight: 700;
	font-size: 10vw;
	margin: 10vw auto 5vw;
	text-align: center;
	display: block;
	
}

.tel_contact p{
	text-align: center;
}	

	
	
	

/*地図*/

.map_cont{
	width: 90%;

}

.map_text{
	width: 100%;
	margin: 0 auto 3vw;
}



.map_Google{
	
	margin: 40px auto;
	width: 100%;
}


.map_Google iframe{
	width: 100%;
	height: 400px;
}

/*PRテキスト*/

.pr_text ul {
    display: flex;
	        flex-direction: column;

}

.pr_text ul li:nth-child(1),
.pr_text ul li:nth-child(2){
	width: 100%;
	text-align: left;
}

.pr_text ul li:nth-child(3){
	width: 80%;
	margin: 0 auto;
	text-align: center
}
	

	
	
	
	
	
	
	
	
	
}/*sp*/








