@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');


/*  ----------------------------------------------------------

Common

----------------------------------------------------------  */
#gMainBody {
}
#gMainBody img {
    width: 100%;
    height: auto;
}
#gMainBody a {
    text-decoration: none;
}
#gMainBody a:hover {
    opacity: 0.7;
}


span.ilb {
    display: inline-block;
}

.shop__title {
    display: flex;
    justify-content: space-between;
    color: #842C37;
    border-bottom: 1px solid #842C37;
    margin-bottom: 32px;
    padding: 0 15px 16px 15px;
    padding-bottom: 16px;
}
.shop__title h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: calc(16px * 0.04);
}
.shop__title h2 a {
    color: inherit;
    font-weight: inherit;
}

.shop__insta {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: calc(12px * 0.04);
    color: #842C37;
    position: relative;
}
.shop__insta::before {
    content: "";
    background: url(../img2/icon_insta.png) no-repeat center top / contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -1px;
    right: -28px;
}
.shop__googlemap01 {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: calc(14px * 0.02);
    color: #842C37;
    position: relative;
    padding-left: 20px;
    margin-bottom: 14px;
}
.shop__googlemap01::before {
    content: "";
    background: url(../img2/icon_map.png) no-repeat center top / contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0;
}
a.linkstyle {
    margin-top: 0px;
    color: #842c37;
    font-weight: 500;
}
img.mailicon {
    width: 23px !important;
    vertical-align: text-bottom;
}

/*  ----------------------------------------------------------

shoplist

----------------------------------------------------------  */
.shoplist {
    padding: 80px 0 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.shoplist__shop {
    margin-bottom: 80px;
}

.shoplist__star {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.shoplist__star[data-channelCode][data-channelName] {
    cursor: pointer;
}
.shoplist__star[data-channelCode][data-channelName]:hover {
    opacity: 0.7;
}
.shoplist__star[data-channelCode][data-channelName] > div:nth-of-type(3) {
    text-decoration: underline;
}
.shoplist__star--type2 {
    justify-content: left;
}
.shoplist__star::before {
    content: "";
    background-color: #842C37;
    width: 1px;
    height: 22px;
    position: absolute;
    top: 10px;
    left: -16px;
}
.shoplist__star--type2::before {
    content: none;
}
.shoplist__star--type3::before {
    content: none;
}
.shoplist__star > div:nth-of-type(1) {
    font-size: 20px;
    font-weight: 700;
    color: #e08023;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px 0 3px;
}
.shoplist__star--type2 > div:nth-of-type(1) {
    font-size: 24px;
    margin: 0 10px 0 10px;
}
.shoplist__star > div:nth-of-type(2) span {
    font-size: 21px;
    letter-spacing: 3px;
}
.shoplist__star--type2 > div:nth-of-type(2) span {
    font-size: 25px;
}
.shoplist__star--type3 > div:nth-of-type(2) span {
    font-size: 2px;
}
.shoplist__star > div:nth-of-type(3) {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: calc(10px * 0.02);
    padding-top: 4px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shoplist__star--type2 > div:nth-of-type(3) {
    font-size: 12px;
}

.shoplist__item {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 32px;
}
.shoplist__item--type2 {
    margin-bottom: 48px;
}
.shoplist__item > div:nth-of-type(1) {
    width: 400px;;
}
.shoplist__item > div:nth-of-type(2) {
    width: 286px;;
}
.shoplist__item > div:nth-of-type(1) img {
}
.shoplist__item > div:nth-of-type(2) > h3 {
    display: inline-block;
    margin-top: -3px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: calc(20px * 0.04);
    color: #842C37;
    margin-bottom: 11px;
}
.shoplist__item > div:nth-of-type(2) > h3 a {
    color: inherit;
    font-weight: inherit;
}
.shoplist__item > div:nth-of-type(2) > p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: calc(16px * 0.02);
    margin-bottom: 8px;
}
.shoplist__item > div:nth-of-type(2) > div {
    display: flex;
    font-size: 13px;
    font-weight: 500;
    line-height: 2.1;
    letter-spacing: calc(13px * 0.02);
    margin-bottom: 23px;
}
.shoplist__item > div:nth-of-type(2) > div > div,
.shoplist__item > div:nth-of-type(2) > div > div a {
    font-size: 13px;
    font-weight: 500;
    line-height: 2.1;
    letter-spacing: calc(13px * 0.02);
}
.shoplist__item > div:nth-of-type(2) > div > div:nth-of-type(1) {
    width: 80px;
}
.shoplist__item > div:nth-of-type(2) > .shoplist__btn1 {
    display: inline-block;
    width: 100%;
    border: 1px solid #6E2D32;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: calc(16px * 0.02);
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6E2D32;
}
.shoplist__item > div:nth-of-type(2) > .shoplist__btn2 {
    display: inline-block;
    width: 100%;
    border: 1px solid #6E2D32;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: calc(16px * 0.02);
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6E2D32;
    margin-bottom: 12px;
    color: #fff;
}

.shoplist__insta {
    background-color: #F7F7F7;
    padding: 24px;
}
.shoplist__instaimg {
    display: flex;
    gap: 0 14px;
}
.shoplist__instaimg a {
    overflow: hidden;
}
.shoplist__instaimg a img {
    transition: all .3s;
}
.shoplist__instaimg a:hover img {
    transform: scale(1.05);
    opacity: 0.7;
}
.shoplist__insta .shop__insta {
    margin-bottom: 17px;
}



/*  ----------------------------------------------------------

shop__navi

----------------------------------------------------------  */
.shop__navi h3 {
    background-color: #842C37;
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.shop__navi h3 a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: calc(14px * 0.04);
    text-decoration: none;
}
.shop__navi > div {
    background-color: #f8f8f8;
    padding: 9px 0 9px 15px;
}
.shop__navi li {
    padding: 0 !important;
    height: 20px;
}
.shop__navi li a {
    margin: 0 !important;
    font-size: 12px;
    font-weight: 500;
    color: #842C37;
    text-decoration: none;
}



/*  ----------------------------------------------------------

branchshop

----------------------------------------------------------  */
.branchshop__wrap {
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin-bottom: 40px;
}
.branchshop__wrap h1 {
    background-color: #653033;
    color: #fff;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.branchshop__wrap h1 > span {
    width: 950px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: calc(24px * 0.07);
}
.branchshop__wrap h1 > span > span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: calc(14px * 0.02);
    vertical-align: 3px;
    margin-left: 25px;
}
.branchshop__mv {
    max-width: 1366px;
    margin: 0px auto;
}
.branchshop__wrap img {
    width: 100%;
    height: auto;
}

.branchshop {
    font-family: "Zen Kaku Gothic New", sans-serif;
}


#gMiniNavi { margin-bottom: 40px; }
#gMiniNavi a { color: #512923; text-decoration: underline; }
.branchshop__feature {
    margin-bottom: 80px;
}
.branchshop__feature_block {
    display: flex;
    justify-content: space-between;
}
.branchshop__feature_block > div {
    flex-basis: 48.3%;
}
.branchshop__feature_block img {
    width: 80px !important;
    margin-bottom: 27px;
}
.branchshop__feature_block p:nth-of-type(1),
.branchshop__feature_block p:nth-of-type(1) span  {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: calc(17px * 0.08);
    margin-bottom: 8px;
}
.branchshop__feature_block p:nth-of-type(2),
.branchshop__feature_block p:nth-of-type(2) span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: calc(13px * 0.02);
    margin-bottom: 0;
}


