@charset "UTF-8";
/*
Theme Name: nippon-dept
Theme URI: http://nippon-dept.jp/
Description: 日本百貨店メインサイトのテーマ
Version: 2.0
Author: 日本百貨店
Author http://nippon-dept.jp/
*/

/*reset
-------------------------------------------*/
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ul li {
  list-style-type: none;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* 共通事項
-------------------------------------------*/
html {
  color: #333;
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight:normal;
}
 
#main {
  clear: both;
  margin: 35px 0 0;
}

a {
  color: #333;
  outline: none;
}

a:hover {
  color:#be343a;
}

img {
  border: 0;
  outline: none;
}

strong {
  font-weight: bold;
}

.text-red {
  color: #be343a;
}

.text-small {
  font-size: 12px;
}
p.text-small {
  margin-top: 5px;
}

/* pagetop */
.pagetop {
  clear: both;
  float: right;
  padding: 35px 0;
}
@media screen and (max-width: 460px) {
  .pagetop {
    padding: 15px 10px;
  }
}

.pagetop a {
  background: url(images/icon/arrow_top.gif) no-repeat;
  background-position: 0 -1px;
  padding-left: 15px;
  text-decoration: none;
}

.pagetop a:hover {
  background: url(images/icon/arrow_top_red.gif) no-repeat;
  background-position: 0 -1px;
  padding-left: 15px;
}

/* 該当ページなし */
#no-page p {
  text-align: center;
}

#no-page p.title {
  width: 150px;
  margin: 0 auto 60px;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */


/*横幅,レイアウト
-------------------------------------------*/
#header,
#main-top {
  width: 960px;
  margin: 0 auto;
}

#main,
#main-page,
#breadcrumb,
#pagetop,
#footer {
  width: 960px;
  margin: 0 auto;
  padding-top: 25px;
}
@media screen and (max-width: 460px) {
  #main,
  #main-page,
  #breadcrumb,
  #pagetop,
  #footer {
    width: 100%;
  }
}

#main,
#main-page {
  padding-bottom: 25px;
}

#contents,
#contents-story,
#contents-top {
  float: left;
  width: 720px;
  padding: 0 55px 35px 0;
}
@media screen and (max-width: 460px) {
  #contents,
  #contents-story,
  #contents-top {
    float: none;
    width: 100%;
    padding: 0 0 35px 0;
  }
}

#sidebar {
  float: right;
  width: 235px;
  padding: 0 0 35px;
}
@media screen and (max-width: 460px) {
  #sidebar {
    float: none;
    width: 100%;
    padding: 0 10px;
  }
}


/*text-decoration = none
-------------------------------------------*/
#breadcrumb a,
#entry a,
#child-cate a,
#footer a:link,
#footer a:visited {
  text-decoration: none;
}

.cap a,
.more a,
.date a,
.entry-detail-date a,
.map small a,
.entry-box a,
.entry-detail h1 a {
  text-decoration: none;
}

/*header
-------------------------------------------*/
#logo-area {
  background: #fffdef;
  padding: 30px 0 20px;
  text-align: center;
  box-shadow: 0px 1px 2px -1px #d1d1d1;
  -moz-box-shadow: 0px 1px 2px -1px #d1d1d1;
  -webkit-box-shadow: 0px 1px 2px -1px #d1d1d1;
}
@media screen and (max-width: 460px) {
  #logo-area {
    position: relative;
    padding: 16px 0 10px;
  }
}

#logo {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 460px) {
  #logo {
    width: 100%;
  }
}

#logo h1 {
  width: 120px;
  margin: 0 auto;
}

@media screen and (max-width: 460px) {
  #logo h1 {
    width: 84px;
  }
}

#logo h1 img {
  width: 100%;
}

#twitter-fb {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 460px) {
  #twitter-fb {
    display: none;
  }
}

#twitter-fb p {
  float: left;
  margin-left: 15px;
}

#navi-area {
  background: #f7f5e8;
  margin: 0.1%;
  padding: 10px 0;
  overflow: hidden;
  box-shadow: 0px 1px 2px -1px #e1e1e1;
  -moz-box-shadow: 0px 1px 2px -1px #e1e1e1;
  -webkit-box-shadow: 0px 1px 2px -1px #e1e1e1;
}
@media screen and (max-width: 460px) {
  #navi-area {
    display: none;
    width: 100%;
    position: absolute;
    top: 76px;
    left: 0;
    padding: 0;
    border-top: 1px solid #c4c1b8;
    z-index: 999;
  }
}

#navi-area a {
  text-decoration: none;
}

#menu-navi {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 460px) {
  #menu-navi {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
}

#menu-navi li {
  float: left;
  width: 135px;
  border-left: 1px solid #c4c1b8;
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 460px) {
  #menu-navi li {
    float: none;
    width: 50%;
    border-left: none;
    border-bottom: 1px solid #c4c1b8;
    font-size: 12px;
  }
}

