@charset "UTF-8";
*{
	font-family: sans-serif;
  margin: 0;
  padding:0;
}
body{
	background: rgb(166,121,91);
  padding-bottom: 6em; 
  position: relative;
}
.blueback{
    background-color:#ccc;
}
.wrapper{
	position:relative;
	max-width: 595px;
  width: 100%;
  margin : 0 auto;
}
.wrapper img{
  width: 100%;
}
a{
  border:0;
}
.yoyakuform2{
  text-align: center;
  position: fixed; 
  bottom: 0;
  width: 100%;
  margin : 0 auto;
  z-index: 10;
  height: 3em;
  
}
.yoyakuform a{
  height: 4em;
  display: block;
  width: 100%;
background: #fff;
  color:  #333;
  font-weight:bold;
  text-align: center;
  font-size: 1em;
  padding: 0.5em;
	padding-top: 1em;
  text-decoration: none;
}

.koremade{
  background: rgb(136,0,21);
  color: white;
  text-align: center;
	padding: 0.3em auto;
}
.footer{
  width: 100%;
	max-width: 595px;
}
.koremade a{
	display: block;
  color: white;
  text-decoration: none;
  font-size: 1em;
  padding: 1em;
	border-top:1px solid 	rgb(166,121,91);
}
.nextpr{
display: none;
	position: relative;
	top: -10px;
	background-color: rgb(248, 241, 227);
	color: rgb(166,121,91);
	text-align: center;
	font-weight:bold;
	padding: 0.5em;
	font-size: 1.5em;
	font-family: sans-serif;
	border:2px double rgb(166,121,91);
	margin-bottom: 10px;
}
.a1{
	background: #be9c91;
}
.a2{
	background: #5f4339;
}
.a3{
	background: #8d6e63;
}
.d2{
	height: 2em;
	padding-top: 1em;
}
.wrapperTOP{
	position:relative;
	max-width: 595px;
  width: 100%;
  margin : 0 auto;
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
  min-height: 1080px;
	position: relative;
}
.information{
	position: absolute;
	width: 100%;
  top: 50%; 
}
.information a{
	background-color: rgba(27,67,129,0.5);
	padding: 1em;
	margin-top: 2px;
	display: block;
	text-align: center;
	color: white;
	font-weight:bold;
	font-size: 1.1em;

}
.golink{
    width: 100%;
}
.golink a{
	display: inline-block;
	width: 100%;
width: 25%;
    
}
.golink a:nth-child(1){
	float: left;
}
.golink a:nth-child(2){
	float: right;
}
.footer{
  position: fixed;
  bottom: 0;
}
.koremade .a1,
.koremade .a2{
  display: none;
}

@media (max-width: 767px) { 
body{
	background: rgb(166,121,91);
  padding-bottom: 2em; 
  position: relative;
}
.information{
  top: 40%; 
}

.information2{
	position: relative;
}


}
