@charset "utf-8";
/* CSS Document */
/*==================================================
Navi
==================================================*/
nav{width:100%; clear:both;
background: #fff;
}

.title-spmenu{display: none;}

/*==================================================
ナビゲーションメニュー
================================================== */

    .header-icn-menu{
        position: absolute;
        top: 15px;
        right: 0;
    }   
    
    .ul-icnmenu{
        list-style: none;
        text-align: right;
    }
    
    .ul-icnmenu li{
        display: inline-block;
        margin-left: 6px;
    }
    
    .ul-icnmenu li a{
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
        text-decoration: none;
        font-size: 24px;
        color: #585858;
    }
    
    .ul-icnmenu li a img{
        width: 80%;
        vertical-align: middle;
    }

a.btn-header-grey{
	width: auto !important;
	border-radius: 6px;
	background: #fff !important;
	color: #585858 !important;
	font-size: 12px !important;
	height: 26px !important;
	padding: 0 8px;
	border: 1px solid #585858;
}

a.btn-header-grey:hover{
	background: #585858 !important;
	color: #fff !important;
}

a.btn-header-grey i{
	padding-right: 6px;
}

a.btn-header-red{
	width: auto !important;
	border-radius: 6px;
	background: #fff !important;
	color: #E2002E !important;
	font-size: 12px !important;
	height: 26px !important;
	border: 1px solid #E2002E;
	padding: 0 8px;
}

a.btn-header-red:hover{
	background: #E2002E !important;
	color: #fff !important;
}

a.btn-header-red i{
	padding-right: 6px;
}

a.btn-header-yellow{
	width: auto !important;
	border-radius: 6px;
	background: #ffdc00 !important;
	color: #3e3a39 !important;
	font-size: 12px !important;
	height: 26px !important;
	border: 1px solid #ffdc00;
	padding: 0 8px;
}

a.btn-header-yellow:hover{
	background: #fff !important;
	border-color: #3e3a39 !important;
}

a.btn-header-yellow i{
	padding-right: 6px;
}

a.btn-header-red2{
	width: auto !important;
	border-radius: 6px;
	background: #E2002E !important;
	color: #fff !important;
	font-size: 12px !important;
	height: 26px !important;
	border: 1px solid #E2002E;
	padding: 0 8px;
}

a.btn-header-red2:hover{
	background: #fff !important;
	color: #E2002E !important;
}

a.btn-header-red2 i{
	padding-right: 6px;
}

@media (max-width: 480px) {

a.btn-header-grey{
	display: inline-block !important;
	width: auto !important;
	font-size: 11px !important;
	height: auto !important;
	padding: 5px 10px;
	position: relative;
	top: -5px;
}
	
}


.inner {
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
	height: 70px;
    margin: 100px auto 0;
    padding: 0;
    line-height: 1;
    z-index: 999;
	/*background:#fbc84d;*/
    background-color: rgba(255,255,255,0.88);
}
#top-head h1{display: inline-block; width: 400px; vertical-align: middle; padding-top: 22px;}
#top-head h1 img{width: 100%;}
.header-box{width: 1000px; height: 70px; margin: 0 auto;  position: relative;}
.header-mini-menu{width: 520px; display: inline-block; text-align: right;}
.header-mini-menu li{display: inline-block;}
.header-mini-menu li a{display: block; border-radius: 14px; line-height: 24px; height: 24px; background-color: transparent; padding: 1px 5px; font-size: 13px; padding-right: 5px;}
.header-mini-menu li a:hover{background-color: #ebebeb;}
.header-mini-menu li a i{padding-right: 3px;}






#top-head a,
#top-head {
    color: #000;
    text-decoration: none;
}


 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 15px;
    top: 20px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
	color: #fff;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    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: -4px;
	background-color: #ea7ea4;
}
#nav-toggle span:nth-child(2) {
    top: 5px;
	background-color: #f3d13e;
}
#nav-toggle span:nth-child(3) {
    top: 14px;
	background-color: #92cb91;
}

#global-nav{width: 100%; height:26px; padding: 0 0 10px;}

