@charset "utf-8";
/*----------------------------------------------------
	一時的に削除
----------------------------------------------------*/
#mainvisual #menu > ul > li:nth-child(4){
	display: none;
}
#mainvisual .top_info {
	display: none;
}
#information .snd dd:first-child p.mt10 {
	display: none;
}
#packing .box_wrap {
	display: none;
}
/*----------------------------------------------------
	共通パーツ
----------------------------------------------------*/
.original, .pane-left-menu ,
h1.block-event-page--header, h1.block-category-list--header, h1.block-genre-page--header {
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, serif;
}
.ttl {
	margin: 0 0 20px;
	font-size: 35px;
	line-height: 1;
	text-align: center;
}
.ttl::after {
	display: block;
	margin: 28px auto 0;
	width: 120px;
	background-color: #000;
	height: 1px;
	content: '';
}
.ttl.wh {
	color: #fff;
}
.ttl.wh::after {
	background-color: #fff;
}

.block-thumbnail-t--goods-description {
	margin-top: 20px;
}
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#mainvisual {
	height: 520px;
	background: url("../img/common/mainvisual.jpg") center center / cover no-repeat;	
	position: relative;
	margin: -40px 0 80px;
}
/*  header_area
------------------------------------ */
#header_area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#header_area dl {
	display: flex;
	align-items: center;
	margin: 5px 0 0 65px;
}
#header_area dl dd {
	color: #fff;
	font-size: 15px;
	margin: 0 0 0 20px;
	letter-spacing: 1px;
}
#header_area nav {
	display: flex;
	margin: 25px 25px 0 0;
}
#header_area nav ul {
	display: flex;
}
#header_area nav ul li {
	writing-mode: vertical-rl;
	margin: 0 30px 0 0;
	line-height: 1;
}
#header_area nav ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	transition: 0.4s;
}
#header_area nav ul li a:hover {
	color: #bca062;
	transition: 0.4s;
}
#header_area a:visited {
	color: #fff;
}
#header_area nav .tel ul {
	display: block;
}
#header_area nav .tel ul li {
	margin: 10px 0 0;
}
/*  iSearchBox
------------------------------------ */
#mainvisual .cont {
	text-align: center;
	height: 75%;
	align-items: flex-end;
	margin: 0 0 20px;
	display: flex;
}
#iSearchBox {
	margin: 0 auto 0;
	position: relative;
}
#iSearchBox input[type="text"] {
	width: 300px;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	padding: 10px 35px 10px 10px;
}
#iSearchBox input[type="text"]::placeholder {
	color: #cdcdcd;
}
#iSearchBox button {
	position: absolute;
	top: 0;
	right: 0;
	width: 43px;
	height: 43px;
	background: url("../img/common/search_icon.png") center center no-repeat #ffffff;
	border: none;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}
