.holiday_info {
  padding: 30px 10px;
  background: #f8f8f8;
}
.holiday_info dl {
  max-width: 1000px;
  width: 95%;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 30px -10px rgba(0,0,0,0.2);
}
.holiday_info dt {
  padding: 20px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
.holiday_info dd {
	padding: 20px 40px;
  color: #666;
  line-height: 1.6;
  font-size: 14px;
}
.holiday_info dd p {
	margin-bottom: 10px;
}
.holiday_info dd strong {
  color: red;
}


.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

.menu > li {
    float: left;
    width: 25%; /* グローバルナビ4つの場合 */
    height: 50px;
    line-height: 50px;
    background: rgb(29, 33, 19);
}

.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #072A24;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #111;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}















.gw_menu{
border: 1px solid red;
padding: 10px;
font-size: 13px;
color: red ;
}
.gw_menu h2{
  margin-bottom: 15px !important;
font-size: 14px;
color: red !important;
  text-align: left !important;
  font-weight: bold;
}
.gw_menu p{
  margin-bottom:15px !important;
}

.fixed_btn
{
  position: fixed;
  bottom: 170px; 
  right: 0px;
  padding: 6px 0px;
  display: none;
}
@media (min-width:1300px) {
  .fixed_btn {
    display: block;
  }
}


.infobar {
  padding: 5px;
  clear: both;
  background: #f8f8f8;
  text-align: center;
}
.infobar p {
  font-size: 14px;
}
.infobar a {
  display: inline-block;
  padding: 5px 10px;
}

.caution {
    border: 3px solid #a0040f;
    font-size: 90%;
    line-height: 1.5em;
    margin: 20px 0;
    padding: 8px 10px 10px;
    text-align: center;
	width:100%;
	max-width:1000px;
}
.caution .centerText {
    color: #a0040f;
    display: block;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
	font-size: 17px;
}




/*--------------------------------------------------
ALL-ZENTAI
--------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
  margin: 0;
  padding: 0;
}
fieldset,img{
  border: 0;
}
abbr,acronym{
  border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
  font-style: normal;
  font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}
body{
  line-height: 1.5em;
  font: 62.5% "Century Gothic",Futura,Arial,"Hiragino Kaku Gothic Pro",Meiryo,sans-serif;
  text-align: center;
}
br.clear {
  clear: both;
  font: 0pt/0pt sans-serif;
}
img {
  border: none;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
ul, ol {
 list-style: none;
}

input:hover{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#container{
	margin:0;
	padding: 0;
	text-align: left;
	width: 100%;
	position:relative;
}

#contents {
	width: 980px;
	margin:0 auto;
}

#head_wrap{
	width:100%;
	background:#ffffff;
	padding:0 0 15px;
}






/* 新しいヘッダー0315 */
.header {
background-color: #000000;
width: 100%;
height: 75px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.header_top {
width: 1200px;
min-width: 1200px;
margin: auto;
height: 60px;
display: flex;
align-items: center;
}
.left {
color: #FFFFFF;
float: left;
}

.right {
color: #FFFFFF;
float: right;
}
/*ここまで*/


/*0321NewNavi*/
.gnav-wrapper {
 background: #5e5e5e;
 position: relative;
}
 
.gnav {
 display: flex;
 justify-content: space-between;
}
 
.gnav li {
 padding: 18px 0;
 text-align: center;
 transition: all .3s ease-in-out;
}
 
.gnav li:hover {
 background: #3e3e3e;
}
 
.gnav a {
 color: #fff;
 border-left: solid 1px #fefefe;
 padding: 0 55px;
}
 
.gnav > li:last-child a {
 border-right: solid 1px #fefefe;
}
 
.gnav > li:hover .megamenu {
 max-height: 9999px;
 opacity: 1;
 padding: 30px 0;
}
 
.megamenu {
 background: #3e3e3e;
 max-height: 0;
 opacity: 0;
 overflow: hidden;
 width: 100%;
 position: absolute;
 top: 50px;
 left: 0;
 transition: all .2s ease-in;
 z-index: 999;
}
 
.megamenu-inner {
 display: flex;
 flex-wrap: wrap;
}
 
.megamenu-inner li {
 width: calc( (100% / 5) );
 padding: 0;
}
 
.megamenu-inner a {
 border-left: none;
}
 
.megamenu-inner-img {
 margin: 0 0 10px;
}
 
.megamenu-inner-text img {
 margin: 0 5px 0 0;
}
/*ここまで*/









.sale_header_font{
	font-size: 40px;
	color: #FFFFFF;
	font-weight: 900;
	letter-spacing: 0.1em;
}
.sale_header_font2{
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	letter-spacing: 0.1em;
	padding: 0px 0px 0px 10px;
}

/* ここから下がボタンのCSS　*/
.btn-shine {
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  width: 200px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
  margin-left: 10px;
  text-align: center;
}
.btn-shine:hover {
  border-color: #FFF;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: transparent;
  outline-offset: 12px;
  text-shadow: 2px 2px 3px #000;
}
.btn-shine:hover{
  text-shadow: 2px 2px 3px #ff6347;
}





.sale_header_point{
	display: flex;
    width: 100%;
    height: 50px;
	background: #ff6347;
	justify-content: center;
	align-items: center;
}
.sale_header_point a{
    display: block;
    height: 33px;
}

ul.phone_mail{
font-size: 20px;
}




.sale_link{
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: center;
    border: solid 1px #bf0000;
    padding: 10px;
    box-sizing: border-box;
    color: #bf0000;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.triangle{
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin: 6px 18px 0 12px;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #c00000;
}
.coupon_header a{
    text-align:center;
    display:block;
}

/*-- パンクズ --*/
.pan-ca{
margin:0 0 10px;
line-height:16pt;
font-size:12px;
color:#555555;
}
.pan-ca span{
margin:0 7px 0 0;
}
.pan-ca a{
color:#555555;
text-decoration:none;
margin:0 7px 0 0;
}
.pan-ca a:hover{
color:#4169e1;
text-decoration:underline;
}
.pan-ca-g{
overflow:hidden;
}
.pan-ca-g a{
color:#666;
text-decoration:none;
display:block;
border:1px solid #ddd;
padding:3px 5px;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
}
.pan-ca-g a:hover{
text-decoration:underline;
color:#4169e1;
}
.pan-ca-g li{
float:left;
margin:0 7px 7px 0;
font-size:11px;
}

/*--------------------------------------------------
  header
-------------------------------------------------*/
#header_top{
width:100%;
min-width:1200px;
clear:left;
background:#FFFFFF;
}

/*#header_top_inner{ width:1200px; height:30px; margin:0 auto; padding:5px 0; overflow:hidden; }*/

/*#header_top_inner h1,*/
#header_top p{
  font-size:18px;
  color: #ffffff;
  text-align:left;
}

