/* CSS Document */
.base {
	/* オープン前の位置の設定 */
	width: 48px;
	height: 68px;
	position: fixed;
	top: 0;
	left: 15px;
	background-image: url(https://hukujungo.com/shop/image/common/berger-open-sk-mobile.png);
	background-color: #2b2b2b;
	z-index: 70;
	}

.base:after {	
	content: "";
	background-image: url(https://hukujungo.com/shop/image/common/berger-open-sk-mobile.png);
	top: 0; left: 0;bottom:0;right: 0;position: absolute;
	z-index: -1;}
	
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  color: inherit;
  text-decoration: none; }

header { }  

log_position{
	position: absolute;
    padding-top: 0px;
    padding-bottom: -5px;
    right: 73px;
    top: 0;
	z-index:50;
}

header .burger {
	/* オープンクリック反応位置の設定 */
    width: 48px;
    height: 68px;
    cursor: pointer;
    position: fixed;
    top: 2px;
    left: 15px;
    z-index:80;
}

.nav {
	width: 100%;
	height: 100vh;
	background-color: #2b2b2b;
	background-image: url(https://hukujungo.com/shop/image/common/berger-close-sk-mobile.png);
	background-repeat: no-repeat;
	background-position: 15px 0px;
	color: white;
	display: none;
	position: fixed;
	padding: 90px 0 0 0px;
	top: 0;
	left: 0;
	z-index: 70;
	opacity: 0.96;
	overflow:auto;
  }

.nav:after {
	content: "";
	background-image: url(https://hukujungo.com/shop/image/common/berger-close-sk-mobile.png);
	background-repeat: no-repeat;
	top: 0; left: 15px;bottom:0;right: 0;position: absolute;
	z-index: -1;
}

.nav .wrap{
	display: flex;
	justify-content: center ;
}



/* padding の分だけスクロールしても見えない部分が発生するため*/
/* 下記のようにして高さをかさましする  height: 90px; /* padding-bottom分 */
/*.nav::after{
display: block;
  width: 1px;
  height: 90px; 
  content: '';
}*/



.nav .inner{
	margin: 0px 20px;
    border: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.nav-base li a:before{
	content:"";
	border:3px solid #fff;
	border-radius:30px;
	width:5px;
	height:5px;
	display:inline-block;
	margin-right:10px;
}

 .nav-list {
	margin:0 20px;
	padding-top:14px;
	padding-bottom:14px;
	padding-left:14px;
	display: flex;
	color: #fff;
	align-items: left;  
	justify-content: center;  
	flex-direction: column;
	border-bottom: 1px solid #fff;
	}

 .inner li{
	cursor: pointer;
	margin:0 20px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px;
	display: flex;
	color: #fff;
	align-items: left;  
	justify-content: center;  
	flex-direction: column;
	}

	/* nav雛のカラー設定 */
	.nav-base .nav-hina a:before{ border-color:#ff1493;}
	.nav-base .nav-hina a:hover,
	.nav-base .nav-hina.current a{ color:#ff1493;}

	/* nav五月のカラー設定 */	
	.nav-base .nav-gogatsu a:before{ border-color:#008000;}
	.nav-base .nav-gogatsu a:hover,
	.nav-base .nav-gogatsu.current a{ color:#008000;}

	/* nav正月のカラー設定 */
	.nav-base .nav-syogatsu a:before{ border-color:#800080;}
	.nav-base .nav-syogatsu a:hover,
	.nav-base .nav-syogatsu.current a{ color:#800080;}
	
	/* nav夏物のカラー設定 */
	.nav-base .nav-summer a:before{ border-color:#a0d8ef;}
	.nav-base .nav-summer a:hover,
	.nav-base .nav-summer.current a{ color:#a0d8ef;}

	/* nav重陽/菊の節句のカラー設定 */
	.nav-base .nav-kiku a:before{ border-color:#dccb18;}
	.nav-base .nav-kiku a:hover,
	.nav-base .nav-kiku.current a{ color:#dccb18;}

	/* nav日本のお土産のカラー設定 */
	.nav-base .nav-souvenirs a:before{ border-color:#ffdb4f;}
	.nav-base .nav-souvenirs a:hover,
	.nav-base .nav-souvenirs.current a{ color:#ffdb4f;}

	/* navお問い合わせのカラー設定 */
	.nav-base .nav-contact a:before{ border-color:#ea6e2b;}
	.nav-base .nav-contact a:hover,
	.nav-base .nav-contact.current a{ color:#ea6e2b;}	

	/* navオンラインショップカラー設定 */
	.nav-base .nav-shop a:before{ border-color:#b8d200;}
	.nav-base .nav-shop a:hover,
	.nav-base .nav-shop.current a{ color:#b8d200;}	
	
	/* navその他のカラー設定 */
	.nav-base .nav-common a:before{ border-color:#808080;}
	.nav-base .nav-common a:hover,
	.nav-base .nav-common.current a{ color:#808080;}	


.nav-list a {
	transition: 0.2s ease 0s;
	-webkit-transition: 0.2s ease 0s;
	-moz-transition: 0.2s ease 0s;
	-ms-transition: 0.2s ease 0s;
}

.nav-list a:hover {
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

.to_shop_img {
	position: fixed;
    display: block;
    background-image: url(../../../image/00_common/to_top_mobile.png);
	background-color:#986D81;
    width: 48px;
    height: 63px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    top: 0px;
	left: 80px;
     z-index: 70; 
}

.to_shop_img p{
/*	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 0px;
	bottom: 0px;*/
}

 .nav-gserch {
	position: absolute;
    right: 5%;
    top: 55px;
    width: 230px;
	}

/*------------------------------------
design by double-co.jp
カスタム検索用CSS
------------------------------------*/
/* サーチボックス */
.serchbox_area {
    margin-top: 37px;
    margin-left: 10px;
    text-align: center;
    padding-right: 14%;
}

.serchbox_area .ex1{
visibility:hidden
}
.serchbox_form_text{
position: absolute;
    outline: none;
    width: 72%;
    /* margin-right: 10px; */
    text-align: left;
    display: inline-block;
    padding: 0.2em;
    text-decoration: none;
    border: 2px solid #FFCC66;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: -44px;
}

.serchbox_form_submit_button {
	margin-top: -2px; */
    /* text-align: right; */
    position: absolute;
    display: inline-block;
    padding: 0.2em 0.4em;
    text-decoration: none;
    background: #f7f7f7;
    border: solid 2px #537682;
    color: #537682;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    margin-left: 95%;
    margin-top: -44px;
}
