.clear::after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both
}

.pseudo-init {
    content: "";
    display: block
}

#contents {
    width: 1170px;
    position: relative;
    margin: 0 auto;
    background: #FF571A;
    border-radius: 20px;
    overflow: hidden
}

#contents.detail-green {
    background: #00B786;
}

#contents.detail-blue {
    background: #007fb7;
}

#contents.detail-mustard {
    background: #f1a039
}

#contents::after,
#contents::before {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0
}

#contents::before {
    top: 0;
    background: url(/images/bg-dotted-top.png) 0 0 no-repeat;
    background-size: 1170px;
}

#contents::after {
    bottom: 0;
    background: url(/images/bg-dotted-bottom.png) left 0 bottom no-repeat;
    background-size: 1170px;
}

#contents>.background-wrapper {
    width: 100%;
    position: relative;
    margin: 30px 0;
    padding: 0 33px;
    min-height: 100px;
    box-sizing: border-box
}

#contents>.background-wrapper::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: url('/images/bg-dotted-middle.png') 0 0 repeat-y;
    background-size: 1170px;
}

#contents>.background-wrapper h1 {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    z-index: 1
}

#contents>.background-wrapper .go-back {
    position: absolute;
    top: 9px;
    left: 30px;
    display: block;
    z-index: 2;
    width: 102px;
    height: 38px;
    margin-left: 12px;
    padding-left: 34px;
    line-height: 34px;
    border-radius: 6px;
    border: solid 1px #dcdddd;
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    box-sizing: border-box;
    background: #fff url(/images/ico-arrow-go-back.png) 12px 8px no-repeat;
    background-size: 11px auto;
    opacity: .9
}

#contents>.background-wrapper>.background-wrapper {
    position: relative;
    padding: 50px 0
}

#contents>.background-wrapper>.background-wrapper::after,
#contents>.background-wrapper>.background-wrapper::before {
    content: "";
    display: block;
    width: 1170px;
    height: 50px;
    position: absolute;
    left: -33px
}

#contents>.background-wrapper>.background-wrapper::before {
    top: 0;
    background: url(/images/bg-paper-top.png) center 0 no-repeat;
    background-size: 1100px;
}

#contents>.background-wrapper>.background-wrapper::after {
    bottom: 10px;
    background: url(/images/bg-paper-bottom.png) center bottom no-repeat;
    background-size: 1100px;
}

#contents>.background-wrapper>.background-wrapper>.background-wrapper {
    position: relative
}

#contents>.background-wrapper>.background-wrapper>.background-wrapper::before {
    content: "";
    display: block;
    width: 1170px;
    height: 100%;
    position: absolute;
    top: -5px;
    left: -33px;
    background: url(/images/bg-paper-middle.png) center 0 repeat-y;
    background-size: 1100px !important;
}

#contents .contents {
    width: 100%;
    padding: 0 90px 0 60px;
    position: relative;
    min-height: 300px;
    box-sizing: border-box
}

#contents .contents .header-restaurant {
    border-bottom: solid 2.3px #d0d0d0;
    height: 170px;
}

#contents .contents .header-restaurant::after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both
}

#contents .contents .header-restaurant .left-area {
    width: 700px;
    float: left
}

#contents .contents .header-restaurant .left-area h2 {
    margin-bottom: 0px;
    font-size: 25px;
    font-weight: 500;
    text-align: left;
    color: #000
}

#contents .contents .header-restaurant .left-area span {
    margin-bottom: 0px;
    font-size: 25px;
    font-weight: 500;
    text-align: left;
    color: #000
}

#contents .contents .header-restaurant .left-area .categories span {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: #a71b00
}
.categories{
    margin-top: 13px;
}
#contents .contents .header-restaurant .left-area .categories span::after {
    display: inline-block;
    margin: 0 0 0 4px;
    content: "|"
}