.header_top_l{
float:left;
}

.header_top_r{
float:right;
}

.header_top_r ul{
margin:0;
padding:0;
overflow:hidden;
}

.header_top_r ul li{
float:left;
margin:0 15px 0 0;
font-size:19px;
}

.header_top_r ul li:last-child{
margin:0;
}

.header_top_r ul li i{
color:#fff;
margin:0 5px 0 0;
}

.header_top_r ul li a{
color:#fff;
text-decoration:none;
}

.header_top_r ul li a:hover{
text-decoration:underline;
}

/* MacIE begin \*/
* html #header ul li {
  width:1em;
  white-space:nowrap;
}

/* headerロゴ */
.hd-logo-wrap {
  border-bottom: 1px solid #eee;
}
.hd-logo {
  width: 1200px;
  min-width:1200px;
  margin: auto;
  padding: 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
.hd-logo:after {
  content: '';
  display: block;
  clear: both; }
.hd-logo-img {
  float: left;
  line-height: 0; }
.hd-logo-img img {
  width: 300px; }
.hd-logo ul {
  float: right;
  line-height: 70px; }
.right ul {
  float: right;
  line-height: 70px; }
.hd-logo li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 13px;
  letter-spacing: 1px; }
.right li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 13px;
  letter-spacing: 1px; }
.hd-logo li a {
  display: inline-block;
  color: #444;
  text-decoration: none; }
.right li a {
  display: inline-block;
  color: #FFF;
  text-decoration: none; }
.hd-logo li a:hover {
  text-decoration: underline; }
.cart-num{
    background-color: #B28B5C;
    border-radius: .8em;
    min-width: 1.6em;
    display: inline-block;
    line-height: 1.6em;
    text-align: center;
    color: #FFF;
}

/*--------------------------------------------------
  共通ナビゲーションバー
-------------------------------------------------*/
.fixedCont{
  margin-top:70px;
}
.fixedBox {
  width: 100%;
  min-width:1200px;
  position: fixed !important;
  top: 0;
  border-top:none !important;
}
.nav {
  min-width:1200px;
  background: #fdfdfd;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 9998;
  margin: 0 0 20px; }
