@charset "UTF-8";

:root{
    --hover: #bcda27;
}

/* 共通部分
---------------------------------------- */
html {
    font-size: 100%;
}
body {
    line-height: 1.7;
    color: black;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}

/* レイアウト */
.wrapper {
    max-width: 1300px;
    margin: 1.5rem auto 0;
    padding: 0 1.5rem;
}
.align-center {
    text-align: center;
}
.sns, .about, .yasai, map {
    margin-bottom: 5rem;
}

/* ヘッダー */
.page-header {
    padding-top: .5rem;
    display: flex;
}
.hamburger {
    display: none;
}
.main-nav {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    font-size: 1.5rem;
    list-style: none;
}
.main-nav a {
    color: #32502e;
}
.main-nav a:hover {
    color: var(--hover);
}

/* 先頭に戻る固定 */
.back-to-top {
    display: inline-block;
    background-color: #f5d130;

    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
    line-height: 70px;
    font-size: 2.5rem;
    color:white;
    z-index: 1000;
    position: fixed;
    bottom: 120px;
    right: 20px;
}

.back-to-top:hover {
    background-color: white;
    color: #f5d130;
    border: 1px solid #f5d130;
}

/* 見出し */
.sub-cover {
    height: 11rem;
    background-image: url(../images/cover.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title {
    font-size: 2.5rem;
    line-height: 11rem;
    text-align: center;
    color: white;
}
.contents-title {
    font-size: 2rem;
    color: black;
}
/* コンテンツ */

.about, .yasai {
    display: flex;
    gap: 2rem;
    width: 97%;
    font-size: 1.2rem;
    justify-content: center;
}

.top-text {
    width: 80%;
}
.yasai p {
    text-align: center;
}

/* アクセス */
.location-map {
    height: 500px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
    object-fit: cover;
    text-align: center;
}
.location-map iframe {
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

/* フッター */
footer {
    background-color: #24845e;
    margin-top: 3rem;
    color: white;
}
.footer-cotents {
    display: flex;
    justify-content: space-around;
}
.buy-logo {
    width: 8%;
}
.buy-logo img{
    border-radius: 10px;
}
.footer2 {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
}
.info tr td:nth-child(2) {
    padding: 0 .2rem;
    text-align: center;
}
/* ボタン */

.btn {
    text-decoration: none;
    background-color: #61b8a8;
    border-radius: 10px;
    padding: 3px;
    color: black;
    transition: .5s;
}
.btn:hover {
    background-color: #a8f6e7;
}
.logo-btn {
    -webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.logo-btn:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	border-radius: 50%;
}
.btn-top {
    display: inline-block;
    font-size: 1.5rem;
    margin: .7rem;
}
.btn-top:hover {
    scale: 1.2;
}


/* お知らせ----------------------------------------- */
/* 記事部分 */
.entry {
    margin-bottom: 3rem;
    width: 70%;
}
.entry-contents {
    background-color: #e9f4f4;
    padding: 1rem 2rem;
    margin-bottom: 1.5rem;
}
.entry-title {
    font-weight: normal;
    margin-bottom: 2rem;
}
.entry-date {
    font-size: .875rem;
}
.entry-info {
    display: flex;
    gap: 1rem;
    font-size: .9rem;
    margin-top: .7rem;
}
.info-cat {
    list-style-type: none;
    display: flex;
    gap: 1rem;
}
.info-cat li a {
    background-color: #61b8a8;
    border-radius: 10px;
    padding: 3px;
    color: black;
}
/* サイドバー */
.news-contents {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.sidebar {
    width: 22%;
    background-color: #61b8a8;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 5rem;

}
.heading-medium {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
}
.side-menu {
    list-style-type: none;
    text-align: center;
    margin-bottom: 2rem;
}
.side-menu li {
    border-bottom: 1px solid black;
}
.side-menu a {
    color: black;
    display: block;
    padding: 1rem;
}
.side-menu a:hover {
    color: var(--hover);
}
.sidebar h3:nth-of-type(2) {
  margin-top: 5rem; 
}

/* こだわり----------------------------------------- */
.content1, .content3 {
    margin: 5rem auto 0;
}
.content1 .riyuu, .content1 .gaiyou, .content3 {
    display: flex;
    gap: 2rem;
    font-size: 1rem;
    text-align: left;
}
.about-textl {
    text-align: left;
}
.riyuu .about-textl,.about-images1, .gaiyou-text, .about-map  {
    width: 50%;
}
.content3 .about-content {
    flex: 1;
}
.about-content.riyuu {
  display: flex;
  gap: 2rem; /* 画像とテキストの間隔 */
  align-items: flex-start; /* 上揃え（必要に応じて） */
}
.content3 .about-textc {
    text-align: center;
    line-height: 2rem;
}
.content3 .about-textl, .about-textc {
    margin: 1.5rem auto;
}
.about-map {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}
.gaiyou-info {
    margin: auto;
    font-size: 1.2rem;
    border-spacing: 0;
}
.gaiyou-info th, .gaiyou-info td {
    border-bottom: 1px solid black;
}
.gaiyou-info th {
    text-align: left;
    padding: 1rem;
}
.gaiyou-info td {
    padding: 1rem .5rem;
}

/* お買い物------------------------------------------ */
.buy  li {
    list-style-type: none;
}
.tyokuhan, .shop{
    height: 18.75rem;
    width: 68.75rem;
    margin: 1rem auto;

}
.tyokuhan ul li, .shop-box ul li {
    background-color: rgba(255, 255, 255, 0.614);
    border-top: 1px solid rgba(0, 0, 0, .1);
    width: 50%;
    margin: 0 auto;
    
}
.tyokuhan {
    background-image: url(../images/buy_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.shop {
    background-image: url(../images/buy_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.tyokuhan ul, .shop-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.buy_btn {
    width: 20%;
    margin: 1rem auto;
}





/* お問い合わせ------------------------------------- */
.contact-content {
    width: 70%;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 5rem auto 2rem;
}
.contact-content th, .contact-content td {
    padding: 15px;
    border: 1px solid black;
}
.contact-content tr th {
    width: 10%;
}
.contact-content tr td {
    width: 20%;
}
table.contact-content input, table.contact-content textarea {
    width: 100%;
    box-sizing: border-box;
}
#mobile {
    display: none;
}
/* モバイル版
--------------------------------------------------- */
@media (max-width: 767px) {


    /* ハンバーガーメニュー */
    .hamburger-label {
        width: 30px;
        height: 25px;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 1100;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .hamburger-label span {
        display: block;
        height: 4px;
        background-color: #32502e;
        border-radius: 2px;
        transition: 0.4s;
    }
    nav {
        position: fixed;
        top: 0;
        width: 70%;
        right: -100%;
        height: 100%;
        background-color: #32502e;
        box-shadow: -2px 0 5px rgba(0, 0, 0, .2);
        transition: right 0.4s ease;
        padding: 40px 20px;
    }
    .main-nav {
        display: block;
    }
    .main-nav a {
        display: block;
        margin: 20px 0;
        color: white;
        font-size: 18px;
    }
    .hamburger:checked ~ nav {
        right: 0;
    }
    .hamburger:checked + .hamburger-label span {
        transform: rotate(180deg) translateX(10px);
        background-color: white;
    }
    /* コンテンツ */
    .about, .yasai {
        width: 100%;
        font-size: 1rem;
        row-gap: 0;
    }
    .about {
        flex-wrap: wrap;
    }
    .yasai {
        flex-wrap: wrap-reverse;
    }
    /* ボタン */
    .btn{
        font-size: 1rem;
        padding: .55rem 1rem;
        margin: .5rem;
    }
    
    /* フッター */
    .footer-cotents {
        flex-wrap: wrap;
        font-size: .9rem;
    }
    .buy-logo {
        width: 70px;
    }

    /* お知らせ-------------------------- */
    .news-contents {
        flex-wrap: wrap-reverse;
    }
    .entry, .sidebar {
        width: 100%;
    }
    .sidebar {
        padding: .5rem 0;
        border-radius: 20px;
    }
    .heading-medium, .side-menu, .side-menu a {
        padding: .2rem 0 0;
        margin:0;
    }
    
    .sidebar h3:nth-of-type(2) {
        margin-top: 1rem; 
    }
    .side-menu li {
        border-bottom: none;
    }

/* こだわり------------------------------------ */
    .content1, .content3 {
        margin: 2rem auto 0;
    }
    .content1 .riyuu, .content1 .gaiyou {
        flex-wrap: wrap;
        flex: none;
        width: 100%;
        padding: 0 2%;
    }
    .content3 {
        flex-direction: column;
    }
    .riyuu .about-textl,.about-images1, .gaiyou-text, .about-map  {
        width: 100%;
    }
    /* お問い合わせ----------------------------- */
    #desk {
        display: none;
    }
    #mobile{
        display: block;
        margin: 1rem auto;
    }
    .mobile-form {
        text-align: left;
    }
    .mobile-form input, .mobile-form textarea {
        border: 1px solid black;
    }
}

