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

body {
	width: 100%;
	margin: 0 auto;
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
	text-rendering : optimizeLegibility;
	box-sizing: border-box;
}
#bg_color{
	background-color:#f6f399;
	width:100%;
	text-align:center;
}
a img {
	display:inline-block;
	transition: all 0.2s ease-in-out;
}
/*a:hover img, x:-moz-any-link, x:default {*/
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	display: inline-block;
	zoom: 1;
	transition: all 0.2s ease-in-out;
}
img {
	vertical-align: bottom;
}
/*-----------------------------
　　contents
------------------------------*/


.left {
	float: left;
}
.right {
	float: right;
}
.button {
	width:750px;
	margin:40px auto;
}

.flexslider {
	width: 960px;
	height: 540px;
	margin: 0 auto 40px !important;
}
/*-----------------------------
　　ymoba
------------------------------*/
.ymoba .work h2 {
	background: #e73c49;
}
.ymoba .work h2:after {
	border-top: 10px solid #e73c49;
}
.ymoba .work h3 {
	color: #e73c49;
}
.ymoba .place h2 {
	background: #ff7d95;
}
.ymoba .place h2:after {
	border-top: 10px solid #ff7d95;
}
.ymoba .place h3 {
	color: #ff7d95;
}
/*-----------------------------
　　footer
------------------------------*/
address {
	text-align: center;
	font-style: normal;
	font-size: 12px;
	padding:10px 0 10px;
	display:block;
	clear:both;
}
address img {
	padding:10px 0;
}
/*-----------------------------
　　pageTop
------------------------------*/
#pageTop {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	color: #FFF;
	font-size:16px;
	padding: 10px 15px;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop:hover {
	background: rgba(0, 0, 0, 0.3);
}
/*-----------------------------
　　step_naiyou
------------------------------*/
.step_naiyou {
	width:930px;
	padding:0 15px;
	/*width:900px;*/
	/*padding:0 30px;*/
}
.step_naiyou h1 {
	margin: 80px 0 20px;
}
.step_naiyou dl {
	overflow:hidden;
	border-bottom:1px dotted #bdbdbd;
}
.step_naiyou dl dt, .step_naiyou dl dd {
	float:left;
}
.step_naiyou dl dt {
	background-color:#09f;
	color:#fff;
	width: 180px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size:18px;
	letter-spacing: 0.2em;
	margin :30px 30px 30px 0;
}
.step_naiyou dl dd {
	width: 660px;
	padding:20px 0;
	color: #333;
	font-size: 16px;
	line-height: 30px;
}
.step_naiyou dl dd span {
	font-size: 25px;
	line-height: 50px;
}
.mrt {
	padding-top:30px;
	margin-bottom:30px;
}

/*--------------------
form
--------------------*/
#form {
}
form table {
	width: 960px;
	margin: 40px auto;
	overflow: hidden;
}

form tr {
	border-bottom: 1px dotted #DDD;
}

form td, #form th {
	color: #000000;
	/*font-size:18px;*/
	vertical-align: middle;
	padding: 20px 40px 20px 20px;
	white-space: nowrap;
}
form th {
	font-weight: normal;
	vertical-align: center;
	background-color: #EEEEEE;
	border-left: 5px solid #09F;
	/*border-left: 5px solid #e1829f;*/
	width:20%;
}
form td {
	vertical-align: middle;
	box-sizing: border-box !important;
}
form td h2 {
	font-size: 18px;
	/*font-weight: bold;*/
}
form td p {
	font-size: 16px;
	margin: 0 0 10px;
	padding: 0 10px 8px;
	border-bottom: 1px dotted #CCC;
}
form td p span {
	font-size: 14px;
	color: #999;
}
form table div {
	line-height: 1.6;
	font-size: 14px !important;
}
input, textarea {
	box-sizing: border-box;
	width: 100%;
	font-size: 20px;
	margin: 0;
	padding: 5px;
	border: 1px solid #b5b5b5;
	vertical-align: middle;
}
.selectdiv {
	border: 1px solid #b5b5b5;
	width: 100%;
	overflow: hidden;
	margin: 0;
}
select {
	box-sizing: border-box;
	appearance: none;
	width: 100%;
	margin: 0;
	padding: 5px;
	background-color: #fff;
	border-radius: 0;
	font-size: 16px;
	border: none;
	background-image: url(../images/select_ya.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}
label {
	margin-right: 20px;
	vertical-align: middle;
}
button {
	background-color: #fff;
	width: 750px;
	margin: 20px auto;
	display: block;
	border: none;
	cursor: pointer;
}
button:hover {
	opacity: 0.5;
	transition: all 0.2s ease-in-out;
}

form textarea.privacy {
	height: 200px;
	font-size: 14px;
	font-weight:normal;
}

form input#pref, form input#add {
	display: block;
	margin-top: 5px;
}


table tr td form textarea.privacy {
    font-size: 14px;
	line-height:1.5;
    font-weight: normal;
    height: 200px;
}

form td p {
    border-bottom: none;
    font-size: 16px;
    margin: 0 0 10px;
    padding: 0 10px 8px;
}




