@charset "UTF-8";
/*-----------------------------------------------------
Format
-------------------------------------------------------*/
/*デフォルト フォント*/
/* footer height */
/*mixin*/
/*

#SP

`.l-main`： 93.75%

`.l-outer`： 100%

`.l-row-s`: 「スマートフォンでは100%表示」のもの

`.l-row-s-detail`: 展示詳細ページヘッダー

*/
.l-main {
  width: 93.75%;
  margin: 0 auto;
}

.l-outer {
  width: 100%;
  margin: 0 auto;
}

.l-row-s {
  margin-left: -15px;
  margin-right: -15px;
}

/*

#tablet

`.l-left`： float left

`.l-right`： float right

*/
@media screen and (min-width: 768px) {
  .l-left {
    float: left;
  }

  .l-right {
    float: right;
  }

  .l-row-s {
    margin: 0;
  }

  .ie8 .l-left {
    float: left !important;
  }
  .ie8 .l-right {
    float: right !important;
  }
}
/*
#pc用記述
*/
@media screen and (min-width: 960px) {
  .l-left {
    float: left;
  }

  .l-right {
    float: right;
  }
}
@media screen and (min-width: 980px) {
  .l-main {
    width: 960px;
  }

  .l-outer {
    width: 980px;
  }
}
/*
  #module

  主にページをまたいで使用するパーツを記入します。
*/
/*
  #top

  `.contents-header`: 大丸ミュージアム
*/
.contents-header {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .contents-header {
    width: 960px;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 980px) {
  .contents-header {
    width: 980px;
  }
}
/*
  #トップに戻る

  `.btn-to-top`
*/
.btn-to-top {
  text-align: right;
  margin-top: 4px;
}

/*
  #.sec-guide

  `.sec-gudie`: サブ領域(TOPだと優待情報など,詳細ページでは左側の部分)

  各guideの天地の間隔は`.sec-guide`で設定しています
*/
.sec-guide {
  padding: 35px 0;
}
.sec-guide + .sec-guide {
  border-top: 1px solid #E5E1D9;
}

.sec-guide-typeB {
  border-top: 1px solid #E5E1D9;
}

.sec-guide-inner {
  width: 80%;
  margin: 0 auto;
}

.sec-guide-ttl {
  text-align: center;
  margin-bottom: 20px;
}

.sec-guide-link {
  margin-top: 20px;
}
.sec-guide-link li + li {
  margin-top: 10px;
}
.sec-guide-link li a {
  color: #333;
}

/*
  #sec-header

  `.sec-header`: 背景に斜線の入ったタイトル部分
*/
.sec-header {
  background: url(../img/bg_sec.png) repeat left top;
  text-align: center;
  padding: 20px 0;
}

/*
  #sec-link

  detail時はdetail.scssに記載
*/
.sec-link {
  width: 232px;
  margin: 20px auto 0;
}
.sec-link li {
  float: left;
}
.sec-link li + li {
  margin-left: 1px;
}

@media screen and (min-width: 768px) {
  .sec-header .sec-ttl,
  .sec-header .sec-header-txt {
    float: left;
    margin-top: 3px;
  }
  .sec-header .sec-header-txt {
    margin-left: 15px;
    margin-top: 4px;
    font-size: 15px;
  }
  .sec-header .sec-header-txt-typeB {
    width: 46.94%;
  }

  .sec-header-typeB {
    padding: 31px 0;
  }

  /*
    #sec-header-typeCはdetail.scss
  */
  .sec-link {
    position: absolute;
    top: -9px;
    right: 10px;
  }
  .sec-link li {
    float: none;
    text-align: right;
  }
  .sec-link li + li {
    margin-top: 5px;
  }
}
/*

#topの各店リストのボーダー

*/
.line {
  height: 1px;
  position: absolute;
  border-top: 1px solid #E5E5E5;
  width: 80%;
  left: 8%;
}

.line-pos-1 {
  top: 42%;
}

.line-pos-2 {
  top: 65%;
}

.line-pos-3 {
  top: 85%;
}

.line-pos-4 {
  top: 93%;
}

/*.line-pos-1 {
  top: 35%;
}

.line-pos-2 {
  top: 55%;
}

.line-pos-3 {
  top: 74%;
}

.line-pos-4 {
  top: 93%;
}*/

/*
	modal
*/
.modal-bg {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal {
  position: absolute;
  width: 100%;
  min-height: 100%;
  cursor: pointer;
}
.modal img {
  display: block;
  margin: 0 auto;
}

.modal-wrap {
  position: absolute;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.modal-close {
  position: absolute;
  right: 4%;
  top: 4%;
}
.modal-close .fa {
  color: #ccc;
  font-size: 2.5em;
  cursor: pointer;
}

/*-----------------------------------------------------
Base
-------------------------------------------------------*/
body, html {
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 160%;
  font-size: 13px;
  width: 100%;
  color: #666;
}

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

table {
  text-align: left;
  vertical-align: middle;
}
table th {
  font-weight: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* TABLET */
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  /*-----------------------------------------------------
  Header
  -------------------------------------------------------*/
  header #header #logo {
    height: 50px;
    padding-top: 15px;
  }

  /*-----------------------------------------------------
  Container
  -------------------------------------------------------*/
  #container {
    width: 100%;
  }
  #container #wrapper {
    margin: 0 auto;
    background: white;
  }
  #container #wrapper #contents {
    margin: 0 auto;
    background: white;
  }

  /*-----------------------------------------------------
  Footer
  -------------------------------------------------------*/
  /* pc */
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  footer {
    position: relative;
    width: 93.75%;
    margin: 0 auto;
    padding-top: 5px;
  }
  footer .copy_note {
    text-align: center;
    font-size: 11px;
    padding-top: 10px;
    margin-bottom: 10px;
    line-height: 1.6em;
  }
  footer .copy_note a:link, footer .copy_note a:visited {
    color: #333;
  }
  footer .copy_note a:hover {
    color: #333;
  }
  footer #copyright {
    text-align: center;
  }
  footer #copyright img {
    width: 326px;
    height: 10px;
  }
  footer .sp {
    display: none;
  }

  aside#sns {
    clear: both;
    margin: 0 auto 10px;
    max-width: 464px;
  }
  aside#sns ul li {
    width: 110px;
    height: 23px;
    background: white;
    float: left;
    margin-left: 5px;
    margin-top: 10px;
  }
  aside#sns ul .twitter {
    width: 90px;
  }
  aside#sns ul .mixi {
    width: 80px;
  }
  aside#sns ul .line_none {
    width: 97px;
  }
  aside#sns ul .gplus {
    width: 60px;
  }

  .ie8 aside#sns {
    max-width: 504px;
  }
  .ie8 aside#sns ul li {
    width: 120px;
  }
  .ie8 aside#sns ul .twitter {
    width: 100px;
  }
  .ie8 aside#sns ul .mixi {
    width: 80px;
  }

  aside#sns ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  /* pc */
}
@media screen and (min-width: 768px) and (min-width: 960px) {
  footer {
    width: 950px;
  }

  #footer .row {
    width: 960px;
  }
}
@media screen and (min-width: 768px) {
  .ie8 footer #copyright p img {
    width: 324px;
    height: 10px;
  }
}
/* PC */
@media screen and (min-width: 960px) {
  aside#sns ul li.line_none {
    display: none;
  }

  aside#sns {
    clear: both;
    margin: 0 auto 10px;
    max-width: 360px;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  /*-----------------------------------------------------
  Footer
  -------------------------------------------------------*/
  /* SP */
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 5px;
  }
  footer p {
    margin: 0 auto;
    text-align: center;
    padding: 10px 0 0px 0;
  }
  footer .pc {
    display: none;
  }
  footer .copy_note {
    text-align: center;
    font-size: 12px;
    line-height: 1.8em;
  }
  footer .copy_note a:link, footer .copy_note a:visited {
    color: #000;
  }
  footer .copy_note a:hover {
    color: #000;
  }
  footer .copy_img {
    padding-top: 80px;
    width: 290px;
  }

  #sns {
    margin: 0 auto;
    max-width: 464px;
  }
  #sns ul {
    margin: 0 auto;
  }
  #sns ul li {
    width: 110px;
    height: 23px;
    background: white;
    float: left;
    margin-left: 5px;
    margin-top: 10px;
  }
  #sns ul .twitter {
    width: 90px;
  }
  #sns ul .mixi {
    width: 80px;
  }
  #sns ul .line_none {
    width: 97px;
  }
  #sns ul .gplus {
    width: 60px;
  }

  .ie8 #sns {
    max-width: 504px;
  }
  .ie8 #sns ul li {
    width: 120px;
  }
  .ie8 #sns ul .twitter {
    width: 100px;
  }
  .ie8 #sns ul .mixi {
    width: 80px;
  }
  .ie8 #sns ul .line_none {
    width: 97px;
  }
  .ie8 #sns ul .gplus {
    width: 60px;
  }

  #footer {
    width: 93.75%;
  }

  #copyright p {
    width: 290px;
  }

  .ie8 #copyright p {
    width: 290px;
  }
  .ie8 #copyright p img {
    max-width: 100%;
    height: auto;
    width: auto;
    /* ie8用 */
  }

  ul.top {
    background-color: #FAF8F1;
    margin-top: 10px;
  }
  ul.top li {
    width: 50%;
    border-top: none;
    list-style-type: none;
    border-top: #E5E1D9 1px solid;
    border-bottom: #E5E1D9 1px solid;
    float: left;
  }
  ul.top li a {
    display: -webkit-box;
    display: -moz-box;
    padding: 32px 0 0 0;
    overflow: hidden;
    display: block;
    text-decoration: none;
    height: 0px !important;
  }
  ul.top li:nth-child(1) {
    background: url(../img/bar_top_daimaru.jpg) no-repeat top center, url(../img/border_yellow.gif) no-repeat top right;
    background-size: 62px 32px,1px 32px;
  }
  ul.top li:nth-child(2) {
    background: url(../img/bar_top_inquery.jpg) no-repeat top center;
    background-size: 79px 32px;
  }
}
@media screen and (max-width: 767px) {
  /*
  #.ie8
  */
  .ie6 ul.top .top-daimaru,
  .ie7 ul.top .top-daimaru,
  .ie8 ul.top .top-daimaru {
    background: url(../img/bar_top_daimaru_ie8.jpg) no-repeat top center;
    background-size: 62px 32px;
  }
  .ie6 ul.top .top-matsuzakaya,
  .ie7 ul.top .top-matsuzakaya,
  .ie8 ul.top .top-matsuzakaya {
    background: url(../img/bar_top_inquery.jpg) no-repeat top center;
    background-size: 79px 32px;
  }

  header #logo {
    height: 40px;
    padding-top: 10px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
  }
  header #logo .logo-daimaru img {
    width: 96px;
  }

  #container {
    width: 100%;
    padding-bottom: 20px;
  }
  #container #wrapper {
    width: 100%;
    margin: 0 auto;
    background: white;
  }

  #contents {
    margin: 0 auto;
    width: 100%;
  }
}
#contents {
  border-bottom: 1px solid #CCC3B4;
  padding-bottom: 20px;
}

/*-----------------------------------------------------
Noscript
-------------------------------------------------------*/
noscript p {
  text-align: center;
  padding: 10px;
}

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

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1px;
}

.clearfix {
  display: block;
}

/*-----------------------------------------------------
Responsive
---------------------------------------------------- */
/* 980px以下の記述 */
img {
  max-width: 100%;
  height: auto;
}

.ie8 img {
  max-width: 100%;
  height: auto;
}

/*Link
________________________________________*/
a:link, a:active, a:visited, a:hover {
  text-decoration: none;
}

/*フォントサイズ自動調整による表示崩れ対処
________________________________________*/
@media screen and (max-device-width: 568px) {
  body {
    -webkit-text-size-adjust: none;
    /* iPhone5まで */
  }
}
