@charset "UTF-8";
/*
Theme Name: Effie 2018

*/

html{
  color: #444;
  font-size: 14px;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif !important;
}
body {
}
@media screen and ( max-width: 480px){
  body {
    padding-top: 75px;
  }
}
a{
  color: #555;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
pre{
  white-space: normal;
}
img,
figure{
  max-width: 100%;
  height: auto;
}
figure{
  margin: 0;
}
.wrap{
  width: 1000px;
  margin: 0 auto;
}
@media screen and ( max-width: 1000px){
  .wrap{
    box-sizing: border-box;
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and ( max-width: 767px){
  .wrap{
    width: 98%;
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and ( max-width: 767px){
  .wrap{
    width: 90vw;
  }
}
.wrap::after{
  display: block;
  content: '';
  clear: both;
}
.wrap-aside{
  width: 200px;
  float: left;
  padding: 0 0 25px;
  /* margin-right: 20px; */
}
@media screen and ( max-width: 767px){
  .wrap-aside{
    width: 100%;
  }
}
.wrap-main{
  float: right;
  /* width: 750px; */
  width: 100%;
  margin-bottom: 50px;
  /* padding: 25px 0; */
  /* padding: 25px; */
}
@media screen and ( max-width: 768px){
  .wrap-main{
    width: 100%;
  }
}
@media screen and ( max-width: 768px){
  .wrap-main{
    margin-bottom: 50px;
  }
}

.singular-content a{
  text-decoration: underline;
}
.singular-content a:hover img{
  opacity: .8;
}
.singular-content iframe{
  width: 100%;
  height: auto;
}

.top-section{
  margin-bottom: 50px;
}
@media screen and ( max-width: 767px){
  .wrap-main{
    width: 100%;
  }
}
.top-section#top-item-category {
    padding-top: 120px;
    margin-top: -140px;
}

.top-section-2col{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-section-2col .top-section{
  width: 47.5%;
}
@media screen and ( max-width: 767px){
  .top-section-2col .top-section{
    width: 100%;
  }
}

.top-section-4col {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.top-section-4col .link {
    width: 23%;
}
@media screen and ( max-width: 767px){
  .top-section-4col .link {
    width: 50%;
  }
}


.top-section-title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 300;
    letter-spacing: 5px;
    margin: 30px 0 15px;
    position: relative;
}
@media screen and ( max-width: 767px){
  .top-section-title {
    font-size: 1.75rem;
  }
}
@media screen and ( max-width: 767px){
  .top-section-title {
    font-size: 1.35rem;
  }
}
.top-section-title .to-archive-link {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate( 0, -50% );
    -ms-transform: translate( 0, -50% );
    transform: translate( 0, -50% );
    font-size: .75rem;
    letter-spacing: 0;
}
@media screen and ( max-width: 767px){
  .top-section-title .to-archive-link {
    font-size: 0.625rem;
  }
}
.top-section-title .to-archive-link.news{
  top: 0;
}
.top-section-title .to-archive-link.efblog{
  top: 80%;
}
@media screen and ( max-width: 767px){
  .top-section-title .to-archive-link.news {
    top: 40px;
    right: 80px;
  }
  .top-section-title .to-archive-link.efblog{
    top: 40px;
  }
  .top-ef-blog .top-section-title{
    margin-bottom: 30px;
  }
}


.top-section-title .to-archive-link a {
    display: block;
    padding: 0 0px;
    border: 1px solid;
    padding: 5px 10px;
}
@media screen and ( max-width: 414px){
  .top-section-title .to-archive-link a  {
    padding: 5px 7px;
    background: #f5f5f5;
    border-radius: 3px;
    border: none;
  }
}


.top-section-title .to-archive-link a::before {
    content: '▶';
    color: #aaa;
    display: inline-block;
    transform: scale(0.65);
    margin-left: 0em;
    margin-right: 0.3rem;
}
@media screen and ( max-width: 414px){
  .top-section-title .to-archive-link a::before{
    display: none;
  }
}

.archive-title{
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 5px;
  margin: 0 0 15px;
}
.singular-title{
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0px;
  margin: 0 0 15px;
  line-height: 150%;
}
@media screen and ( max-width: 480px){
  .singular-title{
    font-size: 1.3rem;
  }
}
.singular-header {
  position: relative;
}
.singular-header .to-archive-link{
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate( 0, -50% );
  -ms-transform: translate( 0, -50% );
  transform: translate( 0, -50% );
  font-size: .75rem;
  letter-spacing: 0;
}

.singular-header .brandpage-online-store-link a {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate( 0 , -50%);
    -ms-transform: translate( 0 , -50%);
    transform: translate( 0 , -50%);
    font-size: 0;
    vertical-align: bottom;
    display: block;
    border: 1px solid #efefef;
    padding: 3px 14px;
}
@media screen and ( max-width: 480px){
  .singular-header .brandpage-online-store-link a {
    position: relative;
    -webkit-transform: translate( 0 , 0);
    -ms-transform: translate( 0 , 0);
    transform: translate( 0 , 0);
    display: inline-block;
  }
}
.singular-header .brandpage-online-store-link img {
    width: auto;
    height: 16px;
    display: inline;
}
.singular-header .to-archive-link a {
    display: block;
    padding: 0 0px;
    border: 1px solid;
    padding: 5px 10px;
}
@media screen and ( max-width: 414px){
  .singular-header .to-archive-link a  {
    padding: 5px 7px;
    background: #f5f5f5;
    border-radius: 3px;
    border: none;
  }
}
.singular-header .to-archive-link a::before {
    content: '▶';
    color: #aaa;
    display: inline-block;
    transform: scale(0.65);
    margin-left: 0em;
    margin-right: 0.3rem;
}
@media screen and ( max-width: 414px){
  .singular-header .to-archive-link a::before{
    display: none;
  }
}

.singular-sec__title{
  background: #fafafa;
  padding: 1rem;

}

.singular-section-title{
  position: relative;
}
.singular-section-title .to-archive-link {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate( 0, -50% );
    -ms-transform: translate( 0, -50% );
    transform: translate( 0, -50% );
    font-size: .75rem;
    letter-spacing: 0;
}
@media screen and ( max-width: 767px){
  .singular-section-title .to-archive-link {
    font-size: 0.625rem;
  }
}

.singular-section-title .to-archive-link a {
    display: block;
    padding: 0 0px;
    border: 1px solid;
    padding: 5px 10px;
}
@media screen and ( max-width: 414px){
  .singular-section-title .to-archive-link a  {
    padding: 5px 7px;
    background: #f5f5f5;
    border-radius: 3px;
    border: none;
  }
}
.singular-section-title .to-archive-link a::before {
    content: '▶';
    color: #aaa;
    display: inline-block;
    transform: scale(0.65);
    margin-left: 0em;
    margin-right: 0.3rem;
}
@media screen and ( max-width: 414px){
  .singular-section-title .to-archive-link a::before{
    display: none;
  }
}


/* ===== ===== =====
  ef-spnav-trigger
===== ===== ===== */
@media screen and ( min-width: 481px ){
  .ef-spnav-trigger{
    display: none;
  }
}
.ef-spnav-trigger {
    width: 30px;
    height: 30px;
    position: fixed;
    top: 10px;
    left: 5%;
    z-index: 100;
    font-family: 'Quicksand', sans-serif;
}
.ef-spnav-trigger-title {
    font-size: .625rem;
    position: absolute;
    top: 0;
    width: 100%;
    line-height: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
}
.ef-spnav-trigger-title::after {
    display: block;
    content: 'close';
    position: absolute;
    left: 0px;
    top: 0px;
    background: white;
    width: 100%;
    padding-bottom: 3px;
    border-bottom: 1px solid #999;
    -webkit-transform: translate( 0 , -120%);
    -ms-transform: translate( 0 , -120%);
    transform: translate( 0 , -120%);
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}
.close .ef-spnav-trigger-title::after {
  -webkit-transform: translate( 0, 0);
  -ms-transform: translate( 0, 0);
  transform: translate( 0, 0);
}
.ef-spnav-trigger a{
  display: block;
  height: 100%;
}
.ef-spnav-trigger-btn {
    display: block;
    height: 20px;
    width: 100%;
    line-height: 100%;
    vertical-align: top;
    position: absolute;
    bottom: 0;
}
.ef-spnav-trigger-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 50%;
    border-radius: 2px;
    position: absolute;
    -webkit-transform: translate( -50% , -50%) rotate(0deg);
    -ms-transform: translate( -50% , -50%) rotate(0deg);
    transform: translate( -50% , -50%) rotate(0deg);
    -webkit-transition: all .2s .1s;
    -o-transition: all .2s .1s;
    transition: all .2s .1s;
}
.ef-spnav-trigger-btn span{
  background: #666;
}

.ef-spnav-trigger a{
  color: #666;
}
.ef-spnav-trigger-btn span:nth-child(1) {
  top: 35%;
}
.ef-spnav-trigger-btn span:nth-child(2) {
  top: 75%;
}
.close .ef-spnav-trigger-btn span:nth-child(1) {
  width: 100%;
  -webkit-transform: translate( -50% , -50%) rotateZ( 45deg );
  -ms-transform: translate( -50% , -50%) rotateZ( 45deg );
  transform: translate( -50% , -50%) rotateZ( 45deg );
  top: 60%;
}
.close .ef-spnav-trigger-btn span:nth-child(2) {
  width: 100%;
  -webkit-transform: translate( -50% , -50%) rotateZ( -45deg );
  -ms-transform: translate( -50% , -50%) rotateZ( -45deg );
  transform: translate( -50% , -50%) rotateZ( -45deg );
  top: 60%;
}


/* ===== ===== =====
  ef-spnav-area
===== ===== ===== */
.ef-spnav-area{
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-top: 90px;
  padding-bottom: 100px;
  box-sizing: border-box;
  background: rgba(240,240,240,.9);
}

.ef-spnav-area .spnav-title{
  width: 90%;
  margin: 0 auto;
}
.ef-spnav-area__nav{
  width: 90%;
  margin: 0 auto;
}
.ef-spnav-area__nav ul{
  padding: 0;
  list-style-type: none;
}
.ef-spnav-area__nav ul a {
    padding: 10px;
    display: block;
    background: white;
    margin-bottom: 2px;
}
.ef-spnav-area__nav ul a::before {
    content: '▶';
    color: #aaa;
    display: inline-block;
    transform: scale(0.65);
    margin-left: 0em;
    margin-right: 0.3rem;
}

.ef-spnav-area .sns {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.ef-spnav-area .sns a{
  margin: 0 10px;
  display: block;
}




/* ===== ===== =====
  header
===== ===== ===== */
.shop-label {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 15px 0 15px;
}
@media screen and ( max-width: 480px ){
  .shop-label {
    justify-content: center;
    margin: 10px 0 5px;
  }
}

.shop-label h1 {
    margin: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.shop-label .logo-text{
  font-weight: 300;
  font-size: 12px;
}

@media screen and ( max-width: 480px ){
  .shop-label .logo{
    width: 300px;
  }
}
@media screen and ( max-width: 414px ){
  .shop-label .logo{
    width: 260px;
  }
}

.shop-label .sns{
  margin-left: auto;
}
@media screen and ( max-width: 480px ){
  .shop-label .sns{
    display: none;
  }
}
.shop-label .sns a{
  margin-left: 10px;
}

@media screen and ( max-width: 480px ){
  .header{
    position: fixed;
    z-index: 50;
    background: white;
    width: 100%;
    top: 0;
    left: 0;
  }
}
@media screen and ( max-width: 480px ){
  .header .header-nav{
    display: none;
  }
}
@media screen and ( min-width: 481px ){
  body{
    padding-top: 120px;
  }
  .header-wrap{
    padding: 1px 0;
    box-shadow: 0 0 10px rgba(200,200,200,5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index:10000;
    background-color: white;
  }
  .admin-bar .header-wrap{
    top: 30px;
  }
}
.header .header-nav ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0 0 5px;
  justify-content: space-between;
}
.header .header-nav ul li{
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
}
.header .header-nav ul li:last-child{
  border-right: none;
}
.header .header-nav ul li a{
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.675em 0;
  font-size: 0.875rem;
}


/* ===== ===== =====
  mainslider
===== ===== ===== */
.mainslider {
    margin-bottom: 70px;
}
@media screen and ( max-width: 480px ){
  .mainslider{
    position: relative;
    left: -5vw;
    width: 100vw;
  }
}

/* ===== ===== =====
  top-brandlists
===== ===== ===== */
.top-brandlists{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-brandlists__list{
  width: 24%;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px){
  .top-brandlists__list{
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px){
  .top-brandlists__list{
    width: 49%;
  }
}
.top-brandlists__list:nth-child( n + 13){
  width: 16%;
}
@media screen and (max-width: 767px){
  .top-brandlists__list:nth-child( n + 13){
    width: 24%;
  }
}
@media screen and (max-width: 480px){
  .top-brandlists__list:nth-child( n + 9){
    width: 49%;
  }
}
.top-brandlists__list__mbname {
    font-size: 0.75rem;
}


/* ===== ===== =====
  top-ranking
===== ===== ===== */
.top-ranking{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-ranking-item{
  width: 18%;
}
.top-ranking-item::before {
  display: block;
  text-align: center;
  content: '0';
  font-size: 2rem;
  color: #6b6b6b;
  margin: 0 0 5px;
}
.top-ranking-item:nth-child(1)::before{
  content: '1';
  color: #d0cd00;
}
.top-ranking-item:nth-child(2)::before{
  content: '2';
  color: #adadad;
}
.top-ranking-item:nth-child(3)::before{
  content: '3';
  color: #c79126;
}
.top-ranking-item:nth-child(4)::before{
  content: '4';
  /* color: #b9b9b9; */
}
.top-ranking-item:nth-child(5)::before{
  content: '5';
  /* color: #b9b9b9; */
}


/* ===== ===== =====
  top-category
===== ===== ===== */
.top-categorylists{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-categorylists__list {
    width: 32%;
    margin-bottom: 15px;
}
@media screen and (max-width: 480px){
  .top-categorylists__list {
      width: 49%;
  }
}



/* ===== ===== =====
  archive-lists__list
===== ===== ===== */
.archive-lists {
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
}
.archive-lists__list{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 480px){
  .archive-lists__list{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}


.archive-lists__list:last-child{
  border-bottom: none;
}
.archive-lists__list__date {
    margin-right: 1em;
    color: #999;
    font-size: 0.85rem;
    line-height: 1.5em;
}
@media screen and (max-width: 480px){
  .archive-lists__list__date {
    display: block;
    width: 100%;
  }
}

.archive-lists__list__date::after {
    content: '/';
    padding-left: 1em;
    color: #eee;
}
.archive-lists__list__title{
  font-size: 1.1428rem;
  line-height: 150%;
}
@media screen and (max-width: 480px){
  .archive-lists__list__title{
    display: block;
    width: 100%;
  }
}



/* ===== ===== =====
  footer
===== ===== ===== */
.wrap-continer{
  background: #f5f5f5;
}
.footer{
}
.footer__logo{
  padding: 30px 0 30px;
  border-bottom: 1px solid #eee;
  text-align: center;

}
.footer__nav #menu-footer{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.footer__nav #menu-footer li{
  margin-right: 30px;

}
.copyright{
  padding: 15px 0;
  text-align: right;
  font-size: 11px;
}


/* ===== ===== =====
  breadcrumb
===== ===== ===== */
.breadcrumb {
  padding: .5em;
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: .75rem;
}
@media screen and (max-width: 480px){
  .breadcrumb {
    display: none;
  }
}

.breadcrumb li {
    display: inline-block;
    margin-right: 1em;
    margin-left: 1em;
}
.breadcrumb li:first-child {
    margin-left: 0;
}
.breadcrumb ,
.breadcrumb a {
  color: #999;
}
.breadcrumb .sep.cat {
    margin: 0 -.5rem;
}

/* ===== ===== =====
  aside widget
===== ===== ===== */
.screen-reader-text{
  display: none;
}

.wrap-aside .widget{
  margin-bottom: 30px;
}
.wrap-aside .ef-widgettitle {
    margin: 0;
    border-right: 0;
    border-left: 0;
    padding: 1em 0.5em;
    font-weight: 400;
    background: #fafafa;
}

.wrap-aside ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.wrap-aside ul li h3 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
.wrap-aside ul li a {
  padding: 1em;
  display: block;
  border-bottom: 1px solid #eee;
}
.wrap-aside ul li a::before {
  content: '▶';
  color: #aaa;
  display: inline-block;
  transform: scale(0.65);
  margin-left: 0em;
  margin-right: 0.3rem;
}

/* ===== ===== =====
  archive-items
===== ===== ===== */
.archive-items{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.archive-items__item {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
    box-sizing: border-box;
    border: 1px solid #eee;
    padding: 10px 30px;
    position: relative;
}
@media screen and ( max-width: 480px ){
  .archive-items__item {
      width: 100%;
      margin-left: 0;
      margin-bottom: 3%;
  }
}
.archive-items__item::after{
  display: block;
  content: '';
  clear: both;
}
.archive-items__item:nth-child( 2n+1 ){
  margin-left: 0;
}

.archive-items__item__thumbnail {
    display: block;
    width: 100%;
    height: 200px;
    text-align: center;
    margin-bottom: 10px;
}
.archive-items__item__thumbnail img{
    width: auto;
    max-height: 100%;
}
.archive-items__item__catchcopy {
    display: block;
    position: relative;
    left: -5%;
    width: 110%;
    text-align: center;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 10px 0;
    font-weight: 600;
}
.archive-items__item__title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.archive-items__item__flavor {
    font-size: 0.857rem;
    padding: 2px;
    border: 1px solid #eee;
    background: #fafafa;
    max-height: 100px;
    overflow: scroll;
    width: 100%;
    margin-bottom: 10px;
}
.is_subimg.archive-items__item_metas {
    float: left;
    width: 60%;
}
.is_subimg .archive-items__item__flavor {
  width: 90%;
}
.archive-items__item__innersize,
.archive-items__item__outersize {
    font-size: 0.7142rem;
}
.archive-items__item__subimg {
    width: 40%;
    display: block;
    bottom: 2%;
    right: 2%;
    overflow: hidden;
}
.archive-items__item__subimg img{
  /* position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%); */
}


/* ===== ===== =====
  archive-brands
===== ===== ===== */
.archive-brands{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px){
  .archive-brands{
    justify-content: space-between;
  }
}
.archive-brands__list{
  width: 32%;
  margin-left: 2%;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px){
  .archive-brands__list{
    margin-bottom: 15px;
    margin-left: 0;
    width: 49%;
  }
}

.archive-brands__list:nth-child( 3n+1 ){
  margin-left: 0;
}
.archive-brands__list__mbname {
    font-size: 0.75rem;
}


/* ===== ===== =====
  archive-shoplists
  brand-shops-lists
===== ===== ===== */
.archive-shoplists,
.brand-shops-lists {
    padding: 0 1rem;
}


.archive-shoplists__list,
.brand-shops-lists__list{
  margin-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 15px;
}
.archive-shoplists__list__address,
.brand-shops-lists__list__address{
  margin-bottom: 10px;
}
.archive-shoplists__list__contact,
.brand-shops-lists__list__contact{
  margin-bottom: 10px;
}
.archive-shoplists__list__contact .tel,
.brand-shops-lists__list__contact .tel{
  margin-right: 1em;
}
.archive-shoplists__list__title {
    line-height: 150%;
}
.archive-shoplists__list__contact .tel::before,
.archive-shoplists__list__contact .email::before,
.archive-shoplists__list__title a::after,
.brand-shops-lists__list__contact .tel::before,
.brand-shops-lists__list__contact .email::before,
.brand-shops-lists__list__title a::after{
  font-family:"dashicons";
  position: relative;
  top: 2px;
  display: inline-block;
  color: #999;
  margin-right: 3px;
}
.archive-shoplists__list__contact .tel::before,
.brand-shops-lists__list__contact .tel::before{
  content: "\f525";
}
.archive-shoplists__list__contact .email::before,
.brand-shops-lists__list__contact .email::before{
  content: "\f465";
}
.archive-shoplists__list__title a::after,
.brand-shops-lists__list__title a::after{
  content: "\f504";
}
@media screen and (max-width: 480px){
  .archive-shoplists__list__contact span{
    display: block;
  }
}

/* ===== ===== =====
  brands-label
===== ===== ===== */
.brands-label{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.brands-label a{
  display: block;
  text-decoration: none;
  background: #f5f5f5;
  padding: 5px 10px;
  font-size: .75rem;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
}
.brands-label a:hover{
  background: #eee;
}


/* ===== ===== =====
  search-form
===== ===== ===== */
.wrap-aside .search-form{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}



/* ===== ===== =====
  page-shoplists-nav
===== ===== ===== */
.page-shoplists-nav{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-shoplists-nav .citynavbtn {
    padding: 10px 8px;
    display: inline-block;
    background: #bbb;
    border-radius: 10px;
    margin: 5px 5px;
    box-sizing: border-box;
}
@media screen and (max-width: 480px){
  .page-shoplists-nav .citynavbtn {
    font-size: .75rem;
    margin: 5px 3px;
  }
}
.page-shoplists-nav a{
  display: block;
  width: 100%;
  height: 100%;
}
.page-shoplists-nav a .citynavbtn {
  background: #f5f5f5;
  box-shadow: 0 0 0 2px #bbb inset;
  box-sizing: border-box;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}
.page-shoplists-nav a:hover .citynavbtn {
  box-shadow: 5rem 0 0 2px #bbb inset;
}


/* ===== ===== =====
  singular-content
===== ===== ===== */
.singular-content{
  margin-bottom: 50px;
}
.singular-header-date {
    color: #aaa;
    font-size: 11px;
    float: right;
}
@media screen and (max-width: 480px){
  .singular-header-date {
    float: none;
    display: block;
    text-align: right;
    margin-bottom: 10px;
  }
}
.singular-content h2{
  background: #fafafa;
  padding: 1rem;
}
.singular-content h3{
  padding: 1rem;
  border-left: 4px solid #c1c1c1;
}
.singular-content h4 {
    border-bottom: 1px solid #c1c1c1;
    padding: 1rem;
}
.singular-content td,
.singular-content th {
    padding: 1rem;
    min-width: 100px;
}
.singular-content td:nth-child(1){
  background: #fafafa;
}
.singular-content .aligncenter {
    display: block;
    margin: 0 auto;
}


/* ===== ===== =====
  singular-nextprev
===== ===== ===== */
.singular-nextprev{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  clear: both;
}
.singular-nextprev__prev,
.singular-nextprev__next{
  width: 49%;
}
@media screen and (max-width: 480px){
  .singular-nextprev__prev,
  .singular-nextprev__next{
    width: 100%;
    margin-bottom: 15px;
  }
}

.singular-nextprev a {
  display: block;
  width: 100%;
  /* height: 100%; */
  background: #f5f5f5;
  padding: 10px;
  box-sizing: border-box;
  text-decoration: none;
}
.singular-nextprev a:hover {
  background: #eee;
}
.singular-nextprev__prev:not(:empty)::before {
  content: 'Preview Post';
  display: block;
  text-decoration: none;
  padding: 0px;
  font-size: 11px;
  margin-bottom: 10px;
}
.singular-nextprev__next:not(:empty)::before {
  content: 'Next Post';
  text-align: right;
  display: block;
  text-decoration: none;
  padding: 0px;
  font-size: 11px;
  margin-bottom: 10px;
}


/* ===== ===== =====
  page-numbers
===== ===== ===== */
.page-numbers{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
}
.page-numbers li{
  margin: 0;
}
.page-numbers li span,
.page-numbers li a{
  display: block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
}
.page-numbers li span:not(.dots){
  background: #fff;
  border-bottom: 3px solid #eee;
}
.page-numbers li a{
  background: #f5f5f5;
}
.page-numbers li a:hover{
  background: #eee;
}



/* ========
  j-wpcf7
======== */
.ef-wpcf7-box {
    width: 750px;
    margin: 0 auto;
}
@media screen and (max-width: 1000px){
  .ef-wpcf7-box {
    width: 88%;
  }
}
@media screen and (max-width: 480px){
  .ef-wpcf7-box {
    width: 90%;
  }
}

.ef-wpcf7-box .ef-label {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 200%;
  padding: 10px 5px 5px;
}

.ef-wpcf7-box .ef-label .require {
    background: #ca3b3b;
    font-size: .75rem;
    font-weight: 300;
    padding: 2px 7px;
    border-radius: 3px;
    color: white;
    margin-left: 10px;
    position: relative;
    top: -2px;
}
.ef-wpcf7-box .ef-label .require::before{
  content: '必須';
}
.ef-wpcf7-box .ef-input select {
  width: 100%;
  padding: 10px 10px;
  font-size: 1rem;
  border-radius: 2px;
  display: block;
  border: 1px solid #ddd;
  height: 2.4rem;
  line-height: 2.4rem;
}
.ef-wpcf7-box .ef-input br{
  display: none;
}
.ef-wpcf7-box .ef-input input[type="text"],
.ef-wpcf7-box .ef-input input[type="tel"],
.ef-wpcf7-box .ef-input input[type="email"],
.ef-wpcf7-box .ef-input textarea {
    width: 100%;
    padding: 10px 10px;
    font-size: 1rem;
    border-radius: 2px;
    display: block;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.ef-wpcf7-box .ef-input input[type="number"]{
  padding: 10px 10px;
  font-size: 1rem;
  border-radius: 2px;
  display: block;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.ef-wpcf7-box .ef-input-submit input[type="submit"] {
    display: block;
    background: #70ad56;
    border: 0;
    padding: 18px 78px;
    margin: 0 auto;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 4px;
    box-sizing: border-box;
}
.wpcf7-form-control-wrap {
    margin-bottom: 10px;
    display: block;
}
.wpcf7-form-control-wrap .wpcf7-recaptcha{
  display: block;
  margin: 0 auto;
  width: 304px;
}


.viewer {
	margin: 0 auto;
	width: 730px;
	height: 487px;
	text-align: left;
	overflow: hidden;
}
@media screen and (max-width: 767px){
  .viewer{
    width: 100%;
    height: 200px;
  }
}
.viewer ul {
	width: 730px;
	height: 487px;
	text-align: left;
	overflow: hidden;
	position: relative;
  padding: 0;
}
@media screen and (max-width: 767px){
  .viewer ul{
    width: 100%;
    height: 100%;
  }
}
.viewer ul li {
	top: 0;
	left: 0;
	width: 730px;
	height: 487px;
	display: none;
	position: absolute;
}
@media screen and (max-width: 767px){
  .viewer ul li{
    width: 100%;
    height: 100%;
  }
  .viewer ul li img{
    width: 100%;
    height: auto;
  }
}


.company-links {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.company-links .link {
    width: 49%;
    margin-bottom: 50px;
    text-align: center;
}
.company-links .link img {
    display: block;
    margin-bottom: 15px;
    border-radius: 15px;
}

.company-links .link a {}

.company-links a img {
    transition: all 1s;
}

.company-links a:hover img {
    opacity: 0.5;
}

.policy-lists {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.policy-lists .list {
    width: 30%;
    margin-bottom: 50px;
    text-align: center;
}
@media screen and ( max-width: 480px ){
  .policy-lists .list {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 0;
  }
  .policy-lists .list p:nth-child(1) {
    width: 25%;
  }
  .policy-lists .list p:nth-child(2) {
    width: 75%;
    text-align: left !important;
  }
}



.companycontent{
  font-size: 16px;
  line-height: 150%;
}
@media screen and ( max-width: 480px ){
  .companycontent {
    font-size: 13px;
  }
  .companycontent th, .companycontent td {
    display: block;
  }
}
