@charset "UTF-8";

:root {
    --color-primary: #f8f1e4;
    --color-secondary: #bb001f;
    --color-accent2: #D6B845;
    --color-shadow1: #d24648;
    --color-shadow2: #e7c893;
    --color-back: #291717;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Noto Serif JP", serif;
}

p {
    margin: 0;
    padding: 0;
}

a {
    transition: 0.15s;
}

a:hover {
    opacity: 0.6;
}

a:active {
    opacity: 0.6;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}


/* 背景画像 */
/*
.backimage {
    background-image: url(../images/52580.JPG);
    background-repeat: no-repeat no-repeat;
    background-attachment: fixed;
    background-size: 230vh;
    background-position: top left;
}
*/

.backcolor {
    margin: 0 auto 0 auto;
    background:
        linear-gradient(#ff600033, #ff4ac752),
        url("../images/background.jpg");
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    background-attachment: fixed;

}


#hero {
    background-color: var(--color-back);
}

.hero_group {
    overflow: hidden;
    background-image: url(../images/52580.JPG);
    background-size: 100%;
    background-repeat: no-repeat no-repeat;
}

.hero_content {
    display: flex;
    justify-content: center;
    align-items: end;
}

.hero_title {
    margin: 50px 80px 50px 0;
    box-sizing: border-box;
    text-align: center;
    z-index: 1;
}

.hero_title_unit {
    display: flex;
    justify-content: end;
    padding: 15px 0;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(180px, 48vw, 300px);
    height: max-content;
    margin: 30px 30px;
    filter: drop-shadow(0px 0px 15px var(--color-secondary));
}

.bottomlesscup {
    width: clamp(160px, 30vw, 200px);
    height: max-content;
    filter: drop-shadow(0px 0px 4px var(--color-secondary));
}

.hero_title_name {
    width: min-content;
}

.hero_title_name img {
    width: clamp(225px, 70vw, 450px);
    padding: 0 clamp(20px, 8vw, 50px);
    filter: drop-shadow(0px 0px 4px var(--color-secondary));
}


.hero_catchy {
    margin: 60px 0;
    background-color: #29171777;
    border-radius: 10px;
}

.catchy_area {
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
    margin: 30px 40px;
}

.bonusbadge {
    position: absolute;
}

.bottle {
    width: clamp(55px, 14vw, 90px);
    filter: drop-shadow(var(--color-primary) 0px 0px 10px);
}

.bonusbadge {
    width: clamp(80px, 21vw, 130px);
    top: -90px;
    right: 60%;
    filter: drop-shadow(0px 0px 4px var(--color-shadow1));
}

.hero_catchy_unit {
    text-align: center;
}

.bonustext1, .bonustext2 {
    color: var(--color-primary);
    font-size: clamp(20px, 5vw, 32px);;
    font-weight: 500;
    /*filter: drop-shadow(0px 0px 4px var(--color-shadow1));*/
}

.jump {
    font-size: clamp(24px, 7vw, 48px);
}

.bonustext3 {
    color: var(--color-primary);
    filter: drop-shadow(0 0 10px var(--color-accent2));
}

.alcoholname {
    display: block;
    font-weight: 700;
    font-size: clamp(32px, 9vw, 54px);
}

.present {
    display: block;
    font-weight: 700;
    font-size: clamp(28px, 7vw, 42px);
}

.hero_visual {
    position: relative;
    height: clamp(150px, 28vw, 220px);
    z-index: 3;
}

.dish-image, .golf-image, .hotel-image {
    position: absolute;
}

.dish-image {
    width: clamp(140px, 35vw, 280px);
    top: -46%;
    left: -2%;
}

.hotel-image {
    width: clamp(140px, 26vw, 200px);
    top: 3%;
    left: 37%;
}

.golf-image {
    width: clamp(160px, 30vw, 270px);
    top: -32%;
    left: 70%;
}

.beside {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* スクロールダウン ↓ */
.container_08 {
    position: relative;
    height: 90px;
}

.scroll-down_08 {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-family: serif;
    color: var(--color-accent2);
    font-size: clamp(16px, 3vw, 20px);
    text-decoration: none;
}

.wavy-text span {
    position: relative;
    display: inline-block;
    animation: wave 2s infinite;
  animation-delay: calc(0.1s * var(--i));
}

.wavy-text_arrow {
    position: absolute;
    top: 25px;
    left: 50%;
    width: 15px;
    height: 15px;
    border-left: 1px solid var(--color-accent2);
    border-bottom: 1px solid var(--color-accent2);
    transform: translate(-50%, -50%) rotate(-45deg);
    animation: float 2s infinite;
}

@keyframes wave {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(-20%) rotate(-45deg);
    }
    50% {
        transform: translateY(20%) rotate(-45deg);
    }
}
/* スクロールダウン ↑ */

