@charset "utf-8";
/*  style　[ いしきらら　トップ ]
=================================================================== */
/* bgWrapper */
.bgWrapper {
  background: -webkit-linear-gradient(to bottom,#FFF,#3fa2e1 30%,#fbe994);
  background: linear-gradient(to bottom,#FFF,#3fa2e1 50%,#fbe994);
}
/* jumbotron */
#jumbotron .container {
  position: relative;
}
#jumbotron .container .jumbotronWrapper img {
  position: absolute;
  z-index: 8;
  opacity: 0.0;
}
#jumbotron .container .jumbotronWrapper img.active {
   z-index: 10;
   opacity: 1.0;
}
#jumbotron .container .jumbotronWrapper img.last-active {
   z-index: 9;
}
/* news */
#news h2 {
  background-color: #eb9620;
  color: #FFF;
  font-size: 18px;
	font-size: 1.8rem;
  text-align: center;
  padding: 10px 0;
  letter-spacing: 0.5em;
  border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}
#news .newsList {
  list-style: none;
	padding: 10px 15px;
  background-color: #FFF;
  border: 1px solid #eb9620;
  border-radius: 0 0 10px 10px / 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px / 0 0 10px 10px;
}
#news .newsList li {
  border-bottom: 1px dotted #333;
	padding: 6px 0;
}
#news .newsList li a {
  color: #333;
}
#news .newsList li .newsDate {
  display: block;
  color: #eb9620;
}
#news .newsList li .newsDate:hover {
  opacity: 0.7;
}
#news .newsList li .newsContents {
  display: block;
}
#news .newsList li .newsContents:hover {
  opacity: 0.7;
}
/* characteristic */
#characteristic .col-sm-20 {
  float: left;
	width: 20%;
}
#characteristic .col-sm-20 img {
  width: 100%;
}
/* access */
#access {
  margin: 15px 0 40px 0;
}
#access .info {
  background-color: #FFF;
  border-radius: 5px;
  padding: 15px;
}
#access .info h2.infoTit {
  font-size: 18px;
  text-align: center;
  color: #FFF;
  background-color: #eb9620;
  border-radius: 10px;
  padding: 5px 0;
  margin-bottom: 10px;
}
#access .info img {
  width: 100%;
}
#access .info .busList {
  list-style-position: inside;
}

.reservation {
	padding: 10px 15px;
  background-color: #FFF;
  border-radius: 0 0 10px 10px / 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px / 0 0 10px 10px;
}
.box_table{
  text-align: center;
  border: 2px solid #696969;
  margin: 10px 0;
}
.box_table tr td{
  border: 1px solid #696969;
  padding: 7px;
}
.day{
  background-color: #ffcc99;
}

/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
/* jumbotron */
#jumbotron {
  padding-top: 30px;
}
#jumbotron .jumbotronWrapper img {
	width: 87%;
	left: 48px;
}
#jumbotron .jumbotronFrame img {
  z-index: 100;
  width: 100%;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -375px;
}
/* navbar */
.navbar {
  margin-top: 300px;
}
#news .newsList li .newsDate {
  float: left;
  width: 24%;
}
#news .newsList li .newsContents {
  float: left;
  width: 76%;
}
/* characteristic */
#characteristic {
  margin-top: 10px;
}
#characteristic .col-sm-20 {
  float: left;
	width: 20%;
}
/* access */
#access .info {
  height: 300px;
}
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
/* jumbotron */
#jumbotron .container .jumbotronWrapper img {
  width: 87%;
	left: 63px;
}
#jumbotron .jumbotronFrame img {
  top: -18px;
  margin-left: -485px;
}
/* navbar */
.navbar {
  margin-top: 390px;
}
#news .newsList li .newsDate {
  width: 19%;
}
#news .newsList li .newsContents {
  width: 81%;
}
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
}
