@charset "utf-8";


/* ==============================

    サイト設定

============================== */
body,
html {
    font-size: 16px;
}

a,
a img {
    transition: all 0.2s ease 0s;
    color: #fff;
    text-decoration: none;
}



/* ==============================

    wp調整

============================== */
/* top */
.is-layout-flow .wp-block-group {
    padding: 0 !important;
}

.wp-block-image.size-full {
    margin-bottom: 100px;
}


.top_intro {
    margin-top: 60px;
}

@media only screen and (min-width: 821px) {
    .top_intro_R {
        margin-left: -500px;
    }
}

@media only screen and (max-width: 821px) {
    iframe {
        width: 100%;
    }
}






/* ==============================

    端末ごとの調整

============================== */
/* iPad 縦 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {}



body {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: bold;
    color: #fff;
}

.slider {
    height: 869px;
    margin-inline: auto;
    overflow: hidden;
    width: 98%;
    margin: 0 auto;
}

.slick-img img {
    width: 100%;
    object-fit: cover;
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
        /* 拡大率 */
    }
}

.add-animation {
    animation: zoomUp 8s linear 0s normal both;
}

.slick-img-wrap {
    position: relative;
}

.slick-img-wrap p {
    position: absolute;
    top: 42%;
    right: 0;
    z-index: 150;
    color: #fff;
    font-size: 51px;
    text-align: left;
    letter-spacing: 20px;
    text-shadow: 0 0 5px black;
    line-height: 1.5;
    left: 0;
    margin: 0 auto;
    max-width: 815px;
}


.slick-img-wrap p span {
    letter-spacing: 7px;
}

header {
    position: absolute;
}

.wp-block-buttons.header-btn.insta-btn a:before {
    content: '';
    background-size: contain;
    display: inline-block;
    background-image: url(http://sunny-fukushima.com/wp/wp-content/uploads/2024/10/Instagram_Glyph_White.png);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    top: 14px;
    left: 15px;
    position: absolute;
    transition: .6s;
}

.wp-block-buttons.header-btn a:after {
    content: 'はこちら';
    font-size: 16px;
    padding-left: 5px;
}

.wp-block-buttons.header-btn.google-btn a:after {
    display: none;
}

.wp-block-button.header-btn-inner:hover:after {
    background-color: #41342b;
    width: 30px;
}

.wp-block-button.header-btn-inner:after {
    content: '';
    width: 23px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 30px;
    right: 0;
    transition: .6s;
}

.wp-block-button.header-btn-inner {
    position: relative;
}

.wp-block-buttons.header-btn.google-btn a {
    padding-left: 19px;
}

.wp-block-buttons.header-btn a {
    background: none;
    width: 270px;
    border: 1px solid #fff;
    font-size: 22px;
    text-align: left;
    padding: 12px 0;
    position: relative;
    transition: .6s;
    font-weight: normal;
}

a.wp-block-button__link.wp-element-button:hover {
    background-color: #fff;
    opacity: 1;
    color: #41342b;
}

.wp-block-buttons.header-btn.insta-btn a:hover:before {
    filter: brightness(0) saturate(100%) invert(16%) sepia(11%) saturate(1237%) hue-rotate(342deg) brightness(102%) contrast(87%);
}

.wp-block-buttons.header-btn.insta-btn a {
    padding-left: 61px;
}

.wp-block-group.mainv-scroll-wrap {
    height: 100vh;
    background-color: #1b1512;
}

.mainv-inner {
    background-image: url(http://sunny-fukushima.com/wp/wp-content/uploads/2024/10/bk.png);
    padding-top: 42px;
    position: relative;
    height: 82vh;
}

.mainv-wrap {
    background-color: #130f0d;
    height: 100vh;
    position: relative;
}

figure.wp-block-image.size-full.logo img {
    max-width: 215px;
	max-height:60px;
}

/*.logo {
    position: absolute;
    top: 14px;
    z-index: 300;
    left: 39px;
}*/

li.wp-block-navigation-item {
    margin-right: 10px;
}

.wp-block-group.logo-menu-wrap {
    position: absolute;
    top: 26px;
    z-index: 300;
    left: 39px;
}

nav.is-responsive.wp-block-navigation.is-layout-flex.wp-block-navigation-is-layout-flex {
    font-size: 23px;
}

body#top .home-link,
body#about-us .about-link,
body#coursemenu .course-link,
body#drink .drink-link,
body#information .info-link {
    position: relative;
}

body#top .home-link:after,
body#about-us .about-link:after,
body#coursemenu .course-link:after,
body#drink .drink-link :after,
body#information .info-link:after {
    content: '';
    width: 45px;
    height: 3px;
    background-color: #1b1512;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 0 5px;
}


li.wp-block-navigation-item.wp-block-navigation-link {
    position: relative;
    transition: .6s;
}

li.wp-block-navigation-item.wp-block-navigation-link:hover:after {
    content: '';
    width: 45px;
    height: 3px;
    background-color: #1b1512;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .6s;
}

figure.wp-block-image.size-full.logo.img-hover {
    margin-bottom: 22px;
}

a.wp-block-navigation-item__content {
    text-shadow: 0 0 5px BLACK;
}

.instagram-tel-wrap {
    position: absolute;
    top: 64px;
    z-index: 300;
    right: 39px;
}

p.tel-title {
    width: 270px;
    text-align: center;
    background-color: #fff;
    color: #382a21;
    letter-spacing: 2px;
    font-weight: bold;
    border-radius: 3px;
    margin-bottom: 3px;
    line-height: 1;
    padding: 6px 0;
}