@media screen and (max-width: 460px) {
  #menu-navi li a {
    display: block;
    width: 100%;
    padding: 14px 0;
  }
}

#menu-navi li:nth-child(7) {
  border-right: 1px solid #c4c1b8;
}
@media screen and (max-width: 460px) {
  #menu-navi li:nth-child(7) {
    border-right: none;
  }
}

@media screen and (max-width: 460px) {
  #menu-navi li:nth-child(2n) {
    border-left: 1px solid #c4c1b8;
  }
}

.menu-item-sp {
  display: none;
}
@media screen and (max-width: 460px) {
  .menu-item-sp {
    display: block;
  }
}

/*footer
-------------------------------------------*/
#pagetop-wrapper {
  clear: both;
  box-shadow: 0px 1px 2px -1px #d1d1d1;
  -moz-box-shadow: 0px 1px 2px -1px #d1d1d1;
  -webkit-box-shadow: 0px 1px 2px -1px #d1d1d1;
  margin-bottom: 2px;
}

#pagetop img {
  display: block;
  float: right;
}

#footer-wrapper {
  clear: both;
  background: #fffdef;
  padding: 10px 0 25px;
  font-size: 12px;
}
@media screen and (max-width: 460px) {
  #footer-wrapper {
    padding: 10px 40px 25px;
  }
}

#footer a:link,
#footer a:visited {
  color: #333;
}

#footer a:hover {
  color: #be343a;
}

#footer li {
  padding-bottom: 15px;
}

#navi-menu {
  float: left;
  width: 239px;
  height: 240px;
  border-right: 1px solid #e1e1e1;
}
@media screen and (max-width: 460px) {
  #navi-menu {
    width: 50%;
    height: auto;
    border-right: none;
  }
}

#contact {
  float: left;
  width: 214px;
  height: 240px;
  padding-left: 25px;
  border-right: 1px solid #e1e1e1;
}
@media screen and (max-width: 460px) {
  #contact {
    width: 50%;
    height: auto;
    border-right: none;
  }
}

#link {
  float: left;
  width: 214px;
  height: 240px;
  padding-left: 25px;
  border-right: 1px solid #e1e1e1;
}
@media screen and (max-width: 460px) {
  #link {
    width: 100%;
    height: auto;
    margin: 40px 0 0;
    padding-left: 0;
    border-right: none;
  }
}

#footer p.copy {
  clear:both;
  padding-top:35px;
  text-align:center;
}
@media screen and (max-width: 460px) {
  #footer p.copy {
    padding-top: 30px;
    font-size: 11px;
  }
}

/*ページタイトル
-------------------------------------------*/
#main-page h3,
#contents-ttl h3,
h1.recruit2015 {
  border-top: 2px solid #be343a;
  border-bottom: 2px solid #be343a;
  padding: 8px;
  margin-bottom: 24px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.4mm;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" ,  "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
@media screen and (max-width: 460px) {
  #main-page h3,
  #contents-ttl h3,
  h1.recruit2015 {
    margin: 0 10px 24px;
    font-size: 18px;
  }
}

#contents-ttl h3 span {
	font-size:80%;
	margin-left:1.6%;
}

/*#contents-title p {
	background:url(images/line/x_double.gif) no-repeat;
	width:615px;
	height:38px;
	margin-bottom:35px;
	padding-top:8px;
	text-align:center;
	color:#be343a;
}*/

/*トップページ
-------------------------------------------*/
#topimg {
  clear: both;
  width: 960px;
  height: 312px;
  margin: 35px auto 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 460px) {
  #topimg {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 32%;
  }
}

#topimg img {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  position: absolute;
}


#top-contents {
	float:left;
	width:740px;
}

/* カテゴリー名 */
#event-list h3,
#top-trip h3 {
  background: #bc333a;
  color: #FFF;
  width: 670px;
  padding: 0.8% 0;
  margin-bottom: 1%;
  text-align: center;
}
@media screen and (max-width: 460px) {
  #event-list h3,
  #top-trip h3 {
    width: 100%;
  }
}

#top-info h3 a,
#event-list h3 a,
#top-trip h3 a {
	text-decoration:none;
	font-weight:bold;
	font-size:120%;
	letter-spacing:0.1em;
	color:#FFF;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" ,  "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

/* ボタン */
.trip-btn {
  margin-top: 15px;
}

#event-btn {
  clear: both;
  margin: 30px 0 0;
  text-align: center;
}
@media screen and (max-width: 460px) {
  #event-btn {
    margin-top: 10px;
    padding: 0 10px;
  }
}

#trip-btn {
  clear: both;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 460px) {
  #trip-btn {
    margin-top: 10px;
  }
}

#trip-btn a,
#event-btn a {
  display: inline-block;
  text-decoration: none;
  color: #bc333a;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #bc333a;
  border-radius: 4px;
  padding: 12px 80px;
  box-shadow: 0px 1px 2px -1px #d1d1d1;
  -moz-box-shadow: 0px 1px 2px -1px #d1d1d1;
  -webkit-box-shadow: 0px 1px 2px -1px #d1d1d1;
}
@media screen and (max-width: 460px) {
  #trip-btn a,
  #event-btn a {
    width: 100%;
    padding: 12px 20px;
  }
}

