body{
  background-color: #f2f2f2;
}
/*==header=====================================*/
header{
  border-bottom: 1px solid #ccc;
}
header img{
  float: left;
  width: 60px;
}
header p{
  text-align: center;
}
/*============================================*/

#first_back_btn{
  border-radius: 0 30px 30px 0;
  position: fixed;
  top: 86px;
  padding: 10px;
  z-index: 300;
  background-color: rgba(113, 113, 113, 0.7);
  color: #fff;
  width: 30px;
}

h1{
  color: #0db30f;
}
h2{
  text-align: center;
  font-size: 20px;
}
ul{
	list-style: none;;
	list-style-position: inside;
}

section#tel_area{
  margin-top: 36px;
}
section#tel_area a{
  text-decoration: none;
  text-align: center;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  display: block;
  margin-top: 12px;
}
section#tel_area .name_us{
  font-size: 14px;
  color: #00bcd4;
}
section#tel_area .phone_number{

  font-size: 24px;
  color: #0097a7;
}

form{
  padding: 24px;
  border: 1px solid #ccc;
  border-radius: 12px;
  background-color: #fff;
}
form dt{
  padding: 24px 0 0;
  font-weight: bold;
}
form dt span.label{
  float: right;
  color: #fff;
  font-size: 10px;
  padding: 4px;
  border-radius: 4px;
  background-color: rgb(124, 146, 159);
}
form dt span.required{
  background-color: #d54536;
}
form dd{
  padding: 12px 0 0;
}
form input[type=text],
form input[type=email],
form textarea{
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
}
form ul#c_tour_list{
  border-radius: 6px;
  font-size: 14px;
}
form ul#c_tour_list li.rast{
  border-radius: 6px;
}
form ul#c_tour_list .c_tour_label_span{
  display: block;
}
form textarea{
  height: 100px;
  font-size: 14px;
}
form .btn_box{
  padding: 36px 0;
  text-align: center;
}
form .btn_box .seg_contents{
  float: right;
}
form .btn_box input{
  color: white;
  padding: 12px;
  border-radius: 4px;
  box-shadow: none;
  width: 80%;
}
form .btn_box #check,
form .btn_box #send{
  background-color: #f78814;
  border: 1px solid #f78814;
  border-bottom-color: #cc7010;
  border-right-color: #804508;
  font-size: 18px;
}
form .btn_box #back{
  background-color: #aaa;
  border: 1px solid #aaa;
  border-bottom-color: #787575;
  border-right-color: #787575;
  margin-top: 24px;
}

.hide_on_contact{
  display: none;
}
.hide_on_contact.del{
  color: #0097a7;
}

section#after_send_contents{
  font-size: 20px;
}
section#after_send_contents p.comp{
  color: #0db30f;
  font-size: 36px;
}
section#after_send_contents .backBtn{
  padding-top: 56px;
}
section#after_send_contents a{
  color: #fff;
  background-color: #0db30f;
  margin-top: 56px;
  padding: 24px;
  border-radius: 6px;
}

/*--my_footerを修正-------*/
#my_footer{
  border-top: 1px solid #ccc;
}

@MEDIA screen and (min-width:414px)  {
  form ul#c_tour_list .c_tour_label_span{
    display: inline;
  }
}
@MEDIA screen and (min-width:768px)  {
  form .btn_box #check,
  form .btn_box #send,
  form .btn_box #back{
    width: 60%;
  }
  #main_area{
    width: 768px;
    margin: auto;
  }

  section#after_send_contents p.comp{
    font-size: 48px;
  }
  section#after_send_contents p.thank{
    font-size: 36px;
  }
}
@MEDIA screen and (min-width:1024px)  {

  /*section#tel_area,
  section#form_area{
    width: 50%;
    float: right;
  }*/
}
