/*
==========================================================
===== 1: FORM ======================================
==========================================================
*/

/*
===== FormTitle ==========================================
*/

div.FormTitle{
	width:100%;
	border-bottom:1px solid #707070;		
	text-align:left;
	margin-top:20px;
}

div.FormTitle h3{
font-size:14px;
padding:5px;
color:#333333;
}



div.FormTitleNotice p{
	text-align:left;
font-size:12px;
padding:5px;
color:#3399cc;
margin-bottom:20px;
}




/*
===== TableFormMain ==========================================
*/

table.FormMain{
	width:100%;
	border-top:1px dotted #cccccc;		
	border-collapse: collapse;
	text-align:left;
}

table.FormMain:after{

 clear:both;

}
table.FormMain tr{

	border-bottom:1px dotted #cccccc;

}

table.FormMain tr:after{

	clear:both;

}
table.FormMain th{

 width:20%;
	padding:20px;
	
	font-size:12px;

}
table.FormMain td{
	font-size:12px;
	padding:10px;

	
}

tr.FormMainTR01{
	background:#F2F2F2;
}
tr.FormMainTR02{
	background:#FFFFFF;
}

table.FormMain p{

	font-size:12px;
	padding-top:10px;
}

table.FormMain sup{
color:#3399cc;
font-weight:normal;
}

table.FormMain span.Alert{
color:#cc7733;
font-weight:bold;
	font-size:14px;
}

table.AgreeCheckTable span.Alert {
color:#CC7733;
font-weight:bold;
	font-size:14px;
}

table.FormMain tr td input[type=text]{
	width:100%;
	font-size:12px;
}

table.FormMain tr td label{

	font-size:12px;
}

/*
===== pagetop ==========================================
*/

div.PageTop{
	width:100%;
	text-align:right;
 margin-top:10px;

}

div.PageTop p{
	font-size:12px;
}

/*
===== AgreeCheck ==========================================
*/



.AgreeCheckTable{
    margin: 0 auto; /* center on everything else */
    width: 100%;	
				margin-top:20px;	
				margin-bottom:10px;		
				background:#F7F7F7;	
				font-size:12px;		
												
}

.AgreeCheckTable td{
padding:5px;	
text-align:left;	
									
}

.AgreeCheckTable tr td input[type=radio]{


				margin-top:10px;	
				margin-bottom:10px;	
				margin-left:0;
											
}





.AgreeCheckTable tr td label{
					margin-top:20px;	
				margin-bottom:10px;	
width:100%;
				font-size:12px;	

											
}

.AgreeCheckTable tr td label:after{

				  content: "\A";
  white-space: pre;
											
}
@charset "UTF-8";
@import url("common.css");
/* CSS Document */
/*-------------------------------------------
common
-------------------------------------------*/
div#container {
  width: 100%;
}

a:visited, a:link {
  color: #333;
}

.font-weight-bold {
  font-weight: bold;
}

.color-red {
  color: red;
}

.color-red a:visited, .color-red a:link {
  color: red;
}

.color-gray {
  color: gray;
}

.color-gray a:visited, .color-gray a:link {
  color: gray;
}

p.CommonNoteText {
  font-size: 12px;
  color: gray;
  text-align: left;
  margin: 0 10px;
}

@media screen and (max-width: 320px) {
  p.CommonNoteText {
    font-size: 11px;
  }
}
/*-------------------------------------------
header
-------------------------------------------*/
div#Header {
  width: 100%;
  padding-top: 0;
  border-bottom: 4px solid #ed6d1e;
}

div#HeaderImage {
  padding: 5px 0;
}

div#HeaderImage img {
  width: 200px;
}

div#Main {
  width: calc(100% - 30px);
  margin: 25px 15px 0 15px;
}

/*-------------------------------------------
main
-------------------------------------------*/
/* form main
-------------------------------*/
#ResvSet {
  text-align: center;
}

form table.FormMain {
  border: 5px solid #e9e9e9;
}

form table.FormMain:first-child {
  border-bottom: none;
  margin-top: 15px;
}

form table.FormMain:nth-child(2) {
  border-top: none;
  margin-bottom: 15px;
}

form table.FormMain th sup {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #ed6d1e;
  border-radius: 3px;
  padding: 1px 3px;
  position: relative;
  top: -1px;
}

table.FormMain td {
  font-size: 14px;
}

table.FormMain td p, table.FormMain td input[type=text] {
  font-size: 14px !important;
}

