.place{box-sizing:border-box;display:grid;gap:4rem;grid-template-columns:repeat(2,1fr);justify-content:center;margin:0 auto;padding:0}.place,.place-img{width:100%}.place img{height:100%;object-fit:cover;width:100%}.comment{flex-shrink:0;margin-left:2rem;width:9rem}.place-content{display:grid;gap:2.4rem;width:100%}.place-info-Wrapper{display:grid;gap:1.6rem}.place-info-title{align-items:flex-end;display:flex;flex-direction:row}.place-info-title h3{font-size:2.6rem;letter-spacing:.13rem;text-align:center}.place-info-subtitle,.place-info-title h3{color:var(--black,#09122b);font-style:normal;font-weight:700}.place-info-subtitle{font-size:1.6rem;text-align:left}.place-info-row{display:flex;flex-direction:row;gap:.1rem}.items{color:var(--grey,var(--grey_darker,#908f8f));flex-shrink:0;font-weight:700;width:10rem}.details,.items{font-size:1.4rem;font-size:1.6rem;font-style:normal}.details{color:var(--black,#09122b);display:flex;flex-direction:column;font-weight:400}.sub_image_container{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;margin-top:2.5rem;width:100%}.sub_image{flex-shrink:0;overflow:hidden;width:calc(25% - 1rem)}.sub_image img{height:100%;object-fit:cover;width:100%}.sns a{display:block;width:1.6rem}.sns img{height:100%;object-fit:contain;width:100%}@media (max-width:768px){.place{grid-template-columns:1fr}}@media (max-width:480px){.sub_image{height:auto;width:calc(50% - .5rem)}.sub_image_container{gap:.5rem;justify-content:center}.items{color:var(--grey,var(--grey_darker,#908f8f))}}