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



html, body {
width:100%;
　height:100%;
background-color:#B4A581;
/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	letter-spacing:0.05em;
	line-height:1.8em;
	min-width:1160px;
	overflow-x:hidden;
}

/*テキスト選択時のカラー*/
::selection {
	background: #CCC;
	color: #fff;
}
::-moz-selection {
	background: #CCC;
	color: #fff;
}
.PC{
	display:block;
}

.SP{
		display:none;
	}
.clearfix{
	clear:both;
}
img {
    border-style:none;
}
a{
	cursor:pointer;
	text-decoration: none;
}
/*テキストリンクカラー設定*/
a:link { color:#000; }
a:visited { color:#000; }
a:hover { color:#000; }
a:active { color:#000; }
a{
	color:#000;

}

/* = header
-------------------------------------------------------------- */

.message{
	position:fixed;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.message h1{
	display:inline-block;
	font-size: 16px;
	line-height: 2em;
	letter-spacing: .075em;
	font-weight: 600;
    color: #ffffff !important;
}
.message h1 a{
	font-size: 16px;
	line-height: 2em;
	letter-spacing: .075em;
	font-weight: 500;
    color: #ffffff !important;
    text-decoration:underline;
   }

.btn{
	font-size: 14px;
	line-height: 2em;
	letter-spacing: .075em;
	font-weight: 600;
    color: #52433C !important;
    padding:14px 22px;
    padding-right:48px;
    background:#ffffff;
    border-radius:10px;
    margin-top:32px;
    display:inline-block;
    position:relative;
    
}
.btn::after{
	content:">";
	position:absolute;
	top:50%;
	right:20px;
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: .075em;
	font-weight: 600;
    color: #ffffff !important;
    background:#928364;
    border-radius:50%;
    width:16px;
    height:18px;
    text-align: center;
    margin-top: -9px;
    padding-left:2px;
}

@media only screen and (max-width: 780px) {
	
	
	.PC{
		display:none;
	}
	
	.SP{
		display:block;
	}
	

.message h1{
	font-size: 12.8px;
}
.message h1 a{
	font-size: 12.8px;
   }

.btn{
	font-size: 11.2px;
    padding:11.2px 17.6px;
    padding-right:38.4px;
    border-radius:8px;
    margin-top:25.6px;
}
.btn::after{
	right:16px;
	font-size: 9.6px;
	line-height: 1.2em;
    width:12.8px;
    height:14.4px;
    margin-top: -7.2px;
    padding-left:1.6px;
}

	
	} /*Query End*/