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

body {
	margin: 0;
}

#wrap {
	width: 100%;
	margin: 0;
	padding: 0;
}

.headerphoto {
	width: 100%;
	margin: 0;
}

.headerphoto2 {
	width: 100%;
	margin: 0;
}


/*お問合せ*/

.main {
	width: 100%;
	margin: 0 auto;
	padding: 2.5rem 0.5rem 2.5rem 0;
	background: -moz-linear-gradient(90deg,#d2e2f6,#ffffff 50%,#d2e2f6); 
	background: -webkit-linear-gradient(90deg,#d2e2f6,#ffffff 50%,#d2e2f6); 
	background: linear-gradient(90deg,#fff2cc,#ffffff 50%,#fff2cc);
}

.main01 {
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;

}

.h3-01 {
	font-family: Noto Serif JP;
	font-size: 2.5rem;
	font-weight: 600;
	color: #000000;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 2.0rem 0;
}

.main02 {
	width: 95%;
	margin: 0 auto 2.0rem auto;
	padding: 0;
}

.p-01 {
	font-family: Noto Serif JP;
	font-size: 1.2rem;
	font-weight: 600;
	color: #000000;
	line-height: 2.0;
	text-align: justify;
	margin: 0 0 0.25rem 0;
}

.hr01 {
	width: 100%;
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #777777;
	margin: 0 auto 3.5rem auto;
}

.p-title {
	display: block;
	font-size: 2.0rem;
	color: #000000;
	line-height: 1.0;
	text-align: center;
	font-weight: 400;
	margin: 1.0rem 0 0 0;
}

.p1 {
	font-size: 1.0rem;
	font-weight: normal;
	color: #000000;
	line-height: 2.0;
	text-align: justify;
	margin: 2.0rem 1.0rem 3.0rem 1.0rem;
}

.p2 {
	font-size: 1.2rem;
	font-weight: normal;
	color: #000000;
	line-height: 2.0;
	text-align: center;
	margin: 2.0rem 0 1.0rem 0;
}

hr {
	width: 100%;
	max-width: 1000px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #333333;
}


/*Mail Form*/

#formWrap {
	width: 95%;
	margin: 0 auto;
}


table.formTable th{
	font-weight: normal;
	color: #000000;
	text-align: justify;
	padding: 10px 0 5px 5px;
}

table.formTable td{
	font-weight: normal;
	text-align: justify;
	line-height: 2.0;
	padding: 0 0 30px 5px;
}

input[type="text"], textarea {
	width: 100%;
	padding: 10px;
	font-size: 1.0rem;
	display: block;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	display: block;
	width: 50%;
	height: 40px;
}



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

#top-head {
	display: none;
}

.headerphoto2 {
	display: none;
}

}


@media screen and (max-width: 1000px) {

.title2 {
	font-size: 1.0em;
	line-height: 3.0;
}

}


/* mobile */

@media screen and (max-width: 700px) {

#wrap {
	width: 100%;
}

.headerphoto {
	display: none;
}

.h3-01 {
	font-size: 2.0rem;
}

.p-01 {
	font-size: 1.0rem;
}

.p-title {
	font-size: 1.5rem;
	line-height: 1.5;
}

.p1 {
	font-size: 1.0rem;
	margin: 2.0rem 0 3.0rem 0;
}

.p2 {
	font-size: 1.0rem;
}

#formWrap {
	margin: 0 auto;
	padding: 0 0.25rem 0 0;
}



}