#trip-btn a:hover,
#event-btn a:hover {
  background: #bc333a;
  color: #fff;
	box-shadow:0px 1px 2px -1px #666;
	-moz-box-shadow:0px 1px 2px -1px #666;
	-webkit-box-shadow:0px 1px 2px -1px #666;
  transition: .3s;
}

@media screen and (max-width: 460px) {
  #trip-btn img,
  #event-btn img {
    width: 20px;
  }
}

/* お知らせ */
#top-info {
  border: 1px solid #e1d8d9;
  margin: 0 auto 10%;
  padding: 5% 8%;
}
@media screen and (max-width: 460px) {
  #top-info {
    padding: 20px;
  }
}

#top-info h3 {
  width: 70px;
  height: 70px;
  background: #bc3339;
  border-radius: 50px;
  margin: 3% auto 8% auto;
  padding-top:25px;
  font-size: 80%;
  text-align: center;
}
#top-info span {
	font-size:80%;
}

#top-info li {
  background: url(images/icon/arrow_red.png) no-repeat;
  background-position: 0 3px;
  padding-left: 10%;
  margin-bottom: 5%;
}
@media screen and (max-width: 460px) {
  #top-info li {
    padding-left: 20px;
  }
}

/* イベント */
#event-list {
	margin-bottom:1%;
}

a img.calendar {
	vertical-align: middle;
	margin:0 2% 0 0;
}
@media screen and (max-width: 460px) {
  a img.calendar {
    vertical-align: -5px;
    margin-right: 10px;
  }
}

#event-list .cap img.new {
	width:10.7%;
	max-width:35px;
	position: absolute;
	bottom:3px;
	right:3px;
}

.cap a {
  position: relative;
  display: block;
  width: 327px;
  height: 100%; 
  border: 1px solid #e1d8d9;
  margin-bottom: 15px;
  padding: 3px 3px 0 3px;
}
@media screen and (max-width: 460px) {
  .cap a {
    float: none;
    width: 100%;
  }
}

.cap a:hover {
	box-shadow:0px 1px 2px -1px #666;
	-moz-box-shadow:0px 1px 2px -1px #666;
	-webkit-box-shadow:0px 1px 2px -1px #666;
}

.cap a h4  {
	text-decoration:underline;
	font-size:16px;
	font-weight:bold;
	padding:0 3% 3% 3%;
}

.cap dl {
	width:100%;
	padding:0 10px;
	font-size:11px;
	color:#333;
}

.cap dt {
	float:left;
	clear:left;
	width:16%;
	background:#efede1;
	margin-bottom:3%;
	text-align:center;
}

.cap dd {
	margin: 0 0 3% 18%;
	width:70%;
}

.cap br,
#top-trip br {
	display:block;
	margin:0;
	padding:0;
}

/* 出張！日本百貨店 */
.about-trip {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
}
@media screen and (max-width: 460px) {
  .about-trip {
    margin-bottom: 30px;
    padding: 0 10px;
    font-size: 16px;
    text-align: left
  }
}

#top-trip {
  width: 670px;
  margin-bottom: 6%;
}
@media screen and (max-width: 460px) {
  #top-trip {
    width: 100%;
    padding: 0 10px;
  }
}

#top-trip h4  {
  font-size:16px;
  font-weight:bold;
}

.trip-info {
  position: relative;
  float: left;
  width: 50%;
  font-size: 12px;
  padding: 10px 14px;
  margin-bottom: 20px;
}
@media screen and (max-width: 460px) {
  .trip-info {
    float: none;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 0;
  }
}

.trip-info:nth-child(odd) {
  border-left: 1px dotted #e1d8d9;
}
@media screen and (max-width: 460px) {
  .trip-info:nth-child(odd) {
    border-left: none;
    border-top: 1px dotted #e1d8d9;
  }
}

.trip-info img.new {
  width: 10.7%;
  max-width: 35px;
  position: absolute;
  bottom: -6px;
  right: 10px;
}

/*パンくず
-------------------------------------------*/
#breadcrumb {
  font-size: 12px;
}
@media screen and (max-width: 460px) {
  #breadcrumb {
    padding: 20px 10px 0;
  }
}


/*カテゴリー（一覧）
-------------------------------------------*/
/* お知らせ */
.info-list li {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 460px) {
  .info-list li {
    padding: 0 10px;
    font-size: 14px;
  }
}

.info-list li:last-child {
  margin-bottom: 0;
}

.info-list li span {
  margin-right: 12px;
  color: #767676;
  font-size: 12px;
}
@media screen and (max-width: 460px) {
  .info-list li span {
    display: block;
  }
}