.branchshop__gallery {
    margin-bottom: 100px;
}
.branchshop__gallery_title {
    justify-content: left;
    gap: 0 16px;
}
.branchshop__gallery_title > div {
    margin-top: 8px;
}
.branchshop__gallery_img {
    display: flex;
    justify-content: space-between;
    gap: 0 4px;
    margin-bottom: 24px;
}
.branchshop__gallery_img a {
    overflow: hidden;
}
.branchshop__gallery_img a img {
    transition: all .3s;
}
.branchshop__gallery_img a:hover img {
    transform: scale(1.05);
    opacity: 0.7;
}
.branchshop__gallery_floor {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}
.branchshop__gallery_floor > div:nth-of-type(1) {
    width: 140px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: calc(14px * 0.04);
    color: #842C37;
}
.branchshop__gallery_floor > div:nth-of-type(1) span {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: calc(18px * 0.04);
    padding-bottom: 3px;
    border-bottom: 2px solid #842C37;
    margin-bottom: 12px;
}
.branchshop__gallery_floor > div:nth-of-type(2) {
    width: 553px;
    border-left: 1px solid #ddd;
    padding-left: 16px;
    line-height: 1;
    padding-top: 5px;
    padding-left: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	-webkit-transition: all .3s;
}
.branchshop__gallery_floor > div:nth-of-type(2) h3 > span {
    display: inline-block;
    color: #842C37;
    margin-bottom: 10px;
    font-weight: 700;
}
.branchshop__gallery_floor > div:nth-of-type(2) p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: calc(12px * 0.04);
    margin-bottom: 4px;
}
.branchshop__gallery_floor > div:nth-of-type(2) p a {
    color: #842c37;
    font-weight: 500;
}