#contents .contents .header-restaurant .left-area .categories span:last-child::after {
    display: none
}

#contents .contents .header-restaurant .right-area {
    position: relative;
    top: -25px;
    float: right
}

#contents .contents .header-restaurant .right-area::after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both
}

#contents .contents .header-restaurant .right-area .scores {
    padding-right: 23px;
    width: 150px;
    height: 71px;
    float: left;
    padding-top: 10px;
    border-right: solid 1px #e4e4e4;
    box-sizing: border-box
}

#contents .contents .header-restaurant .right-area .scores li {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400 !important;
    text-align: right;
    padding-right: 10px;
    color: #838383
}

#contents .contents .header-restaurant .right-area .star {
    float: right;
    margin-top: -9px;
    /*padding-top: 10px*/
}

#contents .contents .header-restaurant .right-area .btn-print {
    position: absolute;
    bottom: -37px;
    right: 0;
    width: 74px;
    height: 27px;
    padding-left: 27px;
    line-height: 25px;
    border-radius: 6px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .03);
    border: solid .5px #d3d3d3;
    background-color: #fff;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    color: #ff662e;
    box-sizing: border-box;
    background: #fff url(/images/ico-sm-print.png) 7px 5px no-repeat
}

#contents .contents .about-restaurant {
    padding-top: 20px
}

#contents .contents .about-restaurant::after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both
}

#contents .contents .about-restaurant .left-area {
    width: 428px;
    height: 331px;
    float: left;
    background: #eee
}

#contents .contents .about-restaurant .right-area {
    width: 476px;
    float: right;
    position: relative
}

#contents .contents .about-restaurant .right-area dl {
    margin-bottom: 15px;
    line-height: 1.57
}

#contents .contents .about-restaurant .right-area dl::after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both
}

#contents .contents .about-restaurant .right-area dl.line {
    width: 450px;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #d0d0d0
}

#contents .contents .about-restaurant .right-area dl dt {
    width: 110px;
    float: left;
    font-size: 14px;
    font-weight: 600;
    text-align: left;

    font-family: 'Pretendard', sans-serif;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #000;
}

#contents .contents .about-restaurant .right-area dl dd {
    width: 330px;
    float: left;
    font-size: 15px;
    text-align: left;
    font-weight: 400 !important;
    /*font-family: 'Pretendard', sans-serif !important;*/
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #333333;
}
.homepage{
    color: #333333;
    line-height: normal;
}
#contents .contents .about-restaurant .right-area .util-btn-area {
    display: flex;
    -webkit-display: flex;
    position: absolute;
    right: 0;
    /*bottom: 0*/
}

#contents .contents .about-restaurant .right-area .util-btn-area a {
    width: 78px;
    height: 32px;
    margin-left: 12px;
    position: relative;
    padding-left: 10px;
    line-height: 28px;
    border-radius: 6px;
    border: solid 1px #dcdddd;
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: normal;
    text-align: left;
    color: #e5004f;
    box-sizing: border-box
}

#contents .contents .about-restaurant .right-area .util-btn-area a::after {
    content: "";
    display: block;
    position: absolute
}

#contents .contents .about-restaurant .right-area .util-btn-area a.btn-heart::after {
    top: 8px;
    right: 6px;
    width: 15px;
    height: 14px;
    background: url(/images/ico-sm-heart.png) 0 0 no-repeat
}

#contents .contents .about-restaurant .right-area .util-btn-area a.btn-siren {
    width: 88px
}

#contents .contents .about-restaurant .right-area .util-btn-area a.btn-siren::after {
    top: 5px;
    right: 7px;
    width: 14px;
    height: 18px;
    background: url(/images/ico-sm-siren.png) 0 0 no-repeat
}

#contents .contents .detail-section .section-header {
    position: relative;
    height: 45px;
    box-sizing: border-box;
    border-top: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd
}

