@charset "UTF-8";

/* link
***************************************************************************/
a {
  color: #333;
  text-decoration: none;
  
}
a:hover {
  color: #E70012;
}


.box a.shadow:hover {
  color: #333;
  text-decoration: none;
}

/****
slider
***************************************************************************/
.slider {
  position: relative;
}
.slider .slides {
  overflow: hidden;
  padding: 0;
}
.slider .slides li {
  list-style: none;
}
.slider .flex-control-nav {
  line-height: 1;
}
.slider .slides li a img {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.slider .slides li a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.moreView {
    background: url("/img/fppc/blank.gif") repeat-x scroll 0 50% rgba(0, 0, 0, 0);
    margin: 6px auto 10px;
    padding: 0 40%;
    width: 6em;
}

.interview_link {
    background: rgba(255, 165, 51, 0.7) url("/img/fppc/interview_link.png") no-repeat scroll 2px center / 15px auto !important;
    color: #fff;
    float:right;
    font-size: 11px;
    padding: 8px 0px 8px 0px;
    width: 100%;
}
.interview_link:hover {
    color: #fff;
}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}

/* Browser Resets */
.flexslider a {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;}
.flexslider .slides  li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider-container {position: relative;}

/* Caption style */
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;} /* set negative margin-top equal to half the height on the directional-nav for perfect vertical centering */
.flex-direction-nav li a.next {background-position: -52px 0; right: -25px;}
.flex-direction-nav li a.prev {background-position: 0 0; left: -17px;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 0px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(../images/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}



/****
box
***************************************************************************/
.box {
  font-size: 12px;
  line-height: 1.61;
}

.box:hover {
  /*
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888;
  -moz-transform: scale(1.03,1.03);
  -webkit-transform: scale(1.03,1.03);
  transform: scale(1.03,1.03);
  */
}

.addShadow{
  -webkit-box-shadow: 0px 0px 3px 3px #a3a3a3;
  -moz-box-shadow: 0px 0px 3px 3px #a3a3a3;
  box-shadow: 0px 0px 5px #888;
}


/****
colmun
***************************************************************************/
.col1 { width: 170px; }
.col1b { width: 190px; margin: 5px; padding: 0px;}
.col2 { width: 370px; }
.col3 { width: 570px; }
.col4 { width: 770px; }
.col1 img, .col1b img, .col2 img, .col3 img {
  display: block;
  max-width: 100%;
  height: auto;
}
.dxfs img {
        display: inline;
}
.col1 .inline, .col2 .inline, .col3 .inline {
  display: inline;
}
.col1 .blogImg{
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.blogImg i.fa.fa-play {
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 10px;
    width: 22px;
    height: 22px;
    background: rgb(0 0 0 / 75%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-indent: 2px;
    z-index:1;
}
.blogImg img{
max-width:150px;
}

/****
Transitions
***************************************************************************/

.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.transitions-enabled.masonry  .masonry-brick {
  -webkit-transition-property: left, right, top;
  -moz-transition-property: left, right, top;
  -o-transition-property: left, right, top;
  transition-property: left, right, top;
}


/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

h2.img1{min-height: 20px; margin: 0px; overflow: hidden; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; text-indent: -9999px; line-height: 1;}
h2.img2{min-height: 18px; margin: 0 0 5px 0; overflow: hidden; text-indent: -9999px; line-height: 1;}
h2.imgAll{text-align:center;margin: 0px; padding: 0px; font-size: 0px; line-height: 1;}
h2.imgAll img{display:inline;text-align:center;margin: 0px; padding: 0px; font-size: 0px; line-height: 1;}

div.imgAll img{display:inline;text-align:center;margin: 0px; padding: 0px; font-size: 0px; line-height: 1;}
div.imgAll {text-align: center; margin: 0px; padding: 0px; font-size: 0px; line-height: 1;}
div.imgAll {color: #F69; border-radius: 20px; position: relative;}


/*休館日と無料公開デー*/
div#closeInfo dl dt{float: left; width: 110px; height: 20px; margin: 0 10px 0 0;  border-radius: 20px 20px 20px 20px; background: #ECECEC url("../images/title_closeinfo.gif") 10px 0 no-repeat; font-size: 0px; line-height: 1; text-indent: -9999px;}
div#freeAdmission dl dt{float: left; width: 110px; height: 20px; margin: 0 10px 0 0; border-radius: 20px 20px 20px 20px; background: #ECECEC url("../images/title_freeadmission.gif") 10px 0 no-repeat; font-size: 0px; line-height: 1; text-indent: -9999px;}
div#closeInfo dl dd,
div#freeAdmission dl dd{margin-left: 120px; font-size: 1.2em;}
div#freeAdmission dl dd a{color: #e60012; text-decoration: underline;}



dl.whatsnewTxt{
  /* min-height: 81px;*/
  margin: 0 0 -0.6em 0;
  padding: 0 10px 0 10px;
  line-height: 22px;
  font-size: 13px;
}
div#catchtxt a{color: #6699FF;}
div#catchtxt a:hover {text-decoration:underline;}
dl.whatsnewTxt dt{float: left; margin: 0 0 0 0; padding: 0.6em 0 0 0; font-weight: bold; font-size: 1.2em; color:#666;}
dl.whatsnewTxt dd{margin: 0 0 0 0; padding: 0.6em 0 0.6em 7em; border-top: 1px dotted #e2e2e2; font-size: 1.2em;}
dl.whatsnewTxt dd:nth-child(2) {border-top: none;}
dl.whatsnewTxt ul{margin: 0; padding: 0px; }
dl.whatsnewTxt li{margin: 0 0 0.5em 0; padding: 0px; }
dl.whatsnewTxt li:last-child{margin: 0; }
dl.whatsnewTxt li img{display:inline; vertical-align:middle;}
dl.whatsnewTxt a:hover {text-decoration:underline;}

h2.guidance{margin: 0 0 10px 0; }

h3{margin: 6px 0 0 0; font-size: 1em; line-height: 1.3;}
p.addTxt01{margin: 8px 0 0 0; font-size: 1em; line-height: 1.5;}
p.addTxt01 a{color: #6699FF;}
p.addTxt01 a:hover {text-decoration:underline;}
p.addTxt02{margin: 5px 0 0 80px; font-weight: bold; line-height: 1.5;}
p.addTxt02 small{font-weight: normal; font-size: 0.9em;}
p.addTxtS01{margin: 8px 0 0 93px; font-size: 0.9em; line-height: 1.25;}
p.addTxtS02{margin: 8px 0 0 70px; font-size: 0.9em; line-height: 1.25;}

.namiIcon{display: block; float: left; margin: 1px 5px 0 0;}

.box img.subImg{margin: 5px 0 0 0;}
.box img.eventA{float: left;}
.box img.eventB{float: right; margin: -5px 0 0 5px;}
.box img.mobileA{float: left; margin: 0 10px 0 0;}

div.exBox{width: 370px; overflow: hidden;}
div.exBox .box{float: none !important;}

a.shadow:before, a.shadow:after { content: ""; display: inline; padding:0; margin:0; }
a.shadow:after { clear: both; }
a.shadow { zoom: 1; }
a.shadow img { cursor:pointer;}

img.asideImg{float: left; margin: 0 10px 0 0;}

div#pamphlet{padding-bottom: 0px;}

.mblink {
  padding-top: 10px;
  font-size: 0.95em;
}
.caption {
  font-size: 0.8em;
}


/*画像プロテクトのための処理*/
h1{position: relative;}
ul.slides{position: relative;}
h2{position: relative; font-size: 15px; color: #F69; line-height: 18px;}
h3{position: relative; font-size: 14px; background: #efefef; color: #F69; line-height: 18px; padding: 2px 5px; margin: 0 0 6px 0;webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;}

h2 {
  position: relative;
  font-size: 14px;
  background: #efefef;
  color: #F69;
  line-height: 18px;
  padding: 2px 5px;
  margin: 0 0 6px 0;
  webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
h2.contenstitle {
  /* background-color: #FFB6C1;
  color: #FFFFFF; */
}
h2.h2_title {
  background: initial;
  color: #F69;
}

p{position: relative;}
.box{position: relative;}
img.protecter{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; }

/* -----↓dataBlock----- */
#dataBlock{
}
#dataBlock h3{
  margin-bottom:10px;
}
#dataBlock .tableinfo{
  border-left:1px solid #E1D6C2;
  border-right:1px solid #E1D6C2;
}
#dataBlock table{
  width:100%;
  background-color:#E1D6C2;
  border-collapse:separate;
  border-spacing:0px 1px;
  table-layout: fixed;
  display:table;
}
#dataBlock table tr{
}
#dataBlock table tr th{
  width:25%;
  background-color:#ECE8DC;
  border:1px solid #fff;
  text-align:left;
  font-weight:bold;
  padding:4px 0px;
}
#dataBlock table tr.sns th{
  vertical-align: top;
}
#dataBlock table tr td{
  width:75%;
  padding:4px 0px;
  background-color:#fff;
  word-break: break-all;
}
#dataBlock table tr th div,
#dataBlock table tr td div{
  padding-left:9px;
}
#dataBlock table tr td a{
  color: #6699FF;
}
ul.inquiryList {
  padding: 0;
}
#dataBlock table tr.sns td div {
  height: 40px;
}
#dataBlock table .treatment td span{
  background: #FF6600;
  color:#FFF;
  border-radius:3px;
  padding:0px 3px 0px 3px;
