@charset "UTF-8";
/*
Template:groupdandy
Theme Name:groupdandy
Author:Sho Nakagawara
Version:1.0
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
body {
    line-height:1;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
nav ul {
    list-style:none;
}
 
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

a {
  cursor: pointer;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    display: block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.15s ease;
}

a:visited {
    color: #333333;
    text-decoration: none;
}
a:link {
    color: #333333;
    text-decoration: none;
}
a:hover{
  opacity: 0.7;
  cursor: pointer;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
input, select {
    vertical-align:middle;
}

li{
  list-style-type: none;
}


/* ここから共通 */
body{
    color: #333333;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}

span.allView {
    text-align: right;
    font-size: 12px;
    margin-right: 20px;
    margin-top: 4px;
    float: right;
    color: white;
}
.alllink{
    position: relative;
}

.linkarea a{
    position: absolute;
    display: block;
    left: 0;
    top:0;
    height: 100%;
    width:100%;
    text-align: left;
    text-indent: -1500px;
    filter:alpha(opacity=0);
}
.alllink:hover{
    opacity: 0.7;
}
/* ここからメイン */
header{
    width:100%;
    background: white;  
}
h1.logo{
    text-align: center;
}

h1.logo img{
    margin: 10px 0 13px 0;
}

#mainNavi{
    width:100%;
    background-color: #242424;
    border-top: #909090 1px solid;
    border-bottom: #909090 1px solid;
}

/*#mainNavi ul{
    margin: 0 auto;
    width: 1100px;
    height: 46px;
    display: flex;
    justify-content:space-between;
} */ 

#mainNavi li{
    float: left;
    padding: 12px 16px;
    font-size: 12px;
    text-align: center;
    
}

#mainNavi a {
    color: #474747;
}
    
#mainNavi span{
    font-size: 10px;
    color:#aaaaaa;
    font-size: 10px;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin:0 0;
}


#topic-path {
    width: 1100px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11px;
}

#topic-path a {
    display: inline;
}

#common{
    width: 1100px;
    margin: 0 auto;
}

/*ここからショップメイン*/
#shopSingle{
    width:1102px;
    margin: 95px auto;
}

#shopVisual{
    margin: 20px 0 25px 0;
}

#visualLeft{
    width: 220px;
    height: 494px;
    border: 1px solid #000;
    box-sizing: border-box;
}

#visualLeft img{
    display: block;
    margin: 180px auto 0 auto;

}

#viualRight{
    width: 877px;
    height: 494px;
}

.left{
    float: left;
}
.right{
    float: right;
}
#shopMenu ul{
    width: 800px;
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    border-bottom: 3px solid #000;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#shopMenu .selected {
    background-color: #000;
    color: white;
}

#shopMenu li.selected:after {
    display: block;
    border-top: 10px solid black;
}

#shopMenu li:after {
    content: '';
    display: none;
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #ccc;
}
.selected a {
    color: white;
}

#shopMenu li {
    position: relative;
    display: table-cell;
    width: 11.2%;
    font-size: 13px;
    text-align: center;
    border-right: 1px solid #ccc;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 1.2em;
}

#shopMenu li:hover {
    background: #000;
    color: white;
}

#shopMenu li a{
    padding:13px 0;
}

#shopMenu a:hover{
    color: white;
}

#subVisual{
    margin-top: 20px;
    width: 800px;
}

#shopSingle h2 {
    width: 100%;
    height: inherit;
    font-size: 18px;
    font-family: Helvetica, "sans-serif";
    font-weight: normal;
    color: white;
    /* padding-left: 30px; */
    background-color: #000000;
    padding: 10px 0;
    text-align: center;
    margin:20px 0;
}

#rankingTOP h2{
    width: 785px;
    text-align: left;
    padding-left: 15px;
}

#topics{
    width: 800px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.topicsLeft{
    /* margin-left: 11px; */
    margin: 0 auto 20px auto;
    /* border: 1px solid #ccc; */
}