/* イベント */
#event-list {
  width: 680px;
  margin-right: -10px;
  overflow: hidden;
  _zoom: 1;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 460px) {
  #event-list {
    width: 100%;
    margin-right: 0;
    padding: 0 10px;
    display: block;
  }
}

#event-list .cap {
  margin: 0 10px 10px 0
}

#event-list .cap a {
  padding: 0;
}
@media screen and (max-width: 460px) {
  #event-list .cap a {
    float: none;
    margin: 0 0 10px;
  }
}

#event-list .cap img {
	width:98%;
	margin:1%;
}

/* 人とモノのはなし */
.entry-box {
  clear: both;
  width: 615px;
  padding-bottom: 50px;
}
@media screen and (max-width: 460px) {
  .entry-box {
    width: 100%;
    padding: 0 10px 30px;
    overflow: hidden;
  }
}

.entry-detail img {
  margin: 0px auto 35px auto;
  padding: 3px;
  border: 1px solid #ebc2c4;
}

.entry-meta {
  float: right;
  width: 455px;
}
@media screen and (max-width: 460px) {
  .entry-meta {
    width: 70%;
  }
}

@media screen and (max-width: 460px) {
  .entry-images {
    width: 25%;
  }
}

@media screen and (max-width: 460px) {
  .entry-images img {
    width: 100%;
  }
}

.entry-meta h4 {
  font-weight: bold;
}

.entry-image {
  float: right;
  width: 160px;
}

.entry-box h4,
.entry-detail h1 {
  border-bottom: 1px solid #cfc5c4;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 2px;
  margin: 0 0 10px;
}
@media screen and (max-width: 460px) {
  .entry-box h4,
  .entry-detail h1 {
    margin: 0 10px 2px;
  }
}

@media screen and (max-width: 460px) {
  .date-more {
    margin: 10px 0 0;
  }
}

.date {
  float: right;
  text-align: right;
  font-size: 11px;
  color: #666;
  padding: 5px 0;
  margin: 0;
}
@media screen and (max-width: 460px) {
  .date {
    float: none;
    text-align: left;
  }
}

.entry-detail-date {
  text-align: right;
  font-size: 11px;
  color: #666;
}
@media screen and (max-width: 460px) {
  .entry-detail-date {
    margin-right: 10px;
  }
}

.date a,
.entry-detail-date a {
	color:#666;
}

.more a {
  float: right;
  color: #be343a;
  font-size: 12px;
  padding: 4px 18px;
  margin-left: 20px;
  background-position: 90% 40%;
  border: 1px solid #bf343b;
  border-radius: 4px;
}

.more a:hover {
  color: #fff;
  background: #bf343b;
  transition: .3s;
}

/* 出張！日本百貨店 */
.trip-list {
  position: relative;
  float: left;
  width: 320px;
  border: 2px solid #e1d8d9;
  margin: 0 10px 10px 0;
  padding: 3px 3px 0 3px;
}
@media screen and (max-width: 460px) {
  .trip-list {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 460px) {
  .trip-list:last-child {
    margin-bottom: 0;
  }
}

.trip-list img {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.trip-list h4 {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #e1d8d9;
	margin:0 3% 3% 3%;
	padding:2.6% 0;
}
.trip-list dl {
	width:100%;
	padding:2% 3%;
	font-size:12px;
	color:#333;
}
.trip-list dt {
	float:none;
	width:18.81%;
	background:#efede1;
	margin-bottom:1%;
	text-align:center;
}
.trip-list dd {
	margin:0 0 2% 0;
}

/*エントリー（single.php）
-------------------------------------------*/
.entry-detail img {
	margin-bottom:20px;
}

.entry-detail dl,
.entry-detail .large dl, {
	margin-top:15px;
}

.entry-detail dt {
	float:left;
	width:100px;
	margin:0 0 10px 0;
	padding:0;
	clear:both;
}
@media screen and (max-width: 460px) {
  .entry-detail dt {
    float: none;
    width: 100%;
  }
}

.entry-detail dd {
	float:left;
	width:560px;
	margin:0 0 6px 0;
	padding:0;
}
@media screen and (max-width: 460px) {
  .entry-detail dd {
    float: none;
    width: 100%;
  }
}

*+html .entry-detail dl > dd {
    float:none;
}

.entry-detail table {
	margin-top:20px;
}

.entry-detail th {
	font-weight:bold;
	text-align:left;
}

.entry-detail td.day {
	width:110px;
}

.entry-detail ol {
	margin:0 0 20px 0;
}

.entry-detail ol li {
	list-style:decimal;
	margin:0 0 0 20px;
}


/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*pager
-------------------------------------------*/
.pager-wrapper {
  text-align: center;
}

.pager {
  display: inline-block;
  color: #bb353c;
  margin: 50px 0 0;
}
@media screen and (max-width: 460px) {
  .pager {
    margin-top: 30px;
  }
}

.page-numbers,
.pager .current {
  display: inline-block;
  color: #bb353c;
  margin: 0 3px;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  border: 1px solid #bb353c;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

a.page-numbers:hover,
.pager .current {
  font-weight: bold;
  color: #FFF;
  background: #bb353c;
  transition: 0.3s;
}

.dots {
  margin: 0;
  border: none;
}

a.next,
a.prev {
  border:none;
  width:90px;
  font-size: 12px;
}

a.next:hover,
a.prev:hover {
  color: #bb353c;
  background: #FFF;
  font-weight: normal;
}

/* ソーシャルブックマーク */

.wp_social_bookmarking_light {
  float: left;
}
@media screen and (max-width: 460px) {
  .wp_social_bookmarking_light {
    padding: 0 10px;
  }
}

.wsbl_facebook_like {
  float: left;
  margin-right: 15px;
}

.wsbl_twitter {
  float: left;
  margin-right: 15px;
}

/* sidebar
-------------------------------------------*/
/* 20160226追加 */

#child-cate {
  border: 1px solid #e1d8d9;
  padding: 10px;
  margin-bottom: 30px;
}

#child-cate h3 {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border-bottom: 2px solid #e1d8d9;
  padding-bottom: 8px;
}

#child-cate li {
  padding: 14px 0;
  border-bottom: 1px dotted #e1d8d9;
}