/* ↓ 店ページ新業種・業態対応 2016/08/18 */
/*  margin-right:5px; */
  margin-right: 3px;
  border: 1px solid #f30;
/* ↑ 店ページ新業種・業態対応 2016/08/18 */
  font-size:11px;
}
/* ↓ 店ページ新業種・業態対応 2016/08/18 */
#dataBlock table .treatment td span.off{
  border: 1px solid #AAA;
  background: #FFF;
  color: #AAA;
}
#dataBlock table .treatment td .inquiryList li{
  margin: 1px 0;
}
/* ↑ 店ページ新業種・業態対応 2016/08/18 */
#dataBlock #sns-info-open-oubo .telicn {
  position: relative;
  height: 40px;
  width: auto;
}
#dataBlock .sns-link-open .telicn {
  position: relative;
  height: 40px;
  width: auto;
}
/* ↓2019/03/14 */
#dataBlock .lcdata {
    margin: 10px 0px 0px 0px;
    border: 2px solid #ffe5f2;
    border-collapse: collapse;
    display: table;
}
#dataBlock .lcdata th {
    background-color: #ffe5f2;
    text-align: left;
    padding: 3px 13px 5px;
    font-size: inherit;
}
#dataBlock .lcdata td {
    padding: 7px 13px 5px;
}
#dataBlock .lcdata th i {
    position: relative;
    top: 2px;
    font-size: 20px;
    color: #d7231e;
}
#dataBlock .lcdata th span {
    margin-left: 10px;
    color: #b11856;
    font-weight: bold;
}
/* ↑2019/03/14 */
img.telicn {
  display: inline;
}

