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

.title-spmenu{display: none;}

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

    .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.btn-round{
        width: auto;
        border-radius: 24px;
        background: #fff !important;
        color: #000 !important;
        font-size: 13px !important;
        height: 26px !important;
        border: 2px solid #5ac800;
        padding: 0 12px;
    }
    
    .ul-icnmenu li a.btn-round:hover{
        background: #5ac800 !important;
        color: #fff !important;
    }

.ul-icnmenu li a.btn-round.bg-y{
	background: #5ac800 !important;
}
    
    .ul-icnmenu li a img{
        width: 80%;
        vertical-align: middle;
    }
    
    .ul-icnmenu li a img.ic-02{
        width: 76%;
    }
    
    .ul-icnmenu li a img.ic-01,
.ul-icnmenu li a img.ic-05{
        width:84%;
    }

.ul-icnmenu li a img.icn-stores{
    width: 72%;
}

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;
}

a.btn-okit{
    color: #efea3a !important;
    border-radius: 18px !important;
    padding: 0 12px !important;
    height: 34px !important;
}

a.btn-okit small{
    font-size: 50%;
    padding-right: 7px;
}



@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;
}

a.btn-okit-sp{
    color: #efea3a !important;
    margin-bottom: 10px;
}

a.btn-okit-sp small{
    font-size: 50%;
    padding-right: 7px;
}
	
}


.inner {
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
header{
    width: 100%;
    box-sizing: border-box;
    top: 0;
    position: fixed;
	height: 70px;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
    z-index: 999999;
    background-color: #fff;
}
header h1{display: block; vertical-align: middle; padding-top: 20px;}
header h1 img{vertical-align: middle; width: 460px;}


.header-box{width: 1140px; 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;}



@media (max-width: 1024px) {
    .header-box{width: 100%; height: 60px; }
    header h1 img{width: 370px; margin-left: 2%;}
    
}


@media (max-width: 768px) {
    
}

@media (max-width: 480px) {
header h1 img{
	width: 80%;
}
	
}


#global-nav{
    width: 100%; 
	border-bottom: 5px solid #eef5df;
}

#dropmenu{
	width: 1120px; 
	display: flex;
	margin: 0 auto;
	list-style: none; 
	position: relative;
}

#dropmenu > li{
    width: calc(100%/5);
    position: relative;
}

#dropmenu > li > a{
    display: block;
    color: #000 !important; 
    width: 98%;
    margin: 0 auto;
    background: #eef5df;
    text-align: center;
    height: 40px;
    line-height: 44px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: none;
    text-decoration: none;
    white-space: nowrap;
}

#dropmenu > li > a > i{
    color: #419100;
    display: inline-block;
    width: 18px;
}

#dropmenu > li > a > i.fa-angle-down{
    display: none;
}

#dropmenu > li:hover > a > i.fa-hover{
    display: none;
}

#dropmenu > li:hover > a > i.fa-angle-down{
    display: inline-block;
}
#dropmenu > li > a:hover {
    background: #5ac800;
    color: #fff !important;
}
#dropmenu > li > a:hover i{
    color: #fff !important;
}
#dropmenu > li > ul{
  list-style: none;
  position: absolute;
  top: inherit;
  left: 1%;
  width: 100%;
  margin: 0;
  padding: 0;
    border-top: none;
    background: #eef5df;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#dropmenu > li > ul > li{
  overflow: hidden;
  width:100%;
  height: 0;
  transition: .2s;
  z-index:1000;
	text-align: center;
}

#dropmenu > li > ul > li > a{
	display: block;
    background: #eef5df;
    color: #4d4d4d !important;
    text-align: center;
    font-weight: normal;
    height: 42px;
    line-height: 38px;
    vertical-align: middle;
    text-decoration: none;
    padding: 0 12px;
    font-size: 13px;
}
#dropmenu > li > ul > li > a:hover{background: #5ac800; color: #fff !important;}

#dropmenu > li > ul > li > a:last-child{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    
}

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


/* 来場者（nav-visitor）向けナビゲーションMENUスタイル */

#dropmenu.nav-visitor{
	width: 98%; 
}

#dropmenu.nav-visitor > li{
    width: calc(100%/7);
}

#dropmenu.nav-visitor > li > a{
	font-size: 14px;
}


@media (max-width: 1480px) {

#dropmenu.nav-visitor > li > a{
	font-size: 13px;
}
    
}


@media (max-width: 1024px) {

#dropmenu{
	width: 100%; 
}
    
}



/* --------------- MENU--------------- */
@media (max-width: 1024px) {
    .icn-menu{
        display: none;
    } 
    header {
		height: 60px;
    }

header h1{padding-top: 13px;}	


    #global-nav {
        display: none;
    }

}




.navi {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
    background-color: #eef5df;
  width: 100%;
  z-index: 999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  overflow-y: scroll;
	padding: 25px 30px;
}

.sidebar-btn{
	margin: 35px 0;
}

.sidebar-btn ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    width: 94%;
    margin: 0 auto;
}

.sidebar-btn ul li{
    width: calc(100%/2);
    margin-bottom: 12px;
}

