/* ================================
   OFFICIAL WATERMARK
================================ */

body.official-watermark::before {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    width: 60vw;
    height: 60vw;

    max-width: 800px;
    max-height: 800px;

    opacity: 0.15;

    background-image: url('/_images/_icon/official.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 999;
}

/* ================================
   PAGE WRAPPER
================================ */

.page-wrapper{
    max-width:1200px;
    margin:0 auto;
    padding:0 10px;
}


/* ================================
   HEADER
================================ */

.topBar{
    background:#000;
    color:#fff;
    height:36px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    padding-left:20px;
    gap:8px;
    font-size:13px;
    white-space:nowrap;
    overflow:hidden;
}

.brand-name{
    font-size:18px;
    font-weight:700;
    flex-shrink:0;
}

.wave{
    position:relative;
    display:inline-block;
    line-height:1;
}

.wave-line{
    position:absolute;
    left:50%;
    bottom:-9px;
    transform:translateX(-50%);
    width:52px;
    height:16px;
    overflow:visible;
}

.wave-line path{
    fill:#54c8e8;
    stroke:none;
}

.tagline{
    font-size:14px;
    color:#ddd;
    letter-spacing:0.5px;
}

.header{
    position:relative;
}

.header > img{
    width:100%;
    
    object-fit:cover;
}

.sidebar-recommendation{
    margin-bottom:20px;
}

.sidebar-recommendation-link{
    display:block;
    text-decoration:none;
    color:inherit;
}

.sidebar-recommendation-link{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
    color:inherit;
}

.sidebar-recommendation-image{
    width:50px;
    flex-shrink:0;
}

.sidebar-recommendation-image img{
    display:block;
    width:50px;
    height:50px;
    object-fit:contain;
}

.sidebar-recommendation-name{
    font-weight:600;
    line-height:1.4;
}

.sidebar-recommendation-name{
    display:block;
    margin-top:8px;
    font-weight:600;
    line-height:1.4;
}

/* ================================
   MAIN LAYOUT
================================ */

.content-layout{
    display:flex;
    gap:30px;
    align-items:flex-start;
}

.content-main{
    width:850px;
    min-width:0;
}

.sidebar{
    width:300px;
    flex-shrink:0;
}



/* ================================
   PROFILE HEADER
================================ */

.profile-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    padding:0;
}

.profile-name{
    font-family: 'Limelight', cursive;
    font-size:42px;
    font-weight:700;
    line-height:1.2;
    margin:0;
}

.profile-logo img{
    width:150px;
    height:150px;
    object-fit:contain;
}

.profile-name-furigana{
    font-family: 'Limelight', cursive;
    font-size:28px;
    font-weight:700;
    line-height:1.2;
    margin:0;
}

.profile-name-name2{
    font-family: 'Limelight', cursive;
    font-size:28px;
    font-weight:700;
    line-height:1.2;
    margin:0;
    background-color: rgb(145,155,81, 0.3);
}
/* ================================
   UPDATED
================================ */

.profileInfo-lastUpdated{
    font-size:14px;
    color:#666;
    margin:25px 0 15px;
}



/* ================================
   CATEGORY
================================ */

.profileInfo-category{
    margin-bottom:20px;
}

.profileInfo-category a{
    display:inline-block;
    padding:8px 20px;
    margin-right:8px;
    border-radius:20px;
    background:#f1ddb0;
    color:#333;
    text-decoration:none;
    font-size:14px;
    font-weight:bold;
}

.profileInfo-category .cat2Main{
    background:#d88b45;
    color:#fff;
}



/* ================================
   PROFILE INFORMATION GRID
================================ */

.profile-info-grid{
    display:grid;
    grid-template-columns:58% 42%;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}



/* ================================
   CONTACT BOX
================================ */

.profile-contact-box{
    background:#fff;
    padding:15px;
    border-right:1px solid #ddd;
}

