@charset "utf-8";
/* CSS Document */
/* hamburger menu v0.1 */

@media screen and (max-width:768px){
	
	/*ハンバーガー*/
#drawer_wrapper nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background:#00abcc;
    font-size: 14px;
    box-sizing: border-box;
    z-index: 98;
}
#drawer_wrapper nav.phone ul li {
    display:block;
    padding: 1.8em 28px;
    border-bottom: 1px dotted #00abcc;
    background-color: #fff;
    color: silver;
}
#drawer_wrapper nav.phone ul li a {
    text-decoration: none;
    color: #00abcc;
    width: 99%;
    display:block;
}
#drawer_wrapper #hamburger_icon {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 1000;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
	/*background-color: #EC6D34;*/
	border-radius: 3px;
}
#drawer_wrapper #hamburger_icon .aicon{
	position: absolute;
	top:13px;
	right:40px;
}
#drawer_wrapper #hamburger_icon span.yum {
	position: absolute;
    width: 30px;
    height: 4px;
    background: #000;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
#drawer_wrapper #hamburger_icon span:nth-child(1) {
    top: 0;
}
#drawer_wrapper #hamburger_icon span:nth-child(2) {
    top: 10px;
}
#drawer_wrapper #hamburger_icon span:nth-child(3) {
    top: 20px;
}
#drawer_wrapper #hamburger_icon.open span {
    background: #fff;
}
#drawer_wrapper #hamburger_icon.open span {
    width: 24px;
}
#drawer_wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
}
#drawer_wrapper .contents section:nth-child(odd) p {
    left: 10%;
}
#drawer_wrapper .contents section:nth-child(even) p {
    right: 10%;
}
#drawer_background {
    z-index: 97;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
}
	
	
/*フォーム*/
input{
	font-size:16px;
}
textarea{
	font-size:16px;
}
.from{
	margin-bottom: 5rem;
}
.from #formWrap p{
	margin-bottom: 2em;
	text-align: center;
}
.from #formWrap p.button{
	margin-top: 1em;
}


/*フォーム*/
#formWrap {
	width:100%;
	margin:50px auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	padding:1em 0em 0em 0em;
	font-size: 16px;
	display: block;
}
table.formTable th{
	width:100%;
	background:transparent;
	text-align:left;
	font-weight: bold;
}
table.formTable th span{
	font-weight: normal;
	font-size:12px;
	padding: 0.3em 0.8em;
	background-color:#eb0000;
	color:#fff;
	margin-left: 0.5em;
	border-radius: 20px;
}
table.formTable td{
	margin-bottom: 1.5em;
}
form input[type="submit"]{
	background-image: url("../img/contact_button.png");
	color: #fff;
	border: none;
	font-size:16px;
	padding: 0.5em 2em;
	font-weight: bold;
	border-radius: 20px;
}
form input[type="text"], form textarea, form input[type="datetime-local"]{
	font-size:18px;
	padding: 0.8em 0.3em;
	border: none;
	border-radius: 5px;
}
form input[type="text"], form textarea{
	width:100%;
	font-family: inherit;
	border:1px solid #333;
}
form .go_privacy{
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
}
form .go_privacy a{
	font-size:14px;
}

#formWrap {
	width: 100%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	padding:0.5em 0.5em;
	font-size:110%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"]{
	display:block;
	width:350px;
	height:40px;
}
form input[type="submit"]{
	margin: 0 auto;
	background-color: #000;
}
.from #formWrap span{
	padding-top:0.5em;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}

table.formTable td,table.formTable th{
	border-bottom:none;
}
table.formTable td{
	border-top:none;
	padding-top: 0.5em;
}

@media screen and (max-width:768px) {
table.formTable th, table.formTable td {
	width:auto;
	display:block;
	font-size:14px;
}
form input[type="text"], form textarea, form input[type="datetime-local"]{
	font-size:16px;
}
}
@media screen and (max-width:400px) {
table.formTable th, table.formTable td {
	width:auto;
	display:block;
	font-size:14px;
}
form input[type="text"], form textarea, form input[type="datetime-local"]{
	font-size:16px;
}
form input[type="submit"], form input[type="reset"], form input[type="button"]{
	width:230px;
}
}