/* ↓ 体験入店オプション追加 2017/08/02  */
#tainyuBlock{
}
#tainyuBlock .tainyuImg{
    text-align: center;
    margin-bottom: 5px;
    padding: 0 10px;
}
#tainyuBlock .tainyuImg:last-child{
    margin-bottom: 0;
}
#tainyuBlock .tainyuImg img{
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
#tainyuBlock .tainyuContents{
    padding: 0 10px;
}
#tainyuBlock .tainyuContents h3{
    color: #ffffff;
    background:#ff6699 none no-repeat scroll 7px center;
    font-size: 14px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    padding-left: 15px;
    border-radius: 0;
    margin: 0;
}
#tainyuBlock .tainyuContents .tainyuKyuyoBox{
    padding: 10px 11px;
    margin-bottom: 12px;
    -moz-box-shadow: 0 1px 2px 0 rgba(231, 193, 201, 0.5);
    -webkit-box-shadow: 0 1px 2px 0 rgba(231, 193, 201, 0.5);
    box-shadow: 0 1px 2px 0 rgba(231, 193, 201, 0.5);
}
#tainyuBlock .tainyuContents div:last-child{
    margin-bottom: 0;
}
#tainyuBlock .tainyuInfo{
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #f69;
    border-left: 1px solid #f69;
    margin-bottom: 12px;
    /* ↓2022/05/24 */
    height: 100%;
    /* ↑2022/05/24 */
}
#tainyuBlock .tainyuInfo th{
    width: 120px;
    border-right: 1px solid #ff6699;
    border-bottom: 1px solid #ff6699;
    padding: 1px;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    /* ↓2022/05/24 */
    padding: 0;
    height: 100%;
    background: #f69;
    box-sizing: border-box;
    /* ↑2022/05/24 */
}
#tainyuBlock .tainyuInfo th span{
    height: 28px;
    width: 100%;
    display: block;
    color: #ffffff;
    background: #ff6699 none repeat scroll 0 0;
    line-height: 28px;
    font-weight: bold;
    /* ↓2022/05/24 */
    height: 100%;
    min-height: 28px;
    border: 1px solid #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    /* ↑2022/05/24 */
}
/* ↓2022/05/24 */
#tainyuBlock .tainyuInfo .caution_text {
    display: none;
    line-height: 12px;
    color: #000;
    font-size: 10px;
    font-weight: normal;
}
@media only screen and (max-width:540px) {
    #tainyuBlock .tainyuInfo .caution_text {
        display: inline-block;
    }
}
#tainyuBlock .tainyuInfo td.hosoku {
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 16px;
}
/* ↑2022/05/24 */
#tainyuBlock .tainyuInfo td{
    border-right: 1px solid #ff6699;
    border-bottom: 1px solid #ff6699;
    font-size: 12px;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
}
#tainyuBlock .tainyuInfo .salary{
}
#tainyuBlock .tainyuInfo td span{
    color: #ff6699;
    font-weight: bold;
}
#tainyuBlock .guarantee span{
}
#tainyuBlock .tainyuInfo:last-child {
    margin-bottom: 0;
}
#tainyuBlock .exsampleHeader{
    width: 101%;
}
#tainyuBlock .exampleTitle{
    background: #66aaff none repeat scroll 0 0;
    border: 1px solid #66aaff;
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 0 2px;
    text-align: center;
    width: 55px;
    height: 16px;
    line-height: 10px;
    border-radius: 3px 3px 0 0;
    box-sizing: border-box;
}
#tainyuBlock .exampleBody{
    background: #cfdfff none repeat scroll 0 0;
    clear: left;
    padding: 3px 4px;
    margin-left: 0;
}
#tainyuBlock .tainyuSalaryInfo{
    width: 100%;
    border-top: 1px solid #66aaff;
    border-left: 1px solid #66aaff;
    border-collapse: separate;
    border-spacing: 0;
}
#tainyuBlock .tainyuSalaryInfo th{
    width: 116px;
    padding: 1px;
    background: #fff;
    border-right: 1px solid #66aaff;
    border-bottom: 1px solid #66aaff;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
}
#tainyuBlock .tainyuSalaryInfo td{
    background: #fff;
    border-bottom: 1px solid #66aaff;
    border-right: 1px solid #66aaff;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
}
#tainyuBlock .tainyuSalaryInfo th span {
    height: 28px;
    width: 100%;
    display: block;
    color: #ffffff;
    background: #66aaff none repeat scroll 0 0;
    line-height: 28px;
    font-weight: bold
}
#tainyuBlock .tainyuSalaryInfo td span {
    display: block;
    line-height: 28px;
}
@media only screen and (max-width : 350px) {
    #tainyuBlock .tainyuKyuyoBox .tainyuInfo th{
        width: 95px;
    }
    #tainyuBlock .tainyuKyuyoBox .tainyuInfo th span{
        font-size: 11px;
    }
    #tainyuBlock .tainyuKyuyoBox .tainyuInfo td {
        padding-left: 2px;
        font-size: 11px;
    }
    #tainyuBlock .tainyuKyuyoBox .tainyuSalaryInfo td{
        padding-left: 2px;
    }
    #tainyuBlock .tainyuKyuyoBox .tainyuSalaryInfo td span{
        font-size: 11px;
    }
    #tainyuBlock .tainyuKyuyoBox .tainyuSalaryInfo th{
        width: 91px;
    }
    #tainyuBlock .tainyuKyuyoBox .tainyuSalaryInfo th span{
        font-size: 11px;
    }
    #tainyuBlock .tainyuKyuyoBoxNarrow .tainyuSalaryInfo td span{
        width: 68px;
        font-size: 11px;
    }
}
#tainyuBlock .tainyuItem{
    margin-top:5px;
    moz-box-shadow: 0 1px 2px 0 rgba(231, 193, 201, 0.5);
    -webkit-box-shadow: 0 1px 2px 0 rgba(231, 193, 201, 0.5);
    box-shadow: 0 1px 2px 0 rgba(231, 193, 201, 0.5);
}
#tainyuBlock .tainyuItem h3{
    background: #FF4444 none no-repeat scroll 7px center;
}
#tainyuBlock .tainyuItem .tainyuItemInfoDetail{
    padding: 6px 8px;
}
#tainyuBlock .tainyuItem .tainyuItemInfoDetail .tainyuItemInfoDetailInner{
    font-size: 12px;
    padding: 4px;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 1.25;
}
/* ↑ 体験入店オプション追加 2017/08/02  */
/* ↓2023/01/31 */
#qaBase {
    padding: 0 10px;
}
#qaList {
    height: 0;
    overflow: hidden;
}
#qaBase .qa_item {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #FF9FC3;
}
#qaBase .qa_item:first-child {
    margin-top: 0;
}
#qaList .qa_item:first-child {
    margin-top: 10px;
}
#qaBase .qa_item.border_none {
    border-bottom: none;
}
#qaBase #qaList .qa_item.border_none {
    border-bottom: none;
}
#qaBase .q_text,
#qaBase .a_text {
    position: relative;
    margin-top: 0;
    padding: 2px 0 0 30px;
    min-height: 25px;
    line-height: 20px;
    font-size: 12px;
    box-sizing: border-box;
}
.q_text{
    font-weight: bold;
    vertical-align: baseline;
}
#qaBase .a_text {
    margin-top: 7px;
}
#qaBase .icon_q, 
#qaBase .icon_a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    background-color: #000000;
}
#qaBase .icon_a {
    background-color: #FF7CAD;
}
#qaMoreText .moreView {
    margin: 6px auto 4px;
}
#qaMoreText #qaAbtn {
    font-size: 13px;
    cursor: pointer;
}
/* ↑2023/01/31 */
/* -----↑dataBlock----- */
ul.bloglist{
  margin: 0;
  padding: 0;
}
ul.bloglist li {
  list-style: none;
  border-bottom: 1px solid #CCC;
  clear: both;
//	display: block;
  overflow:hidden;
  margin-top: 5px;
}
ul.bloglist li a{
  color: #6699FF;
  display: block;
}
ul.bloglist li .time{
  color: #333;
}
.blogManagerList p.moreLink{
  text-align: right;
  margin-top: 5px;
}
.blogManagerList p.moreLink a{
  color: #6699FF;
}
div.diaryimg {
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-right: 5px;
  margin-bottom: 5px;
  position:relative;
}
div.diaryimg i.fa.fa-play {
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 10px;
    width: 22px;
    height: 22px;
    background: rgb(0 0 0 / 75%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-indent: 2px;
    z-index:1;
}
div.diaryimg img{
  width: 70px;
}
a.shopbtn img{
  margin: 4px 0;
}
.inquiryList li{
    float:left;
    line-height:20px;
}
.sub_w{
    display:block;
}
.sub_s{
    display:none;
}
.cgirl a:hover {
    color:#333;
}
/* screens smaller than 540
***************************************************************************/
@media only screen and (max-width:540px) {


#gNav {
  margin-bottom: 5px;
}
.slider .slides {
}
.col1 { width: 100%; }
.col2 { width: 100%; }
.col3 { width: 100%; }
.col4 { width: 100%; }

.sp_2col{
  content: "";
  clear: both;
}

.sp_2col .box {
  width: 48.5%;
  float:left;
}
.sp_2col .box:nth-child(2n) {
  float:right;
}

img.boxMainImg{
  float: left;
  width: 48%;
  margin-right: 3%;
}
.box img.subImg{
  margin:0;
  width:48%;
}
#dataBlock table{
  display:block;
}
#dataBlock table tr th{
  background-color:#ECE8DC;
  border:1px solid #fff;
  text-align:left;
  font-weight:bold;
  padding:4px 0px;
  font-size: 10px;
}
div#qrcode{display: none !important;}