.branchshop__staff {
    margin-bottom: 80px;
}
.branchshop__staff_title > div a {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: calc(15px * 0.02);
    color: #333;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    margin-top: 4px;
}
.branchshop__staff_block {
    display: flex;
    justify-content: space-between;
    gap: 0 25px;
    margin-bottom: 40px;
}
.branchshop__staff_block img {
    margin-bottom: 24px;
}
.branchshop__staff_block p:nth-of-type(1) {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: calc(16px * 0.02);
    margin-bottom: 8px;
}
.branchshop__staff_block p:nth-of-type(1) span {
    background-color: #842C37;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 9px;
}
.branchshop__staff_block p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: calc(14px * 0.02);
    margin-bottom: 0;
}
.branchshop__staff_box {
    border: 1px solid #ddd;
    padding: 24px;
    margin-bottom: 40px;
}
.branchshop__staff_box > p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: calc(16px * 0.02);
    margin-bottom: 24px;
}
.branchshop__staff_flow {
    display: flex;
    justify-content: space-between;
}
.branchshop__staff_flow > div {
    text-align: center;
    width: 131px;
	position: relative;
}
.branchshop__staff_flow  > div:not(.branchshop__staff_flow_noarrow):after {
    content: "";
    background: url(../meguro/img2/staff_arrow.png) no-repeat center top / contain;
    width: 14px;
    height: 11px;
    position: absolute;
    top: 30px;
    right: -11px;
}
.branchshop__staff_flow > div img {
    width: 48px !important;
    margin-bottom: 10px;
}
.branchshop__staff_flow > div p {
    color: #842C37;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: calc(12px * 0.02);
}
.branchshop__staff_flow_blank {
    display: none !important;
}

.branchshop__staff_btn {
    width: 320px;
    height: 53px;
    margin: 0 auto;
    margin-bottom: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E08023;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    color: #fff;
}
.branchshop__staff_btn:hover {
    color: #fff;
    opacity: 0.7;
}
.branchshop__staff_btn2 {
    text-align: center;
}
.branchshop__staff_btn2 a {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: calc(14px * 0.02);
    border-bottom: 1px solid #333;
    padding-bottom: 7px;
}


.branchshop__info {
    margin-bottom: 80px;
}
.branchshop__info_map {
    margin-bottom: 32px;
}
.branchshop__info_map iframe {
    width: 100%;
    height: 380px;
}
.branchshop__info_detail {
    display: flex;
    justify-content: space-between;
}
.branchshop__info_detail:not(:last-of-type) {
    margin-bottom: 24px;
}
.branchshop__info_detail > div {
    width: 350px;
}
.branchshop__info_detail p,
.branchshop__info_detail > div > div {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: calc(14px * 0.02);
    margin-bottom: 0;
}
.branchshop__info_detail > div > div ul {
    margin-left: 1.3em;
}
.branchshop__info_detail > div > div ul li {
    list-style: disc !important;
}
.branchshop__info_detail .branchshop__bold {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: calc(16px * 0.02);
}
.branchshop__info_detail .branchshop__email {
    display: inline-flex;
    align-items: center;
}
.branchshop__info_detail .branchshop__email img {
    width: 23px !important;
    margin-right: 5px;
    filter: invert(13%) sepia(50%) saturate(700%) hue-rotate(330deg) brightness(0.8);
}
.branchshop__info_detail .branchshop__small {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: calc(12px * 0.02);
    margin-top: 8px;
    color: #777;
}
.branchshop__info_detail p a {
    display: inline-block;
    margin-top: 4px;
}


