@charset "utf-8";

/*
//////////////////////////////
/////////body&wrapper/////////
//////////////////////////////
*/
body,
#wrapper{
	/*
-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
*/
	
	position: relative;
	width: 100%;
	height: 100%;
}


h1{
	font-size: 10px;
	color: #666666;
	text-align: right;
	padding-top: 5px;
}


/*
//////////////////////////////
/////////////common///////////
//////////////////////////////
*/
p#nomal{
	font-size: 14px;
	line-height: 170%;
}
p#kome{
	font-size: 12px;
	line-height: 170%;
	color: #666666;
}

/*
//////////////////////////////
/////////////header///////////
//////////////////////////////
*/
.header_navi{
	position: relative;
	width: 900px;
	height: 90px;
	margin: 0 auto;
}
.header_navi .logo{
	position: absolute;
	left: -21px; top: 19px;
	z-index: 9999999999;
}
.header_navi .btn1{
	position: absolute;
	left: 215px; top: 37px;
}
.header_navi .btn2{
	position: absolute;
	left: 301px; top: 37px;
}
.header_navi .btn3{
	position: absolute;
	left: 446px; top: 37px;
}
.header_navi .btn4{
	position: absolute;
	left: 551px; top: 37px;
}
.header_navi .btn5{
	position: absolute;
	left: 663px; top: 37px;
}
.header_navi .btn6{
	position: absolute;
	left: 805px; top: 37px;
}


.header_line{
	position: relative;
	width: 100%;
	height: 8px;
	background-color: #FFF000;
}



/*
//////////////////////////////
/////////////header///////////
//////////////////////////////
*/
.photo_area{
	position: relative;
	width: 100%;
	height: 580px;
	overflow: hidden;
	cursor: pointer;
}
.photo_over_bg{
	position: absolute;
	width: 100%;
	height: 580px;
	overflow: hidden;
	background-color: black;
}

.photo_over_text{
	position: absolute;
	width: 670px; height: 171px;
	left: 50%; top: 50%;
	margin-left: -335px;
	margin-top: -60px;
}

#pic1,#pic2,#pic3,#pic4{
	height: 580px;
	position: absolute;
	overflow: hidden;
}

#contents{
	position: relative;
	width: 900px;
	/* background-color: aqua; */
	margin: 0 auto;
}

.contentsIns{
	width: 900px;
	margin: 0 auto;
}


.dsc{
	position: relative;
	width: 100px;
	margin-top: 10px;
	left:  800px;
}
/*
//////////////////////////////
/////////////about///////////
//////////////////////////////
*/

.set_about{
	position: relative;
	width: 900px; height: auto;
	text-align: center;
	margin-top: 100px;
}
.about{
	margin: 0 auto;
	margin-bottom: 20px;
}
.about_text{
	margin: 0 auto;
	margin-bottom: 20px;
}


/*
//////////////////////////////
/////////////plane///////////
//////////////////////////////
*/

.set_plan{
	position: relative;
	width: 815px;
	margin: 0 auto;
	margin-top: 100px;
}

.set_plan .plan{
	position: relative;
	width: 96px;
	left: 353px; top: 0px;
}


.plan_text1{
	font-size: 14px;
	text-align: center;
	margin-top: 40px;
}

.plan_text2{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.plan_text2 a{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}


/*
//////////////////////////////
/////////////faq///////////
//////////////////////////////
*/
.set_faq{
	position: relative;
	width: 900px; height: auto;
	text-align: center;
	margin-top: 100px;
}
.faq_box{
	position: relative;
	margin-top: 20px;
	width: 730px;
	left: 50%;
	margin-left: -320px;
}
.faq_left{
	width: 350px;
	float: left;
	text-align: left;
}
.faq_right{
	width: 350px;
	float: right;
	text-align: left;
	margin-left: 30px;
}

span.yellow{
	background-color: #FFF000;
}

.fq1{
	margin-top: 20px;
}
.fq2{
	margin-top: 30px;
}
.fq3{
	margin-top: 40px;
}
.faq_other{
	margin-top: 30px;
	cursor: pointer;
}
.icon_pdf{
	position: absolute;
	left: 224px;
	top: 557px;
}

/*
//////////////////////////////
/////////////access///////////
//////////////////////////////
*/
.access{
	position: relative;
	width: 900px; height: auto;
	text-align: center;
	margin-top: 100px;
}
.access_box{
	position: relative;
	width: 770px;
	margin: 0 auto;
	margin-top: 20px;
}
.access_name{
	float: left;
	text-align: left;
	margin-left: 0px;
	width:365px;
}
.access_text{
	float: right;
	padding:0 0 0 0px;
	width:400px;
}
.gmap{
	clear:both;
	padding:30px 0 0;
	margin:0 0 0 -75px;
	width: 900px;
}


/*
//////////////////////////////
/////////////contact///////////
//////////////////////////////
*/
.set_contact{
	position: relative;
	width: 900px;
	height: auto;
	text-align: center;
	margin-top: 100px;
}
.contact_mail{
	position: relative;
	margin:20px 0 30px 215px;
	text-align:left;
}
.contact_tel{
	text-align:center;
	margin:0 0 10px;
}
.inquiryBtn{
	text-align:center;
	margin:40px 0 40px;
}
.contact_text {
	font-size: 14px;
	text-align: center;
}

/*
//////////////////////////////
/////////////calender///////////
//////////////////////////////
*/
.set_calender{
	position: relative;
	width: 900px;
	height: auto;
	text-align: center;
	margin-top: 100px;
}
.set_calender .calender{
	margin:0 0 40px;
}


/*
//////////////////////////////
/////////////footer///////////
//////////////////////////////
*/

.footer{
	position: relative;
	height: 300px;
	width: 100%;
	margin-top: 100px;
	background-color: #FFF000;
}

.footer_contents{
	width: 900px;
	margin: 0 auto;
}
.footer .leftBox{
	background:#fff;
	float:left;
	width:500px;
	margin:20px 0 0 0;
	padding:10px;
}
.footer .rightBox{
	float:right;
	width:300px;
	overflow:hidden;
}
.sns_set{
	padding:20px 0 0 0;
}
.facebook{
	float:right;
	width: 120px;
}
.twitter{
	float:right;
	width: 120px;
}
.bnr{
	float: right;
	margin-top:30px;
}
.copylight{
	float: right;
	margin-top:40px;
}


/*
//////////////////////////////
/////////////pop-up///////////
//////////////////////////////
*/
#white_bord{
	width: 100%;
	height: 100%;
	background: #FFF;
	position: fixed;
	z-index: 9999999999999999;
}

