@charset "UTF-8";

/* ==========================================================================
   TABLE OF CONTENTS
========================================================================== 
# RESET
# Common
  ## header-container
  ## footer
  ## sns
# Default
  ## bg
  ## font
  ## 余白
  ## TOP btn
  ## btn
# TOP



*/


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

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main { 
  display: block; 
}
                  
ol, ul { 
  list-style: none; 
}
blockquote, q {
  quotes: none; 
}

table { 
  border-collapse: collapse; 
  border-spacing: 0; 
}
*/

h1 {
  margin: 0 auto;
}

/* # Common
----------------------------------------------------------------------------------------------------*/
/* ## header-container */
.top-head{
   margin-top: 17px;
}
header.logo ul{
  width: 203px;
  margin: 10px auto 8px;
}
header.logo ul li.logo-daimaru{
  float: left;
}
header.logo ul li.logo-matsuzakaya{
  float: right;
}
header.logo ul li.logo-daimaru img{
  width: 96px;
}
header.logo ul li.logo-matsuzakaya img{
  width: 93px;
}
header.logo a:hover{
  filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

@media screen and (min-width: 767px) {
  header.logo ul{
    width: 282px;
    margin: 10px auto 8px;
  }
  header.logo ul li.logo-daimaru img{
    width: 134px;
  }
  header.logo ul li.logo-matsuzakaya img{
    width: 130px;
  }
}

/* ## sns */
#sns ul {
    margin: 0px auto;
}
#sns ul li {
    float: left;
    height: 23px;
    margin-top: 10px;
    margin-left: 5px;
    background: #FFF none repeat scroll 0% 0%;
}
#sns .fb_iframe_widget span{
  display: list-item;
  position: static;
}
@media screen and (min-width: 767px) {
  aside#sns {
      clear: both;
      position: absolute;
      right: 0;
      width: 600px;
  }
  aside#sns ul {
      float: right;
      list-style: outside none none;
      margin: 0;
      padding: 0;
  }
  #sns ul li {
      margin-top: 0px;
  }
}

@media screen and (min-width: 960px) {
  aside#sns ul li.line_none {
    display: none;
  }
}

.pc-hidden {
	display: none !important;
}


@media screen and (max-width: 767px) {
	.pc-hidden {
		display: block !important;
	}
}


/* # Default
----------------------------------------------------------------------------------------------------*/
/* ## bg */
.index{
  background: url(../_common_img/bg_red.png) repeat #ba1212;
  padding-bottom: 30px;
}

/* ## font */
body {
font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ ProN W3', serif;
	font-size: 16px;
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local('NotoSansJP-Regular.otf'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}
body p {
  font-size: 14px;
}
.bold{
  font-weight: bold;
}

/* ## 余白 */
.mb15{
  margin-bottom: 15px;
}
.mb30{
  margin-bottom: 30px;
}

/* ## mein img */
#index .key {
    background: url(../_common_img/kv_bg.png) repeat center top;
    /*background-size: 3.6%;*/
}

#index .key img {
    margin: 0 auto;
}

/* ## TOP btn */
#page-top {
    position: fixed;
    bottom: 25px;
    right: 15px;
    font-size: 100%;
    z-index: 10;
}
#page-top a {
    background: #fff;
    text-decoration: none;
    color: #bc0909;
    width: 43px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 20%;
    border: 3px solid #bc0909;
}
#page-top a:hover {
    text-decoration: none;
    background: #C46F6F;
    color: #fff;
    transition: 0.3s;
}
#page-top .glyphicon-chevron-up{
  display: block;
  text-align: center;
}
@media screen and (min-width: 767px) {
  #page-top {
      bottom: 45px;
      right: 40px;
      font-size: 90%;
  }
  #page-top a {
      width: 75px;
      padding: 5px 0;
      border: 5px solid #bc0909;
  }
}

/* ## btn */
/* ----------------------店舗ボタン */
#index .btn-pack li{
  margin-bottom: 17px;
}
#index .btn-shop a,
#shop .floor a{
  font-size: 18px;
  font-weight: bold;
  color: #da1111;
  display: block;
  padding: 18px;
  text-decoration: none;
  border-radius: 5px; 
  background: #fffcf9; /* Old browsers */
  background: -moz-linear-gradient(top,  #fffcf9 50%, #f4eee1 51%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #fffcf9 50%,#f4eee1 51%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #fffcf9 50%,#f4eee1 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcf9', endColorstr='#f4eee1',GradientType=0 ); /* IE6-9 */
  /*position: relative;*/
}
/*浦和パルコ用*/
#index .btn-shop.urawa a{
  font-size: 16px;
}

