/* CSS Document */
header { }

#top_img {
	width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    /* top: 75px; */
    position: relative;
}

.item_main_pict {
  margin: 0 auto;
      width: 100%;
      height: 65vh;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
}

.item_main_pict:before {
  content: '';
  height: 65vh;
  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;
    top: 40%;
    margin: 0 auto;
}

.text_top_center {
	width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: linear-gradient(#00000082, #000000b8);
    background-position: center;
    background-size: cover;
    color: #fff;
}

.text_top_center h1 {
    font-size: 23px;
    display: block;
    border-style: none;
    margin: 0 0;
    padding: 0 0;
    letter-spacing: 0.1em;
}


#menubar {
	margin-bottom: 30px; */
    padding: 0% 5%;
    /* background: #4e7682a1; */
    z-index: 49;
}

ul {
    list-style-type: none;
}


#menubar li {
    width: 115px;
    height: 80px;
    display: inline-flex;
    margin: 30px 30px 30px 26px;
    text-align: center;
}

#menubar li a {
	font-family: 'EB Garamond', 'Noto Sans JP',serif;
    text-decoration: none;
    width: 115px;
    color: #fff;
    border-bottom: 2px solid #f5f28d;
    padding-bottom: 10px;
    font-size: 1.2em;
    letter-spacing: 0.08em;
}

#menubar img{
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto;
}


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

/* -----	メインメニューの設定 -----*/
/* オープン前の位置の設定 */
.base {
    /* display: none; */
    width: 140px;
    height: 75px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 50;
    opacity: 0.95;
    background: #9a9a9a26;
	}
	
.base:after {
	content: "";
    background-image: url(../../image/common/menu-icon.png);
    top: -3px;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
	}

/* オープン・クローズのクリック反応位置の設定 */
header .burger {
	width: 140px;
    height: 75px;
    cursor: pointer;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 53;
    opacity: 0.95;
}

/* メニュー展開時のエリア設定 */
.nav {
	width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 39px 0px;
    background-color: #1f1f1f;
    color: white;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 48;
    overflow: auto;
    opacity: 0.96;
}

.nav:after {
	content: "";
    background-image: url(../../image/common/menu-icon-ura.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    width: 140px;
    height: 75px;
    position: fixed;
    top: -3px;
    right: 0px;
    z-index: 55;
}

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

.nav .inner{
    width: 75%;
    position: fixed;
    top: 120px;
    border: none;
    font-size: 0.9em;
}
}

.nav-base {
	width: 400px;
    margin-top: 25px;
    padding-left: 9px;
    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-flg {
		display: inline-block;
}


.nav-base img {
    width: 30px;
    height: 30px;
	margin-right:10px;
}


 .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;
    -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 li a:before{
	content:"";
	border:3px solid;
	border-radius:35px;
	width:8px;
	height:8px;
	display:inline-flex;;
	margin-right:7px;
}


	/* 雛用のカラー設定 */
	.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: #D1F7C4;
	color: #008000;
	border-color: #D1F7C4;
	}

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

	/* nav無色設定 */
	.nav-base .nav-nocolor a:before{ border-color:#ffffff00;}
	.nav-base .nav-nocolor a:hover,
	.nav-base .nav-nocolor.current a{ color:#ffffff00;}
	.nav-nocolor:hover {
	background-color: #ffffff00;
	color: #ffffff00;
	border-color: #ffffff00;
	}


/*------------------------------------
design by double-co.jp
三月用メニューcss
------------------------------------*/
.list-hina-base {cursor: pointer;}
.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-close {
	position:absolute;
	width:100%;
  -webkit-flex-direction: column; /* Safari */
  flex-direction:column;
}
.container-hina {
	width:100%;
  -webkit-flex-direction: column; /* Safari */
  flex-direction:column;
}

.craftsman-hina{margin-top:20px;}

/*------------------------------------
design by double-co.jp
五月用メニューcss
------------------------------------*/
/* オープン・クローズのクリック反応位置の設定 */
.gogatsu-close{
    width: 50px;
    height: 66px;
    cursor: pointer;
    position: fixed;
    top: 71px;
    left: 78px;
    z-index:70;	/** 最前面に配置 **/
	opacity: 0.95;
}

.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-image: url(https://hukujungo.com/etc/image/09_project/80th/dec-img-bunner-artist-close.png);
	background-repeat: no-repeat;
	background-position: 39px 0px;
	background-color: #9ebcce;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 52;
	overflow:auto;
	opacity: 0.96;
  }


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