/*PC用*/

#top-head {
	position: absolute;
	width: 100%;
	margin:auto 0;
	padding: 5px 0;
	line-height: 1;
	z-index: 999;
	height:60px;
	background: rgba(85,188,221, 0.9);
	
}
.reservelink {
	background: #0000CD;
	padding: 7px 0;
	box-sizing: border-box;
	width: auto;
	border-radius: 5px;
	margin-top: -7px;
	margin-right:10px;
}

.blink_2 {
	font-size: 16px;
	color: #fff;
	-webkit-animation: blink 1.5s ease-in-out infinite alternate;
	animation: blink 1.5s ease-in-out infinite alternate;
	}
	@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
	}
	@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

#top-head a,
#top-head {
	color: #FFF;
	font-size: 13px;


}

#top-head a:hover {
	text-decoration:none;
	opacity:0.5;

}
#top-head .inner {
    position: relative;
}

.inner {
    width: 100%;
    margin: 0 auto;
	bottom:0;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

#header_logo {
    float: left;
	width:100px;
}

#header_logo2 {
    float: left;
	width:50px;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    top: 40%;
    font-size: 14px;
}
#global-nav ul li {
    float: left;

}
#global-nav ul li a {
    padding: 0 25px;
}

#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding:5px 0;
	height:60px;
	background:rgba(255, 255, 255, 1);
	transition: all 0.5s ease 0s;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);

}
#top-head.fixed .logo {
    font-size: 24px;
    color: #555;
	width:50px;
}
#top-head.fixed #global-nav ul li a {
	color: #55bcdd;
    padding: 0 25px;
	text-shadow:none;
}

#top-head.fixed #global-nav ul li a:hover {
	color: #55bcdd;

}
#nav-toggle {
    display: none;
    position: absolute;
	right:10px;
    top: 15px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #eee;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

#logo_Area{
	box-sizing: border-box;
	padding: 5px 0 0 50px;
	text-align: left;
	width: 100%;
}
/*
.menubarcolor{

}
*/

/*
.inner {
    width: 100%;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}


#top-head {
    position: absolute;
    width: 100%;
    margin:auto 0;
    padding: 20px 0 0;
    line-height: 1;
    z-index: 999;
	height:80px;
}
#top-head a,
#top-head {
	color: #fff;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.1em;
    text-decoration: none;
	transition:all 0.5s ease 0s;
}

#top-head a:hover {
	color: #6699ff;

}
#top-head .inner {
    position: relative;
}
#header_logo {
    float: left;
    font-size: 36px;
	width:400px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 20px;
}



#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 15px;
	height:80px;
	background:rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	transition: all 0.5s ease 0s;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #555;
}
#top-head.fixed #global-nav ul li a {
	color: #fff;
    padding: 0 20px;
}

#top-head.fixed #global-nav ul li a:hover {
	color: #6699ff;

}

#nav-toggle {
    display: none;
    position: absolute;
	right:10px;
    top: 15px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

#HeaderFrame{
	width:100%;
	height:90px;
	margin:0 auto;
	text-align:center;
	background-color:#000;
	display:table;
	background-size: cover;
	background-repeat: no-repeat;
	
}

#HeaderFrameCell_Title{
	width:310px;
	height:70px;
	margin:0 auto;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	
}
#HeaderFrameCell_Title img{
	width:350px;
}

#HeaderFrameCell_Link{
	width:700px;
	margin:0 auto;
	text-align:center;
	display:table-cell;
	vertical-align:top;
	
	white-space: nowrap;
}

#HeaderFrameCell_Link ul{
  font-size:0;
  margin-bottom:-5px;  
}
#HeaderFrameCell_Link li{
  display: inline-block;
  width: 90px;
  padding-top:40px;
  padding-bottom:15px;  
  margin-right:20px;
  font-size:14px;

}  
#HeaderFrameCell_Link a{
  font-size: 14px;
  width: 15%;
  color:#fff;
}  

#HeaderFrameCell_Link li:hover{
	background-color:#bbb;
} 

#headerTelArea{
	position:absolute;
	top:90px;
	left:110px;
	background-color:#fff;
	width:200px;
	padding-top:5px;
	padding-bottom:5px;
	z-index:10;
}

#headerTelArea p{
	width:200px;
	text-align:center;
	font-weight:bold;
}


#TelDispArea2 p{
	color: #d2b48c;
	font-size: 13px;
}

*/