@charset "UTF-8";
/* CSS Document */

/*ディナーコースエリア*/
#charge_box #dinner001_box {
	width:520px;
	padding:5px;
	margin:0 0 0 0;
	border:#bab075 solid 1px; 
	background:#fcfbf4;
}

#charge_box #dinner001_box p {
	padding:0;
	margin:0;
}

#charge_box #dinner001_box strong {
	color:#FF0066;
}

#charge_box #dinner001_box img {
	padding:0 0 0 5px;
	margin:0;
	width:510px;
	height:100%;
}


#charge_box #dinner001_box ul.menu_name {
	padding:20px 0 0 5px;
	margin:0;
	height: auto;
	border-bottom: 1px dotted #907F7F; 
}

#charge_box #dinner001_box ul.menu_name li {
	list-style: none;
	padding:0;
	margin:0;
	line-height: 1.5;
}

#charge_box #dinner001_box ul.menu_name li.color {
	list-style: none;
	padding:0;
	margin:0;
	line-height: 1.5;
	color:#8e7a51;
	font-weight: bold;
}

#charge_box #dinner001_box ul.menu_name li img {
	width:100px;
	height:100px;
	padding:0 10px 0px 0;
	margin:0;
	float: left;
}


#charge_box #dinner001_box ul.chuui {
	padding:20px 0 0 0;
	margin:0;
}

#charge_box #dinner001_box ul.chuui li {
	list-style: none;
	padding:0;
	margin:0;
	line-height: 1.8;
}

/*#charge_box #side_counter {
	width:520px;
	padding:5px;
	margin:10px 0 0 0;
	border:#bab075 solid 1px; 
	background:#fcfbf4;
}

#charge_box #side_counter strong {
	color:#FF0066;
}

#charge_box #wine {
	width:520px;
	padding:5px;
	margin:10px 0 0 0;
	border:#bab075 solid 1px; 
	background:#fcfbf4;
}

#charge_box #wine strong {
	color:#FF0066;
}
*/

/*プロフィールエリア*/
#left_box div#profile_box {
	width:549px;
	margin-left:5px;
	margin-top:10px;
	/*background:#660000;*/
	padding-bottom:15px;

}

#left_box div #profile_box p {
	padding-left:5px;
    color: #8c6e14;
}

#left_box div#profile_wrap {
	width:517px;
	background:#f8f2df;
	margin-left:15px;
   /* border-top: 18px solid #660000;*/
}

#left_box div#profile_wrap p.title {
	font-weight: bold; font-size: 16px; padding: 10px; text-align: center; color: #8c6e14;
}


#left_box div#profile_main {
	width:467px;
	background:#f8f2df;
	margin-left:25px;
	color:#000000;
}

#left_box div.m_waku {
	width:467px;
	padding-top:10px;
	padding-bottom:20px;
	border-bottom:#c7c3c3 dotted 1px;
}

#left_box div.m_waku img {
	padding-left:4px;
}

#left_box div.m_waku p {
	margin:0; padding-top:4px;
}

#left_box div.m_waku p.name {
	font-weight: bold; font-size: 14px;
}

#left_box div.m_waku p.link {
	margin:0; padding-top:10px;
}

#left_box div.m_waku p.link a:hover {
	margin:0; padding:0;
	color:#c15107;
}

#left_box div.m_waku p.link a {
	margin:0; padding:0;
	color:#AB0C0B;
}


#left_box div.m_waku p.link2 a:hover {
	margin:0; padding:0;
	color:#AB0C0B;
}

#left_box div.m_waku p.link2 a {
	margin:0; padding:0;
	color:#AB0C0B;
}


/* 推薦コメントセクション */
.recommendation-section {
    margin: 40px 0;
    background-color: #ffffe0;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
}

