@charset "utf-8";
/* =================================
Base
================================= */

/* common
------------------------------------------------- */
/* clearfix */
.clearfix:after {
	content : "";
	display : block;
	clear : both;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}

/* header
------------------------------------------------- */
header .inner {
	position: relative;
	padding: 15px 0 17px;
}
header .headerRead {
	font-size: 1.2rem;
	margin-bottom: 7px;
}
header .headerInfo {
	position: absolute;
	top: 16px;
	right: 0;
}
header .headerInfo address {
	float: left;
	width: 225px;
	line-height: 1;
}
header .headerInfo address span {
	display: block;
	font-size: 1.2rem;
}
header .headerInfo address em {
	display: block;
	margin: 5px 0;
	color: #ff6600;
	font-size: 2.6rem;
	font-weight: bold;
}
header .headerInfo p {
	float: right;
	width: 220px;
}
header .headerInfo p a {
	display: block;
	padding: 10px 20px;
	background: url(../img/icon_arrow_down_white.png) no-repeat right 9px center,#ff6600;
	border-radius: 4px;
	color: #ffffff;
	text-align: center;
	line-height: 1;
	text-decoration: none;
}
header .headerInfo p a:hover {
	opacity: .4;
	filter: alpha(opacity=40);
}
header .headerInfo p span {
	display: block;
	margin-bottom: 5px;
	font-size: 1.2rem;
}
header .headerInfo p em {
	font-size: 1.8rem;
	font-weight: bold;
}
header nav.gnav {
	padding: 10px 0;
	background: #3f3a39;
}
header nav.gnav ul {
	display: table;
	width: 1000px;
	margin: 0 auto;
}
header nav.gnav li {
	display: table-cell;
	border-left: 1px solid #656161;
	text-align: center;
	vertical-align: middle;
}
header nav.gnav li:first-child {
	border-left: none;
	text-align: left;
}
header nav.gnav li:last-child {
	text-align: right;
}
header nav.gnav li a {
	display: block;
	padding: 16px 25px 18px;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}
header nav.gnav li:first-child a {
	padding-left: 0;
}
header nav.gnav li:last-child a {
	padding-right: 0;
}
header nav.gnav li a span {
	padding-bottom: 8px;
}
header nav.gnav li.current a,
header nav.gnav li a:hover {
	color: #ffb51e;
}
header nav.gnav li.current a span,
header nav.gnav li a:hover span {
	border-bottom: 1px solid #ffb51e;
}

/* footer
------------------------------------------------- */
footer {
	padding-bottom: 30px;
}
footer .footerNav {
	padding: 12px 0;
	background: #3f3a39;
}
footer .footerNav ul {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1;
}
footer .footerNav li {
	display: inline-block;
	padding: 0 18px;
	border-left: 1px solid #ffffff;
}
footer .footerNav li:first-child {
	border-left: none;
}
footer .footerNav li a {
	color: #ffffff;
	text-decoration: none;
}
footer .footerNav li a:hover {
	color: #ffb51e;
}
footer p {
	margin-top: 15px;
	text-align: center;
}
footer p em {
	display: block;
	font-size: 2.4rem;
}
footer p span {
	display: block;
	margin-top: 12px;
	font-size: 1.6rem;
}

/* contact form */
.contact {
	padding: 70px 0 60px;
	background: url(../img/bg_contact.png) no-repeat 0 0;
	background-size: cover;
}
.contact .contactInner {
	position: relative;
	width: 920px;
	margin: 0 auto;
	padding: 57px 70px 50px;
	background: rgba(255,255,255,.95);
}
.contact .nessesary {
	color: #ff0000;
}
.contact p.nessesary {
	position: absolute;
	top: 24px;
	right: 32px;
	font-size: 1.4rem;
}
.contact h1 {
	margin-bottom: 30px;
	font-size: 3.2rem;
	text-align: center;
	line-height: 1;
}
.contact h1+p {
	margin-bottom: 30px;
	text-align: center;
}
.contact .formArea li {
	position: relative;
	display: table;
	width: 100%;
	margin-top: 20px;
}
.contact .formArea li:first-child {
	margin-top: 0;
}
.contact .formArea li>div.col {
	position: relative;
	display: table-cell;
	padding: 0 20px 0 0;
	width: 50%;
}
.contact .formArea li>div.col+div.col {
	padding: 0 0 0 20px;
}
.contact .formArea li span {
	display: block;
	margin-bottom: 10px;
	font-size: 1.4rem;
}
.contact .formArea li em.nessesary {
	margin-left: 7px;
}
.contact .btnSubmit {
	margin-top: 47px;
	text-align: center;
}
.contact input:focus::-webkit-input-placeholder { color: transparent; }
.contact input:focus::-moz-placeholder { color: transparent; }
.contact input[type="text"],
.contact input[type="email"] {
	width: 100%;
	padding: 15px;
	border: 1px solid #cccccc;
	font-size: 16px;
}
.contact textarea {
	width: 100%;
	min-height: 118px;
	padding: 15px;
	border: 1px solid #cccccc;
	font-size: 16px;
}
.contact input[type="submit"] {
	width: 300px;
	padding: 17px;
	background: url(../img/icon_arrow_white.png) no-repeat right 10px center,#ff6600;
	border: none;
	border-radius: 4px;
	font-size: 2rem;
	color: #ffffff;
	cursor: pointer;
}
.contact input[type="submit"]:hover {
	opacity: .4;
	filter: alpha(opacity=40);
}
/* page top */
.btnPageTop {
	position: absolute;
	top: -120px;
	right: -40px;
	width: 50px;
	height: 50px;
}
.btnPageTop a {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/btn_pagetop.png) no-repeat 0 0;
	text-indent: -9999px;
}
.btnPageTop a:hover {
	background-position: 0 -50px;
}