#index .btn-shop a:hover,
#shop .floor a:hover{
  background: #fffcf9; /* Old browsers */
  background: -moz-linear-gradient(top,  #f4eee1 50%, #fffcf9 51%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #f4eee1 50%,#fffcf9 51%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #f4eee1 50%,#fffcf9 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eee1', endColorstr='#fffcf9',GradientType=0 ); /* IE6-9 */
  text-decoration: none;
  opacity: 1;
  /*position: relative;*/
}
#index .btn-shop .glyphicon{
  position: absolute;
  top: 22px;
  right: 30px;
}
/*iPhone5 320px以下の指定　浦和2行*/
@media screen and (max-width: 320px) {
  #index .btn-shop.urawa .glyphicon{
    position: absolute;
    top: 35px;
    right: 30px;
  }
}

@media screen and (min-width: 767px) {
  #index .btn-shop a,
  #shop .floor a{
    font-size: 22px;
  }
  #index .btn-shop.urawa a{
    font-size: 22px;
  }

}

/* ----------------------各階ボタン */
#shop .btn-pack{
  margin: 0 -5px;
}
#shop .btn-pack li{
  margin-bottom: 10px;
  padding: 0 5px;
}
#shop .floor a{
  padding: 10px;
  text-align: center;
}
#shop .btn-pack .glyphicon{
  display: block;
  bottom: 0;
  text-align: center;
}


/* # TOP
----------------------------------------------------------------------------------------------------*/
#index .h1 {
  color: #fabe29;
  font-size: 24px;
  font-weight: bold;
  background: url(../_common_img/icon_fukubukuro.png) no-repeat;
  background-size: contain;
  line-height: 1em;
  padding-left: 33px;
  margin-bottom: 15px;
}

/*フッッターバナー*/
#index .ad{
  /*background-color: #b50d0d;*/
  padding: 30px 0;
}

#index .ad a img:hover{
  opacity: 0.7;
  transition: 0.7s;
}

#index .ad li {
	margin-bottom: 30px;
}

#index .ad li:last-child {
	margin-bottom: 0;
}


@media screen and (max-width: 768px) {
	footer#footer.Footer {
		margin-top: 0;
	}
}



@media screen and (min-width: 767px) {
  #index .h1{
    font-size: 30px;
    margin-bottom: 20px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 768px) {
	#index .ad .container {
		max-width: 960px;
	}
}

/*iPhone5 640px以下の指定　浦和2行*/
@media screen and (max-width: 640px) {
  #index .h1.paru{
    font-size: 28px;
    margin-bottom: 20px;
    padding-left: 65px;
  }
}

/* ## sns */
#sns ul {
    margin: 0px auto;
}
#sns ul li {
    float: left;
    height: 23px;
    margin-top: 10px;
    margin-left: 5px;
    background: #FFF none repeat scroll 0% 0%;
}
#sns .fb_iframe_widget span{
  display: list-item;
  position: static;
}

@media screen and (min-width: 767px) {
  aside#sns {
      clear: both;
      position: absolute;
      right: 0;
      width: 600px;
  }
  aside#sns ul {
      float: right;
      list-style: outside none none;
      margin: 0;
      padding: 0;
  }
  #sns ul li {
      margin-top: 0px;
  }
}

@media screen and (min-width: 960px) {
  aside#sns ul li.line_none {
    display: none;
  }
}

