@charset "utf-8";


/* common.css
----------------------------------------- */
body {
	font-family: "�ᥤ�ꥪ", Meiryo, "Yu Gothic", YuGothic, "�ҥ饮�νǥ� ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height:1.8;
	text-align: left;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:focus {
	outline: none;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
input:focus, 
select:focus, 
textarea:focus {
	outline: none;
}
img {
	width: 100%;
	height: auto;
}


/* ��ͨ�ѩ`��
----------------------------------------- */
/* loading */
#contents-wrap {
	opacity: 0;
}
.loading-img {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-top: -35px;
	margin-left: -30px;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-align: center;
}
.loading-img img {
	width: 100%;
	height: auto;
}

/* table */
.form-input-tbl {
	width: 100%;
}
.form-input-tbl th,
.form-input-tbl td {
	display: block;
	width: 100%;
	color: #fff;
}
.form-input-tbl th {
	margin-bottom: 2px;
	font-size: 14px;
}
.form-input-tbl td {
	margin-bottom: 12px;
	font-size: 14px;
}

/* form */
label.error,
.error-msg {
	display: block;
	margin-top: 5px;
	color: #cc3333;
	line-height: 1.4;
}
#form-finish-message {
  padding-top: 60px;
}
.submit-finish {
  background-color: #fff;
  color: #000;
  text-align: center;
  color: inherit;
  font-size: 14px;
  line-height: 1.6;
  border:5px solid #c026fb;
  padding: 15px 15px;
}
.input-text {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding: 3px 8px;
	background-color: #FFFFFF;
	border: 1px solid #c8c8c8;
	color: #000000;
	vertical-align: middle;
	font-size: 14px;
}
.textarea {
	width: 	95%;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #c8c8c8;
	font-size: 14px;
}
.submit-btn {
	display: block;
	width: 	70%;
	margin: 20px auto 0;
	padding: 13px 0;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #000;
	letter-spacing: 0.1em;
}
.submit-btn:hover {
}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}
input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
textarea {
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* header
----------------------------------------- */
#header {
}
.header-inner {
	padding: 15px 0 15px 20px;
}
.header-logo {
	width: 150px;
}

/* slide-menu-btn */
.slide-menu-btn {
	position: fixed;
	top: 12px;
	right: 20px;
	z-index: 10000;
	padding: 16px 13px 9px;
	border-radius: 6px;
}
.slide-menu-nav {
	display: none;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	padding: 60px 0;
	background: url(../images/slide-bg.png) 0 0;
	z-index: 9000;
}
.slide-menu-nav .gnav .gnav-link a {
	position: relative;
	display: inline-block;
	margin: 15px 0 15px;
	padding: 0 5px 0 20px;
	font-size: 18px;
	color: #000000;
	line-height: 1.4;
}
.slide-menu-nav .gnav .gnav-contact a {
	position: relative;
	display: block;
	width: 65%;
	margin: 20px auto 0;
	padding: 10px 0;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
}
.slide-menu-nav .gnav .gnav-contact a::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	width: 28px;
	height: 20px;
	margin-top: -10px;
	background: url(../images/icon-mail.png) 0 0 no-repeat;
	background-size: 28px 20px;
}
.slide-menu-nav .gnav a:hover {
	text-decoration: none;
}
.slide-menu-nav .gnav {
	position: relative;
	padding: 0 15%;
}

/* menu-trigger */
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 24px;
	height: 20px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000000;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 9px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}


/* footer
----------------------------------------- */
#footer {
	background-color: #000;
	padding: 50px 30px 60px;
}
.footer-inner {
	color: #fff;
}
.footer-info {

}
.footer-info h3 {
	width: 50%;
	margin-bottom: 15px;
}
.foonter-info-addres {
	margin-bottom: 20px;
	line-height: 1.4;
}
.foonter-info-addres a {
	color: #fff;
}
.copyright {
	color: #fff;
}

#page-top {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 20px;
	background-color: #fff;
	z-index: 1000;
	text-align: center;
	font-size: 10px;
}
#page-top::before {
	display: block;
	content: '';
	position: absolute;
	top: 7px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -7px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 12px solid #c200ff;
}
#page-top:hover {
}











/* ���֥�å��򤱣�760px��1000px */
@media only screen and (min-width: 760px) {
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
img {
	width: 100%;
	height: auto;
}


/* ��ͨ�ѩ`��
----------------------------------------- */
/* loading */
#contents-wrap {
	opacity: 0;
}
.loading-img {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-top: -70px;
	margin-left: -35px;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-align: center;
}
.loading-img img {
	width: 100%;
	height: auto;
}

/* trace-nav-set */
.trace-nav-set {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 5px;
	background-color: #fff;
	z-index: 10000;
	box-shadow:0px 0px 12px -4px #999999
}
.trace-nav-set.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.trace-nav-set-inner {
	width: 94%;
	margin: 0 auto 0;
}
.trace-nav-logo {
	float: left;
	width: 25%;
	padding: 5px 0;
}
.trace-nav-logo img {
	width: 140px;
}
.trace-nav {
	float: right;
	width: 75%;
	margin-top: 10px;
	padding-top: 2px;
	text-align: right;
	letter-spacing: 0.1em;
}
.trace-nav li.tnav {
	position: relative;
	display: inline-block;
	margin-right: 40px;
	vertical-align: middle;
}
.trace-nav li.tnav::after {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: -22px;
	width: 1px;
	height: 12px;
	background-color: #000;
}
.trace-nav li.tnav.last::after {
	background-color: #fff;
}
.trace-nav li.tnav a {
	display: inline-block;
	font-size: 14px;
	transition: all .3s;
	color: #000;
}
.trace-nav li.tnav a:hover {
	color: #999;
}
.trace-nav li.tnav-contact {
	display: inline-block;
}
.trace-nav li.tnav-contact a {
	position: relative;
	display: inline-block;
	width: 110px;
	margin: 0;
	padding: 8px 0 8px 30px;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
	transition: all .3s;
	font-weight: normal;
}
.trace-nav li.tnav-contact a:hover {
	background-color: #666;
}
.trace-nav li.tnav-contact a::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 8px;
	width: 28px;
	height: 20px;
	margin-top: -10px;
	background: url(../images/icon-mail.png) 0 0 no-repeat;
	background-size: 28px 20px;
}