.profile-contact-box div{
    display:flex;
    align-items:flex-start;
    gap:8px;
    margin:12px 0;
    font-size:15px;
    line-height:1.5;
}

.profile-contact-box div img{
    width:18px;
    height:18px;
    flex-shrink:0;
    margin-top:3px;
}

.profile-contact-box{
    overflow-wrap: break-word;
    word-break: break-word;
}

.profile-contact-box a{
    overflow-wrap: break-word;
    word-break: break-word;
    display:inline-block;
}

.detail-indent{
    width:18px;
    flex-shrink:0;
    display:inline-block;
}

/* ================================
   RIGHT INFORMATION BOX
================================ */

.profile-right-box{
    padding:15px 20px;
}



/* ================================
   STATUS
================================ */

.profile-status-box{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    gap:15px;
    padding-bottom:15px;
    border-bottom:1px solid #ddd;
    text-align:center;
}

.status-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    width:60px;
    font-size:12px;
    text-align:center;
    line-height:1.1;
}

.status-item img{
    width:46px;
    height:46px;
    margin-bottom:5px;
}

/* ================================
   TAGS
================================ */

.profileInfo-tag{
    text-align:left;
    margin-top:20px;
    margin-bottom:10px;
}

.profileInfo-tag a{
    display:inline-block;
    padding:5px 12px;
    margin:3px;
    background:#f5e6b7;
    border-radius:15px;
    font-size:14px;
    text-decoration:none;
    color:#333;
}



/* ================================
   SNS
================================ */

.profileInfo-links{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    margin-top:18px;
    flex-wrap:wrap;
}

.profileInfo-links img{
    width:45px;
    height:45px;
    object-fit:contain;
}



/* ================================
   DESCRIPTION
================================ */

.description{
    position:relative;
    margin:45px 0;
    padding:48px 30px 28px;

    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:10px;

    box-shadow:0 6px 18px rgba(0,0,0,.05);

    color:#444;
    font-size:15px;
    line-height:1.9;
}

.description::before{
    content:"About this place";

    position:absolute;
    top:-18px;
    left:24px;

    padding:6px 18px;

    background:#355C7D;
    color:#fff;

    border-radius:4px;

    font-family:'Caveat',cursive;
    font-size:1.5rem;
    font-weight:700;

    transform:rotate(-2deg);

    box-shadow:0 3px 8px rgba(0,0,0,.15);
}

.description::after{
    content:"";

    position:absolute;
    top:-7px;
    left:42px;

    width:10px;
    height:10px;

    background:#d92c2c;
    border-radius:50%;

    box-shadow:
        inset 2px 2px 2px rgba(255,255,255,.45),
        0 2px 3px rgba(0,0,0,.35);
}

.description:empty{
    display:none;
}

/* ================================
   REMARKS
================================ */

.remarks{
    position:relative;
    margin:3rem 0;
    padding:45px 24px 22px;

    background:#fffefb;

    border:2px solid #ddd;
    border-radius:10px;

    box-shadow:5px 6px 0 rgba(0,0,0,.12);
}

.remarks:empty{
    display:none;
}

.remarks::before{
    content:"Remarks";

    position:absolute;
    top:-18px;
    left:28px;

    padding:.45rem 1.2rem;

    background:#355C7D;
    color:#fff;

    border-radius:999px;

    font-family:'Caveat',cursive;
    font-size:1.5rem;
    font-weight:700;

    box-shadow:0 3px 8px rgba(0,0,0,.18);

    transform:rotate(-2deg);
}

.remarks::after{
    content:"";

    position:absolute;

    top:-7px;
    left:44px;

    width:10px;
    height:10px;

    background:#d92c2c;
    border-radius:50%;

    box-shadow:
        inset 2px 2px 2px rgba(255,255,255,.45),
        0 2px 3px rgba(0,0,0,.35);
}

/* ================================
   MEDIA AREA
   Map / Menu / Gallery
================================ */