dl.whatsnewTxt dt{
  float: none;
  padding: 1em 0 0 0;
}
dl.whatsnewTxt dd{
  padding-left: 1em;
}
div.groupimg {
  float: left;
  width: 120px;
  height: 90px;
  overflow: hidden;
  margin-right: 5px;
  margin-bottom: 5px;
}
div.groupimg img{
  width: 120px;
}
.sub_w{
    display:none;
}
.sub_s{
    display:block;
}
}
/* /screens smaller than 540 */


/* screens smaller than 320
***************************************************************************/
@media only screen and (max-width:320px) {
.slider .slides {
}
  img.boxMainImg{float: left;}
  div#qrcode{display: none !important;}
  
  /*休館日と無料公開デー*/
  div#closeInfo dl dt,
  div#freeAdmission dl dt{float: none; width: 100%; margin: 0 0 0 0;}
  div#closeInfo dl dd,
  div#freeAdmission dl dd{margin: 5px 0 0 10px;}
  div.groupimg {
  float: left;
  width: 120px;
  height: 90px;
  overflow: hidden;
  margin-right: 5px;
  margin-bottom: 5px;
}
div.groupimg img{
  width: 120px;
}
.col1 .blogImg {
    width:120px;
    height:120px;
}
}
/* /screens smaller than 320 */