/* スライドショー */
.slide-container {
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.slide-wrapper {
    display: flex;
    animation: slide-flow 30s infinite linear 1s both;
}
.slide{
    width: clamp(250px, 50vw, 300px);
    margin: 10px;
    object-fit:cover;
}
@keyframes slide-flow {
    0% {transform: translateX(0);}
    100% {transform: translateX(-100%);}
}
/* スライドショー ↑ */

/* コンテンツ共通 ↓ */
.content_position {
    margin: 0 auto;
    padding: 50px 0;
}
.section_title {
    padding: 15px 0;
    text-align: center;
    letter-spacing: 0.05em;
    color: var(--color-primary);
}
.heading {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-family: "DM Serif Display", serif;
    font-size: clamp(48px, 10vw, 60px);
    font-weight: 500;
}
.heading:before,
.heading:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: var(--color-primary);
}
.heading:before {
    left:0;
}
.heading:after {
    right: 0;
}
.subheading {
    font-size: clamp(16px, 4vw, 20px);
    font-weight: 700;
}
/* コンテンツ共通 ↑ */

/* コンセプト */
#concept {
    color: var(--color-primary);
    background: linear-gradient(var(--color-back), #29171700);
}
.concept_content {
    padding: clamp(50px, 10vw, 150px) 0;
    text-align: center;
}
.concept_head {
    font-size: clamp(20px, 4vw, 42px);
}
.catchy1, .catchy2 {
    display: block;
    margin: 10px 0;
}
.concept_text {
    margin: clamp(30px, 8vw, 60px) 0 0 0;
    line-height: 2.5em;
    font-size: clamp(16px, 2.5vw, 24px);
}
/* コンセプト ↑ */

/* プラン一覧 ↓ */
.plan_content {
    width: 800px;
    margin: 0 auto 0 auto;
}
.plan_title {
    filter: drop-shadow(0 0 4px var(--color-secondary));
}
.plan_list {
    margin: 0 0 30px 0;
    text-align: center;
}
.plan_item {
    width: 350px;
    margin: 15px;
    filter: drop-shadow(0 0 4px var(--color-shadow1));
}
.button-55 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(200px, 50vw, 280px);
    margin: 0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: var(--color-shadow1);
    color: var(--color-primary);
    font-weight: 600;
    font-size: clamp(16px, 3.5vw, 20px);
    letter-spacing: 0.05em;
    text-decoration: none;
    filter: drop-shadow(0 5px 0 var(--color-secondary));
}
.button-55:hover {
    background-color: #cea916;
    filter: drop-shadow(0 5px 0 #836d15);
    opacity: 1.0;
}
.button-55:active {
    opacity: 1.0;
    filter: none;
    transform: translateY(4px);
}
.button-55::after {
    width: 1.25em;
    height: 1.25em;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}
/* プラン一覧 ↑ */

/* 宴会料理メニュー ↓ */
#menu {
    color: var(--color-primary);
    background-color: #29171755;
}
.menu_top {
    margin: 30px 0 80px 0;
    text-align: center;
}
.menu_top_image {
    width: clamp(1000px, 88vw, 1400px);
    border: 5px solid #533c3c;
}
.menu_wrapper {
    display: flex;
    width: clamp(600px, 88vw, 1400px);
    margin: 50px auto 0 auto;
    gap: clamp(40px, 6vw, 100px);
}

/* 左のメニュー一覧 */
.menu_list {
    position: sticky;
    top: 100px;
    align-self: flex-start;
    width: clamp(300px, 30vw, 400px);
    
}
.manu_list_title {
    margin: 0 0 20px 0;
    padding: 5px 0;
    border-bottom: 1px solid var(--color-primary);
}
.menu_list ul {
    list-style: none;
    padding: 15px 30px;
    margin: 0;
    border: 1px solid var(--color-primary);
    background-color: #29171766;
}

.menu_list li {
    margin: 10px 0;
}
.mainmenu {
    font-size: clamp(16px, 1.5vw, 18px);
}
.menu_list a {
    text-decoration: none;
    color: var(--color-primary);
    transition: 0.3s;
}

.menu_list a.active {
    color: var(--color-accent2);
    font-size: clamp(17px, 1.5vw, 20px);
    font-weight: bold;
}
.submenu {
    font-size: clamp(14px, 2vw, 16px);
}
.drink_list_title {
    margin: 20px 0 20px 0;
    padding: 5px 0;
    border-bottom: 1px solid var(--color-primary);
}
/* 右の料理写真エリア（1カラム） */
.menu_photos {
    flex: 1;
}
.dish {
    margin-bottom: clamp(40px, 4vw, 80px);
}
.dish:last-child {
    margin: 0;
}
.dish_name {
    margin-bottom: 10px;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 600;
}
.dish_image {
    width: 100%;
    height: auto;
    border: 5px solid #533c3c;
    box-sizing: border-box;
}


