@charset "utf-8";
/* CSS Document */

.tel {
    position: absolute;
    right: 465px;
    top: 30px;
    font-size: 32px;
	 font-family: din-2014,sans-serif;
	 font-weight: 600;
	 font-style: normal;
	 background-color: #deeffc;
	 padding: 0px 12px;
	 border-radius: 5px;
	 line-height: 1;
	 height: 50px;
}
.tel small{
	font-size: 17px;
}
.tel span{
	display: inline-block;
	margin: 0 0 0 4px;
}

.flex{
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
.a-center{
 align-items: center;
}

.btContact{
 width: auto;
 text-align: center;
 position: absolute;
 right: 30px;
 top: 30px;
 display: flex;
 justify-content: space-between;
 gap:0 5px;
}
.btContact a{
	display: block;
	width: calc(49% - 25px);
}
.btContact a.a-access{
	width: 140px;
}
.btContact a.a-reserve{
	width: 140px;
}
.btContact a.line{
	width: 140px;
}
.btContact span{
 display: flex;
 align-items: center;
 justify-content: center;
 gap:0 5px;
 height: 50px;
 line-height: 50px;
 position: relative;
 background-color: #195A88;
 color: #fff;
 border-radius: 3px;
}
.btContact a:nth-child(1) span{
 background-color: #eb6b72;
}
.btContact span i{
	line-height: 1;
	color: #fff;
	font-size: 20px;
}
.btContact a.line span{
	background-color: #07b53b;
	position: relative;
}

nav{
 background-color: #195A88;
}
nav .global{
 display: flex;
 justify-content:center;
 align-items: center;
 width: 1200px;
 margin: 0 auto;
}
nav .global .bt span{
 display: block;
 padding: 12px 0;
 color: #fff;
 font-size: 15.5px;
}
nav .global .bt{
 width: calc(100% / 7);
 text-align: center;
 position: relative;
}
nav .global .bt::before{
 content: '';
 display: block;
 width: 1px;
 height: 18px;
 background-color: #fff;
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
nav .global .bt:first-child::before{display: none;}