@charset "utf-8";

/*--- 共通設定 ---*/
html{
  font-size: 100%;/* 16px */
}

body{
  /* メニュー高さ分 */
  background-color:#E5DFCF;
}
/* ページ内リンク受け用 */
.anchor {
    display: block;
    padding-top: 140px;/* タイトル文言の縦幅が大きいので+20px */
    margin-top: -140px;/* タイトル文言の縦幅が大きいので-20px */
}

/* サイト内検索用 */
.google-search {
  background-color:#582521;
}



.header-top {
  /*background-color:#320000;*/
  background-color:#582521;
}
.top-sidemon{
  color:#ffffff;
  background-color:#582521;
}
.top-message{
  color:red;
  background-color:#ffffff;
}
.top-news-area{
  background-color:#fefeee;
}
.top-news-header{
  background-color:#fff8dc;
}
.top-news-naiyou{
  background-color:#fefeee;
}





/*--- メニュー項目 ---*/
/* 通常色 */
.navbar .navbar-nav .nav-link {
  color:#ffffff;
}
/* マウスオーバー */
.navbar .navbar-nav .nav-link:hover {
  color:#dddddd;
}
/* クリック */
.navbar .navbar-nav .nav-link:active {
  color:#dddddd;
}

.dropdown-menu {
  margin-top:-5px;
  background-color:#343a40;/* bg-dark */
}
.dropdown-item {
  color:#ffffff;
  background-color:#343a40;/* bg-dark */
}
.dropdown-item:hover {
  color:#343a40;/* bg-dark */
  background-color:#dddddd;
}
.dropdown-item:active {
  color:#343a40;
  background-color:#dddddd;
}




/*--- スライドショー ---*/
.carousel-item .img-fluid {
  width:100%;
  height:auto;
}
.carousel-item{
  height: auto;
}
.carousel-item a {
  display: block;
  width:100%;
}
.carousel-item .show-image {
  display: block;
  width:100%;
}

.carousel-prev-top{/*-- 自作class --*/
  left: -25px;
}
.carousel-next-top{/*-- 自作class --*/
  right: -25px;
}
.carousel-prev-reserve{/*-- 自作class --*/
  width:20px;
  height:40px;
  left: 10px;
  top:50%;
  background-color:#000000;
}
.carousel-next-reserve{/*-- 自作class --*/
  width:20px;
  height:40px;
  right: 10px;
  top:50%;
  background-color:#000000;
}


/*--- フッター ---*/
.footer-bottom {
  color:#ffffff;
  background-color:#582521;
}


/*サブメニュー*/
a.btn-border {
  border: 2px solid #343a40;
  border-radius: 0;
  background: #fefefe;
  color:#343a40;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width:250px;
}
a.btn-border:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #343a40;
}
a.btn-border:hover {
  color: #ffffff;
  background: #343a40;
}
a.btn-border:hover:before {
  background: #fefefe;
}

/*サイドメニュー*/
.sidebar-box{
  border: 2px solid #343a40;
  border-radius: 25px;
}

a.btn-side {
  border: 2px solid #343a40;
  border-radius: 0;
  background: #fefefe;
  color:#343a40;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width:100%;
}
a.btn-side:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #343a40;
}
a.btn-side:hover {
  color: #ffffff;
  background: #343a40;
}
a.btn-side:hover:before {
  background: #fefefe;
}


/*--- トップタイトル ---*/
.top_area{
  height:200px;
  font-weight: bold;
  text-align:center;
  background-color:#fefefe;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow:column;
}
.top_area_shisetu{
  background-image: url('../main/shisetu/top-image.jpg');
}
.top_area_access{
  background-image: url('../main/access/top-image.jpg');
}
.top_area_event{
  background-image: url('../main/event/top-image.jpg');
}
.top_area_oshirase{
  background-image: url('../main/oshirase/top-image.jpg');
}
.top_area_reserve{
  background-image: url('../main/reserve-status/top-image.jpg');
}
.top_area_use{
  background-image: url('../main/use/top-image.jpg');
}
.top_area_qa{
  background-image: url('../main/qa/top-image.jpg');
}
.top_area_contact{
  background-image: url('../main/contact/top-image.jpg');
}
.top_mon_1{
  color:#ffffff;
  font-size:2.0em;
  text-shadow: 2px 2px 5px #000000;x
}
.top_mon_2{
  color:#ffffff;
  font-size:1.2em;
  text-shadow: 2px 2px 5px #000000;
}


/*--- 見出し1 ---*/
.title_mon1_area{
  background-color:#fff8dc;
  position: relative;
  padding: 1rem 2rem;
  border: 4px solid #343a40;
}
.title_mon1_area:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: '';
  border: 2px solid #343a40;
}
.title_mon1_0{
  display: flex;
  align-items: center;
}
.title_mon1_1{
  font-size:1.5em;
  display:inline-block
}
.title_mon1_2{
  font-size:1.0em;
  display:inline-block
}
/*--- 本文1 ---*/
.honbun1{
  font-size:1.0em;
  background-color:#fefeee;
}

/*--- 見出し2 ---*/
.title_mon2_area{
  background-color:#fff8dc;
  border-top: 6px double #343a40;
  border-bottom: 6px double #343a40;
}
.title_mon2_0{
  align-items: center;
  display: flex;
  padding: 1rem 2rem;
}
.title_mon2_1{
  font-size:1.2em;
  display:inline-block
}
.title_mon2_2{
  font-size:0.8em;
  display:inline-block
}

/*--- 本文2 ---*/
.honbun2{

}

/*--- 見出し3 ---*/
.title_mon3_area{
  background-color:#fff8dc;
  border-top: 3px dashed #343a40;
  border-bottom: 3px dashed #343a40;

}
.title_mon3_0{
  align-items: center;
  display: flex;
  padding: 1rem 2rem;
}
.title_mon3_1{
  font-size:1.0em;
}
.title_mon3_2{
  font-size:6.0em;
  display:inline-block
}

/*--- 本文3 ---*/
.honbun3{

}

/*--- 通常リンク ---*/
a.normal{
  color:#343a40;
}

/*--- リストタグ ---*/
ul.none{
  padding-left:0;
}

li.none{
  list-style:none;
}

/*--- 文章折り返し制御 ---*/
span {
   display: inline-block;
}


/*--- 料金表テーブル ---*/
table.usage-fee{
  /* table-layout: auto; セル幅を均等割付*/

  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  font-size:1.0em;
}
table.usage-fee th.title-a{
  min-width:100px;
}
table.usage-fee th.title-b{
  min-width:50px;
}
table.usage-fee td{

}

/*--- ２行目以降字下げ ---*/
p.jisage{
 padding-left:1em;
 text-indent:-1em;
}

/*--- QA用丸囲み文字 ---*/
p.qa-circle-q {
  background: #ec4646;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  line-height: 25px;
  display: inline-block;
}
p.qa-circle-a {
  background: #3399FF;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  line-height: 25px;
  display: inline-block;
}


/* --------------------------------------------------
 レスポンシブ
--------------------------------------------------　*/
@media screen and (min-width: 768px) {
/* 768px以上の幅の場合に適応される */

  /* デスクトップ表示ではホバー操作でドロップダウンを表示 */
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  nav.navbar{
    height:50px;
  }

}
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */

  table.usage-fee{
    display: block;
  }
}
