@charset "Shift_JIS";
body
	{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #2d1c0c;
	}

a
	{
	text-decoration: none;
	}

a:hover
	{
	text-decoration: underline;
	}

iframe
	{
	overflow: hidden;
	}


/**PC************************************************/
#pc_header
	{
	width: 1200px;
	margin: 14px auto 0px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}

#pc_header .emb
	{
	width: 580px;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}

#pc_header .emb img
	{
	width: 43px;
	height: 43px;
	}

#pc_header .emb p:first-child
	{
	display: flex;
	align-items: center;
	padding-top: 10px;
	}

#pc_header .emb p:first-child img
	{
	width: 70px;
	height: auto;
	}

#pc_header .emb p:last-child
	{
	/* width: 100px; */
	}
#pc_header .pcheader_right > img
	{
	margin-left: 5px;
	}
#pc_header .pcheader_right a img
	{
	margin-left: 9px;
	}

#pc_header .pcheader_right .search
	{
	position: relative;
	}

#pc_header .pcheader_right .search .txt
	{
	width: 292px;
	margin: 8px 0px 0px 5px;
	padding: 6px;
	border: 1px solid #7a695a;
	outline: none;
	}

#pc_header .pcheader_right .search .btn
	{
	position: absolute;
	top: 8px;
	right: 0px;
	}

.pc_nav
	{
	width: 100%;
	margin-top: 10px;
	background-color: #332314;
	}

.pc_nav ul
	{
	width: 1200px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}

.pc_nav ul a
	{
	padding: 10px 40px;
	display: block;
	color: #fff;
	}

.pc_nav ul a:hover
	{
	text-decoration: none;
	}

.pc_nav ul a:hover
	{
	color: #332314;
	background-color: #e3bb1d;
	}


/*SL*/
.sliderArea
	{
	background: #f1f1f1;
	overflow: hidden;
	}

.sliderWide
	{
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0 0 0;
	}

.slider
	{
	width: 1220px;
	margin: 0 auto;
	padding: 0;
	}

.slider .slick-list
	{
	padding: 0px !important;
	overflow: visible;
	}

.slider .slick-slide
	{
	margin: 0px 10px;
	opacity: .5;
	transition-duration: 0.3s;
	}

.slider .slick-slide.slick-current
	{
	opacity: 1;
	}

.slider .slick-slide a
	{
	display: block;
	}

.slider .slick-slide a:hover
	{
	display: block;
	opacity: .7;
	}

.slider img
	{
	height: auto;
	width: 100%;
	}


.slick-prev
	{
	left: -15px !important;
	width: 47px !important;
	height: 47px !important;
	background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u45288558/pc/renew_22/css/../images/left.png) !important;
	background-repeat: no-repeat !important;
	text-indent: -99999999999999px;
	}

.slick-next
	{
	right: -15px !important;
	width: 47px !important;
	height: 47px !important;
	background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u45288558/pc/renew_22/css/../images/right.png) !important;
	background-repeat: no-repeat !important;
	text-indent: -99999999999999px;
	}



.slick-prev, .slick-next
	{
	border: 1px solid red;
	z-index: 1;
	}

.slick-dots
	{
	bottom: -25px !important;
	}


.slick-dots li
	{
	width: 30px !important;
	height: 4px !important;
	}

.slick-dots li button
	{
	width: 30px !important;
	padding: 0 !important;
	height: 4px !important;
	text-indent: -999999px;
	}

.slick-dots li button::before
	{
	width: 30px !important;
	height: 4px !important;
	background-color: #2d1c0c;
	}

.information_header
	{
	width: 978px;
	margin: 10px auto;
	border: 1px solid #ccc;
	}

.information_header p
	{
	color: #000;
	padding: 10px;
	background-color: #ccc;
	}

.information_header div
	{
	font-size: 14px;
	line-height: 1.4;
	padding: 10px;
	}


aside > ul
	{
	width: 980px;
	margin: 20px auto 10px auto;
	text-align: center;
	}

aside ul
	{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}

aside ul li
	{
	width: 485px;
	margin-bottom: 10px;
	}

aside ul .solo
{
width: 980px !important;
}

aside ul li img
	{
	width: 100%;
	}

article #wrapper
	{
	width: 1200px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}

#left
	{
	width: 250px;
	}

#left .ttl
	{
	padding: 10px;
	color: #fff;
	text-align: center;
	background-color: #2d1c0c;
	}

#left dl dt
	{
	margin-top: 10px;
	font-size: 16px;
	background-repeat: no-repeat;
	border: 1px solid #e3bb1d;
	background-position: 20px center;
	background-size: 50px;
	}

#left dl dt
	{
	cursor: pointer;
	padding: 26px 20px 26px 80px;
	position: relative;
	}

#left dl dt:before
        {
        content: "";
        position: absolute;
        top: 56%;
        right: 18px;
        width: 8px;
        height: 8px;
        border-top: 2px solid #2d1c0c;
        border-right: 2px solid #2d1c0c;
        transform: rotate(135deg);
        margin-top: -5px;
        }

#left dl dt.open:before
        {
        content: "";
        position: absolute;
        top: 56%;
        right: 18px;
        width: 8px;
        height: 8px;
        border-top: 2px solid #2d1c0c;
        border-right: 2px solid #2d1c0c;
        transform: rotate(-45deg);
        margin-top: -5px;
        }

#left dl dt:hover
	{
	background-color: #e3bb1d;
	}

#left dl dt:nth-last-child(2)
	{
	/*padding: 0;*/
	}

#left dl dt:last-child
	{
	padding: 0;
	}