/*  top_info
------------------------------------ */
#mainvisual .top_info {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.6)
}
#mainvisual .top_info p {
	color: #fff;
	font-size: 15px;
	line-height: 1;
	padding: 15px 0;
}
/*  menu
------------------------------------ */
#mainvisual #menu {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-image: url("../img/common/pattern_02.jpg");
}
#mainvisual #menu > ul {
	margin: auto;
	padding: 0;
	justify-content:center;
}
#mainvisual #menu > ul li {
	width: 178px;
	display: inline-block;
	border-left: 1px solid #fff;
	/*transition: 0.7s;*/
	padding: 0;
	margin: 17px 0;
}
#mainvisual #menu > ul li:last-child {
	border-right: 1px solid #fff;
}
#mainvisual #menu > ul li.nav_logo {
	opacity: 0;
	/*transition: 0.7s;*/
	margin: 0 0 0 -120px;
	border-left: none;
	width: auto;
}
#mainvisual #menu > ul li.nav_logo img {
	height: 40px;
	width: auto;
	margin: 0 0 -8px 15px;
}
#mainvisual #menu > ul li a {
	color: #fff;
	font-size: 16px;
	line-height:26px;
	text-decoration: none;
	/*transition: 0.4s;*/
	font-weight: bold;
}
#mainvisual #menu > ul li a:hover {
	color: #bca062;
	transition: 0.4s;
}
#mainvisual #menu > ul li ul{
	position: absolute;
	top: -1000px;
	opacity: 0;
	z-index: 9999;
	padding: 0;
}
#mainvisual #menu > ul li ul li {
	border-bottom:1px solid #000;
	color: #000;
	display: block;
	margin: 0;
	background-color: #fff;
}
#mainvisual #menu > ul li ul li a {
	padding: 8px 0;
	background-color: #fff;
	display: block;
	font-size: 15px;
	font-weight: bold;
}
#mainvisual #menu > ul li ul li:hover a {
	background-color: #000;
	color: #fff;
	transition: 0.4s;
}
#mainvisual #menu > ul li:hover ul{
	transform: translateY(1000px);
	opacity: 1;
	padding: 60px 0 0;
}
#mainvisual #menu > ul li:hover ul li {
	margin: 0;
}
#mainvisual #menu > ul li:hover ul li a{
	color: #000;
	display: block;
	margin: 0;
	background-color: #fff;
}
#mainvisual #menu > ul li ul li:hover a{
	color: #fff;
	background-color: #701318;
}
/*  cmenu
------------------------------------ */
#cmenu {
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color:#A28662;
	height: 40px;
}
#cmenu ul {
	margin: auto;
	padding: 0;
	display: flex;
	justify-content:center;
}
#cmenu ul li {
	transition: 0.7s;
	padding: 0 40px;
	width: auto;
	line-height: 40px;
	margin: 0;
}
#cmenu .gnav_wrap {
	display: block;
	position: relative;
}
.gnav_wrap ul li a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
/*----------------------------------------------------
	レフトナビ
----------------------------------------------------*/
#block_of_filter .pane-block--subtitle {
	background: #7d0000;
	font-weight: normal;
}
/*#block_of_filter div[id^="div_filter"],
#block_of_filter #block_of_filter_clear,
#block_of_categorytree .block-category-tree--level-3 > li {
	background: #f4f0eb;
}*/
#block_of_searchbox ,
#block_of_searchbox .pane-block--title{
	background: #f4f0eb;
}
.page-goods .pane-left-menu #block_of_categorytree .pane-block--title,
.page-goods .pane-left-menu #block_of_genretree .pane-block--title {
	border-top: #ae262e 3px solid;
	padding: 10px;
}
#block_of_categorytree .block-category-tree--item__open a::after,
#block_of_categorytree .block-category-tree--item a::after {
	border-right: 2px solid #ae262e;
	border-top: 2px solid #ae262e;
}
/*  営業日カレンダー
------------------------------------ */
#calendar table td span.closed {
	background: #FFC6C6;
	border-radius: 0;
}
#calendar table tr td:nth-child(7) span {
	color: #338EEB !important;
}
#calendar.block-calendar p span {
	display: inline-block;
	margin: 0 0 3px;
	color: #1A1A1A;
	font-size: 13px;
}
#calendar.block-calendar p span::before {
	content: "■";
	margin-right: 2px;
	color: #FFC6C6;
}
/*----------------------------------------------------
	フッター
----------------------------------------------------*/
/*  packing（梱包について）
------------------------------------ */
#packing {
	margin: 5% 0 5%;
}
#packing .inn {
	width: 1200px;
	margin: auto;
}
#packing .inn h3 {
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 1;
	text-align: center;
}
#packing .box {
	padding: 25px 30px;
	border:1px solid #929292;
	box-sizing: border-box;
}
#packing .box p {
	font-size: 16px;
	text-align: justify;
	line-height: 28px;
}
#packing .b01 {
	margin: 40px 0;
}
#packing .b01 dl {
	display: flex;
	justify-content: space-between;
}
#packing .b01 dl dd {
	width: 530px;
}
#packing .box_frame {
	display: flex;
}
#packing .b01 dl dd p {
	margin: 0 0 0 20px;
	flex: 1;
}
#packing .b01 dl dd:nth-child(2) p {
	margin-left: 30px;
}
#packing .box_wrap {
}
#packing .b02 h4 img {
	width: 190px;
}
#packing .b02 p {
	margin: 0 0 0 22px;
	flex: 1;
}
/*  information（インフォメーション）
------------------------------------ */
#information {
	padding: 80px 0;
	background-image: url("../img/common/pattern_02.jpg");
}
#information .inn {
	width: 1180px;
	margin: auto;
}
#information .inn dl {
	display: flex;
	justify-content: space-between;
	margin: 60px 0 0;
}
#information .inn dl.snd {
	margin: 60px 0 0;
}
#information .inn dl dd {
	width: 540px;
	color: #fff;
}
#information .inn dl dd h3 {
	text-align: center;
	font-size: 20px;
	margin: 0 0 20px;
}
#information .inn dl dd p {
	text-align: justify;
	font-size: 14px;
	line-height: 21px;
}
#information .inn dl dd .card {
	padding: 15px 0;
}
#information .inn dl dd .card p{
	font-size: 11px;
	margin: 0 0 4px;
}
#information .inn dl dd .btn_sg {
	width: 270px;
	margin: 0 0 0 auto;
}
#information .inn dl dd .btn_sg a {
	display: block;
	text-align: center;
	color: #000;
	background-color: #fff;
	text-decoration: none;
	line-height: 1;
	padding: 12px 0;
	font-size: 14px;
	background-image: url("../img/common/footer_btn_arr.png");
	background-position: right 24px center;
	background-repeat: no-repeat;
	transition: 0.4s;
}
#information .inn dl dd .btn_sg a:hover {
	background-color: #ceb16c;
	transition: 0.4s;
}
#information .inn dl dd .btn_sg.b01 {
	margin: 25px 0 0 auto;
}
#information .inn dl dd .btn_sg.b02 {
	margin: 10px 0 20px auto;
}
#information .inn dl dd .btn_sg.b03 {
	margin: 20px 0 0 auto;
}
#information .inn dl dd .send {
	font-size: 16px;
	border: 1px solid #fff;
	margin: 0 auto 15px;
	text-align: center;
	box-sizing: border-box;
	padding: 12px 0;
}
#information .inn dl dd .send span {
	font-size: 13px;
}
#information .inn dl dd p.soryo{
	text-align: center;
}
#information .inn dl dd p.soryo span{
	font-size: 20px;
}
#information .inn dl dd .time{
	margin: 15px 0 15px;
}
#information .snd_icon {
	background: #fff;
	border-radius: 2px;
	padding: 3px 4px;
	margin: 0 4px 0 4px;
	color: #650109;
	font-size: 13px;
	font-weight: bold;
}
#information .snd_line {
	display: inline-block;
	text-decoration: underline;
	margin-top: 5px;
}
#information .s_font {
	font-size: 13px;
}
#information .exc {
	margin: 0 0 0 2px;
	font-size: 10px;
}
#information .snd_attention {
	margin: 15px 0 0;
	font-size: 13px !important;
}
/*  shop_footer
------------------------------------ */
#shop_footer { padding: 60px 0; border-top: #E0E0E0 1px solid;}
#shop_footer .shop-footer-inner { width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
#shop_footer .shop-footer-logo { width: 195px; padding: 0 40px 0 0; border-right: #E0E0E0 1px solid;}
#shop_footer .shop-footer-logo img { width: 130px; vertical-align: top;}
#shop_footer .shop-footer-menu { width: calc(100% - 235px); display: flex; flex-wrap: wrap; align-items: center;}
#shop_footer .shop-footer-menu li { width: 270px; margin: 0 0 0 40px; font-size: 16px;line-height: 2;}
#shop_footer .shop-footer-menu li a { padding: 0 0 0 20px; transition: 0.3s; position: relative; display: block;}
#shop_footer .shop-footer-menu li a::before { content: ""; width: 8px; height: 8px; border-right: 1px solid #976f11; border-top: 1px solid #976f11; display: inline-block; transform: rotate(45deg); position: absolute; top: calc(50% - 4px); left: 0;}
#shop_footer .shop-footer-menu li a:hover { text-decoration: underline;}
/*  footer_info 
------------------------------------ */
.footer_info {
	background-image: url("../img/common/footer_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.footer_info .inn {
	display: flex;
	width: 1100px;
	height: 174px;
	margin: auto;
	align-items: center;
	justify-content: space-between;
}
.footer_info .inn dl,
.footer_info .inn ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_info .inn dl dd {
	color: #fff;
	margin: 0 0 0 35px;
}
.footer_info .inn dl dd h3 {
	font-size: 17px;
}
.footer_info .inn dl dd p {
	font-size: 14px;
	line-height: 23px;
}
.footer_info .inn ul li:last-child {
	margin: 0 0 0 25px;
}
.footer_info .inn ul li:last-child:hover img {
	opacity: 1;
}
.copyright {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 28px;
	padding: 14px 0 22px;
	background-color: #000;
}
/*----------------------------------------------------
	Style-pallet
----------------------------------------------------*/
/* clearfix ----------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.clearfix {
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display:block;
}
/* align/flort/box --------------------*/
.alignLeft   {text-align:left}
.alignRight  {text-align:right;}
.alignCenter {text-align:center;}
.vaTop    {vertical-align:top;}
.vamiddle {vertical-align:middle;}
.vabottom {vertical-align:bottom;}
.floatRight {float:right;}
.floatLeft  {float:left;}
.clear {clear:both;}
.hide {visibility:hidden}
.delete {display:none;}
.inlineBlock {display:inline-block;}
.relative {position:relative;}
.ovHide{overflow:hidden;}
.underline{text-decoration: underline;}
/* margin
-------------------------------------- */
.mt5  {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mb0  {margin-bottom:0px !important;}
.mb3  {margin-bottom:3px !important;}
.mb5  {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.ml3  {margin-left:3px !important;}
.ml5  {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}
.ml35 {margin-left:35px !important;}
.ml40 {margin-left:40px !important;}
.mr3  {margin-right:3px !important;}
.mr5  {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr25 {margin-right:25px !important;}
.mr30 {margin-right:30px !important;}
.mr35 {margin-right:35px !important;}
.mr40 {margin-right:40px !important;}
/* padding
-------------------------------------- */
.pt3 {padding-top: 3px !important;}
.pt5 {padding-top: 5px !important;}
.pt10{padding-top: 5px !important;}
.pt15{padding-top: 15px !important;}
.pt20{padding-top: 20px !important;}
.pt25{padding-top: 25px !important;}
.pt30{padding-top: 30px !important;}
.pt35{padding-top: 35px !important;}
.pt40{padding-top: 40px !important;}
.pt45{padding-top: 45px !important;}
.pt50{padding-top: 50px !important;}
.pr5 {padding-right: 5px !important;}
.pr10{padding-right: 10px !important;}
.pr15{padding-right: 15px !important;}
.pr20{padding-right: 20px !important;}
.pr25{padding-right: 25px !important;}
.pr30{padding-right: 30px !important;}
.pr35{padding-right: 35px !important;}
.pr40{padding-right: 40px !important;}
.pr45{padding-right: 45px !important;}
.pr50{padding-right: 50px !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10{padding-bottom: 10px !important;}
.pb15{padding-bottom: 15px !important;}
.pb20{padding-bottom: 20px !important;}
.pb25{padding-bottom: 25px !important;}
.pb30{padding-bottom: 30px !important;}
.pb35{padding-bottom: 35px !important;}
.pb40{padding-bottom: 40px !important;}
.pb45{padding-bottom: 45px !important;}
.pb50{padding-bottom: 50px !important;}
.pl5 {padding-left: 5px !important;}
.pl10{padding-left: 10px !important;}
.pl15{padding-left: 15px !important;}
.pl20{padding-left: 20px !important;}
.pl25{padding-left: 25px !important;}
.pl30{padding-left: 30px !important;}
.pl35{padding-left: 35px !important;}
.pl40{padding-left: 40px !important;}
.pl45{padding-left: 45px !important;}
.pl50{padding-left: 50px !important;}