
/*---------Common---------------*/
* {
	box-sizing: border-box;
	position: relative;
}

.aplha {
	-ms-filter: "alpha( opacity=0 )";
	filter: alpha(opacity=0);
	opacity: 0.0;
}

.onalpha {
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha(opacity=100);
	opacity: 1.0;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: default;
}

.onalpha:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	cursor: pointer;
}


.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

a:focus,
*:focus {
	outline: none;
}


.sp,
.sp_b {
	display: none;
}

.pc {
	display: inline-block;
}

.pc_b {
	display: block;
}

/*-----Loading-------*/
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 999;
	background-color: #000000;
	text-align: center;
	color: #fff;
	display: none;
}


#loading_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/*-----HEADER-------*/
#header{
	width: 100%;
	min-width: 1000px;
	margin: 0;
	overflow-x: hidden;

}


.btn_home{
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	color: #ff6d00;
	background-color: #000000;
	text-decoration: none;
	z-index: 20;
	font-size: 10pt;
	line-height: 30px;
	font-weight: 400;
	transition: 0.2s;
	z-index: 50;
	font-size: 14pt;
}

#header .pc_b{
	width: 100%;
	min-width: 1000px !important;
	margin: 0;
	background-image: url('../images/body_bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	padding-bottom: 7vw;
}

.top_logoset{
	width: 100%;
	min-width: 1000px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	z-index: 20;
}

.top_logoset_sp{
	width: 100%;
	height: auto;
	position: absolute;
	margin: 0;
	z-index: 20;
}


.body_bg{
	width: 100%;
	height: auto;
	margin: 0;
	z-index: 10;
}


/*-----Main-------*/
main{
	width: 100%;
	min-width: 1000px;
	overflow-x: hidden;
	background-color: #000000;
}



/*------- SNS ----------------*/

#top_tw {
	position: relative;
	display: inline-block;
	z-index: 500;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 25px;
}

.fb {
	margin: -2px 0px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}

.tw {
	margin: 2px 0px 0px 5px;
	padding: 0px;
	display: inline;
	float: left;
}

.line {
	margin: 2px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
}


.eigacom {
	margin: 2px 0px 0px 10px;
	padding: 0px;
	display: inline;
	float: left;
}






/*------- SUB PAGE ----------------*/
.sub_box {
	width: 100%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}

.in_box {
	margin: 0 auto;
	width: 1000px;
}

h3{
	display: block;
	font-family: "Bebas Neue", sans-serif;
	font-size: 37pt;
	font-weight: 400;
	text-align: center;
	color: #ffd006;
}


.pad_lr {
	padding-left: 13px;
	padding-right: 13px;
}

.txt_box{
	font-size: 11pt;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.trans_link{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: right;
}


.top_box{
	color: #000;
	background-color: #ffd006;
	text-align: center;
	padding: 40px 20px;
	margin-top: 60px;
	margin-bottom: 50px;
	/* font-size: 37pt; */
	font-weight: 700;
}

.nittei_ttl{
	color: #ff6d00;
	/* color: #000; */
	font-size: 22pt;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.2em;
}

.ttl_jp{
	font-size: 70%;;
	color: #000;
}

.lvtitle{
	font-size: 27pt;
	font-weight: 700;
}

.nittei{
	font-size: 37pt;
	font-weight: 700;
}

.nittei small{
	font-size: 70%;;
}

.time_tp{
	width: 400px;
	margin: 30px auto 0;
	font-size: 18pt;
	line-height: 1.8em;;
}

.click{
	margin-top: 30px;
	font-size: 16pt;
}

.row_top{
	font-size: 130%;
	border-bottom: 1px #000 solid;
	width: 100%;
}

.rows{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-bottom: 1px #000 solid;
}

.rowL{
	width: 70%;
	text-align: left;
	padding-left: 10px;
}
.rowR{
	width: 30%;
}



#table_box{
	padding-bottom: 100px;
	color: #fff;
	width: 600px;
	margin: 0 auto;
}

.table_txt{
	font-size: 13pt;
	margin-bottom: 30px;
}

.area{
	font-size: 23pt;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.4em;
}

.price{
	padding-left: 50px;
	font-size: 80%;;
}

table{
	font-weight: 400;
	width: 100%;
	border: 1px #fff solid;
	margin-bottom: 60px;
}


th{
	background-color: #202020;
	padding: 9px 0;
}

td{
	text-align: center;
	border-bottom: 1px #fff solid;
	padding: 5px 0;
}

tr th:first-child{
	border-right: 1px #fff solid;
}

tr td:first-child{
	border-right: 1px #fff solid;
}


