.branchshop__voice {
    background-color: #F7F7F7;
    padding: 32px 32px 46px;
    margin-bottom: 80px;
}
.branchshop__voice_title.shop__title {
    color: #333;
    border-color: #333;
}
.branchshop__voice_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.branchshop__voice_top > div:nth-of-type(1) {
    width: 286px;
}
.branchshop__voice_top > div:nth-of-type(2) {
    width: 338px;
}
.branchshop__voice_top > div:nth-of-type(2) > p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: calc(20px * 0.02);
    margin-bottom: -4px;
    color: #842C37;
}
.branchshop__voice_map {
    margin-top: 8px;
}
.branchshop__voice_map > div {
    line-height: 1.3;
    margin-bottom: 7px;
    position: relative;
}
.branchshop__voice_map .branchshop__voice_map_star {
    display: inline-block;
    width: 100px;
    border-bottom: 1px solid #842C37;
}
.branchshop__voice_map a {
    cursor: pointer;
}
.branchshop__voice_map a .branchshop__voice_map_star {
    color: #842c37;
    font-size: 125%;
    letter-spacing: 2px;
}
.branchshop__voice_map .branchshop__voice_map_bar {
    display: inline-block;
    width: 195px;
    height: 15px;
    vertical-align: -5px;
    margin: 0 6px;
}
.branchshop__voice_map .branchshop__voice_map_num {
    color: #842C37;
    text-decoration: underline;
    display: inline-block;
    margin-left: auto;
    position: absolute;
    top: 2px;
    right: 0;
}
.branchshop__voice_comment {
    padding: 24px;
    background-color: #fff;
    margin-bottom: 8px;
}
.branchshop__voice_star {
    position: relative; 
    display: inline-block; 
    font-size: 14px;
    letter-spacing: 4px;
    margin-bottom: 4px;
}
.branchshop__voice_star span:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #e08023;
}
.branchshop__voice_star span:nth-of-type(2) {
    color: transparent;
    -webkit-text-stroke: 1px #e08023;
}
.branchshop__voice_score span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: calc(16px * 0.02);
    margin-bottom: 4px;
}
.branchshop__voice_score span:nth-child(2) {
    margin-left: 10px;
}
.branchshop__voice_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 50px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: calc(14px * 0.02);
}
.branchshop__voice_item p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: calc(14px * 0.02);
    margin-bottom: 0;
}
.branchshop__voice_item > div {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 100px;
}
.branchshop__voice_item a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: calc(13px * 0.02);
    color: #842C37;
    text-decoration: underline !important;
    text-decoration-color: #ba7f86 !important;
    position: relative;
    margin-left: 1em;
}
.branchshop__voice_item a:not([href]) {
    color: inherit;
    font-weight: normal;
    text-decoration: none !important;
    cursor: default;
    pointer-events: none;
}
.branchshop__voice_item a::before {
    content: "・";
    position: absolute;
    top: 0;
    left: -1em;
}
.branchshop__voice_btn {
    text-align: right;
    margin-top: 24px;
}
.branchshop__voice_btn a {
    border-bottom: 1px solid #333;
    padding-bottom: 3px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: calc(15px * 0.02);
    color: #333;
    cursor: pointer;
}


.branchshop__news {
    margin-bottom: 100px;
}
.branchshop__news_list {
    margin-top: -8px;
}
.branchshop__news_list li {
    list-style: disc;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: calc(15px * 0.02);

}
.branchshop__news_list li a {
    text-decoration: underline !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: calc(15px * 0.02);
}


.branchshop__shop {
    margin-bottom: 120px;
}


.branchshop__topinfo {
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.branchshop__topinfo--side {
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}
.branchshop__topinfo--side.active {
  opacity: 1;
  visibility: visible;
}

.branchshop__topinfo--side .branchshop__topinfo_title {
    padding: 24px 0 16px 0;
    border-bottom: none;
    margin-bottom: 0;
    border-top: 2px solid #653033;
}
.branchshop__topinfo--side .branchshop__topinfo_title h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: calc(20px * 0.04);
}
.branchshop__topinfo .branchshop__topinfo_title a {
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 23px;
    border-radius: 40px;
    border: 1px solid rgba(132, 44, 55, 0.2);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    color: #842C37;
    margin-top: 3px;
}
.branchshop__topinfo .branchshop__topinfo_title a span {
    display: inline-block;
    rotate: 90deg;
    margin-left: 3px;
    margin-top: 1px;
}
.branchshop__topinfo_info {
    margin-bottom: 24px;
}
.branchshop__topinfo_info > div {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: calc(14px * 0.02);
    margin-bottom: 8px;
}
.branchshop__topinfo_info > div .branchshop__topinfo_info_tel {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: calc(14px * 0.02);
}
.branchshop__topinfo_info > div .shop__googlemap01 {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 0;
}
.branchshop__topinfo_btn {
    width: 100%;
    height: 43px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: calc(15px * 0.02);
    color: #fff;
    background-color: #E08023;
    margin-top: 32px;
}
.branchshop__topinfo_btn:hover {
    color: #fff;
}
.branchshop__topinfo a {
    text-decoration: none;
}




/*  ----------------------------------------------------------

display

----------------------------------------------------------  */
.sp {
    display: none !important;
}



