@charset "utf-8";	
	
/* ========================================================	
	top_header_slide.css => 総合トップページヘッダーCSS
======================================================== */	



/* ------------ ヘッダー ------------ */	
#headerNavSlide {
    margin: 0 auto;
    position: static;
    text-align: center;
    height: 95px;
    margin-bottom: 1px;
    background-color: #F4F1EA;
}
#headerNavSlide .headerLogoArea {/* ----- 左上ロゴ ----- */	
	float:left;
	padding:25px 5px 10px 5px;
}
#headerNavSlide .headerBnr {/* ----- 法人バナー ----- */	
	float:right;
	padding-top:0;
}
#headerNavSlide .headerRightWrap {
	float:right;
	text-align:right;
	padding:20px 20px 10px 20px;
}
#headerNavSlide .headerRightWrap h1 {/* ----- H1タグ ----- */	
	font-size:11px;
	font-weight:normal;
	color:#564836; 
	margin:0;
	padding:0;
  padding-right: 140px;
}

#headerNavSlide .headerRightWrap ul {/* ----- サブメニュー ----- */	
	list-style:none;
	display:block;
	clear:both;
	padding:10px 0;
  position: relative;
}
#headerNavSlide .headerRightWrap ul li {
	list-style: none;
	display: block;
	float: right;
	padding: 5px 5px 5px 20px;
	margin-left: 11px;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: 5px center;
	background-image: url(/images/common/g_nav_icon.png);

   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   background-color: rgba(255,255,255,0.8);
}
#headerNavSlide .headerRightWrap ul li:last-child{
   margin-left: 0;
}
#headerNavSlide .headerRightWrap ul li.confBtn {
  position: absolute;
  top: -25px;
  right: 0;
}
#headerNavSlide .headerRightWrap ul li.confBtn a {
  color: #dc805f;
}
#headerNavSlide .headerRightWrap ul li a{
	color:#453a2c;
	font-weight:bold;
	text-decoration:none;
}

#headerNavSlide .headerRightWrap ul li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

/*main_top.cssから移動　15/3/22 鈴木*/

