@charset "UTF-8";

body {
    font-family: 'Noto Sans JP', sans-serif;
}

p {
    font-size: 14px;
    line-height: 1.7;
    color: #333333;
}

img {
    width: 100%;
}

h1 {
    width: 100px;
}

.header-logo {
    width: 150%;
}

h2 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
    color: #05245b;
    font-family: serif;
}

header {
    position: fixed;
    height: 55px;
    padding: 0 10px;
    color: #ffffff;
    background-color: #fff;
    width: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.global-nav-pc {

    display: none;
}

/* 以下、ドロワー（ハンバーガーメニュー）の調整 */
.drawer-hamburger {
    width: 25px;
    padding: 18px .75rem 24px;
    background-color: #fff;
    z-index: 120;


}

.drawer-hamburger-icon,
.drawer-hamburger-icon::after,
.drawer-hamburger-icon::before {
    background-color: #05245B;
}

.drawer-overlay {
    background-color: rgba(0, 0, 0, .6);
    z-index: 110;
}

.drawer-nav {
    width: 164px;
    z-index: 120;
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 164px;
}

.drawer-menu li {
    border-bottom: 1px solid #05245B;
}

.drawer-menu li a {
    position: relative;
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #333;
}

.drawer-menu li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    height: 10px;
    width: 10px;
    border-top: 2px solid #05245B;
    border-right: 2px solid #05245B;
    transform: translateY(-50%) rotate(45deg);
}

main {
    padding: 55px 0 0 0;
}

.logo {
    width: 60%;
    display: block;
    margin: auto;
}

.setsumei {
    padding: 40px 20px;
    font-family: serif;
}


#about {
    padding: 40px 20px;
    background-color: #fff;
}

h2 {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
}

#kodawari {
    padding: 60px 20px;
    background-color: #EDFAFF;
    font-family: serif;
}

.kodawari-list1 {
    padding-bottom: 40px;
}

.kodawari-list2 {
    padding-bottom: 40px;
}

.slick-dots li button::before {
    font-size: 15px;
}

.slick-dots li button:hover::before {
    color: #f26938;
}

.slick-dots li.slick-active button::before {
    color: #f26938;
}

/* スライダーの戻る、進むボタンの調整 */

.slick-prev,
.slick-next {
    width: 30px;
    height: 30px;
}

.slick-prev::before,
.slick-next::before {
    font-size: 30px;
}

.slick-prev {
    left: 5px;
    z-index: 10;
}

.slick-next {
    right: 5px;
}

.PC-kodawari {
    display: none;
}


/*---お知らせ----*/

#news {
    padding: 60px 20px;
    background-color: #fff;
    text-align: center;
    display: block;
}

.news-list {
    display: inline-block;
}

.news-list li {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;

}

.news-list li a {
    margin-left: 5px;
    color: #76a4d9;
}

.news-list li a:hover {
    text-decoration: underline;
}

/*---取扱商品----*/
#products {
    padding: 60px 20px;
    background-color: #EDFAFF;
    font-size: 14px;
}

.products-list li {
    margin-bottom: 40px;
}

.products-list h3 {
    margin-bottom: 10px;

    font-size: 18px;
}

.products-list img {
    margin-bottom: 20px;


}

.detail {
    display: flex;
    margin: auto;
    text-align: center;
    width: 100%;
    padding: 10px 30px;
    background-color: #05245B;

    border: 1px solid #05245B;
    color: #ffffff;
    font-size: 14px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    transition: 0.2s;
    justify-content: center;
    align-items: center;
    gap: 10px;

}

/*---営業時間----*/

.hours {
    padding: 60px 20px;
    background-color: #fff;
}


table td {
    border: 1px solid #000;
    padding: 10px 20px 10px 10px;
}

table {
    border-collapse: collapse;
    margin: auto;
    font-size: 14px;
    width: 100%;
    background-color: #fff;
}


.td1,
.td3 {
    font-size: 14px;
    padding: 15px 29px 15px 8px;
    white-space: nowrap;
}


.td2,
.td4 {
    font-size: 14px;
    padding: 15px 29px 15px 8px;
    white-space: nowrap;
}


/*---アクセス----*/
#access {
    padding: 60px 20px;
    text-align: center;
    background-color: #EDFAFF;
}