article.shopTopics{
    width: 185px;
    margin: 0 0 0 8px;
    border: 1px solid #ccc;
    float: left;
}

.thumWrapBig img{
    width:100%;
}

.topicsLeft dl{
    margin-top: 5px;
}

dt.big {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    border: 1px #ccc solid;
    float: left;
    margin-bottom: 15px;
    margin-right: 10px;
    margin-left: 10px;
}

.big span {
    position: relative;
    top: 50%;
    display: block;
    font-size: 10px;
    transform: translateY(-50%);
}

.title time{
    font-size: 12px;
}

dd.artDesc {
    width: 175px;
    font-size: 10px;
    margin-bottom: 12px;
    margin-top: -16px;
    height: 31px;
    float: left;
    padding: 0px 5px 5px 5px;
    letter-spacing: 0.08em;
    line-height: 1.2em;
    overflow: hidden;
}

dt.small {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    border: 1px #ccc solid;
    float: left;
    margin-bottom: 15px;
    transform: scale(0.7);
    position: relative;
    top: -8px;
}

.small span {
    position: relative;
    top: 50%;
    display: block;
    font-size: 10px;
    transform: translateY(-50%);
}


.topicsRight{
    width: 710px;
}

.thumWrap.left {
    width: 168px;
}

.thumWrap img {
    width: 100%;
}

.topicsRight.right article {
    float: left;
    margin-right: 10px;
    margin-bottom: 31px;
    width:345px;
}

.topicsRight time{
    display: block;
    margin-top: 14px;
}

dl.right h4 {
    position: relative;
    top: -21px;
    left: 8px;
    font-size: 14px;
    line-height: 1.4em;
}

.topicsRight dd.artDesc {
    font-size: 12px;
    margin-left: 6px;
    position: relative;
    top: -9px;
    color: #666666;
}

dl.right {
    width: 174px;
    overflow: hidden;
}

p.moreInfoShop {
    text-align: center;
    background: #efefef;
    font-size: 12px;
    border-top: 1px solid #ccc;
}

p.moreInfoShop a {
    padding: 10px 0;
}

#topBlog{
    float: left;
    width: 800px;
    border: 1px solid #ccc;
    margin-top: 15px;
}

#ameblo li{
    width: 241px;
    float: left;
    margin: 0 10px 10px 10px;
    border: 1px solid #ccc;
}

.blogThum{
    width: 35%;
    height: 50px;
    margin: 10px 0 0 7px;
    float: left;
}
/* ameblo img */
.blogThum span {
    /*border: 1px solid #ccc;
    border-radius: 50%;*/
    display: inline-block;
    height: 68px;
    overflow: hidden;
    width: 68px;
}

.blogThum img{
    width: 100%;
    height:auto;
}
/* ameblo img end */
.blogDesc{
    float: left;
    width: 55%;
    /* padding-left: 0; */
}

.blogName {
    margin-top: 15px;
    font-size: 12px;
    font-weight: bold;
}
.blogTitle{
        height: 26px;
    overflow: hidden;
    /* padding: 0px 0 20px 0; */
    line-height: 1.2em;
    margin-bottom: 16px;
    margin-top: 5px;
    font-size: 11px;
}

#eventWrapper{
    width: 370px;
    height: 361px;
    float: right;
    padding: 6px 0;
    margin: 16px auto;
    background: #333;
    display: none;
}

.eventInner{
    position: relative;
    margin: 20px 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    height: 318px;
}

.eveInnerL{
    float: left;
    width: 46%;
    margin: 25px 0px 20px 4px;
}

p.eveNameEng{
    color: white;
    margin-bottom: -3px;
    font-size: 28px;
    font-weight: bold;
}
time.event{
        color: white;
    font-size: 10px;
}

p.eveNameJp{
    color: white;
    font-size: 11px;
}

p.eveDetBtn{
    position: absolute;
    padding: 12px;
    font-size: 12px;
    text-align: right;
    background: #ffffff;
    margin: 19px 0 2px 0;
    bottom: 72px;
    width: 37%;
}