/* sysReviewInfo */
.sysReviewInfo[data-channelCode] > div:nth-child(1)::before { content: var(--average-service-rating); }
.sysReviewInfo[data-channelCode] > div:nth-child(2) span {
	color: transparent;
	background: linear-gradient(to right,#e08023,#e08023 var(--stars-percent),#d0d0d0 var(--stars-percent),#d0d0d0);
	background-clip: text;
}
.sysReviewInfo[data-channelCode] > div:nth-child(3)::before { content: var(--num-reviews); }

.reviewDiv { padding-bottom: 10px; border-bottom: 1px dotted #ccc; }
.reviewGauges { margin: 10px 0px 20px 0px; }
.reviewGauges a { text-decoration: underline; cursor: pointer; }
.reviewGauges .gauge { display: inline-block; width: 240px; height: 1em; background: #d0d0d0; margin: 0px 10px; vertical-align: middle; }
.reviewGauges .gauge span { display: block; height: 100%; background: #e08023; }
.reviewNote { margin: 0px; color: #842c37; }
.reviewComment { margin: 0px; padding: 10px 0px; border-bottom: 1px dotted #eee; }
.reviewComment .flex { display: flex; justify-content: space-between; }
.reviewComment .flex > span { display: block; }
.reviewComment .flex .stars { font-size: 140%; line-height: 1; color: #e08023; }
.reviewComment .main .items:empty { display: none; }
.reviewComment .main .items:not(:empty)::before { content: "ご注文商品："; }
.reviewComment .main .items span { display: block; }
.reviewComment .main .items span::before { content: "・"; }
.reviewComment .moreDiv { margin-top: 3px; }
.reviewComment .moreDiv a { text-decoration: underline; cursor: pointer; }
.reviewComment.showLess .main { max-height: calc(10em * 1.8)/*10 lines*/; overflow: hidden; }
.reviewComment:not(.showLess) .moreDiv { display: none; }
.shopReviewPanel { line-height: 1.8; }
.shopReviewPanel .reviewDiv { margin: 0px 10px; }
.shopReviewPanel .reviewComment { margin: 0px 10px; }

/* shopReviewPanel */
.shopReviewPanel { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: var(--z-overlay); display: none; }
.shopReviewPanel .background { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; background-color: #1f1f1f; opacity: 0.5; }
.shopReviewPanel h2 { padding-left: 10px !important; }
.shopReviewPanel h3 { font-size: 120%; padding-left: 10px !important; }
.shopReviewPanel .container { position: absolute; top: 35px; left: calc(50% - 700px / 2); right: calc(50% - 700px / 2); bottom: 35px; background-color: #ffffff; border: 1px solid gray; box-shadow: 0px 0px 5px rgba(0,0,0,0.8); padding-bottom: 40px; overflow: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; }
.shopReviewPanel .backBtn { display: block; position: absolute; top: 5px; right: calc(50% - 700px / 2); width: 28px; height: 28px;
	color: #ffffff;
	background-color: gray;
	border-radius: 3px;
	overflow: hidden;
	z-index: 10;
}
.shopReviewPanel .backBtn span { display: block; }
.shopReviewPanel .backBtn span::before,
.shopReviewPanel .backBtn span::after { content: ""; display: block; background-color: #ffffff; transform: rotate(45deg); }
.shopReviewPanel .backBtn span::before { width: 16px; height: 2px; margin: 13px 0px 0px 6px; }
.shopReviewPanel .backBtn span::after { width: 2px; height: 16px; margin: -9px 0px 0px 13px; }
.shopReviewPanel .filterDiv { margin: 0px 10px; padding: 5px 0px; }
.shopReviewPanel .filterDiv:empty { display: none; }
.shopReviewPanel .filterDiv span { display: inline-block; padding: 3px 5px; background-color: #e0e0e0; border: 1px solid #808080; }

/*  different design that I don't like */
/*
.shopReviewPanel .background { opacity: 0.8; }
.shopReviewPanel .container { top: 40px; left: 0px; right: 0px; bottom: 0px; }
.shopReviewPanel .backBtn { top: 6px; background-color: transparent; }
.shopReviewPanel .backBtn span::before { width: 22px; height: 1px; margin: 13px 0px 0px 3px; transform: rotate(45deg) scale(1.3); }
.shopReviewPanel .backBtn span::after { width: 1px; height: 22px; margin: -11px 0px 0px 13px; transform: rotate(45deg) scale(1.3); }
*/

.shopReviewPanel .backBtn { background: none; transform: scale(1.5); }
.shopReviewPanel .container { padding: 10px 10px 40px 10px; }
