@charset "Shift_JIS";


/*-- ETC------------*/

.small{
	font-size:12px;
	color:#999;
}

.txt1{
	color:#555;
	font-size:12px;}

.txt2{
color:#fff;
background-color:#f3da02;
font-size:10px;
padding:2px;
margin-left:10px;}


/*	contact styles 
------------------------------------------------*/

#cttform{
	margin:10px auto 40px;
	text-align:left;
	}
#cttform2{
	margin:10px auto 80px;
	text-align:centert;
	}

/****  form  ****/

.tbl-layout{
	width:700px;
	margin:0 20px;
	margin: 0 auto;
	border-bottom:none;
	background-color:#fff;
	font-size:14px;
}

.tbl-layout dt{
	width:190px;
	height:60px;
	padding:10px 0;
	clear:both;
	float:left;
	color:#555;
	background-color:#fff;
	font-weight:bold;
	line-height:1.3em;
}

.tbl-layout dd{
	height:60px;
	padding:0 0 20px 0;
	padding-left:210px;	
}
select#naiyo{
	border: 1px solid #7d9bd0;
	padding-left:20px;
	width:390px;
	height:40px;
	background-color:#fff;
	border-radius:0px!important;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
.tbl-layout dd input{
	border: 1px solid #7d9bd0;
	padding-left:20px;
}
.tbl-layout dd option{
	width:100%;
	border: 1px solid #7d9bd0;
}
.tbl-layout dd input#mail1,
.tbl-layout dd input#mail2{
  ime-mode: inactive; /* p[h */
}

.tbl-layout dd textarea{
	width:390px;
	border: 1px solid #7d9bd0;
}

.tbl-layout .h180{
	height:160px;
}

.tbl-layout .w200{
	width:200px;
	height:40px;
}

.tbl-layout .w350{
	width:370px;
	height:40px;
}

.tbl-layout .w70{
	width:70px;
	height:40px;
}

#btn_submit  {
	margin:0 auto 60px;
	text-align:center;
}
button.button {
    font-size: 1.2em;
	font-weight:normal;
    padding: 15px 100px;
	background-color:#7d9bd0;
	letter-spacing:0.15em;
	text-align:center;
	margin:0 auto;
	border:none;
	color:#fff;
}
button.button:hover{
	background-color:#9badcb;
	-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#btn_submit li{
	display:inline-block;
	margin:0 20px;
	}
	
input, textarea, select {
	font-size:13px;
}

.back_top{
	font-weight:bold;
	margin:80px auto;
	text-align:center;
	font-family: 'Bubbler One', sans-serif;
	font-size:20px;
	letter-spacing:0.1em;
}


@media screen and (max-width: 768px) {
	.tbl-layout{
		width:100%;
		margin: 0 auto;
	}
	.tbl-layout dt{
		width:90%;
		height:auto;
		float:none;
	}

	.tbl-layout dd{
		width:90%;
		height:auto;
		padding:3px 0 10px 0;
		float:none;
		margin-bottom:15px;
	}
	.tbl-layout dd input{
		width:100%;
	}
	.tbl-layout dd input#sex{
		width:auto!important;
		vertical-align:bottom;
	}
	.tbl-layout dd textarea{
		width:100%;
	}
	select#naiyo{
		width:100%;
	}
	.tbl-layout .w350{
		width:100%;
	}
	.tbl-layout .h180{
		height:auto;
	}
	#btn_submit{
		margin:0 auto;
		text-align:center;
		padding:20px 0 0 0;
	}
	#btn_submit li{
		display:block;
		float:left;
		padding:0 20px 10px 0;
	}
	}
	
	
.calender_contact{
	width:600px;
	float:none;
	margin:0 auto 40px;
	}

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

.calender_contact{
	width:100%;
}
.calender_contact iframe{
	width:100%;
}

}