.nav:after {
  content: '';
  display: block;
  clear: both; }
.nav-inner {
  width: 1200px;
  margin: auto;
  background: #ffffff;
}
.nav-main {
  float: left;
  font-size: 0; }
.nav-main > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  text-align: center; }
.nav-main > li > a {
  display: block;
  padding: 0;
  line-height: 48px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  color: #333; }
  .nav-main > li > a > span{
    border-left: 1px solid #999;
    padding:0 15px;
    height:16px; }
  .nav-main > li:hover > a > span{
    border-left: 1px solid #000;}
.nav-main > li:hover > a {
  background: #000;
  color: #fefefe;
  opacity: 1; }


/*--------------------------------------------------
 　横長メニューのSALE追加部分
-------------------------------------------------*/
.sale-nav > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  text-align: center; }
.sale-nav > li > a {
  display: block;
  padding: 0;
  line-height: 48px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  color: #333; }
  .sale-nav > li > a > span{
    border-left: 1px solid #999;
    padding:0 15px;
    height:16px; }

.sale-nav > li:hover > a > span{
    border-left: 1px solid #000;}
.sale-nav > li:hover > a {
  background: #FF0000;
  color: #fefefe;
  opacity: 1; }

.sale-nav > li:hover .nav-sub {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;}










.nova_back > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  text-align: center; }
.nova_back > li > a {
  display: block;
  padding: 0;
  line-height: 48px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  color: #333; }
.nova_back > li > a > span{
    border-left: 1px solid #999;
    padding:0 15px;
    height:16px; }

.nova_back > li:hover > a > span{
    border-left: 1px solid #000;}
.sale-nav > li:hover > a {
  background: #FF0000;
  color: #fefefe;
  opacity: 1; }

.nova_back > li:hover .nav-sub {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;}



.nav-main > li:hover .nav-sub {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;}
.nav-sub {
  width: 100%;
  background: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  opacity: 0;
  top: 49px;
  left: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  visibility: hidden;
  overflow: hidden; }
.nav-sub__inner {
  width: 1200px;
  margin: 30px auto 20px;
  font-size: 0; }
.nav-sub dl {
  display: inline-block;
  vertical-align: top;
  width: 182px;
  margin-right: 20px;
  text-align: left;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1.8; }
.nav-sub-wide dl {
  width: 300px; }
.nav-sub dl:last-of-type {
  margin-right: 0; }
.nav-sub dt {
  margin-bottom: 5px;
  border-bottom: 2px solid #000;
  font-weight: bold; }
.nav-sub dd a {
  display: block;
  color: #444;
  text-decoration: none; }
.nav-sub dd a:hover {
  text-decoration: underline; }
.nav-srch {
float: right;
margin-left: 10px;
}
.nav-srch form {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #999;
  font-size: 0;
  line-height: 1;
  overflow: hidden; 
  padding-left:2px;
}
.nav-srch input {
  padding: 8px;
  font-size: 12px;
  border: none; }
.nav-srch input[type="text"] {
  width: 200px; }
.nav-srch input[type="submit"] {
  width: 60px;
  background: #666;
  color: #fff;
  border-radius:0 3px 3px 0;
  cursor: pointer; }
.nav-srch ::-webkit-input-placeholder {
  font-size: 12px;
  color: #999; }
.nav-srch ::-moz-placeholder {
  font-size: 12px;
  color: #999; }
.nav-srch :-ms-input-placeholder {
  font-size: 12px;
  color: #999; }
.nav-srch :-moz-placeholder {
  font-size: 12px;
  color: #999; }

/*--------------------------------------------------
  レコメンドアイテム
-------------------------------------------------*/
.top-page-item02 {
float: left;
margin: 0 32px 0 0;
min-height: 192px;
width: 130px;
transition:0.3s ease all;
}
.top-page-item02-inner{
width:130px;
height:130px;
display:table-cell;
vertical-align:middle;
text-align:center;
background-color:#ffffff;
}
.top_item_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
    font-size: 12px;
}
.top_item_name a{
    color:#555;
    text-decoration:none;
}

	/*-------------------------------------------
			おすすめカテゴリ用
			---------------------------------------------*/

			.reco_cate{
			/*width: 980px;*/
			}
			.reco_cate_link{
			text-align: center;
			padding:0 10px;
			}
			.reco_cate_link a{
			display: block;
			}
			.reco_cate_link img{
			width: 100%;
			transition:.3s ease all;
			-webkit-transition:.3s ease all;
			-moz-transition:.3s ease all;
			}
			.reco_cate_link img:hover{
			opacity:.7;
			}
.reco_cate .slick-dots li {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 3px;
    float: none;
}
/*-------------------------------------------
サブタイトル
---------------------------------------------*/
.top_sub_ttl {
    font-size: 18px;
    padding-top: 40px;
    margin: 40px 0 10px;
    border-top: 1px solid #ddd;
    color:#444;
}
.top_sub_ttl .fa{
    margin:0 5px 0 0;
}
.top_sub_ttl-first {
    font-size: 18px;
    padding-top: 0;
    margin: 0 0 10px;
    color:#444;
  border-top: 0;
}
/*--------------------------------------------------
  side
-------------------------------------------------*/
.side{
  width:240px;
  padding:0;
  float:left;
  margin:0;
}
.side h2{
  font-size:16px;
  border-bottom:3px solid #000;
  color:#000;
  margin:0 0 10px;
  padding:0 0 3px;
}
.side img{
  vertical-align:bottom;
}
.side .script{
  margin:0 0 10px;
  padding:0;
}
.side ul{
  margin:0;
  padding:0;
}
.side ul li{
  list-style-type:none;
}
.side .side_banner_box li{
  margin:0 0 10px;
}
.side .side_banner_box li:last-child{
  margin:0 0 30px;
}
.side .side_banner_box li img{
  width:100%;
  box-shadow:0 0 2px #999;
}
/*  カテゴリーから選ぶ */
.side > .side_category_nav{
  margin:0 0 30px;
}
 .side_category_nav a{
  color:#444;
  text-decoration:none;
  display:block;
}
 .side_category_nav a:hover{
  color:#4169e1;
  text-decoration:underline;
}
.side_category_nav > li{
  font-size:14px;
  margin:0;
  padding:10px 0;
  border-bottom:1px solid #ccc;
  position:relative;
  cursor:pointer;
}
.side_category_nav li ul{
  display:none;
}
.side_category_nav li:hover ul{
  position:absolute;
  top:0;
  left:220px;
  width:200px;
  display:block;
  background:#f5f5f5;
  padding:5px 10px;
  border-radius;
  box-shadow:0 0 7px #999;
  z-index:9999;
}
.side_category_nav li li{
  font-size:14px;
  margin:0;
  font-weight:normal;
}
.side_category_nav li li span{
  font-size:12px;
  margin:0 0 0 5px;
}
.side_category_nav li li a{
  display:block;
  padding:5px;
}

/*--------------------------------------------------
  main
-------------------------------------------------*/
.main {
  float:right;
  width:702px;
  padding:0;
  font-size: 1.3em;
  color: #2F2725;
}
.top_main {
  float: none !important;
}
/*--------------------------------------------------
  top
-------------------------------------------------*/
.box_box{
width:980px;
margin:0 auto;
}

.newproduct{
float:left;
width:170px;
margin:0 5px 10px 0;
}

.newproduct img{
width:100%;
}

.newproduct a{
font-size:14px;
color:#555;
text-decoration:none;
}
.m-title{
width:655px;
font-weight:bold;
font-size:1.5em;
color:#fff;
background-color:#000;
padding:5px 0 5px 20px;
margin-bottom:15px;
}
.price{
color:#666;
font-weight:bold;
text-align:right;
}

/*--------------------------------------------------
  infomation
-------------------------------------------------*/
/*--------------------------------------------------
  infomation
-------------------------------------------------*/
.information{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0 0 50px;
	clear:both;
}
.information_inner{
	width:980px;
	margin:0 auto;
	padding:0;
	display:flex;
	justify-content: space-between;
}
.info-l,
.info-r{
width:470px;
}
.information p{
font-size:12px;
color:#444;
margin:0 0 15px;
padding:0;
line-height:1.8;
}
.information span{
font-weight:bold;
}
.information p a{
	color:#4169e1;
}
.information img{
	margin:0 0 15px;
}
.information h3{
	font-size:13px;
	color:#b71800;
	font-weight:bold;
	margin:0 0 7px;
	padding:0 0 3px;
	border-bottom:1px solid #ddd;
}
.information h4{
	font-size:12px;
	color:#333;
	font-weight:bold;
	margin:0;
	padding:0;
	line-height:1.5;
}
.information_haisou{
	display:flex;
	width:100%;
	justify-content: flex-start;
	list-style:none;
	padding:0;
	margin:0 0 15px;
	border:1px solid #eee;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.information_haisou li{
	color:#444;
	width:18%;
	font-size:12px;
	border-right:1px solid #eee;
	text-align:center;
	padding:5px 0;
}
.information_haisou li:nth-of-type(2n-1){
	background:#f1f1f1;
}
.information_haisou li:last-child{
	border-right:none;
}
.information dl{
	font-size:12px;
	color:#444;
	margin:0 0 15px;
	padding:0;
	border:1px solid #eee;
	border-bottom:none;
	display:flex;
	flex-wrap:wrap;
	width:100%;
}
.information dt{
	width:50%;
	margin:0;
	padding:0;
	padding:5px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
}
.information dd{
	width:50%;
	margin:0;
	padding:0;
	padding:5px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-bottom:1px solid #eee;
}
.information dt:nth-of-type(2n-1),
.information dd:nth-of-type(2n-1){
	background:#f1f1f1;
}
.information .information_box{
	padding:5px;
	background:#f1f1f1;
}
.information_logo{
	text-align:right;
}
.information_logo img{
	width:200px;
}










/*--------------------------------------------------
  固定バナー
-------------------------------------------------*/
#page-top {
position: fixed;
bottom: 20px;
right: 20px;
font-size: 12px;
border-radius: 2px;
}
#page-top:hover {
background: #000;
}
#page-top a{
	background: none repeat scroll 0 0 #000000 !important;
	color: #FFFFFF;
	display: block;
	opacity: 0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	width: 100px;
	border-radius: 2px;
}
#page-top a:hover {
	text-decoration: none;
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:none!important;
	background: #000;
}

.fixed_banner_r{
    margin:0;
    padding:0;
}
.fixed_banner_r li {
    position: fixed;
    transition: .3s ease all;
    z-index:100;
}
.fixed_banner_r li.fix01 {
    top: 260px;
    right: 0;
}
.fixed_banner_r li.fix02 {
    top: 390px;
    right: 0;
}
.fixed_banner_r li.fix03 {
    top: 520px;
    right: 0;
}
.fixed_banner_r li.fix04 {
    top: 650px;
    right: 0;
}
/*--------------------------------------------------
  footer
-------------------------------------------------*/
#footer {
  clear:both;
        background-color:#583822;
        padding:10px 0;
        margin-bottom:-20px;
}

#footer-inner {
  margin:0 auto;
  width:980px;
        overflow:hidden;
}

#footer-inner p{
font-size:12px;
color:#ffffff;
text-align:center;
padding-top:8px;
}

