@charset "utf-8";
* {
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    outline: none;
}
html{
  caret-color: transparent;
  overflow-x: hidden;
}
body {
    margin: 0;
}
#wrapper_new {
    padding: 0 16px 50px;
    margin: 0px auto;
    max-width: 980px;
    max-width: 800px;
}
#beres_link_pc{
    display: none;
    border-radius: 5px;
    overflow: hidden;
    position: fixed;
    z-index: 999;
    right: 0;
    top:50%;
    max-width: 60px;
    margin: 1%;
    box-shadow: 0px -5px 10px rgb(0 0 0 / 16%);
    border: 2px solid #fff;
    transition: none;
    transform: translateY(-50%);
}
#beres_link_sp{
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    position: fixed;
    bottom: 10%;
    z-index: 999;
    right: 1%;
    max-width: 150px;
    margin: 1%;
    box-shadow: 0px -5px 10px rgb(0 0 0 / 16%);
    border: 2px solid #fff;
    transition: none;
}



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

#beres_link_pc{
    display: flex;    
}
#beres_link_sp{
    display: none;
}


}

#beres_link_pc img,
#beres_link_sp img{
    image-rendering: -webkit-optimize-contrast;
    backface-visibility: hidden;  
}
.lead{
    margin-bottom: 3%;
    font-size: min(5vw,24px);    
}
.notice{    
    font-size: 12px;
    color: #666;
    display: flex;
    justify-content: end;
}


/*************************/
/* アコーディオン開閉 */
.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 300px;
  position: relative;
  width: 100%;
}
.accordion-title {
    position: relative;
    background: #ba996b;
    display: flex;
    cursor: pointer;
    margin-bottom: 2px;
    height: 60px;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    overflow: hidden;
}
.accordion-title.open {
    border-radius: 6px 6px 0 0;    
}
.accordion-title div{
    width: 70%;
    text-indent: 40px;
}
.accordion-title ol {
    height: 100%;
    display: flex;
    width: 30%;
    justify-content: space-evenly;
    align-items: center;
}
.accordion-title ol>li {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    font-size: 16px;
}
.accordion-title ol>li:nth-child(1) {
    background: #d7ae74;
}
.accordion-title ol>li:nth-child(2) {
    background: #dba354;
}
.accordion-title ol>li:nth-child(3) {
    background: #eda641;
}
/* 矢印 */
.accordion-title::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  left: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
/***************************************/
#shop_list a{
    color: #333; 
}
#shop_list .accordion-body{
    display: none;
    top: -2px;
    position: relative;
    margin-bottom: 50px;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}
#shop_list .shop{
    font-size: 13px;
    display: flex;
    align-items: stretch;
    border-bottom: solid 1px #ccc;
}
#shop_list .shop:last-of-type{
    border-bottom: 0;
}

#shop_list .shop li{
    border-top: 0!important;
}

#shop_list .shop>dl {
    width: 70%;
    padding: 10px;
    background: #f3f3f3;
}
#shop_list .shop>dl>dt {
    font-size: 16px;
    font-size: min(3.5vw,16px);
    font-weight: bold;
    display: flex;
    align-items: center;
}
#shop_list .shop>dl>dt i {
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    margin-left: 10px;
}
@media only screen and (min-width: 520px){
#shop_list .shop>dl>dd:first-of-type a{
    pointer-events: none;
    text-decoration: none;
}
}


/*グレード*/
#shop_list .star{
     background: #f7eee2;   
}
#shop_list .star>li:nth-child(1) {
    background: #f7eee2;
}
#shop_list .star>li:nth-child(2) {
    background: #f5e5cf;
}
#shop_list .star>li:nth-child(3) {
    background: #f8ddb7;
}
#shop_list .star {
    display: flex;
    width: 30%;
    justify-content: space-evenly;
    align-items: center;
}
#shop_list .star>li {
    color: #000;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    font-size: min(4vw,20px);
}
.map{
    width: fit-content;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 11px;
    margin-left: 10px;
    line-height: 1;
    font-weight: bold;
    color: #ba996b!important;
    display: flex;
    align-items: center;
    border: solid 1px #ba996b;
    display: inline-block;
    text-decoration: none;
}
.icon-outer{
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 5px;
    gap:5px;
}
.icon-outer img {
    height: 20px;
}

/*******************************/


#topback {
    position: fixed;
    z-index: 3;
    z-index: 999;
    bottom: 2%;
    right: 3%;
    background: #0000008c;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    text-decoration: none;

    display: none;
}


/*共通ヘッダーcssとの補正*/
.slick-slide img {
    max-height: initial!important;
}
.member-list-cart .badge {
    display: none;
}
/*パンくず*/
.breadcrumb {
    text-align: right;
    background: none;
    font-family: sans-serif;
    font-size: 0.750em;
    margin-bottom: 0;
    display: flex;
    justify-content: end;
    margin: 10px 0;
}
.breadcrumb li {
  font-family: "Oswald"!important;
  font-size: 14px!important;
}
.breadcrumb li a {
    color: #000!important;
}
.breadcrumb>.active {
    color: #777;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
/*---------------------------------------------------*/
#main img{
    width: 100%;
}
#main img.pc{
    margin-bottom: 3%;
}
.sp{
    display: none;
}

/*ヘッダー固定*/
#header{
    position: fixed!important;
    width: 100%;
    z-index: 9999!important;
}
#wrapper_new{
    padding-top: 186px !important;
}
@media (max-width: 769px){

#wrapper_new{
    padding-top: 130px !important;
}
.pc{
    display: none;
}
.sp{
    display: block;
}

}


