/*------------------------------
共通CSS
------------------------------*/
body {
  background-color: #f0f0f0;
}

.container {
  border-width: 0 1px;
  border-style: solid;
  border-color: #e0e0e0;
  background-color: #ffffff;
}

header h1 {
  margin: 0;
}

header h1 img {
  width: 370px;
}

strong {
  color: #f60;
  font-weight: bold;
  font-style: normal;
}

#header {
  margin-top: 6px;
  border-top: 4px solid #01b0f1;
}

#footer {
  margin-top: 20px;
  background-color: #01b0f1;
  padding: 10px;
  color: #fff;
}

#footer a {
  color: #fff;
}

.title {
  background-color: #ff679a;
  padding: 10px 16px;
  font-size: 1.2em;
  color: #ffffff;
}

ul#left_menu {
}

ul#left_menu li {
  padding-bottom: 4px;
}

ul#left_banner {
}

ul#left_banner li {
  padding-bottom: 4px;
}

ul.disc {
  list-style-type: disc;
}
ul.disc li {
  margin-left: 20px;
}

table.tbl {
  border: 1px solid #666;
  border-collapse: collapse;
}

table.tbl th {
}

table.tbl tr,
table.tbl td {
  padding: 6px;
}

table.tbl tr {
}

table.tbl td {
  border: 1px solid #666;
}

table.tbl td.center {
  text-align: center;
}

p.f_scoole {
  padding-left: 10px;
  font-size: 1.2em;
}

#access h4 {
  background-image: url(/uploads/picture/image/9/image.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 6px 0;
  padding-left: 34px;
  border-bottom: 3px solid #f90;
  border-left: none;
  font-size: 1.2em;
}
#access ul.timetable {
  list-style-type: none;
  margin-bottom: 20px;
}

#access ul.timetable li.train {
  background-color: #46a04d;
  color: #fff;
  font-weight: bold;
  padding: 10px 6px;
  font-size: 1.1em;
}

#access ul.timetable li.time {
  background-color: #f7eecd;
  padding: 10px 6px;
  position: relative;
  font-size: 1.3em;
}

#access ul.timetable li.time span {
  position: absolute;
  right: 10px;
}

#access ul.timetable li.arrow {
  background-image: url(/uploads/picture/image/10/image.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 10px 6px;
}

/* input[type=text],
input[type=number]{
	position:relative;
	top:-8px;
} */

div.form_item {
  float: left;
  padding-top: 2px;
}

div.form_item_suffix {
  float: left;
  /*line-height: 2.4em;*/
  padding-left: 3px;
  padding-top: 5px;
}

table.table.hidden {
  display: none;
}

img.title {
  background-color: transparent;
  padding: 20px 0 0 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.form_backtext {
  padding: 0;
}

.red {
  color: #ef4123;
}

#mainContent div.spotlight {
  border: 3px solid #fc6;
  padding: 6px 10px;
  margin: 4px 0;
}

.pd_btm {
  padding: 10px 0 20px 0;
}

.calendar-header {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 20px;
}

.calendar-header a {
  width: 200px;
      font-size: 24px;
      font-weight: bold;
      text-decoration: none;
      display: block;
      text-align: center;
      padding: 8px 0 10px;
      color: #fff;
      background-color: #49a9d4;
}

div#agreement_box {
  overflow: auto;
  width: 100%;
  height: 360px;
}

.btn {
  margin-bottom: 4px;
}