p.eveAllBtn{
    position: absolute;
    padding: 12px;
    font-size: 12px;
    text-align: right;
    background: #d42828;
    color: white;
    margin: 5px 0 0 0;
    bottom: 30px;
    width: 37%;
}

div.eveInnerR{
    margin: 28px 5px 20px 5px;
    width: 155px;
    height: 206px;
    overflow: hidden;
    float: right;
}

.eveInnerR img{
    width: 100%;
}

h3#eventBox{
    color: white;
    text-align: center;
    font-size: 25px;
    font-family: serif;
    margin-top: 30px;
}

#shopSingle h2.ranking {
    text-align: left;
    padding-left: 20px;
}


#RecBanner{
    margin-bottom: 10px;
}

#MainV{
    float: left;
    width: 800px;
}

#MainV img{
    width:100%;
}

#mainCont{
    width: 1150px;
    margin: 0 auto;
}

#mainCont aside{
    margin-top: 21px;
    float: right;
}

#mainCont aside li{
    /* margin-bottom: 16px; */
}

#mainCont main{
    float: left;
    width: 800px;
    margin-top: 30px;
}

h2{
    width: 770px;
    height: 39px;
    font-size: 24px;
    font-family: Helvetica, "sans-serif";
    font-weight: bold;
    color: white;
    padding-left: 30px;
    background-color: #000000;
    padding-top: 15px;
}

h2 span{
    font-size: 14px;
    font-weight: normal;
}

/* ここからランキング */

#rankType{
    width: 800px;
    margin-top: 30px;
    box-sizing: border-box;
}

#rankType li {
    float: left;
    font-size: 12px;
    border: 1px solid #cccccc;
    padding: 8px;
    margin-right: 12px;
}

#rankType li a{
     padding: 7px 22px;
}

#timeType  {
    width: 800px;
    margin-top: 15px;
    box-sizing: border-box; 
}

#timeType ul.year{
    border-bottom: 1px solid #ccc;
}

#timeType ul.month{
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
}

#timeType li {
    float: left;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-bottom: none;
    margin-right: 10px;
}

li.opacity {
    opacity: 0.5;
}

#timeType li a{
     padding: 7px 16px;
}
#rankWrap .rankDetail {
    margin-bottom: 20px;
    float: left;
    width: 144px;
}

#rankWrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
        width: 800px;
}

.rankImage {
    width: 142px;
    height: 199px;
    overflow: hidden;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}

#rankWrap .rankImage img{
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

#rankWrap .rankNum{
    text-align: center;
    padding: 5px 0;
    border:1px solid #cccccc;
    border-bottom: none;
}

#rankWrap .shopName{
    font-size: 14px;
    margin: 5px 0;
}

#rankWrap .hostName{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#rankWrap .hostStaus{
    font-size: 11px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#rankWrap .hostKana{
    font-size: 10px;
}

#rankWrap .rank{
    padding: 12px 0 6px 0px;
    text-align: center;
    border: 1px solid #cccccc;
}

li.pointed {
    background: #3c3c3c;
}

li.pointed2{
    background: #b50303;
}

li.pointed a {
    color: white;
}

li.pointed2 a {
    color: white;
}

.choice li:hover{
    background: #3c3c3c;
}

.choice li:hover a{
    color: white;
}

.choice2 li:hover{
    background: #b50303;
}

.choice2 li:hover a{
    color: white;
}



/* ここからぐトピックス一覧 */

#topicType{
    width:800px;
    margin-top: 15px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}

#topicType ul{
    padding: 20px 30px;
}

#topicType li {
    float: left;
    font-size: 12px;
    border: 1px solid #cccccc;
    margin-right: 12px;
}

#topicType li a{
     padding: 5px 10px;
}

#shopType  {
    width:800px;
    margin-top: 15px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    
}

#shopType ul.year{
    float: left;
    padding: 20px 10px 20px 30px;
}

#shopType ul.month{
    float: left;
    padding: 20px 10px 20px 10px;
}