#pop,#pop2{
	position: absolute;
	width: 895px;
	background: #FFF;
	border: solid;
	border-color: #FFF000;
	z-index: 99999999999999999;
	left: 50%;
	top:170%;
	margin-left: -447px;
	visibility: hidden;
}
#pop.inquiry1 {
	top:50% !important;
}
#pop2.inquiry2 {
	top:15% !important;
}

.pop_close{
	position: absolute;
	left: 840px; top: 10px;
	cursor: pointer;
}

.pop_text_title{
	font-size: 16px;
	font-weight: bold;
	line-height: 170%;
}

.pop_text_nomal{
	font-size: 12px;
	line-height: 170%;
}
.pop_text_sub{
	font-size: 12px;
	line-height: 170%;
	font-weight: bold;
}
.pop_text{
	padding-top: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
	width: 800px;
}
#pop2 h2 {
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
	padding:20px 0 10px;
}
#pop2 h2:first-child {
	padding:0 0 15px;
}
#pop2 p {
	font-size:12px;
	line-height:1.5;
	padding:0 0 10px;
}
#pop2 p.none {
	border-bottom:none;
}
#pop2 p:last-of-type {
	border-bottom:none;
}
#pop2 ul {
	list-style:none;
	padding:0 0 10px;
}
#pop2 ul li {
	padding-left: 1em;
	text-indent: -1em;
	font-size:12px;
	line-height:1.4;
	margin:0 0 5px;
}




/*inquiry*/
div.set_contact p.text {
	padding:30px 0;
}
div.set_contact div.flow {
	padding:20px 0;
	text-align:center;
}
div.set_contact div.box.noborder {
	border-bottom:none;
}
div.set_contact h2 {
	font-size:14px;
	font-weight:bold;
	padding:25px 0 15px;
}
div.set_contact p {
	font-size:12px;
	line-height:1.5;
	padding:0 0 50px;
}
div.set_contact ul#tab {
	margin:0 0 60px;
	text-align:center;
	border-bottom:2px solid #000;
}
div.set_contact ul#tab li {
	display:inline-block;
	width:314px;
	height:48px;
	text-indent:-9999em;
	margin:0 5px;
	cursor:pointer;
}
div.set_contact ul#tab li.tab01 {
	background:url(../inquiry/img/tab01.gif) no-repeat;
}
div.set_contact ul#tab li.tab02 {
	background:url(../inquiry/img/tab02.gif) no-repeat;
}
div.set_contact ul#tab li.tab01.select {
	background:url(../inquiry/img/tab01_o.gif) no-repeat;
}
div.set_contact ul#tab li.tab02.select {
	background:url(../inquiry/img/tab02_o.gif) no-repeat;
}

div.set_contact div.leftBox {
	float:left;
	width:438px;
	padding:0 0 0 10px;
	margin:0 0 40px;
	border-right:1px dotted #CCC;
}
div.set_contact div.rightBox {
	float:right;
	width:440px;
	padding:0 10px 0 0;
	margin:0 0 40px;
}
div.set_contact dl {
}
div.set_contact dl dt {
	margin:0 0 10px;
	font-weight:bold;
	font-size:15px;
	float:left;
	line-height:40px;
	text-align:right;
	width:130px;
	padding:0 20px 0 0;
}
div.set_contact dl dt.other {
	line-height:1.5;
	padding:70px 20px 0 0;
}
div.set_contact dl dd {
	margin:0 0 20px;
	font-size:14px;
	text-align:left;
}
div.set_contact dl .mgnone {
	margin:0px;
}