ul.footerlink{
    display: table;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 980px;
}

ul.footerlink li{
font-size:12px;
display:table-cell
}

ul.footerlink li a{
  display: block;
  padding: 5px;
color:#ffffff;
text-decoration:none;
}

ul.footerlink li a:hover{
color:#ffffff;
text-decoration:underline;
}
/*フッター最下部関連サイト*/
.footer-kanren-burberry{
  width: 980px;
  margin: 15px auto;
  overflow: hidden;
  text-align: left;
}
.footer-kanren-burberry h2{
  color:#fff;
  font-size:15px;
  margin:15px 0 3px;
}
.footer-kanren-burberry li {
display: inline-block;
  vertical-align: top;
  font-size: 11px;
  margin: 0 0 5px 0;
  width: 33%;
}
.footer-kanren-burberry a{
  color:#fff;
  text-decoration:none;
}
.footer-kanren-burberry a:hover{
  text-decoration:underline;
}

.footer-kanren {
  width: 980px;
  margin: 15px auto;
  overflow: hidden;
  text-align: left;
}
.footer-kanren-site-list:before {
  content: "\f08e";
  font-family: FontAwesome;
  padding-right: 3px;
  color:#fff;
}
.footer-kanren-site-list {
  display:inline-block;
  vertical-align: top;
  font-size:11px;
  margin:0 10px 7px 0;
}
.footer-kanren-site-list a{
  color:#fff;
  text-decoration:none;
}
.footer-kanren-site-list a:hover{
  text-decoration:underline;
}
/*----------------------------------------
Slider
----------------------------------------*/
.slick-slider {
  position: relative; }