#shopType li {
    float: left;
    margin-bottom: 5px;
    font-size: 11px;
    border: 1px solid #cccccc;
    margin-right: 10px;
}

#shopType ul{
    float: left;
    padding: 20px 30px 15px 30px;
}

#shopType li a{
     padding: 5px 12px;
}

#topicsView{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

#topicsView article{
    width:260px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

#topicsView time{
    display: block;
    margin-top: 6px;
    margin-left: 6px;
    font-size: 12px;
}

ul.topicBtm{
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 6px;
}

ul.topicBtm li{
    margin-right: 5px !important;
}
/* ここからグループ特集 */
main#tokushu {
    float: none;
    width: 1100px;
}

#tokushu h2{
    width: 1070px;
}

#tokushu article{
    width:535px;
    border: 1px solid #bbbbbb;
    margin:8px 0;
}

#tokushu #artWrap{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.artLeft{
    float: left;
}

.artLeft img{
    display: block;
}

.artRight{
    padding: 17px 5px 5px 17px;
    float: right;
    width: 218px;
}

.time_cat{
    width: 100%;
}

time.tokshu{
    display: block;
    float: left;
    font-size: 11px;
    margin-top: 5px;
    margin-right: 10px;
}


p.artTitle{
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
    margin-left: 6px;
}

ul.genre{
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

ul.genre li{
    display: inline;
    font-size: 10px;
    padding: 3px 5px;
    border: 1px solid #cccccc;
}

p.artDetail{
    color: #525252;
    clear: both;
    font-size: 12px;
    line-height: 1.5em;
    padding-top: 5px;
    color: #525252;
    clear: both;
    font-size: 12px;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-left: 6px;
}

/* ここから店舗紹介 */

#shopLogos{
    border:1px solid #cccccc;
}

p.headLine{
    font-weight: bold;
    margin-top:30px;
    margin-left:30px;
}

#shopLogos ul{
    width:739px;
    margin:16px auto;
}


#shopLogos li{
    float: left;
    margin-right: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 10px;
}
#shopLogos li img{
    box-sizing: border-box;
    width:135px;
    border:1px solid #ccc;
}

#shopLogos .mr0{
    margin-right: 0;
}

#shopWrap {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#shopWrap .shopItem{
    width:255px;
    box-sizing: border-box;
    border:1px solid #cccccc;
    margin-bottom: 20px;
}

#shopWrap .shopName{
    font-size: 20px;
    text-align: center;
    padding: 14px 0;
}

#shopWrap .shopImg img{
    display: block;
    margin: 0 auto;
}

#shopWrap .shopDesc{
    font-size: 12px;
    padding:15px 8px;
    line-height: 16px;
    letter-spacing: 0.1em;
}

/* single ギャラリー */

header.entryHeader{
    border-top: 1px solid #1f1f1f;
    border-right: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
    width:100%;
    box-sizing: border-box;
    background: white;
}

ul.category li{
    float: left;
    font-size: 10px;
    padding: 4px 8px;
    border: 1px solid #ccc;
    margin-right: 5px;
    color: #5d5d5d;
}

.shopDetail {
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    /* border-top: 1px dashed #ccc; */
    font-size: 12px;
    /* letter-spacing: 0.1em; */
    line-height: 16px;
    /* text-align: center; */
    /* color: #dc0404; */
}

.boxDate{
    float: left;
    margin-right: 20px;
    background-color: #1f1f1f;
    width: 74px;
    height: 72px;
    text-align: center;
}

.boxDate time{
    color: #fff;
    text-align: center;
    display: inline-block;
}

.boxDate time:first-child{
    margin-top: 9px;
    font-size: 12px;
}


.boxDate time:nth-child(2){
    font-size: 38px;
    margin-top:3px;
}

.boxTitle{
    width: 703px;
    float: left;
    margin-top: 16px;
}

ul.category li.catTime{
    border: none;
    font-size: 13px;
    margin-left: 0;
    padding-left: 0;    
}

h1.entryTitle{
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-top: 5px;
}

.firstGal{
    margin-top: 15px;
}