/* 目立つヘッダー */
.recommendation-header-highlight {
    background: linear-gradient(135deg, #7c7574 0%, #4d4948 100%);
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.recommendation-header-highlight p.comment-title {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

.recommendation-content {
    padding: 25px;
    background: linear-gradient(to bottom, #ffffe0, #fffff8);
}

.comment-item {
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
    border-bottom: 2px solid #e8e8e8;
    transition: all 0.3s ease;
    position: relative;
    min-height: 120px; /* 最小高さを設定 */
}

.comment-item:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.comment-item:last-child {
    margin-bottom: 0;
}

.comment-item::after {
    content: '';
    display: block;
    clear: both;
}

/* PC版の画像設定 */
.profile-img {
    width: 100px !important;
    height: auto;
    max-height: 125px;
    object-fit: cover;
    float: left;
    margin: 0 15px 15px 0;
    display: block;
}

/* プロフィール詳細とテキストのコンテナ */
.profile-text-wrapper {
    margin-left: 115px; /* 画像幅(100px) + マージン(15px) */
}

.profile-details {
    margin-bottom: 12px;
}

.profile-name {
    margin: 0 0 6px 0;
    font-size: 14px;
    font-weight: bold;
    color: #4d4948;
    line-height: 1.3;
}

.profile-date {
    margin: 0 0 12px 0;
    font-size: 11px;
    color: #888;
    line-height: 1.2;
    font-style: italic;
}

.comment-text {
    margin: 0;
    padding-left: 10px;
    font-size: 12px;
    color: #555;
    line-height: 1.7;
    text-align: justify;
    position: relative;
}

.comment-text::before {
    content: '"';
    position: absolute;
    left: -5px;
    top: -4px;
    font-size: 24px;
    color: #4a90e2;
    opacity: 0.3;
    font-family: serif;
}

/* ページトップボタン */
.pagetop {
    text-align: right;
    padding: 15px 20px 20px;
    background: linear-gradient(to top, rgba(255,255,255,0.8), transparent);
}

.pagetop a {
    display: inline-block;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.pagetop a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.pagetop img {
    display: block;
    transition: filter 0.3s ease;
}

.pagetop a:hover img {
    filter: brightness(1.1);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .recommendation-section {
        margin: 30px 0;
    }
    
    .recommendation-header-highlight {
        padding: 18px 15px;
    }
    
    .recommendation-header-highlight p.comment-title {
        font-size: 15px;
        letter-spacing: 0.8px;
    }
    
    .recommendation-content {
        padding: 20px 15px;
    }
    
    .comment-item {
        margin-bottom: 25px;
        padding: 18px;
        min-height: auto;
    }
    
    /* モバイル版では画像を中央配置 */
    .profile-img {
        float: none !important;
        display: block;
        margin: 0 auto 15px auto !important;
        width: 100px !important;
        max-height: 125px;
    }
    
    .profile-text-wrapper {
        margin-left: 0;
    }
    
    .profile-details {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .comment-text {
        text-align: left;
        font-size: 13px;
        line-height: 1.6;
    }
    
    .comment-text::before {
        left: -5px;
        top: -4px;
        font-size: 20px;
    }
    
    .pagetop {
        padding: 12px 15px 15px;
    }
}

@media (max-width: 480px) {
    .recommendation-section {
        margin: 20px 0;
    }
    
    .recommendation-header-highlight {
        padding: 15px 12px;
    }
    
    .recommendation-header-highlight p.comment-title {
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    
    .recommendation-content {
        padding: 15px 12px;
    }
    
    .comment-item {
        margin-bottom: 20px;
        padding: 15px;
    }
    
    .profile-img {
        width: 100px !important;
        margin-bottom: 12px !important;
        max-height: 125px;
    }
    
    .profile-name {
        font-size: 15px;
    }
    
    .profile-date {
        font-size: 12px;
        margin-bottom: 12px;
    }
    
    .comment-text {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .comment-text::before {
        font-size: 24px;
        left: -3px;
    }
    
    .pagetop {
        padding: 10px 12px 12px;
    }
    
    .pagetop img {
        width: 100px;
        height: auto;
    }
}