table.FormMain td a {
  font-size: 14px;
  pointer-events: none;
  text-decoration: none;
}

table.FormMain td #cu03,
table.FormMain td #cu04,
table.FormMain td #cu05,
table.FormMain td #cu06 {
  font-size: 14px;
  margin: 0;
  width: calc(50% - 5px);
}

table.FormMain td #cu03,
table.FormMain td #cu05 {
  margin-right: 10px;
}

table.FormMain td select[name^=cu07] {
  width: calc(25%);
  padding: 10px;
}

table.FormMain td #cu12 {
  width: calc(50%);
}

table.FormMain td #cu12,
table.FormMain td #cu14,
table.FormMain td #cu15 {
  margin-bottom: 10px;
}

table.FormMain tr {
  border: none;
}

/* form main
-------------------------------*/
form tr.FormMainTR01 {
  background: #fff;
}

form table.FormMain th {
  background: #fff4da;
  border-bottom: none;
  font-size: 14px;
  padding: 6px 10px;
}

form table.FormMain td {
  border-bottom: none;
  padding: 0 10px 10px 10px;
}

form tr.FormMainTR02 td {
  padding-top: 10px;
}

.form_comment {
  margin-bottom: 10px;
  display: inline-block;
}

table.FormMain .reserve_date p, table.FormMain .reserve_date option {
  display: inline-block;
  margin: 0;
  padding: 0;
}

table.FormMain .reserve_date p#cua20 {
  width: 100%;
}

/* input, select, label
-------------------------------*/
input, select {
  line-height: 1.4;
  outline: none;
  font-size: 14px;
  padding: 10px;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* input */
form table.FormMain td input {
  width: 100%;
  float: left;
  display: block;
}

form table.FormMain td input:first-child {
  margin-right: 10px;
}

/* select */
select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 50px;
  margin: 0;
  width: 100%;
}

::-ms-expand {
  display: none;
}

select#cua20 {
  margin-bottom: 10px;
  width: calc(100% - 20px);
}

select#cua21, select#cua22 {
  width: calc(50% - 20px);
}

select#cu50 {
  width: 100%;
}

option.noselect {
  display: none;
}

#cu17, #cu50, #cu53 {
  width: 100%;
}

/* label */
label {
  padding: 0;
}

/* agree check
-------------------------------*/
.AgreeCheckTable {
  background: none;
  margin-top: 20px;
  margin-bottom: 30px;
}

.AgreeCheckTable td {
  padding: 5px 0;
  text-align: center;
}

.AgreeCheckTable tr.FormMainTR02 td {
  text-align: center;
  padding: 20px 10px;
}

.AgreeCheckTable td span.submit_button {
  margin: 0 auto 10px auto;
}

.AgreeCheckTable tr td input[type=radio] {
  position: relative;
  top: 2px;
  margin: 5px 5px 0 0;
}

.AgreeCheckTable tr td label {
  display: inline-block;
  width: auto;
  margin: 5px 10px 0 0;
}

.AgreeCheckTableLink {
  font-size: 14px;
}

.AgreeCheckRadioButton {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

.AgreeCheckTable tr td label {
  font-size: 14px;
}

/* submit button
-------------------------------*/
table.submit_button {
  padding: 10px 10px;
  margin: auto;
}

table.submit_button input {
  font-size: 17px;
  padding: 25px;
  width: 280px;
  height: auto;
}

span.submit_button, span.back_button {
  position: relative;
  display: block;
  width: 200px;
  margin-bottom: 10px;
}

span.submit_button input, span.back_button input {
  border: none;
  font-size: 16px;
  padding: 15px;
  width: 100%;
  height: auto;
  margin-left: 0;
}

span.submit_button input {
  color: #fff;
  background: #ed6d1e;
}

span.back_button input {
  background: #e6e6e6;
  color: #333;
}

span.submit_button:before {
  width: 7px;
  height: 7px;
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  z-index: 2;
  pointer-events: none;
}

span.back_button:before {
  width: 7px;
  height: 7px;
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  z-index: 2;
  pointer-events: none;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 15px;
}

span.submit_button:before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 15px;
}

span.back_button input:hover, span.submit_button input:hover {
  opacity: 0.8;
}

/* comment
-------------------------------*/
.UnderCont1BlockText {
  font-size: 14px;
  padding: 0;
  width: 100%;
  font-weight: bold;
}

.UnderCont1BlockText span {
  font-weight: normal;
  color: #ed6d1e;
}

