﻿@charset "UTF-8";

/* ++ Reset CSS ++ */

* {
font-size: 100%;
font-weight: normal;
margin: 0;
padding: 0;
text-align: left;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}


.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* ++予約番検索フレーム++ */
.iframe-content {
    position: relative;
    width: 100%;
	background:#C2D2B1;
}
.iframe-content iframe {
    width: 530px;
	height:190px;
}

/* ++ きれいな明朝 ++ */
.min{font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;font-weight: bold;}

/* ++きれいなゴシック++ */
.gos{font-family:"メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS P Gothic",Verdana, Arial, Helvetica, sans-serif;font-weight: bold;}


/* ++ Common CSS ++ */

body {
	font-family: 'Open Sans', 'Noto Sans Japanese', sans-serif', Lucida Grande','Hiragino Kaku Gothic ProN';
	color: #4e4e4e;
	line-height: 22px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #2458a7;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	text-decoration: none;
}
a:hover {
	color: #2e93ff;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
a:hover img{
opacity: 0.8;
filter: alpha(opacity=80);
-moz-opacity:0.8;
}



hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 30px 0;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

/* ++ 予約番ヘッダー ++ */
#customer_header{ width:100%;background: url(../images/nav_bg.jpg);}
#customer_header .rogo-f{ background: url(../images/nav_bg.jpg); float: left; width:140px;padding:0 5%;}
#customer_header .rogo-f img{ vertical-align:bottom;}
#customer_header figure{ width:100%;margin-bottom:30px;}
#customer_header figure img{ width:100%;}
#customer_header nav{margin-left:11px;background: url(../images/nav_bg.jpg);border-radius: 3px;}
#customer_header nav li a{ display:block; text-align:center;border-radius: 3px;}
#customer_header nav li:hover{background: url(../images/nav_bg.jpg);border-radius: 3px;}
#customer_header .mahimenu {width:70%;float: right;padding-top:20px;}
#customer_header .mahimenu li{float:left; margin:5px; text-align:center; font-size:0.9em; position: relative;
  display: block;
  height: 36px;
  width: 140px;
  padding-left: 1px;
  text-decoration: none;
  line-height: 36px;
  text-align: center;
  border-top:1px solid #5d5c5e;
  color: #d4d2d2;
  text-shadow: 0px 1px 0px #222;
  color: #f2f1f1;
  background: #586170;
  background: -webkit-gradient(linear, left top, left bottom, from(#464440), to(#3e3c37));
  background: -moz-linear-gradient(top,  #464440,  #3e3c37);
  background: -o-linear-gradient(top,  #464440,  #3e3c37);
  background: -ms-linear-gradient(top,  #464440,  #3e3c37);
  background: linear-gradient(top,  #464440,  #3e3c37);
  -webkit-box-shadow:  0 1px 1px #1d1e20;
  -moz-box-shadow:  0 1px 1px #1d1e20;
  box-shadow:  0 1px 1px #1d1e20;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px;
  border-radius: 3px;}
#customer_header nav a:link{ color:#fff; text-decoration:none;}
#customer_header nav a:visited{ color:#fff;border-radius: 3px;}
#customer_header nav a:hover{ color:#fff; background:#c52d2f;border-radius: 3px;}
#customer_header nav li.MenuOn {background:#c52d2f;color:#fff;}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
	border-radius: 0;
	margin-bottom: 0;
	background: url(../images/nav_bg.jpg);
	background-size: cover;
	padding: 0;
	padding-bottom: 0
	position: relative;
}
.navbar02 {
	border-bottom: 3px solid #c52d2f;
}


.mouseHvr {
	opacity: 1;
}

.mouseHvr:hover {
	opacity: 0.8;
}
h1.mouseHvr {
	line-height: 0;
	position: absolute;
	top: -20px;
	left: 5%;
	z-index: 2;
}
