/* CSS Document */
body{
  font-family:'Quicksand', "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
	background: #ececec;
  line-height: 1.6;
}
section {
	background: #fff;
	margin:0 0 50px 0;
  padding: 30px;
}
h1,h2,h3,h4,h5{
	font-weight: bold;
	margin: 0;
}
h1{
  font-size: 150%;
  padding: 10px;
}
h2{
	font-size: 150%;
  padding: 10px;
}
header {
	font-weight: bold;
}
footer {
	background: #185299;
	color: #fff;
	font-weight: normal;
}
form {
	margin: 20px 0;
}
.container{
  padding: 0;
}
.padding5{
  padding: 5px;
}
.padding10{
  padding: 10px;
}
.padding15{
  padding: 15px;
}
.padding30{
  padding: 30px;
}
#rue_wrap{
  height: 100px;
  overflow-y:scroll;
}

.reserve-infomation {
	font-size:18px;
	margin: 20px 0 15px 0;
	overflow: hidden;
	font-weight: bold;
}
.reserve-infomation a {
  color: #fff;
}
.reserve-infomation a:hover {
  text-decoration: none;
	opacity: .7;
}
.reserve-infomation i{
  margin-right: 5px;
}
.reserve-infomation .label-warning {
	margin-right: 10px;
  padding: 10px;
}
.reserve-infomation .label-info {
	margin-left: 10px;
}
.reserve-infomation p {
	margin-bottom: 5px;
	overflow: hidden;
	padding:10px 0;
}
.logo-tel {
	padding:20px 0 0 0;
}
.tel {
	text-align: right;
	font-weight: bold;
	font-size:16px;
}
.tel p {
	font-size:26px;
}
.tel p i {
	margin-right: 5px;
}
.header-exp {
  color: #fff;
  background-color: #185299;
	font-size: 130%;
}
table {
  width:100%;
}
table th {
  background-color: #f6f6f6;
	padding: 10px;
	border-bottom:1px solid #ebebeb;
	width: 200px;
}
table th span {
	margin-left: 3px;
}
table td{
	padding: 10px;
  font-size: 16px;
	border-bottom:1px solid #ebebeb;
}
#breadcrumbs{
  overflow: hidden;
  width: 100%;
  list-style: none;
  margin:0px 0;
  padding:0;
  background-color: #C9CACA;
}
#breadcrumbs li{
  float: left;
  padding: 20px 0;
  text-shadow: 0 1px 0 rgba(111,111,111,.5);
  width: 20%;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  position: relative;
  color: #fff;
}
#breadcrumbs li::after{
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  right:0;
}
#breadcrumbs li:last-child::after{
  font-family: FontAwesome;
  content: "";
  position: absolute;
  right:0;
}
#breadcrumbs li.current{
  color: #C3162F;
}
.exp {
  padding-bottom: 10px;
}
.thanks {
  text-align: center;
  font-size: 24px;
  padding: 40px 0;
  font-weight: bold;
}
.thanks-inquiry {
  text-align: center;
  font-weight: bold;
}
.thanks-inquiry .thanks-exp {
  padding-bottom: 15px;
}
.thanks-inquiry .thanks-tel-ttl {
  padding-bottom: 5px;
}
.thanks-inquiry .thanks-telnum {
  font-size:26px;
}
.thanks-inquiry .thanks-telnum i {
  margin-right: 3px;
}
.thanks-inquiry .thanks-jyuku-name {
  font-size:26px;
}

@media only screen and (max-width: 680px) {
  button {
    display: block;
    text-align: center;
    width: 80%;
    margin:20px 0;
  }
  #breadcrumbs{
    width: auto;
    margin:10px 0;
    background-color: none;
  }
  #breadcrumbs li{
    float: left;
    padding: 10px;
    text-shadow: 0 1px 0 rgba(111,111,111,.5);
    width: auto;
    font-size: 11px;
    text-align: left;
    position: relative;
    color: #fff;
  }
  #breadcrumbs li::after{
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    right:0;
  }
  section {
    padding: 5px;
    margin: 0;
  }
  img {
    max-width: 98%;
  }
  .logo,.tel {
    display: block;
    width: auto;
    text-align: center;
  }
  .tel {
    margin-top: 10px;
    font-size:20px;
  }
  .tel p {
    font-size:30px;
  }
  .reserve-infomation {
    font-size: 14px;
  }
  .reserve-infomation .label-warning {
    padding: 4px;
  }
  .reserve-infomation .label-info span {
    display: none;
  }
  .reserve-infomation .label-info i {
    margin-right: 0;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: none;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    width: auto;
  }
	table.mobile-block {
	}
	table.mobile-block th {
		text-align:center;
	}
	table.mobile-block th,
	table.mobile-block td {
    margin: 0;
		display: block;
		width:auto !important;
	}
  table.mobile-block td input {
    width: 100%;
	}
}