#headerNavSlide .wrap980{
	width:980px;
	margin:0 auto;
}
/* ------------ 検索ボックス 2019.4 ------------ */	
.slider_wrapp_form {
  width: 900px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -450px;
  margin-top: -30px;
  background: hsla(0,0%,100%,0.85);
  border-radius: 5px;
  border: 1px solid #fff;
  z-index: 999;
}
.slider_wrapp_form dl {
  background: #fff;
  padding-left: 10px;
}
.slider_wrapp_form dl dt {
  width: 10%;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  float: left;
  padding: 20px 0;
}
.slider_wrapp_form dl dd {
  padding: 10px 0;
}
.slider_wrapp_form dl dd > div {
  float: left;
  font-size: 14px;
  padding-right: 10px;
  box-sizing: border-box;
}
.slider_wrapp_form dl dd .select-box {
  width: 100%;
  height: 38px;
  border: 1px solid #554637;
  background: #fff;
  text-align: left;
  position: relative;
  border-radius: 3px;
  padding-right: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.slider_wrapp_form dl dd .select-box:after {
  content: "";
  border-style: solid;
  border-width: 6px 4px;
  border-color: #554637 transparent transparent transparent;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -4px;
  pointer-events: none;
}
.slider_wrapp_form dl dd .select-box select {
  width: 130%;
  font-size: 12px;
  border: none;
  background: transparent;
  background-image: none;
  padding: 9px;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
.slider_wrapp_form dl dd .select-box select::-ms-expand {
  display: none;
}
.slider_wrapp_form dl dd .type-btn {
  width: 120px;
}
.slider_wrapp_form dl dd .type-btn ul li {
  float: left;
  width: 46%;
  margin: 0 2%;
  box-sizing: border-box;
}
.slider_wrapp_form dl dd .type-btn ul li span {
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 0;
  line-height: 16px;
  border-radius: 3px;
  display: block;
  font-weight: 700;
}
.slider_wrapp_form dl dd .type-btn ul li .cel-btn {
  color: #DB805F;
  border: 1px solid #DB805F;
  cursor: pointer;
}
.slider_wrapp_form dl dd .type-btn ul li .cel-btn.on {
  color: #fff;
  background: #DB805F;
}
.slider_wrapp_form dl dd .type-btn ul li .con-btn {
  color: #73709E;
  border: 1px solid #73709E;
  cursor: pointer;
}
.slider_wrapp_form dl dd .type-btn ul li .con-btn.on {
  color: #fff;
  background: #73709E;
}
.slider_wrapp_form dl dd .type-btn .type-btn-cel {
  position: absolute;
  width: 12%;
  top: 55px;
  left: 12px;
  display: none;
}
.slider_wrapp_form dl dd .type-btn .type-btn-cel.on {
  display: block;
}
.slider_wrapp_form dl dd .type-btn .type-btn-cel .select-box {
  border: 1px solid #DB805F;
  background: #DB805F;
  color: #fff;
}
.slider_wrapp_form dl dd .type-btn .type-btn-cel .select-box select option {
  color: #564836; 
}
.slider_wrapp_form dl dd .deli-day {
  width: 150px;
}
.slider_wrapp_form dl dd .deli-day .deli-day-ttl {
  border: 1px solid #554637;
  border-radius: 3px;
  line-height: 36px;
  font-size: 12px;
  padding: 0 9px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.slider_wrapp_form dl dd .deli-day .deli-day-ttl.on {
  border-bottom: none;
  background: #fff;
  border-radius: 3px 3px 0 0;
  padding-bottom: 8px;
  line-height: 37px;
}
.slider_wrapp_form dl dd .deli-day .deli-day-ttl:after {
  content: "";
  border-style: solid;
  border-width: 6px 4px;
  border-color: #554637 transparent transparent transparent;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -4px;
}
.slider_wrapp_form dl dd .deli-day .deli-day-ttl.on:after {
  border-color: transparent transparent #554637 transparent;
  margin-top: -16px;
}
.slider_wrapp_form dl dd .deli-day .deli-day-ttl.on:before {
  content: "";
  border: none;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #fff;
  right: 0;
  bottom: 0px;
  top: auto;
  margin-top: 0;
  z-index: 100;
}
.slider_wrapp_form dl dd .deli-day .deli-day-inner {
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.slider_wrapp_form dl dd .deli-day .deli-day-inner.on {
  width: 332px;
  height: 122px;
  overflow: hidden;
  z-index: 10;
  padding: 14px 20px;
  box-sizing: border-box;
  position: relative;
  top: -1px;
  background: #fff;
  border: 1px solid #554637;
  border-radius: 0 3px 3px 3px;
}
.slider_wrapp_form dl dd .deli-day .deli-day-inner .input-day {
  width: 150px;
  float: left;
}
.slider_wrapp_form dl dd .deli-day .deli-day-inner .input-day li {
  font-size: 12px;
  padding-bottom: 8px;
}
.slider_wrapp_form dl dd .deli-day .deli-day-inner .input-day li input {
  margin-right: 5px;
}
.slider_wrapp_form dl dd .deli-day .deli-day-inner .post-box {
  width: 140px;
  float: right;
}
.slider_wrapp_form dl dd .deli-day .deli-day-inner .post-box p {
  font-size: 10px;
  padding-bottom: 10px;
}
.slider_wrapp_form dl dd .deli-day .deli-day-inner .post-box input {
  width: 80px;
  font-size: 12px;
  line-height: 22px;
  float: left;
  border: 1px solid #554637;
  background: #fff;
  border-radius: 3px;
  padding: 0 5px;
  margin-right: 5px;
}
.slider_wrapp_form dl dd .deli-day .deli-day-inner .post-box .post-btn {
  width: 40px;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  float: left;
  color: #fff;
  background: #554637;
  border-radius: 3px;
  cursor: pointer;
}

.slider_wrapp_form dl dd .mes-list {
  width: 180px;
}
.slider_wrapp_form dl dd .product-type {
  width: 180px;
}
.slider_wrapp_form dl dd .price-list {
  width: 180px;
}
.slider_wrapp_form dl dd .search-btn {
  width: 80px;
}
.slider_wrapp_form dl dd .search-btn button {
  width: 100%;
  display: block;
  border-radius: 3px;
  background: #554637;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  border: none;
}


/* ------------ スライドショー ------------ */	

#slide-container {
	width: 100%;
	text-align: center;
}

.wideslider {
	width: 100%;
	height: 380px;
	text-align: left;
	position: relative;
	overflow: hidden;
    margin-bottom:10px;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	/*overflow: hidden;*/
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {
    background: #fff url(/images/top/slide_arrow_l.png) no-repeat right center;
}
.slider_next {
    background: #fff url(/images/top/slide_arrow_r.png) no-repeat left center;
}

.pagination {
	top: 342px;
	width: 980px;
    margin: auto;
	height: 37px;
	text-align: center;
	position: relative;
	z-index: 200;
}

.pagination a {
	margin: 0 4px;
	width: 19%;
	height: 37px;
	display: inline-block;
	overflow: hidden;
}

.pagination a.pn1 {
    background-image: url(/images/top/slide_btn_n01.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.pagination a.pn2 {
    background-image: url(/images/top/slide_btn_n02.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.pagination a.pn3 {
    background-image: url(/images/top/slide_btn_n04.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.pagination a.pn4 {
    background-image: url(/images/top/slide_btn_n05.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.pagination a.pn1.active {
    background-image: url(/images/top/slide_btn_o01.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.pagination a.pn2.active {
    background-image: url(/images/top/slide_btn_o02.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.pagination a.pn3.active {
    background-image: url(/images/top/slide_btn_o04.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.pagination a.pn4.active {
    background-image: url(/images/top/slide_btn_o05.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

.slideInnerBox{
    margin-left:2px;
}

.slideInnerBox a:hover{
    opacity:0.6;
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
}

/*　新商品スライド　*/
.slideNewProd1511{
    height: 270px;
    padding: 70px 0px 0 40px;
    font-size:0;
    background-image: url(/images/top/slide_new.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.slideNewProd1511 a {
    display:inline-block;
    margin: 0;
}
.slideNewProd1511 a:hover {
    opacity:0.6;
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
}

/*　祝電スライド　*/
.slideCelBox1511{
    margin-left:2px;
    height: 340px;
    position: absolute;
}
.slideCelBox1511 .slideCelBg {
    display: block;
    position: absolute;
}
.slideCelBox1511 .slideCelProd01{
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50px;
}
.slideCelBox1511 .slideCelProd02{
    display: block;
    position: absolute;
    bottom: 30px;
    left: 222px;
}
.slideCelBox1511 .slideCelProd03{
    display: block;
    position: absolute;
    bottom: 30px;
    left: 399px;
}
.slideCelBox1511 a:hover{
    opacity:0.6;
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
}

/*　弔電スライド　*/
.slideConBox1511{
    margin-left:2px;
    height: 340px;
    position: absolute;
}
.slideConBox1511 .slideConBg{
    display: block;
    position: absolute;
}
.slideConBox1511 .slideConProd01{
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50px;
}
.slideConBox1511 .slideConProd02{
    display: block;
    position: absolute;
    bottom: 30px;
    left: 226px;
}
.slideConBox1511 .slideConProd03{
    display: block;
    position: absolute;
    bottom: 30px;
    left: 406px;
}
.slideConBox1511 a:hover{
    opacity:0.6;
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
