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



	

/* header
---------------------------------------------------------------------------------------*/
header{
    /*position:fixed;*/ /* bodyに対しての絶対位置指定 */
    right:0;
    top: 0;
	z-index:100;
	width:100%;
	background:#666;
	padding:0 2%;
	height:auto;
	/*opacity:0.75;*/
}
.top-logo{
	text-align: center;
	margin: 0;
	padding: 0;
}
.top-logo a{
	font-size: 2.5rem;
	color: #ffffff;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.head-logo{
	width: 90%;
	margin: 0 auto;
	text-align: center;
    padding-top: 1%;
}

.head-logo a{
	/*float:left;*/
	margin:0 auto;
	/*text-shadow:1px 1px 2px #ccc;*/
	text-align:center;
	line-height:1 !important;
	padding-top:10px;
}

.head-logo a span.head-eg{
	font-size: 2.5rem;
	color: #ffffff;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight:bold;
	line-height:1 !important;
	/*text-shadow:1px 1px 2px #ccc;*/
}

.head-logo a span.head-rb{
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	line-height:1 !important;
	/*text-shadow:1px 1px 2px #ccc;*/
}
@media screen and (max-width:1200px) {
header{
	height: 65px;
	}
}

@media screen and (max-width:500px) {
header{
	height: 60px;
}
.top-logo{
	text-align: center;
	margin: 0;
	padding: 0.5rem 0 0 0;
}
.top-logo a{
	font-size: 1.5rem;
	margin: 0;
	padding: 0;
}
.head-logo{
	width: 36%;
	margin: 0;
}
.head-logo a{
	padding-top:12.5px;
}

.head-logo a span.head-eg{
	font-size:22px;
}

.head-logo a span.head-rb{
	font-size:10px;
}

}

@media screen and (max-width:350px) {
	
.head-logo a{
	padding-top:15px;
}

.head-logo a span.head-eg{
	font-size:18px;
}

}





/* G-nav
-------------------------*/
.g-nav{
	width:100%;

}
.g-nav ul{
	width:90%;
	margin: 0 auto;
	padding: 0;
	display: flex;
}
.g-nav ul li{
	flex: 1;
	margin: 0;
	padding: 0 0 0.5rem 0;
	justify-content:space-around;
	font-size:1rem;
	font-weight: 800;
	font-family: "Open Sans", "YuGothic_Family", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;	
	box-sizing: content-box;
    text-align: center;
}
.g-nav ul li a{
	display:block;
	padding:0 1rem;
}
.g-nav ul li a span{
	color: #ccc;
}
.g-nav ul li a:hover span{
	color:#FFF;
	border-bottom: 3px solid #fff;
}


.nav-tel{
    position: fixed;/* bodyに対しての絶対位置指定 */
    right:30px;
    top: 0;
	line-height:60px;
	font-size:18px;
	font-weight:bold;
	font-family: 'Roboto', sans-serif;
}
.nav-tel a{
	color:#FFF;
	display:block;
	padding:0 10px 0 10px;
}
.nav-tel a:hover{
	color:#F60;
}

.nav-entry{
    position: fixed;/* bodyに対しての絶対位置指定 */
    right:0;
    top: 0;
	line-height:60px;
}

.nav-entry a{
	color:#030f32;
	background:#FFF;
	display:block;
	padding:0 20px;
	font-size:16px;
	/*border:1px solid #C00;*/
	font-weight:bold;
	height:60px;
}
.nav-entry a:hover{
	background:#C00;
	color:#FFF;
}

nav.globalMenuSp,.navToggle{
	display:none;
}


@media screen and (max-width:400px) {

.nav-entry a{
	padding:0 10px;
	font-size:14px;
}

}




@media screen and (max-width:1200px) {
	
.nav-tel{
	display:none;
}

.g-nav{
	display:none;
}

}

@media screen and (max-width:1200px) {
	
.nav-entry{
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right:60px;
    top: 0;
	line-height:60px;
}
	
nav.globalMenuSp,.navToggle{
	display:block;
}

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #fff;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}

nav.globalMenuSp ul {
	background:#fffaf0;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #ccc;
}

nav.globalMenuSp ul li.last-spnav {
    border-bottom:0;
}


/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #333;
    padding: 1em 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.navToggle {
    display: block;
    position: absolute;    
    right: 10px;
    top: 5px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
	background:#fffaf0;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #000;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}


/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


}























