@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  background-color: #f6f6f6; }

hr {
  display: none; }

#header {
  background-color: #dddddd;
  border-bottom: 1px solid #bbbbbb; }
  #header .inner {
    text-align: center; }
  #header h2 {
    margin-bottom: 20px; }

#nav {
  background-color: #cccccc;
  padding: 10px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #bbbbbb; }
  #nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #nav li {
    display: inline-block; }
  #nav .li-right {
    float: right; }
  #nav .btn:before {
    font-family: "FontAwesome";
    margin-right: 5px; }
  #nav .btn-home:before {
    content: "\f015"; }
  #nav .btn-left:before {
    content: "\f0a8"; }
  #nav .btn-right:before {
    content: "\f0a9"; }
  #nav .btn-up:before {
    content: "\f0aa"; }
  #nav .btn-dn:before {
    content: "\f0ab"; }

#footer {
  margin-top: 30px;
  border-top: 1px solid #cccccc;
  background-color: #dddddd;
  padding: 15px 0; }
  #footer .inner {
    text-align: center; }

.page-header {
  padding-bottom: 3px;
  margin: 0 0 20px;
  border-bottom: 1px solid #ccc; }
  .page-header h1 {
    margin: 0; }

.section {
  margin-bottom: 50px;
  background-color: #ffffff;
  border-radius: 5px; }

.section:last-child {
  margin-bottom: 0; }

.section-header {
  border-bottom: 1px solid #cccccc;
  padding: 20px; }
  .section-header h2 {
    margin: 0; }

.section-body {
  padding: 20px; }
  .section-body h2 {
    padding-bottom: 5px;
    border-bottom: 1px solid #777777;
    font-weight: bold; }
  .section-body h3 {
    padding-bottom: 5px;
    border-bottom: 1px dotted #777777;
    font-weight: bold;
    margin-top: 20px; }
  .section-body h4 {
    padding: 8px 10px;
    background-color: #dddddd;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 20px; }
  .section-body h5 {
    font-weight: bold;
    margin-top: 20px; }
  .section-body table:last-child {
    margin-bottom: 0; }

.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-color: #ccc; }

#reserve th {
  text-align: center; }

.holiday {
  background-color: #ed9191; }

.sun {
  background-color: #f5cfcf; }

.sat {
  background-color: #cfe7f5; }

.off {
  background-color: #eee; }

.holiday-sample {
  color: #ed9191; }

.off-sample {
  color: #eee; }

#form .required input, #form .required textarea, #form .required select {
  background-color: rgba(248, 237, 172, 0.7); }

#form .required .checkbox, #form .required .radio {
  background-color: rgba(248, 237, 172, 0.7);
  border-radius: 3px;
  padding: 3px 5px; }

#form .form-table {
  background-color: #eee;
  padding: 1px;
  border-radius: 5px;
  border: 1px solid #ccc; }
  #form .form-table .form-th {
    padding: 5px 8px; }
  #form .form-table .form-td {
    padding: 5px 8px;
    background-color: #fff; }

.form-group h3 {
  font-size: 16px;
  margin: 5px 0;
  font-weight: normal;
  display: block; }
  .form-group h3 span {
    color: red;
    margin-left: 5px; }

.form-group p, .form-group input, .form-group button, .form-group select, .form-group textarea {
  margin-bottom: 5px; }

.form-group .alert {
  margin-bottom: 5px;
  padding: 3px 8px; }

.form_actions {
  border-top: 1px solid #aaaaaa;
  text-align: center; }
  .form_actions .btn {
    margin: 10px 5px; }
  .form_actions .btn-lg {
    padding: 15px; }
  .form_actions .btn-primary {
    padding-left: 60px;
    padding-right: 60px; }

form img.thumb {
  margin: 0 5px 5px 0;
  max-width: 160px;
  vertical-align: bottom; }

.sp-list .k-th {
  display: none; }

.sp-list .row {
  margin: 0; }

.sp-list .sp-thead {
  border-bottom: 1px solid #aaa; }
  .sp-list .sp-thead div {
    font-weight: bold;
    background-color: #eee;
    padding: 4px 5px;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #ddd; }

.sp-list .sp-tbody {
  border-bottom: 1px solid #aaa; }
  .sp-list .sp-tbody:hover {
    background-color: #f6f6f6; }
  .sp-list .sp-tbody div {
    padding: 4px 5px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #eeeeee; }

.sp-list .sp-thead div:before {
  font-family: "FontAwesome";
  content: "\f0dc";
  color: #aaa;
  margin: 0 5px; }

.td-selected {
  background-color: #eee; }

.sp-list .sp-thead div.sort-desc, .sp-list .sp-thead div.sort-asc {
  background-color: #ddd; }

.sp-list .sp-thead div.sort-desc:before {
  font-family: "FontAwesome";
  content: "\f0dd";
  color: red; }

.sp-list .sp-thead div.sort-asc:before {
  font-family: "FontAwesome";
  content: "\f0de";
  color: red; }

.p-navi {
  margin: 20px 0;
  overflow: auto; }
  .p-navi .form-control {
    width: auto;
    display: inline-block; }
  .p-navi .pagination {
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 0;
    letter-spacing: -.40em;
    /* 文字間を詰めて隙間を削除する */ }
    .p-navi .pagination span {
      margin: 0;
      padding: 0;
      letter-spacing: normal;
      /* 文字間を通常に戻す */ }
      .p-navi .pagination span:first-child a {
        border: none; }
      .p-navi .pagination span a {
        display: inline-block;
        font-size: 14px;
        width: 30px;
        height: 32px;
        border-left: 1px solid #ddd;
        text-align: center;
        line-height: 32px; }

@media screen and (max-width: 767px) {
  .p-navi .kensu-sec {
    float: left;
    text-align: left; }
  .p-navi .navi-sec {
    text-align: center;
    width: 100%;
    clear: both; }
  .p-navi .sort-sec {
    float: right;
    text-align: right; } }

@media screen and (min-width: 768px) {
  .p-navi .kensu-sec {
    float: left;
    text-align: left;
    width: 25%; }
  .p-navi .navi-sec {
    float: left;
    text-align: center;
    width: 50%; }
  .p-navi .sort-sec {
    float: right;
    text-align: right;
    width: 25%; } }

.form-section {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 15px 1px;
  margin-bottom: 25px;
  box-shadow: 0 0 3px #ccc; }
  .form-section h2 {
    margin: 0 0 15px;
    font-size: 20px; }
  .form-section .row {
    margin-left: 0;
    margin-right: 0; }

.form-xs {
  width: 3em !important;
  display: inline-block; }

.form-sm {
  width: 10em !important;
  display: inline-block; }

.form-md {
  width: 20em !important;
  display: inline-block; }

.form-lg {
  width: 30em !important;
  display: inline-block; }