#contents .contents .detail-section .section-header h3 {
    padding-top: 11px;
    font-size: 19px;
    font-weight: 500;
    text-align: left;
    color: #ff5c17
}

#contents .contents .detail-section.hashtag-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 20px;
    width: fit-content;
    height: 100%;
}

#contents .contents .detail-section.hashtag-section a {
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 22px;

    margin: 17px 5px 7px 0px;
    padding: 4px 20px 3px;
    border: solid 1.5px #ff5c17;
    background-color: #fff;

    font-family: 'Pretendard', sans-serif;
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #ff5c17;
}

#contents .contents .detail-section.hashtag-section a:hover {
    background: #ff5c17;
    color: #fff
}

#contents .contents .detail-section.history-section {
    margin-top: 27px
}

#contents .contents .detail-section.history-section .section-body font{
    font-size: 15px !important;
}

#history_section p span{
    font-size: 15px !important;
}

#contents .contents .detail-section.history-section .section-body {
    font-size: 15px !important;
    padding: 13px 100px 60px 10px;
    line-height: 23px;
    text-align: left;
    color: #333333;
}
@media (max-width:700px) {
    #contents .contents .detail-section.history-section .section-body {
        padding: 13px 10px 60px 10px;
    }
}

#contents .contents .detail-section.menu-section .section-body {
    padding: 16px 0 16px
}

#contents .contents .detail-section.menu-section .section-body .image-thumbnails {
    /*margin-bottom: 12px*/
}

#contents .contents .detail-section.menu-section .section-body .image-thumbnails::after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both
}

#contents .contents .detail-section.menu-section .section-body .image-thumbnails .detail {
    width: 533px;
    height: 400px;
    float: left;
    background: #eee
}

#contents .contents .detail-section.menu-section .section-body .image-thumbnails ul {
    width: 252px;
    float: left;
    margin-left: 12px
}

#contents .contents .detail-section.menu-section .section-body .image-thumbnails ul::after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both
}

#contents .contents .detail-section.menu-section .section-body .image-thumbnails ul li {
    width: 98px;
    height: 72px;
    margin: 0 6px 7px 0;
    float: left;
    background: #eee
}

#contents .contents .detail-section.menu-section .section-body .info li {
    margin-bottom: 10px
}

#contents .contents .detail-section.menu-section .section-body .info li:last-child {
    margin-bottom: 0
}

#contents .contents .detail-section.menu-section .section-body .info li dl {
    display: flex;
    -webkit-display: flex
}

#contents .contents .detail-section.menu-section .section-body .info li dl dt {
    flex: 0 0 100px;
    -webkit-flex: 0 0 100px;
    font-size: 16px;
    color: #a71b00
}

#contents .contents .detail-section.menu-section .section-body .info li dl dd {
    color: #000;
    font-size: 16px;
    font-weight: 390;
    padding-top: 16px;
    font-family: 'Pretendard', sans-serif;
    line-height: 20px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
}

#contents .contents .detail-section.map-section {
    padding-bottom: 42px
}

#contents .contents .detail-section.map-section .section-header {
    height: 58px;
    margin-bottom: 20px
}

#contents .contents .detail-section.map-section .section-header h3 {
    padding-top: 16px
}

#contents .contents .detail-section.map-section .section-header ul {
    display: flex;
    -webkit-display: flex;
    position: absolute;
    top: 8px;
    right: 0
}

#contents .contents .detail-section.map-section .section-header ul li {
    width: 153px;
    margin-left: 12px
}

#contents .contents .detail-section.map-section .section-header ul li.naver a {
    color: #1cb900;
    font-weight: 600 !important;
    background: url(/images/ico-naver-blog.png) 6px 5px no-repeat
}

#contents .contents .detail-section.map-section .section-header ul li.instagram {
    width: 163px
}

#contents .contents .detail-section.map-section .section-header ul li.instagram a {
    color: #9300ff;
    font-weight: 600 !important;
    background: url(/images/ico-insta.png) 6px 5px no-repeat
}

