@charset "UTF-8";
/* CSS Document */
 * {
 	margin: 0px;
 	padding:0px;
 }


body{
	background-color: #f3f3f3;
}

/*header*/
header .head02 p img{
	width: 100%;
 }
div.head01{
	background-color: #fff;
}

div.head01 p.bg img {
	height: 270px;
	width: 100%;
}
div.head02 p img {
	margin-top: 20px;
	display: inline-block;
	width: 170px;
} 
div.head02 p.name{
	letter-spacing: 3px;
	font-size: 25px;
	font-weight: 900;
	font-family: sans-serif;
}
div.head02 p.name01{
	font-size: 18px;
	font-weight: 900;
	font-family: sans-serif;
}
div.head02{
	text-align: center;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0px;
}

div.nav ul{
	background-color: #fff;
	text-align: center;
}

div.nav ul li{
	border-right: 3px solid #000;
	display: inline-block;
	font-weight: 900;
	font-size: 16px;
	font-family: sans-serif;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 80px;
	padding-right:80px;
}
div.nav ul li a:hover{
	color: #0000cd;
}

div.nav ul li a{
	color: #000;
	text-decoration: none;
	transition: 0.2s;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

div.nav ul li:last-child {
     border-right: 0;
}

/*contents*/

div.contact p.title02{
	text-align: center;
	margin-top: 75px;
}

div.contact p.title02 img{
	width: 300px;
}
table{
border-collapse: collapse;
font-size:16px;
font-family:san-serif;
height:785px;
letter-spacing:0.03em;
margin:0 auto;
width:1000px;
margin-top:30px;
}
form {
width:100%;
}
input.name, input.kana, input.phone{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #CCC;
font-size:13px;
line-height: 140%;
padding: 10px 15px;
width:320px;
}
.email{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #CCC;
font-size: 13px;
line-height: 140%;
padding: 10px 15px;
width: 450px;
margin-top:11px;

}
.address{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #CCC;
font-size: 13px;
line-height: 140%;
padding: 10px 10px;
padding-left: 15px;
width: 450px;
margin-top:10px;
}
.yuubin {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #CCC;
font-size: 13px;
line-height: 140%;
padding: 8px 10px;
width: 120px;
}
th {
border:1.5px solid #fff;
padding-left:30px;
line-height:2em;
text-align:left;
width:300px;
font-size:13px;
font-family: sans-serif;
}
td {
border:1.5px solid #fff;
padding-left:30px;
line-height:2em;
padding: 15px;
}
.form_td{
border:0.1px solid #EEEEEE;
padding-left:30px;
line-height:2em;
padding: 15px;
}
.req {
background-color: red;
color: #fff;
width: 100px;
margin-left: 10px;
padding: 5px;
font-size: 8px;
letter-spacing: 0.03em;
font-weight: lighter;
font-family: sans-serif;
border-radius: 5px;
}
.req01 {
background-color: #a9a9a9;
color: #fff;
width: 100px;
margin-left: 10px;
padding: 5px;
font-size: 8px;
letter-spacing: 0.03em;
font-weight: lighter;
font-family: sans-serif;
border-radius: 5px;
}
.form_p{
font-size:10px;
font-family: sans-serif;
}
textarea.txtarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #CCC;
height: 200px;
padding: 10px;
padding-left: 15px;
width: 550px;
font-size: 13px;
resize: vertical;
}
button{
  border: none;
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 13px;
  font-family: sans-serif;
  font-weight: 700;
  outline: none;
  padding: 1px 10px;
  line-height: 30px;
  letter-spacing: 2px;
  margin: 0 auto;
  margin-top: 30px;
  width: 150px;

  box-sizing: content-box;
  transition:0.1s ease all
}
button[type=submit]:hover{
  background-color: #0000cd;
  transition: 0.2s;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

p.error{
	color: red;
}

/*footer*/

div.foot01 p img{
	margin-top: 75px;
	height: 270px;
	width: 100%;
}

div.foot02 p.foot_01{
	text-align: center;
	margin-top: -215px;
}

div.foot02 p.foot_02,p.foot_02 a{
	font-weight: 900;
	font-size: 13px;
	font-family: sans-serif;
	text-align: center;
	color: #000;
	text-decoration: none;
}

p.foot_01 a{
	border-radius: 100px;
	background-color: #000;
	color: #FFF;
	font-size: 13px;
	font-family: sans-serif;
	text-decoration: none;
	transition: 0.2s;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
	padding: 10px;
}
p.foot_01 a:hover{
	background-color: #0000cd;
}

div.nav01{
	margin-top: 25px;
}

div.nav01 ul{
	background-color: #fff;
	text-align: center;
}
div.nav01 ul li{
	border-right: 2px solid #000;
	display: inline-block;
	font-weight: 900;
	font-size: 12px;
	font-family: sans-serif;
	letter-spacing: 1px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right:25px;
}
div.nav01 ul li a{
	color: #000;
	text-decoration: none;
	transition: 0.2s;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
div.nav01 ul li:last-child {
     border-right: 0;
}
div.foot02 p.foot_02 a:hover{
	color: #0000cd;
}

div.nav01 ul li a:hover{
	color: #0000cd;
}
h1.logo02 {
	text-align: center;
	margin-top: -150px;
    margin-left: 690px;
}

div.copyright{
	text-align: center;
	margin-top: 60px;
	font-size: 10px;
	font-family: sans-serif;
}
body{
overflow-x: hidden;
}



/*レスポンシブ*/
@media screen and ( min-width: 980px ){
	#nav-drawer{
		display: none;
	}
}
@media screen and ( max-width: 980px ){
    header{
		height: 150px;
	}
	div.head01 p.bg img{
		height: 150px;
	}
	header div.head02 p img{
		width: 80px;
		
		position: relative;
	}
	header div.head02 p.name,p.name01{
		font-size: 11px;
		font-family: sans-serif;
		
	}
	header div.head02 p.name01{
		font-size: 8px;
		font-family: sans-serif;	
	}

	div.nav ul{
		display: none;
	}
	div.nav ul{
		background-color: #f3f3f3;
	}
	div.head01{
		height: 150px;
	}
hr{
	display: none;
}

#nav-drawer {
  height: 0;
  position: relative;
}
.nav-unshown {
  display:none;
}
#nav-open {
  display: inline-block;
  margin-top: -142px;
  margin-left: 13px;
  height: 22px;
  vertical-align: middle;
  width: 30px;
  z-index: 1;
  position: fixed;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  border-radius: 3px;
  background: #555;
  content: '';
  cursor: pointer;
  display: block;
  position: absolute;
  height: 3px;
  width: 25px;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}
