@charset "UTF-8";

@import "http://fonts.googleapis.com/css?family=Prata";

body {
	font-family: 'Prata', serif;
    line-height: 2.0;
	height:100%;
	-webkit-text-size-adjust: 100%;
	color:#585858;
}
::selection {
	background: #d7d7d7;
}
::-moz-selection {
	background: #d7d7d7;
}
a {
	color:#585858;
	text-decoration:none;
}
a:hover {
	color:#585858;
	text-decoration:underline;
}
.ja {
	font-family:'Hiragino Kaku Gothic ProN','Lucida Grande',Meiryo, sans-serif;
}
p {
	text-align:center;
}
.black {
	font-size:12px;
	color:#121212;
}

/* header */
.logo_main {
	width:600px;
	height:284px;
	margin:0 auto;
	padding:250px 0 90px 0;
}
.open {
	font-size:12px;
	text-align:center;
	color:#121212;
	letter-spacing:0.2em;
	padding:0 0 20px 14px;
}

/* marquee */
.marquee {
	font-family:'Hiragino Kaku Gothic ProN','Lucida Grande',Meiryo, sans-serif;
	font-size:14px;
	color:#121212;
	width:780px;
	padding:0.5em 0;
	overflow:hidden;
	margin-bottom:20px;
	position:relative;
	margin:0 auto;
}
.marquee p:after {
	content:"";
	white-space:nowrap;
	padding-right:50px;
}
.marquee p {
	margin:0;
	padding-left:780px;
	display:inline-block;
	white-space:nowrap;
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:10s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:10s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:10s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:10s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:10s;
	animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
	from { -webkit-transform: translate(0%);}
	99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
	from { -moz-transform: translate(0%);}
	99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
	from { -ms-transform: translate(0%);}
	99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
	from { -o-transform: translate(0%);}
	99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
	from { transform: translate(0%);}
	99%,to { transform: translate(-100%);}
}

/* nav */
.nav {
  width: 100%;
  height: 100px;
}
.nav-in {
  width: 100%;
  height: 76px;
  position: inherit;
  top: 0;
  left: 0;
   z-index: 9999;
   background: rgba(255, 255, 255, 1)
}
.navi-box {
	width:782px;
	margin:0 auto;
	padding:15px 0;
}
.logo {
	width:45px;
	height:46px;
	padding:0 20px 0 0;
	float:left;
}
.menu {
	font-size:12px;
}
.menu li {
	float:left;
	padding:12px 0 0 50px;
}
.menu li a {
	color:#4b2d0f;
}
.line_nav {
	background-color:#161616;
	width:100%;
	height:2px;
}

/* about */
.contents {
	width:100%;
	padding:60px 0 0 0;
}
.title_top {
	font-size:32px;
	text-align:center;
	color:#121212;
	letter-spacing:0.5em;
	padding:80px 0 0 16px;
}
.title {
	font-size:32px;
	text-align:center;
	color:#121212;
	letter-spacing:0.5em;
	padding-left:16px;
}
.title_con {
	font-size:32px;
	text-align:center;
	color:#121212;
	letter-spacing:0.5em;
	padding:100px 0 0 16px;
}
.txt_about_a {
	font-size:12px;
	letter-spacing:0.1em;
	padding:30px 0 0 0;
}
.txt_about_b {
	font-size:18px;
	letter-spacing:0.3em;
	padding:15px 0 0 6px;
}
.txt_about_c {
	font-size:12px;
	line-height:2.4;
	padding:20px 0 0 0;
}
.txt_about_d {
	font-size:11px;
	line-height:3.0;
	padding:20px 0 0 0;
}
.txt_fb {
	font-size:13px;
	letter-spacing:0.1em;
	padding:20px 0 0 0;
}

.line_white {
	width:100%;
	height:76px;
	background-color:#fff;
}
.line {
	width:100%;
	height:56px;
	background-color:#d7d7d7;
}

/* price */
.txt_price_a {
	font-size:12px;
	letter-spacing:0.1em;
	padding:30px 0 0 0;
}
.txt_price_b {
	font-size:12px;
	letter-spacing:0.1em;
	line-height:2.4;
	padding:30px 0 0 0;
}
.txt_price_c {
	font-size:11px;
	letter-spacing:0.1em;
	line-height:2.4;
	padding:30px 0 0 0;
}

