@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
	font-style: normal;
    font-weight: normal;
	color: #6a5126;
}

body,
table,
input, textarea, select, option {
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ ProN", "メイリオ","Osaka", sans-serif;
	line-height: 1.1;
	border-collapse:collapse;	
}

img {
	border:0;
}

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #B8860B;
	text-decoration: underline;
}



body{
 margin: 0;
 background-image: url(../img/back.png);
}


/*

#top {
	text-align: center;
	margin: 0 auto;
}

#top img{
	text-align: center;
	margin: 0 auto;
	width: 1300px;
	height: 580px
	position: relative;
    overflow: hidden;
	vertical-align: bottom;
}
 */
 
 
.top{
  width:100%;
  height: 580px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  
}

.inner{
  width: 1300px;
  height: 580;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -650px;
  vertical-align: bottom;
}

#all {
	margin: 0 auto;
	text-align: center;
}

#all img {
	margin: 0 auto;
	vertical-align: bottom;
}


.buttan {
	position: absolute;
    top: 860px;
    left: 50%;
	margin-left: -355px;    
    font-size: 1rem;
    line-height: 1.7;
}



.text {
	text-align: left;
	margin: 15px 60px 40px 60px;
	font-size:18px;
	line-height: 1.3;
	letter-spacing: -0.02em
}

.text span {
	color: #ff4b64;
	font-weight: bold;
}


.text02 {
	text-align: left;
	margin: -20px 60px 10px 60px;
	font-size:18px;
	line-height: 1.3;
	letter-spacing: -0.02em
}

.text02 span {
	color: #ff4b64;
	font-weight: bold;
}

.text03 {
	text-align: left;
	margin: -10px 60px 50px 60px;
	font-size:15px;
	line-height: 1.3;
	letter-spacing: -0.02em
}

.text-title {
	padding: 30px 0 10px 0;
	font-size: 25px;	
    font-weight: bold;
	line-height: 150%;
}


#foot {
	margin: 60px 0 0 0;
	text-align: center;
}

#foot ul {
	display:inline;
    padding-left: 5px;
    border-left:1px solid #808080;
}

#foot  li {
    display:inline;
    padding-left:10px;
    padding-right:10px;
    border-right:1px solid #808080;
}

#foot .copyright {
	padding: 30px 0 10px 0;
    text-align: center;
	font-size:12px;
	color: #808080;
}



/* フォーム部分 */

#formWrap {
	width:900px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
	background: rgba(255,255,255,0.6);
}

table.formTable {
	text-align: left;
	width:86%;
	margin:0 auto 40px;
	border-collapse:collapse;
}

table.formTable td,table.formTable th {
	border:1px solid #ccc;
	padding:15px;
}

table.formTable th {
	width:28%;
	font-weight:normal;
	background: rgba(225,220,200,0.50);
	text-align:left;
}

table.formTable td input{
	font-weight:normal;
	text-align:left;
	margin-top: 5px;	
}

table.formTable span {
	padding:0px 10px;
	color: #FF0000;
	font-size: 10pt;
}

textarea {
	background-color: #fff;
	margin:5px 0 15px;
	width: 420px;
	height: 150px;
}

select {
	width: 200px;
}

.long-input input {
	width: 420px;
}


/* ウィンドウ幅が800px以上の場合に表示させないコンテンツ */

#wrapper .sp_inner {
	display: none;
}

#sp {
	display: none;
}



/* ウィンドウ幅が0〜800pxの場合に適用するCSS */
@media all and (min-width: 0) and (max-width: 800px)  {	

#wrapper .top {
	display: none;
}

#wrapper .sp_inner {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: bottom;
	display: block;
}

#all {
	margin: auto;
}

#all img{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	vertical-align: bottom;
}

#pc  {
	display: none;
}

#sp {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: bottom;
	display: block;
}

.text {
	text-align: left;
	margin: 5px 25px 40px 25px;
	font-size:14px;
	line-height: 1.3;
	letter-spacing: -0.02em
}

.text02 {
	text-align: left;
	margin: -10px 25px 10px 25px;
	font-size:14px;
	line-height: 1.3;
	letter-spacing: -0.02em
}

.text03 {
	text-align: left;
	margin: 0 25px 40px 25px;
	font-size:14px;
	line-height: 1.3;
	letter-spacing: -0.02em
}

#foot {
	margin: 40px 0 0 0;
	text-align: center;
}

#foot ul {
	display:inline;
    padding-left: 5px;
    border-left:1px solid #808080;
}

#foot  li {
    display:inline;
    padding-left:10px;
    padding-right:10px;
    border-right:1px solid #808080;
}

#foot .copyright {
	padding: 20px 0 10px 0;
     text-align: center;
	font-size:12px;
	color: #808080;
}



/* フォーム部分 */

#formWrap {
	display: block;
	width:94%;
	margin:0 auto;
	line-height:120%;
	font-size:90%;
}

#formWrap .table.formTable {
	display: block;
	width: 100%;
	margin:0 auto 30px;
	border-collapse:collapse;
}

#formWrap .formTable th {
	display: block;
	width: 92%; !important;
	border:1px solid #ccc;
	padding:15px;
}

#formWrap .formTable td {
	display: block;
	width: 92%; !important;
	margin:0 auto 10px;
	border:1px solid transparent;
	padding:15px;
}


table.formTable th ,table.formTable tr ,table.formTable td {
	display: block;
	width:100%;
	font-weight:normal;
	text-align:left;
}

input {
	margin:5px 0 5px;
	width: auto;
}

textarea {
	background-color: #fff;
	margin:5px 0 15px;
	width: 90%;
	height: 150px;
}

select {
	width: 185px;
}

.long-input input {
	width: 280px;
}


}

/* ウィンドウ幅が800px以上の場合画像を縦に並べる */
.y-line {
	width: 100%;
}

.y-line img {
	margin: auto 0;
	text-align: center;
	display: block;
}