/*------------------------------
PC用CSS
------------------------------*/
@media screen and (min-width: 769px) {
  .container {
    width: 972px;
  }

  .container nav {
    margin-right: -40px;
  }

  .global-menu {
    margin: 0 0 20px 0;
  }

  .navbar-inverse.global-menu {
    background: none;
    border: none;
  }

  .global-menu ul {
    margin: 0 -15px;
    border-left: 1px solid #c8dae0;
  }

  .global-menu ul li {
    width: 188px;
    border-width: 1px 1px 4px 0;
    border-style: solid;
    border-color: #c8dae0 #c8dae0 #01b0f1 #000000;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f7f6ef),
      to(#efede0)
    );
    text-align: center;
  }

  .global-menu ul li:first-child {
    width: 187px;
  }

  .navbar-inverse .navbar-nav > li a,
  .navbar-inverse .navbar-nav > li a:hover {
    color: #333333;
  }

  ul.news-index {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  ul.news-index li {
  }

  ul.news-index li .col-sm-9 {
    margin-left: -50px;
  }

  .main-pic {
  }

  .main-pic img {
    width: 100%;
  }

  .sub-pics {
    margin: 15px 0 15px 0;
  }

  .table-default th,
  .table-hotel th {
    width: 180px;
    background-color: #f0f0f0;
    text-align: center;
    font-weight: 200;
  }

  .table-default td p,
  .table-hotel td p {
    margin: 15px 0 0 0;
  }

  .table-default td p:first-child,
  .table-hotel td p:first-child {
    margin-top: 0;
  }

  .header_tel {
    width: 460px;
  }

  img.navi_recommended_img {
    width: 200px;
  }

  ul.btn_01 {
    text-align: center;
  }

  ul.btn_01 li {
    background-color: #2f5980;
    margin: 6px 0;
    padding: 6px;
    border-radius: 4px;
  }

  ul.btn_01 a {
    color: #fff;
    font-style: normal;
    text-decoration: none;
  }
  ul.btn_01 a:link {
    color: #fff;
    text-decoration: none;
  }
  ul.btn_01 a:visited,
  ul.btn_01 a:hover,
  ul.btn_01 a:active {
    color: #fff;
    text-decoration: underline;
  }
  img.logo {
    padding-top: 10px;
  }
}

/*------------------------------
モバイル用CSS
------------------------------*/
@media screen and (max-width: 768px) {
  header {
    margin-top: 52px !important;
  }

  header h1 {
    margin: 0;
  }

  header h1 img {
    width: 100%;
  }

  header .information {
    width: 100%;
  }

  header .information img {
    width: 100%;
  }

  .navbar.navbar-inverse {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-color: #01b0f1;
    background: none;
    background-color: #01b0f1;
  }

  .navbar-inverse .navbar-brand,
  .navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    text-shadow: none;
  }

  .navbar .navbar-toggle {
    border-color: #01b0f1;
    background: none;
    background-color: #01b0f1;
  }

  #navbar {
    z-index: 100;
    position: absolute;
    left: -1px;
    right: -1px;
    border-color: #01b0f1 !important;
    background-color: #01b0f1;
  }

  img.navi_recommended_img {
    float: none;
    width: 100%;
  }

  h3.title {
    margin-left: -15px;
    margin-right: -15px;
  }

  .visible-xs.menu img.title {
    margin-bottom: 10px;
    background-color: transparent;
    padding: 0;
  }

  .stay-types {
    margin: -15px -15px -105px -15px;
    background-color: #e9e4ce;
    padding: 15px;
  }

  .stay-types .col-md-4 {
    margin-bottom: 15px;
    font-size: 1.3em;
  }

  .stay-types .table-responsive {
    border-style: 1px solid #aaa79b;
    border-radius: 8px;
    background-color: #ffffff;
    padding-top: 15px;
  }

  .main-pic img {
    width: 100%;
  }

  .sub-pics {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sub-pics img {
    width: 100%;
  }

  .visible-xs.menu {
    margin: 0 0 -15px 0;
    background-color: #e9e4ce;
    padding: 15px;
  }

  .visible-xs.menu ul li {
    margin-bottom: 15px;
  }

  .visible-xs.menu ul li:last-child {
    margin-bottom: 0;
  }

  .visible-xs.menu .inner {
    border-style: 1px solid #aaa79b;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 15px;
  }

  .visible-xs.form-menu {
    margin: 10px -15px -15px -15px;
    padding: 10px 0;
  }

  .visible-xs.form-menu .btn-group-vertical .btn.btn-default {
    border-radius: 0;
    background-image: -webkit-linear-gradient(top, #f9faf5 0%, #eeeee2 100%);
    background-image: -o-linear-gradient(top, #f9faf5 0%, #eeeee2 100%);
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f9faf5),
      to(#eeeee2)
    );
    background-image: linear-gradient(to bottom, #f9faf5 0%, #eeeee2 100%);
    background-color: #eeeee2;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.3em;
  }

  .visible-xs.form-menu .btn-group-vertical .btn.btn-default:active {
  }

  footer {
    margin: -15px !important;
  }

  ul.btn_01 {
    text-align: center;
  }

  ul.btn_01 li {
    background-color: #35802f;
    margin: 16px 0;
    padding: 10px;
    border-radius: 4px;
  }

  ul.btn_01 a {
    color: #fff;
    font-style: normal;
    text-decoration: none;
  }
  ul.btn_01 a:link {
    color: #fff;
    text-decoration: none;
  }
  ul.btn_01 a:visited,
  ul.btn_01 a:hover,
  ul.btn_01 a:active {
    color: #fff;
    text-decoration: underline;
  }
}
