@charset "utf-8";

._sp{
display:none;
}

h1 {
	font-size:20px;
	position: relative;
	margin-bottom:20px;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #3498db;
}
h1::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
h1 span {
	display: block;
	margin-bottom: .5em;
	color: #aaa;
	font-size: .8em;
}
#pagetop {
    width: 100%;
    /* line-height: 1.5em; */
}

/*==============================================
Request Reserve Form 資料請求・来場予約 ========
==============================================*/
/*共通*/
input[type="text"] {
  width: 380px;
  height: 35px;
  background: #eee;
  font-size: 1em;
  text-indent: 0.7em;
  padding: 0 8px;
  border-radius: 6px;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background-image: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
input[type="text"]:focus {
  background: #f5f5f5;
  border: 1px solid #4881d9;
}
textarea {
  width: 800px;
  height: 108px;
  background: #eee;
  border: 1px solid #bebebe;
  font-size: 1em;
}
textarea:focus {
  background: #edf4ff;
  border: 1px solid #4881d9;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: #eee url("../img/arrow.png") no-repeat;
  background-size: 10px 7px;
  background-position: right 10px center;
  border: 1px solid #bebebe;
  width: 110px;
  height: 40px;
  font-size: 1em;
  text-indent: 0.3em;
  padding: 5px 8px;
  border-radius: 6px;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
select:focus {
  border: 1px solid #4881d9;
  background: #edf4ff url("../img/arrow.png") no-repeat;
  background-size: 10px 7px;
  background-position: right 10px center;
}
input[type="radio"] {
  display: none;
}
label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}
label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #eee;
  border: 1px solid #bebebe;
  border-radius: 100%;
}
input[type="radio"]:checked + label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #3498db;
  border-radius: 100%;
}
input[type="checkbox"] {
  display: none;
}
label {
  position: relative;
  display: inline-block;
  padding: 10px 3px 10px 22px;
  cursor: pointer;
}
label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #eee;
  border: 1px solid #bebebe;
}
input[type="checkbox"]:checked + label::after {
  position: absolute;
  content: '';
  top: 12px;
  left: 3px;
  width: 13px;
  height: 5px;
  border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.container{
	
}
#request_reserve_form_cont{
	width: 95%;
	max-width: 960px;
	margin: 50px auto 0;
}
#request_reserve_form{
	
}
* #request_reserve_form{
	font-size : 15px;
}

#request_reserve_form table{
	background-color: #f5f5f5;
	width: 100%;
	border : 1px solid #ccc;
}
#request_reserve_form tbody{
	
}
#request_reserve_form tr{
	border-bottom: solid 1px #ccc;
	line-height: 1.5em;
}
#request_reserve_form .required{

}
#request_reserve_form .error_message{
	display:none;
}

#request_reserve_form th{
	padding: 24;
	width: 25%;
	vertical-align : top;
}
#request_reserve_form td{
	
}
.anotation01{
	line-height : 1.2em;
}
.table_title{
	font-size: 20px;
	line-height: 1.5em;
	margin: 20px 0 10px 0;
}
.checkbox,.radio{
	margin-right:0.5em;
}
.btns_wrap{
	text-align:center;
	margin: 30px 0 80px;
	line-height: 4em;
}
.confirm_btn,
.backedit_btn{
	background-color: #0839ad;
	color: #fff;
	font-size: 16px;
	line-height: 1.4em;
	padding: 10px 20px;
	letter-spacing: 0.2em;
	border-radius: 5px;
}
.submit_btn{
	background-color: #0839ad;
	padding: 10px 20px;
	border-radius: 5px;
}


.confirm_btn,
.backedit_btn,
.submit_btn,
.submit_btn input{
	cursor: pointer;
}
.backedit_btn,
.submit_btn{
	display: none;	
}
.checking .backedit_btn,
.checking .submit_btn{
	display: inline;
}

.submit_btn input{
	color: #fff;
	font-size: 16px;
	line-height: 1.4em;
	border: none;
	letter-spacing: 0.2em;
	background-color: rgba(0,0,0,0);
}
.checking .confirm_btn{
	display: none;
}
input{
	line-height: 2em;
}
select{
	height: 2.5em;
	margin: 1.5px;
}

input[type="text"]{
	width : 100px;
	margin : 1.5px;
}
.stopsend{
	background-color: #b1b1b1;
	cursor: default;
}

