/* CSS Document */
header { }

#top_img {
	width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.item_main_pict {
    width: 100%;
    height: 35vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.item_main_pict:before {
  content: '';
  height: 35vh;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /*半透明のフィルターをかける*/
}

/*--トップページ以外のヒーローイメージエリアの指定   --*/
.sub_main_pict {
  margin: 0 auto;
      width: 100%;
      height: 35vh;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
}

.sub_main_pict:before {
  content: '';
  height: 35vh;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /*半透明のフィルターをかける*/
}

.bg_photo {	}

.site_top_center {
    color: #fff;
    position: absolute;
}

.text_top_center {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
    background-position: center;
    background-size: cover;
    color: #fff;
	font-size: 12px;
}

.text_top_center h1 {
    font-size: 1.4em;
    display: block;
    border-style: none;
    margin: 0 0;
    padding: 0 0;
    font-weight: bold;
}

#menubar {
    z-index: 50;
}

ul {
    list-style-type: none;
}


#menubar li {
	display: inline-flex;
    margin: 10px 8px 0px 8px;
    width: 70px;
    height: 100px;
}

#menubar li a {
	font-family: 'EB Garamond', 'Noto Sans JP',serif;
    text-align: center;
    color: #fff;
    border-bottom: 2px solid #99a02e;
    font-size: 0.9em;
    height: 63px;
    letter-spacing: 0.08em;
}

#menubar img{
    width: 30px;
    margin: 0px 10px 7px 10px;
}


menu_rt {
    font-family: 'EB Garamond', serif;
    display: block;
    margin-top: 11px;
    font-size: 0.7em;
    letter-spacing: 0em;
}

/* -----	メインメニューの設定 -----*/
/* オープン前の位置の設定 */
.base {
   /*display: none; */
    width: 48px;
    height: 68px;
    position: fixed;
    top: 5px;
    right: 5px;
    /* left: 15px; */
    z-index: 50;
    opacity: 0.95;
	}

.base:after {
	content: "";
    background-image: url(../../image/common/mobile-menu-icon.png);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
	}

/* メニュー展開時のショップロゴの位置を指定 */
log_position{
	position: absolute;
    padding-top: 0px;
    padding-bottom: -5px;
    right: 10px;
    top: 0;
	z-index:50;
}

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

/* メニュー展開時のエリア設定 */

#nav_area {
    height: 300px;
    padding: 4% 10%;
    background: #4e7682a1;
    z-index: 49;
}


.nav {
	width: 100%;
    height: 100vh;
    /* background-image: url(); */
    background-repeat: no-repeat;
    /* background-position: 15px 0px; */
    background-color: #1f1f1f;
    color: white;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    overflow: auto;
    opacity: 0.96;
    padding: 63px 0 0 0px;
  }

.nav:after {
	content: "";
    background-image: url(../../image/common/mobile-menu-icon-ura.png);
    background-repeat: no-repeat;
    z-index: -1;
    width: 48px;
    height: 68px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 55;
}

.nav .wrap{
	display: flex;
}

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


.nav .inner{
	width: 95%;
    margin: 0px 20px;
}

.nav-base {
    margin-top: 30px;
    margin-left: 10px;
    font-size: 0.8em;

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

.nav-base h2{
	font-size:1.2em;
	padding-left: 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;
	}


  .nav-flg{
	  display:block;

  }


 .inner li{
    cursor: pointer;
    margin: 0 20px;
    padding-bottom: 14px;
    /* padding-left: 5px; */
    display: flex;
    /* color: #fff; */
    align-items: left;
    /* justify-content: center; */
    /* flex-direction: column; */
    /* border-bottom: 1px solid #fff;*/
	}

	/* 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-base box_bunner{
	width:90%;
    border: none;
}

.nav-base box_bunner img {
	width:100%;
	min-width:200px;
    margin-bottom: 15px;
	transition: opacity 0.3s ease-out;
}
.nav-base box_bunner img:hover {
	opacity:0.58;
}


.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_site {
/*	display: none ;*/
	margin: 0 ;
	padding: 0 ;
}

.to_site p{
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
    top: 0px;
    left: 80px;
	z-index:50;
}

.to_site_img {
    display: block;
    background-image: url(https://hukujungo.com/etc/image/00_common/to_site_mobile.png);
	background-color:#a5b700;
    width: 48px;
    height: 68px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
}

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


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

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

/*------------------------------------
design by double-co.jp
三月用メニューcss
------------------------------------*/
.list-hina-base {	}
.list-hina p{}
.list-hina p::before{
	content:"";
	border:3px solid;
	border-radius:35px;
	width:8px;
	height:8px;
	display:inline-flex;;
	margin-right:7px;
}
/* 雛用のカラー設定 */
.list-hina p:before{ border-color:#ff1493;}
.list-hina:hover {
	color:#ff1493;
	background-color: #FFDFFF;
}

.list-hina-nav {
	height: 100vh;
	width: 100%;
	background-color: #ffd0d0;
	background-image: url(https://hukujungo.com/etc/image/09_project/80th/dec-img-bunner-artist-close.png);
	background-repeat: no-repeat;
	background-position: 100% 53%;
	display: none;
	position: fixed;
	z-index: 60;
	overflow:auto;
	font-size:14px;
	opacity: 0.95;
  }
.list-hina-nav .inner{
	height: 100vh;
	display: flex;
    justify-content: flex-start;
    align-items: center;
	text-align:center;
}
.container-hina {
	width:100%;
  -webkit-flex-direction: column; /* Safari */
  flex-direction:column;
}
.craftsman-hina{margin-top:20px;}

/*------------------------------------
design by double-co.jp
五月用メニューcss
------------------------------------*/
.list-gogatsu-base {	}
.list-gogatsu p{}
.list-gogatsu p::before{
	content:"";
	border:3px solid;
	border-radius:35px;
	width:8px;
	height:8px;
	display:inline-flex;;
	margin-right:7px;
}
/* nav五月のカラー設定 */
.list-gogatsu p:before{ border-color:#008000;}
.list-gogatsu:hover {
	color:#008000;
	background-color: #D1F7C4;
}
.list-gogatsu-nav {
	height: 100vh;
	width: 100%;
	background-color: #9ebcce;
	background-image: url(https://hukujungo.com/etc/image/09_project/80th/dec-img-bunner-artist-close.png);
	background-repeat: no-repeat;
	background-position: 100% 53%;
	display: none;
	position: fixed;
	z-index: 60;
	overflow:auto;
	font-size:14px;
	opacity: 0.95;
  }
.list-gogatsu-nav .inner{
	height: 100vh;
	display: flex;
    justify-content: flex-start;
    align-items: center;
	text-align:center;
}
.container-gogatsu {
	width:100%;
  -webkit-flex-direction: column; /* Safari */
  flex-direction:column;
}
.craftsman-gogatsu{margin-top:20px;}