#child-cate li:last-child {
  border-bottom: none;
}

/* 20160226追加 end */
#entry li/*,#child-cate li*/ {
	padding-bottom:15px;
}

#entry span {
	font-size:10px;
}

#child-cate li a {
	background:url(images/arrow_gray.png) no-repeat;
	background-position:0 2px;
	padding-left:18px;
}

#child-cate li a:hover {
	background:url(images/arrow_red.png) no-repeat;
	background-position:0 2px;
	padding-left:18px;
}

@media screen and (max-width: 460px) {
  #side-banner {
    text-align: center;
  }
}

#side-banner p {
	clear:both;
	margin-bottom:5px;
}

/*人とモノのはなし（※イベント、お知らせ、人とモノの記事ページ＝single.php）
-------------------------------------------*/
#contents-story {
	line-height:1.8em;
	font-size:14px;
}

#contents-story p {
  margin-bottom:20px;
}
@media screen and (max-width: 460px) {
  #contents-story p {
    padding: 0 10px;
  }
}

#contents-story img {
  margin: 0px auto 3px auto;
  padding: 3px;
  border: 1px solid #ebc2c4;
}
@media screen and (max-width: 460px) {
  #contents-story img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 460px) {
  #contents-story dl {
    padding: 0 10px;
  }
}

#contents-story span { /*本文中画像キャプション*/
  width: 600px;
  text-align: center;
  font-size: 12px;
  color: #666;
  border: none;
  display: block;
  margin-bottom: 25px;
}
@media screen and (max-width: 460px) {
  #contents-story span {
    width: 100%;
    text-align: left;
  }
}

#contents-story span.text-small {
  font-size: 12px;
  text-align: left;
}

#contents-story span.text-red {
  color: #be343a;
  font-size: 100%;
  text-align: left;
}

#contents-story span.text-small-red {
  color: #be343a;
  font-size: 12px;
  text-align: left;
}

#contents-story p.subtitle {
  margin: 0;
  padding: 15px 0 10px;
}
@media screen and (max-width: 460px) {
  #contents-story p.subtitle {
    padding: 15px 10px 10px;
  }
}

#contents-story .subtitle img {
  margin: 0;
  padding: 0;
  border: none;
}
@media screen and (max-width: 460px) {
  #contents-story .subtitle img {
    width: 100%;
  }
}

.shopinfo {
  width: 615px;
  margin: 35px auto;
  background: url(images/line/dot_frame.gif) bottom;
  font-size: 12px;
}

.shopinfo p {
  padding: 0 15px 15px 15px;
}

.credit {
  font-size:12px;
}

/* 日本百貨店とは
-------------------------------------------*/

#main-about img {
  width: 664px;
}
@media screen and (max-width: 460px) {
  #main-about img {
    width: 100%;
    padding: 0 10px;
  }
}

#main-about p {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media screen and (max-width: 460px) {
  #main-about p {
    width: 100%;
    padding: 0 10px 25px;
  }
}

#main-about p:last-of-type {
  padding-bottom: 0;
}

/*店舗案内
-------------------------------------------*/
.page-link {
	padding-bottom:50px;
}

.page-link ul {
	margin-left:50px;
}

.page-link li {
	float:left;
}

.anchor a {
	float:left;
	background:url(images/icon/arrow_down.gif) no-repeat;
	background-position:0 4px;
	text-indent:12px;
	text-decoration:none;
	padding-right:20px;
}

.anchor a:hover {
	float:left;
	background:url(images/icon/arrow_down_red.gif) no-repeat;
	background-position:0 4px;
	text-indent:12px;
	text-decoration:none;
	padding-right:20px;
}

/* 卸一覧 */
.shop-menu {
	margin:0 auto 35px auto;
}
@media screen and (max-width: 460px) {
  .shop-menu {
    margin-bottom: 10px;
  }
}