.firstGal img{
    width:100%;
}

.firstGal p{
    font-size: 14px;
    line-height: 1.4em;
    margin: 5px 0 15px 0;
}

ul.galList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.galList li{
    width:250px;
    margin-bottom: 15px;
}
ul.galList img{
    width:100%;
}

ul.galList p{
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.4em;
}

/* ここからグラビア */
main#sGravure .gravThum{
    float: left;
}

.gravThum img{
    display: block;
}

main#sGravure .boxDate{
    margin-left: 20px;
}

#sGravure .entryHeader{
    border-left: 1px solid #1f1f1f;
}

#sGravure .boxTitle{
    padding-bottom: 10px;
    border-bottom: 1px solid #676767;
    width: 573px;
}

#sGravure .boxTOP {
    background: #353535;
    padding: 10px;
    font-size: 13px;
    color: white;
    padding-left: 20px;
}

#sGravure .boxTOP span {
    float: right;
    padding-right: 12px;
}

#sGravure .entryHeader{
    border-bottom: 1px solid #1f1f1f;
}

#sGravure #headBoxLeft{
    width: 580px;
    float: left;
}

#sGravure ul.category{
    padding-left: 20px;
}

#sGravure .boxTitle{
    padding-bottom: 10px;
    border-bottom: 1px solid #676767;
    width: 573px;
}

#sGravure category{
    padding-left: 20px;
}

#sGravure h1.entryTitle{
    padding-left: 20px;
}

p.gravDetail{
    float: left;
    font-size: 12px;
    line-height: 1.4em;
    margin-left: 20px;
    margin-top: 15px;
    padding-bottom: 15px;
}

#sGravure .headBoxRight{
    float: right;
    width: 200px;
    padding-top: 20px;
    padding-right: 9px;
}

#sGravure .headBoxRight img{
    width: 100%;
}

article.gravure{
    margin-top: 15px;
}

article.gravure img{
    display: block;
    width:100%;
}

/* ここからスケジュール */
#mainCont main#schedule{
    margin-top: 0px;
}

section.shopBox {
    width:260px;
    margin-bottom: 14px;
}

.shopBox h3 {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 5px 0;
}

.thumShop img {
    width: 100%;
    display: block;
}

div.wrapSchEve{
    margin: 8px 0;
    position: relative;
}

h4.shopClose {
    background: #000;
    color: white;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 0 5px 5px;
}

ul.closeDay {
    width: 98%;
    margin:2px auto 27px auto;
}

h4.shopEvent {
    background: #585252;
    color: white;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 0 5px 5px;
}

dl.eventDay{
    font-size: 11px;
    margin: 9px auto 18px auto;
    width: 98%;
}

.eventDay dt {
    margin-bottom: 3px;
    font-size: 12px;
    color: #dc0404;
}

.eventDay dd {
    margin-bottom: 7px;
    color: #dc0404;
}

ul.closeDay li {
    float: left;
    font-size: 11px;
    padding-right: 7px;
    margin-top: 9px;
}

.SchLeft{
    float: left;
    width:50%;
    
}

.SchRight{
    float: right;
    width:50%;
}

p.teikyu{
    bottom:11px;
    font-size: 12px;
}

 /* 普通の記事*/
#normalArt p {
    margin: 3px 0;
    line-height: 1.4em;
}

#normalArt img{
    max-width: 100%;
    display: block;
    margin: 15px 0;
}

/* ここから店舗サブ */
.box-bdr {
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

#subMain h2 {
    margin-top: 0;
}

table.shopSystem {
    text-align: left;
    width: 680px;
    margin: 24px auto 30px auto;
}


table.shopSystem th{
    padding: 16px 10px;
    font-weight: normal;
    color: #ac0e15;
    vertical-align: middle;
}

table.shopSystem tr {
    border-bottom: 1px solid #ccc;
}

table.shopSystem td {
    padding: 16px 10px;
    line-height: 1.3em;
}