#nav-close {
  background: black;
  display: none;
  height: 100%;
  opacity: 0;
  transition: .3s ease-in-out;
  width: 100%;
  z-index: 99;

  position: fixed;
  top: 0;
  left: 0;
}
#nav-content {
  background: #fff;
  max-width: 330px;
  height: 100%;
  overflow: auto;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  width: 250px;
  z-index: 9999;
 
  position: fixed;
  top: 0;
  left: 0;
}
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}
#nav-input:checked ~ #nav-content {
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}
#nav-content div.menu p {
	background-color: #FFF;
  border-bottom: 1px dotted;
  color: #000;
	font-size: 12px;
	font-weight: 900;
	font-family: sans-serif;
	margin-top: 5px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  padding: 18px 18px;
}

#nav-content ul{
    margin-left: 16px;
    list-style: none;
}
#nav-content ul li{
	margin-top: 18px;
}
#nav-content ul li a{
	color: #000;
	font-size: 12px;
	font-weight: 900;
	font-family: sans-serif;
	text-decoration: none;
}
#nav-content ul li a:hover{
	color: #0000cd;
}

table{
width:90%;
border: none;
}
tr{
	text-align: center;
}
th {
display:inline-block;
border:none;
font-size:13px;
padding-left:15px;
text-align: center;
margin-top: 10px;
}
td {
display:block;
border:none;
padding:8px;
}
.form_td{
border:none;
height:70px;
}

.form_p {
    margin-bottom: -12px;
}
input.name, input.kana, input.phone{
width:100%;
font-size: 0.7rem;
}
.email{
font-size: 0.7rem;
width: 100%;
margin-top:40px;
margin-top:0px;
padding: 10px;
    padding-left: 15px;
}
.address{
font-size: 0.7rem;
width: 100%;
margin-top:10px;
}
.yuubin {
font-size: 0.7rem;
width: 60px;
}
textarea.txtarea {
font-size: 0.7rem;
}
.btn {
text-align: center;
margin: 30px 0px 50px 0px;
}
.btn input {
padding: 15px 50px 13px;
}
div.contact p.title02 img{
	width: 250px;
}
textarea.txtarea {
width: 100%;
}

input[type=submit] {
  border: none;
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 13px;
  font-family: sans-serif;
  font-weight: 700;
  outline: none;
  padding: 1px 10px;
  line-height: 30px;
  letter-spacing: 2px;
  margin: 0 auto;
  margin-top: 30px;
  width: 100px;

  box-sizing: content-box;
  transition:0.1s ease all
}
input[type=submit]:hover{
  background-color: #0000cd;
  transition: 0.2s;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
}


div.foot01 p img{
	height: 150px;
}

div.foot02 p.foot_01{
	text-align: center;
	margin-top: -95px;
}

p.foot_01 a{
	border-radius: 100px;
	background-color: #000;
	color: #FFF;
	font-size: 10px;
	font-family: sans-serif;
	text-decoration: none;
	margin-left: 135px;
	padding: 7px;
}

div.nav01 ul{
	display: none;
}

h1.logo02 {
	margin: 0 auto;
	margin-top: -75px;
}
h1.logo02 img{
	width: 70px;
}

div.copyright{
	text-align: center;
	margin-top: -10px;
	font-size: 7px;
	font-family: sans-serif;
}
body{
overflow-x: hidden;
}

}