.profile-media-layout{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
    margin-top:5px;
}

.media-box{
    min-width:0;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    gap:12px;
}

.media-box img{
    width:100%;
    
    object-fit:cover;
    border-radius:8px;
}

.mapTitle,
.menuTitle,
.galleryTitle{
    font-size:20px;
    font-weight:bold;
    margin-bottom:10px;
    display:flex;
    align-items:center;
    white-space:nowrap;
}

.mapTitle img,
.menuTitle img,
.galleryTitle img{
    width:24px;
    height:24px;
    object-fit:contain;
    margin-right:8px;
}



/* ================================
   MESSAGE
================================ */

.sample-profile-message{
    background:#fff4d6;
    padding:20px;
    margin-top:25px;
    border-radius:10px;
    line-height:1.7;
}



/* ================================
   SIDEBAR
================================ */

.side-box{
    background:#f8f8f8;
    padding:15px;
    margin-bottom:20px;
}

.side-box > img{
    width:70px;
    float:left;
    margin-right:12px;
    margin-bottom:10px;
}

.side-box:after{
    content:"";
    display:block;
    clear:both;
}

.side-box h3{
    margin-top:0;
}

.map-image-box{
    height:260px;
    background:#ddd;
    border-radius:8px;
    overflow:hidden;
}

.map-image-box img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.info-title-note{
    display:block;
    width:fit-content;
    position:relative;
    margin:1.5rem 0;
    padding:.8rem 1rem .8rem 1.8rem;
    background:#fff;
    border:2px dashed #d7d7d7;
    border-radius:8px;
    box-shadow:3px 4px 0 rgba(0,0,0,.15);
    transform:rotate(-2deg);
}

.info-title-note::before{
    content:"";
    position:absolute;
    top:-15px;
    left:22px;
    width:16px;
    height:16px;
    background:radial-gradient(circle at 35% 35%,#fff 0,#d92c2c 35%,#a00000 100%);
    border-radius:50%;
    box-shadow:0 2px 3px rgba(0,0,0,.35);
    z-index:2;
}

.info-title-note::after{
    content:"";
    position:absolute;
    top:-1px;
    left:26px;          /* 頭の中心 */
    width:2px;
    height:18px;
    background:#777;
    transform-origin:top center;
    transform:translateX(-50%) rotate(18deg);
    z-index:1;
}

.info-title-note span{
    display:block;
    font-family: 'Caveat', cursive;
    color:#355C7D;
    font-size:1rem;
    font-weight:800;
    line-height:1.35;
    letter-spacing:.02em;
}
html[lang="en"] .info-title-note span,
html[lang="fr"] .info-title-note span {
    font-size:1.45rem;
}

.detail-space{
    height:0.75rem;
}



.phone-detail{
    display:flex;
    align-items:flex-start;
}

.phone-detail > img{
    flex-shrink:0;
    margin-right:5px;
}

.phone-list{
    display:block;
}

.profile-contact-box .phone-list{
    display:block;
    margin:0;              /* ← 追加 */
}

.profile-contact-box .phone-item{
    display:flex !important;
    align-items:center;
    gap:5px;
    margin:0 0 5px 0;       /* ← margin-bottomだけ残し、上を0に */
}
.phone-item{
    display:flex !important;
    align-items:center;
    gap:5px;
    margin-bottom:5px;
}

.phone-item img{
    flex-shrink:0;
}








.map-embed-wrapper{
    position:relative;
    width:100%;
}

.map-embed-wrapper iframe{
    display:block;
}

.map-embed-label{
    position:absolute;
    top:120px;
    left:20px;
    background:transparent;
    padding:0;
    font-size:32px;
    font-weight:700;
    color:#606fb6;
    text-shadow:0 1px 4px rgba(0,0,0,.6), 0 1px 12px rgba(0,0,0,.4);
    pointer-events:none;
    z-index:2;
}