.shop-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop-menu li a {
    border: solid 2px #ebc2c4;
    display: block;
    font-weight: bold;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    border-radius: 4px;
    padding: 4px 8px;
	margin:0 5px;
  text-decoration: none;
}

.shop-menu li a:hover {
  color: #000;
  background: #fbf0f1;
  transition: .3s;
}

.wholesale-box {
	clear:both;
	width:800px;
	margin:0 auto;
	padding-top:25px;
}
@media screen and (max-width: 460px) {
  .wholesale-box {
    width: 100%;
  }
}

.wholesale-box .name {
	float:left;
	width:180px;
	margin-left:20px;
}
@media screen and (max-width: 460px) {
  .wholesale-box .name {
    float: none;
  }
}

.wholesale-box .detail {
	float:right;
	width:600px;
}
@media screen and (max-width: 460px) {
  .wholesale-box .detail {
    float: none;
    width: 100%;
    margin: 20px 0 0;
    padding: 0 10px;
  }
}

.wholesale-box .detail dl {
	margin-bottom:20px;
}

.wholesale-box .detail dt {
	float:left;
	width:140px;
	padding-bottom:7px;
	text-indent:27px;
}
@media screen and (max-width: 460px) {
  .wholesale-box .detail dt {
    float: none;
    width: 100%;
  }
}

.wholesale-box .detail dd {
	width:400px;
	margin-left:140px;
	padding-bottom:7px;
}
@media screen and (max-width: 460px) {
  .wholesale-box .detail dd {
    width: 100%;
    margin-left: 0;
  }
}

.wholesale-box .detail span {
	font-size:11px;
	margin-top:7px;
	color:#be343a;
}

.wholesale-box .detail p {
	margin-bottom:10px;
}

.wholesale-box .detail strong {
	font-weight:bold;
	font-size:14px;
}

/* 卸一覧ここまで */

.shop-data {
  clear: both;
  padding-top: 10px;
}

.shop-data h2 {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 460px) {
  .shop-data h2 {
    padding-bottom: 10px;
    font-size: 16px;
  }
}

.shop-info {
  float: left;
  width: 470px;
  padding-right: 50px;
}
@media screen and (max-width: 460px) {
  .shop-info {
    float: none;
    width: 100%;
    padding: 0 10px;
  }
}

.shop-info dt {
  float: left;
  width: 80px;
  padding-left: 27px;
}
@media screen and (max-width: 460px) {
  .shop-info dt {
    float: none;
    width: 100%;
    font-weight: bold;
  }
}

