@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic Pro", Osaka, "MS P ゴシック", "MS PGothic";
}
body {
	position: relative;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
header {
	position: relative;
	color: #fff;
	height: 431px;
	width: 100%;
	background-image: url('img/top/top_bg.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.topBtn {
	position: fixed;
	top: 10px;
	left: 0;
	background: #000;
	padding: 8px 10px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
    text-align: center;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
    z-index: 99999;
    text-decoration: none;
}
.topBtn span {
	display: block;
}
.topBtn span:first-child {
	font-weight: bold;
	font-size: 10px;
}
.topBtn span:last-child {

}
div.topMenu {
	height: 101px;
    background-image: none;
}
.topIconWrap {
	display: flex;
	flex-wrap: nowrap;
}
.topIconWrap .topIcon {
	height:100px;
	width: 70px;
	background-image:url('img/cmn/banun.png');
	background-size: auto 90%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f2f2f2;
}
.topIconWrap .topDescription {
	color: #888;
	width: calc(100% - 70px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
	padding: 10px 15px;
	background: #000;
}
.topIconWrap .topDescription span{
	width: 100%;
	display: inline-block;
}
.topIconWrap .topDescription span:first-child{
	color: #fff;
	font-weight: bold;
}
.topIconWrap .topDescription span:last-child{
	font-size: 12px;
	line-height: 12px;
}
.pcNo {
	display: none;
}
.spNo {
	display: block;
}
.headerText {
	position: absolute;
	bottom: 0;
	padding: 20px;
	font-weight: bold;
	background: rgba(255,255,255,0.6);
	margin: 0 100px 20px;
    width: calc(100% - 200px);
    text-align: center;
}
.vanuDescrip {
	color: #000;
	font-size: 18px;
}
.vanuName {
	color: #000;
}
.wrap {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
.contentWrap {
	width: 100%;
	padding: 20px;
}
.mainWrap {
	margin-bottom: 20px;
}
.snsWrap {
	display: flex;
	align-items: center;
}
.snsWrap .snsLeft{
	width: calc(70% - 20px);
	margin-right: 20px;
	height: 500px;
	background-image: url('img/top/vanu.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.snsWrap .snsTwitter{
	width: 30%;
}
footer {
	padding: 50px 20px;
	font-size: 10px;
	color: #666;
	text-align: center;
}
.sukidayone {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
.sukiWrap {
	width: 300px;
	padding: 20px;
	box-shadow: 0px 0px 10px #000;
	border-radius: 10px;
	background:#fff;
	margin: 0 auto;
}
.question {
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.answer {
	cursor: pointer;
	text-align: center;
	margin: 0 0 10px;
	padding: 10px;
	color:#fff;
	background:#1f54cd;
	border-radius: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
.answer:hover {
	opacity: 0.7;
}
.resultWrap {
	display: none;
	position: relative;
	text-align: center;
}
.resultText {
	text-align: center;
	font-weight: bold;
}
.close {
	cursor: pointer;
	padding: 5px;
	min-width: 28px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	background: #000;
	border-radius: 50px;
	position: absolute;
	top: -30px;
	right: -30px;
}
@media only screen and (max-width: 767px){

header {
	background-size: auto 100%;
}
.headerText {
	margin: 0 20px 20px;
    width: calc(100% - 40px);
}
.spNo {
	display: none;
}
.pcNo {
	display: block;
}
.snsWrap {
	display: block;
}
.snsWrap .snsLeft,
.snsWrap .snsTwitter{
	width: 100%;
}
.snsLeft {
	margin-bottom: 20px;
}


}