@media screen and (min-width: 767px) {

  /* ----- share-sns-column ----- */
  .share-sns-column{
    padding:88px 0 20px;
  }
  
  .share-sns-column .share-sns-box{
    width: 678px;
    position: relative;
    border: solid 4px #ebebeb;
    margin: 0 auto;
    padding: 20px;
  }
  .share-sns-column .share-sns-box .heading_title{
    position: absolute;
    top: -15px;
    left: 50%;
    min-width: 165px;
    margin-left: -82px;
    padding: 0 18px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #ffffff;
  }
  .share-sns-column .sns-link_area{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .share-sns-column .sns-link_area > li{
    margin-left: 3px;
    flex: 1;
  }
  .share-sns-column .sns-link_area > li:first-of-type{
    margin-left: 0;
  }
  .share-sns-column .sns-link_area > li a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  .share-sns-column .sns-link_area .facebook a{
    position: relative;
    padding: 13px 22px 13px 46px;
    background-color: #1877f2;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
  }
  .share-sns-column .sns-link_area .facebook a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 22px;;
    width: 24px;
    height: 24px;
    margin-top: -12px;
		background: #1877f2 url(../_common_img/com_sns_ic04.png);
    background-size: 24px;
  }
  .share-sns-column .sns-link_area .twitter a{
    position: relative;
    padding: 13px 22px 13px 46px;
    background-color: #1da1f3;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
  }
  .share-sns-column .sns-link_area .twitter a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 22px;;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: #1da1f2 url(../_common_img/com_sns_ic06.png);
    background-size: 24px;
  }
  .share-sns-column .sns-link_area .line{
    display: none;
  }

}

@media screen and (max-width: 767px) {
    /* ----- share-sns-column ----- */
	.share-sns-column{
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    height: 187px;
    padding-top: 47px;
  }
  .share-sns-column .share-sns-box{
    width: 100%;
    position: relative;
    border-top: solid 4px #ebebeb;
    border-bottom: solid 4px #ebebeb;
    padding: 21px 15px;
  }
  .share-sns-column .share-sns-box .heading_title{
    position: absolute;
    top: -15px;
    left: 50%;
    width: 165px;
    margin-left: -82px;
    padding: 0 18px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #ffffff;
  }
	
	.share-sns-column .share-sns-box .heading_title {
		font-size: 100%;
	}
	
  .share-sns-column .sns-link_area{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .share-sns-column .sns-link_area > li{
    margin-left: 3px;
    width: calc((100% - 6px) / 3);
    font-size: 1.3rem;
  }
  .share-sns-column .sns-link_area > li:first-of-type{
    margin-left: 0;
  }
  .share-sns-column .sns-link_area > li a{
    display: block;
    height: 50px;
    text-decoration: none;
  }
  .share-sns-column .sns-link_area .facebook a{
    position: relative;
    padding: 15px 9px 15px 25px;
    background-color: #1877f2;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
  }
  .share-sns-column .sns-link_area .facebook a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 9px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(../_common_img/com_sns_ic04.png) no-repeat;
    background-size: 16px;
  }
  .share-sns-column .sns-link_area .twitter a{
    position: relative;
    padding: 15px 9px 15px 25px;
    background-color: #1da1f3;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
  }
  .share-sns-column .sns-link_area .twitter a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 25px;
    height: 25px;
    margin-top: -13px;
    background: url(../_common_img/com_sns_ic06.png) no-repeat;
    background-size: 27px;
    background-position: -1px;
  }
  .share-sns-column .sns-link_area .line a{
    position: relative;
    padding: 12px 9px 9px 25px;
    background-color: #00b800;
    text-align: center;
    font-weight: bold;
    line-height: 1.1;
    color: #ffffff;
  }
  .share-sns-column .sns-link_area .line{
    display: inline-block !important;
  }
  .share-sns-column .sns-link_area .line a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 21px;
    height: 21px;
    margin-top: -11px;
    background: url(../_common_img/com_sns_ic05.png) no-repeat;
    background-size: 25px;
    background-position: -2px
  }
  .share-sns-column .sns-link_area .sns-text_inner{
    display: inline-block;
    text-align: left
  }
}