#contents .contents .detail-section.map-section .section-header ul li a {
    display: block;
    width: 100%;
    height: 38px;
    padding-left: 40px;
    border-radius: 21px;
    text-align: left;
    line-height: 34px;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .04);
    border: solid 1px #e6e6e6;
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
    box-sizing: border-box
}

#contents .contents .detail-section.map-section #restaurant-map {
    width: 100%;
    height: 360px;
    background: #eee
}

#contents .contents .detail-section.critique-section .section-header {
    margin-bottom: 16px
}

#contents .contents .detail-section.critique-section .section-header h3 {
    display: inline-block
}

#contents .contents .detail-section.critique-section .section-header span {
    margin-left: 2px;
    font-size: 15px;
    color: #707070
}

#contents .contents .detail-section.critique-section .section-header .score-info {
    position: absolute;
    top: 15px;
    right: 0;
    font-family: 'Pretendard', sans-serif;
    font-size: 17px;
    color: #9d9d9d
}

#contents .contents .detail-section.critique-section .section-body {
    overflow: hidden
}

#contents .contents .detail-section.critique-section .section-body .btn-score-area {
    display: flex;
    -webkit-display: flex;
    margin-bottom: 14px
}

#contents .contents .detail-section.critique-section .section-body .btn-score-area a {
    display: block;
    width: 33px;
    height: 33px;
    margin-right: 13px;
    background-repeat: no-repeat;
    background-position: 0 0
}

#contents .contents .detail-section.critique-section .section-body .btn-score-area a.point5 {
    background-image: url(/images/ico-point-5.png)
}

#contents .contents .detail-section.critique-section .section-body .btn-score-area a.point4 {
    background-image: url(/images/ico-point-4.png)
}

#contents .contents .detail-section.critique-section .section-body .btn-score-area a.point2 {
    background-image: url(/images/ico-point-2.png)
}

#contents .contents .detail-section.critique-section .section-body .btn-score-area a.point3 {
    background-image: url(/images/ico-point-3.png)
}

#contents .contents .detail-section.critique-section .section-body .btn-score-area a.point1 {
    background-image: url(/images/ico-point-1.png)
}

#contents .contents .detail-section.critique-section .section-body .commnet-form {
    display: flex;
    -webkit-display: flex;
    padding-bottom: 10px;
}

#contents .contents .detail-section.critique-section .section-body .commnet-form .btn-primary {
    flex: 0 0 161px;
    -webkit-flex: 0 0 161px;
    height: 81px;
    line-height: 81px;
    margin-left: 14px;
    border-radius: 11px;
    background-color: #ff5c17;
    font-size: 19px;
    font-weight: 400;
    color: #fff
}

#contents .contents .detail-section.critique-section .section-body .commnet-form textarea {
    width: 100%;
    height: 81px;
    padding: 6px 9px;
    border: 1px solid #dcdddd;
    box-sizing: border-box
}

#contents .contents .detail-section.critique-section .section-body .commnet-form textarea::placeholder {
    color: #d3d3d3
}

#contents .contents .detail-section.critique-section .section-body .comment-list li {
    display: flex;
    -webkit-display: flex;
    padding-top: 20px;
    border-bottom: solid 1px #d3d3d3
}

#contents .contents .detail-section.critique-section .section-body .comment-list li:last-child {
}

#contents .contents .detail-section.critique-section .section-body .comment-list li .user-id {
    flex: 0 0 72px;
    -webkit-flex: 0 0 72px;
    margin-right: 13px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #898989
}

#contents .contents .detail-section.critique-section .section-body .comment-list li .point {
    flex: 0 0 33px;
    -webkit-flex: 0 0 33px;
    height: 33px;
    position: relative;
    top: -6px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: 0 0
}
#contents .contents .header-restaurant .left-area h2{
    font-size: 40px;
}
#contents .contents .header-restaurant .left-area span{
    font-size: 40px;
}
#pcFormattedName span{
    font-size: 25px !important;
}