/* contents
------------------------------------------------- */
.contentWrap {}
.mainView {}
.mainView h1 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index: 5;
}

h2.titleCorner {
	position: relative;
	min-height: 50px;
	padding: 10px 0 0 22px;
	background: url(../img/bg_corner_title.png) no-repeat 0 0,#f8b62b;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1;
}
h2.titleCorner span.pageTop {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
h2.titleCorner span.pageTop a {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/btn_pagetop.png) no-repeat 0 0;
	text-indent: -9999px;
}
h2.titleCorner span.pageTop a:hover {
	background-position: 0 -50px;
}

.breadcrumb {
	padding-top: 7px;
	color: #ffffff;
	font-size: 1.2rem;
	line-height: 1;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li+li {
	margin-left: 5px;
}
.breadcrumb li+li:before {
	content: "\3e";
	margin-right: 5px;
}
.breadcrumb li a {
	color: #ffffff;
}

.anchorLink {
	position: absolute;
	bottom: 26px;
}
.anchorLink li {
	float: left;
	width: 240px;
	margin-left: 13px;
}
.anchorLink li:first-child {
	margin-left: 0;
}
.anchorLink li a {
	display: block;
	padding: 7px 0 20px;
	background: url(../img/icon_arrow_down_smash.png) no-repeat center bottom 5px,rgba(0,0,0,.3);
	border: 1px solid #ffffff;
	border-radius: 4px;
	color: #ffffff;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none;
	line-height: 1.28;
}
.anchorLink li a:hover {
	background-color: rgba(255,255,255,.4);
}

span.note {
	display: block;
	margin-top: 10px;
	font-size: 1.2rem;
}

.btnLink a {
	display: block;
	width: 320px;
	margin: 0 auto;
	padding: 15px;
	background: url(../img/icon_arrow_white.png) no-repeat right 11px center,#3f3a39;
	border-radius: 3px;
	color: #ffffff;
	font-size: 2rem;
	text-align: center;
	line-height: 1;
	text-decoration: none;
}
.btnLink.reverse a {
	background: url(../img/icon_arrow_black.png) no-repeat right 11px center,#ffffff;
	color: #3f3a39;
}
.btnLink a:hover {
	background-color: #8c8988;
}
.btnLink.reverse a:hover {
	background-color: rgba(255,255,255,.8);
}

.btnBack a {
	background: url(../img/icon_arrow_back_white.png) no-repeat left 11px center,#a0a0a0;
}
.btnSubmit a {
	background: url(../img/icon_arrow_white.png) no-repeat right 11px center,#ff6600;
}
.btnComplete {
	margin-top: 90px;
}
.btnComplete a {
	display: block;
	width: 299px;
	margin: 0 auto;
	padding: 15px;
	background: url(../img/icon_arrow_white.png) no-repeat right 11px center,#999999;
	border-radius: 3px;
	color: #ffffff;
	font-size: 2rem;
	text-align: center;
	text-decoration: none;
}

/* 確認・完了画面 */
.contactConf {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 110px;
}
.contactConf .breadcrumb {
	color: #333333;
}
.contactConf .breadcrumb li a {
	color: #333333;
}
.contactConf h1 {
	margin-top: 70px;
	font-size: 3.6rem;
	line-height: 1;
}
.contactConf p.confirm {
	margin-top: 45px;
}
.contactConf p.complete {
	margin-top: 25px;
}
.contactConf dl {
	margin-top: 20px;
	border-bottom: 1px dotted #b2b2b2;
}
.contactConf dt {
	float: left;
	clear: left;
	padding: 25px 0;
}
.contactConf dd {
	padding: 25px 0 25px 277px;
	border-top: 1px dotted #b2b2b2;
}

.contactConf ul.btnConf {
	margin-top: 60px;
	text-align: center;
}
.contactConf ul.btnConf li {
	display: inline-block;
}
.contactConf ul.btnConf li:first-child {
	margin-right: 20px;
}
.contactConf ul.btnConf li a {
	display: block;
	width: 299px;
	padding: 15px;
	border-radius: 3px;
	color: #ffffff;
	font-size: 2rem;
	text-decoration: none;
}