#left dl dt:nth-last-child(2)::before
        {
       /* content: "";
        position: absolute;
        top: 56%;
        right: 20px;
        width: 8px;
        height: 8px;
        border-top: 2px solid #2d1c0c;
        border-right: 2px solid #2d1c0c;
        transform: rotate(45deg);
        margin-top: -5px; */
        }

#left dl dt:last-child::before
        {
        content: "";
        position: absolute;
        top: 56%;
        right: 20px;
        width: 8px;
        height: 8px;
        border-top: 2px solid #2d1c0c;
        border-right: 2px solid #2d1c0c;
        transform: rotate(45deg);
        margin-top: -5px;
        }

#left dl dt:nth-last-child(2) a
	{
	/*display: block;
	padding: 26px 20px 26px 80px;*/
	}

#left dl dt:last-child a
	{
	display: block;
	padding: 26px 20px 26px 80px;
	}

#left dl dd
	{
	display: none;
	}

#left dl dt a
	{
	color: #2d1c0c;
	}

#left dl dt:first-child
	{
	background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u45288558/pc/renew_22/css/../images/cate01.jpg);
	}

#left dl dt:nth-child(3)
	{
	background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u45288558/pc/renew_22/css/../images/cate02.jpg);
	}

#left dl dt:nth-child(5)
	{
	background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u45288558/pc/renew_22/css/../images/cate03.jpg);
	}

#left dl dt:nth-child(7)
	{
	background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u45288558/pc/renew_22/css/../images/cate05.jpg);
	}

#left dl dt:nth-child(9)
	{
	background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u45288558/pc/renew_22/css/../images/cate04.jpg);
	}

#left dl dt:nth-child(11)
	{
	background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u45288558/pc/renew_22/css/../images/cate06.jpg);
	}

#left dl dt:nth-child(13)
	{
	background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u45288558/pc/renew_22/css/../images/cate07.jpg);
	}

#left dl dt:nth-child(15)
	{
	background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u45288558/pc/renew_22/css/../images/cate08.jpg);
	}

#left dl dt:nth-child(16)
	{
	background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u45288558/pc/renew_22/css/../images/cate09.jpg);
	}

#left dl dd a
	{
	padding: 10px 20px;
	font-size: 14px;
	color: #2d1c0c;
	display: block;
	border-bottom: 1px solid #e3bb1d;
	position: relative;
	}

#left dl dd a:last-child
	{
	border: 0;
	}

#left dl dd a::before
        {
        content: "";
        position: absolute;
        top: 56%;
        right: 20px;
        width: 8px;
        height: 8px;
        border-top: 2px solid #2d1c0c;
        border-right: 2px solid #2d1c0c;
        transform: rotate(45deg);
        margin-top: -5px;
        }

#left dl dd a:hover
	{
	background-color: #f2f2f2;
	}



#left .left_bnr
	{
	margin-bottom: 20px;
	}

#left .left_bnr img
	{
	width: 250px;
	margin-top: 20px;
	}

#main
	{
	width: 930px;
	}

#main .ttl
	{
	color: #fff;
	padding: 10px 0px;
	font-size: 18px;
	text-align: center;
	background-color: #2d1c0c;
	border-bottom: 5px solid #e3bb1d;
	}

#main .ttl2
	{
	margin-bottom: 20px;
	color: #fff;
	padding: 10px 0px;
	font-size: 18px;
	text-align: center;
	background-color: #7a695a;
	border-bottom: 5px solid #e3bb1d;
	}

#main div
	{
	margin-bottom: 60px;
	}

#main div ul
	{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}

#main div ul li
	{
	width: 49%;
	margin-top: 10px;
	}

#main div ul li img
	{
	width: 100%;
	}

.new_item_frame
	{
	margin-top: 20px;
	}

footer
	{
	color: #2d1c0c;
	padding: 100px 0px 80px 0;
	background-color: #e9e9e9;
	}

footer h4
	{
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
	}

footer ul
	{
	width: 1200px;
	margin: 50px auto 0px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}

footer ul li
	{
	width: 380px;
	padding: 0px 70px;
	letter-spacing: 2px;
	}


footer ul li:first-child a
	{
	color: #2d1c0c;
	display: block;
	line-height: 3.7;
	}

footer ul li:nth-child(2)
	{
	border-left: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	}

footer ul li:nth-child(2) p
	{
	line-height: 2.0;
	}

footer ul li:nth-child(2) p:first-child
	{
	margin-bottom: 10px;
	}

footer ul li:nth-child(2) p:nth-child(2)
	{
	font-weight: 400;
	}

footer ul li:nth-child(2) a
	{
	width: 200px;
	margin-top: 20px;
	padding: 10px 0px 10px 55px;
	display: block;
	color: #fff;
	background: #7a695a url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u45288558/pc/renew_22/css/../images/f_mail.gif) no-repeat 20px 12px;
	}

footer ul li:last-child
	{
	font-size: 12px;
	line-height: 1.8;
	}

footer ul li:last-child img
	{
	margin-top: 10px;
	}







.information
	{
	width: 1200px;
	margin: 10px auto;
	border: 1px solid #ccc;
	}

.information strong
	{
	padding: 10px;
	width: 100%;
	color: #fff;
	display: block;
	text-align: center;
	background-color: #c00001
	}

.information p
	{
	width: 100%;
	padding: 10px;
	line-height: 1.8;
	}

.information p em
	{
	margin-right: 10px;
	padding: 3px 10px;
	color: #fff;
	background-color: #2d1c0c;
	font-style: normal;
	}