#contents .contents .detail-section.critique-section .section-body .comment-list li .point.point5 {
    background-image: url(/images/ico-point-5-active.png)
}

#contents .contents .detail-section.critique-section .section-body .comment-list li .point.point4 {
    background-image: url(/images/ico-point-4-active.png)
}

#contents .contents .detail-section.critique-section .section-body .comment-list li .point.point3 {
    background-image: url(/images/ico-point-3-active.png)
}

#contents .contents .detail-section.critique-section .section-body .comment-list li .point.point2 {
    background-image: url(/images/ico-point-2-active.png)
}

#contents .contents .detail-section.critique-section .section-body .comment-list li .point.point1 {
    background-image: url(/images/ico-point-1-active.png)
}

#contents .contents .detail-section.critique-section .section-body .comment-list li .comment {
    width: 800px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #898989
}

.detail-footer {
    padding-top: 30px
}

.detail-footer::after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both
}

.detail-footer .left-area {
    float: left;
    padding-left: 10px
}

.detail-footer .left-area .logo {
    margin-bottom: 7px
}

.detail-footer .left-area p {
    font-size: 11px;
    text-align: left;
    color: #fff;
    font-weight: 400
}

.detail-footer>ul {
    float: right;
    padding-top: 40px;
    padding-right: 20px
}

.detail-footer>ul::after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both
}

.detail-footer>ul li {
    position: relative;
    float: left;
    margin-right: 18px;
    padding-right: 18px
}

.detail-footer>ul li:last-child {
    margin-right: 0;
    padding-right: 0
}

.detail-footer>ul li:last-child::after {
    display: none
}

.detail-footer>ul li::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
    width: 1px;
    height: 13px;
    background: #fff;
    opacity: .6
}
.comment-list{
    padding-bottom: 10px;
}
.detail-footer>ul li a {
    font-size: 11px;
    color: #fff
}

.point5-click {
    background-image: url(/images/ico-point-5-active.png);
}

.point4-click {
    background-image: url('/images/ico-point-4-active.png');
}

.point3-click {
    background-image: url(/images/ico-point-3-active.png);
}

.point2-click {
    background-image: url(/images/ico-point-2-active.png);
}

.point1-click {
    background-image: url(/images/ico-point-1-active.png);
}

.delete-btn-detail {
    width: 30px;
    height: 20px;
    margin: 0px 9px 15px 65px;
    padding: 5px 10px;
    border-radius: 3px;
    border: solid 1px #d3d3d3;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Pretendard', sans-serif !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: center;
    color: #9d9d9d;
}


/* 반응형 - 미디어쿼리 */
@media all and (max-width:1080px){
    #contents {
        width: 100%;
    }
    #contents::before,
    #contents::after,
    #contents>.background-wrapper::before,
    #contents>.background-wrapper>.background-wrapper::before,
    #contents>.background-wrapper>.background-wrapper::after,
    #contents>.background-wrapper>.background-wrapper>.background-wrapper::before {
        background-size: 100% !important;
    }
    #contents>.background-wrapper>.background-wrapper::after,
    #contents>.background-wrapper>.background-wrapper::before,
    #contents>.background-wrapper>.background-wrapper>.background-wrapper::before {
        width: 100%;
        left: 0;
    }
    #contents .contents {
        padding: 0 6.5% 0 3%;
    }
    #contents>.background-wrapper>.background-wrapper::before {
        background-position: bottom;
    }
    #contents>.background-wrapper>.background-wrapper::after {
        background-position: top;
    }
    #contents .contents .about-restaurant .left-area {
        width: 40%;
        height: auto;
    }
    #contents .contents .about-restaurant .right-area {
        width: 55%;
    }
    #contents .contents .detail-section.critique-section .section-body .comment-list li > div:first-of-type {
        width: 10% !important;
    }
    #contents .contents .detail-section.critique-section .section-body .comment-list li .comment {
        width: 80%;
        margin: 0 auto 0;
    }
    #contents .contents .detail-section.menu-section .section-body .info li dl dd {
        line-height: 1.29;
    }
    .pagination {
        position: relative;
        z-index: 1;
    }
}

