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

body {
	margin: 0px 0px 0px 0px;
}

#wrap {
	width: 100%;
}

#header{
	width: 100%;
	padding: 0.5rem 0 0 0 ;
	background: -moz-linear-gradient(90deg,#e95412 35%, #fff100);
	background: -webkit-linear-gradient(90deg,#e95412 35%, #fff100);
	background: linear-gradient(90deg,#e95412 35%, #fff100);
}


.h1-1 {
	display: block;
	FONT-FAMILY: "メイリオ", Meiryo;
	font-size: 1.5em;
	color: #777777;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0em 5em 0em -5em;
}


.headerphoto {
	width: 100%;
	margin-top: 0em;
	margin-bottom: 0em;
}


h1 {
	font-size: 1.2em;
	color: #777777;
	line-height: 1.0;
	text-align: left;
	font-weight: 400;
	margin: 0em 0em 0em 0em;
}

h3 {
	display: inline;
}




/*ナビ*/

.nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0 auto 0 auto;
	overflow:hidden;
}


.title {
	display: flex;
	justify-content: space-between;
}

.h1-title {
	font-family: Noto Serif JP;
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1.0;
	color: #ffff00;
	text-align: center;
	margin: 2.0rem 0rem 1.0rem 0.5rem;
}

.span-h1-1,.span-h1-2 {
	font-family: Noto Serif JP;
	font-weight: 300;
	font-size: 1.0rem;
	color: #ffffff;
	text-align: center;
	margin: 1.0rem 0rem 0rem 0.5rem;
}

.h1-title2 {
	font-family: Noto Serif JP;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 3.5;
	color: #ffff00;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0rem 0rem 0rem 1.0rem;
}

.span-h1-2 {
	font-size: 0.7em;
	margin: 0rem 0rem 0rem 0.5rem;
}

.title2,.title2-2 {
	font-family: Noto Serif JP;
	font-weight: 300;
	font-size: 1.2em;
	color: #ffffff;
	line-height: 2.0;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 2rem 1.5rem 0rem 0rem;
}

.title2:hover {
	color: #ff0000;
}

.title2-2 {
	text-align: center;
	font-size: 1.0em;
	margin: 2em 0em 0em 0em;
}

.title3 {
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0rem 2rem 0rem 0rem;
}

/*メインセクション1*/

.wrap {
	display: flex;
	width: 95%;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}


.photo01 {
	width: 100%;
}


/*CONTACT*/

.main01 {
	width: 100%;
	background: #ffffff;
	margin-top: -1rem;
	padding-top: 5rem;
	padding-bottom: 5rem
}

.main2 {
	width: 90%;
	max-width: 850px;
	margin: 0rem auto 2rem auto;
	font-size: 1.1em;
	color: #3377ff;
	line-height: 2.0;
	text-align: justify;
	text-justify: inter-ideograph;
}


/*Mail Form*/

#formWrap {
	width:600px;
	margin:0 auto;
}

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

.p1 {
	display: block;
	font-size: 1.0em;
	color: #333333;
	line-height: 2.0;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 2rem 0em 3em 0em;
}

.p2 {
	display: block;
	font-size: 1.0em;
	color: #333333;
	line-height: 2.0;
	text-align: center;
	margin: 2rem 0em 1em 0em;
}

table.formTable{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 1.0em;
	color: #333333;
	line-height: 1.5;
}


table.formTable th {
	font-weight: normal;
	color: #3377ff;
	background: #ffffff;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 10px 0px 5px 20px;
}

table.formTable td {
	font-weight: normal;
	background: #ffffff;
	text-align: left;
	padding: 0px 0px 30px 20px;
	line-height: 2.0;
}

input[type="text"], textarea {
	padding: 10px;
}

/*FONT*/

.pt {
	display: block;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5em;
	margin-bottom: 3rem;
}



#footer {
	width: 100%;
	background: -moz-linear-gradient(90deg,#e95412 35%, #fff100);
	background: -webkit-linear-gradient(90deg,#e95412 35%, #fff100);
	background: linear-gradient(90deg,#e95412 35%, #fff100);
	padding-top: 50px;
	padding-bottom: 50px;
}



.footer2 {
	width: 90%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.h3f {
	font-size: 1.2em;
	color: #ffffff;
	font-weight: 500;
}

.h3f2 {
	font-size: 1.1em;
	color: #ffffff;
	font-weight: 500;
}

.pf {
	font-size: 1.0em;
	color: #ffffff;
	line-height: 2.0;
}

.link3 {
	margin-right: 20px;
	margin-bottom: 0em;
}

.footermenue {
	width: 90%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

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

.hr1 {
	width: 90%;
	max-width: 980px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #3377ff;
}

.hr2 {
	width: 90%;
	max-width: 980px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #643210;
	margin-bottom: 50px;
}


.cr {
	font-size: 1.0em;
	color: #ffffff;
	text-align: center;
	margin-top: 30px;
}



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

#top-head {
	display: none;
}

.headerphoto2 {
	display: none;
}

.pt {
	display: none;
}

}


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

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

}


/* mobile */

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

#container {
	width: 100%;
}

#wrap {
	width: 100%;
}

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

.headerphoto {
	display: none;
}

.headerphoto2 {
	margin-top: 80px;
	width: 100%;
	margin-bottom: -7px;
}


/*CONTACT*/

.main01 {
	padding-top: 5rem;
	padding-bottom: 2rem;
}


/*Mail Form*/

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

h3 {
	margin: 0rem 0em 0em 0em;
}



table.formTable th{
	padding: 10px 0px 5px 5px;
}

table.formTable td{
	padding: 0px 0px 30px 5px;
}

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

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

.p1 {
	margin: 2rem 0em 3em 0em;
}

/*FONT*/

.p-title1 {
	margin: 0rem 0rem 0rem 0rem;
}

.p-title2,.p-title2-2 {
	font-size: 1.5em;
	margin: 0rem 0rem 1.0rem 0rem;
}

.p-title3 {
	margin: 1rem 0rem 0rem 0rem;
}

.p-title3-2 {
	margin: 1.5rem 0rem 2rem 0rem;
}

.hr1 {
	display: none;

}

.hr2 {
	width: 95%;
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #777777;
}

.hr01 {
	display: none;
}

.main01-2-1 {
	width: 90%;
	margin-top: 0em;
	margin-bottom: 3em;
	margin-left: auto;
	margin-right: auto;
}

.main01-2-2 {
	width: 95%;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
}

.p-main01 {
	margin: 0em 0em 1em 0em;
}



/*nav*/

#header {
	display: none;
}

.nav {
	display: none;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}



}