/* pagetop button
-------------------------------*/
div.PageTop {
  width: 43px;
  height: 43px;
  background: #ed6d1e;
  border-radius: 5px;
  margin-left: auto;
  position: fixed;
  right: 15px;
  bottom: 15px;
  border: 1px solid #fff;
}

div.PageTop a {
  font-size: 0;
  display: block;
  width: 43px;
  height: 43px;
}

div.PageTop a:before {
  width: 8px;
  height: 8px;
  content: "";
  display: block;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(50% - 5px);
  left: calc(50% - 5.5px);
  position: absolute;
}

/* alert
-------------------------------*/
#Main > .FormMain {
  padding: 15px 20px;
  background: #f3f3f3;
  width: auto;
  margin: 15px 0;
  border: none;
  display: block;
}

#Main > table.FormMain td {
  background: none !important;
  border: none;
  padding: 0;
}

#Main > .FormMain .Alert {
  color: #e64849 !important;
}

#Main > .FormMain .Alert:before {
  content: "※ ";
}

.Alert, table.FormMain span.Alert {
  color: #e64849;
  display: inline-block;
  font-size: 14px;
  padding-top: 5px;
}

/* precautionary message
-------------------------------*/
.precautionary_message {
  font-weight: normal;
  color: #ed6d1e;
  font-size: 14px;
}

/*-------------------------------------------
footer
-------------------------------------------*/
#Footer {
  width: 100%;
  background: #f3f3f3;
  border: none;
  padding: 0;
}

#FooterR {
  margin: 0 auto;
  text-align: left;
  float: none;
  padding: 20px 15px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: normal;
}

#FooterR p {
  font-size: 14px;
  margin-bottom: 15px;
}

#FooterR > a {
  display: inline-block;
  margin-top: 5px;
}

#FooterR > a:before {
  width: 5px;
  height: 5px;
  content: "";
  display: inline-block;
  border-right: 3px solid #333;
  border-top: 3px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 5px;
}

#PoweredBy {
  padding: 15px 0;
  color: #fff;
  text-align: center;
  background: #ed6d1e;
}

/* media button
-------------------------------*/
#header_media_btn_sp img {
  width: 70%;
}

/*-------------------------------------------
confirm
-------------------------------------------*/
.reserve_finish {
  margin-top: 30px;
}

.reserve_finish .UnderCont1BlockText {
  font-weight: normal;
  margin-bottom: 20px;
}

.UnderCont1BlockText p.finish_sttl {
  color: #ed6d1e;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}

.UnderCont1BlockTitle .t2 {
  position: relative;
  width: 260px;
  margin: 0 auto;
  margin-top: 30px;
}

.UnderCont1BlockTitle .t2 a {
  width: 100%;
  display: inline-block;
  background: #f8b409;
  color: #fff;
  text-decoration: none;
  padding: 15px 0;
  text-align: center;
  font-size: 18px;
}

.UnderCont1BlockTitle .t2 a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  top: calc(50% - 5px);
  right: 15px;
  display: block;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.note_text_area {
  background: #f3f3f3;
  padding: 10px;
}

.note_text {
  font-size: 11px;
  text-align: left;
}

/*-------------------------------------------
lists
-------------------------------------------*/
/* h2 */
.UnderCont1BlockTitle h2 {
  border: none;
  background: none;
  border-bottom: 2px solid #cecece;
  font-size: 20px;
  position: relative;
  padding: 0px 10px 5px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 20px 0;
}

.UnderCont1BlockTitle h2:before, .UnderCont1BlockTitle h2:after {
  width: 8px;
  height: 8px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
}

.UnderCont1BlockTitle h2:before {
  background: #2b9a33;
  top: calc(50% - 9px);
  border-right: 8px solid #ffa100;
}

.UnderCont1BlockTitle h2:after {
  background: #0076ec;
  top: calc(50% - 1px);
  border-right: 8px solid #e51b33;
}

/* reserve main */
div#ReserveNavigationCont {
  display: none;
}

div#Reserve0Main {
  border: none;
  padding: 0;
}

div.CourseList1Block {
  border-top: none;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}

div#Reserve0Main .LessonMenuMain:first-child div.CourseList1Block {
  margin-bottom: 30px;
}

div#Reserve0Main .LessonMenuMain:not(:first-child) div.CourseList1Block {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 15px;
}

div.CourseList1BlockR {
  margin: 0;
  width: 100% !important;
}