@media screen and (min-width: 767px) {

  /* ----- share-sns-column ----- */
  .share-sns-column{
    padding:88px 0 20px;
  }
  
  .share-sns-column .share-sns-box{
    width: 678px;
    position: relative;
    border: solid 4px #ebebeb;
    margin: 0 auto;
    padding: 20px;
  }
  .share-sns-column .share-sns-box .heading_title{
    position: absolute;
    top: -15px;
    left: 50%;
    min-width: 165px;
    margin-left: -82px;
    padding: 0 18px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #ffffff;
  }
  .share-sns-column .sns-link_area{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .share-sns-column .sns-link_area > li{
    margin-left: 3px;
    flex: 1;
  }
  .share-sns-column .sns-link_area > li:first-of-type{
    margin-left: 0;
  }
  .share-sns-column .sns-link_area > li a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  .share-sns-column .sns-link_area .facebook a{
    position: relative;
    padding: 13px 22px 13px 46px;
    background-color: #1877f2;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
  }
  .share-sns-column .sns-link_area .facebook a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 22px;;
    width: 24px;
    height: 24px;
    margin-top: -12px;
		background: #1877f2 url(../_common_img/com_sns_ic04.png);
    background-size: 24px;
  }
  .share-sns-column .sns-link_area .twitter a{
    position: relative;
    padding: 13px 22px 13px 46px;
    background-color: #1da1f3;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
  }
  .share-sns-column .sns-link_area .twitter a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 22px;;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: #1da1f2 url(../_common_img/com_sns_ic06.png);
    background-size: 24px;
  }
  .share-sns-column .sns-link_area .line{
    display: none;
  }

}

@media screen and (max-width: 767px) {
    /* ----- share-sns-column ----- */
	.share-sns-column{
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    height: 187px;
    padding-top: 47px;
  }
  .share-sns-column .share-sns-box{
    width: 100%;
    position: relative;
    border-top: solid 4px #ebebeb;
    border-bottom: solid 4px #ebebeb;
    padding: 21px 15px;
  }
  .share-sns-column .share-sns-box .heading_title{
    position: absolute;
    top: -15px;
    left: 50%;
    width: 165px;
    margin-left: -82px;
    padding: 0 18px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #ffffff;
  }
	
	.share-sns-column .share-sns-box .heading_title {
		font-size: 100%;
	}
	
  .share-sns-column .sns-link_area{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .share-sns-column .sns-link_area > li{
    margin-left: 3px;
    width: calc((100% - 6px) / 3);
    font-size: 1.3rem;
  }
  .share-sns-column .sns-link_area > li:first-of-type{
    margin-left: 0;
  }
  .share-sns-column .sns-link_area > li a{
    display: block;
    height: 50px;
    text-decoration: none;
  }
  .share-sns-column .sns-link_area .facebook a{
    position: relative;
    padding: 15px 9px 15px 25px;
    background-color: #1877f2;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
  }
  .share-sns-column .sns-link_area .facebook a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 9px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(../_common_img/com_sns_ic04.png) no-repeat;
    background-size: 16px;
  }
  .share-sns-column .sns-link_area .twitter a{
    position: relative;
    padding: 15px 9px 15px 25px;
    background-color: #1da1f3;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
  }
  .share-sns-column .sns-link_area .twitter a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 25px;
    height: 25px;
    margin-top: -13px;
    background: url(../_common_img/com_sns_ic06.png) no-repeat;
    background-size: 27px;
    background-position: -1px;
  }
  .share-sns-column .sns-link_area .line a{
    position: relative;
    padding: 12px 9px 9px 25px;
    background-color: #00b800;
    text-align: center;
    font-weight: bold;
    line-height: 1.1;
    color: #ffffff;
  }
  .share-sns-column .sns-link_area .line{
    display: inline-block !important;
  }
  .share-sns-column .sns-link_area .line a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 21px;
    height: 21px;
    margin-top: -11px;
    background: url(../_common_img/com_sns_ic05.png) no-repeat;
    background-size: 25px;
    background-position: -2px
  }
  .share-sns-column .sns-link_area .sns-text_inner{
    display: inline-block;
    text-align: left
  }
}

.FooterBody .footer-copyright {
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.footer_column > .col_item .footer_link li {
		font-size: 14px;
	}

  .FooterBody .footer-copyright {
    font-size: 14px;
  }
}


/* バナーエリア */
#index .ad{
  /*background-color: #C1AF45;*/
  padding: 50px 0 20px;
}
#index .ad a img:hover{
  opacity: 0.5;
  transition: 0.6s;
}

#index .ad .row{
  margin-left: 0;
  margin-right: 0;
}

#index .ad ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#index .ad li.col-sm-6{
  float: none;
}

@media screen and (max-width: 767px) {
  #index .ad{
    padding-top: 30px;
  }

  #index .ad li {
    margin-bottom: 20px;
  }
  
  #index .ad li:last-child {
    margin-bottom: 0;
  }

}