/* 20160630 店舗ページ パンくずリスト改修 start */
#topicpath {
    margin: 5px auto;
    background-color: white;
    padding-left: 5px;
    border-radius: 5px;
}
#topicpath ul {
    padding-left: 0;
}
#topicpath ul:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#topicpath ul li {
  padding-right: 0.5em;
  font-size: 11px;
  float: left;
  color: #333333;
}

#topicpath ul li a {
  margin-right: 0.5em;
  text-decoration: none;
  color: #833A19;
}

#topicpath ul li.lion span {
    font-weight: bold;
}
/* 20160630 店舗ページ パンくずリスト改修 end */
/* ↓ お店トップ全国ムックフッターバナー */
.shoptopheaderbanner-pc {
    position: relative;
    height: 100px;
}
.shoptopfooterbanner-pc {
  position: relative;
  height: 100px;
}
.shoptopheaderbanner-pc map {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
}
#shoptopleftsplit {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
}
#shoptoprightsplit {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
}
#shoptopleftsplit:hover,
#shoptoprightsplit:hover {
    opacity: .2;
    background-color: #fff;
}
@-moz-document url-prefix() {
  .shoptopheaderbanner-pc map {
        z-index: -1;
    }
}
@media only screen and (max-width:540px) {
    .wrap-adm-mook {
        display: none;
    }
    .wrap-adm-mook-sp {
        display: block !important;
    }
        .floatBanner {
            display: inline-block;
        }
        .float-bnr.js-floatBnr {
            display: inline-block;
        }
}

/* ↑ お店トップ全国ムックフッターバナー */
