@charset "utf-8";	
#container {
}

body {/*　1503edit　*/
	background-repeat: repeat-x;
	background-position: top center no-repeat;
	/*background-color: #efebeb;*/
}


* html body {
	text-align: center;
}

* html #container {
	text-align: left;
}


#container p {
	line-height: 1.4;

}


/*bread-navi*/
#bread-navi {
	margin: 15px auto;
	width: 980px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom:solid 1px #ecebea;
}

#bread-navi p {
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 84%;
}

#bread-navi p a {
	color: #333333;
	text-decoration: none;
}

#bread-navi p a:hover {
	color: #aaddff;
}


/*contents*/
/*　1503edit　*/
#contents {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}


/*main-contents*/

#main-contents {
	width: 765px;
	float: right;
}

* html #main-contents {
	display: inline;
}


h1{ 
  color: #908373;
}

.topTtl2 {
  color: #766d63;
  padding-right: 15px;
  margin-top:40px;
  padding-bottom: 15px;
  border-bottom: #d5d4d0 3px solid;
  position: relative;
  margin-bottom: 10px;
}
.topTtl2 h2 {
  font-size: 22px;
  font-weight: 700;
}
.veryArea .topTtl2 h2 {
  color: #433a2e;
}
.rankArea .topTtl .rankTtlImgce h2 {
  color: #fc745c;
  font-size: 22px;
  font-weight: 700;
}
.rankArea .topTtl .rankTtlImgco h2 {
  color: #837eb2;
  font-size: 22px;
  font-weight: 700;
}
.othercolor {
    color: #766d63;
    font-weight: bold;
}


/*20150401 鈴木記入*/

#headernav_2{
position:relative;
width:980px;
margin:0 auto;
}


/*20150401 NT21コーディング　同日鈴木記入*/

#topheadertxt{
display:block;
width:770px;
height:77px;
padding-right:160px;
margin:0 auto 10px;
font-size:90%;
text-align:left;
line-height:1.5;
font-weight:normal;
color:#54504d;
}
#topheadertxt span{
display:block;
margin:5px 0 0 5px;
}

#topheaderitem{
	width: 917px;
	height: 200px;
position:absolute;
top:206px;
left:24px;
/*	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding-right: 13px;
*/
}
#topheaderitem div.topheaderitem_img1{
	float: left;
	position:relative;
}
#topheaderitem div.topheaderitem_img1 a{
	float: left;
	position:absolute;
	display:none;
}
#topheaderitem div.topheaderitem_img1 a:first-child{
	float: left;
	position:absolute;
	display:inline;
}
#topheaderitem div.topheaderitem_img2{
	float: left;
	left:313px;
	position:relative;
}
#topheaderitem div.topheaderitem_img2 a{
	float: left;
	position:absolute;
	display:none;
}
#topheaderitem div.topheaderitem_img2 a:first-child{
	float: left;
	position:absolute;
	display:inline;
}

#topheaderitem div.topheaderitem_img3{
	float:left;
	left:644px;
	position:relative;
}
#topheaderitem div.topheaderitem_img3 a{
	float: left;
	position:absolute;
	display:none;
}
#topheaderitem div.topheaderitem_img3 a:first-child{
	float: left;
	position:absolute;
	display:inline;
}



/*20150330 鈴木記入　0401鈴木コメントアウト*/
/*#topheadertxt{
width:745px;
height:77px;
padding-right:160px;
margin:0 auto;
font-size:90%;
text-align:left;
line-height:1.5;
}

#topheaderitem{
width:917px;
height:200px;
margin:30px auto 0 auto;
padding-right:13px;
}
#topheaderitem div.topheaderitem_img1{
float:left;
margin-right:65px;
}

#topheaderitem div.topheaderitem_img2{
float:left;
}


*/

/*header.cssに移動　15/3/22 鈴木*/

/*
#headerNav .wrap980{
	width:980px;
	margin:0 auto;
}

*/

/*================================================================================
   
   　シチュエーション
   
================================================================================*/

.situation {
  overflow: hidden;
  padding-top: 5px;
}
.situation dl {
  width: 245px;
  height: 180px;
  float: left;
  border: 1px solid #d5d4d0;
  margin: 8px 0;
  border-radius: 3px;
  position: relative;
}
.situation dl:hover {
  border: 1px solid #ea7c64;
}
.situation dl.conCat:hover {
  border: 1px solid rgb(114, 112, 158);
}
.situation dl a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.situation dl:nth-of-type(3n+1) {
  clear: both;
}
.situation dl:nth-of-type(3n+2) {
  margin: 8px 12px;
}

.situation dl dt img {
  width: 70px;
  height: 70px;
  margin: 10px auto;
  display: block;
  border-radius: 50%;
  background: hsla(13,66%,65%,.10);
}