.shopPhoto ul{
    width:650px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shopPhoto li{
        width: 305px;
    margin: 8px 5px;
}

.shopPhoto li img{
    width:100%;
}

.google-maps{
    width:600px;
    height: 450px;
    margin: 20px auto;
}

aside dl.eventDay {
    font-size: 14px;
    padding-left: 10px;
    margin: 9px auto 18px auto;
    /* color: black; */
}

.eventDay dd {
    margin-bottom: 7px;
    color: inherit;
    font-size: 12px;
}

aside h3{
    color: #dc0404;
    padding: 15px 0px 5px 10px;
    font-weight: normal;
    font-size: 15px;
}

aside p{
    /* padding:10px; */
    /* font-size: 12px; */
    /* line-height: 1.3em; */
}

.subVisWrap{
    width: 800px;
}

.subVisLeft, .subVisRight{
    width:390px;
}


.subVisLeft img, .subVisRight img{
    width:100%;
}

.thumWrapBig{
    width: 100%;
}

.thumWrapBig img{
    width: 100%;
}

#shopMenu{
    width:800px;
}

div#visualTop {
    border: 1px solid #ccc;
    border-bottom: none;
}

div#visualTop img{
    width:100%;
    display: block;
}

#visualBottom{
    border: 1px solid #ccc;
    /* padding: 2px; */
}

.logoWrap {
    border-right: 1px solid #ccc;
    width: 161px;
}

.logoWrap img{
        display: block;
        width: 100%;
}

.shopInfo.left {
    margin: 9px;
    margin-bottom: 8px;
}

p.shopName {
    font-size: 18px;
    margin-bottom: 18px;
}

time.blog{
    font-size: 12px;
    color: #dc0404;
}

h4{
    font-size:12px; 
}

[data-href]{ cursor: pointer;}
[data-href] img {transition: transform 0.1s linear;}
[data-href] img:hover {transform: scale(1.1); cursor: pointer;}

.topicThum {
    width: 260px;
    height: 150px;
    overflow: hidden;
}

.thumWrapBig {
    width: 185px;
    height: 105px;
    overflow: hidden;
}

/* ここからヘッダー */
h1 {
    font-size: 10px;
    font-weight: normal;
    color: #474747;
    position: absolute;
    top: 21px;
    right: 119px;
    line-height: 1.4em;
    color: #858585;
}

.headLeft {
    float: left;
    margin-top: 10px;
}

.haedMiddle {
}

.headRight {
    float: right;
    width: 80px;
    margin-top: 16px;
    margin-bottom: 14px;
}

.headRight td {
    font-size: 10px;
    vertical-align: middle;
    padding-left: 10px;
    color: #858585;
    line-height: 1.3em;
}

.headRight th{
    vertical-align: middle;
}

li.logo img {
    position: relative;
    top: -12px;
}

div#headWrapper {
    width: 1150px;
    margin: 0 auto;
    position: relative;
}


/* ここからドロップダウン */

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff;
}
.dropmenu li a{
  display: block;
  margin: 0;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 118%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 330px;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  border-bottom: 1px solid #a7a7a7;
}
.dropmenu li ul li{
  width: 100%;
  position: relative;
  padding: 0 !important;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #a7a7a7;
  background: #fff;
  text-align: left;
}
.dropmenu li:hover > a{
  color:#ccc;
}
.dropmenu li a:hover{
  color:#f3f3f3;
  opacity:0.6;
  cursor: pointer;
}

#fade-in li ul{
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
#fade-in li:hover ul{
  visibility: visible;
  opacity: 1;
}
#fade-in li ul li a{
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
#fade-in li:hover ul li a{
  visibility: visible;
  opacity: 1;
}

#fade-in li:hover ul li a:hover{
  opacity: 0.3;
}

.dropmenu li ul li:after {
    content:">";
    color:#ccc;
    position: absolute;
    right:10px;
    top: 14px;
}

header {
    width: 100%;
    background: white;
    position: fixed;
    z-index: 10;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-bottom: 1px solid #ccc;
}

