

.content-title{
	font-size: 1.5rem;
	font-weight: 700;
    margin-bottom: 2rem;
}

/*--tabs-------------------------------------------------------*/
.tabs {
    margin-bottom: 1rem;
}
.tabs ul {
    display: flex;
    gap: 1rem;
    padding: 0;
    margin: 0;
}
.tabs li {
    margin: 0;
}
.tabs a {
    display: inline-block;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #666;
    border-radius: 50px;
    transition: 0.3s;
}
.tabs a:hover {
    background: #f5f5f5;
}
.tabs a.active {
    background: #111;
    color: #fff;
}

.tabbox {
    display: none;
}

.tabbox:first-of-type {
    display: block;
}

.tabbox .more-link,
.review .more-link,
.review-conf .more-link,
.recommend-shop .more-link,
.post-section .more-link {
	display: block;
	padding: 1rem 0;
	margin-top: 0;
	text-align: center;
	color: #fff;
    background: #558dad;
	border-radius: 8px;
}

.tabbox .more-link:hover,
.review .more-link:hover,
.review-conf .more-link:hover,
.recommend-shop .more-link:hover,
.post-section .more-link:hover {
	border-radius: 2rem;
}
/*--tabs end-------------------------------------------------------*/

/*--ranking-------------------------------------------------------*/
.rank-container {
    display: flex;
    flex-direction: column;
}

.rank-card {
    background: #fff;
    border-radius: 18px;
    padding: 2rem;
    margin-bottom: 30px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
    transition: 0.3s ease;
    border: 1px solid #eee;
}
.rank-card.rankA,
.rank-card.rank1 {
    border-color: #E6C200;
    box-shadow: inset 0 0 15px rgba(255,245,180,0.7);
}
.rank-card.rank2 {
    border-color: #b8bec5;
    box-shadow: inset 0 0 15px rgba(226, 235, 245, 0.7);
}
.rank-card.rank3 {
    border-color: #C27A3A;
    box-shadow: inset 0 0 15px rgba(255,230,210,0.7);
}

.rank-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.rank-card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.rank-badge img {
    width: 60px;
}

.rank-number {
    font-size: 14px;
    font-weight: 600;
    background: #111;
    color: #fff;
    padding: 6px 14px;
    border-radius: 50px;
}

.rank-title {
    font-size: 20px;
    margin: 0;
}

.rank-title a {
    text-decoration: none;
    color: #111;
    transition: 0.2s;
}

.rank-title a:hover {
    opacity: 0.7;
}

.rank-card-body {
    display: flex;
    gap: 2rem;
}
.rank-media {
    width: 220px;
    flex-shrink: 0;
}

.rank-thumbnail img {
    width: auto;
    height: 220px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
}

.rank-review-summary {
    margin-top: 12px;
}

.review-count {
    font-size: 13px;
    color: #666;
    text-decoration: none;
}

.review-count:hover {
    color: #000;
}

.rank-content {
    width: calc(100% - (220px + 2rem));
    flex: 1;
}

.rank-info-primary,
.rank-info-secondary {
    list-style: none;
    padding: 0;
}
.rank-info-secondary {
    margin: 0 0 15px 0;
}

.rank-info-primary li,
.rank-info-secondary li {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.7;
}

.rank-info-primary strong,
.rank-info-secondary strong {
    font-weight: 600;
    color: #111;
}