@media all and (max-width:1024px){
    #contents .contents .detail-section.menu-section .section-body .image-thumbnails .detail {
        width: 65%;
        height: 29.8rem;
        float: left;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover !important;
    }
}

#history_container{
    margin-top: -150px;
    display: block;
    position: absolute;
    margin-left: 220px;
}

#history_container2{
    margin-top: 170px;
    display: block;
    position: absolute;
    margin-left: 220px;
}

@media all and (max-width:768px){
    #goAd{
        float: none !important;
    }
    #goAd1{
        float: none !important;
    }
    #history_container{
        position: relative;
        margin-left: 0px;
        text-align: center;
    }
    #history_container2{
        position: absolute;
        margin-left: 0px;
        text-align: center;
        margin-top: 0px;
        top: 110px;
    }
    #contents .contents .about-restaurant .right-area dl.line{
        width: 100%;
    }
    #history_block_image{
        height: 250px;
    }
    .history_contents_cover {
        top: 43% !important;
        left: 10px !important;
        width: 90% !important;
    }
    #contents .contents .detail-section.map-section .section-header ul{
        display: none;
    }
    .ad-banner iframe{
        width: 100% !important;
    }
    #contents .contents .detail-section.critique-section .section-header .score-info{
        display: none;
    }
    #contents .contents .detail-section.map-section #restaurant-map{
        height: 295px;
    }
    #contents .contents .about-restaurant .right-area dl dd{
        width: 100%;
    }
    #history_block{
        display: none;
    }
    #contents .contents .about-restaurant .left-area,
    #contents .contents .about-restaurant .right-area{
        width: 100%;
        margin-top: -50px;
    }
    #contents .contents .about-restaurant .right-area {
        margin: 5% 0;
    }
    #contents .contents .detail-section.menu-section .section-body .image-thumbnails .detail {
        width: 100%;
        height: 20rem;
        background-position: center;
    }
    #contents .contents .detail-section.menu-section .section-body .image-thumbnails ul {
        width: 100%;
        margin-left: 0;
        margin-top: 12px;
    }
    #contents .contents .detail-section.menu-section .section-body .image-thumbnails ul li {
        width: 19.2%;
    }
    #contents .contents .detail-section.menu-section .section-body .image-thumbnails ul li:nth-of-type(5n) {
        margin: 0 0 7px 0;
    }
    #contents .contents .detail-section.critique-section .section-body .comment-list li > div:first-of-type {
        width: 15% !important;
    }
    .detail-footer .left-area,
    .detail-footer>ul {
        float: none;
    }
    .detail-footer>ul {
        padding-left: 10px;
    }
}