.shop-info dd {
  width: 370px;
  margin-left: 100px;
  padding-bottom: 7px;
}
@media screen and (max-width: 460px) {
  .shop-info dd {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.shop-info dd a {
  word-break: break-all;
}

dd:after {
  	content : '';
  	display : block;
  	clear : both;
}

.adress {
	background:url(images/icon/icon_address.gif) no-repeat;
	background-position:1px 0;
}

.tel {
	background:url(images/icon/icon_tel.gif) no-repeat;
	background-position:1px 0;
}

.fax {
	background:url(images/icon/icon_fax.gif) no-repeat;
	background-position:0 0;
}

.mail {
	background:url(images/icon/icon_mail.gif) no-repeat;
	background-position:3px 3px;
}

.time {
	background:url(images/icon/icon_time.gif) no-repeat;
	background-position:3px 0;
}

.web {
	background:url(images/icon/icon_hp.gif) no-repeat;
	background-position:3px 3px;
}

.goods {
	background:url(images/icon/icon_goods.gif) no-repeat;
	background-position:0 1px;
}

.shop-img {
  float: right;
  width: 440px;
}
@media screen and (max-width: 460px) {
  .shop-img {
    float: none;
    width: 100%;
    margin: 20px 0 0;
    padding: 0 10px;
  }
}

@media screen and (max-width: 460px) {
  .shop-img img {
    width: 100%;
    height: auto;
  }
}

.map {
  float: right;
  width: 440px;
  margin-top: 10px;
}
@media screen and (max-width: 460px) {
  .map {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 460px) {
  .map iframe {
    width: 100%;
  }
}

.map small a {
	float:right;
	font-size:11px;
	padding-top:5px;
}

.staff {
  clear: all;
  font-size: 12px;
  margin-top: 30px;
  color: #666;
}
@media screen and (max-width: 460px) {
  .staff {
    margin: 20px 0 0;
  }
}

.staff dt {
  float: left;
  width: 100px;
  padding: 0;
}
@media screen and (max-width: 460px) {
  .staff dt {
    width: auto;
  }
}

.staff dd {
  width: 370px;
  margin-left: 100px;
}
@media screen and (max-width: 460px) {
  .staff dd {
    width: auto;
    margin-left: 40px;
  }
}

.staff img {
  margin-left:20px;
}
@media screen and (max-width: 460px) {
  .staff img {
    width: 28px;
    height: 28px;
    margin-left: 0;
  }
}


/*お問合せフォーム
-------------------------------------------*/
.contact-form {
  width: 90%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 460px) {
  .contact-form {
    width: 100%;
    padding: 0 10px;
  }
}

.contact-form p {
  background: #fcf3f4;
  padding: 10px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 460px) {
  .contact-form p {
    margin-bottom: 30px;
    text-align: left;
  }
}

.contact-form dt {
  float: left;
  width: 25.37%;
  max-width: 170px;
}
@media screen and (max-width: 460px) {
  .contact-form dt {
    float: none;
    width: 100%;
    margin: 0 0 4px;
  }
}

.contact-form dd {
  margin-left: 170px;
  margin-bottom: 30px;
  width: 74.63%;
  max-width: 500px
}
@media screen and (max-width: 460px) {
  .contact-form dd {
    margin-left: 0;
    width: 100%;
  }
}

.contact-form span {
  font-size: 11px;
  color: #be343a;
}

.send-btn {
  text-align: center;
}

.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
  border: 1px solid #CCC;
  padding: 14px 10px;
}

.wpcf7-submit {
  background: #fff;
  border: solid 1px #be343a;
  border-radius: 4px;
  color: #be343a;
  font-size: 14px;
  width: 24%;
  padding: 10px 0;
  box-shadow: 0px 1px 2px -1px #d1d1d1;
  -moz-box-shadow: 0px 1px 2px -1px #d1d1d1;
  -webkit-box-shadow: 0px 1px 2px -1px #d1d1d1;
  cursor: pointer;
}

.wpcf7-submit:hover {
  background: #be343a;
  color: #fff;
  transition: .3s;
}

/* 入力エラーメッセージ */
.screen-reader-response {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.screen-reader-response ul {
  display: none;
}

.wpcf7-validation-errors {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}

/*採用情報
-------------------------------------------*/
.recruit-form {
	width:600px;
	margin:0 auto 50px auto;
}
.recruit-form p {
}
.recruit-form strong {
	font-size:14px;
	border-left:3px solid #ebc2c4;
	padding:0 0 0 6px;
}

.recruit-form p.headline {
	background:url(images/line/x_double.gif)  repeat-x;
	height:38px;
	padding-top:9px;
	margin-bottom:30px;
	color:#be343a;
	text-align:center;
}

.recruit-form table {
	border:1px solid #DBDBDB;
	border-collapse:collapse;
	width:600px;
	margin:10px 0 40px 0;
}

.recruit-form th,
.recruit-form td {
  border: 1px solid #DBDBDB;
  padding: 5px 10px;
  text-align: left;
}

.recruit-form span.wpcf7-list-item-label {
	color:#333;
	font-size:13px;
}

.recruit-notice {
	margin:10px 0 25px 0;
	font-size:11px;
}

.recruit-notice span {
	color:#be343a;
}

.recruit-form dt {
	float:left;
	width:180px;
}

.recruit-form dd {
	margin-left:180px;
	margin-bottom:30px;
}

/* 採用情報（鈴木さんメッセージ）
-------------------------------------------*/
#recruit-message {
  width: 760px;
  margin: 0 auto;
  padding-top: 25px;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 460px) {
  #recruit-message {
    width: 100%;
    padding: 0 10px;
  }
}

.recruit-top-text {
  font-size: 26px;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" ,  "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 460px) {
  .recruit-top-text {
    font-size: 18px;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 460px) {
  .sp-br {
    display: block;
  }
}

#recruit-message p.message{
  font-weight: bold;
  margin-bottom: 15px;
}

#recruit-message dl {
  margin-top: 20px;
}

#recruit-message dt {
  float: left;
  clear: left;
  width: 62px;
}
@media screen and (max-width: 460px) {
  #recruit-message dt {
    width: 34px;
    padding: 10px 0 0;
  }
}

#recruit-message dt img {
  border: none;
}
@media screen and (max-width: 460px) {
  #recruit-message dt img {
    width: 34px;
    height: 34px;
  }
}

#recruit-message dd {
  margin-left: 80px;
  padding-top: 10px;
}
@media screen and (max-width: 460px) {
  #recruit-message dd {
    margin-left: 50px;
    padding: 0;
  }
}

#recruit-message dd a {
  font-size: 16px;
}

#recruit-message h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#recruit-message h3,
#recruit-message h4 {
  font-size: 16px;
}
@media screen and (max-width: 460px) {
  #recruit-message h3,
  #recruit-message h4 {
    font-size: 14px;
  }
}

#recruit-message h3.accordion,
#recruit-message h4.accordion {
  cursor: pointer;
}

#recruit-message h3.no-accordion {
  padding: 12px 0 12px 15px;
  border-bottom: 1px dotted #e1d8d9;
}
@media screen and (max-width: 460px) {
  #recruit-message h3.no-accordion {
    width: 100%;
  }
}