.map iframe {
    aspect-ratio: 16/9;
    width: 100%;
}

.mapp {
    margin-top: 20px;
}

/*---お問合せ----*/
#form {
    padding: 60px 20px;
    background-color: #fff;
}

#form form {
    max-width: 768px;
    margin: auto;
}

/* 入力フォームの1列 */
#form-row {
    margin: 0 0 20px;
}

/* 入力フォームのラベル部分 */
#form label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
}

/* 入力フォームの入力欄 */
#form input {
    -webkit-appearance: none;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 10px;
}

/* 入力欄に初めから表示されているテキスト */
#form input::placeholder {
    font-size: 12px;
}

/* テキスト入力欄 */
#form textarea {
    -webkit-appearance: none;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    resize: vertical;
    margin-bottom: 20px;
}

/* フォームの送信ボタン */
#form button {
    display: flex;
    width: 160px;
    margin: auto;
    padding: 10px 30px;
    background-color: #05245B;
    border-radius: 40px;
    border: 1px solid #05245B;
    color: #ffffff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    text-align: center;
    transition: 0.2s;
    cursor: pointer;
    /* マウスカーソルを指さしマークにしています */
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#form button:hover {
    color: #05245B;
    background-color: #ffffff;
}

#form button::after {
    content: "";
    display: flex;
    height: 15px;
    width: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    rotate: 45deg;
    transition: 0.2s;
}

#form button:hover::after {
    border-top: 2px solid #f26938;
    border-right: 2px solid #f26938;
}

footer {
    font-size: 12px;
}

/* フッターのメニュー */

.footer-nav {
    background-color: #f8f8f8;

}

.footer-nav li a {
    font-size: 14px;
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #fff;
}

footer p {
    text-align: center;
    color: #05245B;
    padding: 10px;
    background-color: #fff;
}

.page-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    background-color: #05245B;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.page-top::after {
    content: "";
    display: block;
    position: absolute;
    top: 23px;
    left: 50%;
    height: 10px;
    width: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    translate: -50% 0;
    rotate: -45deg;
    transition: 0.2s;
}

.page-top:hover {
    opacity: 0.8;
    text-decoration: none;
}

.page-top:hover {
    border-collapse: collapse;

    max-width: 700px;
}


.table_design th,
.table_design td {
    padding: 1em;
    white-space: nowrap;

}

.table_design th {
    border-right: 1px solid #4d9bc1;
    font-weight: bold;
    text-align: left;
    width: 20%;
    min-width: 4em;
}


.gaiyou-td {
    border: none;
}

/*---インスタ----*/

.insta {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;

}

.followme {
    width: 25%;
    display: block;
    margin: 0 auto;
}

.instalogo {
    width: 15%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

/* お知らせページ */
#information {
    padding: 80px 0 100px;
    color: #222;
    text-align: center;
    background-color: #fff;
}

#information .wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    padding: 40px 20px;
}

#information h1 {
    display: inline-block;
    margin: 0 auto 80px;
    padding-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 700;
    border-bottom: 4px solid #222;
}

#information article {
    margin-bottom: 40px;
    padding: 40px 40px 35px;
    text-align: left;
    border-radius: 20px;
    background-color: #EDFAFF;

}

#information article .text_date {
    font-size: 0.85rem;
}

#information article h2 {
    margin-bottom: 30px;
    padding-bottom: 12px;
    font-size: 1.15rem;
    line-height: 1.8em;
    border-bottom: 2px solid #05245B;
}

#information article .text_content {
    line-height: 2.0em;
    font-size: 0.85rem;
}

#information img {
    width: 80%;
    margin: auto
    
}

/* 店鋪紹介ページ */
.aisatsubun {
    font-family: serif;
    margin-top: 60px;
}

.gaiyou {
    font-family: serif;
    text-align: center;
}

.aisatsu {
    padding: 60px 20px;
}

.gaiyou {
    padding: 40px 20px;
}


.border {
    margin-bottom: 60px;
}

.shochu {
    padding: 40px 20px;
}

.shochu h2 {
    margin-top: 60px;
    margin-bottom: 30px;
}

.shochu-list {
    text-align: center;
}