/* 宴会料理メニュー ↑ */

.footer_grupe {
    padding: 40px 0 0 0;
    background-color: #29171755;
}
.inquiry {
    /*margin: 40px 0;*/
    padding: 50px 0;
    color: var(--color-primary);
    text-align: center;
    border-top: 1px solid var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
}
.inquiry_title {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    padding: 5px 10px;
    font-size: clamp(18px, 4vw, 24px);
    font-weight: 700;
    border-bottom: 1px solid var(--color-primary);
}
/*
.inquiry_title::before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 120px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--color-accent2);
    border-radius: 2px;
}
    */
.inquiry_text {
    font-size: clamp(12px, 3.5vw, 16px);
}
.inquiry_text_phone {
    font-size: clamp(14px, 4vw, 20px);
}
.tel_number {
    font-size: clamp(31px, 9vw, 48px);
    font-weight: bold;
    text-box: trim-both;
}
.footer_apply_btn {
    display: inline-block;
    color: var(--color-primary);
    background-color: #cea916;
    border-radius: 50px;
    margin: 20px 0 0 0;
    padding: 15px 25px 15px 30px;
    text-decoration: none;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: bold;
    text-align: center;
    box-shadow: 0 4px 0 #836d15;
}
.footer_apply_btn:hover {
    color: #cea916;
    background-color: var(--color-primary);
    box-shadow: 0 4px 0 var(--color-accent2);
    transform: scale(1.1);
    opacity: 1.0;
}
.footer_apply_btn:active {
    box-shadow: none;
    transform: translateY(4px);
    opacity: 1.0;
}
.footer_unit {
    margin: 50px 0;
    text-align: center;
}
.sns_link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}
.tw, .yt {
    margin: 0 0 0 50px;
}
.sns_icon {
    width: 25px;
}
.icon_yt {
    width: 35px;
}
.footer_logo {
    width: 300px;
}
.copyright {
    font-size: clamp(12px, 2vw, 16px);
    color: var(--color-primary);
    text-align: center;
}

.apply_btn {
    position: fixed;
    bottom: clamp(15px, 2vw, 40px);
    right: 50%;
    transform: translateX(50%);
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 230px;
    background: #cea916;
    color: var(--color-primary);
    border-radius: 50px;
    padding: 15px 25px 15px 30px;
    text-decoration: none;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 4px 0 #836d15;
}
.apply_btn_arrow {
    margin: 0 0 0 5px;
    padding: 2px 7px;
    color: var(--color-accent2);
    font-weight: bolder;
    border-radius: 50%;
    background-color: var(--color-primary);
}
.apply_btn:hover {
    color: var(--color-accent2);
    background-color: var(--color-primary);
    box-shadow: 0 4px 0 var(--color-accent2);
    transform: translateX(50%) scale(1.1);
    opacity: 1.0;
}
.apply_btn:active {
    box-shadow: none;
    transform: translateX(50%) translateY(4%);
    opacity: 1.0;
}
.apply_btn.hidden {
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width:1280px) {
    .hero_content {
        display: block;
    }
    .position {
        width: 100%;
    }
    .hero_title {
        width: min-content;
        margin: clamp(20px, 2vw, 50px) auto;
    }
    .hero_catchy {
        margin: 0;
        border-radius: 50% 50% 0 0;
    }
    .bonusbadge {
        top: -30%;
        right: 56%;
    }
    .content_position {
        width: 90%;
    }
    .plan_item {
        width: clamp(300px, 40vw, 350px);
    }
}

@media screen and (max-width:768px) {
    .catchy_area {
        margin: 0 0 30px 0;
    }
    .concept_head {
        text-align: left;
    }
    .concept_text {
        text-align: left;
    }
    .menu_wrapper {
        display: block;
        width: 100%;
    }
    .menu_list {
        position: static;
        width: 100%;
        margin: 20px 0 50px 0;
    }
    .menu_list a.active {
        background: none;
        color: inherit;
        font-size: clamp(16px, 1.5vw, 18px);
        font-weight: normal;
    }
}

@media screen and (max-width:480px) {
    .bottomlesscup {
        width: clamp(100px, 34vw, 160px);
    }
    .catchy1, .catchy2 {
        display: inline;
        line-height: 2.0em;
    }
    br{
        display: none;
    }
    .plan_item {
        width: clamp(200px, 70vw, 300px);
    }

}