/* table */
.form-input-tbl {
	width: 100%;
}
.form-input-tbl th,
.form-input-tbl td {
	display: table-cell;
	padding: 10px 0;
	vertical-align: top;
	width: 100%;
}
.form-input-tbl th {
	width: 200px;
	margin-bottom: 10px;
	font-size: 16px;
}
.form-input-tbl td {
	width: 600px;
	margin-bottom: 10px;
	font-size: 16px;
}

/* form */
.error-msg {
	display: block;
	margin-top: 5px;
	color: #cc3333;
	line-height: 1.4;
}
#form-finish-message {
  padding-top: 60px;
}
.submit-finish {
  background-color: #fff;
  color: #000;
	text-align: center;
	color: inherit;
	font-size: 16px;
  border:5px solid #c026fb;
  padding: 25px 25px;
}
.input-text {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding: 6px 12px;
	background-color: #FFFFFF;
	border: 1px solid #c8c8c8;
	color: #000000;
	vertical-align: middle;
	font-size: 16px;
}
.textarea {
	width: 	95%;
	height: 200px;
	margin-top: 2px;
	padding: 12px;
	border: 1px solid #c8c8c8;
	font-size: 16px;
}
.submit-btn {
	display: block;
	width: 	220px;
	margin: 40px auto 0;
	padding: 12px 0;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #000;
	letter-spacing: 0.1em;
	cursor: pointer;
	transition: all .3s;
}
.submit-btn:hover {
	color: #ffffff;
	background-color: #666;
}



/* header
----------------------------------------- */
#header {
	padding: 0 100px;
}
.header-inner {
	padding: 15px 0 15px 20px;
}
.header-nav-pc {

}
.gnav-link {

}
.header-inner {
	padding: 0;
}
.header-logo {
	float: left;
	width: 25%;
	margin: 10px 0 10px;
}
.header-logo img {
	width: 262px;
}
.header-nav-pc {
	float: right;
	width: 70%;
	padding-top: 30px;
	text-align: right;
}
.header-nav-pc li {
	display: inline-block;
}
.header-nav-pc li.gnav-link {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	font-size: 14px;
	letter-spacing: 0.2em;
	vertical-align: middle;
}
.header-nav-pc li.gnav-link::after {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: -17px;
	width: 1px;
	height: 12px;
	background-color: #000;
}
.header-nav-pc li.gnav-link.last::after {
	background-color: #fff;
}
.header-nav-pc li.gnav-link a {
	display: inline-block;
	font-size: 14px;
	transition: all .3s;
	color: #000;
}
.header-nav-pc li.gnav-link a:hover {
	color: #999;
}
.header-nav-pc li.gnav-contact {
	display: inline-block;
}
.header-nav-pc li.gnav-contact a {
	position: relative;
	display: inline-block;
	width: 110px;
	margin: 0 0 0 25px;
	padding: 8px 0 8px 30px;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
	transition: all .3s;
	font-weight: normal;
}
.header-nav-pc li.gnav-contact a:hover {
	background-color: #666;
}
.header-nav-pc li.gnav-contact a::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 8px;
	width: 28px;
	height: 20px;
	margin-top: -10px;
	background: url(../images/icon-mail.png) 0 0 no-repeat;
	background-size: 28px 20px;
}


/* footer
----------------------------------------- */
#footer {
	position: relative;
	margin-top: 300px;
	background-color: #000;
	padding: 10px 30px 45px;
}
#footer::after {
	box-sizing: border-box;
	display: block;
	content: '';
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #fff;
}
.footer-inner {
	color: #000;
	text-align: center;
	font-size: 14px;
}
.footer-info {
	box-sizing: border-box;
	width: 350px;
	height: 350px;
	margin: -180px auto 25px; 
	padding: 10px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 50%;
}
.footer-info-inner {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	border-radius: 50%;
}
.footer-info h3 {
	width: 280px;
	margin: 0 auto 35px;
	padding-top: 110px;
	text-align: center;
}
.foonter-info-addres {
	margin-bottom: 20px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.copyright {
	color: #fff;
	font-size: 16px;
	text-align: center;
}


#page-top {
	box-sizing: border-box;
	display: block;
	bottom: 30px;
	left: auto;
	right: 30px;
	z-index: 1000;
	width: 55px;
	height: 70px;
	padding: 40px 0 8px;
	background-color: #fff;
	z-index: 1000;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#page-top::before {
	display: block;
	content: '';
	position: absolute;
	top: 12px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -14px;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 24px solid #c200ff;
}
#page-top:hover {
}


} /* ���֥�å��򤱤����ޤ� */




.underline{
	text-decoration: underline;
}





/* PC�򤱥쥤�����Ȥ�ָ����1001px�� */
@media only screen and (min-width: 1001px) {


} /* PC�򤱤����ޤ� */





