@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html,body{
	min-width: 940px;
}

body {
	background: #fff;
	font-family: Helvetica, ArialMT, "Noto Sans Japanese","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
	color: #333333;
}

input:focus,textarea:focus {
	outline: 0;
}

a:hover{
	opacity: 0.8;
}

/*::::::::::nav::::::::::*/

nav{
	background:#666666;
	width:100%;
}

nav article{
	width:940px;
	margin:0 auto;
	padding:6px 0;
	position:relative;
}

nav article img{
	vertical-align: middle;
}

nav article img.sollogo{
	width:82px;
	margin-right:15px;
}

nav article span{
	position:absolute;
	right:0;
	top:8px;
}

nav article span img{
	margin-left:5px;
}

/*::::::::::header::::::::::*/

header{
	margin:0;
	background: url(../img/main.jpg) 50% 50% no-repeat;
	background-size:cover;
	z-index: 1;
}

header article{
	width:940px;
	height:837px;
	margin:0 auto;
}

header article h1{
	padding:35px 0 0;
	text-align: center;
}

header article p.quick{
	margin-top:20px;
	text-align: center;
}

header article p.quick img{
	width:470px;
}

header article p.thanks{
	margin-top:60px;
	text-align: center;
	color:#fff;
	font-weight:700;
	font-size:24px;
	text-shadow:0 0 10px rgba(0,0,0,0.5);
}

header article p.back{
	margin:40px auto;
	text-align: center;
}

header article p.back a{
	display: inline-block;
	background:#fff;
	border-radius:30px;
	padding:10px 50px;
	font-size:24px;
	font-weight:700;
	line-height: 1;
	text-decoration: none;
	color:#333;
	box-shadow:0 0 5px 0 rgba(0,0,0,0.5);
}

/*::::::::::skybg::::::::::*/

.skybg{
	margin:0;
	background: url(../img/bg.jpg) 50% 0 repeat-y;
	background-size:2000px;
}

.skybg article.w940{
	width:940px;
	margin:0 auto;
}

.skybg article.w940 div.text{
	padding:45px 0 0;
}

.skybg article div.text p{
	text-align: center;
	font-size:16px;
	font-weight:400;
	line-height: 1.6;
}

.skybg article div.text p.text01{
	margin:30px 0;
}

.skybg article div.text p.info{
	margin:30px 0;
	position: relative;
}

.skybg article div.text p.info span{
	position: absolute;
	bottom:40px;
	right:124px;
}

.skybg article div.text p.photo{
	margin:30px 0 0;
}

.skybg article div.text p.text_bg{
	position: relative;
	padding:30px 0 0;
	background:#fff;
	width:970px;
}

.skybg article.w1000{
	width:1000px;
	margin:0 auto;
	background: url(../img/text_bg.png) 100% 0 no-repeat;
}

.skybg article.w1000 div.text{
	width:940px;
	margin:0 auto;
	padding:30px 0 0;
}

.skybg article.w1000 div.text p.oubo{
	padding:30px 0;
}

.skybg article.w1000 div.text p.oubo img{
	width:470px;
}

.skybg article.w1000 div.text iframe{
	margin:20px 0 0;
	width:940px;
	height:529px;
}

.skybg article.w940 div.intro{
	padding:30px 0 60px;
	font-size: 12px;
	line-height: 1.9;
	letter-spacing: 0.03em;
	color:#666666;
}

.skybg article.w940 div.intro p.mi{
	margin-bottom:20px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
}

/*::::::::::formarea::::::::::*/

.formarea{
	margin:0;
	background: #ffcccc;
}

.formarea article {
	width:940px;
	margin:0 auto;
	color:#666666;
	font-size:14px;
}

.formarea article p.end{
	padding:30px 0;
	text-align: center;
	font-size:26px;
	font-weight:500;
	color:#666666;
	line-height:1.2;
}

.formarea article form p.info{
	padding:20px 0;
	font-weight:500;
	color:#666666;
	line-height:1.2;
}

form{
	width:780px;
	margin:0 auto;
	padding-bottom:60px;
}

form span{
	color:#ff3300;
	margin:0 5px;
}

form ul{
	display:table;
	width:100%;
	padding:7px 0;
	border-bottom:1px dotted #fff;
}

form ul li{
	display:table-cell;
	text-align: left;
	vertical-align: top;
}

form ul li:first-child{
	width:250px;
}

input.w300{
	width:300px;
}

input.zip,input.tel{
	width:100px;
}

textarea{
	width:500px;
	height:10em;
}

.notice{
	padding:20px 0;
	line-height:1.4;
	font-size:12px;
}

.notice p{
	font-weight: 700;
	font-size:14px;
}

.notice a{
	color:#ff3300;
	text-decoration: underline;
}

.sub{
	text-align: center;
}

input[type="image"] {
	border:0;
	width:350px;
	padding:0;
}

input[type="image"]:hover {
	opacity:0.8;
}

/*::::::::::footer::::::::::*/

footer{
	background:#666666;
	width:100%;
}

footer article{
	margin:0 auto;
	width:940px;
	color:#fff;
	text-align: center;
	font-size:30px;
	font-weight:100;
}

footer article div{
	padding:60px 0 30px;
}

footer article div img{
	vertical-align: middle;
	margin:0 10px;
}

footer article div img.sollogo{
	width:100px;
}

footer article p{
	font-size:10px;
	padding:10px 0 30px;
}

#pagetop{
	display:inline;
	position:fixed;
	bottom:0;
	right:20px;
	opacity:0.7;
	width:50px;
	text-align: right;
	line-height: 0;
}

#pagetop img{
	width:50px;
}

#pagetop img:hover{
	opacity:0.6;
	cursor: pointer;
}