/*
Theme Name: Osouji Plus Theme Complete
Author: InfinityDesign
Description: Cleaning business theme with table menu + ACF support.
Version: 3.0
*/
body{font-family:'Noto Sans JP',sans-serif;margin:0;padding:0;color:#333;background:#fff;line-height:1.7;}
a{color:#ff2e8a;text-decoration:none;}a:hover{opacity:0.7;}
img{max-width:100%;height:auto;display:block;}
.site-header{border-bottom:3px solid #ff2e8a;background:#fff;}
header h1{margin:0;font-size:26px;}
.section{width:90%;max-width:1100px;margin:60px auto;}
.section h2{font-size:30px;margin-bottom:25px;padding-left:15px;border-left:6px solid #ff2e8a;font-weight:700;}
.hero{background:#ffe3f1;padding:80px 20px;text-align:center;}
.hero h2{font-size:36px;margin-bottom:10px;}
.service-list,.blog-list{display:flex;flex-wrap:wrap;gap:30px;}
.service-item,.blog-item{width:30%;min-width:260px;}
.service-item:hover{transform:translateY(-4px);}
footer{padding:40px 0;text-align:center;color:#666;font-size:14px;border-top:1px solid #eee;}
@media(max-width:768px){.service-item,.blog-item{width:100%;min-width:auto;}}
/* Menu Table */
.menu-table{width:100%;border-collapse:collapse;margin-top:30px;background:#fff;}
.menu-table th{background:#ffebf5;color:#333;padding:15px;border-bottom:2px solid #ff2e8a;}
.menu-table td{padding:15px;border-bottom:1px solid #eee;vertical-align:top;}
.menu-price{font-weight:bold;color:#ff2e8a;}
.menu-detail-btn{display:inline-block;padding:8px 14px;background:#ff2e8a;color:#fff;border-radius:4px;text-decoration:none;}
.menu-detail-btn:hover{opacity:.8;}