.slick-arrow {
  display: block;
  width: 15px;
  height: 23px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 999; }
.slick-prev {
  border: none;
  background: url(https://urerundesu.sakura.ne.jp/img/slick-arrow-l.png) no-repeat;
  background-position: left center;
  background-size: 60%;
  top: 45%;
  left: -25px;
  width: 30px;
  height: 100px;
  cursor: pointer; }
.slick-next {
  border: none;
  background: url(https://urerundesu.sakura.ne.jp/img/slick-arrow-r.png) no-repeat;
  background-position: right center;
  background-size: 60%;
  top: 45%;
  right: -25px;
  width: 30px;
  height: 100px;
  cursor: pointer; }
.slick-dots {
  margin: 15px 0 0;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 3px; }
  .slick-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    overflow: hidden;
    text-indent: 100%;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 0;
    font-size: 0; }
.slick-active button {
  background: #ccc; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slides-nav {
  margin: 10px 0 0; }

.reco_cate .slick-prev,.reco_cate .slick-next{
  top:27%;}

.fav-menu {
  position: relative;
}
.fav-btn {
  -webkit-appearance: none;
  display: block;
  padding: 0;
  background: transparent;
  border: 0;
  color: #FFF;
  text-decoration: none;
  font-size: 13px;
  line-height: 70px;
  cursor: pointer;
}
.fav-btn:hover {
  text-decoration: underline;
}
.fav-wrap {
  position: absolute;
  width: 400px;
  padding: 20px;
  background: #f8f8f8;
  top: 70px;
  left: 0;
  z-index: 9999;
  box-sizing: border-box;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.fav-wrap:before {
  content: '';
  width: 0;
  height: 0;
  border-width: 14px 10px;
  border-style: solid;
  border-color: transparent transparent #f8f8f8 transparent;
  position: absolute;
  top: -28px;
  left: 30px;
}
.fav-wrap-ttl {
  display: block;
  margin-bottom: 15px;
  line-height: 1.8;
  font-size: 18px;
  letter-spacing: 2px;
}
.fav-wrap-ttl span {
  margin-left: 5px;
  font-size: 14px;
  font-weight: normal;
}
.fav-wrap-ttl i {
  margin-right: 5px;
}
.fav-list {
  font-size: 0;
  letter-spacing: 0;
}
.fav-list li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 12px;
}
.fav-list li:nth-child(3n) {
  margin-right: 0;
}
.fav-list li a:hover {
  opacity: 0.4;
}
.fav-list li img {
  max-width: 100%;
}



.notice {
  margin: 20px auto;
}
.notice dl {
  width: 980px;
  margin: auto;
  box-shadow: 0 3px 20px rgba(0,0,0,0.2);
}
.notice dt {
  padding: 5px 10px;
  background: #f7f7f7;
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
.notice dd {
  padding: 10px;
  font-size: 12px;
}
.notice dd p {
  margin-bottom: 10px;
}

/*-------------------------------------------
バーバリーについて
---------------------------------------------*/
.bbl-txt {
  height: 170px;
  overflow-y: scroll;
  padding: 15px;
  margin-bottom: 30px;
  background: #f9f9f9;
}

.bbl-txt h3 {
  font-size: 16px;
  margin: 0 3px 0;
  color: #444444;
}

.bbl-txt p {
  padding: 0;
  margin: 0 0 30px;
  line-height: 1.5;
  color: #666666;
}

.bbl-txt p a {
  color: #4169e1;
}


.holiday {
  max-width: 1200px;
  margin: auto;
  margin-top: 10px;
  padding: 20px;
  font-size: 13px;
  background: #f8f8f8;
  color: #e95513;
  line-height: 1.8;
}
.holiday dt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
}
.holiday dd p {
  margin-bottom: 10px;
}


.footer-kanren dt {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.footer-kanren dd {
  margin-bottom: 10px;
}
.footer-kanren dd li {
  display:inline-block;
  vertical-align: middle;
  margin: 5px 15px 5px 0;
}
.footer-kanren dd li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.footer-kanren dd li a::before {
  content: "\f08e";
    font-family: FontAwesome;
    padding-right: 3px;
    color: #fff;
}
.footer-kanren dd li a:hover {
  opacity: 0.6;
}


.t-news {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #393939;
}
.t-news div:hover {
  box-shadow: none !important;
}
.t-news .block_title {
  font-weight: bold;
  font-size: 20px;
}
.t-news_body {
  height: 150px;
  overflow-y: scroll;
}
.t-news_body dt {
  font-size: 12px;
  font-weight: bold;
}
.t-news_body dd {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 14px;
}
.t-news_body dd a {
  color: #393939;
}
.t-news_body dd a:hover {
  opacity: .4;
}