.rank-content .info-hours,
.rank-content .info-website,
.rank-content .info-total,
.rank-content .info-address {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.info-website a,
.info-reviews a {
    color: #666;
    text-decoration: none;
}

.info-website a:hover,
.info-reviews a:hover {
    color: #000;
}

.rank-actions {
    margin-top: 20px;
}

.rank-button {
    display: inline-block;
    padding: 12px 26px;
    background: #111;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

.rank-button:hover {
    background: #333;
}
/*--ranking end-------------------------------------------------------*/

/*--section-------------------------------------------------------*/
section {
	margin-bottom: 60px;
}
section:last-child {
	margin-bottom: 0;
}
.section-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    border-left: 5px solid #111;
    padding-left: 12px;
}

.section-title span {
    font-weight: 600;
}

/*--section end-------------------------------------------------------*/

/*--content-------------------------------------------------------*/
.content-banner {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 40px 0 60px;
}

.content-banner img {
    width: 100%;
    border-radius: 14px;
    transition: 0.3s;
}

.content-banner img:hover {
    transform: translateY(-4px);
}

/*--content end-------------------------------------------------------*/

/*--shop-article-------------------------------------------------------*/
.shop-media {
    margin-bottom: 2rem;
}
.shop-container {
    background: #fff;
    padding: 30px;
    margin-top: 2rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.shop-info {
    list-style: none;
    padding: 0;
    margin: 0;
}
.shop-info li {
    display: flex;
    flex-direction: column;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}
.shop-info li:last-child {
    border-bottom: none;
}
.shop-info .info-text {
    white-space: pre-wrap;
}
.shop-info strong {
    font-weight: 600;
    color: #666;
    font-size: 13px;
    margin-bottom: 6px;
}
.shop-info li span,
.shop-info li a,
.shop-info li {
    color: #222;
}

.shop-info a {
    color: #0073aa;
    text-decoration: none;
    word-break: break-all;
}
.shop-info a:hover {
    color: #333;
}

/* レビューリンク強調 */
.info-reviews a {
    display: block;
    padding: 8px 14px;
    background: #558dad;
    color: #fff !important;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    transition: 0.2s ease;
}

.info-reviews a:hover {
    opacity: 0.85;
}
/*--shop-article end-------------------------------------------------------*/

/*--review-------------------------------------------------------*/
.review form {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.review select,
.review input,
.review textarea {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
    width: 100%;
}

.review textarea {
    height: 120px;
    resize: vertical;
}

.review button {
    background: #111;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
}

.review button:hover {
    background: #333;
}

.review .more-link,
.review .txt {
    margin-top: 30px;
}

.review .txt {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

.review-item {
    background: #ffffff;
    border-radius: 14px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.review-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

/* 星評価 */
.review-rating {
    color: #f5a623;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

/* 投稿者 */
.review-author {
    font-weight: 600;
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
}

/* 本文 */
.review-content {
    font-size: 15px;
    line-height: 1.7;
    color: #222;
}

/* 空状態 */
.review-conf p {
    color: #777;
    font-size: 14px;
    margin-bottom: 30px;
}
/*--review end-------------------------------------------------------*/

/*--recommend shop-------------------------------------------------------*/
.recommend-shop .more-link{
    margin-top: 30px;
}
/*--recommend shop end-------------------------------------------------------*/

/*--faq-------------------------------------------------------*/
.faq__item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.faq__question {
    cursor: pointer;
    font-weight: 600;
    position: relative;
    padding-right: 25px;
}

.faq__question::after {
    content: "+";
    position: absolute;
    right: 0;
    font-weight: bold;
}

details[open] .faq__question::after {
    content: "−";
}

.faq__answer {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}
/*--faq end-------------------------------------------------------*/

.info-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.info-list {
    margin: 0;
}

.info-row {
    display: flex;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid #eee;
}

.info-row:last-child {
    border-bottom: none;
}

.info-row dt {
    width: 140px;
    font-weight: 600;
}

.info-row dd {
    margin: 0;
    flex: 1;
    line-height: 1.7;
}

.contact-link {
    display: inline-block;
    margin-top: 10px;
    color: #111;
    font-weight: 600;
}

.map-wrapper {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.map-wrapper iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

.post-card {
	display: flex;
	flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 30px;
}
.postlist .post-card:last-child {
    margin-bottom: 0;
}

.list_eyecatch img {
    width: 150px;
    border-radius: 12px;
    display: block;
}

.postlist .inner {
	width: calc(100% - (150px + 2rem));
}
.postlist .inner h3 {
    margin: 12px 0 8px;
    font-size: 16px;
}

.postlist .inner a {
	display: inline-block;
    color: #111;
}

.postlist p {
    font-size: 14px;
    color: #666;
}
.post-section .more-link {
    margin-top: 30px;
}

.about-ranking .section-body {
    display: flex;
    flex-direction: column;
}
.about-ranking .section-body section {
	margin-bottom: 20px;
}
.about-ranking .section-body section:last-child {
	margin-bottom: 0;
}

.content-block {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.04);
}

.block-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.feature-list {
    padding-left: 18px;
    line-height: 1.7;
}

.history-block {
    margin-bottom: 18px;
}

/*--entry-------------------------------------------------------*/
/* the_content();の中身 */
.entry-container {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.entry-section {
    margin-top: 40px;
}

.entry-title {
    font-size: 1.2rem;
    border-left: 5px solid #111;
    padding-left: 12px;
    margin-bottom: 1.2rem;
}

.entry-sub-title {
    font-size: 1.1rem;
    font-weight: bold;
}

.entry-body{
    font-size:1rem;
    color:#333;
    line-height:1.6;
    white-space: pre-wrap;
}

.entry-image{
    margin:25px 0;
}
.entry-media img,
.entry-image img{
    height: auto;
    border-radius:12px;
    box-shadow:0 4px 10px rgba(0,0,0,0.05);
}

.entry-button{
    margin-top:15px;
    text-align:center;
}

.entry-button a{
    display:block;
    padding:1rem 0;
    color:#fff;
    background:#111;
    font-size:1.1rem;
    font-weight:600;
    border-radius:6px;
    text-decoration:none;
    transition:0.2s;
}

.entry-button a:hover{
    background:#fe2fd5;
    transform:translateY(-2px);
}

.entry-container .hyoka {
    color: #f5a623;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

/* リスト */
.entry-container ul,
.entry-container ol {
    margin: 20px 0 20px 20px;
}

.entry-container li {
    margin-bottom: 8px;
}

/* テーブル */
.entry-container table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    font-size: 15px;
}
.entry-container thead  {
    background: linear-gradient(135deg, #e6c200, #caa100);
    color: #fff;
}
.entry-container th {
    padding: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.entry-container td  {
    padding: 14px 16px;
    border-bottom: 1px solid #f1f1f1;
    vertical-align: middle;
}
.entry-container th {
    padding: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.05em;
}
/* 行ホバー */
.entry-container tbody tr {
  transition: all 0.25s ease;
}

.entry-container tbody tr:hover {
  background: #faf8f0;
  transform: translateY(-2px);
}

/* 番号カラム */
.entry-container td:first-child {
  font-weight: 600;
  color: #caa100;
  width: 60px;
}
/*--entry end-------------------------------------------------------*/

/*--contact-------------------------------------------------------*/
.contact-form {
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

.required {
    font-size: 12px;
    color: #fff;
    background: #e60023;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 6px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #333;
    outline: none;
}

.form-submit {
    text-align: center;
    margin-top: 30px;
}

.form-submit input[type="submit"] {
    background: #111;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    transition: 0.3s;
}

.form-submit input[type="submit"]:hover {
    background: #333;
}

/*--contact end-------------------------------------------------------*/
@media (max-width: 768px) {

    .tabs ul {
        gap: 0.5rem;
    }
    .tabs li {
        width: calc(100% / 3);
    }
    .tabs a {
        width: 100%;
        padding: 12px 0;
        text-align: center;
        font-size: 13px;
    }
    .rank-card {
        padding: 1rem;
    }
    .rank-card-body {
        gap: 1rem;
    }

    .rank-media {
        width: 120px;
    }
    .rank-thumbnail img {
        height: 120px;
    }
    .rank-content {
        width: calc(100% - (120px + 1rem));
    }

    .rank-title {
        font-size: 18px;
    }

    .rank-button {
        font-size: min(3.15vw, 13px);
    }

    .postlist {
        grid-template-columns: 1fr;
    }
    .postlist .inner h3 {
        margin-top: 0;
    }

    .info-row {
        flex-direction: column;
    }

    .map-wrapper iframe {
        height: 280px;
    }

    .recommend-shop {
        width: 100%;
    }
    .recommend-shop .more-link{
        margin-top: 1rem;
    }

    .entry-container,
    .entry-container tbody,
    .entry-container tr,
    .entry-container td {
        display: block;
        width: 100%;
    }
    
    .entry-container {
        padding: 1rem;
    }

    .entry-container thead {
        display: none;
    }

    .entry-container tr {
        margin-bottom: 18px;
        border-radius: 12px;
        box-shadow: 0 6px 18px rgba(0,0,0,0.06);
        padding: 14px;
        background: #fff;
    }

    .entry-container td {
        border: none;
        padding: 6px 0;
    }

    .entry-container td:first-child {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .entry-container td:nth-child(2) {
        font-size: 16px;
        font-weight: 600;
    }

    .entry-container td:nth-child(3) {
        font-size: 14px;
        color: #666;
    }

}