#mainNavi {
    width: 100%;
    background-color: #ffffff;
    height: 0px !important;
    border-top: #000000 3px solid;
}

#mainNavi .headLeft > ul {
    margin: 0 auto;
    width: 812px;
    height: 46px;
    display: flex;
    justify-content: space-between;
}

/* ここからぱんくずリスト */
#breadcrumb {
    position: absolute;
    top: 69px;
    width: 100vmax;
    font-size: 11px;
    background: #f7f7f7;
    padding: 5px;
    height: 13px;
    list-style: none;
    color: #797979;
}

#breadcrumb a{
    color: #797979;
}

#breadcrumb a:link{
    color: #797979;
}

#breadcrumb a:visited{
    color: #797979;
}

#breadcrumb a:hover{
    color: #ccc

}
 
#breadcrumb ul {
    margin: 0;
    padding: 0;
}
 
#breadcrumb li {
    display: inline-block;
    padding: 0 5px;
}
 
#breadcrumb ol{
    width: 1150px;
    margin: 0px auto;
    }

#breadcrumb img {
    width: 15px;
    height: 15px;
    margin: -2px 3px 2px 5px;
    float: left;
}

.rankWrap ul.wpp-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    width: 800px;
}

.wpp-list .rankNum::before {
  counter-increment: ranking;
  content: counter(ranking);
  text-align: center;
  font-size: 14px;
  z-index: 3;
}

.wpp-list {
    list-style: none;
    counter-reset: ranking;
}

.tabStaff.choice2 li.select {
    background: #424141;
    color: white;
    font-weight: bold;
}

.tabStaff.choice2 li{
    width: 100px;
    text-align: center;
    margin-bottom: -1px;
}

ul.clearfix.tabStaff.choice2 li:hover{
    background: #424141 !important;
    color: white;
    font-weight: bold;
}