.sidebar-btn ul li.full-w{
    width: 100% !important;
}



.sidebar-btn ul li a{
	display: block;
    width: 96%;
    margin: 0 auto;
    border-radius: 24px;
    background: #fff !important;
    color: #000 !important;
    border: 2px solid #ffd300;
    padding: 10px 10px 10px 15px;
    text-decoration: none;
    font-weight: 500;
    box-sizing: border-box;
    font-size: 14px;
}

#sp-accordion-navi.sidebar-btn ul{
    width: 100%;
}

#sp-accordion-navi.sidebar-btn ul li{
    margin-bottom: 15px;
}

#sp-accordion-navi.sidebar-btn ul li a{
    border-radius: 0;
    background-color: transparent !important;
    color: #4d4d4d !important;
    border: none;
    line-height: 1.4;
    padding: 0 10px 0 0;
    width: 100%;
}

#sp-accordion-navi.sidebar-btn ul li.full-w a{
    width: 100%;
}

#sp-accordion-navi.sidebar-btn ul li a:before{content:"▷"; font-size:75%; padding-right:5px;}


/*Pure CSS Sidebar*/

#sidebarMenu {
    height: 100%;
    position: fixed;
	top: 60px;
    right: 0;
    width: 470px ;
    transform: translateX(470px );
    transition: transform 700ms ease-in-out;
	overflow: hidden;
    padding: 0;
}

#sidebarMenu.close {
    right: 0 !important;
    transform: translateX(470px ) !important;
    transition: transform 700ms ease-in-out;
}

div.hamburger-menu input[type="checkbox"]:checked ~ #sidebarMenu{
    transform: translateX(0) !important;
}

div.hamburger-menu input[type="checkbox"]:checked ~ .body-overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 998;
	background: rgba(0,0,0,.7);
	display: block;
	transition: 1s;
}

div.hamburger-menu input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
   display: none;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #5ac800;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 6px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 6px;
}
header input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
header input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 6px;
}
header input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -10px;
	width: 100%;
}





@media only screen and (max-width: 1024px) {
    
.sidebarIconToggle {
	display: block;
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    margin: 0;
     padding: 21px 18px 0 18px;
}    
	
.navi {
	top: 0;
	padding: 0;
}	


.navi-logo{
	width: auto;
	padding: 18px 0 0 18px;
	box-sizing: border-box;
}
	
	.navi_inner{
		padding: 0 ;
	}

.navi-logo img{
	width: auto;
	height: 25px;
}
	
.sidebarMenuInner {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.sidebarMenuInner > div.block-menu{
	width: calc(100%/2);
	text-align: left;
}
	
.sidebarIconToggle {
	display: block;
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    background: #fff;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    margin: 0;
     padding: 21px 18px 0 18px;
}	

#sidebarMenu {
    width: 50% ;
    transform: translateX(100% );
}

#sidebarMenu.close {
    transform: translateX(100% ) !important;
}
	
div.hamburger-menu input[type="checkbox"]:checked ~ #sidebarMenu{
    transform: translateX(0) !important;
}	

div.hamburger-menu input[type="checkbox"]:checked ~ .body-overlay{
	display: none;
}
	
	
}


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

#sidebarMenu {
    width: 68% ;
    transform: translateX(100% );
}
    
}

@media only screen and (max-width: 480px) {	
    
    .sidebar-btn{
        margin: 20px 0;
    }

#sidebarMenu {
    width: 100% ;
    transform: translateX(100% );
}

.sidebar-btn ul li a{
    width: 98%;
    padding: 12px 5px 12px 10px;
    font-size: 13px;
}
    
}


#sp-hm-btn{
    text-align: center;
    padding: 0 5%;
}

#sp-hm-btn a{
    min-width: 29%;
    margin: 0 !important;
    margin-right: 10px !important;
}

#sp-hm-btn > a:last-child{
    margin-right: 0;
}

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

#sp-hm-btn a{
    font-size: 14px;
    padding: 9px 15px;
}
    
}

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

#sp-hm-btn a{
    display: inline-block;
    width: auto;
}
    
}

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

#sp-hm-btn a{
    font-size: 14px;
    padding: 8px 12px;
    margin-right: 5px !important;
    min-width: 26%;
}
    
}

#sp-hm-sns{
    padding-top: 50px;
    text-align: center;
}
#sp-hm-sns a{
        display: inline-flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 42px;
        height: 42px;
        text-decoration: none;
    margin: 0 6px;
    }
    
#sp-hm-sns a img{
        width: 80%;
        vertical-align: middle;
    }
    
#sp-hm-sns a img.ic-02{
        width: 76%;
    }
    
#sp-hm-sns a img.ic-01,
#sp-hm-sns a img.ic-05{
        width:84%;
    }

@media only screen and (max-width: 480px) {	
#sp-hm-sns a{
        width: 36px;
        height: 36px;
    margin: 0 8px;
    }
    
}

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

#sp-hm-sns{
    padding-top: 30px;
}
#sp-hm-sns a{
        width: 32px;
        height: 32px;
    margin: 0 5px;
    }
    
}