div.CourseList1BlockR span.submit_button {
  width: 100%;
  margin: 0;
}

div.CourseList1BlockR input {
  margin: 0;
}

div.CourseList1BlockL {
  text-align: center;
  margin: 0 0 15px 0;
}

div.CourseList1BlockL img {
  margin-top: 0;
  width: 60%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div#Reserve0Main .LessonMenuMain:nth-child(2) div.CourseList1BlockL img {
  border: 7px solid #e51b33;
}

div#Reserve0Main .LessonMenuMain:nth-child(3) div.CourseList1BlockL img {
  border: 7px solid #2b9a33;
}

div#Reserve0Main .LessonMenuMain:nth-child(4) div.CourseList1BlockL img {
  border: 7px solid #ac0dcd;
}

.reserve_full {
  color: #e51b33;
  width: 100%;
  display: inline-block;
  padding: 13px 0;
  text-align: center;
  font-weight: bold;
  background: #f3f3f3;
}

div.CourseList1BlockR h3 {
  border-bottom: none;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 16px;
}

div.CourseList1BlockR .ttl_icon span {
  font-size: 14px;
  display: inline-block;
  border: 1px solid #ed6d1e;
  color: #ed6d1e;
  padding: 2px 10px 0 10px;
  margin: 5px 5px 10px 0;
  border-radius: 2px;
}

div.CourseList1BlockR h3:before {
  position: relative;
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #e51b33;
  border-top: 8px solid #ffa100;
  margin-right: 6px;
}

div.CourseList1BlockR span.target {
  font-size: 14px;
  margin-bottom: 20px;
  display: inline-block;
}

div.CourseList1BlockR div.label-area {
  margin-bottom: 10px;
  width: 100% !important;
}

.GameApplicationProgramingCourseFeaturesIcon, .RobotCreateCourseFeaturesIcon, .GameApplicationExpertCourseFeaturesIcon {
  padding: 6px;
  border-radius: 5px;
  color: #fff;
  margin-right: 6px;
  margin-bottom: 5px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 320px) {
  .GameApplicationProgramingCourseFeaturesIcon, .RobotCreateCourseFeaturesIcon, .GameApplicationExpertCourseFeaturesIcon {
    font-size: 11px;
  }
}
.GameApplicationProgramingCourseFeaturesIcon {
  background-color: #e51b33;
}

.RobotCreateCourseFeaturesIcon {
  background-color: #2b9a33;
}

.GameApplicationExpertCourseFeaturesIcon {
  background-color: #ac0dcd;
}

div.CourseList1BlockR p, div.courselist-lead-text p, div.reservation-description p, div.CourseList1BlockR .ttl_icon span {
  font-size: 14px;
}

@media screen and (max-width: 320px) {
  div.CourseList1BlockR p, div.courselist-lead-text p, div.reservation-description p, div.CourseList1BlockR .ttl_icon span {
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  div.CourseList1BlockR p, div.courselist-lead-text p, div.reservation-description p, div.CourseList1BlockR .ttl_icon span {
    font-size: 11px;
  }
}
/*-------------------------------------------
reserve0
-------------------------------------------*/
.SelectDatetimeArea {
  background: #f3f3f3;
  padding: 30px 0;
  margin-top: 10px;
  text-align: center;
}

.SelectDatetimeArea select {
  background: url(https://wonder.litalico.jp/kreisel/img/icon_arrow.png) right top no-repeat #fff;
  background-size: contain;
}

.SelectDatetimeAreaSubText {
  font-size: 13px;
  margin-bottom: 5px;
}

.SelectDatetimeAreaText {
  color: #ed6d1e;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}

#SelectDatetimeSubmitButton {
  visibility: visible;
  display: inline-block;
  text-decoration: none;
  background: #ed6d1e;
  font-size: 17px;
  color: #fff;
  padding: 15px;
  width: 230px;
  cursor: pointer;
  line-height: 1.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

#SelectDatetimeSubmitButton:before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 15px;
  width: 7px;
  height: 7px;
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  z-index: 2;
  pointer-events: none;
}

#SelectDatetimeSubmitButton:hover {
  opacity: 0.8;
}

.text-link {
  font-size: 13px;
}

.reservation-description {
  font-size: 13px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.reservation-button a {
  padding: 5px 13px;
  background-color: #ed6d1e;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: solid 3px #bd6565;
  margin: 5px;
  font-size: 13px;
}
/*# sourceMappingURL=style_sp.css.map */