aside .newsThum {
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

aside .newsWrap.clearfix {
    padding: 12px 0 13px 7px !important;
    border-bottom: none !important;
}

aside h4{
    border-bottom: 2px solid #000;
    padding-bottom: 6px;
    margin-top: 2px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

ul.tabStaff.clearfix li {
    float: left;
    font-size: 12px;
    /* padding: 7px 20px; */
    /* margin: 10px 9px; */
    border: 1px solid #000;
}

ul.tabStaff li.select {
    color:white;
    background:#000;
}

div.Arank{
    margin-bottom: 50px;
}

ul.hotKey li{
    font-size: 10px;
    line-height: 16px;
    border: 1px solid #cccccc;
    padding: 3px 7px;
    text-align: center;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}

div#hotWord {
    margin-bottom: 40px;
}

aside li .time {
    font-size: 11px;
    color: #ccc;
    padding-top: 5px;
    font-weight:normal;
    position: absolute;
    top: 5px;
}

.tabSearch li {
    width: 85px !important;
    border: 1px solid #d1d1d1 !important;
    box-sizing: border-box;
    font-size: 11px;
    text-align: center;
    padding: 12px 0px;
    margin: 3.7px;
    float: left;
}

ul.tabSearch li.select {
    color: #404040;
    background: #eaeaea;
}

ul.tabSearch.clearfix {
    margin-bottom: 12px;
    width: 90%;
    margin: 0 auto 12px auto;
}

aside .newsThum a:hover{
    opacity: 1.0 !important;
}

aside h4{
    font-family: 'Lato';
    text-align: center;
    color: #666;
    font-size: 22px;
    letter-spacing: 2.5px;
    font-weight: 300;
    margin: 30px 0 0 0;
    position: relative;
    border-bottom: none;
}
aside h4 span {
    background: #fff;
    z-index: 2;
    position: relative;
}

aside h4 span:before {
    content: "/";
    margin: 0 10px;
}

aside h4 span:after {
    content: "/";
    margin: 0 10px;
}

aside h4:after {
    content: "";
    border-top: 1px solid #666;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
}

aside h4+p {
    text-align: center;
    font-size: 0.7em;
    color: #666;
    margin: 0px 0 20px;
    }
 ul.hotKey.clearfix {
    width: 281px;
    margin: 0 auto;
}

p.ArankTitle {
    font-size: 12px !important;
    font-weight: normal !important;
    margin-top: 14px;
    letter-spacing: 0.1em;
}

input.search-field{
    border: 1px solid #ccc !important;
    width: 300px;
    padding: 10px !important;
}

span.screen-reader-text{
    position: absolute;
    top:5px;
}


p.ArankCat {
    font-size: 11px;
    color: #898989;
    font-weight: normal;
    position: absolute;
    bottom: 8px;
}

aside ul.tabStaff.clearfix {
    margin-bottom: 12px;
    width: 93%;
    margin: 0 auto 12px auto;
}

.tabStaff li {
    width: 85px !important;
    border: 1px solid #d1d1d1 !important;
    box-sizing: border-box;
    font-size: 11px;
    text-align: center;
    padding: 12px 0px;
    margin: 3.7px;
    float: left;
}

ul.tabStaff li.select {
    color: #404040;
    background: #eaeaea;
    font-weight: bold;
}

p.hostArea{
    font-size: 10px;
    color: #ccc;
    font-weight: normal;
    margin-bottom: 1px;
    letter-spacing: 0.12em;
}

p.ArankShop {
    font-size: 12px;
    color: #333333;
    font-weight: normal;
    letter-spacing: 0.04em;
}

p.ArankKana {
    font-weight: normal;
    color: #ccc;
    font-size: 10px;
    margin-top: 16px;
    letter-spacing: 0.1em;
}


span.subText {
    font-size: 12px;
    color: #8f8f8f;
    display: block;
    margin-top: 5px;
    margin-bottom: 30px;
}

.searchMenu.clearfix {
    margin-top: 18px;
}


.sideBanner {
    margin-bottom: 50px;
}

aside .newsThum:after
{
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    border: 1px solid #ddd;
    background: #f3f3f3;
    box-sizing: border-box;
    top: 15px;
    left: 9px;
    z-index: 0;
}

aside .newsThum img{
    position:relative;
    z-index: 2;
    border: none;
}
aside .staffAccess .newsThum img {
    height: auto;
    top: -30px;
}


aside .newsThum a:hover{
    opacity: 1.0 !important;
}

aside h4{
    font-family: 'Lato';
    text-align: center;
    color: #666;
    font-size: 22px;
    letter-spacing: 2.5px;
    font-weight: 300;
    margin: 30px 0 0 0;
    position: relative;
    border-bottom: none;
}
aside h4 span {
    background: #fff;
    z-index: 2;
    position: relative;
}


aside .wpp-list {
  counter-reset: ranking;
  list-style-type: none;
}
aside .wpp-list li {
  clear: both;
  position: relative;
  overflow: hidden;
  font-weight: bold;
}
aside .wpp-list li:before {
  counter-increment: ranking;
  content: counter(ranking);
  position: absolute;
  width: 1.5em;
  text-align: center;
  background: #454545;
  top: 13px;
  left: 10px;
  font-size: 0.7em;
  padding: 3px 0;
  color: #fff;
  font-weight: bold;
  z-index: 3;
}

aside .notRanking li:before{
 display:none;
}

.wpp-list .newsWrap.clearfix::before{
    content: "";
    position: absolute;
    top: 27px;
    left: 10px;
    width: 17px;
    border-width: 3px 8px;
    box-sizing: border-box;
    border-style: solid;
    border-color: transparent #454545;
    z-index: 3;
}

p.button2.more-button2.more-canstagram2 {
    font-size: 12px;
    border: 1px solid #ccc;
    text-align: center;
    position: relative;
    width: 240px;
}

p.button2.more-button2.more-canstagram2 a {
    padding: 12px 30px;
}

aside .hide {
    display: none;
}

div#asideRandom img {
    border: 1px solid #ccc;
	width:100%;
	height:auto;
}

.sideBanner img {
	border: 1px solid #ccc;
	width: 100%;
	height: auto;
}