/*
font-family: "Zen Old Mincho", serif;
font-family: "M PLUS 1p", sans-serif;
font-family: "Corinthia", cursive;
*/

body{
    font-family: "Zen Old Mincho", serif;
}

.wrapper{
    display: flex;
    justify-content: space-between;
    background-color: #f8fbf8;
}

.center{
    width: 55%;
    background-color: white;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

header{
    position: relative;
    height: 100px;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(10, 167, 162, 0), rgba(10, 167, 162, 1));
    z-index: 2;
}

.logo{
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}

.logo img{
    width: 25%;
}

.main{
    position: absolute;
    top: 0;
    width: 55%;
    z-index: 1;
}

.main img{
    width: 100%;
}

.about{
    margin-top: 600px;
    margin-bottom: 100px;
}

.about h3{
    font-size: 26px;
    color: #0aa7a2;
    text-align: center;
    font-weight: bold;
    line-height: 2em;
}

.about p{
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 10px;
    line-height: 2em;
}

.nayami{
    background-image: url(../img/nayami-bg.jpg);
    padding: 100px 0;
}

.nayami h2{
    color: white;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
}

.nayami-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.nayami-list{
    width: 45%;
    background-color: white;
    border-top-right-radius: 20px;
    padding: 20px;
}

.nayami-list h4{
    display: flex;
    font-size: 20px;
    font-weight: bold;
    color: #0aa7a2;
    border-bottom: 2px solid #0aa7a2;
    padding-bottom: 10px;
}

.nayami-list h4 img{
    width: 10%;
}

.nayami-list h4 span{
    padding-left: 10px;
}

.result{
    padding: 100px 0;
    text-align: center;
}

.result h2,.flow h2{
    text-align: center;
    color: #0aa7a2;
    border-bottom: 2px solid #0aa7a2;
    padding-bottom: 10px;
}

.result-content{
    margin: 50px 0;
}

.result-content h4{
    border: 2px solid #00682d;
    color: #00682d;
    width: 30%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 20px auto;
    font-size: 18px;
    border-radius: 20px;
}

.result-content h3{
    margin: 10px 0;
    font-size: 26px;
    font-weight: bold;
}

.img img{
    width: 100%;
}

.flow{
    padding: 100px 0;
}

.flow-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}

.flow-left{
    width: 20%;
}

.flow-right{
    width: 75%;
}

.flow-right h4{
    font-family: "Corinthia", cursive;
    color: #0aa7a2;
}

.flow-right h3{
    font-size: 24px;
}

.menu{
    background-image: url(../img/menu.jpg);
    padding: 100px 0;
}

.menu h2{
    text-align: center;
    color: #0aa7a2;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 5px;
}

.menu-content{
    background-color: white;
    padding: 30px;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

.menu-content table{
    width: 100%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.menu-content th,.menu-content td{
    padding: 20px 0;
}

.menu-content th{
    font-size: 20px;
}

.menu-content th span{
    display: block;
    font-size: 14px;
}

.menu-content td{
    text-align: right;
    font-size: 30px;
    font-weight: bold;
}

footer {
    position: relative;
    background-color: #0aa7a2;
    overflow: hidden;
    z-index: 0;
}

footer::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-image: url(../img/logomark-w.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: bottom right;

    opacity: 0.2;

    z-index: -1;
}

.foot-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.foot-logo figure{
    width: 30%;
}

.foot-logo-text{
    width: 65%;
}

.foot-logo-text p{
    color: white;
    font-size: 14px;
}

.foot-sns{
    display: flex;
    justify-content: space-between;
}

.foot-sns a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 48%;
    padding: 10px 0;
    background-color: white;
    text-decoration: none;
    border-top-right-radius: 20px;
}

.foot-sns a i{
    font-size: 30px;
    color: #0aa7a2;
}

.foot-sns a h3,.foot-sns a p{
    margin-bottom: 0;
    color: black;
}

.foot-info{
    margin-top: 50px;
    color: white;
}

.foot-info h4{
    font-size: 30px;
    font-weight: bold;
    margin: 5px 0;
}

.foot-info p{
    margin-bottom: 5px;
}

.foot-info p a{
    color: white;
}

.foot-info span{
    font-size: 14px;
    color: #0ffff7;
    margin-bottom: 5px;
}

.foot-copy{
    margin-top: 50px;
    border-top: 1px solid white;
    color: white;
    text-align: center;
    padding: 20px 0;
}

.foot-copy p{
    margin-bottom: 0;
}

/* ===== 追従CTA スタイル ===== */
:root {
    /* 指定カラー：シックでポップなティール */
    --main-teal: #0aa7a2;
    --main-teal-light: rgba(10, 167, 162, 0.1);

    /* 補助パレット（ニュアンスカラー） */
    --bg-glass: rgba(255, 255, 255, 0.85);
    --white: #ffffff;
    --doll-pink: #EE78AA;
    --shadow-color: rgba(0, 0, 0, 0.1);
}

/* 追従エリアのコンテナ */
.floating-cta {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 55%;
    z-index: 9999;
    background: var(--bg-glass);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 12px 20px;
    border-radius: 100px;
    box-shadow: 0 10px 30px var(--shadow-color);
    display: flex;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: fadeInUp 0.8s ease-out forwards;
    box-sizing: border-box;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate(-50%, 40px);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

/* 共通ボタン設定 */
.cta-button {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 10px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    letter-spacing: 0.05em;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(10, 167, 162, 0.3);
    color: #00682d;
}

.btn-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

/* LINEボタン：ティール枠 */
.line-btn {
    background-color: var(--white);
    color: var(--main-teal);
    border: 2px solid var(--main-teal);
}

/* ネット予約ボタン：ティール枠 */
.reserve-btn {
    background-color: var(--white);
    color: var(--main-teal);
    border: 2px solid var(--main-teal);
}

/* モバイル対応 */
@media (max-width: 480px) {
    .floating-cta {
        bottom: 15px;
        padding: 10px 15px;
        width: 94%;
    }

    .cta-button {
        font-size: 13px;
        padding: 12px 8px;
    }

    .btn-icon {
        width: 18px;
        height: 18px;
        margin-right: 4px;
    }
}

.yoyaku img{
    border-radius: 20px;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.2);
}