/* CSS Document */

.base {
	/* オープン前の位置の設定 */
	width: 126px;
	height: 144px;
	position: fixed;
	top: 0;
	left: 39px;
	background-image: url(https://hukujungo.com/shop/image/common/berger-open-sk.png);
	background-color: #2b2b2b;
	z-index: 50;
	opacity: 0.95;
	}

.base:after {	content: "";
background-image: url(https://hukujungo.com/shop/image/common/berger-open-sk.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: 10%;
    top: 20px;
	z-index:50;
}

header .burger {
	/* オープンクリック反応位置の設定 */
    width: 50px;
    height: 66px;
    cursor: pointer;
    position: fixed;
    top: 71px;
    left: 78px;
    z-index:60;	
	opacity: 0.95;
}

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

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

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

.nav .inner{
	width: 80%;
    padding-top: 190px;
    border: none;
    display: flex;
    align-items: start;
    justify-content: left;
    font-size: 1.2em;
	margin: 0 10%;
}

 .inner li{
	border-radius: 20px;
	cursor: pointer;
	width: 250px;
    height: 50px;
    margin: 5px 10px;
    padding-left: 9px;
    display: flex;
    color: #fff;
    align-items: left;
    justify-content: center;
    flex-direction: column;
/*    background-color: #777;*/
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
	}

.nav-base {
    margin-top: 30px;
    margin-bottom: 30px;
	margin-right:20px;
	padding-left: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
	}

.nav-base li a{
	/* ポインター感知領域を増やす */
	padding-top:10px;
	padding-bottom:10px;
}

.nav-base h2{
	    border-style: none;
}

.nav-base li a:before{
	content:"";
	border:3px solid #fff;
	border-radius:35px;
	width:8px;
	height:8px;
	display:inline-flex;;
	margin-right:07px;
}

 .nav-gserch {
    position: fixed;
    padding-top: 90px;
    padding-bottom: -5px;
	right: 9%;
    top: 33px;
	}

	/* 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-hina:hover {
		background-color:#FFDFFF;
		color:#ff1493;
		border-color:#FFDFFF;}

	/* 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-gogatsu:hover {
	background-color: #B7D9CD;
	color: #3A583E;
	border-color: #B7D9CD;
	}


	/* 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-syogatsu:hover {
	background-color: #E0CFDD;
	color: #800080;
	border-color: #E0CFDD;
	}	

	/* nav夏物のカラー設定 */
	.nav-base .nav-summer a:before{ border-color:#0082A2;}
	.nav-base .nav-summer a:hover,
	.nav-base .nav-summer.current a{color: #0082A2;}
	.nav-summer:hover {
	background-color: #F0FFFF;
	color: #0082A2;
	border-color: #F0FFFF;
	}	

	/* 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: #F97255;}
	.nav-base .nav-souvenirs a:hover,
	.nav-base .nav-souvenirs.current a{ color:#F97255;}
	.nav-souvenirs:hover {
	background-color: #FFFFCC;
	color: #F97255;
	border-color: #FFFFCC;
	}	

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


	/* 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:#fff;}
	.nav-base .nav-common a:hover,
	.nav-base .nav-common.current a{ color:#000;}	
	.nav-common:hover {
	background-color: #CCCCCC;
	color: #000;
	border-color: #CCCCCC;
	}	



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

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

.to_shop_img:hover  {
/*	opacity:0.6;		
	z-index:100;*/
}


/*------------------------------------
design by double-co.jp
カスタム検索用CSS
------------------------------------*/
/* サーチボックス */
.contents_in serchbox {
	font: normal normal normal 100%/1.9 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"游明朝","Yu Mincho",osaka,メイリオ,Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 180%; /* 行間を開ける */
}

#serchbox_area {
	width: 95% ;
	display: inline-block;
}
.ex1 {
	font-size:1.2;
}

.serchbox_form_text{
	max-width:72%;
	min-width:35%;
    outline: none;
    padding: 4px 0px;
    text-decoration: none;
    border: 3px solid #FFCC66;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.serchbox_form_submit_button {
	margin-left:2px;
    padding: 4px 10px;
    text-decoration: none;
    background: #f7f7f7;
    border: solid 3px #537682;
    color: #537682;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