#dropmenu{
	width: 1000px; 
	display: flex;
	margin: 0 auto;
	list-style: none; 
	position: relative;
}
#dropmenu > li{
  border-left: 1px solid #E2002E;
	padding: 3px 10px;
	text-align: center;
	position: relative;
}
#dropmenu > li:last-child{
	border-right: 1px solid #E2002E;
}
#dropmenu > li > a{
  color: #E2002E !important; 
	font-size: 14px;
}
#dropmenu > li > a:hover {text-decoration: underline;}
#dropmenu > li > ul{
  list-style: none;
  position: absolute;
  top: 140%;
  left: 0;
  width: 220%;
  margin: 0;
  padding: 0;
  border-radius: 0 0 6px 6px;
	text-align: left;
}

#dropmenu > li > ul > li{
  overflow: hidden;
  width:100%;
  font-size:90%;
  height: 0;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  z-index:1000;
	text-align: left;
}

#dropmenu > li > ul > li > a{
	display: block;
  padding: 0 5px;
  background: #fff;
  color:#E2002E !important;
  text-align: center;
	font-size: 13px;
  font-weight: normal;
  height:24px;
  line-height:24px;
  vertical-align:middle;
    border-radius: 14px;
	border: 1px solid #E2002E;
}
#dropmenu > li > ul > li > a:hover{background: #E2002E; color: #fff !important;}
#dropmenu > li > ul > li > a:before{content:none;}
#dropmenu li ul li:last-child a:after{content:none;}

#dropmenu > li:hover > a{
 
}
#dropmenu > li:hover > ul > li{
  overflow: visible;
  height: 36px;
}



/* --------------- MENU--------------- */
@media (max-width: 480px) {
    .header-icn-menu{
        display: none;
    }  	
/*#nav-toggle:after{content: "MENU"; font-size: 140%; padding-left: 43px; padding-top: 2px; font-weight: bold; vertical-align: middle; color: #fff; font-family: 'Khula', sans-serif;}*/
#nav-toggle p{position: absolute; top:24px; font-size: 10px; font-weight: bold; color: #8da1ac; font-family: 'Khula', sans-serif;}
#top-head,
    .inner {
        width: 100%;
        padding: 0;
		box-sizing: border-box;
    }
    #top-head {
        top: 0;
		height: 65px;
        position: fixed;
        margin-top: 0;
        background-color: rgba(255,255,255,0.88);
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
    }
	
	
#top-head h1{width: 75%; margin-left: 10px; padding-top: 19px;}	
	#top-head h1 img{vertical-align: bottom;}	


.header-box{width: 100%; height: 65px;}
.header-mini-menu{display: none;}    
#top-head.fixed h1 span{display: none;}
#top-head.fixed #global-nav{padding: 70px 0 20px;}	
    #mobile-head {
        width: 100%;
        z-index: 999;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -100vh;
		left: 0;
		background-color:rgba(255,255,255,0.94) !important ;
        width: 100%;
		height: 100vh;
		box-sizing: border-box;
        text-align: left;
        padding: 80px 0 20px;
		float: none;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
		height: auto;
		border:none;
		width: 95%;
		margin: 0 auto 0;
    }
    #global-nav ul li {
        float: left;
        position: static;
		display: block;
		width: 47%;
		box-sizing: border-box;
		margin: 0 5px 12px;
    }
	#global-nav ul li.full-w {
        float: none;
		clear: left;
		width: 97%;
		box-sizing: border-box;
		margin: 0 auto 12px;
    }
	
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
		text-align: center;
		height: 36px;
		line-height: 36px;
		border-radius: 19px;
		font-size: 13px;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
		color: #E2002E;
    }
	
	.title-spmenu{display: block; text-align: center; margin: 10px auto 20px; font-size: 15px; color: #fff;}
	

#global-nav ul{list-style: none; height: auto; line-height: inherit;}
#global-nav ul li {display: block; box-sizing: border-box;}
#global-nav ul li a:hover {background:none; color: #fff;}
#global-nav ul li.header-btn{padding-top: 20px; position: relative; top:inherit; right: inherit;}    
#global-nav ul li.header-btn a{
	color: #fff !important; padding: 0;
		height: 48px !important;
		line-height: 48px !important; border-radius: 50px !important; margin:  15px auto 0; font-size: 14px !important;}

	
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 7px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 7px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(100vh);
        -webkit-transform: translateY(100vh);
        transform: translateY(100vh);
    }
}


@media (max-width: 320px) {
#top-head h1 img{height: 39%; margin: 14px 0 0 7px;}
#global-nav ul li {
	width: 46%;
	box-sizing: border-box;
	margin: 0 4px 10px;
}
	
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	font-size: 11px;
}
	
}