.nihonshu {
    padding: 40px 20px;
}

.nihonshu h2 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.nihonshu-list {
    text-align: center;
}

.wine {
    padding: 40px 20px;
}

.wine h2 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.wine-list {
    text-align: center;
}

.goto {
    padding: 40px 20px;
}

.goto h2 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.goto-list {
    text-align: center;
}

.other {
    padding: 40px 20px;
}


@media screen and (1024px <=width) {
    h1 {
        width: 150px;
    }

    h2 {
        font-size: 36px;
        margin-bottom: 80px;
    }

    p {
        font-size: 18px;
    }

    header {
        height: 75px;
        position: relative;
    }

    .logo {
        width: 40%;
    }


    .setsumei {
        font-family: serif;
        display: flex;
        justify-content: center;
        padding-bottom: 40px;
        width: 1000px;
        margin: auto;
    }

    .drawer-hamburger,
    .global-nav-sp {
        display: none;

    }

    .global-nav-pc {
        display: block;

    }

    .pc-menu {
        display: flex;
        padding: 0 10px 0 0;
    }

    .pc-menu li a {
        position: relative;
        padding: 20px 10px;
        text-decoration: none;
        color: #05245B;
        transition: 0.2s;
    }

    main {
        padding: 0;
    }

    /* メニューホバーで下線を表示 */

    .pc-menu li a:hover {
        border-bottom: 3px solid #fff;
    }

    .logo {
        width: 25%;
    }

    #about {
        padding: 80px 80px;
    }

    /* Slickの調整 */

    .slick-prev,
    .slick-next {
        width: 40px;
        height: 40px;
    }

    .slick-prev::before,
    .slick-next::before {
        font-size: 40px;
    }

    .slider picture {
        width: 60%;
    }

    #kodawari {
        padding-top: 80px;
    }

    .kodawari-list {
        display: flex;
        gap: 20px;
    }

    .kodawari-list li {
        flex: 1;
    }

    .kodawari-list img {
        margin-bottom: 20px;
    }

    #news {
        padding: 80px 80px;
        margin: 16px auto;
        text-align: center;
        display: block;
    }


    #news ul {
        padding-left: 0;
        list-style: none;
        display: inline-block;
    }

    .news-list li {
        text-align: left;
        font-size: 18px;
    }

    #products {
        padding: 80px 100px;
    }

    .products-list {
        display: flex;
        gap: 40px;
    }

    .products-list li {
        flex: 1;
        width: 380px;

    }

    .hours {
        padding: 80px 80px;
    }

    #access {
        padding: 80px 80px;
    }

    table {
        width: 40%;
    }

    .mapp {
        padding-top: 40px;
    }



    #form {
        padding: 80px 80px;
    }

    /*


お問合せフォーム
    ---------------------------------*/

    .form {
        padding: 80px 20px;
    }

    /* 入力フォームの1列 */
    .form-row {
        margin: 0 0 40px;
    }

    /* 入力フォームのラベル部分 */
    .form label {
        margin: 0 0 10px;
        font-size: 16px;
    }

    /* テキスト入力欄 */
    .form textarea {
        height: 200px;
    }

    /* テキスト入力欄 */
    .form button {
        width: 200px;
        padding: 16px 0;
        font-size: 22px;
    }

    .instalogo {
        display: block;
        width: 5%;
    }

    .followme {
        width: 5%;
    }


    /* 店鋪紹介のページ */

    .aisatsu {
        text-align: center;
    }

    .aisatsubun {

        display: inline-block;
        font-family: serif;
        margin-top: 0px;
    }

    .head-border {
        margin-bottom: 60px;
    }


    .gaiyou {
        font-family: serif;
    }

    /* 焼酎ページ */

    .shochu-p {
        text-align: center;
        margin-bottom: 80px;
    }

    /* 日本酒ページ */
    .nihonshu-p {
        text-align: center;
        margin-bottom: 80px;
    }

    /* ワインページ */
    .wine-p {
        text-align: center;
        margin-bottom: 80px;
    }

    /* 五島のお酒ページ */
    .goto-p {
        text-align: center;
        margin-bottom: 80px;
    }

    /* お知らせページ */

    #information img {

        width: 30%;
    }


}