@charset "utf-8";

.main {
    width: 96vw;
    margin: 0 auto;
    padding: 13vw 0 0;
}

.shopinfo__table {
    margin: 10vw 0 15vw;
}
.shopinfo__table td {
    padding: 4.5vw 3vw;
}

.shopinfo__table td:first-child {
    width: 40vw;
    background: #6b4545;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.shopinfo__table td:nth-child(2) {
    border-bottom: 1px dotted #6b4545;
    color: #6b4545;
    line-height: 1.5;
}
.shopinfo__table td.last {
    border-bottom: none;
}
.shopinfo__table td a {
    color: #6b4545;
    text-decoration: underline;
}
.rule {
    width: 100%;
    background: #fff;
    text-align: center;
}
.rule-wrapper {
    padding: 17vw 5vw 5vw;
}
.rule__ttl {
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 5.5vw;
    letter-spacing: .2em;
    text-indent: .2em;
    color: #7d7d7d;
}
.rule__txt {
    padding: 10vw 0 7vw;
    line-height: 2;
    text-align: left;
}
.rule__txt span {
    background: linear-gradient(transparent 50%, #8cfffb 50%);
}
.rule-container {
    position: relative;
    margin: 1.5em 0;
    padding: 1.5em 1em 1em 1em;
    border: solid 3px #7d7d7d;
    border-radius: 8px;
}
.rule-container h3 {
    display: inline-block;
    position: absolute;
    top: -3vw;
    left: 5vw;
    padding: 0 2vw;
    background: #FFF;
    color: #7d7d7d;
    font-weight: bold;
    font-size: 4.8vw;
    line-height: 1;
}
.rule-container p {
    margin: 0; 
    padding: 0;
}
.rule__list ul {
    text-align: left;
}
.rule__list li {
    padding: 3vw;
}
.rule__list li:before {
    display:  inline-block;
    position:  relative;
    top: -3px;
    width:  5px;
    height:  5px;
    margin-right: 8px;
    border-radius:  50%;
    background-color: #7d7d7d;
    content: "";
}