@media all and (max-width:640px){
    #contents .contents .detail-section.critique-section .section-header {
        height: 50px;
    }
    #contents .contents .header-restaurant .right-area{
        margin-top: 5px;
    }
    #contents .contents .detail-section.hashtag-section a {
        margin-top: 0px !important;
    }
    #contents .contents .header-restaurant .right-area .scores{
        display: none;
    }
    #contents .contents .detail-section.hashtag-section{
        padding-top: 30px;
    }
    #contents .contents .detail-section.critique-section .section-header .score-info {
        position: initial;
        margin: 7px 0 11px;
    }
    #contents .contents .detail-section.menu-section .section-body .info li dl dt {
        flex: 0 0 70px;
        -webkit-flex: 0 0 70px;
    }
    #contents .contents .detail-section.menu-section .section-body .image-thumbnails ul li {
        width: 19%;
    }
    #contents .contents .detail-section.critique-section .section-body .comment-list li {
        display: block;
        /*padding: 20px 2% 0;*/
        flex-direction: column;
        border: 0.1px solid lightgray;
        border-radius: 5px;
        padding: 15px;
    }
    #contents .contents .detail-section.critique-section .section-body .comment-list li > div:first-of-type {
        float: left;
        width: 100% !important;
    }
    #contents .contents .detail-section.critique-section .section-body .comment-list li .point {
        float: right;
        width: 33px;
        margin-right: 0;
    }
    #contents .contents .detail-section.critique-section .section-body .comment-list li .comment {
        clear: both;
        width: 100%;
        margin: 0 auto;
    }
    #contents .contents .detail-section.critique-section .section-body .commnet-form .btn-primary {
        max-width: 81px;
    }
}

@media all and (max-width:480px){
    #contents>.background-wrapper {
        padding: 0 10px;
    }
    #contents>.background-wrapper .go-back {
        width: 38px;
        overflow: hidden;
        font-size: 0;
        left: 13px;
    }
    #contents .contents .header-restaurant .left-area {
        margin-top: 10px;
        width: 100%;
    }
    #contents .contents .header-restaurant .right-area .btn-print{
        display: none;
    }
    #contents .contents .detail-section.menu-section .section-body .image-thumbnails .detail {
        height: 15rem;
    }
    #contents .contents .detail-section.menu-section .section-body .image-thumbnails ul li {
        width: 22.8%;
    }
    #contents .contents .detail-section.menu-section .section-body .image-thumbnails ul li:nth-of-type(4n) {
        margin: 0 0 7px 0;
    }
    #contents .contents .detail-section.menu-section .section-body .image-thumbnails ul li:nth-of-type(5n) {
        margin: 0 6px 7px 0;
    }
    #contents>.background-wrapper h1 {
        margin-bottom: 0;
    }
}

@media all and (max-width:700px){
    #contents .contents .about-restaurant .right-area dl dd {
        width: 100%;
    }
    #contents .contents .detail-section.map-section .section-header ul li {
        width: fit-content !important;
    }
    #contents .contents .detail-section.map-section .section-header ul li a {
        font-size: 0;
    }
    #contents .contents .detail-section.menu-section .section-body .image-thumbnails ul li {
        width: 31.7%;
    }
    #contents .contents .detail-section.menu-section .section-body .image-thumbnails ul li:nth-of-type(3n) {
        margin: 0 0 7px 0;
    }
    #contents .contents .detail-section.menu-section .section-body .image-thumbnails ul li:nth-of-type(4n) {
        margin: 0 6px 7px 0;
    }
    #contents .contents .header-restaurant .right-area {
        position: relative;
        top: -90px;
        float: right
    }
    #contents .contents .header-restaurant .left-area .categories span {
        font-size: 12px;
    }
    #pcFormattedName{
        display: none !important;
    }
    .mobileFormattedName{
        display: block !important;
        margin-top: 5px;
    }
    #contents .contents .header-restaurant{
        height: 90px !important;
    }
    #contents .contents .header-restaurant .left-area h2{
        font-size: 28px;
    }
    #contents .contents .header-restaurant .left-area span{
        font-size: 28px;
    }
    #contents .contents .header-restaurant .right-area .star picture img{
        height: 25px !important;
    }
    .categories{
        margin-top: 10px;
    }
    .delete-btn-detail{
        margin-top: -2px;
        margin-left: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
        height: 12px;
        padding: 5px 5px;
        line-height: 1.4;
        width: 50px;
    }
    .comment{

    }
    #contents .contents .header-restaurant{
        border-bottom: unset;
    }
}

#pcFormattedName{
    display: block;
}
.mobileFormattedName{
    display: none;
}

#contents .contents .header-restaurant{
    height: 100px;
}