#recruit-message h3 span {
  display: block;
  position: relative;
  padding: 12px 0 12px 15px;
  border-bottom: 1px dotted #e1d8d9;
}
@media screen and (max-width: 460px) {
  #recruit-message h3 span {
    width: 100%;
  }
}

#recruit-message h3 span:before{
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 24px;
  right: 20px;
  border-top: 3px solid #be343a;
  border-right: 3px solid #be343a;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#recruit-message h4 span {
  display: block;
  position: relative;
  padding: 12px 0 12px 35px;
  border-bottom: 1px dotted #e1d8d9;
}
@media screen and (max-width: 460px) {
  #recruit-message h4 span {
    padding-right: 50px;
  }
}

#recruit-message h4 span:before{
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 24px;
  right: 20px;
  border-top: 3px solid #be343a;
  border-right: 3px solid #be343a;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#recruit-message h3.bg02 span {
  font-weight: bold;
}
@media screen and (max-width: 460px) {
  #recruit-message h3.bg02 span {
    width: 100%;
  }
}

#recruit-message h3.bg02 span:before{
  top: 18px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#recruit-message h4.bg02 span {
  font-weight: bold;
}

#recruit-message h4.bg02 span:before{
  top: 18px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#recruit-message div.contents-open {
  display: none;
  padding: 20px 0 35px 0;
}
@media screen and (max-width: 460px) {
  #recruit-message div.contents-open {
    padding: 20px 0 0;
  }
}

#recruit-message ul {
  width: 680px;
  margin: 0 auto;
  padding: 15px 0 20px 0;
}
@media screen and (max-width: 460px) {
  #recruit-message ul {
    width: 100%;
  }
}

#recruit-message li {
  margin-bottom: 15px;
  list-style-image: url(images/icon/icon-triangle.gif) ;
}

#recruit-message p {
  margin-bottom: 20px;
}

#recruit-message p.address{
  background: url(images/icon/icon-contact-mail.gif) no-repeat;
  height: 62px;
  padding: 20px 0 0 70px;
}

#recruit-message img {
  margin: 0px auto 6px;
}

#recruit-message span.cap {
  width: 760px;
  text-align: center;
  font-size: 12px;
  color: #666;
  border: none;
  display: block;
  margin-bottom: 25px;
}
@media screen and (max-width: 460px) {
  #recruit-message span.cap {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
}

#recruit-message .alignright {
  margin-left: 25px;
}
@media screen and (max-width: 460px) {
  #recruit-message .alignright {
    margin-left: 20px;
  }
}

@media screen and (max-width: 460px) {
  #recruit-message img.alignright {
    width: 140px;
  }
}

#recruit-message .aligncenter {
  margin:30px auto 5px;
}
@media screen and (max-width: 460px) {
  #recruit-message .aligncenter {
    width: 100%;
    height: auto;
    margin: 20px auto 5px;
  }
}

#recruit-message span.line-bold {
  font-weight: bold;
}

#recruit-message .recruit-form {
  width: 760px;
  margin: 35px auto;
}
@media screen and (max-width: 460px) {
  #recruit-message .recruit-form {
    width: 100%;
  }
}

#recruit-message .recruit-form p {
	margin-bottom:10px;
}
#recruit-message p.message,
#recruit-message .recruit-form strong {
	font-size:14px;
	border-left:3px solid #ebc2c4;
	padding:0 0 0 6px;
}

#recruit-message .recruit-form table {
  border: 1px solid #DBDBDB;
  border-collapse: collapse;
  width: 760px;
  margin: 0 0 40px;
}
@media screen and (max-width: 460px) {
  #recruit-message .recruit-form table {
    width: 100%;
  }
}

#recruit-message .recruit-form th,
#recruit-message .recruit-form td {
  border: 1px solid #DBDBDB;
  padding: 5px 10px;
  text-align: left;
}

#recruit-message　.recruit-form th {
  white-space: nowrap;
}

@media screen and (max-width: 460px) {
  .company,
  .point {
    padding: 0 10px;
  }
}

.company table {
  border-collapse: collapse;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 460px) {
  .company table {
    width: 100%;
  }
}

.company tr {
  border-bottom:1px dotted #ebc2c4;
}

.company td {
  padding:12px 5px;
}

.company td:first-child {
  white-space: nowrap;
}

.company li {
  margin: 3px 0;
}

.menu-trigger {
  display: none;
}
@media screen and (max-width: 460px) {
  .menu-trigger {
    display: block;
  }
}

.menu-trigger,
.menu-trigger span {
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  width: 30px;
  height: 24px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #c4c1b8;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

ul.point-list,
ul.point-list li {
  list-style: disc;
}

ul.point-list {
  margin: 0 0 3em;
  padding: 0 0 0 20px;
}

.point-title {
  font-size: 14px;
  font-weight: bold;
  border-left: 3px solid #ebc2c4;
  margin: 0 0 1em;
  padding: 0 0 0 6px;
}

.point-image {
  max-width: 100%;
  margin: 0 auto 3em;
  padding: 3px;
  border: 1px solid #ebc2c4;
}