p.tel:before {
    content: '';
    background-size: contain;
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    background-image: url(http://sunny-fukushima.com/wp/wp-content/uploads/2024/10/tel.png);
    top: 4px;
    background-repeat: no-repeat;
}

p.tel {
    font-size: 30px;
    line-height: 1;
    padding-left: 25px;
    position: relative;
    max-width: 240px;
    margin: 7px auto 23px;
    letter-spacing: 1px;
}

p.web:before {
    content: '';
    background-size: contain;
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    background-image: url(https://sunny-fukushima.com/wp/wp-content/uploads/2025/01/resarve.png);
    top: 0;
    background-repeat: no-repeat;
}

p.web{
    font-size: 26px;
    line-height: 1;
    padding-left: 28px;
    position: relative;
    max-width: 240px;
    margin: 7px auto 23px;
    letter-spacing: 1px;
}

.wp-block-buttons.header-btn {
    margin-bottom: 14px;
}

p.instagram span {
    font-size: 30px;
}

p.instagram {
    font-size: 20px;
    line-height: 1;
    margin-top: 6px;
    padding-right: 45px;
    position: relative;
}

p.instagram:before {
    content: '';
    background-size: contain;
    display: inline-block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 3px;
    background-image: url(http://sunny-fukushima.com/wp/wp-content/uploads/2024/10/Instagram_Glyph_White.png);
    top: 1px;
    background-repeat: no-repeat;
}

/*Scroll*/


/* アニメーション設定 */
.arrowWrap {
    position: absolute;
    right: 4px;
    height: 200px;
    bottom: -5px;
}

.arrowInner p {
    font-size: 12px;
    text-align: end;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    letter-spacing: 0px;
    height: 45px;
    position: relative;
    line-height: 1;
    width: 109px;
    /* left: 0; */
    right: 15px;
    top: -22px;
}

.arrow {
    width: 1px;
    height: 100px;
    margin: 50px auto 0;
    background-color: #eee;
    position: relative;
    overflow: hidden;
}

.arrow::before {
    content: '';
    width: 1px;
    height: 100px;
    margin: 66px auto 0;
    background-color: #000;
    position: absolute;
    top: -150px;
    left: 0;
    -webkit-animation: arrow 2.5s ease 0s infinite normal;
    animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
    0% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(-50%, 100px, 0);
        transform: translate3d(-50%, 100px, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 100px, 0);
        transform: translate3d(-50%, 100px, 0);
    }
}

.circle {
    border: 1px solid #eee;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.wp-block-group.mainv-scroll-wrap {
    position: relative;
    padding-bottom: 54px;
}

figure.wp-block-image.size-full.career-img-01 img {
    max-width: 680px;
}

figure.wp-block-image.size-full.career-img-02 img {
    max-width: 775px;
}

figure.wp-block-image.size-full.career-img-03 img {
    max-width: 403px;
}

figure.wp-block-image.size-full.career-img-03 {
    margin-top: 80px;
}

.s-wrap {
    background-color: #1b1512;
}

section.wp-block-group.s-inner {
    max-width: 1200px;
    margin: 0 auto;
}

section.wp-block-group.career.s-inner {
    padding: 113px 0 128px;
}

.wp-block-group.career-title h2 {
    line-height: 0;
}

figure.wp-block-image.size-full.career-img-01 {
    margin: 0 0 24px auto;
    max-width: 680px;
}

.wp-block-group.career-title-txt-wrap {
    margin-top: -60px;
}

.wp-block-group.career-title {
    position: relative;
    left: -145px;
    margin-bottom: 56px;
}

p {
    letter-spacing: 4px;
    line-height: 3;
}

h2,
h3,
h4 {
    font-weight: normal;
    letter-spacing: 4px;
}

.wp-block-group.career-title:before {
    width: 277px;
    content: '';
    background-size: contain;
    display: inline-block;
    height: 58px;
    background-image: url(http://sunny-fukushima.com/wp/wp-content/uploads/2024/10/career.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -91px;
    right: 7px;
}

section.wp-block-group.aboutus-wrap {
    background-size: auto;
    padding-bottom: 0;
}

figure.wp-block-image.size-full.aboutus-img {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 0;
}

.wp-block-group.aboutus-txt-wrap {
    z-index: 1;
    position: relative;
    padding-bottom: 133px;
}

.wp-block-group.aboutus-txt-wrap p {
    text-align: center;
}

h2 {
    font-size: 42px;
}

.wp-block-group.s-wrap-2 {
    background-image: url(http://sunny-fukushima.com/wp/wp-content/uploads/2024/10/bk.jpg);
}

.s-inner {
    max-width: 1200px;
    margin: 0 auto;
    width: 95%;
}

figure.wp-block-image.size-full.course-img img {
    max-width: 790px;
}

.wp-block-group.course-wrap {
    position: relative;
    z-index: 10;
    padding: 0;
    margin: 0;
}

figure.wp-block-image.size-full.course-img img {
    max-width: 775px;
}

figure.wp-block-image.size-full.course-img {
    position: absolute;
    top: 63px;
    left: -105px;
}

.wp-block-group.course-flex {
    padding: 152px 0 78px;
    flex-direction: row-reverse;
}

.wp-block-group.course-txt-wrap h2:before {
    content: '';
    background-image: url(http://sunny-fukushima.com/wp/wp-content/uploads/2024/10/course.png);
    background-size: contain;
    display: inline-block;
    width: 274px;
    height: 58px;
    background-repeat: no-repeat;
    top: -63px;
    position: absolute;
    left: -39px;
}

.wp-block-group.course.s-inner {
    position: relative;
}

.wp-block-group.course-txt-wrap h2 {
    position: relative;
}

.wp-block-group.course-omakase-title h4 {
    font-size: 24px;
}

.wp-block-group.course-omakase-title h3 {
    font-size: 30px;
}

p.course-price span {
    font-size: 18px;
}

p.course-price {
    font-size: 30px;
    line-height: 1.5;
}

.wp-block-group.course-omakase-title h3 {
    font-size: 30px;
    line-height: 1;
}

.wp-block-group.course-omakase-box {
    width: 450px;
}

.wp-block-group.course-omakase-title {
    border-bottom: 1px solid;
    padding: 5px 19px;
    margin-bottom: 19px;
}

p.course-omakase-txt {
    font-size: 16px;
    max-width: 242px;
    margin: 0 auto;
    letter-spacing: normal;
    line-height: 1.9;
}

figure.wp-block-image.size-full.wine-img img {
    max-width: 269px;
}

.wp-block-group.wine.s-inner {
    position: relative;
}

figure.wp-block-image.size-full.wine-img {
    position: absolute;
    top: -158px;
    right: 20px;
}

.wp-block-group.wine-wrap.s-wrap {
    background-image: url(http://sunny-fukushima.com/wp/wp-content/uploads/2024/10/wine-bk-1.png);
    background-repeat: no-repeat;
    background-size: 840px;
    background-position: right top 48px;
    padding: 123px 0 0;
    z-index: 10;
    position: relative;
}

.wp-block-group.wine-txt-menu-wrap h2 {
    position: relative;
    left: -48px;
    margin-bottom: 52px;
    text-shadow: 1px 1px 3px #1b1512, -1px -1px 3px #1b1512, -1px 1px 3px #1b1512, 1px -1px 3px #1b1512, 0px 1px 3px #1b1512, 0 -1px 3px #1b1512, -1px 0 3px #1b1512, 1px 0 3px #1b1512;

}

.wp-block-group.wine-txt-menu-wrap h2:before {
    content: '';
    background-image: url(http://sunny-fukushima.com/wp/wp-content/uploads/2024/10/wine.png);
    background-size: contain;
    display: inline-block;
    width: 208px;
    height: 58px;
    background-repeat: no-repeat;
    top: -63px;
    position: absolute;
    right: -21px;
}

.wp-block-group.wine.s-inner p {
    /* text-shadow: 0 0 13px #1b1512; */
    text-shadow: 1px 1px 3px #1b1512, -1px -1px 3px #1b1512, -1px 1px 3px #1b1512, 1px -1px 3px #1b1512, 0px 1px 3px #1b1512, 0 -1px 3px #1b1512, -1px 0 3px #1b1512, 1px 0 3px #1b1512;
}

.wp-block-group.wine-txt-menu-wrap {
    max-width: 700px;
    margin: 0 0 auto 0;
}

.wp-block-group.wine-menu-box {
    max-width: 464px;
    margin-top: 85px;
}

.wp-block-group.wine-title {
    align-items: baseline;
    border-bottom: 1px solid;
    margin-bottom: 26px;
}

.wp-block-group.wine-menu-box h3 {
    font-size: 24px;
}

.wp-block-group.wine-li-wrap {
    width: 46%;
}

.wp-block-group.wine-li {
    border-bottom: 1px solid;
    font-size: 15px;
}

.wp-block-group.wine-ul {
    width: 98%;
    margin: 0 auto;
}

.wp-block-group.foot-img {
    height: 590px;
}

.wp-block-group.scene-wrap.s-wrap-2 {
    background-image: url(http://sunny-fukushima.com/wp/wp-content/uploads/2024/10/gra-1.png), url(http://sunny-fukushima.com/wp/wp-content/uploads/2024/10/bk.jpg);
    background-repeat: repeat-x, no-repeat;
    background-size: auto, cover;
    background-position: top, center;
    padding: 185px 0 97px;
    z-index: 1;
    position: relative;
}

.scene-wrap h2 {
    margin-bottom: 92px;
    position: relative;
    text-align: center;
}

.scene-wrap h2:after {
    content: '';
    background-image: url(http://sunny-fukushima.com/wp/wp-content/uploads/2024/10/scene.png);
    background-size: contain;
    display: inline-block;
    width: 227px;
    height: 45px;
    background-repeat: no-repeat;
    bottom: -52px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.wp-block-group.map-wrap {
    height: 590px;
}

figure.wp-block-image.size-full.pagetop,
figure.wp-block-image.size-full.pagetop a img {
    max-width: 56px;
}

footer#site-footer {
    background-color: #1b1512;
    position: relative;
}

figure.wp-block-image.size-full.pagetop {
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -22px;
}

figure.wp-block-image.size-full.foot-logo {
    text-align: center;
}

figure.wp-block-image.size-full.foot-logo img {
    max-width: 275px;
}

p.has-text-align-center.foot-txt {
    padding: 33px 0 45px;
    font-size: 14px;
    line-height: 1;
}

.wp-block-buttons.rservation-btn .wp-block-button a {
    background-color: #1b1512;
    border: 1px solid;
    transition: .6s;
}

.wp-block-buttons.rservation-btn .wp-block-button {
    max-width: 238px;
    width: 100%;
    font-size: 16px;
    /*padding: 20px 0;*/
}

footer#site-footer {
    background-color: #1b1512;
    position: relative;
    padding: 76px 0 76px;
}

.wp-block-group.foot-list-wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 97%;
}

.wp-block-group.foot-list p {
    line-height: 1.6;
    letter-spacing: 1px;
}

.wp-block-group.foot-list {
    font-size: 14px;
    text-align: left;
    border-bottom: 1px dotted;
    /* border-top: 1px dotted; */
    padding: 20px 9px;
}

p.foot-list-left {
    width: 114px;
}

.wp-block-group.foot-list-inner {
    width: 49%;
}

.wp-block-buttons.rservation-btn .wp-block-button a:hover {
    background-color: #fff;
    opacity: 1;
    color: #41342b;
}

.blur {
    transition: all 0.8s;
    filter: blur(20px);

}

.scrollin {
    filter: blur(0);
}

figure.wp-block-image.size-full.career-img-02.blur.scrollin {
    transition: all 2s;
}

figure.wp-block-image.size-full.career-img-03.blur.scrollin {
    transition: all 2.5s;
}

/*roop*/


/*slick.css*/
.roop-slider {
    margin-inline: auto;
}

.roop-slider-img {
    margin: 0 10px;
}

.roop-slider-img img {
    height: auto;
    width: 100%;
}

.roop-slider img {
    height: 28vh;
    max-height: 210px;
    min-height: 210px;
    width: 100%;
    object-fit: cover;
}

.roop-slider-img img {
    margin: 0 25px !important;
}

.wp-block-group.scene.s-inner p {
    padding-bottom: 64px;
    text-align: center;
}

.aboutus h2 {
    text-align: center;
    line-height: 1.5;
}

.img-hover:hover {
    opacity: .7;
}

.img-hover {
    transition: .6s;
}

.modal-checkbox {
    display: none;
}

.top-btn:after {
    content: '';
    width: 23px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 30px;
    right: 0;
    transition: .6s;
}

.top-btn {
    padding: 12px 0;
    color: white;
    cursor: pointer;
    width: 295px;
    font-size: 20px;
    display: block;
    text-align: center;
    border: 1px solid;
    position: relative;
    transition: .6s;
    margin: 0 auto;
    margin-top: 41px;
}

.top-btn:hover {
    background-color: #fff;
    opacity: 1;
    color: #41342b;
    border: 1px solid #fff;
}

.top-btn:hover:after {
    background-color: #41342b;
    width: 30px;
}

.wp-block-buttons.top-btn a.wp-block-button__link.wp-element-button {
    background: none;
    padding: 0;
}

a.wp-block-button__link.wp-element-button {
    transition: .6s;
}

.top-btn:hover a.wp-block-button__link.wp-element-button {
    color: black;
}

.top-btn a.wp-block-button__link.wp-element-button {
    font-weight: normal;
    letter-spacing: 3px;
}

/*.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
    z-index: 500;
}

.close {
    position: fixed;
    top: 13%;
    right: 26%;
    font-size: 24px;
    cursor: pointer;
    transform: translate(50%, -50%);
}

.modal-wrapper {
    position: relative;
    width: 80%;
    max-width: 1000px;
    max-height: 80%;
    padding: 28px;
    margin: 0 auto;
    background-color: black;
    border-radius: 5px;
    z-index: 500;
    top: 9%;
    overflow-y: scroll;
    scrollbar-color: #47322a black;
}

.modal-content h1 {
    margin: 0;
    font-size: 4rem;
    line-height: 1.2em;
    letter-spacing: -0.02em;
}

.modal-checkbox:checked+.modal {
    display: flex;
}

.modal-title h3 {
    font-size: 30px;
}

.modal-title {
    margin-bottom: 35px;
}

.modal-title h3,
.modal-title p {
    text-align: center;
    line-height: 1.3;
}*/

.zynru h4 {
    font-size: 20px;
    border-bottom: 1px solid;
    padding-bottom: 9px;
    margin-bottom: 16px;
}

p.wine-name {
    font-size: 16px;
    display: block;
    line-height: 2;
    width: 254px;
    margin: 0;
}

p.wine-price {
    font-size: 21px;
    text-align: right;
    width: 143px;
    line-height: 2.7;
}

.zynru ul {
    display: flex;
    align-items: baseline;
    margin-bottom: 28px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zynru ul li {
    display: flex;
    align-items: baseline;
    max-width: 500px;
    justify-content: space-between;
    width: 85%;
}

.wine-syurui-syosai {
    display: block;
    align-items: baseline;
}

.zynru ul li.none-flex {
    display: block;
}

.wine-syurui-syosai {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sub-name-wrap {
    display: flex;
    align-items: baseline;
}

.sub-name-wrap p.sub-name {
    width: 78px;
    text-align: left;
}

li.dekyan p.wine-name {
    width: 222px;
}

.sub-name-wrap p.sub-name {
    width: 54px;
    text-align: left;
}

p.sub-name {
    font-size: 14px;
}

.wrap {
    background-color: #1b1512;
}

p.course-syosai-price span {
    font-size: 18px;
}

p.course-syosai-price {
    font-size: 26px;
    width: 241px;
    line-height: 1;
}

p.course-syosai-title {
    line-height: 2.8;
}

p.course-omakase-txt {
    font-size: 16px;
    max-width: inherit;
    letter-spacing: normal;
    line-height: 1.9;
    padding-top: 27px;
}

.wp-block-group.course-txt-wrap {
    margin-bottom: 83px;
}

.wp-block-group.course-omakase-title .wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-17.wp-block-group-is-layout-flex {
    justify-content: center;
    align-items: baseline;
    padding-bottom: 6px;
}

/*下層CSS*/

body {
    background-color: #1b1512;
}

/*aboutus*/
.under-v-inner {
    background-image: url(http://sunny-fukushima.com/wp/wp-content/uploads/2024/10/bk.png);
    padding-top: 42px;
    position: relative;
    height: 82vh;
}

.under-v {
    height: 869px;
    margin-inline: auto;
    overflow: hidden;
    width: 98%;
    margin: 0 auto;
}

.wp-block-group.under-v.aboutus-v {
    background-image: url(https://sunny-fukushima.com/wp/wp-content/uploads/2024/11/about-v-1.png);
}

.wp-block-group.under-v.course-v {
    background-image: url(https://sunny-fukushima.com/wp/wp-content/uploads/2024/11/course-v-1.png);
}

.wp-block-group.under-v.drink-v {
    background-image: url(https://sunny-fukushima.com/wp/wp-content/uploads/2024/11/drink-v-1.png);
}

.wp-block-group.under-v.info-v {
    background-image: url(https://sunny-fukushima.com/wp/wp-content/uploads/2024/11/info-v-1.png);
}

.under-v.news-v {
    background-image: url(https://sunny-fukushima.com/wp/wp-content/uploads/2024/11/news-v.png);
}

.under-v-wrap {
    height: 912px;
}

.under-v h2 {
    color: #fff;
    font-size: 51px;
    letter-spacing: 20px;
    text-shadow: 0 0 5px black;
    line-height: 1.5;
    writing-mode: vertical-rl;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 150;
    display: inline-table;
    top: 229px;
    height: 579px;
    text-align: left;
}

.blog .under-v h2 {
    top: 320px;
}

.wp-block-group.under-v.drink-v h2 {
    height: 376px;
    top: 334px;
}

p.has-text-align-center.aboutus-txt-1 {
    padding: 103px 0 65px;
}

p.has-text-align-center.aboutus-txt-2 {
    padding: 109px 0 0;
}

.wp-block-group.aboutus-img-flex {
    max-width: 1030px;
    margin: 0 auto;
}

figure.wp-block-image.size-full.aboutus-img-1 {
    margin-bottom: 57px;
}

/*course*/

.wp-block-group.post-script-wrap {
    background-image: url(https://sunny-fukushima.com/wp/wp-content/uploads/2024/11/atogaki-bk-1.png);
    background-size: cover;
    background-position: top;
}

.wp-block-group.post-script-wrap {
    padding: 119px 0 114px;
}

.wp-block-image.miryoku {
    padding: 63px 0 51px;
}

.wp-block-group.post-script-wrap p {
    text-shadow: 0 0 5px black;
}

figure.wp-block-image.size-full.course-img-1 {
    max-width: 711px;
}

.wp-block-group.course-img-flex {
    max-width: 1113px;
    margin: 0 auto;
    margin-top: 52px;
    flex-direction: row-reverse;
}

figure.wp-block-image.size-full.course-img-3 {
    margin-top: 109px;
}

.wp-block-group.course-img-wrap.s-inner {
    padding: 121px 0;
}

.wp-block-group.under-course-wrap {
    background-image: url(https://sunny-fukushima.com/wp/wp-content/uploads/2024/11/under-course-bk-1.jpg);
    background-size: cover;
    background-position: center;
    padding: 190px 0 120px;
}

h2.wp-block-heading.course-omakase-title {
    position: relative;
    margin-bottom: 74px;
    text-shadow: 0 0 5px black;
}

h2.wp-block-heading.course-omakase-title:before {
    content: '';
    background-image: url(https://sunny-fukushima.com/wp/wp-content/uploads/2024/11/course-title-under.png);
    background-size: contain;
    display: inline-block;
    width: 274px;
    height: 58px;
    background-repeat: no-repeat;
    top: -63px;
    position: absolute;
    left: -39px;
}

.wp-block-group.course-d-wrap {
    max-width: 388px;
    text-shadow: 0 0 5px black;
}

/*drink*/

.wp-block-group.drink-txt-wrap p {
    padding: 109px 0 139px;
}

.wp-block-group.s-inner.drink-menu-wrap h2 {
    margin-bottom: 15px;
}

.drink-menu {
    margin: 48px 0 133px;
}

span.dekyan {
    font-size: 14px;
}

/*info*/

.wp-block-group.info-d-wrap {
    max-width: 850px;
    margin: 111px auto 130px;
}

p.info-title {
    width: 257px;
    color: #e3cbb7;
}

p.info-title {
    width: 257px;
    color: #e3cbb7;
    font-size: 18px;
}

.wp-block-group.info-d-wrap p {
    line-height: 1.6;
}

.wp-block-group.info-d-wrap .wp-block-group.is-nowrap {
    margin-bottom: 35px;
}

/*news*/

section.entry_list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 0 0;
    width: 90%;
}

section.entry_list h2 {
    font-size: 20px;
    margin: 0;
}

section.entry_list article {
    display: flex;
    align-items: baseline;
}

p.post-date {
    width: 200px;
    text-align: left;
    margin: 0 auto 0 0;
}

section.entry_list article {
    display: block;
    align-items: baseline;
    line-height: 1;
    border-bottom: 1px solid;
    padding: 10px 11px 18px;
    width: 100%;
}

.post-template-default .under-v-wrap.news-wrap .under-v-inner {
    padding-top: 42px;
}

.news-page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.post-template-default .news-page-wrap {
    width: 98%;
    margin: 0 auto;
    position: relative;
    background-color: #1b1512;
    max-width: none;
}

.post-template-default .news-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 109px 0 180px;
    width: 95%;
}

.post-template-default .under-v-inner {
    height: auto;
}

.post-template-default .under-v-wrap {
    height: auto;
}

.news-page h1 {
    font-size: 27px;
    margin: 0;
    line-height: 2;
    width: 100%;
}

p.news-date {
    line-height: 1;
    font-size: 14px;
    text-align: right;
    width: 100%;
}

.post-title {
    border-bottom: 1px solid #fff;
    padding-bottom: 14px;
    margin-bottom: 26px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    line-height: 1;
}

.under-v-wrap.news-wrap .under-v-inner {
    padding-top: 100px;
}

.news-page article {
    margin-bottom: 100px;
}

.back-to-list a {
    text-align: center;
    border-bottom: 1px solid;
    margin: 0 auto;
    display: table;
}

ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts li {
    display: flex;
    flex-direction: row-reverse;
}

.wp-block-group.top-news {
    z-index: 150;
    width: 663px;
    background-color: #1b1512;
    position: absolute;
    bottom: 0;
}

ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts li {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    font-size: 18px;
}

.wp-block-group.top-news {
    z-index: 150;
    width: 663px;
    background-color: #1b1512;
    position: absolute;
    bottom: 0;
    padding: 27px 59px;
    box-sizing: border-box;
    height: 80px;
}

.wp-block-group.top-news {
    z-index: 150;
    width: 663px;
    background-color: #1b1512;
    position: absolute;
    bottom: 0;
    padding: 27px 32px 27px 56px;
    box-sizing: border-box;
    height: 80px;
}

time.wp-block-latest-posts__post-date {
    width: 149px;
}

.post-content p {
    width: 100%;
    line-height: 2;
}

.wp-block-group.top-news .wp-block-buttons.btn a {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
    border: 1px solid;
    width: 116px;
    padding: 4px 0;
    position: relative;
}

.wp-block-group.top-news .wp-block-buttons.btn a:after {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 15px;
    right: 0;
    transition: .6s;
}

.wp-block-group.top-news .wp-block-buttons.btn a:hover {
    background-color: #fff;
    opacity: 1;
    color: #41342b;
}

.wp-block-group.top-news .wp-block-buttons.btn a:hover:after {
    background-color: #41342b;
    width: 10px;
}

.entry_nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0;
    margin-bottom: 135px;
}

.wp-block-group.mainv-inner-2 {
    height: auto;
    position: relative;
}

@media screen and (max-width: 1300px) {

    .pc,
    .tab-none,
    .tab-active {
        display: none;
    }

    nav.is-responsive.wp-block-navigation.is-layout-flex.wp-block-navigation-is-layout-flex {
        display: none;
    }

    .sp {
        display: block;
    }

    .wp-block-group.foot-img {
        background-attachment: unset;
    }

    .roop-slider img {
        height: 28vw;
        max-height: 100px;
        min-height: 100px;
    }

    .hamburger {
        position: fixed;
        right: 0;
        top: 0;
        width: 54px;
        height: 54px;
        cursor: pointer;
        z-index: 300;
        background-color: #1b1512;
    }

    .hamburger__line {
        position: absolute;
        width: 31px;
        height: 2px;
        right: 0;
        background-color: #fff;
        transition: all 0.5s;
        left: 0;
        margin: 0 auto;
    }

    .hamburger__line--1 {
        top: 12px;
    }

    .hamburger__line--2 {
        top: 21px;
    }

    .hamburger__line--3 {
        top: 30px;
    }

    /*ハンバーガーがクリックされたら*/
    .open .hamburger__line--1 {
        transform: rotate(-45deg);
        top: 20px;
    }

    .open .hamburger__line--2 {
        opacity: 0;
    }

    .open .hamburger__line--3 {
        transform: rotate(45deg);
        top: 20px;
    }

    /* 
sp-nav(ナビ)
=================================== */
    .sp-nav {
        position: fixed;
        top: -150%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        transition: all 0.5s;
        z-index: 200;
        /*        overflow-y: auto;*/
    }

    /*ハンバーガーがクリックされたら上からスライド*/
    .open .sp-nav {
        top: 0;
    }

    /* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
    .black-bg {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 5;
        background-color: #000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        cursor: pointer;
        z-index: 100;
    }

    /*ハンバーガーメニューが開いたら表示*/
    .open .black-bg {
        visibility: visible;
    }

    span.menu-txt {
        color: #fff;
        bottom: 2px;
        position: absolute;
        font-size: 10px;
        text-align: center;
        left: 0;
        text-align: center;
        right: 0;
    }

    nav.sp-nav {
        background-image: url(http://sunny-fukushima.com/wp/wp-content/uploads/2024/10/bk.png);
        background-size: cover;
    }

    ul.header-menu {
        padding-top: 98px;
        max-width: 84px;
        margin: 0 auto;
    }

    ul.header-menu li {
        font-size: 18px;
        margin-bottom: 16px;
    }

    figure.wp-block-image.size-full.logo img {
        max-width: 120px;
    }

    p.tel-title {
        width: 149px;
        font-size: 10px;
        margin: 0 auto;
    }

    p.tel {
        font-size: 22px;
        line-height: 1;
        padding-left: 20px;
        position: relative;
        margin: 7px auto 0;
        max-width: 166px;
    }

    p.tel:before {
        width: 19px;
        height: 19px;
        top: 3px;
    }

    p.instagram {
        font-size: 14px;
        line-height: 1;
        margin-top: 3px;
        padding-right: 28px;
        position: relative;
    }

    p.instagram:before {
        width: 22px;
        height: 22px;
        right: 0;
        top: 0px;
    }

    p.instagram span {
        font-size: 20px;
    }

    .wp-block-group.logo-menu-wrap {
        position: fixed;
        top: 8px;
        z-index: 300;
        left: 18px;
    }

    .instagram-tel-wrap {
        position: absolute;
        top: 19px;
        z-index: 300;
        right: 19px;
    }

    .slick-img-wrap p {
        position: absolute;
        top: 31%;
        right: 10%;
        z-index: 150;
        color: #fff;
        font-size: 22px;
        text-align: right;
        letter-spacing: 12px;
        text-shadow: 0 0 5px black;
    }

    .slick-img img {
        width: 100%;
        height: auto;
        height: 650px;
        margin: auto;
        max-height: 100%;
        max-width: 100%;
    }

    .wp-block-group.mainv-scroll-wrap {
        height: 700px;
    }

    .wp-block-group.arrowWrap {
        width: 104px;
        height: 170px;
        bottom: 30px;
        right: 30px;
    }

    .mainv-inner {
        padding-top: 31px;
        height: 512px;
    }

    .slider {
        width: 93%;
    }

    .wp-block-group.instagram-tel-wrap {
        display: none;
    }

    .fix_nav.sp_disp li:last-child {
        border-right: none;
    }

    .fix_nav.sp_disp li {
        text-align: center;
        width: 25%;
        text-align: center;
        border-right: 1px solid;
    }

    li.fix-tel:after {
        content: '';
        background-size: contain;
        display: inline-block;
        width: 21px;
        height: 21px;
        background-image: url(http://sunny-fukushima.com/wp/wp-content/uploads/2024/10/tel.png);
        background-repeat: no-repeat;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    li.fix-insta:after {
        content: '';
        background-size: contain;
        display: inline-block;
        width: 21px;
        height: 21px;
        background-image: url(http://sunny-fukushima.com/wp/wp-content/uploads/2024/10/Instagram_Glyph_White.png);
        background-repeat: no-repeat;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    li.fix-map:after {
        content: '';
        background-size: contain;
        display: inline-block;
        width: 21px;
        height: 21px;
        background-image: url(http://sunny-fukushima.com/wp/wp-content/uploads/2024/10/map.png);
        background-repeat: no-repeat;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    li.fix-review:after {
        content: '';
        background-size: contain;
        display: inline-block;
        width: 21px;
        height: 21px;
        /*background-image: url(http://sunny-fukushima.com/wp/wp-content/uploads/2024/10/review.png);*/
		background-image: url(https://sunny-fukushima.com/wp/wp-content/uploads/2025/01/resarve.png);
        background-repeat: no-repeat;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .fix_nav.sp_disp li {
        position: relative;
        padding-top: 6px;
    }

    .fix_nav.sp_disp li a {
        padding-top: 29px;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 12px;
    }

    .slider {
        height: auto;
    }

    figure.wp-block-image.size-full.career-img-01 {
        margin: 0 0 15px auto;
        max-width: 260px;
    }

    figure.wp-block-image.size-full.career-img-01 img {
        max-width: 260px;
    }

    body .is-layout-flex {
        display: block;
    }

    .wp-block-group.course-omakase-title .wp-block-group.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-17.wp-block-group-is-layout-flex {
        padding-bottom: 0;
    }

    section.wp-block-group.s-inner {
        max-width: 500px;
        margin: 0 auto;
        width: 90%;
    }

    figure.wp-block-image.size-full.career-img-02 img {
        max-width: 300px;
    }

    figure.wp-block-image.size-full.career-img-03 {
        margin-top: 15px;
    }

    figure.wp-block-image.size-full.career-img-03 img {
        max-width: 250px;
    }

    figure.wp-block-image.size-full.career-img-03.blur.scrollin {
        transition: all 2.5s;
        max-width: 175px;
        margin: 15px 0 0 auto;
    }

    h2 {
        font-size: 30px;
    }

    .career-title-k {
        display: none;
    }

    .wp-block-group.career-title {
        position: relative;
        left: 0;
        margin-bottom: 29px;
    }

    .wp-block-group.career-title h2 {
        line-height: 1.4;
        font-size: 26px;
        letter-spacing: 2px;
    }

    h2 {
        font-size: 27px;
    }

    .wp-block-group.career-title h3 {
        font-size: 18px;
    }

    .wp-block-group.career-title h2 {
        line-height: 1.4;
        margin-bottom: 17px;
    }

    .wp-block-group.career-title:before {
        width: 140px;
        height: 30px;
        top: -31px;
        right: 159px;
    }

    p {
        letter-spacing: 3px;
        line-height: 2.4;
        font-size: 14px;
    }

    p.has-text-align-center.reservation-txt {
        font-size: 11px;
        line-height: 1.5;
        margin: 30px 0 29px;
    }

    section.wp-block-group.career.s-inner {
        padding: 60px 0 50px;
    }

    .wp-block-group.career-title-txt-wrap {
        margin-top: -30px;
    }

    .wp-block-group.aboutus-txt-wrap {
        max-width: 500px;
        width: 90%;
        margin: 0 auto;
    }

    figure.wp-block-image.size-full.aboutus-img {
        height: 60vh;
    }

    .aboutus h2 {
        text-align: center;
        line-height: 1.5;
        font-size: 28px;
    }

    .wp-block-group.aboutus p {
        text-align: center;
    }

    figure.wp-block-image.size-full.course-img {
        position: absolute;
        top: 34px;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 337px;
    }

    /*    .wp-block-group.course-flex {
        padding: 251px 0 69px;
        display: block;
    }*/
    .wp-block-group.course-flex {
        padding: 81px 0 64px;
        display: block;
    }

    .wp-block-group.course-txt-wrap {
        margin-bottom: 0;
    }

    figure.wp-block-image.size-full.course-img img {
        max-width: 337px;
    }

    .wp-block-group.course-txt-wrap h2 {
        position: relative;
        margin-bottom: 22px;
        letter-spacing: 3px;
        line-height: 1.5;
    }

    .wp-block-group.course-txt-wrap h2:before {
        width: 142px;
        height: 30px;
        top: -32px;
        position: absolute;
        left: 0;
    }

    .wp-block-group.course-txt-wrap p {
        text-align: center;
    }

    .wp-block-group.course-omakase-box {
        width: 100%;
        max-width: 315px;
        margin: 0 auto;
        margin-top: 35px;
    }

    .wp-block-group.course-omakase-title h3 {
        font-size: 16px;
        line-height: 1;
    }

    .wp-block-group.course-omakase-title h4 {
        font-size: 16px;
    }

    p.course-price {
        font-size: 22px;
    }

    p.course-price span {
        font-size: 13px;
    }

    .wp-block-group.course-omakase-title {
        border-bottom: 1px solid;
        padding: 6px 12px;
        margin-bottom: 16px;
    }

    p.course-omakase-txt {
        font-size: 14px;
        max-width: 203px;

    }

    figure.wp-block-image.size-full.wine-img img {
        max-width: 129px;
    }

    figure.wp-block-image.size-full.wine-img {
        position: absolute;
        top: -361px;
        right: 20px;
    }

    .wp-block-group.wine-wrap.s-wrap {
        background-size: 341px;
        background-position: right top 48px;
        padding: 324px 0 0;
    }

    .wp-block-group.wine.s-inner {
        max-width: 500px;
        margin: 0 auto;
        width: 90%;
    }

    .wp-block-group.wine-txt-menu-wrap h2:before {
        width: 108px;
        height: 30px;
        background-repeat: no-repeat;
        top: -32px;
        position: absolute;
        right: -13px;
    }

    .wp-block-group.wine-txt-menu-wrap h2 {
        position: relative;
        left: 0;
        margin-bottom: 27px;
        text-align: right;
        line-height: 1.5;
        font-size: 29px;
    }

    .wp-block-group.wine-menu-box {
        max-width: 330px;
        margin: 0 auto;
        margin-top: 35px;
    }

    .wp-block-group.wine-menu-box h3 {
        font-size: 20px;
    }

    .wp-block-group.wine-li p {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .wp-block-group.wine-title {
        margin-bottom: 15px;
    }

    .wp-block-group.scene-wrap.s-wrap-2 {
        background-size: auto, cover;
        padding: 112px 0 62px;
    }

    .scene-wrap h2:after {
        width: 152px;
        height: 30px;
        bottom: -42px;
    }

    .scene-wrap h2 {
        margin-bottom: 74px;
        line-height: 1.5;
    }

    .s-inner {
        max-width: 500px;
        margin: 0 auto;
        width: 90%;
    }

    .wp-block-group.scene.s-inner p {
        padding-bottom: 0;
        text-align: center;
    }

    .wp-block-group.foot-img {
        height: 168px;
    }

    /*    .wp-block-group.foot-img:before {
        background-image: url(http://sunny-fukushima.com/wp/wp-content/uploads/2024/10/foot-bk-sp.jpg);
    }*/

    figure.wp-block-image.size-full.foot-logo img {
        max-width: 160px;
    }

    p.has-text-align-center.foot-txt {
        padding: 23px 0 35px;
        font-size: 12px;
        line-height: 1;
    }

    .wp-block-buttons.rservation-btn .wp-block-button {
        max-width: 200px;
        width: 100%;
        font-size: 14px;
        padding: 0;
    }

    .wp-block-buttons.rservation-btn .wp-block-button a {
        padding: 10px 0;
    }

    footer#site-footer {
        padding: 65px 0 106px;
    }

    .wp-block-group.foot-list-wrap {
        display: block;
        max-width: 500px;
        margin: 0 auto;
        width: 90%;
    }

    .wp-block-group.foot-list p {
        font-size: 12px;
        text-align: left;
        width: 100%;
    }

    p.foot-list-left {
        width: 40%;
    }

    .wp-block-group.foot-list-inner {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        margin-top: 0;
    }

    footer#site-footer .wp-block-buttons.rservation-btn.is-content-justification-center.is-layout-flex.wp-container-core-buttons-is-layout-3.wp-block-buttons-is-layout-flex {
        margin-bottom: 26px;
    }

    .wp-block-group.foot-list p.foot-list-left {
        width: 40%;
    }

    .wp-block-group.foot-list {
        font-size: 12px;
        padding: 13px 6px;
    }

    .wp-block-group.map-wrap {
        height: 350px;
    }

    .modal-title h3 {
        font-size: 24px;
    }

    p.atte {
        font-size: 11px;
    }

    .zynru h4 {
        font-size: 14px;
        border-bottom: 1px solid;
        padding-bottom: 9px;
        margin-bottom: 12px;
    }

    p.wine-name {
        font-size: 14px;
        width: 100%;
        display: block;
    }

    p.wine-price {
        font-size: 18px;
        text-align: right;
        width: 100%;
        line-height: 1;
    }

    .wine-syurui-syosai {
        display: block;
    }

    p.sub-name {
        font-size: 12px;
    }

    .zynru ul li {
        display: block;
        align-items: baseline;
        width: 100%;
    }

    .modal-open-button {
        padding: 8px 0;
        width: 200px;
        font-size: 18px;
        margin: 0 auto;
        margin-top: 32px;
    }

    .wp-block-group.foot-img {
        background-image: url(http://sunny-fukushima.com/wp/wp-content/uploads/2024/10/foot-bk.png);
        background-size: cover;
    }

    p.course-syosai-title {
        font-size: 13px;
        line-height: 2.5;
    }

    p.course-syosai-price {
        font-size: 18px;
        width: 153px;
        line-height: 1;
    }

    p.course-syosai-price span {
        font-size: 11px;
        letter-spacing: 1px;
    }

    p.course-omakase-txt {
        font-size: 12px;
        max-width: 305px;
        margin: 0;
    }

    .arrow {
        width: 1px;
        height: 44px;
        margin: 50px auto 0;
    }

    .circle {
        width: 19px;
        height: 19px;
        top: 85px;
    }

    .slick-img img {
        height: 258px;
    }

    .wp-block-group.mainv-scroll-wrap {
        height: 279px;
    }

    .mainv-inner {
        padding-top: 21px;
        height: 206px;
    }

    .wp-block-group.arrowWrap {
        width: 33px;
        height: 139px;
        bottom: 16px;
        right: 6px;
    }

    .arrowInner p {
        font-size: 10px;
        text-align: end;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        letter-spacing: 0px;
        height: 45px;
        position: relative;
        line-height: 1;
        width: 100px;
        right: 50px;
        /* position: relative; */
        top: 4px;
    }

    .close {
        right: 16%;
    }

    figure.wp-block-image.size-full.course-img {
        display: none;
    }

    ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts li {
        display: block;
        flex-direction: row-reverse;
        align-items: baseline;
        font-size: 10px;
    }

    ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts li {
        display: block;
        flex-direction: row-reverse;
        align-items: baseline;
        font-size: 10px;
    }

    .wp-block-group.top-news .wp-block-buttons.btn a {
        font-size: 10px;
        width: 74px;
        padding: 0px 0;
    }

    /*下層*/

    .wp-block-group.under-v-inner {
        padding-top: 21px;
        height: 206px;
    }

    .under-v {
        height: 258px;
        margin-inline: auto;
        overflow: hidden;
        width: 93%;
        margin: 0 auto;
        background-size: cover;
        background-position: center;
    }

    time.wp-block-latest-posts__post-date {
        display: none;
    }

    .wp-block-group.top-news {
        width: 252px;
        bottom: -1px;
        padding: 6px 8px 6px 18px;
        height: auto;
    }

    .wp-block-group.top-news .wp-block-buttons.btn a:after {
        width: 10px;
        height: 1px;
        top: 8px;
    }

    .under-v h2 {
        font-size: 22px;
        height: 349px;
        top: 76px;
    }

    .wp-block-group.under-v.drink-v h2 {
        top: 148px;
        height: 250px;
    }

    .under-v-wrap {
        height: 279px;
    }

    p.has-text-align-center.aboutus-txt-1 {
        padding: 122px 0 50px;
    }

    p.has-text-align-center.aboutus-txt-2 {
        padding: 42px 0 0;
    }

    .wp-block-group.aboutus-txt-wrap {
        z-index: 1;
        position: relative;
        padding-bottom: 56px;
    }

    .wp-block-group.aboutus-img-flex {
        display: block;
        max-width: 320px;
    }

    figure.wp-block-image.size-full.aboutus-img-1 {
        max-width: 182px;
        margin-bottom: 22px;
    }

    figure.wp-block-image.size-full.aboutus-img-2 {
        max-width: 234px;
        margin: 0 0 0 auto;
    }

    .wp-block-group.post-script-wrap {
        padding: 58px 0 70px;
    }

    .wp-block-image.post-script-wrap img {
        max-width: 264px;
    }

    .wp-block-image.miryoku img {
        max-width: 307px;
    }

    .wp-block-image.miryoku {
        padding: 32px 0 28px;
    }

    .wp-block-group.course-img-wrap.s-inner {
        padding: 153px 0 71px;
    }

    .wp-block-image.course-img-1 img {
        max-width: 322px;
    }

    .wp-block-group.course-img-flex {
        margin-top: 20px;
        display: block;
    }

    figure.wp-block-image.size-full.course-img-2 {
        margin: 0 0 0 auto;
        max-width: 206px;
    }

    figure.wp-block-image.size-full.course-img-2 img {
        max-width: 206px;
    }

    figure.wp-block-image.size-full.course-img-3 {
        max-width: 255px;
        margin: 0 auto 0 0;
        margin-top: 20px;
    }

    figure.wp-block-image.size-full.course-img-3 img {
        max-width: 255px;
    }

    .wp-block-group.under-course-wrap {
        padding: 70px 0 92px;
    }

    h2.wp-block-heading.course-omakase-title {
        margin-bottom: 47px;
        text-align: center;
    }

    h2.wp-block-heading.course-omakase-title:before {
        width: 139px;
        height: 32px;
        top: -20px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .wp-block-group.drink-txt-wrap p {
        padding: 129px 0 90px;
    }

    .wp-block-group.s-inner.drink-menu-wrap h2 {
        margin-bottom: 5px;
    }

    p.sub-name span {
        font-size: 10px;
    }

    .sub-name-wrap {
        max-width: 164px;
        margin: 0 0 0 auto;
    }

    span.dekyan {
        font-size: 13px;
    }

    .drink-menu {
        margin: 48px 0 105px;
    }

    .wp-block-group.info-d-wrap {
        margin: 67px auto 64px;
    }

    .wp-block-group.info-d-wrap .wp-block-group.is-nowrap.is-layout-flex {
        display: block;
    }

    .wp-block-group.info-d-wrap p {
        line-height: 1.6;
        font-size: 14px;
    }

    .wp-block-group.info-d-wrap .wp-block-group.is-nowrap {
        margin-bottom: 24px;
    }

    .under-v.news-v h2 {
        height: 172px;
        top: 190px;
    }

    .under-v-inner {
        padding-top: 21px;
        height: 206px;
    }

    section.entry_list {
        max-width: 500px;
        padding: 120px 0 0;
        width: 90%;
    }

    section.entry_list article {
        display: block;
    }

    p.post-date {
        width: auto;
        font-size: 12px;
    }

    section.entry_list h2 {
        font-size: 16px;
    }

    .post-template-default .news-page-wrap {
        max-width: none;
        margin-inline: auto;
        overflow: hidden;
        width: 93%;

    }

    .post-template-default .news-page {
        width: 90%;
        padding: 0;
        padding: 37px 0 84px;
        max-width: 500px;
    }

    .post-title {
        padding-bottom: 16px;
        margin-bottom: 26px;
        display: block;
        line-height: 1;
    }

    .news-page h1 {
        font-size: 20px;
    }

    p.news-date {
        font-size: 12px;
    }

    .back-to-list a {
        font-size: 14px;
    }

    .wp-block-group.course-d-wrap {
        max-width: 252px;
        text-shadow: 0 0 5px black;
        margin: 0 auto;
    }

    .top-btn {
        padding: 8px 0;
        width: 200px;
        font-size: 15px;
        margin-top: 37px;
    }

    .top-btn:after {
        top: 22px;
    }
}


/*PC*/

@media only screen and (min-width:1300px) {
    .pc {
        display: block;
    }

    .wp-block-buttons.rservation-btn.sp.is-content-justification-center.is-layout-flex.wp-container-core-buttons-is-layout-4.wp-block-buttons-is-layout-flex {
        display: none;
    }

    .sp,
    .tab-none,
    .tab-active {
        display: none;
    }

    .wp-block-buttons.rservation-btn.sp.is-content-justification-center.is-layout-flex.wp-container-core-buttons-is-layout-3.wp-block-buttons-is-layout-flex {
        display: none;
    }

    .wp-block-group.pc.pc-reserve h2 {
        font-size: 25px;
        position: relative;
        max-width: 270px;
        margin: 0 auto;
        padding-left: 24px;
    }

    .wp-block-group.pc.pc-reserve h2:before {
        content: '';
        background-size: contain;
        display: inline-block;
        width: 26px;
        height: 26px;
        position: absolute;
        left: 14px;
        background-image: url(http://sunny-fukushima.com/wp/wp-content/uploads/2024/10/tel.png);
        top: 5px;
        background-repeat: no-repeat;
    }

    .wp-block-group.pc.pc-reserve {
        border: 1px solid;
        width: 327px;
        margin: 0 auto;
        padding: 15px 0;
    }

    .wp-block-group.pc.pc-reserve h3 {
        padding: 9px 0 0px;
    }

    .wp-block-group.pc.pc-reserve h3 {
        font-size: 14px;
        margin: 0;
    }

    p.has-text-align-center.reservation-txt {
        line-height: 1.2;
        font-size: 12px;
        text-align: center;
        margin: 30px auto;
    }

    .wp-block-group.foot-img {
        background-image: url(http://sunny-fukushima.com/wp/wp-content/uploads/2024/10/foot-bk.png);
        background-size: cover;
        background-attachment: fixed;
    }
}

@media (max-width: 1872px) and (min-width: 1300px) {
    .post-template-default .news-page {
        max-width: 1200px;
        margin: 0 auto;
        padding: 263px 0 180px;
        width: 95%;
    }

}

@media (max-width: 1507px) and (min-width: 1300px) {
    .wp-block-group.mainv-inner-2 {
        height: 555px;
        position: relative;
    }

    time.wp-block-latest-posts__post-date {
        display: none;
    }

    .arrowWrap {
        position: absolute;
        right: 4px;
        height: 200px;
        bottom: -132px;
    }

    figure.wp-block-image.size-full.course-img img {
        max-width: 669px;
    }

    figure.wp-block-image.size-full.course-img {
        position: absolute;
        top: 34px;
        left: -24px;
    }

    .wp-block-group.foot-img {
        background-attachment: unset;
    }

    .wp-block-group.career-title {
        left: 0;

    }

    .wp-block-group.wine-txt-menu-wrap h2 {
        left: 0;
    }

    .tab-active {
        display: block;
    }

    .sp,
    .pc-tab {
        display: none;
    }

    figure.wp-block-image.size-full.aboutus-img.pc.pc-tab {
        display: none;
    }

    figure.wp-block-image.size-full.aboutus-img.tab-active {
        position: -webkit-sticky;
        position: sticky;
        /* left: 0; */
        right: 0;
        height: 100vh;
        z-index: 0;
        bottom: 0;
    }

    .drink-menu p {
        letter-spacing: 4px;
        line-height: 2.5;
        width: 90%;
    }

    p.wine-price {
        width: 100%;
    }

    .wp-block-group.career-title h2 {
        line-height: 0;
        margin-left: 20px;
    }

    .wp-block-group.wine-txt-menu-wrap h2 {
        margin-left: 20px;
    }

    .wp-block-group.aboutus-txt-wrap {
        padding-bottom: 300px;
    }

    label.modal-open-button {
        margin-left: 40px;
    }

    .zynru ul li {
        display: block;
        align-items: baseline;
        max-width: 487px;
        /* justify-content: space-between; */
        width: 85%;
    }

    li.dekyan p.wine-name {
        width: 200px;
    }

    section.wp-block-group.career.s-inner {
        padding: 187px 0 128px;
    }

    .wp-block-group.foot-img {
        background-image: url(http://sunny-fukushima.com/wp/wp-content/uploads/2024/10/foot-bk.png);
        background-size: cover;
        background-attachment: inherit;
    }

    figure.wp-block-image.size-full.aboutus-img {
        height: 100vh;
    }

    .close {
        right: 14%;
    }

    .wp-block-group.wine-txt-menu-wrap h2 {
        position: relative;
        left: 0;
        margin-bottom: 27px;
        text-align: left;
        line-height: 1.5;
        font-size: 29px;
        max-width: 258px;
    }

    .wp-block-group.wine-wrap.s-wrap {
        background-size: 341px;
        background-position: right top 48px;
        padding: 100px 0 0;
    }

    .slick-img img {
        height: 555px;
    }

    .wp-block-group.mainv-scroll-wrap {
        height: 459px;
    }

    .mainv-inner {
        padding-top: 31px;
        height: 291px;
    }

    .mainv-inner {
        padding-top: 31px;
        height: auto;
    }

    .circle {
        top: 86px;
    }

    p {
        letter-spacing: 3px;
        line-height: 2.4;
        font-size: 16px;
    }

    .wp-block-group.career-title h2 {
        line-height: 1.4;
        font-size: 31px;
        letter-spacing: 2px;
    }

    .wp-block-group.course-txt-wrap h2 {
        font-size: 31px;
        position: relative;
        margin-bottom: 30px;
    }

    .aboutus h2 {
        text-align: center;
        line-height: 1.5;
        font-size: 31px;
    }

    .wp-block-group.course-txt-wrap p {
        text-align: center;
    }

    .wp-block-group.course-flex {
        padding: 112px 0 78px;
        flex-direction: row-reverse;
        max-width: 95%;
        margin: 0 auto;
    }

    p.course-syosai-price {
        font-size: 26px;
        width: 542px;
        line-height: 1;
    }

    ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts li {
        font-size: 14px;
    }

    .wp-block-group.top-news {
        width: 313px;
        bottom: 0;
        padding: 10px 12px 10px 21px;
        height: auto;
    }

    .wp-block-group.top-news {
        width: 370px;
        bottom: -1px;
        padding: 10px 12px 10px 21px;
        height: auto;
    }

    .wp-block-group.course-flex {
        padding: 112px 0 0;
        flex-direction: row-reverse;
        max-width: 95%;
        margin: 0 auto;
    }

    .wp-block-group.aboutus-txt-wrap {
        padding-bottom: 122px;
    }

    .wp-block-group.info-d-wrap {
        max-width: 650px;
    }

    .wine-syurui-syosai {
        display: block;
        justify-content: space-between;
        width: 100%;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1300px) {
    .slick-img-wrap p {
        font-size: 35px;
    }

    .zynru {
        max-width: 300px;
        margin: 0 auto;
    }

    .circle {
        top: 104px;
    }

    .arrowInner p {
        font-size: 10px;
        height: 45px;
        line-height: 1;
        width: 88px;
        right: 45px;
        top: 10px;
        text-align: end;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        /* letter-spacing: 0px; */
        margin: 0 auto;
    }

    .wp-block-group.arrowWrap {
        bottom: 20px;
        right: 44px;
    }

    .wp-block-group.foot-img {
        background-image: url(http://sunny-fukushima.com/wp/wp-content/uploads/2024/10/foot-bk.png);
        background-size: cover;
        background-attachment: inherit;
    }

    figure.wp-block-image.size-full.aboutus-img {
        height: 100vh;
    }

    .close {
        right: 16%;
    }

    .slick-img img {
        height: 408px;
    }

    .wp-block-group.mainv-scroll-wrap {
        height: 459px;
    }

    .mainv-inner {
        padding-top: 31px;
        height: 291px;
    }

    .mainv-inner {
        padding-top: 31px;
        height: 291px;
    }

    .circle {
        top: 86px;
    }

    p {
        letter-spacing: 3px;
        line-height: 2.4;
        font-size: 16px;
    }

    .wp-block-group.career-title h2 {
        line-height: 1.4;
        font-size: 31px;
        letter-spacing: 2px;
    }

    .wp-block-group.course-txt-wrap h2 {
        font-size: 31px;
        position: relative;
        margin-bottom: 30px;
    }

    .aboutus h2 {
        text-align: center;
        line-height: 1.5;
        font-size: 31px;
    }

    .wp-block-group.course-omakase-box {
        width: 450px;
    }

    .wp-block-group.instagram-tel-wrap {
        display: none;
    }

    .wp-block-group.wine-txt-menu-wrap h2 {
        position: relative;
        left: 0;
        margin-bottom: 27px;
        text-align: right;
        line-height: 1.5;
        font-size: 29px;
        max-width: 240px;
    }

    .wp-block-group.wine-wrap.s-wrap {
        background-size: 341px;
        background-position: right top 48px;
        padding: 120px 0 0;
    }

}
/*250127追加 footer reservation*/
.dp_none{
display: none;
}
.fotter_reservation p{
line-height: 2;
}
.fotter_tel_button img,.fotter_web_button img{
width: 18px;
height: 18px;
translate: -5px 5px;
}