/*お客様情報*/
#request_reserve_form .tbl_request_reserve{
}
#request_reserve_form .tbd_rqrs{
}
#request_reserve_form .tbd_rqrs tr{
}
#request_reserve_form .tbd_rqrs th,
#request_reserve_form .tbd_csinfo th{
	width : 25%;
	padding : 10px 25px;
	background-color:#3498DB;
	color : #fff;
	vertical-align:middle;
}

#request_reserve_form .tbd_rqrs_a th,
#request_reserve_form .tbd_csinfo_a th{
	width : 25%;
	padding : 10px 25px;
	background-color:#f5f5f5;
	color : #666;
	vertical-align:middle;
}

#request_reserve_form .tbd_rqrs_a td,
#request_reserve_form .tbd_csinfo_a td{
	padding : 10px 25px;
	background-color:#ffffff;
}

.ad_1_2_question {
	width: 20%;
}



#request_reserve_form .tbd_rqrs td,
#request_reserve_form .tbd_csinfo td{
	background : #fff;
	padding : 10px 30px;
	color : #333;
}
#request_reserve_form .verror td{
	background : #ffe4e4;
}
#request_reserve_form .verror td p.error_message,
.reserve_error{
	color : #fb0000;
}
.reserve_error{
	display:none;
}
#request_reserve_form .tr_adress,
#request_reserve_form .tr_adress2,
#request_reserve_form .tr_adress3,
#request_reserve_form .tr_adress4{
	border-bottom: none;
}
#request_reserve_form .tr_mail{
	border-top: solid 1px #ccc;
}
#request_reserve_form .nowhome{
	border-top: solid 1px #ccc;
}
#zipcode,#prefecture{
	width: 20%;
}
#city{
	width: 22.5%;
}
#street1{
	width: 81%;
	max-width: 550px;
}
#street2{
	width: 66.5%;
	max-width: 550px;
}
#mail,#mail2{
	width:94%;
}

#phone,#sphone{
	width : 30%;
}
#name1,#name2,#kana1,#kana2{
	width : 30%;
}
#c_code{
	width : 100%;
}

/*個人情報取り扱い*/
.privacy_wrap{
	background-color:#f5f5f5;
	text-align:center;
	padding:30px;
	margin: 30px auto 50px;
}
.privacy_title{
	font-size: 130%;
	line-height: 1.4em;
	margin-bottom:10px;
}
.privacy_txt{
	font-size:90%;
	line-height: 1.6em;
	margin-bottom:10px;
}
.privacy_policy_txt{
	border: solid 1px #333;
	padding: 10px 15px;
	overflow-y: scroll;
	height: 100px;
}

.privacy_txt a{
	color:#007EDD;;
	border-bottom:1px solid #007EDD;
}
/*アンケート*/
#request_reserve_form .tbl_questionnaire{
	
}
#request_reserve_form .tbd_qst{
	
}
#request_reserve_form .tbd_qst tr{
	
}
#request_reserve_form .tbd_qst th{
	
}
#request_reserve_form .tbd_qst td{
	
}
.tr_reason li{
	float: left;
	margin-right: 1em;
}

#request_reserve_form .require{
	font-size : 0.8rem;
	background : #fff;
	font-weight : bold;
	vertical-align : middle;
	margin : 0 2px 0 5px;
	color : #f44336;
	border : 1px solid #f44336;
	padding : 0px 4px;
	display : inline-block;
}

/*======= 確認画面 ========*/
.error{
	
}
.checking{

}
.checking input{
	border: none;
	background-color: #fff;
}
.checking select{
	border: none;
	background: #fff;
}
.checking .submit_btn input{
	background-color:rgba(0,0,0,0);
}
.check_title_sub{
	font-size: 19px;
	line-height: 1.2em;
	margin-bottom: 52px;
}
.check_title{
	font-size: 35px;
	font-weight: bold;
	line-height: 1.5em;
}
.check_title_sub,
.check_title{
	display:none;
	text-align: center;
}
.checking .check_title,
.checking .check_title_sub{
	display:block;
}
.error_maintext,
.resreq_must{
	display: none;
	color: #fb0000;
}

.error .error_maintext{
	display: block;
	font-size: 20px;
	line-height:1.4em;
	margin-bottom: 20px;
	border: solid #f00 2px;
	padding: 10px;
}
.errm_checkonly{
	display: none;
}
.error .errm_checkonly{
	display: inline;
}
#request_reserve_form.error .verror .error_message{
	display:block;
}
/*========================*/








