@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1;
}

html {
    font-family: 'Yu Gothic', 'ヒラギノ角ゴ ProN', sans-serif;
    letter-spacing: 0.025em;
    color: #383838;
}

img {
    width: 100%;
}

@media(min-width:968px) {
    .pcnone {
        display: none;
    }
}

@media(max-width:968px) {
    .spnone {
        display: none;
    }
}

/* ============================================ */
/* header */
/* ============================================ */
.header_wrap {
    width: 98%;
    margin: 0 auto;
    padding: 15px 0;
}

.header {
    display: flex;
    align-items: center;
    list-style-type: none;
    list-style: none;
    /* position: relative; */
    gap: 0 15px;
}

.header .logo {
    width: 80px;
}

.header .nav {
    display: flex;
    gap: 5px;
}

.header .nav li a {
    background-image: url(../../img/fuyufes2025/menu-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 63px;
    color: white;
    text-decoration: none;
    text-align: center;
    display: block;
    z-index: 10;
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .nav li:last-child a {
    text-align: left;
}

.header .nav li a:hover {
    filter: brightness(70%);
}

.header .nav li img {
    width: 28px;
    margin-right: 8px;
}

/* ============================================ */
/* mv */
/* ============================================ */
.main_bg {
    background: url(../../img/fuyufes2025/main-bg.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: clamp(650px, 46.8vw, 900px);
    position: relative;
}

.mv_ttl {
    width: 100%;
    z-index: 10;
    display: grid;
    place-content: center;
    position: relative;
}

.mv_ttl .ttl-image {
    width: clamp(290px, 39vw, 750px);
    position: relative;
}

.mv_ttl .minorichan-image {
    position: absolute;
    bottom: -5%;
    left: -5%;
    width: clamp(90px, 11.4vw, 220px);
}

.fuyufes-item01 {
    position: absolute;
    top: 19%;
    left: 3%;
    width: clamp(140px, 14.5vw, 280px);
}

.fuyufes-item02 {
    position: absolute;
    top: 53%;
    left: 11%;
    max-width: clamp(110px, 11.4vw, 220px);
}

.fuyufes-item03 {
    position: absolute;
    top: 15%;
    right: 3%;
    width: clamp(200px, 26vw, 500px);
}

.fuyufes_date {
    z-index: 10;
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: clamp(200px, 28.6vw, 550px);
}

.border img {
    display: block;
    width: 100%;
}

/* ============================================ */
/* 毎日開催イベント */
/* ============================================ */
.area-everyday-event {
    background: url(../../img/fuyufes2025/everyday-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 5% 0;
    position: relative;
}

.everyday-event-body {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
}

.everyday-event-body .ttl {
    max-width: 520px;
    width: 60%;
    margin: 0 auto 30px;
}

.everyday-event-body .contents ul {
    display: grid;
    gap: 15px 0;
}

.everyday-event-body .contents ul li:last-child {
    width: 70%;
    margin: 0 auto;
}

/* ============================================ */
/* イベント詳細 */
/* ============================================ */
.event-info-body {
    background: url(../../img/fuyufes2025/event-info-bg01.png), url(../../img/fuyufes2025/event-info-bg02.png);
    background-position: top left, bottom right;
    background-size: 25%, 25%;
    background-repeat: no-repeat, no-repeat;
    padding: 5% 0;
}

.event-info-body .ttl {
    max-width: 400px;
    margin: 5% auto 30px;
    position: relative;
}

.event-info-body .ttl .sub {
    position: absolute;
    top: -50%;
    left: -40%;
    max-width: 200px;
}

.event-info-body .contents-area {
    width: 92%;
    margin: 0 auto;
}

.event-info-body .contents-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 30px;
}

.event-info-body .contents-area .note {
    background: #fff;
    border-radius: clamp(10px, 1.5vw, 30px);
    box-shadow: 0 0 10px gray;
    max-width: 1400px;
    margin: clamp(30px, 3.1vw, 60px) auto 0;
    padding: clamp(30px, 3.1vw, 60px);
}

.event-info-body .contents-area .note .heading {
    background: #306C3F;
    width: fit-content;
    margin: 0 auto 15px;
    padding: .5em 1em;
    color: #fff;
    font-size: clamp(18px, 2vw, 40px);
    font-weight: bold;
    border-radius: 999px;
}

.event-info-body .contents-area .note dl {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    font-size: clamp(14px, 1vw, 20px);
    gap: 15px;
    max-width: 1000px;
    margin: 0 auto;
    font-weight: bold;
}

.event-info-body .contents-area .note dt {
    background: #306C3F;
    padding: .5em;
    color: #fff;
    text-align: center;
    border-radius: 999px;
}

.event-info-body .contents-area .note dd {
    line-height: 1.3;
}

.event-info-body .contents-area .note dd span {
    color: red;
}

/* ============================================ */
/* 出店情報 */
/* ============================================ */
.area-store-info {
    background: url(../../img/fuyufes2025/store-info-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 5% 0;
}

.store-info-body {
    max-width: 1400px;
    width: 92%;
    margin: 0 auto;
}

.store-info-body .ttl {
    max-width: 700px;
    margin: 0 auto 30px;
}

.store-info-contents {
    background: #fff;
    padding: clamp(30px, 4.1vw, 80px);
    border-radius: clamp(10px, 1.5vw, 30px);
}

.store-info-contents .contents {
    max-width: 1000px;
    margin: 0 auto;
}

.store-info-contents .contents.december,
.store-info-contents .contents.january {
    margin-bottom: clamp(30px, 3.1vw, 60px);
}

.store-info-contents .contents .heading {
    padding: .8em;
    border-radius: 15px;
    width: 150px;
    text-align: center;
    color: #fff;
    font-size: clamp(18px, 1.5vw, 30px);
    margin-bottom: 15px;
}

.store-info-contents .contents.december .heading {
    background: #F08118;
}

.store-info-contents .contents.january .heading {
    background: #006837;
}

.december-table,
.january-table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 0 5px gray;
}

.december-table th,
.december-table td,
.january-table th,
.january-table td {
    padding: 8px 16px;
}

.december-table th,
.january-table th {
    width: 120px;
    white-space: nowrap;
    font-weight: normal;
    border-right: 1px solid #fff;
}

.december-table tr:nth-child(even) {
    background-color: #fcd5b5;
}

.january-table tr:nth-child(even) {
    background-color: #cfe2d8;
}

.store-info-contents .contents.ichiran .ttl {
    max-width: 250px;
    width: 50%;
}

.ichiran-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.ichiran-list li {
    background: #B8E8A2;
    padding: 16px 12px;
    border-radius: 3px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ichiran-list .title {
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.ichiran-list .title::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #fff;
    margin: 5px auto 0;
}

.ichiran-list .sub {
    font-size: 14px;
    opacity: 0.9;
    margin-top: 7px;
}

/* ============================================ */
/* footer */
/* ============================================ */
.footer-area {
    background: linear-gradient(120deg, #318139, #4C9639);
    color: #fff;
}

.footer-inner {
    width: 92%;
    margin: 0 auto;
    padding: clamp(30px, 3.1vw, 60px) 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-sns {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-qr {
    text-align: center;
}

.footer-qr img {
    display: block;
    width: clamp(60px, 5.2vw, 100px);
    margin: 0 auto;
}

.footer-qr p {
    margin-top: 4px;
    font-size: 12px;
}

.footer-bubble {
    background: #eff5d8;
    color: #333;
    padding: 12px 10px 12px 30px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 20px 100%, 0 50%);
}

.footer-info {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    justify-content: flex-end;
}

.footer-mascot img {
    width: 80px;
}

.footer-contact p {
    line-height: 1.5;
}

.footer-contact-note {
    margin-top: 4px;
}

.download-btn {
    background-color: #F08118;
    border: 2px solid white;
    border-radius: 20px;
    padding: 15px 25px;
}

.download-btn:hover {
    opacity: .8;
}

.download-btn a {
    color: white;
}

.download-btn a div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.download-btn a div p {
    line-height: 1.3;
}

.download-btn a div img {
    max-width: 46px;
}