/* access */
.txt_access_a {
	font-size:12px;
	letter-spacing:0.1em;
	padding:30px 0 0 0;
}
.txt_access_b {
	font-size:12px;
	letter-spacing:0.1em;
	line-height:2.6;
	padding:30px 0 0 0;
}
.txt_access_c {
	font-size:14px;
	padding:30px 0 0 0;
}
.txt_access_d {
	font-size:12px;
	padding:5px 0 0 0;
	line-height:2.6;
}
.add {
	font-size:13px;
}
#map {
	width:100%;
	height:430px;
	margin:60px 0 0 0;
	padding:0;
}

/* contact */
.policy {
	font-size:24px;
	text-align:center;
	color:#121212;
	letter-spacing:0.2em;
	padding-left:16px;
}
.txt_contact_a {
	font-size:12px;
	letter-spacing:0.1em;
	line-height:2.6;
	padding:30px 0 0 0;
}
.txt_contact_b {
	font-size:13px;
	letter-spacing:0.1em;
	padding:30px 0 0 0;
}
.txt_contact_c {
	font-size:12px;
	line-height:2.4;
	padding:20px 0 0 0;
}
.txt_contact_d {
	font-size:12px;
	letter-spacing:0.1em;
	padding:30px 0 0 0;
}
.txt_contact_e {
	font-size:11px;
	line-height:2.6;
	padding:20px 0 0 0;
}
.line_contact {
	width:100%;
	height:1px;
	background-color:#d9d9d9;
	margin:60px 0;
}
.back {
	width:300px;
	cursor:pointer;
	margin:0 auto;
}
.sign {
	width:87px;
	height:27px;
	margin:90px auto 0 auto;
}
.txt_back {
	font-size:15px;
	letter-spacing:0.8em;
	padding:10px 0 100px 13px;
	color:#121212;
}
.txt_back a {
	text-decoration:none;
}

/* form */
.form_table {
	width:500px;
	margin:40px auto 60px auto;
}
.td01 {
	font-size:12px;
	text-align:right;
	padding:0 20px 0 0;
}
.td02 {
	font-size:12px;
	vertical-align:top;
	text-align:right;
	padding:0 20px 0 0;
}
.form_box {
	font-size:12px;
	width:290px;
	height:20px;
	margin:0 0 20px 0;
	padding:0;
	border:solid 1px #e8e8e8;
	background-color:#e8e8e8;
	color:#121212;
}
.form_body {
	font-size:12px;
	width:400px;
	height:150px;
	margin:0 0 10px 0;
	padding:5px 0;
	border:solid 1px #e8e8e8;
	background-color:#e8e8e8;
	color:#121212;
}
.form_btn {
	font-size:11px;
	text-align:center;
	color:#fff;
	background-color:#121212;
	width:290px;
	padding:5px 3px;
	-webkit-transition: 0.3s ease-in-out;
	border:none;
	text-transform:uppercase;
	cursor:pointer;
}
.form_btn:hover {
	background-color:#4b2d0f;
}
.form_btn_2 {
	font-size:11px;
	text-align:center;
	color:#fff;
	background-color:#121212;
	width:100px;
	padding:5px 3px;
	-webkit-transition: 0.3s ease-in-out;
	border:none;
	text-transform:uppercase;
	cursor:pointer;
}
.form_btn_2:hover {
	background-color:#4b2d0f;
}
.btn_box {
	width:230px;
	margin:0 auto 130px auto;
}
.txt_form {
	font-size:12px;
}
.txt_form_a {
	font-size:16px;
	padding:0 0 15px 0;
}
.form_table a {
	color:#fff;
}
.form_table a:hover {
	color:#fff;
	text-decoration:none;
}
input {
	font-family: 'Prata', serif;
	letter-spacing:0.1em;
	border-radius:0;
	-webkit-border-radius:0;
    -moz-border-radius:0;
	-webkit-appearance:none;
}
.txt_error_t {
	font-size:12px;
	padding:30px 0 0 0;
}
.txt_error {
	font-size:12px;
}
.comp_box {
	padding:40px;
}
.contents_comp {
	width:100%;
	padding:0;
}

/* footer */
.footer {
	width:100%;
	padding:30px 0;
	background-color:#e8e8e8;
}
.copy {
	font-size:12px;
	letter-spacing:0.1em;
}

.pc_dis{display: block;}
.sp_dis{display: none;}

.dc {display: block; text-align: center;}
.lineqr img {width: 200px; margin: 0 auto; display: block;}