/*========================*/
#send_pagetop{
	background: #ECE9E6; /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #ECE9E6 , #FFFFFF); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #ECE9E6 , #FFFFFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.send_wrap{
}

.send_message_box{
	color:#333333;
	text-align:center;
	width: 50%;
	margin: 10% auto 0;
	padding: 5%;
	line-height: 1.4em;
	/*border: solid 3px;*/
}
.send_messeageh1{
	font-size: 180%;
	margin-bottom: 5%;
	line-height: 1.1em;
	font-weight: bold;
}
.send_messeage_txt{
	font-size: 120%;
	line-height: 1.4em;
}

.send_close a{
	color:#0042CB;
	border-bottom:1px solid;
}


/**/



#top_jyokyo{
margin-top:20px;
}
#top_jyokyo p.ttl{
font-size:135%;
}
#top_jyokyo p.ttl span{
color:#1b95cd;
}
#top_jyokyo table{
margin-top:10px;
border-collapse:collapse;
width:100%;
}
#top_jyokyo table tr{
}
#top_jyokyo table tr td{
padding:0.5em;
text-align:center;
font-size:125%;
border:#a8a4a5 solid 1px;
}
#top_jyokyo span.r{
color:#e20514;
}
#top_jyokyo span.b{
color:#1b95cd;
}
#top_jyokyo p{
margin-top:0.5em;
}

#top_jyokyo p.chu{
font-size:125%;
line-height:135%;
}
#top_jyokyo p.chu span{
color:#e20514;
}

/*#nobutton {
	width:100%;
	height:100%;
	z-index:100;
	position:fixed;
	top:0;
	left:0;
	background-color:#000;
	color:#FFF;
	opacity:0.8;
}*/

.nodisp {display: none;}
.disp {display: block;}

#nobutton {
  width:100%;
	height:100%;
	z-index:100;
	position:fixed;
	top:0;
	left:0;
	background-color:#fff;
}
.balls-guruguru {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: #fff;
}
.ball {
  width: 50%;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  transform-origin: 100% 50%;
  left: 0;
}
.ball::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ball-1::before {
  animation: ball-guruguru 1s linear 0s infinite;
}
.ball-2 {
  transform: rotate(45deg);
}
.ball-2::before {
  animation: ball-guruguru 1s linear -0.125s infinite;
}
.ball-3 {
  transform: rotate(90deg);
}
.ball-3::before {
  animation: ball-guruguru 1s linear -0.25s infinite;
}
.ball-4 {
  transform: rotate(135deg);
}
.ball-4::before {
  animation: ball-guruguru 1s linear -0.375s infinite;
}
.ball-5 {
  transform: rotate(180deg);
}
.ball-5::before {
  animation: ball-guruguru 1s linear -0.5s infinite;
}
.ball-6 {
  transform: rotate(225deg);
}
.ball-6::before {
  animation: ball-guruguru 1s linear -0.625s infinite;
}
.ball-7 {
  transform: rotate(270deg);
}
.ball-7::before {
  animation: ball-guruguru 1s linear -0.75s infinite;
}
.ball-8 {
  transform: rotate(315deg);
}
.ball-8::before {
  animation: ball-guruguru 1s linear -0.875s infinite;
}
@keyframes ball-guruguru {
  0% {
    width: 20px;
    height: 20px;
    opacity: 1;
  }
  100% {
    width: 6px;
    height: 6px;
    opacity: .2;
    margin-left: 7px;
  }
}

#birth_m, #birth_d, #rsn06txt2, #rsn06txt3, #occupant_h1, #occupant_h2, #occupant_h3, #occupant_h4, #occupant_h5, #occupant_h6 {
	width: 50px;
}

.size-input-name { width: 16em; }
.size-input-nameS { width: 8em; }
.size-input-company { width: 17em; }
.size-input-division { width: 17em; }
.size-input-quantity { width: 5em; }
.size-input-zip { width: 7em; }
.size-input-zip3 { width: 4em; }
.size-input-zip4 { width: 5em; }
.size-input-pref { width: 6em; }
.size-input-address { width: 26em; }
.size-input-tel { width: 12.5em; }
.size-input-telS { width: 5em; }
.size-input-homepage { width: 35em; }
.size-input-email { width: 20em; }
.size-input-message { width: 100%; }