.situation dl.conCat dt img {
  background: rgba(114, 112, 158,.10);
}

.situation dl dt {
  text-align: center;
  font-size: 20px;
  padding-bottom: 15px;
}
.situation dl dd {
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
  padding: 0 10px;
  color: #514639;
}


/*================================================================================
   
   　バナー
   
================================================================================*/

.top_bnr{
	clear: both;
	padding:10px;
}

.top_bnr_left{
	width: 456px;
	float: left;
}

.top_bnr_right{
	width: 255px;
	margin-left: 20px;
	float: left;
}

.top_bnr_right img{
	padding-bottom: 10px;
}

/*================================================================================
   
   　流れ
   
================================================================================*/
.flowIn {
  padding: 10px 0;
}
.flowArea dl {
  border: 1px solid #d5d4d0;
  background: #896B44;
  margin-bottom: 28px;
  position: relative;
  clear: both;
}
.flowArea dl:after {
  content: "";
  display: block;
  clear: both;
}
.flowArea dl:before {
  content: "";
  border-width: 7px 6px;
  border-style: solid;
  border-color: #EC7A57 transparent transparent;
  position: absolute;
  left: 50px;
  bottom: -26px;
}
.flowArea dl:nth-last-of-type(1):before {
  display: none;
}
.flowArea dl dt {
  width: 110px;
  float: left;
}
.flowArea dl dt {
  width: 110px;
  font-family: 'Lato', sans-serif;
  line-height: 65px;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.flowArea dl dt b {
  font-size: 20px;
}
.flowArea dl dd {
  font-size: 18px;
  color: #514639;
  font-weight: 700;
  background: #fff;
  width: 653px;
  float: right;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
}
.flowArea dl dd p {
  font-size: 12px;
  padding: 10px 0;
  display: block;
}
.flowArea dl dd > span {
  position: absolute;
  right: 10px;
  line-height: 2;
  top: 50%;
  margin-top: -1em;
  font-size: 12px;
}
.flowArea dl dd > ul {
  width: 320px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  font-size: 12px;
}
.flowArea dl dd > ul li {
  width: 150px;
  margin: 0 5px;
  float: left;
}
.flowArea dl dd > ul li a {
  display: block;
  border: 1px solid;
  border-radius: 3px;
  line-height: 28px;
  text-align: center;
  font-weight: 400; 
  text-decoration: none;
  font-size: 13px;
}
.flowArea dl dd > ul li:nth-of-type(1) a {
  border-color: #dc805f;
}
.flowArea dl dd > ul li:nth-of-type(2) a {
  border-color: #72709e;
}
.flowArea dl dd > ul li:nth-of-type(1) a:before {
  background: url("../images/top/ico_arrow_line_cel.png") no-repeat;
  background-size: 5px auto;
  width: 5px;
  height: 10px;
  display: inline-block;
  margin-right: 2px;
  content: "";
}
.flowArea dl dd > ul li:nth-of-type(2) a:before {
  background: url("../images/top/ico_arrow_line_con.png") no-repeat;
  background-size: 5px auto;
  width: 5px;
  height: 10px;
  display: inline-block;
  margin-right: 2px;
  content: "";
}
.flowArea dl dd p span {
  font-size: 10px;
}
.flowArea dl dd table {
  font-size: 12px;
  padding: 0;
  margin: 0;
  border-spacing: 0;
  border-collapse: 0;
  border-left: 1px solid #d5d4d0;
  border-top: 1px solid #d5d4d0;
}
.flowArea dl dd table th {
  background: #F8F8F8;
  padding: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  border-bottom: 1px solid #d5d4d0;
  border-right: 1px solid #d5d4d0;
}
.flowArea dl dd table td {
  padding: 5px;
  text-align: left;
  border-bottom: 1px solid #d5d4d0;
  border-right: 1px solid #d5d4d0;
}

/*================================================================================
   
   　VERYCARD
   
================================================================================*/

.veryArea dl {
  width: 245px;
  min-height: 182px;
  float: left;
  margin: 7px 0;
  background: #FFF5F1;
  padding: 20px 0 15px;
}
.veryArea dl:nth-of-type(3n+2) {
  margin: 7px 14px;
}
.veryArea dl:nth-of-type(3n+1) {
  clear: both;
}
.veryArea dl dt {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}
.veryArea dl dt h3{
  color: #514639;
  font-size: 20px;
  font-weight: 700;
}
.veryArea dl dt .img {
  display: block;
  text-align: center;
  width: 86px;
  height: 86px;
  background: #fff;
  border-radius: 50%;
  padding-top: 25px;
  margin: 0 auto 10px;
  box-sizing: border-box;
}
.veryArea dl dt .img img {
}
.veryArea dl dt span {
  font-size: 13px;
  color: #dc805f;
  font-family: 'Lato', sans-serif;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 10px;
  left: 0;
}
.veryArea dl dd {
  padding: 0 15px;
  font-size: 13px;
  line-height: 1.4;
}
.veryArea dl dd span {
  font-size: 10px;
}
/*================================================================================
   
   　インフォメーションとプレス
   
================================================================================*/

.newsArea{
  clear: both;
  padding: 80px 0 20px 0;
}

.newsArea  a {
  text-decoration: none;
}

.newsArea .newsTtl {
  text-align: center;
  position: relative;
  z-index: 1;
}
.newsArea .newsTtl:before {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  background: #d5d4d0;
  position: absolute;
  top: 50%;
  z-index: -1;
  margin-top: 2px;
}
.newsArea .newsTtl:after {
  content: "";
  width: 100%;
  left: 0;
  height: 1px;
  background: #d5d4d0;
  position: absolute;
  bottom: 50%;
}
.newsArea h2 {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  background: #fff;
}

.newsArea dl{
  font-size: 13px;
	overflow: hidden;
}
.newsArea dl dt:nth-of-type(1) ,
.newsArea dl dd:nth-of-type(1) {
  border: none;
}
.newsArea dt{
	clear: both;
	width: 104px;
	float: left;
	padding: 15px 5px;
	padding-left: 100px;
  border-top: 1px solid #d5d4d0;
}

.newsArea dd {
  border-top: 1px solid #d5d4d0;
  padding: 15px 5px;
  width: 528px;
  float: left;
  position: relative;
}

.newsArea dd:before{
  content: "";
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  width: 90px;
  height: 25px;
  left: -205px;
  top: 10px;
}
.newsArea dd.info:before{
  content: "お知らせ";
  background: #e39558;
}

.newsArea dd.new:before {
  content: "新商品";
  background: #846c4a;
}

.newsArea dd.sp:before {
  content: "特集";
  background: #EC6001;
}

.newsArea .maintenanceBoxTxt a{
  text-decoration: underline;
  color: #ea2614;
}

.bottomInfo{
	clear: both;
	width: 765px;
	float: right;
	padding: 20px 0 20px;
}

.newsBox{
  height: 260px;
  overflow-y:scroll;
}
.maintenanceBox {
  background: #FCE3D3;
  padding: 15px 20px;
  text-align: left;
  font-size: 13px;
  clear: both;
}
.maintenanceBox .maintenanceBoxTtl {
  font-weight: 700;
  color: #da692a;
  padding-bottom: 6px;
}
.maintenanceBox .maintenanceBoxTxt {
  line-height: 1.4;
  border-bottom: 1px dotted #766d63;
  padding: 5px 10px;
  color: #ea2614;
}
.maintenanceBox .maintenanceBoxFixed {
  padding: 10px;
  line-height: 1.4;
  font-size: 12px;
}

/* バナー 左右均等用 */

.bnrArea li{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.bnrArea li a.wedding {
	background: url("../images/top/top_bnr_wedding-on.png") no-repeat 50% 0%;
	background-size: 373px auto;
	display: block;
}
.bnrArea li a.wedding:hover img {
	opacity: 0;
}
.bnrArea li a.condolence {
	background: url("../images/top/top_bnr_condolence-on.png") no-repeat 50% 0%;
	background-size: 373px auto;
	display: block;
}
.bnrArea li a.condolence:hover img {
	opacity: 0;
}

.first .last {
	margin-right: 0;
}

/*---------今日明日バナー--------*/
.today{
  padding-bottom: 20px;
  /*padding-top: 20px;*/
  text-align: center;
}

.today a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*--------/ 今日明日バナー------*/



/* slick dot */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -20px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: #eee;
	border-radius: 50%;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
	background: #ccc;
}
/*--------/ お客様の声------*/
.voiceTtl h2{
  font-size: 15px;
  font-weight: bold;
}
.bottomNavi .navTtl h3{
  font-weight: bold;
  font-size: 17px;
}
/*--------/ 電報に関するお問い合わせ------*/
.toiawase{
  width: 960px;
  margin: 0 auto 30px auto;
  text-align: center;
  background-color: #f9f6f4;
  padding: 30px 0 10px 0;
}
.toiawase h2{
  font-size: 20px;
  font-weight: bold;
  color: #766d63;
  margin-bottom: 10px;
}
.toiawase ul {
    display:table;
    margin:0 auto;
}
.toiawase ul li {display:table-cell;}
.toiawase ul li span{text-decoration: underline;}
.toiawase ul li a{
  display: block;
  width:300px;
  background-color: #fff;
  border: 1px solid #896B44;
  color: #896B44;
  padding: 30px;
  margin: 20px;
  text-decoration: none;
}
.toiawase ul li a:hover{
  background-color: #896B44;
  border: 1px solid #896B44;
  color: #fff;
}