div.set_contact .attention {
	width:250px;
	font-size:12px;
	margin-left:150px;
	text-align:left;
	margin-bottom:20px;
}

div.set_contact .attention01 {
	width:250px;
	font-size:12px;
	margin-left:150px;
	text-align:left;
	margin-top:-20px;
	margin-bottom:20px;
}

div.set_contact select {
	background:#FFF;
	width:280px;
	margin:0 0 10px;
	border:2px solid #000;
	border-radius:0;
	padding:8px 10px;
	height:40px;
	font-size:14px;
}
div.set_contact input {
	background:#FFF;
	width:250px;
	margin:0 0 10px;
	border:2px solid #000;
	border-radius:0;
	padding:10px;
	font-size:14px;
}
div.set_contact textarea {
	background:#FFF;
	height:160px;
	width:250px;
	margin:0 0 10px;
	border:2px solid #000;
	border-radius:0;
	padding:10px;
	font-size:14px;
}
div.set_contact .small {
	width:80px;
}
div.set_contact div.checkBtn {
	padding:0 0 10px;
	clear:both;
}
div.set_contact div.checkBtn p {
	padding:0 0 10px;
	display:inline-block;
	margin:0 40px 60px;
	font-size:14px;
}
div.set_contact div.checkBtn span {
	text-decoration:underline;
	cursor:pointer;
}
div.set_contact input.check {
	width:auto !important;
	height:auto !important;
	margin:0 5px 0 0;
	padding:0;
}
div.set_contact input.btn {
	background-image:url(../inquiry/img/btn01.gif);
	background-repeat:no-repeat;
	text-indent:-9999em;
	width:200px;
	height:50px;
	margin:0 auto 30px;
	border:none;
	border-radius:0;
	padding:0;
	text-align:center;
	display:block;
	clear:both;
}
div.set_contact input.btn2 {
	background-image:url(../inquiry/img/btn02.gif);
	background-repeat:no-repeat;
	text-indent:-9999em;
	width:200px;
	height:50px;
	margin:0 auto 30px;
	border:none;
	border-radius:0;
	padding:0;
	text-align:center;
	display:block;
}
div.set_contact input.btn3 {
	background-color:#FFF;
	width:110px;
	margin:0 auto 30px;
	border:3px solid #000;
	border-radius:0;
	padding:5px;
	display:block;
}
div.set_contact p.end {
	text-align:center;
	padding:0 0 50px;
	font-size:14px;
}
div.set_contact p.endBtn {
	text-align:center;
	padding:0 0 50px;
}
div.set_contact p.endBtn img {
	zoom:1 !important;
}
div.set_contact .hide {
	display:none;
}

div.set_contact table {
	display:block;
	padding:20px 0;
	font-size:14px;
	width:50%;
	margin:0 auto 60px;
}
div.set_contact table th {
	padding:0 30px 20px 0;
	font-weight:bold;
	text-align:left;
}
div.set_contact table td {
	padding:0 0 20px 0;
	text-align:left;
}



/*
//////////////////////////////
///////////////faq(NEW)////////////
//////////////////////////////
*/


.leftHref{
	width:450px;
	float:left;
	}
	
.rightHref{
	width:450px;
	float:right;
	}
	
	
.set_faqPage{
	margin-top:100px;
	position: relative;
	width: 900px; height: auto;
	text-align: center;
	}

.set_faqPage p {
	font-size:12px;
	line-height:1.5;
	padding:0 0 50px;
}

.set_faqPage p.text {
	padding:30px 0;
}


.submenu{
	padding-top:20px;
	text-align:left;
	}
	
#QAwrap{
	font-size: 14px;
	line-height: 160%;
}

	
#QAwrap .qTxt{
	/*line-height: 300%;*/
	font-weight:bold;
	padding-bottom:180px;
	}



/*アコーディオン*/

li{
list-style: none;
}
 
ul.acordion{
margin: 15px;
padding: 0;
}

 
ul.acordion li {
margin:0px 12px 30px 12px;
}
 
ul.acordion li:first-child {
}
 
ul.acordion li ul {
margin: 0;
padding: 0;
border: none;
}
 
ul.acordion li ul li {
	text-align:left;
}
 

ul.acordion li ul li:last-child{
border-bottom: none;
}
 
 
ul.acordion li .none-submenu {
background: url(../images/trigger-arrow.png) no-repeat 95% 50%;
display: block;
/*background-color:#fff;*/
border:2px #010101 solid;
padding-top: 10px;
cursor:pointer;
font-size:16px;
font-weight:bold;
height:38px;
}
 
ul.acordion li .active-submenu {
background: url(../images/triggeractive-arrow.png) no-repeat 95% 50%;
display: block;
/*background-color:#fff000;*/
border:2px #010101 solid;
padding-top: 10px;
cursor:pointer;
font-size:16px;
font-weight:bold;
height:38px;
}
/* 
@media only screen and (max-width: 600px) {
ul.acordion li .none-submenu{ background: url(../images/trigger-arrow.png) no-repeat 96% 50%; }
ul.acordion li .active-submenu{ background: url(../images/triggeractive-arrow.png) no-repeat 96% 50%; }
}

*/






